/*== buttons
---------------------------------*/
button{
	margin:0;
	padding:0;
	border:none;
	background:none;
	cursor:pointer;
	overflow:visible;
	width:auto;
	outline: none;
	box-shadow: none;
	font-family: inherit;
}
button:hover , button:focus , button:active{
	outline: none;
	text-decoration: none;
}

.btn{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 5px;
	width: fit-content;
	border-radius: 8px;
	color: #fff;
	text-decoration: none;
	transition: 0.2s;
}
.btn--sm{
	padding: 0 34px;
	height: 34px;
	font-weight: 600;
	font-size: 10px;
}
.btn--lg{
	padding: 0 42px;
	height: 54px;
	font-weight: 700;
	font-size: 12px;
}
.btn--compact{
	padding: 0 10px;
}
.btn-logout{
	padding: 0 4px;
}
.btn--secondary{
	background: #2e3336;
	border: 1px solid #2e3336;
}
.btn--secondary:hover{
	border-color: #a9a9a9;
}
.btn--primary{
	background: #cc4141;
}
.btn--primary:hover{
	background: #ff4747;
}

/*== inputs
---------------------------------*/
input{
	outline: none;
	border: none;
	font-family: inherit;
}
textarea{
	font-family: inherit;
	height: 80px;
	outline: none;
}
.input:not(:last-child){
	margin-bottom: 6px;
}
.input.is-hidden{
	display: none;
}
.input__name{
	font-weight: 600;
	font-size: 10px;
	color: #fff;
	margin-bottom: 9px;
}
.input__label{
	position: relative;
	display: block;
}
.input__flag{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 11px;
	max-width: 17px;
}
.input__text{
	width: 100%;
	border-radius: 8px;
	height: 40px;
	transition: 0.2s;
	padding: 0 15px 0 32px;
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	color: #333;
}
.input__text::-webkit-input-placeholder{
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	color: #7d7d7d;
}
.input__text:-moz-placeholder{
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	color: #7d7d7d;
}
.input__text--mail{
	background: #fff url("../img/mail.svg") left 7px center no-repeat;
}
.input__text--phone{
	background: #fff url("../img/phone.svg") left 7px center no-repeat;
}
.input__text--password{
	background: #fff url("../img/lock.svg") left 7px center no-repeat;
}
.input__icon{
	position: absolute;
	top: 50%;
	left: 7px;
	z-index: 2;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
	pointer-events: none;
}
.input__country.select{
	width: 100%;
	flex: unset;
	display: block;
}
.input__country .input__icon{
	z-index: 3;
}
.input__country .ss-main.select__field,
.input__country select.select__field{
	height: 40px;
	min-height: 40px;
	padding: 0 32px;
	border-radius: 8px;
	background: #fff;
	color: #16181a;
}
.input__country .ss-main.select__field{
	position: relative;
	z-index: 1;
}
.input__country .ss-main.select__field.ss-open{
	border-radius: 8px 8px 0 0;
}
.input__country .ss-main.select__field .ss-values{
	height: 100%;
	align-items: center;
}
.input__country .ss-main.select__field .ss-values .ss-single,
.input__country .ss-main.select__field .ss-values .ss-placeholder{
	color: #16181a;
	font-weight: 600;
	font-size: 10px;
	line-height: 1;
}
.input__country .ss-main.select__field .ss-arrow{
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 20px;
	margin: 0;
	transform: translateY(-50%);
}
.input__country .ss-main.select__field .ss-arrow path{
	stroke: #16181a;
	stroke-width: 20;
}
.ss-content.input__country-field{
	background: #fff;
	border-radius: 0 0 8px 8px;
	font-weight: 600;
	font-size: 10px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
	z-index: 110;
}
.ss-content.input__country-field .ss-list .ss-option{
	padding: 9px 32px;
	color: #16181a;
	font-weight: 600;
	font-size: 10px;
}
.ss-content.input__country-field .ss-list .ss-option:hover:not(.ss-disabled),
.ss-content.input__country-field .ss-list .ss-option.ss-highlighted,
.ss-content.input__country-field .ss-list .ss-option:not(.ss-disabled).ss-selected{
	background: #f0f0f0;
	color: #16181a;
}

textarea{
	height: 80px;
	outline: none;
	resize: none;
}
.textarea{
	width: 100%;
	height: 180px;
	background: #FFFFFF;
	border: 1px solid #CAD1D7;
	border-radius: 10px;
	padding: 20px 30px;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #888888;	
}
.textarea::-webkit-input-placeholder{
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #888888;	
}
.textarea:-moz-placeholder{
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #888888;		
}
/*== checkbox , raido
---------------------------------*/
.checkbox{

}
.checkbox input[type="checkbox"]{
    display: none;
}
.checkbox input[type="checkbox"] + label{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	margin: 0;
}
.checkbox input[type="checkbox"] + label span{
	width: 15px;
	height: 15px;
	background: #FFFFFF;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
	position: relative;
	margin: 0 7px 0 0;
	flex-shrink: 0;
	cursor: pointer;
}
.checkbox input[type="checkbox"] + label span:after{
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	background: #cc4141;
	border-radius: 100%;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.checkbox input[type="checkbox"]:checked + label span:after{
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
}
.checkbox input[type="checkbox"] + label i{
	font-weight: 600;
	font-size: 10px;
	color: #fff;
	font-style: normal;
}
select{
	outline: none;
	font-family: inherit;
}
select.select{
	border: 1px solid #d8d9da;
	border-radius: 8px;
	width: 100%;
	height: 42px;
	padding: 0 14px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	color: rgba(23, 23, 23, 0.86);
	cursor: pointer;
	background: #ffffff url(../images/select-arrow.svg);
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important;
}
select.select:focus{
	box-shadow: 0 0 0 4px rgba(226, 254, 120, 0.2), 0 1px 2px 0 rgba(16, 24, 40, 0.05);
	border-color: #e2fe78;
}
select.select:valid {
	color: rgba(23, 23, 23, 1);
}


/* ----------- filters__search ----------- */
.filters__search{
	position: relative;
	display: block;
	flex: 1 1 auto;
}
.filters__search-icon{
	position: absolute;
	top: 50%;
	left: 7px;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
	pointer-events: none;
}
.filters__search{
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 14px 0 30px;
	border: 0;
	border-radius: 8px;
	background: #2e3336;
	color: #8492a8;
	font-family: inherit;
	font-weight: 600;
	font-size: 10px;
	outline: none;
	cursor: pointer;
}

/* ----------- filters__providers ----------- */
.filters__providers,
.select {
	position: relative;
	display: block;
	width: 180px;
	flex: 0 0 180px;
}
.filters__providers::after,
.select::after {
	display: none;
}
select.filters__providers__field,
select.select__field {
	width: 100%;
	height: 40px;
	padding: 0 36px 0 9px;
	border: 0;
	border-radius: 8px;
	background: #2e3336;
	font-weight: 600;
	font-size: 10px;
	color: #fff;
	appearance: none;
	cursor: pointer;
}
.filters__providers .ss-main.filters__providers__field,
.select .ss-main.select__field {
	--ss-main-height: 40px;
	min-height: 40px;
	width: 100%;
	padding: 0 12px 0 19px;
	border: 0;
	border-radius: 6px;
	background: #2e3336;
	font-weight: 600;
	font-size: 10px;
	color: #fff;
	box-shadow: none;
}
.filters__providers .ss-main.filters__providers__field:focus,
.select .ss-main.select__field:focus {
	box-shadow: none;
}
.filters__providers .ss-main.filters__providers__field.ss-open,
.select .ss-main.select__field.ss-open {
	border-radius: 6px 6px 0 0;
}
.filters__providers .ss-main.filters__providers__field .ss-values,
.select .ss-main.select__field .ss-values {
	align-items: center;
	gap: 0;
}
.filters__providers .ss-main.filters__providers__field .ss-values .ss-single,
.select .ss-main.select__field .ss-values .ss-single {
	margin: 0;
	color: #fff;
	line-height: 1;
}
.filters__providers .ss-main.filters__providers__field .ss-values .ss-placeholder,
.select .ss-main.select__field .ss-values .ss-placeholder {
	padding: 0;
	color: #fff;
	line-height: 1;
}
.filters__providers .ss-main.filters__providers__field .ss-arrow,
.select .ss-main.select__field .ss-arrow {
	width: 14px;
	height: 20px;
	margin: auto 0 auto 10px;
}
.filters__providers .ss-main.filters__providers__field .ss-arrow path,
.select .ss-main.select__field .ss-arrow path {
	stroke: #e83838;
	stroke-width: 20;
}
.ss-content.filters__providers__field,
.ss-content.select__field {
	border: 0;
	border-radius: 0 0 6px 6px;
	background: #2e3336;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	box-shadow: none;
}
.ss-content.filters__providers__field .ss-list,
.ss-content.select__field .ss-list {
	padding: 6px 0;
}
.ss-content.filters__providers__field .ss-list .ss-option,
.ss-content.select__field .ss-list .ss-option {
	padding: 8px 14px;
	color: #a9a9a9;
	font-size: 10px;
	font-weight: 600;
	transition: color 0.2s ease, background 0.2s ease;
}
.ss-content.filters__providers__field .ss-list .ss-option:hover:not(.ss-disabled),
.ss-content.filters__providers__field .ss-list .ss-option.ss-highlighted,
.ss-content.filters__providers__field .ss-list .ss-option:not(.ss-disabled).ss-selected,
.ss-content.select__field .ss-list .ss-option:hover:not(.ss-disabled),
.ss-content.select__field .ss-list .ss-option.ss-highlighted,
.ss-content.select__field .ss-list .ss-option:not(.ss-disabled).ss-selected {
	border-left: 0;
	background: #373d41;
	color: #fff;
}
/* ----------- modal search ----------- */
.modal , .search{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 20px 15px;
	backdrop-filter: blur(10px);
	background: rgba(20, 20, 21, 0.5);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}
.modal{
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #4a5156 transparent;
}
.modal.active , .search.active{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.search__content{
	position: relative;
	width: min(640px, 100%);
	max-height: calc(100dvh - 100px);
	min-height: calc(100dvh - 100px);
	padding: 25px 25px 24px;
	border-radius: 8px;
	background: #161a20;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	margin: auto;
}
.search__content--title{
	margin: 0 42px 16px 0;
	color: #fff;
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
}
.search__close{
	position: absolute;
	top: 28px;
	right: 24px;
	width: 20px;
	height: 20px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}
.search__close::before,
.search__close::after{
	content: '';
	position: absolute;
	top: 9px;
	left: 1px;
	width: 18px;
	height: 2px;
	border-radius: 2px;
	background: #fff;
}
.search__close::before{
	transform: rotate(45deg);
}
.search__close::after{
	transform: rotate(-45deg);
}
.search__input{
	margin-bottom: 29px;
	position: relative;
}
.search__input input{
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 14px 0 40px;
	border: 0;
	border-radius: 8px;
	background: #2e3336;
	color: #8492a8;
	font-family: inherit;
	font-weight: 600;
	font-size: 12px;
	outline: none;
	cursor: text;
}

.search .filters__search-icon{
	left: 14px;
}
.search__popular-title{
	margin-bottom: 19px;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.2;
}
.search__games{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	min-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: thin;
	scrollbar-color: #4a5156 transparent;
	padding-right: 6px;
}
.search__games .game-card{
	width: calc(25% - 6px);
}
.search__empty{
	width: 100%;
	padding: 12px 0 4px;
	color: #8492a8;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.35;
}
.search__games .game-card__actions .btn{
	padding: 0 !important;
	width: 50%;
	height: 30px;
}
.search__games::-webkit-scrollbar{
	width: 4px;
}
.search__games::-webkit-scrollbar-track{
	background: transparent;
}
.search__games::-webkit-scrollbar-thumb{
	background: #2d5f8d;
	border-radius: 20px;
}
.search__game{
	display: block;
	aspect-ratio: 138 / 156;
	border-radius: 8px;
	overflow: hidden;
	background: #252a34;
	text-decoration: none;
}
.search__game img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.2s ease;
}
.search__game:hover img{
	transform: scale(1.04);
}
/* ------------- modal ------------- */
.modal__content {
	position: relative;
	width: min(330px, 100%);
	border-radius: 10px;
	box-shadow: 0 11px 18px 0 rgba(0, 0, 0, 0.25);
	background: #212326;
	overflow: hidden;
	margin: auto;
}
.modal-close{
	position: absolute;
	top: 12px;
	right: 10px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.modal__title{
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	margin-bottom: 25px;
}
.modal__content--wrap{
	padding: 25px 23px 35px 23px;
}
.modal__nav{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0 4px;
	background: #16181a;
	border-radius: 8px;
	margin-bottom: 20px;
}
.modal__nav--item{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 5px;
	width: 50%;
	height: 34px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
	color: #fff;
}
.modal__nav--item.active{
	background: #cc4141;
}
.modal__row{
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.modal__row p{
	font-size: 12px;
}
.forgot{
	font-weight: 600;
	font-size: 10px;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-align: right;
	color: #fff;
	transition: 0.2s;
}
.forgot:hover{
	text-decoration: none;
}
.modal-social{
	margin-top: 20px;
}
.modal-social__title{
	margin-bottom: 14px;
	font-weight: 600;
	font-size: 10px;
	line-height: 1;
	color: #fff;
}
.modal-social__list{
	display: flex;
	align-items: center;
	gap: 10px;
}
.modal-social__item{
	height: 30px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: filter 0.2s ease, transform 0.2s ease;
}
.modal-social__item:hover{
	filter: brightness(1.08);
	transform: translateY(-1px);
}
.modal-social__item{
	width: 30px;
}
.modal-social__item--telegram{
	background: #29a9eb;
}
.modal-social__item--google,
.modal-social__item--microsoft{
	background: #fff;
}
.modal-social__item--microsoft{
	display: grid;
	grid-template-columns: repeat(2, 8px);
	grid-template-rows: repeat(2, 8px);
	gap: 1px;
	place-content: center;
}
.modal-social__item--microsoft span{
	display: block;
	width: 8px;
	height: 8px;
}
.modal-social__item--microsoft span:nth-child(1){
	background: #f25022;
}
.modal-social__item--microsoft span:nth-child(2){
	background: #7fba00;
}
.modal-social__item--microsoft span:nth-child(3){
	background: #00a4ef;
}
.modal-social__item--microsoft span:nth-child(4){
	background: #ffb900;
}
.modal-social__item--steam{
	background: #2e5c93;
}
.modal-social__web3{
	padding: 0 5px;
	min-width: 124px;
}
.modal__content-btn{
	width: 100%;
}
.modal-reg .modal__content{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	width: fit-content;
}
.modal__content-right{
	max-width: 317px;
	position: relative;
}
.modal__content-right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.modal__content-text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	padding: 70px 32px 45px;
	z-index: 1;
}
.modal__content-top{

}
.modal__content-title{
	font-weight: 700;
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;
}
.modal__content-top p{
	font-weight: 600;
	font-size: 14px;
	color: #fff;
}

/* Country select inside registration modal */
.input__country.select{
	width: 100%;
	flex: 0 0 auto;
	display: block;
}
.input__country .input__icon{
	z-index: 5;
}
.input__country .ss-main.input__country-field,
.input__country .ss-main.select__field,
.input__country select.input__country-field{
	height: 40px;
	min-height: 40px;
	padding: 0 34px 0 32px;
	border: 0;
	border-radius: 8px;
	background: #fff;
	color: #16181a;
	box-shadow: none;
}
.input__country .ss-main.input__country-field.ss-open,
.input__country .ss-main.select__field.ss-open{
	border-radius: 8px 8px 0 0;
}
.input__country .ss-main.input__country-field .ss-values,
.input__country .ss-main.select__field .ss-values{
	height: 100%;
	align-items: center;
	padding: 0;
}
.input__country .ss-main.input__country-field .ss-values .ss-single,
.input__country .ss-main.input__country-field .ss-values .ss-placeholder,
.input__country .ss-main.select__field .ss-values .ss-single,
.input__country .ss-main.select__field .ss-values .ss-placeholder{
	margin: 0;
	padding: 0;
	color: #16181a;
	font-weight: 600;
	font-size: 10px;
	line-height: 1;
}
.input__country .ss-main.input__country-field .ss-arrow,
.input__country .ss-main.select__field .ss-arrow{
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 20px;
	margin: 0;
	transform: translateY(-50%);
}
.input__country .ss-main.input__country-field .ss-arrow path,
.input__country .ss-main.select__field .ss-arrow path{
	stroke: #16181a;
	stroke-width: 20;
}
.ss-content.input__country-field{
	border: 0;
	border-radius: 0 0 8px 8px;
	background: #fff;
	color: #16181a;
	font-weight: 600;
	font-size: 10px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
	z-index: 110;
}
.ss-content.input__country-field .ss-list{
	padding: 4px 0;
}
.ss-content.input__country-field .ss-list .ss-option{
	padding: 9px 32px;
	color: #16181a;
	font-weight: 600;
	font-size: 10px;
}
.ss-content.input__country-field .ss-list .ss-option:hover:not(.ss-disabled),
.ss-content.input__country-field .ss-list .ss-option.ss-highlighted,
.ss-content.input__country-field .ss-list .ss-option:not(.ss-disabled).ss-selected{
	border-left: 0;
	background: #f0f0f0;
	color: #16181a;
}
/* ----------- WalletModal ----------- */
.WalletModal .modal__content{
	width: 100%;
	max-width: 758px;
	min-height: 729px;
	padding: 20px 44px 24px 44px;
}
.WalletModal .modal__title{
	margin-bottom: 16px;
}
.WalletModal .modal__nav{
	background: none;
	gap: 0 7px;
	margin-bottom: 20px;
}
.WalletModal .modal__nav--item{
	background: #2e3336;
	height: 40px;
	width: 16.666666%;
	padding: 0 5px;
	font-size: 10px;
	font-weight: 600;
}
.WalletModal .modal__nav--item.active{
	background: #cc4141;
}
.WalletModal__row{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px 10px;
}
.WalletModal__col{
	width: 100%;
	min-width: 0;
}
.WalletModal__col:nth-child(2){
	grid-column: 2;
	grid-row: 1 / span 2;
}
.WalletModal__col-full{
	grid-column: 1;
	grid-row: 2;
}
.WalletModal__section{
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	background: #1c1f22;
	padding: 18px;
}

.WalletModal__section-title{
	margin-bottom: 14px;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
}
.WalletModal__methods{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-bottom: 13px;
}
.WalletModal__methods--withdraw{
	margin-bottom: 15px;
}
.WalletModal__method{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 9px;
	height: 62px;
	border-radius: 8px;
	background: #2e3336;
	transition: background 0.2s ease;
}
.WalletModal__method:hover{
	background: #373d41;
}
.WalletModal__method.active{
	background: #cc4141;
}
.WalletModal__method img{
	width: 40px;
	height: 40px;
	object-fit: contain;
}
.WalletModal__method .WalletModal__method-piastrix{
	width: 69px;
	height: 40px;
}
.WalletModal__crypto-stack{
	display: grid;
	grid-template-columns: repeat(5, 20px);
	gap: 4px;
	align-items: center;
	justify-content: center;
}
.WalletModal__crypto-stack img{
	width: 20px;
	height: 20px;
}
.WalletModal__cards{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #57d883;
	font-weight: 800;
	font-size: 12px;
	line-height: 1;
}
.WalletModal__cards img{
	width: 27px;
	height: 21px;
}
.WalletModal__cards img:nth-child(2){
	height: 11px;
}
.WalletModal__form-grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 9px;
}
.WalletModal__field,
.WalletModal__field.input:not(:last-child){
	margin-bottom: 7px;
}
.WalletModal__label{
	display: block;
}
.WalletModal .WalletModal__input-text{
	background: #fff;
}
.WalletModal .WalletModal__input-text::placeholder{
	color: #7d7d7d;
	opacity: 1;
}
.WalletModal__input-icon{
	position: absolute;
	top: 50%;
	left: 8px;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
	pointer-events: none;
}
.WalletModal__input-icon--coin{
	background: url("../img/coin.svg") center no-repeat;
}
.WalletModal__input-icon--gift{
	background: url("../img/gift.svg") center no-repeat;
}
.WalletModal__input-icon--info{
	background: url("../img/info.svg") center no-repeat;
}
.WalletModal__input-icon--number{
	background: url("../img/number.svg") center no-repeat;
}
.WalletModal__input-icon--user{
	background: url("../img/user.svg") center no-repeat;
}
.WalletModal__input-icon--fullname{
	background: url("../img/user-profile-filled.svg") center no-repeat;
}

.WalletModal__note{
	margin-bottom: 8px;
	color: #7d7d7d;
	font-weight: 600;
	font-size: 10px;
	line-height: 1.1;
}
.WalletModal__note--strong{
	color: #fff;
}
.WalletModal__btn{
	width: 100%;
	margin-top: auto;
	padding: 0;
}
.WalletModal__note-two{
	margin: 0 0 10px 0;
}
.WalletModal [data-wallet-panel][hidden]{
	display: none !important;
}
.WalletModal__bonus-grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-bottom: 12px;
}
.WalletModal__status-row{
	display: grid;
	grid-template-columns: 1fr 144px;
	gap: 10px;
	align-items: start;
	margin-bottom: 10px;
}
.WalletModal__status-info .WalletModal__section-title{
	margin-bottom: 13px;
}
.WalletModal__bonus-status-name{
	display: flex;
	align-items: center;
	gap: 6px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
}
.WalletModal__bonus-star{
	position: relative;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
}
.WalletModal__bonus-metrics{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-bottom: 12px;
}
.WalletModal__partners-metrics{
	margin-bottom: 0;
}
.WalletModal__partners-metric--wide{
	grid-column: 1 / -1;
}
.WalletModal__bonus-metric{
	min-height: 62px;
	border-radius: 8px;
	background: #2e3336;
	padding: 11px 14px;
	color: #fff;
	font-weight: 600;
	font-size: 10px;
	line-height: 1;
}
.WalletModal__bonus-metric strong{
	display: block;
	margin-top: 8px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
}
.WalletModal__bonus-action{
	display: grid;
	grid-template-columns: 1fr 144px;
	gap: 10px;
	margin-top: auto;
}
.WalletModal__bonus-action .WalletModal__field.input{
	margin-bottom: 0;
}
.WalletModal__bonus-btn{
	align-self: end;
	width: 100%;
	height: 40px;
	padding: 0;
	font-weight: 700;
	font-size: 12px;
}
.WalletModal__bonus-balance,
.WalletModal__bonus-receive{
	color: #fff;
	font-weight: 600;
	font-size: 10px;
	line-height: 1;
}
.WalletModal__bonus-balance{
	margin-bottom: 18px;
}
.WalletModal__bonus-receive{
	margin-top: 10px;
}
.WalletModal__bonus-balance strong,
.WalletModal__bonus-receive strong{
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 8px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
}
.WalletModal__bonus-gift{
	width: 24px;
	height: 24px;
	background: url("../img/gift.svg") center / contain no-repeat;
	flex: 0 0 24px;
}
.WalletModal__input-icon--exchange{
	background: url("../img/exchange.svg") center no-repeat;
}
.WalletModal__bonus-history{
	height: 210px;
}
.WalletModal__bonus-history.expanded{
	height: auto;
	min-height: 210px;
}
.WalletModal__bonus-history .WalletModal__section-title{
	margin-bottom: 18px;
}
.WalletModal__bonus-table{
	color: #fff;
	font-weight: 600;
	font-size: 10px;
	line-height: 1;
}
.WalletModal__bonus-table-head,
.WalletModal__bonus-table-row{
	display: grid;
	grid-template-columns: 124px 96px 96px 120px 97px 1fr;
	align-items: center;
}
.WalletModal__bonus-table-head{
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #333;
	color: #7d7d7d;
}
.WalletModal__bonus-table-row{
	padding-top: 10px;
}
.WalletModal__bonus-table-row.is-hidden{
	display: none;
}
.WalletModal__bonus-history.expanded .WalletModal__bonus-table-row.is-hidden{
	display: grid;
}
.WalletModal__bonus-positive{
	color: #65c986;
}
.WalletModal__bonus-negative{
	color: #c96565;
}
.WalletModal__bonus-more{
	width: fit-content;
	margin-top: 20px;
	color: #7d7d7d;
	font-weight: 600;
	font-size: 10px;
	text-decoration: underline;
}
.WalletModal__history-section{
	height: auto;
}

.WalletModal__history-section .WalletModal__section-title{
	margin-bottom: 19px;
}
.WalletModal__history-table{
	font-weight: 700;
	font-size: 12px;
}
.WalletModal__history-table .WalletModal__bonus-table-head,
.WalletModal__history-table .WalletModal__bonus-table-row{
	grid-template-columns: 109px 103px 104px 120px 107px 1fr;
}
.WalletModal__history-table .WalletModal__bonus-table-head{
	margin-bottom: 10px;
	padding-bottom: 11px;
	font-weight: 600;
}
.WalletModal__history-table .WalletModal__bonus-table-row{
	padding-top: 10px;
}
.WalletModal__history-section .WalletModal__bonus-more{
	margin-top: 15px;
}
.WalletModal__partners-link-wrap{
	margin-bottom: 10px;
}
.WalletModal__input-icon--copy{
	background: url("../img/copy.svg") center no-repeat;
	pointer-events: auto;
	cursor: pointer;
}
.WalletModal__input-icon--copy.is-copied{
	background: none;
}
.WalletModal__input-icon--copy.is-copied::before{
	content: "";
	position: absolute;
	left: 3px;
	top: 4px;
	width: 10px;
	height: 6px;
	border-left: 2px solid #65c986;
	border-bottom: 2px solid #65c986;
	transform: rotate(-45deg);
}
.WalletModal__partners-copy.is-copied{
	background: #65c986;
}
.WalletModal__partners-copy{
	margin: 0 0 15px;
}
.WalletModal__partners-info{
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 5px;
	color: #fff;
	font-weight: 600;
	font-size: 10px;
	line-height: 1.12;
}
.WalletModal__partners-info p{
	margin: 0;
	font-weight: 600;
	font-size: 10px;
}
.WalletModal__partners-info strong{
	color: #fff;
}
.WalletModal__partners-info-icon{
	position: relative;
	flex: 0 0 11px;
	width: 11px;
	height: 11px;
	margin-top: 1px;
	border-radius: 50%;
	background: url("../img/info-filled.svg") center no-repeat;
}
.WalletModal__profile-grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px 10px;
}
.WalletModal__profile-card .WalletModal__section-title,
.WalletModal__profile-accounts .WalletModal__section-title{
	margin-bottom: 13px;
}
.WalletModal__profile-date{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}
.WalletModal__profile-date .input__text{
	padding: 0 13px;
}
.WalletModal__select-wrap{
	position: relative;
}
.WalletModal__select-wrap::after{
	content: none;
}
.WalletModal__select-wrap .ss-main{
	position: relative;
	width: 100%;
	height: 40px;
	min-height: 40px;
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: #fff;
	color: #16181a;
	font-weight: 600;
	font-size: 10px;
	box-shadow: none;
	z-index: 1;
}
.WalletModal__select-wrap .ss-main.select__field .ss-values{
	height: 100%;
	align-items: center;
	padding: 0 34px 0 28px;
}
.WalletModal__select-wrap .ss-main.select__field .ss-single,
.WalletModal__select-wrap .ss-main.select__field .ss-placeholder{
	margin: 0;
	padding: 0;
	color: #16181a;
	font-weight: 600;
	font-size: 10px;
	line-height: 1;
}
.WalletModal__select-wrap .ss-main.select__field .ss-arrow{
	position: absolute;
	top: 50%;
	right: 14px;
	width: 14px;
	height: 20px;
	margin: 0;
	transform: translateY(-50%);
}
.WalletModal__select-wrap .ss-main.select__field .ss-arrow path{
	stroke: #9b9b9b;
	stroke-width: 18;
}
.WalletModal__select-wrap .ss-content{
	border: 0;
	border-radius: 0 0 8px 8px;
	background: #fff;
	color: #16181a;
	font-weight: 600;
	font-size: 10px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
	z-index: 110;
}
.WalletModal__select-wrap .ss-content .ss-list{
	padding: 4px 0;
}
.WalletModal__select-wrap .ss-content .ss-option,
.ss-content.WalletModal__input-text .ss-option{
	padding: 9px 28px;
	color: #16181a;
}
.WalletModal__select-wrap .ss-content .ss-option:hover:not(.ss-disabled),
.WalletModal__select-wrap .ss-content .ss-option.ss-highlighted,
.WalletModal__select-wrap .ss-content .ss-option:not(.ss-disabled).ss-selected,
.ss-content.WalletModal__input-text .ss-option:hover:not(.ss-disabled),
.ss-content.WalletModal__input-text .ss-option.ss-highlighted,
.ss-content.WalletModal__input-text .ss-option:not(.ss-disabled).ss-selected{
	border-left: 0;
	background: #f0f0f0;
	color: #16181a;
}
.ss-content.WalletModal__input-text{
	--ss-animation-timing: 0s;
	height: auto;
	max-height: 220px;
	padding: 0;
	border: 0;
	border-radius: 0 0 8px 8px;
	background: #fff;
	color: #16181a;
	font-weight: 600;
	font-size: 10px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
	transition: none !important;
	overflow: auto;
	z-index: 110;
}
.ss-content.WalletModal__input-text.ss-open{
	transition: none !important;
}
.ss-content.WalletModal__input-text .ss-option{
	transition: none !important;
}
.ss-content.WalletModal__input-text .ss-list{
	padding: 4px 0;
}
.ss-main[aria-expanded="true"]{
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.WalletModal__select-wrap select{
	cursor: pointer;
}
.WalletModal__select-wrap .WalletModal__input-icon{
	z-index: 2;
}
.WalletModal__input-icon--planet{
	background: url("../img/planet.svg") center no-repeat;
}
.WalletModal__input-icon--city{
	background: url("../img/city.svg") center / contain no-repeat;
}
.WalletModal__input-icon--phone{
	background: url("../img/phone.svg") center / contain no-repeat;
}
.WalletModal__input-icon--mail{
	background: url("../img/mail.svg") center / contain no-repeat;
}
.WalletModal__input-icon--ruble{
	background: url("../img/ruble.svg") center / contain no-repeat;
}
.WalletModal__input-icon--password{
	background: url("../img/lock.svg") center / contain no-repeat;
}
.WalletModal__input-icon--code{
	background: url("../img/key.svg") center / contain no-repeat;
}
.WalletModal__profile-flag{
	position: absolute;
	top: 50%;
	right: 12px;
	width: 18px;
	height: 12px;
	border-radius: 2px;
	background: linear-gradient(to bottom, #fff 0 33.333%, #2e6edb 33.333% 66.666%, #cc4141 66.666% 100%);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
	transform: translateY(-50%);
	pointer-events: none;
}
.WalletModal__profile-confirm{
	display: grid;
	grid-template-columns: 11px 1fr 99px;
	gap: 5px;
	align-items: center;
	margin-top: 22px;
	color: #7d7d7d;
	font-weight: 600;
	font-size: 10px;
	line-height: 1.15;
}
.WalletModal__profile-warning{
	position: relative;
	width: 11px;
	height: 11px;
	background: url("../img/warning.svg") center no-repeat;
}
.WalletModal__profile-confirm button{
	width: 99px;
	height: 27px;
	padding: 0;
	border: 1px solid #cc4141;
	border-radius: 6px;
	background: transparent;
	color: #fff;
	font-weight: 700;
	font-size: 10px;
	cursor: pointer;
}
.WalletModal__profile-contacts .WalletModal__btn{
	margin-top: 30px;
}
.WalletModal__profile-accounts{
	min-height: 104px;
}
.WalletModal__account-list{
	display: flex;
	align-items: center;
	gap: 10px;
}
.WalletModal__account , .WalletModal__account img{
	width: 30px;
	height: 30px;
}
.WalletModal__account::before,
.WalletModal__account::after{
	content: none !important;
}
.WalletModal__settings-grid{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
.WalletModal__settings-card{
	padding: 15px 18px 20px;
}
.WalletModal__settings-card .WalletModal__section-title{
	margin-bottom: 18px;
}
.WalletModal__settings-metrics{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-bottom: 10px;
}
.WalletModal__settings-metric{
	min-height: 62px;
	padding: 11px 14px;
	border-radius: 8px;
	background: #2e3336;
	color: #fff;
	font-weight: 600;
	font-size: 10px;
	line-height: 1;
}
.WalletModal__settings-metric--wide{
	grid-column: 1 / -1;
}
.WalletModal__settings-metric strong{
	display: block;
	margin-top: 8px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
}
.WalletModal__settings-warning{
	display: grid;
	grid-template-columns: 11px 1fr;
	gap: 5px;
	align-items: start;
	margin-top: 10px;
	color: #fff;
	font-weight: 600;
	font-size: 10px;
	line-height: 1.2;
}
.WalletModal__settings-warning p{
	margin: 0;
	font-size: 10px;
	font-weight: 600;
}
.WalletModal__settings-warning strong{
	color: #cc4141;
}
.WalletModal__settings-password .WalletModal__field{
	margin-bottom: 10px;
}
.WalletModal__settings-check{
	display: grid;
	grid-template-columns: 15px 1fr;
	gap: 7px;
	align-items: center;
	margin-top: 3px;
	color: #fff;
	font-weight: 600;
	font-size: 10px;
	line-height: 1.15;
	cursor: pointer;
}
.WalletModal__settings-check input{
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.WalletModal__settings-check span{
	position: relative;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
}
.WalletModal__settings-check span::before{
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #cc4141;
	opacity: 0;
}
.WalletModal__settings-check input:checked + span::before{
	opacity: 1;
}
.WalletModal__settings-password .WalletModal__btn{
	margin-top: 20px;
}
.WalletModal__settings-2fa{
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 147px 1fr;
	gap: 23px;
	padding: 12px;
}
.WalletModal__settings-qr{
	width: 147px;
	height: 151px;
	border-radius: 5px;
	object-fit: cover;
}
.WalletModal__settings-2fa-content{
	padding-top: 8px;
}
.WalletModal__settings-2fa-content .WalletModal__section-title{
	margin-bottom: 13px;
}
.WalletModal__settings-2fa-content p{
	width: 300px;
	margin: 0 0 24px;
	color: #fff;
	font-weight: 600;
	font-size: 10px;
	line-height: 1.25;
}
.WalletModal__settings-2fa-form{
	display: grid;
	grid-template-columns: 1fr 170px;
	gap: 5px;
	align-items: end;
}
.WalletModal__settings-2fa-form .WalletModal__field.input{
	margin-bottom: 0;
}
.WalletModal__settings-2fa-form .WalletModal__bonus-btn{
	height: 40px;
}
.modal-top{
	display: none;
}
