.wrapper{
	padding: 30px 0;
}
.wrapper .container{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
}
/* -------------- aside -------------- */
.aside{
	position: sticky;
	top: 10px;
	width: 250px;
	height: calc(100vh - 30px);
	background: #2b2e33;
	border-radius: 8px;
	/*padding: 12px 12px;*/
	margin: 0 30px 0 0;
	/*
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	*/
}

.aside__top{
	height: 100%;
	padding: 10px;
	margin: 0 4px;
	overflow-y: auto;
	overflow-x: hidden;
}

.aside__top::-webkit-scrollbar {
    width: 4px;
}
.aside__top::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0);
    border-radius: 0;
}
.aside__top::-webkit-scrollbar-thumb {
    border-radius: 50px;
    border: 0 solid rgba(0, 0, 0, 0);
    background-color: #4b4f56;
}
.light-theme .aside__top::-webkit-scrollbar-thumb {
	background-color: #f5f5f5;
}

.casino_swiper{
	margin-bottom: 15px;
}

.footer__logo img{
	height: 33px;
}

.aside__block-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 12px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.71429;
	color: #fddd35;
	cursor: pointer;
}
.aside__block-title svg{
	width: 12px;
	height: 8px;
	stroke: #fff;
	transition: 0.3s;
}
.aside__block-title.active svg{
	transform: rotate(180deg);
}
.aside__block{

}
.aside__block-wrap{
	display: none;
}
.aside__block-wrap.active{
	display: block;
}
.aside__block:not(:last-child){
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #fff;
}
.light-theme .aside__block:not(:last-child){
	border-bottom: 1px solid #d9d9d9;
}
.aside__block ul li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.71429;
	color: #f2f2f2;
	padding: 10px 12px;
	position: relative;
}
.aside__block ul li a i{
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 100%;
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	text-transform: capitalize;
	font-style: normal;
	border-radius: 100%;
	background: #87bf0f;
	display: flex;
	justify-content: center;
	align-items: center;
}
.aside__block ul li a img{
	width: 20px;
	height: 20px;
	margin: 0 12px 0 0;
}
.aside__block ul li a svg{
	width: 20px;
	height: 20px;
	stroke: #fff;
	fill: #fff;
	margin: 0 12px 0 0;
}
.aside__block ul li a:hover{
	color: #FDDD35;
}
.aside__block ul li a:hover svg{
	stroke: #FDDD35;
	fill: #FDDD35;
}
.aside__block ul li a.red{
	color: #fd4e4e;
}
.aside__block ul li a.red svg{
	stroke: #fd4e4e;
	fill: #fd4e4e;
}
.aside__block-btn{
	background: #494c51;
	border-radius: 8px;
	padding: 10px 12px;
	width: 100%;
	height: 44px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.71429;
	color: #f2f2f2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.aside__block-btn svg{
	width: 13px;
	height: 8px;
	stroke: #fff;
}
.aside__block-btn:hover{
	background: #66696e;
}
.aside__bottom{
	padding: 40px 0 50px 0;
}
.aside__logout{
	width: 100%;
	height: 44px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 12px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.71429;
	color: #000;
	margin: 0 0 12px 0;
}
.aside__logout svg{
	width: 20px;
	height: 20px;
	stroke: #000000;
	margin: 0 12px 0 0;
}
.aside__copyright{
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
}
.aside__copyright span{
	display: block;
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	margin: 8px 0 0 0;
}
/* -------------- content -------------- */
.content{
	flex-grow: 1;
	width: 80%;
}
.content__title{
	font-family: "Roboto Flex", sans-serif;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	color: #000;
	backdrop-filter: blur(20px);
	background: #fff09e;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 29px;
	padding: 12px;
}
.content__title svg{
	margin: 0 8px 0 0;
	width: 14px;
	height: 14px;
}
.content__wrapper{
	backdrop-filter: blur(50px);
	background: rgba(43, 46, 51, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
}
.content__wrapper:not(:last-child){
	margin: 0 0 30px 0;
}
/* ------- slider ------- */
.slider{
	position: relative;
	margin: 0 0 30px 0;
}
.slider__arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #12151a;
	z-index: 10;
	cursor: pointer;
}
.slider__arrow svg{
	width: 20px;
	height: 20px;
	stroke: #fff;
}
.slider__prev{
	border-radius: 0 8px 8px 0;
	background: #12151a;
	left: 0;
}
.slider__next{
	right: 0;
	border-radius: 8px 0 0 8px;
	backdrop-filter: blur(24px);
	background: rgba(255, 255, 255, 0.3);
}
.slider__next svg{
	transform: rotate(180deg);
}
/*
.slider .swiper-slide-active{
	max-width: 50%;
	width: 50% !important;
}
/*
.js-slider .swiper-slide-active img{
	width: 100%;
}

/*
.slider__item img{
	width: auto;
	height: 100%;
}
*/

.swiper-wrapper{
	align-items: stretch;
}
.swiper-slide{height: auto!important;}
.slider__item{
	height: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 0px;
	border-bottom: 2px solid transparent;
	overflow: hidden;
	/*transition: 2s;*/
}
.swiper-slide:not(.swiper-slide-active) .slider__item{
	height: 100%;
	box-shadow: 3px -5px 55px #000;
}

.swiper-slide:not(.swiper-slide-active) .slider__item:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 101%;
	height: 100%;
	background: linear-gradient(180deg, rgba(24, 34, 34, 0) 0%, #182222 120%);
	border-radius: 0px;
	z-index: 2;
	transition: 2s;
}

.swiper-slide:not(.swiper-slide-active) .slider__item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
}




.slider__item-img img{
	height: auto;
	max-width: inherit;
	border-radius: 0px;
	z-index: 1;
}
.slider__item-wrap{
	position: relative;
	z-index: 2;
	text-align: center;
	opacity: 0;
	visibility: hidden;
}
.slider__item-top{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 16px 0;
}
.slider__item-top span{
	font-style: italic;
	font-weight: 900;
	font-size: 33px;
	line-height: 1;
	text-transform: uppercase;
}
.slider__item-top i{
	font-style: italic;
	font-weight: 900;
	font-size: 25px;
	line-height: 1;
	text-transform: uppercase;
	color: #fddd35;
	margin: 0 17px;
}
.slider__item-wrap p{
	font-weight: 500;
	font-size: 21px;
	line-height: 1;
	text-transform: capitalize;
	color: rgba(255, 255, 255, 0.8);
	margin: 0 0 16px 0;
}
.slider__item-wrap ul{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 0 0 25px 0;
}
.slider__item-wrap ul li{;
	border-radius: 6px;
	width: 80px;
	height: 32px;
	backdrop-filter: blur(21.178144454956055px);
	background: #87bf0f;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slider__item-wrap ul li:not(:last-child){
	margin: 0 12px 0 0;
}
.slider__item-wrap .primary-btn{
	width: 153px;
	height: 45px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
	color: #000;
}

.slider .swiper-slide-active{
	/*margin-right: -5px;*/
	z-index: 5;
}
.slider .swiper-slide-active .slider__item{
	border-radius: 10px;
	border-color: #FFFFFF;
	box-shadow: 3px -5px 55px #000;
}
.slider .swiper-slide-active .slider__item-img{
	border-radius: 10px;
}
.slider .swiper-slide-active img{
	border-radius: 10px;
	max-width: 100%;
	width: 100%;
}
.slider .swiper-slide-active .slider__item-img:before{
	border-radius: 10px;
}
.slider .swiper-slide-active .slider__item-wrap{
	opacity: 1;
	visibility: visible;
}



.vip_ranks{
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(5, 1fr);
}
.vip_ranks > div{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: var(--blocks_bg);
	color: var(--blocks_color);
	border-radius: var(--main_radius);
	padding: 10px;
	text-align: center;
}
.vip_ranks img{
	display: block;
	width: 90%;
	margin: 0;
	padding: 0;
}
.vip_ranks_name{
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
}
.vip_ranks_cashback{
	margin-top: 5px;
	color: var(--trans_color);
}
.vip_ranks_btn{
	display: block;
	margin-top: 10px;
	padding: 10px 15px;
	background: var(--btn_bg);
	color: var(--btn_color);
	border-radius: var(--main_radius);
	font-weight: bold;
	transition: 0.3s;
}
.vip_ranks_btn:hover{
	background: var(--btn_hover_bg);
	color: var(--btn_hover_color);
}
.vip_ranks_active_abs{
	display: none;
	position: absolute;
	top: 0;
	left: auto;
	background: var(--corp_2);
	border-radius: 0 0 var(--main_radius) var(--main_radius);
	padding: 3px 7px;
	color: var(--corp_color_2);
}
.vip_ranks_active{
	border: 1px solid var(--corp_2);
}
.vip_ranks_active .vip_ranks_active_abs{
	display: block;
}
@media (max-width: 900px) {
	.vip_ranks{grid-template-columns: repeat(3, 1fr);}
}
@media (max-width: 600px) {
	.vip_ranks{grid-template-columns: repeat(2, 1fr);}
}




.vip_ranks_status{
	margin-bottom: 35px;
	background: var(--blocks_bg);
	color: var(--blocks_color);
	border-radius: var(--main_radius);
}
.vip_ranks_status > div:first-child{
	background: var(--blocks_bg_2);
	text-align: center;
	padding: 15px 10px;
	border-radius: var(--main_radius) var(--main_radius) 0 0;
}
.vip_ranks_status > div:last-child{
	padding: 10px;
}
.vip_ranks_flex{
	display: flex;
	align-items: center;
	gap: 25px;
}
.vip_ranks_flex > div:nth-child(2){
	flex: 1;
}
.vip_ranks_img{
	display: block;
	margin: 0;
	padding: 0;
	width: 170px;
}
.vip_ranks_flex_names{
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}
.vip_ranks_flex_balance{
	margin-bottom: 5px;
	font-size: 13px;
	text-align: center;
}
@media (max-width: 700px) {
	.vip_ranks_img{width: 90px;}
}
@media (max-width: 500px) {
	/*.vip_ranks_flex_names{display: none;}*/
	.vip_ranks_flex > div:last-child{display: none;}
}






.progress-container {
    width: 100%;
    height: 20px;
    background: var(--progress_bg);
    border-radius: 10px;
    position: relative;
}
.progress-bar {
    height: 100%;
    background: var(--progress_bar_bg);
    border-radius: 10px;
    text-align: center;
    color: var(--progress_color);
    font-weight: bold;
    line-height: 20px;
    transition: width 0.5s ease-in-out;
}



.points_profit{
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(5, 1fr);
}
.points_profit > div{
	display: flex;
	flex-direction: column;
	gap: 7px;
	height: 100%;
	background: var(--blocks_bg);
	color: var(--blocks_color);
	border-radius: var(--main_radius);
	padding: 10px;
	text-align: center;
}
.points_profit > div > div:nth-child(1){
	height: 60px;
}
.points_profit > div > div:nth-child(2){
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.points_profit > div > div:nth-child(3){
	font-size: 25px;
	font-weight: bold;
	color: var(--corp_2);
}
.points_profit > div > div:nth-child(3) span{
	font-size: 13px;
}
.points_profit > div svg{
	fill: var(--blocks_color);
}
@media (max-width: 900px) {
	.points_profit{grid-template-columns: repeat(4, 1fr);}
}
@media (max-width: 600px) {
	.points_profit{grid-template-columns: repeat(2, 1fr);}
}



.tournaments{
	display: flex;
	background: var(--blocks_bg);
	color: var(--blocks_color);
	border-radius: var(--main_radius);
	margin-bottom: 35px;
}
.tournaments > div:first-child{
	flex: 1;
	border-radius: var(--main_radius) 0 0 var(--main_radius);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.tournaments > .tournament_info{
	display: flex;
	flex-direction: column;
	width: 350px;
	min-height: 370px;
	padding: 15px;
}
.tournaments > .tournament_info > div:first-child{
	flex: 1;
}
.tournament_rank{
	display: flex;
	align-items: center;
	gap: 10px;
}
.tournament_rank > div:first-child{
	flex: 1;
}
.tournament_rank > div:first-child > div:first-child{
	color: var(--trans_color);
}
.tournament_rank > div:first-child > div:last-child{
	margin-top: 5px;
	font-weight: bold;
}
.tournament_rank img{
	display: block;
	margin: 0;
	padding: 0;
	height: 40px;
}
.tournament_name{
	margin-bottom: 35px;
	font-size: 17px;
	font-weight: bold;
}
.tournament_h9{
	color: var(--trans_color);
}
.tournament_prize{
	font-size: 25px;
	font-weight: bold;
	color: var(--corp);
}
.tournament_timer{
	margin: 25px 0;
	padding: 10px;
	background: var(--blocks_bg_2);
	color: var(--blocks_color);
	border-radius: var(--main_radius);
	text-align: center;
}
.tournament_timer > .countdown > div:first-child{
	color: var(--trans_color);
}
.tournament_timer > .countdown > div:last-child{
	font-weight: bold;
	margin-top: 5px;
}
@media (max-width: 1000px) {
	.tournaments{flex-direction: column;}
	.tournaments > div:first-child{border-radius: var(--main_radius) var(--main_radius) 0 0;}
	.tournaments > div:first-child > div{
		width: 100%;
		height: 200px;
	}
	.tournament_info{
		width: auto!important;
		min-height: auto!important;
	}
	.tournament_name{margin-bottom: 15px;}
	.tournament_timer{margin: 10px;}
}

.tournament_desc_head{
	font-weight: bold;
	font-size: 17px;
}
.tournament_desc_content{
	margin-top: 15px;
}
.tournament_desc_content p{
	margin: 5px 0;
}

.tournament_grid{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
}
.tournament_grid > div{
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	background: var(--blocks_bg);
	border: 1px solid var(--blocks_bg);
	color: var(--blocks_color);
	border-radius: var(--main_radius);
	padding: 10px 15px;
}
.tournament_grid > div > div:nth-child(1){
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--tournament_grid_position_border);
	width: 39px;
	height: 39px;
	border-radius: 150px;
	font-weight: bold;
}
.tournament_grid > div > div:nth-child(2){
	flex: 1;
	min-width: 0;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tournament_grid_active{
	border: 1px solid var(--corp)!important;
}
.tournament_grid > div:nth-child(1) > div:nth-child(1){
	border: 2px solid gold;
    color: gold;
}
.tournament_grid > div:nth-child(2) > div:nth-child(1){
	border: 2px solid silver;
    color: silver;
}
.tournament_grid > div:nth-child(3) > div:nth-child(1){
	border: 2px solid #cd7f32;
    color: #cd7f32;
}
@media (max-width: 1700px) {
	.tournament_grid{grid-template-columns: repeat(4, 1fr);}
}
@media (max-width: 1400px) {
	.tournament_grid{grid-template-columns: repeat(3, 1fr);}
}
@media (max-width: 1200px) {
	.tournament_grid{grid-template-columns: repeat(2, 1fr);}
}
@media (max-width: 650px) {
	.tournament_grid{grid-template-columns: repeat(1, 1fr);}
}









/* ------- winners ------- */
.winners{
	margin: 0 0 30px 0;
}
.winners .content__title{
	margin: 0 0 16px 0;
}
.winners .swiper-slide{
	max-width: 330px;
	margin: 0 24px 0 0;
}
.winners .swiper-slide:last-child{
	margin: 0;
}
.winners__item{
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	backdrop-filter: blur(50px);
	background: rgba(43, 46, 51, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	padding: 6px;
}
.winners__item-wrap{
	flex: 1;
}
.winners__item-img{
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	width: 130px;
	flex-shrink: 0;
	margin: 0 16px 0 0;
}
.winners__item-img img{
	width: 100%;
	border-radius: 20px;
}
.winners__item-name{
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	margin: 0 0 12px 0;
	width: 150px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.winners__item-desc{
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: rgba(255, 255, 255, 0.7);
	margin: 0 0 10px 0;
}
.winners__item-win{
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fddd35;
}
/* ------- filters ------- */
.filters{
	margin: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, 0.1);
	border-radius: 16px;
}
.filters__top{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	border-bottom: 1px solid #242a2d;
}
.breadcrumbs{
	padding: 12px 24px 12px 16px;
	border-right: 1px solid #242a2d;
}
.breadcrumbs ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.breadcrumbs ul li{
	opacity: 0.6;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.breadcrumbs ul li:after{
	content: "";
	background: url('../img/chevron-right-white.svg') center no-repeat;
	width: 20px;
	height: 20px;
	margin: 0 8px;
}
.breadcrumbs ul li:not(:last-child){

}
.breadcrumbs ul li a{

}

.footer_banners_wrap{
	padding: 0 10px;
	backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.light-theme .footer_banners_wrap{
	backdrop-filter: blur(20px);
    background: #dcdef5;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.details_balance{
	display: flex;
	gap: 10px;
}
.details_balance > div:nth-child(2){
	flex: 1;
}
.details_balance svg{
	fill: #fff;
}
.light-theme .details_balance svg{
	fill: #000;
}

.breadcrumbs ul li a svg{
	width: 18px;
	height: 18px;
	stroke: #fff;
}
.breadcrumbs ul li:last-child:after{
	display: none;
}
.breadcrumbs ul li:first-child{
	opacity: 1;
}
.filters__top-right{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-grow: 1;
	padding: 0 0 0 24px;
}
.filters__nav{

}
.filters__nav ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.filters__nav ul li:not(:last-child){
	margin: 0 30px 0 0;
}
.filters__nav ul li a{
	display: block;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	position: relative;
}
.filters__nav ul li a:hover{
	color: #fddd35;
}
.filters__nav ul li a:after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	background: #fddd35;
	opacity: 0;
	visibility: hidden;
}
.filters__nav ul li a.active:after{
	bottom: -17px;
	opacity: 1;
	visibility: visible;
}

.filters .search{
	width: 253px;
}
.filters .search__input{
	height: 34px;
}


.filters__content{
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
}

.toggles{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 24px 0 16px;
	border-right: 1px solid #242a2d;
	overflow: hidden;
}
.toggles span{
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	margin: 0 0 0 8px;
}
.ios-toggle,.ios-toggle:active{
	position:absolute;
	top: 0px;
	height:0;
	width:0;
	opacity:0;
	border:none;
	outline:none;
}
.checkbox-label{
	display:block;
	position:relative;
	padding:2px;
	width:36px;
	height:20px;
	border-radius: 12px;
	background:#87bf0f;
	cursor:pointer;
}
.checkbox-label:before{
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	top: 50%;
	transform: translateY(-50%);
	left:2px;
	right:auto;
	-webkit-transition:.25s ease-in-out;
	-moz-transition:.25s ease-in-out;
	-o-transition:.25s ease-in-out;
	transition:.25s ease-in-out;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 100%;
}
.ios-toggle:checked + .checkbox-label:before {
	left: calc(100% - 18px);
}

#snowfall-container {
    position: fixed; /* Фиксированное положение */
    top: 0;
    left: 0;
    width: 100vw; /* Полная ширина экрана */
    height: 100vh; /* Полная высота экрана */
    pointer-events: none; /* Блок не мешает кликам */
    z-index: 9999; /* Поверх всех элементов, но ниже модальных окон */
}

.filters__content-right{
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-grow: 1;
	padding: 0 13px 0 24px;
}
.filters__menu{

}
.filters__menu ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.filters__menu ul li{

}
.filters__menu ul li:not(:last-child){
	margin: 0 30px 0 0;
}
.filters__menu ul li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 15px 0;
}
.filters__menu ul li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	color: #f2f2f2;
}
.filters__menu ul li a svg{
	width: 14px;
	height: 14px;
	stroke: #fff;
	margin: 0 8px 0 0;
}
.filters__menu ul li a:hover{
	color: #FDDD35;
}
.filters__menu ul li a:hover svg{
	stroke: #FDDD35;
}
.filters__link{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	color: #fddd35;
}
.filters__link svg{
	width: 18px;
	height: 18px;
	stroke: #fddd35;
	margin: 0 0 0 8px;
}
.filters__link:hover{
	color: #d1b002;
}
.filters__link:hover svg{
	stroke: #d1b002;
}



.bet__top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	backdrop-filter: blur(50px);
	background: rgba(43, 46, 51, 0.6);
	padding: 12px 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin: 0 0 12px 0;
}
.bet__category{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
}
.bet__category svg{
	width: 20px;
	height: 20px;
	stroke: #fff;
	margin: 0 12px 0 0;
	flex-shrink: 0;
}
.bet__filters{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.bet__filters .bet__col:not(:last-child){
	margin: 0 30px 0 0;
}
.bet__filters .ss-main{
	height: 38px !important;
}

.bet__col_1{
	width: 191px;
}
.bet__col_2{
	width: 174px;
}
.bet__col_3{
	width: 235px;
}
.bet__col_4{
	width: 200px;
}

.bet__top_two{
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, 0.1);
	margin: 0;
}
.bet__top_two .bet__category{
	opacity: 0;
}
.bet__row{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.bet__score{
	position: absolute;
	top: 0;
	right: 100%;
}
.bet__score span{
	display: block;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
	margin: 0 12px 0 0;
}
.bet__score span:not(:last-child){
	margin: 0 0 12px 0;
}
.bet__item{
	backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	width: 33.333333%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
}
.bet__item_yellow{
	border-color: #fddd35;
	background: rgba(253, 221, 53, 0.1);
}
.bet__item_green{
	border-color: #87bf0f;
	background: rgba(135, 191, 15, 0.1);
}
.bet__item_6{
	width: 50%;
}
.bet__item_12{
	width: 100%;
}
.bet__item:not(:last-child){
	margin: 0 8px 0 0;
}
.bet__item_val{
	backdrop-filter: none;
	background: none;
	border:none;
}
.bet__item_text{
	height: auto;
	backdrop-filter: none;
	background: none;
	border:none;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
}

.bet__block{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 24px 24px 16px 28px;
	border-bottom: 1px solid #fff;
}
.bet__block:first-child{
	padding-top: 16px;
}
.bet__block:last-child{
	border-bottom: none;
}
.bet__block-left{

}
.bet__block-name{
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
	margin: 0 0 16px 0;
}
.bet__block-name span{
	display: none;
}
.bet__block-row{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.bet__block-number{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #87bf0f;
	border-radius: 4px;
	backdrop-filter: blur(11.294118881225586px);
	padding: 8px;
	height: 25px;
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
	text-transform: capitalize;
	color: #87bf0f;
	margin: 0 8px 0 0;
}
.bet__block-cat{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.1;
	text-transform: capitalize;
	text-decoration: none;
	opacity: 0.6;
}
.bet__block-cat svg{
	flex-shrink: 0;
	width: 14px;
	height: 14px;
	stroke: #fff;
	margin: 0 0 0 8px
}
.bet__block-cat:hover{
	opacity: 1;
}

/* ------- section text ------- */
.text{

}
.text__breadcrumbs{
	margin: 0 0 26px 0;
}
.text__breadcrumbs ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.text__breadcrumbs ul li{
	opacity: 0.7;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.text__breadcrumbs ul li:after{
	display: block;
	content: "";
	background: url('../img/chevron-right-white.svg') center no-repeat;
	width: 14px;
	height: 14px;
	background-size: 7px;
	margin: 0 8px;
}
.text__breadcrumbs ul li a{
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
	text-decoration: underline;
	text-decoration-skip-ink: none;
}
.text__breadcrumbs ul li:last-child:after{
	display: none;
}
.title{
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	text-transform: capitalize;
	margin: 0 0 24px 0;
}
.text__container{
	max-height: 160px;
	overflow: hidden;
	position: relative;
}
.text__container:after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 73px;
	background: linear-gradient(180deg, rgba(24, 34, 34, 0) 0%, #182222 100%);
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
}
.text__block{

}
.text__block:not(:last-child){
	margin: 0 0 30px 0;
}
.text__block p{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.7);
}
.text__container.active{
	max-height: 100%;
}
.text__container.active:after{
	opacity: 0;
	visibility: visible;
}
.text__btn{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #fddd35;
	margin: 25px 0 0 0;
}
.text__btn svg{
	width: 18px;
	height: 18px;
	stroke: #FDDD35;
	margin: 0 0 0 8px;
	transform: rotate(90deg);
	transition: 0.3s;
}
.text__btn.active svg{
	transform: rotate(-90deg);
}

/* ------- footer ------- */
.footer{
	position: relative;
	z-index: 3;
	backdrop-filter: blur(50px);
	background: rgba(43, 46, 51, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	margin: 60px 0 0 0;
}
.footer__top{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 40px;
}
.footer__nav{

}
.footer__nav-title{
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	text-transform: capitalize;
	margin: 0 0 24px 0;
}
.footer__nav ul{

}
.footer__nav ul li:not(:last-child){
	margin: 0 0 18px 0;
}
.footer__nav ul li a{
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.7);
}
.footer__nav ul li a:hover {
	color: #FDDD35;
}
.footer__select{
	width: 173px;
}
.btn-top{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	color: inherit;
}
.btn-top i{
	width: 32px;
	height: 32px;
	border-radius: 100%;
	background: #fddd35;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	margin: 0 0 0 12px;
}
.btn-top i svg{
	width: 14px;
	height: 24px;
}
.btn-top:hover i{
	background: #ffd600;
}
.footer__partners{
	backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 32px 85px;
}
.footer__partners .swiper-slide{
	width: max-content;
}
.footer__partners .swiper-slide:not(:last-child){
	margin: 0 96px 0 0;
}
.footer__bottom{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 40px;
}
.footer__bottom-left{
	margin-right: 30px;
	max-width: 725px;
}
.footer__bottom-left img{
	margin: 0 0 12px 0;
	max-height: 100px;
}
.footer__bottom-left p{
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.7);
}
.footer__bottom-right{
	max-width: 316px;
}
.footer__bottom-right img{
	margin: 0 0 12px 0;
}
.footer__bottom-right p{
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	text-transform: lowercase;
	color: rgba(255, 255, 255, 0.7);
}

.navbar{
	display: none;
}

.developer{
	display: block;
	margin-top: 25px;
}
.developer img{
	margin: 0;
	padding: 0;
	width: 135px;
}
.developer > div:nth-child(2){
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	padding-left: 15px;
	margin-top: -5px;
	font-style: italic;
}
.light-theme .developer > div:nth-child(2){
	color: rgba(0, 0, 0, 0.7);
}
.developer_white{display: block;}
.developer_black{display: none;}
.light-theme .developer_white{display: none;}
.light-theme .developer_black{display: block;}

/* -------------- slotFilters -------------- */
.slotFilters{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
}
.slotFilters__nav ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.slotFilters__nav ul li:not(:last-child){
	margin: 0 8px 0 0;
}
.slotFilters__nav ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	padding: 13px 16px;
	backdrop-filter: blur(20px);
	background: #1c1f24;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
}
.slotFilters__nav ul li a:hover{
	color: #ffef9e;
}
.slotFilters__nav ul li a.active{
	background: #ffef9e;
	color: #000;
}
.slotFilters__right{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.slotFilters .search{
	padding: 0;
	margin: 0 0 0 8px;
}
.slotFilters .search__input{
	height: 42px;
}
.providers{
	width: 140px;
}
.providers .ss-main .ss-values{
	align-items: center;
	gap: 0;
}
.ss-main .ss-values .ss-single{
	margin: 0;
}
.providers .ss-main .ss-values:before{
	content: "";
	display: block;
	background: url("../img/esports.svg") center top no-repeat;
	width: 12px;
	height: 14px;
	margin: -3px 10px 0 0;
}
.providers .ss-main .ss-arrow{
	display: none;
}
/* -------------- games -------------- */
.games{
	padding: 0 16px 30px 16px;
}
.js-games .swiper-slide{
	max-width: 200px;
}
.js-games .swiper-slide:not(:last-child){
	margin: 0 21px 0 0;
}
.games__block{
	margin: 30px 0 0 0;
}
.games__block-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 24px 0;
}
.games .title{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 24px 0;
}
.games .title svg{
	stroke: #ffffff;
	width: 22px;
	height: 22px;
	margin: 0 10px 0 0;
}
.link{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	color: #fddd35;
}
.link svg{
	width: 18px;
	height: 18px;
	stroke: #fddd35;
	margin: 0 0 0 8px;
}
.link:hover{
	color: #d1b002;
}
.link:hover svg{
	stroke: #d1b002;
}

.items__row{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	gap: 20px;

}
.item__col{
	/*width: 14.203%;*/
	/*padding: 0 10px;*/
	width: 200px;
}

.item{

}
.item__img{
	margin: 0 0 12px 0;
	position: relative;
}
.item__img img{
	border-radius: 10px;
}
.item__hover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(36, 42, 45, 0.8);
	border-radius: 10px;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: 0.3s;
}
.item__hover-title{
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	text-transform: capitalize;
	margin: 0 0 14px 0;
}
.item__hover-btns{
	display: flex;
	justify-content: center;
	align-items: center;
}
.item__hover-provider{
	margin: 7px 0 0 0;
	font-size: 16px;
}
.item__hover-btns .primary-btn{
	width: 91px;
	height: 29px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px 0 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
	text-transform: capitalize;
	color: #000;
}
.item__hover-btns .secondary-btn{
	width: 65px;
	height: 29px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
	text-transform: capitalize;
	color: #000;
}
.item__name{
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
}
.item__name:not(:last-child){
	margin: 0 0 6px 0;
}
.item__provider{
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
	color: rgba(255, 255, 255, 0.7);
}

.item:hover .item__hover{
	opacity: 1;
	visibility: visible;
	z-index: 2;
}
/* -------------- promotions -------------- */
.promotions{

}
.promotions .slotFilters{
	margin-bottom: 30px;
}
.promotions .games__block-top{
	padding: 0 16px;
}
.promotions .title{
	margin: 0;
}
.promotions__row{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	padding: 0 16px 30px 16px;
	gap: 30px 0;
	margin-left: -12px;
	margin-right: -12px;
}
.promotions__col{
	width: 25%;
	padding: 0 12px;
}
.promotions__item{

}
.promotions__item-img{
	position: relative;
	border-radius: 12px;
	margin: 0 0 12px 0;
	display: block;
}
.promotions__item-img img{
	border-radius: 12px;
}
.promotions__item-hover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(36, 42, 45, 0.8);
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: 0.3s;
}
.promotions__item-icon{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, 0.24);
	display: flex;
	justify-content: center;
	align-items: center;
}
.promotions__item-icon svg{
	width: 28px;
	height: 28px;
	stroke: #FDDD35;
}
.promotions__item-btn{
	width: 151px;
	height: 47px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
	color: #000;
}
.promotions__item-wrap{

}
.promotions__item-cat{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 12px 0
}
.promotions__item-cat i{
	width: 24px;
	height: 24px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fddd35;
	margin: 0 8px 0 0;
}
.promotions__item-cat i svg{
	stroke: #000;
	width: 14px;
	height: 14px;
}
.promotions__item-cat span{
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	color: #fddd35;
}
.promotions__item-name{
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 12px 0;
}
.promotions__item-wrap p{
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.7);
}
.promotions__item:hover .promotions__item-hover{
	opacity: 1;
	visibility: visible;
	z-index: 2;
}




.menu_btn_deposit{
	margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    height: 37px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    color: #000;
    background: #fddd35;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    color: #000;
    font-family: "Roboto Flex", sans-serif;
    transition: 0.3s;
}


@media (max-width: 476px) {
	.menu_btn_deposit{display: none;}
}


/* -------------- levels -------------- */
.levels{
	padding: 16px;
}
.levels__top{
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, 0.1);
	padding: 20px;
	margin: 0 0 30px 0;
}
.levels__top ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 10px 0;
	font-family: "Roboto Flex", sans-serif;
}
.levels__top ul li{
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
}
.levels__progress{
	border-radius: 9px;
	width: 100%;
	height: 16px;
	background: #494c51;
}
.levels__line{
	border-radius: 9px;
	height: 16px;
	background: #87bf0f;
	position: relative;
}
.levels__dot{
	border-radius: 100%;
	background: #87bf0f;
	border: 3px solid #fff;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.levels__row{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
	gap: 30px 0;
}
.levels__col{
	width: 25%;
	padding-left: 12px;
	padding-right: 12px;
}
.levels__item{

}
.levels__item-img{
	position: relative;
	border-radius: 12px;
	margin: 0 0 12px 0;
}
.levels__item-img img{
	border-radius: 13px;
}
.levels__item-hover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(36, 42, 45, 0.8);
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 20px;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.levels__item-text{
	width: 100%;
	backdrop-filter: blur(40px);
	background: #fddd35;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	padding: 20px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
	color: #000;
	text-align: center;
}
.levels__item-text span{
	display: block;
}
.levels__item-text span:not(:last-child){
	margin: 0 0 16px 0;
}
.levels__item-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.levels__item-name{
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	text-transform: capitalize;
}
.levels__item-points{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
	color: #fddd35;
}
.levels__item-points svg{
	width: 16px;
	height: 16px;
	stroke: #FDDD35;
	flex-shrink: 0;
	margin: 0 8px 0 0;
}
.levels__item:hover .levels__item-hover{
	opacity: 1;
	visibility: visible;
	z-index: 3;
}
/* -------------- tournament -------------- */
.tournament{

}
.games__block-top{
	margin: 0 0 24px 0;
}
.games__block-top .title{
	margin: 0;
}
.tournamentBlock{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, 0.1);
	padding: 12px 30px 12px 12px;
	margin: 0 0 30px 0;
}
.tournamentBlock__img{
	width: 364px;
	flex-shrink: 0;
	margin: 0 24px 0 0;
}
.tournamentBlock__img img{
	border-radius: 13px;
}
.tournamentBlock__wrap{
	flex-grow: 1;
}
.tournamentBlock__top{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 0 24px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin: 0 0 24px 0;
}
.tournamentBlock__name{
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	text-transform: capitalize;
	margin: 0 0 7px 0;
}
.tournamentBlock__desc{
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
	margin: 0 0 7px 0;
}
.tournamentBlock__date{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
	text-transform: lowercase;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	margin: 0 0 16px 0;
}
.tournamentBlock__date span:not(:last-child){
	margin: 0 8px 0 0;
}
.tournamentBlock__text{

}
.tournamentBlock__text p{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
	text-transform: lowercase;
	color: rgba(255, 255, 255, 0.7);
}
.tournamentBlock__text p b{
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 6px 0;
}
.tournamentBlock__status{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.tournamentBlock__status-item{
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	backdrop-filter: blur(50px);
	background: rgba(43, 46, 51, 0.6);
	width: 150px;
	height: 96px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.tournamentBlock__status-item:not(:last-child){
	margin: 0 16px 0 0;
}
.tournamentBlock__status-item img{
	max-width: 32px;
	margin: 0 auto 16px;
}
.tournamentBlock__status-item span{
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
}


/* -------------- game -------------- */
.game{
	backdrop-filter: blur(50px);
	background: rgba(43, 46, 51, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	padding: 16px;
}
.game__btns{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 48px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 6px;
	backdrop-filter: blur(20px);
	background: rgba(28, 31, 36, 0.6);
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 8px 0;
}
.game__btn{
	display: block;
}
.game__btn:not(:last-child){
	margin: 0 0 24px 0;
}
.game__btn svg{
	width: 20px;
	height: 20px;
	stroke: #fff;
}
.game__btn-close{
	width: 32px;
	height: 32px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
}
.game__btn-close svg{
	width: 16px;
	height: 16px;
}
.game__btn:hover svg{
	stroke: #fddd35;
}

.game__item{
	position: relative;
}
.game__item img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.winners__wrapper{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.winners .winners__wrapper .swiper-slide{
	max-width: 280px;
}
/*
.status{
	flex-shrink: 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	width: 344px;
	height: 112px;
	backdrop-filter: blur(50px);
	background: #87bf0f;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 26px 12px;
	margin: 0 0 0 24px;
}
	*/
.status__item{

}
.status__item img{
	max-width: 44px;
	margin: 0 auto 4px;
}
.status__item span{
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
	color: #000;
}
.status__block{
	flex-grow: 1;
	text-align: center;
}
.status__line{
	width: 100%;
	height: 2px;
	background: #000;
	margin: 12px 0;
}
.status__block span{
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	color: #000;
}





/* -------------- modal -------------- */
.modal-html{
	position: fixed;
	overflow-y: scroll;
}
.modal-overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 86%);
	z-index: 99999;
	overflow: auto;
	padding:  76px 0;
	display: none;
}
.modal-overlay::-webkit-scrollbar { width: 0; }
.modal-overlay { -ms-overflow-style: none; }
.modal-overlay { overflow: -moz-scrollbars-none; }
.modal-content{
	width: 100%;
	max-width: 840px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(120px) !important;
	background: rgba(255, 255, 255, 0.04);
	margin: 0 auto 0;
	position: relative;
}
.modal-close{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 32px;
	height: 32px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal-close svg{
	stroke: #fff;
	width: 16px;
	height: 16px;
}
.modal-close:hover svg{
	stroke: #fddd35;
}
.modal__title{
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	margin: 30px 0 25px 0;
}

.tab-item{
	display: none;
}
.tab-item.active{
	display: block;
}

.cabinet__nav{
	font-family: "Roboto Flex", sans-serif;
	padding: 0px 30px 20px 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.cabinet__nav ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.cabinet__nav ul li{
	backdrop-filter: blur(20px);
	background: rgba(253, 221, 53, 0.1);
	border-radius: 8px;
	padding: 14px 23px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
	cursor: pointer;
}
.cabinet__nav ul li:not(:last-child){
	margin: 0 20px 0 0;
}
.cabinet__nav ul li:hover{
	color: #fddd35;
}
.cabinet__nav ul li.active{
	background: #fddd35;
	color: #000;
}



.cash{

}
.cash__container{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
}
.cash__block{
	width: 50%;
	padding: 20px;
}
.cash__block:not(:last-child){
	border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.cash__title{
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	text-transform: capitalize;
	margin: 0 0 20px 0;
}
.cash__row{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
	gap: 16px 0;
}
.cash__col{
	width: 33.333333%;
	padding-left: 8px;
	padding-right: 8px;
}
.cash__item{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	backdrop-filter: blur(100px);
	background: rgba(255, 255, 255, 0.1);
	height: 72px;
	cursor: pointer;
}
.cash__item.active{
	border-color: #fddd35;
}
.cash__dep{
	margin: 16px 0 0 0;
}
.cash__dep-text{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 20px 0;
}
.cash__dep p{
	font-family: "Roboto Flex", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	text-align: center;
}

.cash__dep-text p{
	text-align: left;
	margin: 0;
}
.cash__dep-text p span{
	display: block;
}
.cash__dep-text p span:not(:last-child){
	margin: 0 0 12px 0;
}
.modal__input{
	position: relative;
}
.modal__input:not(:last-child){
	margin: 0 0 10px 0;
}
.modal__input-text{
	width: 100%;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	backdrop-filter: blur(100px);
	background: rgba(255, 255, 255, 0.1);
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	color: rgba(255, 255, 255, 1);
	padding: 0 13px;
}
.modal__input-text::-webkit-input-placeholder{
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	color: rgba(255, 255, 255, 0.4);
}
.modal__input-text:-moz-placeholder{
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	color: rgba(255, 255, 255, 0.4);
}
.modal__input .ss-main{
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	backdrop-filter: blur(100px);
	background: rgba(255, 255, 255, 0.1);
}

.cash__dep-row{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.cash__dep-row .modal__input{
	width: 50%;
}
.cash__btn{
	width: 140px;
	height: 40px;
	border-radius: 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	color: #000;
}
.cash__bottom{
	padding: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.cash__bottom span{
	width: 100%;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	background: #000;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	color: rgba(255, 255, 255, 0.4);
	padding: 0 20px;
}




.cabinet__bonuses{

}
.cabinet__bonuses-row{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	padding: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.cabinet__bonus-wrap{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
}
.cabinet__bonus{
	width: 50%;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.08);
}
.cabinet__bonus:not(:last-child){
	margin: 0 20px 0 0;
}
.cabinet__bonus-user{
	width: 120px;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
	flex-shrink: 0;
	font-family: "Roboto Flex", sans-serif;
	padding: 16px;
}
.cabinet__bonus-user p{
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
	margin: 0 0 14px 0
}
.cabinet__bonus-user p:last-child{
	margin: 0;
}
.cabinet__bonus-user p b{
	color: #fddd35;
}
.cabinet__bonus-img{
	width: 32px;
	margin: 16px auto 14px;
}

.cabinet__bonus-info{
	padding: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	font-family: "Roboto Flex", sans-serif;
}
.cabinet__bonus-info ul{

}
.cabinet__bonus-info ul li{
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
}
.cabinet__bonus-info ul li:not(:last-child){
	margin: 0 0 6px 0;
}
.cabinet__bonus-info ul li span{
	color: #fddd35;
	padding: 0 0 0 3px;
}


.cabinet__promo{
	padding: 12px 17px;
}
.cabinet__promo-title{
	font-family: "Roboto Flex", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
	text-align: center;
	margin: 0 0 12px 0;
}
.cabinet__promo-row{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.cabinet__promo-row .modal__input{
	margin: 0 16px 0 0;
	width: 100%;
	max-width: 110px;
}
.cabinet__promo-row .modal__input-text{
	text-align: center;
	backdrop-filter: blur(100px);
	background: rgb(135 191 15 / 20%);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
}
.cabinet__promo-row .cash__btn{
	margin: 0;
}


.cabinet__ex{
	font-family: "Roboto Flex", sans-serif;
}
.cabinet__ex .cabinet__bonus-top{
	display: block;
	padding: 18px 16px 26px 16px;
}
.cabinet__ex-title{
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
	text-align: center;
	margin: 0 0 15px 0;
}
.cabinet__ex-row{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.cabinet__ex-item{
	width: 33.333333%;
}
.cabinet__ex-item:not(:last-child){
	margin: 0 16px 0 0;
}
.cabinet__ex-head{
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	color: #fff;
	margin: 0 0 8px 0;
}
.cabinet__ex-value{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	backdrop-filter: blur(100px);
	background: #fddd35;
	border-radius: 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	color: #000;
}
.cabinet__ex-item .modal__input-text{
	text-align: center;
}
.cabinet__ex .secondary-btn{
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	color: #000;
	margin: 14px 0 0 0;
}


.bonus__history{
	padding: 20px;
}
.bonus__history-title{
	font-family: "Roboto Flex", sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 1;
	text-transform: capitalize;
	color: #fddd35;
	text-align: center;
	margin: 0 0 20px 0;
}
.bonus__history-top{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	padding: 10px;
	margin: 0 0 20px 0;
}
.bonus__history-item{
	width: 33.333333%;
}
.bonus__history-item:not(:last-child){
	margin: 0 30px 0 0;
}
.bonus__history-btn{
	width: 100%;
	height: 42px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
	color: #000;
}
.bonus__history-item .ss-main{
	backdrop-filter: blur(20px);
	background: rgba(253, 221, 53, 0.1);
	border: none;
	height: 44px;
	padding: 0 12px !important;
}
.bonus__history-item .ss-main .ss-arrow{
	background: url("../img/chevron-down.svg") center no-repeat;
}


.table{
	font-family: "Roboto Flex", sans-serif;
	border-radius: 8px;
	overflow: hidden;
}
.table table{
	width: 100%;
	background: rgba(255, 255, 255, 0.1);
	border-collapse: collapse;
	border: 1px solid rgba(255, 255, 255, 0.1);
}
.table table th{
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	color: #fddd35;
	text-align: center;
	padding: 15px 22px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.table table th:last-child{
	border-right: none;
}
.table table td{
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	text-transform: capitalize;
	color: #fff;
	text-align: center;
	padding: 11px 22px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.table table td:last-child{
	border-right: none;
}
.table table tr:last-child td{
	border-bottom: none;
}
.table table td.red{
	color: #f00;
}
.table table svg{
	display: inline-flex;
	vertical-align: middle;
	stroke: #fff;
	width: 14px;
	height: 14px;
	margin: 0 8px 0 0;
}





.profile{
	font-family: "Roboto Flex", sans-serif;
	padding: 20px;
}
.profile__top{
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	padding: 20px;
	margin: 0 0 20px 0;
}
.profile__info{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
	color: #fff;
	margin: 0 0 24px 0;
}
.profile__info svg{
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	margin: 0 10px 0 0;
	fill: #f00;
}
.profile__info a{
	background: #87BF0F;
	display: block;
	margin: 0 6px;
	border-radius: 3px;
	padding: 4px 5px;
}
.profile .row{
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 0px;
}
.profile .row .col{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
}
.profile__item:not(:last-child){
	margin: 0 0 20px 0;
}
.profile__item-title{
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	color: #fff;
	margin: 0 0 8px 0;
}
.profile__item .row .col{
	width: 33.333333%;
}
.profile__item select{
	text-transform: none;
}
.profile__item .ss-main{
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(100px);
}

.show_more_ingames{
	display: flex;
	align-items: center;
	justify-content: center;
}
.show_more_ingames a{
	margin-top: 15px;
	background: #66696e;
	border-radius: var(--main_radius);
	padding: 7px 15px;
}
.light-theme .show_more_ingames a{
	background: #fff;
	border: 1px solid #d9d9d9;
}

.loader_games {
	margin: 35px auto 0;
	width: 60px;
	aspect-ratio: 4;
	background: radial-gradient(closest-side at calc(100%/6) 50%,#fff 90%,#fff0) 0/75% 100%;
	position: relative;
	animation: l15-0 1s infinite linear;
}
.loader_games::before {
	content:"";
	position: absolute;
	background: inherit;
	clip-path: inset(0 0 0 50%);
	inset: 0;
	animation: l15-1 0.5s infinite linear;
}
@keyframes l15-0 { 
	0%,49.99% {transform: scale(1)}
	50%,100%  {transform: scale(-1)} 
}
@keyframes l15-1 { 
	0%       {transform: translateX(-37.5%) rotate(0turn)} 
	80%,100% {transform: translateX(-37.5%) rotate(1turn)} 
}

.profile__btn{
	width: 100%;
	max-width: 300px;
	height: 40px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	color: #000;
	border-radius: 20px;
	margin: 20px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.profile__bottom{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
}
.profile__bottom-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 50%;
	padding: 20px 24px;
}
.profile__bottom-item:not(:last-child){
	border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.profile__bottom-title{
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
	color: #fff;
	margin: 0 0 16px 0;
}
.profile__bottom-item ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.profile__bottom-item ul li:not(:last-child){
	margin: 0 12px 0 0;
}
.profile__bottom-item ul li a{
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(100px);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	text-transform: capitalize;
	color: #fff;
}
.profile__bottom-item ul li a svg{
	width: 20px;
	height: 20px;
	fill: #fff;
}
.profile__bottom-item ul li a:hover{
	background: rgba(255, 255, 255, 0.3);
}
.profile__bottom-item span{
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	color: #fff;
	text-align: center;
}


.footer .header__country .dropdown-content{
	float: left;
	left: 0px;
	right: auto;
	padding-bottom: 7px;
	bottom: 40px;
}


.settings{
	padding: 20px;
}
.settings__top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	margin: 0 0 20px 0;
}
.settings__top-item{
	width: 22%;
	padding: 37px 0 23px 0;
}
.settings__top-item p{
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 152%;
}
.settings__top-item p span{
	display: block;
	color: #FDDD35;
}
.settings__top-right{
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	width: 28%;
}
.settings__top-right .settings__top-item{
	width: 100%;
}

.settings__value{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	margin: 0 0 20px 0;
}
.settings__value-left{
	max-width: 354px;
}
.settings__value-left p{
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 152%;
}
.settings__value-right{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-grow: 1;
}
.settings__value-right .profile__item{
	width: 100%;
	max-width: 600px;
	margin: 0 20px 0 0;
}
.settings__value-right .cash__btn{
	margin: 0;
}
.settings__value-btn{
	width: 100%;
	max-width: 130px;
	height: 42px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	color: #000;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.settings__row{
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	padding: 20px;
}
.settings__row .row{
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 0px;
}
.settings__row .col{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
}
.settings__row .cash__btn{
	margin: 0;
}
.settings__qr{
	width: 183px;
	height: 183px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.settings__qr img{
	background: #fff;
	border-radius: 8px;
}
.settings__two{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.settings__two .modal__input{
	width: 100%;
	max-width: 460px;
	margin: 0 20px 0 0;
}
.settings_2{
	margin-top: 42px;
}


.modal__history{
	padding: 20px;
}
.plus{
	background: url("../img/plus.svg") center no-repeat #FDDD35;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin: 0 auto 0;
}
.modal__history-text{
	padding: 20px 20px 0 20px;
}
.modal__partners{
	padding: 20px;
}
.modal__partners .settings__top{

}
.modal__partners .settings__top-item{
	width: 20%;
}
.modal__partners .table table th{
	padding: 15px 18px;
}






.modalSign .modal-content{
	width: 100%;
	max-width: 360px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(120px) !important;
	background: rgba(255, 255, 255, 0.04);
	margin: 0 auto 0;
	position: relative;
}
.modalSign .cabinet__nav{
	padding: 0;
	margin: 0 0 20px 0;
}
.modalSign .b-checkbox{
	margin: 20px 0;
}
.modalSign .cabinet__nav ul li{
	width: 50%;
	height: 40px;
	padding: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modalSign .cabinet__nav ul li:not(:last-child){
	margin: 0 10px 0 0;
}

.modalSign .modal-close{
	width: 24px;
	height: 24px;
}
.modalSign .modal-close svg{
	width: 12px;
	height: 12px;
}
.modal__title{
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	padding: 20px 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	text-align: center;
	margin: 0 0 25px 0;
}
.modal__content{
	padding: 0 30px;
}
.modal-content .banking__nav{
	margin: 0 0 20px 0;
}
.modal-content .banking__nav ul li{
	height: 34px;
	background-image: none;
	border-radius: 5px;
	font-size: 14px;
}
.modal-content .banking__nav ul li:not(:last-child) {
	margin: 0 15px 0 0;
}
.modal-content .cabinet__input:not(:last-child){
	margin: 0 0 15px 0;
}
.modal-content .tab-item{
	margin: 0 0 15px 0;
}
.modal-content .cabinet__input-text{
	height: 40px;
	font-size: 14px;
	padding: 0 15px;
	border-radius: 5px;
}
.modal-content .b-checkbox input[type="checkbox"] + label span{
	border-radius: 5px;
	border: 1px solid  rgba(255, 255, 255, 0.4);
}
.b-checkbox input[type="checkbox"] + label span:after{
	border-radius: 2px;
	width: 6px;
	height: 6px;
}
.modal__btn{
	width: 100%;
	height: 40px;
	font-weight: 600;
	font-size: 16px;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}
.modal-social{
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 20px 15px;
	margin: 20px 0 0 0;
}
.modal-social-title{
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 15px 0;
}
.modal-social ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal-social ul li:not(:last-child){
	margin: 0 15px 0 0;
}

.modal-social ul li a:hover{
	filter: brightness(90%);
}
.modal-bottom{
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 20px 30px
}
.modal-bottom .primary__btn{
	width: 100%;
	height: 40px;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
}

.modal__content_two{
	padding: 0 30px 30px 30px;
}
.modal__row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.modal-forgot{
	font-size: 14px;
	color: #87bf0f;
	font-weight: 600;
	cursor: pointer;
}
.modal-forgot:hover{
	color: #73a900;
}

html{
	height: 100%;
	width: 100%;
	margin: 0;
	-webkit-overflow-scrolling:touch;
	overflow-y: scroll;
}
body{
	margin: 0;
	padding: 0;
	background: #182222;
	color: #ffffff;
	font-size: 16px;
	line-height: normal;
	font-family: "Urbanist", sans-serif;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	min-height: 100%;
	min-width: 370px;
}
.robotoFlex{
	font-family: "Roboto Flex", sans-serif;
}
h1, h2, h3, h4, h5, h6{
	margin: 0 0 20px 0;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	line-height: 1.3;
}
.light-theme h1, .light-theme h2, .light-theme h3, .light-theme h4, .light-theme h5, .light-theme h6{
	color: rgba(0, 0, 0, 1);
}
h1{
	font-size: 26px;
	font-weight: 500;
}
h2{
	font-size: 24px;
}
h3{
	font-size: 18px;
}
h4{
	font-size: 16px;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 12px;
}
p {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: inherit;
	margin: 0 0 16px 0;
}
p a{
	color: rgba(151, 170, 192, 1);
	text-decoration: underline;
}
strong{
	font-weight: 500;
}
a{
	text-decoration: none;
	color: inherit;
	outline: none;
}
p a:hover{
	text-decoration: none;
	color: indianred;
}
p:last-child{
	margin-bottom: 0;
}
img{
	display: block;
	/*max-width: 100%;*/
}
ul , ol{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style: none;
}
ol{
	padding: 0 0 0 20px;
}
ol li{
	list-style: decimal;
}
/* buttons */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  margin: 0; /* 2 */
}
button{
	margin:0;
	padding:0;
	border:none;
	background:none;
	cursor:pointer;
	overflow:visible;
	width:auto;
	outline: none;
	box-shadow: none;
}
button:hover , button:focus , button:active{
	outline: none;
	box-shadow: none;
	text-decoration: none;
}
/* primary-btn */
.primary-btn{
	backdrop-filter: blur(20px);
	background: #fddd35;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 6px;
	color: #000;
	font-family: "Roboto Flex", sans-serif;
	transition: 0.3s;
}
.primary-btn:hover{
	background: #ffd600;
	color: #000;
}
.primary-btn:active{
	background: #d1af00;
	color: #000;
}
/* secondary-btn */
.secondary-btn{
	font-family: "Roboto Flex", sans-serif;
	backdrop-filter: blur(20px);
	background: #87bf0f;
	border-radius: 6px;
	color: #000;
	text-decoration: none;
}
.secondary-btn:hover{
	background: #a7eb16;
	color: #000;
}
.secondary-btn:active{
	background: #8ec51a;
	color: #000;
}





.disable{
	cursor: not-allowed;
	opacity: .8;
	pointer-events: none;
}
/* ripple-effect */
.ripple {
   position: relative;
   overflow: hidden;
}
.ripple-effect {
   display: inline-block;
   position: absolute;
   top: 0;
   left: 0;
   border: 2px solid rgba(255, 255, 255, .3);
   -webkit-border-radius: 50%;
   border-radius: 50%;
   -webkit-animation: ripple 1s ease forwards;
   animation: ripple 1s ease forwards;
   z-index: 3;
}
@-webkit-keyframes ripple {
   0% {
       -webkit-transform: scale(0);
       transform: scale(0);
   }
   100% {
       -webkit-transform: scale(200);
       transform: scale(200);
   }
}
@keyframes ripple {

    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(200);
        transform: scale(200);
    }
}
/* inputs */
input{
	outline: none;
	border: none;
}
.input{

}
.input:not(:last-child){
	margin: 0 22px 0 0;
}
.input__title{
	text-align: left;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 12px 0;
}
.input__wrap{
	position: relative;
}
.input__text{
	width: 100%;
	height: 68px;
	padding: 0 23px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	text-transform: uppercase;
	background: rgba(72, 59, 153, 0.42);
	border: 1px solid #36276E;
	border-radius: 9px;
}
.input__text:focus{
	border-color: #373e4c;
}
.input__text::-webkit-input-placeholder{
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	text-transform: uppercase;
}
.input__text:-moz-placeholder{
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	text-transform: uppercase;
}



/*.input__date .input__text{*/
/*	background-image: url("../img/calendar.svg");*/
/*	background-repeat: no-repeat;*/
/*	background-position: right 10px center;*/
/*}*/
/*.input__text[type="date"]::-moz-calendar-picker-indicator {*/
/*	display: none;*/
/*}*/
/*.input__text[type="date"]::-ms-clear {*/
/*	display: none;*/
/*}*/

textarea{
	width: 100%;
	height: 128px;
	background: #ffffff;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 16px 32px;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #2b3139;
	outline: none;
	resize: none;
}


/* checkbox , radio */
.b-checkbox{
	margin: 0 0 20px;
}
.b-checkbox input[type="checkbox"]{
	display: none;
}
.b-checkbox input[type="checkbox"] + label{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
}
.b-checkbox input[type="checkbox"] + label span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 3px;
	margin: -3px 10px 0 0;
	cursor: pointer;
	position: relative;
	transition: 0.3s;
}
.b-checkbox input[type="checkbox"] + label span:after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #87BF0F;
	border-radius: 2px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.b-checkbox input[type="checkbox"]:checked + label span:after{
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
}
.b-checkbox input[type="checkbox"] + label i{
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 206%;
	padding: 0;
	cursor: pointer;
}
.b-checkbox input[type="checkbox"] + label i a{
	text-decoration: underline;
	color: #768390;
}
.b-checkbox input[type="checkbox"] + label i a:hover{
	color: #ffffff;
}
/* radio */
.radio{
}
.radio input[type="radio"]{
	display: none;
}
.radio input[type="radio"] + label{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
	position: relative;
}
.radio input[type="radio"] + label span{
	position: relative;
	border-radius: 100px;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	margin: 0 6px 0 0;
	background: #24174C;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
	transition: 0.3s;
}
.radio input[type="radio"] + label span:after{
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	transform: translate(-50% , -50%);
	width: 8px;
	height: 8px;
	background: #D1247E;
	border-radius: 100%;
	display: none;
}
.radio input[type="radio"]:checked + label span{
	transition: 0.3s;
}
.radio input[type="radio"]:checked + label span:after{
	display: block;
}
.radio input[type="radio"] + label i{
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 0;
	cursor: pointer;
}
select{
	outline: none;
	cursor: pointer;
}
.input-select{

}
.ss-main{
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 6px;
	backdrop-filter: blur(20px);
	background: #1c1f24;
	box-shadow: none !important;
	height: 42px !important;
	padding: 0 16px !important;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
}
.ss-main .ss-arrow{
	background: url("../img/select-arrow.svg") center no-repeat;
	width: 14px;
	height: 100%;
	flex-shrink: 0;
	margin: 0 0 0 10px
}
.ss-main .ss-arrow path{
	display: none;
}
.ss-main.ss-open-below .ss-arrow{
	transform: rotate(180deg);
}
.ss-main .ss-values{
	align-items: center;
}
.ss-content{
	backdrop-filter: blur(20px);
	background: #1c1f24;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 6px;
	z-index: 999999999999999;
}
.ss-option{
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	color: #fff !important;
	padding: 10px 16px !important;
}
.ss-option:hover{
	background: rgba(255, 255, 255, 0.1) !important;
}
.ss-option.ss-selected{
	background: rgba(255, 255, 255, 0.4) !important;
}
/*.select{*/
/*	width: 100%;*/
/*	height: 68px;*/
/*	padding: 0 23px;*/
/*	color: #FFF;*/
/*	font-size: 14px;*/
/*	font-style: normal;*/
/*	font-weight: 600;*/
/*	line-height: 16px;*/
/*	text-transform: uppercase;*/
/*	border: 1px solid #36276E;*/
/*	border-radius: 9px;*/
/*	background: rgba(72, 59, 153, 0.42) url(../img/arrow__select.svg);*/
/*	background-repeat: no-repeat;*/
/*	background-position: right 20px center;*/
/*	background-size: 24px;*/
/*	-webkit-appearance: none;*/
/*	-moz-appearance: none;*/
/*	text-indent: 0.01px;*/
/*	text-overflow: '';*/
/*	-ms-appearance: none;*/
/*	appearance: none !important;*/
/*}*/
/* End Total css ====*/
.container{
	max-width: 2000px;
	margin: 0 auto 0;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.row{
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -10px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.col{
	padding-left: 5px;
	padding-right: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;
}
.swiper-container{
	overflow: hidden;
}
.d-none{
	display: none;
}
.mb-20{
	margin-bottom: 20px !important;
}
.b-container{

}
.b-mobile{
	display: none;
}
/* -------------- page index -------------- */
.header{

}
.header__top{
	background: #2B2E33;
	padding: 19px 0;
}
.header__top .logo{
	display: none;
}
.header__top .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header__top-left{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	font-family: "Roboto Flex", sans-serif;
}
.header__item{
	border: 1px solid rgba(255, 255, 255, 0.1);
	height: 42px;
	border-radius: 6px;
	padding: 8px 16px;
	backdrop-filter: blur(20px);
	background: #1c1f24;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.header__item span{
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
}
.header__item svg{
	fill: #fff;
	width: 14px;
	height: 14px;
}
.header__item .android-icon{
	fill: #fff;
}
.header__item a:hover svg{
	fill: #fddd35;
}
.header__item .shield-icon{
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	fill: none;
	stroke: #fff;
}
.decimal-select .ss-main{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.decimal-select .ss-main:before{
	background: url("../img/settings.svg") no-repeat;
	width: 14px;
	height: 14px;
	content: "";
	margin: 0 11px 0 0;
	flex-shrink: 0;
}

.header__free{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 16px;
	height: 42px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	color: #000;
}
.header__free img{
	margin: 0 0 0 10px;
	max-width: 28px;
}
.header__offers{
	backdrop-filter: blur(20px) !important;
	background: #27a3ff !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	border-radius: 6px;
	transition: 0.3s;
	color: #fff !important;
}
.header__offers svg{
	stroke: #fff !important;
}
.header__offers:hover{
	background: #34a8ff;
}
.header__offers:active{
	background: #007bd7;
}

.header__top-right{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-family: "Roboto Flex", sans-serif;
}
.header__chat{
	margin: 0 12px 0 0;
}
.header__log{
	padding: 0 16px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	color: #000;
	margin: 0 12px 0 0
}
.header__reg{
	padding: 0 16px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	color: #000;
	margin: 0 30px 0 0;
}

.theme{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0 16px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 21px;
	background: #1c1f24;
	width: 100px;
	height: 42px;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
}
.theme__item{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}
.sun-icon{
	width: 19px;
	height: 19px;
	stroke: #fff;
	fill: transparent;
}
.moon-icon{
	width: 18px;
	height: 20px;
	stroke: #fff;
	fill: transparent;
}
.theme:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 42px;
	margin: 0 3px;
	content: "";
	border-radius: 21px;
	width: 50px;
	height: 35px;
	background: #87bf0f;
	z-index: 1;
	transition: 0.3s;
}
.theme.active{
	padding: 0 20px 0 19px;
}
.theme.active:after{
	left: 2px;
}


.header__content{
	background: #12151A;
	padding: 15px 0;
	overflow: hidden;
}
.header__content .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header__content-left{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.logo{
	position: relative;
	width: 154px;
	flex-shrink: 0;
	margin: 0 94px 0 0;
}
.logo:after{
	position: absolute;
	top: -21px;
	left: 100%;
	content: "";
	width: 5px;
	height: 93px;
	background: #182222;
	transform: rotate(-24deg);
	margin: 0 0 0 33px;
}

.nav{

}
.nav ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.nav ul li:not(:last-child){
	margin: 0 50px 0 0;
}
.nav ul li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
}
.nav ul li a svg{
	width: 18px;
	height: 18px;
	stroke: #fff;
	margin: 0 10px 0 0;
}
.nav ul li a:hover{
	color: #FDDD35;
}
.nav ul li a:hover svg{
	stroke: #FDDD35;
}

.header__content-right{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.search{
	position: relative;
	width: 190px;
	margin: 0 8px 0 0;
}
.search__input{
	width: 100%;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 6px;
	padding: 14px 16px;
	backdrop-filter: blur(20px);
	background: #1c1f24;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	text-align: right;
}
.search__input::-webkit-input-placeholder{
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	text-align: right;
}
.search__input:-moz-placeholder{
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	text-align: right;
}
.search__btn{
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
	z-index: 2;
}
.search__btn svg{
	width: 14px;
	height: 13px;
	stroke: #fff;
}
.btn-call{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 6px;
	padding: 14px 16px;
	width: 81px;
	height: 42px;
	backdrop-filter: blur(20px);
	background: #1c1f24;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
}
.btn-call svg{
	width: 14px;
	height: 14px;
	stroke: #fff;
	margin: 0 10px 0 0;
}
.user__info{

}
.user__info ul{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.user__info ul li{
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	padding: 4.5px 24px;
	text-align: center;
}
.user__info ul li span{
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	color: #fddd35;
	display: block;
	margin: 10px 0 0 0;
}
.user__info ul li:last-child{
	border-right: none;
}
.header__balance{
	display: none;
}
.header__notifications{
	display: none;
}
.header__nav{
	display: none;
}

.backblur{
	transition: 0.3s;
	background: rgba(33, 37, 43, 0.3);
    backdrop-filter: blur(1px) !important;
}


.corp_2{
	background: var(--corp_2)!important;
	color: var(--corp_color_2)!important;
}


















@media (max-width: 1449px) {

}
@media (max-width: 1199px) {
	body.body-overflow{
		overflow: hidden;
	}
	.header__notifications{
		display: none;
		margin: 0 8px;
	}
	.header__notifications-icon{
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 6px;
		width: 34px;
		height: 34px;
		backdrop-filter: blur(20px);
		background: #1c1f24;
	}
	.header__notifications-icon svg{
		fill: #fff;
		width: 13px;
		height: 14px;
	}

	.menu_user_dropdown{
		display: none;
	}

	.header__nav{
		display: block;
		position: absolute;
		top: 87px;
		right: 0;
		width: 253px;
		height: calc(100% - 87px);
		background:#393f42;
		z-index: -1;
		font-family: "Roboto Flex", sans-serif;
		opacity: 0;
		visibility: hidden;
		transition: 0.3s;
	}
	.header__nav.active{
		z-index: 50;
		opacity: 1;
		visibility: visible;
		transition: 0.3s;
	}
	.header__nav-container{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
		overflow: auto;
	}
	.header__nav-user{
		background: #393f42;
		border: 1px solid rgba(255, 255, 255, 0.1);
		padding: 16px;
	}
	.header__nav-id{
		font-weight: 500;
		font-size: 12px;
		line-height: 1;
		text-transform: capitalize;
		color: #87bf0f;
		margin: 0 0 10px 0;
	}
	.header__nav-name{
		font-weight: 500;
		font-size: 14px;
		line-height: 1;
		text-transform: capitalize;
	}
	.header__nav-status{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 16px;
	}
	.header__nav-status img{
		width: 26px;
		flex-shrink: 0;
		margin: 0 10px 0 0;
	}
	.header__nav-status span{
		font-weight: 500;
		font-size: 14px;
		line-height: 1;
		text-transform: capitalize;
	}
	.header__nav-top ul{

	}
	.header__nav-top ul li{

	}
	.header__nav-top ul li a{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 16px;
		font-weight: 500;
		font-size: 14px;
		line-height: 1;
		text-transform: capitalize;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}
	.header__nav-top ul li a .green{
		color: #87bf0f;
	}
	.header__nav-top ul li a .header__nav-balance{
		padding: 0 0 0 6px;
		color: #87bf0f;
	}
	.header__nav-top ul li a svg{
		stroke: #fff;
		width: 16px;
		height: 16px;
		flex-shrink: 0;
		margin: 0 12px 0 0;
	}
	.header__nav-bottom{
		padding: 24px 0 0 0;
	}
	.header__nav-bottom .aside__logout{
		max-width: 163px;
		margin: 0 auto 0;
	}
	.header__nav-wrap{
		margin: 16px 0 0 0;
		padding: 16px 24px;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.header__nav-bottom .header__notifications{
		display: block;
		margin: 0;
	}



}
@media (max-width: 991px) {

}
@media (max-width: 767px) {
	.header__nav{
		top: 65px;
		width: 195px;
		height: calc(100% - 65px);
	}
	.header__notifications{
		display: block;
	}
	.casino_swiper{
		margin-top: 15px;
	}
}

.light-theme{
	background: #f2f2f2;
	color: #000;
}
.light-theme .header__top{
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
	background: #fff;
	border-color: #d9d9d9;
}
.light-theme .header__content{
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
	background: #fff;
	border-color: #d9d9d9;
}
.light-theme .header__item{
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	backdrop-filter: blur(20px);
	background: #f3f4ff;
}
.light-theme .header__item .apple-icon {
	fill: #000;
}
.light-theme .header__item .android-icon {
	fill: #000;
}
.light-theme .header__item .shield-icon{
	stroke: #000;
}
.light-theme .logo:after{
	background: #efefef;
}
.light-theme .ss-main{
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	backdrop-filter: blur(20px);
	background: #f3f4ff;
}
.light-theme .decimal-select .ss-main:before{
	background: url(../img/settings-black.svg) no-repeat;
}
.light-theme .ss-main .ss-arrow{
	background: url(../img/select-arrow-black.svg) center no-repeat;
}
.light-theme .nav ul li a svg{
	stroke: #000;
}
.light-theme .nav ul li a:hover svg{
	stroke: #FDDD35;
}
.light-theme .search__input{
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
	background: #F3F4FF;
	border: 1px solid #d9d9d9;
	color: #000;
}
.light-theme .search__input::-webkit-input-placeholder{
	color: #000;
}
.light-theme .search__input:-moz-placeholder{
	color: #000;
}
.light-theme .search__btn svg{
	stroke: #000;
}
.light-theme .btn-call{
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	backdrop-filter: blur(20px);
	background: #f3f4ff;
}
.light-theme .btn-call svg{
	stroke: #000;
}


.light-theme .aside{
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
	background: #fff;
	border-bottom: 1px solid #d9d9d9;
}
.light-theme .aside__block ul li a{
	color: #000;
}
.light-theme .aside__block ul li a:hover{
	color: #87bf0f;
}
.light-theme .aside__block ul li a:hover svg{
	stroke: #87bf0f;
}
.light-theme .aside__block ul li a svg{
	stroke: #000;
}
.light-theme .aside__block-title{
	color: #87bf0f;
}
.light-theme .aside__block ul li a i{
	color: #fff;
}
.light-theme .aside__block ul li a.red svg{
	stroke: #fd4e4e;
}
.light-theme .aside__block ul li a.red {
	color: #fd4e4e;
}
.light-theme .aside__block-btn{
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	background: #f3f4ff;
	color: #000;
}
.light-theme .aside__block-btn svg{
	stroke: #000;
}


.light-theme .footer{
	backdrop-filter: blur(50px);
	background: #f3f4ff;
	border: 1px solid #d9d9d9;
}
.light-theme .footer .footer__nav ul li a{
	color: #000;
}
.light-theme .footer__partners{
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	background: #fff;
}
.light-theme .footer__partners img{
	filter: brightness(0.5);
}
.light-theme .footer__partners a:hover img{
	filter: brightness(0);
}
.light-theme .footer__bottom-left p{
	color: #000;
}
.light-theme .footer__bottom-right p{
	color: #000;
}
.light-theme .ss-content{
	background: #fff;
	border: 1px solid #d9d9d9;
}
.light-theme .ss-option{
	color: #000 !important;
}
.light-theme .ss-option:hover{
	backdrop-filter: blur(20px);
	background: #f3f4ff !important;
}
.light-theme .ss-option.ss-selected{
	background: rgba(000, 000, 000, 0.2) !important;
}

.light-theme .aside__block-title svg{
	stroke: #000;
}
.light-theme .slider__item-top{
	color: #fff;
}
.light-theme .winners__item{
	background: #fff;
	border-color: #d9d9d9;
}
.light-theme .winners__item-desc{
	color: rgba(0, 0, 0, 0.7);
}
.light-theme .winners__item-win{
	color: #87bf0f;
}
.light-theme .content__wrapper{
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
	background: #fff;
}
.light-theme .breadcrumbs ul li a svg{
	stroke: #000;
}
.light-theme .breadcrumbs ul li:after{
	background: url(../img/chevron-right-black.svg) center no-repeat;
}
.light-theme .breadcrumbs{
	border-color: #fff;
}
.light-theme .filters__nav ul li a:after{
	background: #87bf0f;
}
.light-theme .filters__top{
	border-color: #f3f4ff;
}
.light-theme .toggles{
	border-color: #fff;
}
.light-theme .filters__menu ul li a{
	color: #000;
}
.light-theme .filters__menu ul li a svg{
	stroke: #000;
}
.light-theme .filters__menu ul li a:hover {
	color: #87bf0f;
}
.light-theme .filters__menu ul li a:hover svg{
	stroke: #87bf0f;
}
.light-theme .filters{
	border-color: #d9d9d9;
}
.light-theme .filters__link{
	color: #87bf0f;
}
.light-theme .filters__link svg{
	stroke: #87bf0f;
}
.light-theme .filters__link:hover{
	color: #FDDD35;
}
.light-theme .filters__link:hover svg{
	stroke: #FDDD35;
}
.light-theme .nav ul li a:hover{
	color: #87bf0f;
}
.light-theme .nav ul li a:hover svg{
	stroke: #87bf0f;
}
.light-theme .filters__nav ul li a:hover{
	color: #87bf0f;
}
.light-theme .bet__top{
	background: #f3f4ff;
}
.light-theme .bet__category svg{
	stroke: #000;
}
.light-theme .bet__filters .ss-main{
	border-color: #d9d9d9;
	background: #fff;
}
.light-theme .bet__block{
	border-color: #d9d9d9;
}
.light-theme .bet__top_two{
	background: #fff;
	border-color: #d9d9d9;
}
.light-theme .bet__item{
	background: #f3f4ff;
}
.light-theme .bet__item_yellow{
	border-color: #87bf0f;
	background: #87bf0f;
}
.light-theme .bet__item_green{
	border-color: #87bf0f;
	background: #87bf0f;
}

.light-theme .text__container:after{
	background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
}
.light-theme .text__block p{
	color: #000;
}
.light-theme .text__btn{
	color: #87bf0f;
}
.light-theme .text__btn svg{
	stroke: #87bf0f;
}
.light-theme .slotFilters__nav ul li a{
	background: #f3f4ff;
}
.light-theme .slotFilters__nav ul li a:hover{
	color: #87bf0f;
}
.light-theme .item__hover-title{
	color: #fff;
}
.light-theme .promotions__item-wrap p{
	color: #000;
}
.light-theme .levels__progress{
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
	background: #fff;
}
.light-theme .levels__top{
	background: #f3f4ff;
	border-color: rgba(255, 255, 255, 0.1);
}
.light-theme .levels__item-points{
	color: #87bf0f;
}
.light-theme .levels__item-points svg{
	stroke: #87bf0f;
}
.light-theme .levels__item-hover{
	background: rgba(255, 255, 255, 0.8);
}
.light-theme .levels__item-text{
	background: #87bf0f;
}
.light-theme .tournamentBlock{
	background: #f3f4ff;
	border: 1px solid rgba(255, 255, 255, 0.1);
}
.light-theme .tournamentBlock__date{
	color: rgba(0, 0, 0, 0.7);
}
.light-theme .tournamentBlock__text p{
	color: #000;
}
.light-theme .tournamentBlock__top{
	border-color: #d9d9d9;
}
.light-theme .link{
	color: #87bf0f;
}
.light-theme .link svg{
	stroke: #87bf0f;
}
.light-theme .tournamentBlock__status-item{
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid #d9d9d9;
}
.light-theme .item__hover-provider{
	color: #fff;
}
.light-theme .game__btns{
	background: rgba(255, 255, 255, 0.24);
	border: 1px solid rgba(255, 255, 255, 0.1);
}
.light-theme .modal-content{
	background: rgba(255, 255, 255, 0.4);
}
.light-theme .modal__title{
	color: #000;
	border-bottom: transparent;
	font-weight: 700;
}
.light-theme .modal-close svg{
	stroke: #000;
}
.light-theme .cabinet__nav ul li{
	background: #f3f4ff;
}
.light-theme .cabinet__nav ul li.active{
	background: #87bf0f;
}
.light-theme .cabinet__nav{
	border-color: #d9d9d9;
}
.light-theme .cash__block:not(:last-child){
	border-color: #d9d9d9;
}
.light-theme .cash__item{
	background: #f3f4ff;
}
.light-theme .cash__item.active{
	border-color: #87bf0f;
	outline: 2px solid #87bf0f;
}
.light-theme .modal__input-text{
	background: #f3f4ff;
	color: #000;
}
.light-theme .modal__input-text::-webkit-input-placeholder{
	color: rgba(0, 0, 0, 0.4);
}
.light-theme .modal__input-text:-moz-placeholder{
	color: rgba(0, 0, 0, 0.4);
}
.light-theme .cash__bottom{
	border-color: #d9d9d9;
}
.light-theme .cash__bottom span{
	background: #f3f4ff;
	color: rgba(0, 0, 0, 0.4);
}
.light-theme .cabinet__ex-head{
	color: #333;
}
.light-theme .cabinet__bonuses-row{
	border-color: #d9d9d9;
}
.light-theme .cabinet__bonus{
	border-color: #d9d9d9;
}
.light-theme .cabinet__bonus-user{
	border-color: #d9d9d9;
}
.light-theme .cabinet__bonus-info{
	border-color: #d9d9d9;
}
.light-theme .bonus__history-top{
	border-color: #d9d9d9;
}
.light-theme .table table{
	background: rgba(243, 244, 255, 0.4);
	border-color: #d9d9d9;
}
.light-theme .table table th{
	color: #000;
	border-color: #d9d9d9;
}
.light-theme .table table td{
	color: #000;
	border-color: #d9d9d9;
}
.light-theme .profile__bottom-item ul li a{
	color: #000;
}
.light-theme .profile__bottom-item ul li a svg{
	fill: #000;
}

@media (max-width: 1199px) {
	.light-theme .header__nav{
		background: #fff;
	}
	.light-theme .header__nav-user{
		background: transparent;
	}
}


@media (max-width: 1919px) {
	.filters__menu ul li:not(:last-child) {
		margin: 0 18px 0 0;
	}
	.slotFilters__nav ul li a{
		padding: 13px 10px;
	}
	.slotFilters{
		flex-wrap: wrap;
	}
	.slotFilters__right{
		flex-direction: row-reverse;
	}
	.promotions .slotFilters{
		flex-wrap: nowrap;
	}
	.promotions .slotFilters__nav ul{
		justify-content: flex-start;
	}
	.promotions .slotFilters__right{
		margin: 0;
	}

	.header-login .header__offers{
		display: none;
	}
	.header-login .header__free{
		display: none;
	}
	.header-login .header__item_2{
		display: none;
	}
	.tournamentBlock__status-item{
		width: 100px;
		height: 80px;
	}
}
@media (max-width: 1549px) {
	*{
		backdrop-filter: none !important
	}
	.container{
		padding: 0 15px;
	}
	.content{
		width: 74%;
	}
	.logo{
		margin: 0 65px 0 0;
	}
	.nav ul li:not(:last-child) {
		margin: 0 10px 0 0;
	}
	.nav ul li a{
		font-size: 14px;
	}
	.search{
		width: 170px;
	}
	.header__free{
		padding: 0 10px;
	}
	.header__item{
		padding: 8px 10px;
	}
	.header__reg{
		margin: 0 10px 0 0;
	}
	.header__offers{
		display: none;
	}
	.breadcrumbs{
		display: none;
	}
	.bet__top{
		flex-wrap: wrap;
		padding: 12px;
	}
	.filters__menu ul{
		flex-wrap: wrap;
		gap: 12px;
	}
	.filters__menu ul li:not(:last-child){
		margin: 0;
	}
	.filters__menu ul li a{
		padding: 0;
	}
	.toggles{
		flex-shrink: 0;
		padding: 22px 24px;
	}
	.filters__link{
		flex-shrink: 0;
	}
	.filters__nav {
		padding: 16px 0;
	}
	.filters__content-right{
		align-items: center;
	}
	.bet__category{
		margin: 0 0 12px 0;
	}
	.bet__top_two{
		justify-content: flex-end;
	}
	.bet__top_two .bet__category{
		display: none;
	}
	.bet__filters .bet__col:not(:last-child) {
		margin: 0 5px 0 0;
	}
	.bet__col_1 {
		width: 180px;
	}
	.bet__col_2 {
		width: 165px;
	}
	.bet__col_3 {
		width: 195px;
	}
	.bet__block{
		padding-left: 12px;
		padding-right: 12px;
	}
	.bet__block-left{
		width: 155px;
	}
	.bet__block-cat{
		white-space: nowrap;
	}


	.title{
		font-size: 20px;
	}
	.text__block p{
		font-size: 14px;
	}

	.footer__top{
		padding: 30px 20px;
	}
	.footer__partners{
		padding: 20px;
	}
	.footer__bottom{
		padding: 20px;
	}
	.footer__partners .swiper-slide:not(:last-child) {
		margin: 0 20px 0 0;
	}
	.footer__nav-title{
		font-size: 18px;
	}
	.footer__nav ul li a{
		font-size: 14px;
	}

	.slotFilters__nav{
		width: 100%;
	}
	.slotFilters__nav ul{
		justify-content: space-between;
	}
	.slotFilters__nav ul li a {
		padding: 13px 16px;
	}
	.slotFilters__right{
		margin: 8px 0 0 0;
		justify-content: space-between;
		width: 100%;
	}
	.promotions__col{
		width: 33.333333%;
	}
	.levels__col{
		width: 33.333333%;
	}
	.tournamentBlock{
		align-items: flex-start;
	}
	.tournamentBlock__top{
		display: block;
	}
	.tournamentBlock__left{
		margin: 0 0 24px 0;
	}
}
@media (max-width: 1199px) {
	.b-mobile{
		display: block;
	}
	.menu-icon{
		position: relative;
		z-index: 10001;
		cursor: pointer;
		transition: 0.3s;
		width: 42px;
		height: 42px;
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 6px;
		background: #1c1f24;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.menu-icon__wrapper{
		position: relative;
		width: 20px;
		height: 18px;
		margin: 0 auto 0;
	}
	.menu-icon .b-menu__line{
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 2px;
		background: #fff;
		-webkit-transition: background-color 0.35s, -webkit-transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: background-color 0.35s, transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateY(0) translateZ(0);
		transform: translateY(0) translateZ(0);
	}
	.menu-icon .b-menu__line_1 {
		top: 0;
	}
	.menu-icon .b-menu__line_2 {
		top: 8px;
	}
	.menu-icon .b-menu__line_3 {
		top: 16px;
	}
	.menu-icon.active .b-menu__line {
		background: #fff;
	}
	.menu-icon.active .b-menu__line_1 {
		-webkit-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
		top: 0px;
	}
	.menu-icon.active .b-menu__line_2 {
		opacity: 0;
	}
	.menu-icon.active .b-menu__line_3 {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
		top: 16px;
		width: 100%;
	}


	.wrapper{
		padding: 15px 0;
	}
	.aside{
		display: none;
	}
	.slider .swiper-slide{
		width: 100% !important;
		margin: 0 !important;
	}
	.slider .swiper-slide{
		max-width: 100% !important;
	}
	.header__item{
		display: none;
	}

	.logo{
		width: 105px;
		margin: 0 15px 0 0;
	}
	.header__top .logo{
		display: block;
	}
	.header__content .logo{
		display: none;
	}
	.header__content{
		padding: 10px 0;
	}
	.logo:after{
		display: none;
	}
	.search{
		width: 150px;
	}
	.nav ul li:not(:last-child) {
		margin: 0 20px 0 0;
	}

}
@media (max-width: 991px){
	.header__content-left{
		flex-grow: 1;
	}
	.nav{
		flex-grow: 1;
		margin: 0 12px 0 0;
	}
	.nav ul{
		justify-content: space-between;
	}
	.nav ul li:not(:last-child){
		margin: 0;
	}
	.header .search{
		display: none;
	}
	.header__free{
		display: none;
	}
	.decimal-select{
		display: none;
	}




	.bet__top_two {
		justify-content: flex-start;
		padding: 12px;
	}
	.bet__item_text{
		font-size: 12px;
	}
	.bet__block{
		flex-direction: column-reverse;
	}
	.bet__col_1 {
		width: 150px;
	}
	.bet__col_2 {
		width: 145px;
	}
	.bet__score{
		display: none;
	}
	.bet__block-left{
		width: auto;
		margin: 15px 0 0 0;
	}
	.bet__block-name{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		max-width: 183px;
	}
	.bet__block-name span{
		display: block;
	}
	.filters__nav ul li:not(:last-child) {
		margin: 0 15px 0 0;
	}
	.filters__top-right{
		padding: 0 0 0 12px;
	}
	.filters .search {
		width: 230px;
	}

	.footer__nav-title {
		font-size: 16px;
		margin: 0 0 15px 0;
	}
	.footer__select {
		width: 140px;
	}
	.slotFilters__nav ul li a {
		padding: 9px 8px;
	}
	.promotions__col{
		width: 50%;
	}
	.promotions__item-img img{
		width: 100%;
		max-height: 260px;
		object-fit: cover;
	}
	.user__info ul li{
		padding: 4.5px 10px;
	}
	.levels__col{
		width: 50%;
	}
	.levels__item-img img{
		width: 100%;
		max-height: 330px;
		object-fit: cover;
	}
	.tournamentBlock{
		display: block;
	}
	.tournamentBlock__img{
		margin: 0 auto 24px;
	}
	.tournamentBlock__top{
		display: flex;
	}
	.tournamentBlock__left{
		margin: 0 24px 0 0;
	}
	.items__row{
		justify-content: center;
	}
	.winners__wrapper{
		display: block;
	}
	/*
	.status{
		width: auto;
		margin: 16px 0px 0 0px;
	}
		*/
	.cabinet__nav ul li{
		padding: 14px 15px;
	}
	.cash__dep-text{
		display: block;
	}
	.cash__dep-text p{
		margin: 0 0 15px 0;
	}
	.table table svg{
		display: block;
		margin: 0 auto 5px;
	}
	.profile__info{
		font-size: 14px;
	}
	.profile__bottom-item ul li a{
		width: 36px;
		height: 36px;
	}
}

@media (max-width: 767px){
	.menu-icon{
		width: 34px;
		height: 34px;
	}
	.menu-icon__wrapper{
		width: 14px;
		height: 14px;
	}
	.menu-icon .b-menu__line{
		height: 1px;
	}
	.menu-icon .b-menu__line_2 {
		top: 6px;
	}
	.menu-icon .b-menu__line_3 {
		top: 12px;
	}

	.header__top{
		padding: 11px 16px;
		margin-bottom: 10px;
	}
	.header__top-left{
		gap: 0;
	}
	.header__content{
		display: none;
	}
	.header__top .logo{
		margin: 0 15px 0 0;
	}
	.header__log{
		height: 34px;
		padding: 5px;
		font-size: 12px;
		margin: 0 8px 0 0;
	}
	.header__reg{
		height: 34px;
		padding: 5px;
		font-size: 12px;
		margin: 0 8px 0 0;
	}

	.wrapper{
		padding: 0;
	}


	.slider__arrow{
		width: 24px;
		height: 80px;
	}
	.slider__arrow svg{
		width: 16px;
		height: 16px;
	}

	.container{
		padding: 0;
	}

	.content__wrapper{
		background: none;
		border: none;
		padding: 0;
	}
	.filters{
		background: none;
		padding: 0;
		border: none;
		margin: 0;
	}
	.filters__nav{
		overflow: auto;
		margin: 0 0 16px 0;
	}
	.filters__nav ul li a.active:after{
		bottom: -7px;
	}
	.filters .search{
		display: none;
	}
	.filters__nav ul li{
		flex-shrink: 0;
	}
	.filters__top{
		display: block;
	}
	.filters__menu{
		display: none;
	}
	.filters__top-right{
		display: block;
		padding: 0 0 0 24px;
	}
	.toggles{
		padding: 0;
	}
	.filters__content{
		padding: 0 24px;
		margin: 0 0 12px 0;
	}
	.filters__content-right{
		justify-content: flex-end;
		padding: 0;
	}
	.bet__top{
		display: none;
	}
	.bet__block{
		flex-direction: row;
		padding: 16px 24px;
		align-items: flex-start;
	}
	.bet__block-left{
		width: 140px;
		margin: 0;
	}
	.bet__top_two{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: nowrap;
		padding: 12px 24px;
	}
	.bet__col{
		display: none;
	}
	.bet__col_1{
		display: block;
	}
	.bet__col_1{
		width: 175px;
		margin: 0 !important;
	}
	.bet__top_two .bet__category{
		display: flex;
		opacity: 1;
		margin: 0;
	}
	.content__title{
		padding: 7px 9px;
		font-size: 12px;
	}
	.content__title svg{
		width: 12px;
		height: 12px;
		margin: 0 4px 0 0;
	}


	.text{
		padding: 0 24px;
	}


	.footer{
		border-radius: 0px;
		padding-bottom: 66px;
	}
	.footer__top{
		flex-wrap: wrap;
		gap: 30px 0;
	}
	.footer__nav{
		width: 50%;
	}
	.footer__partners img{
		max-width: 150px;
	}
	.footer__bottom{
		display: block;
	}
	.footer__bottom-left{
		margin: 0 0 15px 0;
	}
	.footer__bottom-left p{
		font-size: 12px;
	}
	.navbar{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 8px 24px;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 20;
	}
	.navbar ul{
		display: flex;
		justify-content: center;
		align-items: center;
		backdrop-filter: blur(50px);
		background: #2f3838;
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 28px;
		padding: 9px 24px;
	}
	.navbar ul li:not(:last-child){
		margin: 0 26px 0 0;
	}
	.navbar ul li a{
		display: block;
		font-weight: 700;
		font-size: 12px;
		line-height: 1;
		text-transform: uppercase;
		color: #fff;
	}
	.navbar ul li a svg{
		display: block;
		width: 20px;
		height: 20px;
		margin: 0 auto 8px;
		stroke: #fff;
	}
	.navbar ul li a.red svg{
		stroke: #ED4D4E;
	}

	.slotFilters__nav{
		padding: 0 0 0 24px;
		backdrop-filter: blur(20px);
		background: rgba(255, 255, 255, 0.1);
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 0;
	}
	.slotFilters__nav ul{
		overflow: auto;
		padding: 6px 0;
	}
	.slotFilters__nav ul li{
		flex-shrink: 0;
	}
	.slotFilters .search{
		display: block;
		width: 50%;
		margin: 0 16px 0 0;
	}
	.providers{
		width: 50%;
		margin: 0;
	}
	.slotFilters__right{
		margin: 16px 0 0 0;
		padding: 0 24px;
	}
	.slotFilters__nav ul li a{
		font-size: 12px;
		padding: 9px 7px;
	}
	.games .title{
		margin: 0;
	}
	.js-games .swiper-slide{
		width: 40%;
	}
	.item__hover-title{
		display: none;
	}
	.item__hover-btns{
		flex-direction: column;
	}
	.item__hover-btns .secondary-btn{
		width: 90px;
	}
	.item__hover-btns .primary-btn{
		width: 90px;
		margin: 0 0 10px 0;
	}
	.item__img{
		margin: 0 0 10px 0;
	}
	.item__name{
		font-size: 14px;
	}
	.item__provider{
		font-size: 12px;
	}
	.filters__link{
		font-size: 12px;
	}
	.games .title{
		font-size: 18px;
	}
	.games .title svg{
		display: none;
	}
	.games__block-top{
		padding-right: 24px;
	}
	.games{
		padding: 0 0 30px 24px;
	}
	.slotFilters .search__input::-webkit-input-placeholder{
		font-size: 12px;
	}
	.slotFilters .search__input:-moz-placeholder{
		font-size: 12px;
	}
	.providers .ss-main .ss-values:before{
		display: none;
	}
	.providers .ss-main{
		font-size: 12px;
	}
	.providers .ss-main .ss-arrow{
		display: block;
		background: url("../img/chevron-down.svg") center no-repeat;
		width: 18px;
	}
	.ss-option{
		font-size: 12px;
	}
	.promotions .slotFilters{
		margin: 0 0 12px 0;
		background: rgba(255, 255, 255, 0.1);
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 0px;
		padding: 6px 24px;
	}
	.promotions .slotFilters__nav{
		padding: 0;
		background: none;
		border: none;
	}
	.promotions .slotFilters__right{
		padding: 0;
	}
	.promotions .slotFilters .search{
		margin: 0;
	}
	.promotions__row{
		margin: 0;
	}
	.promotions__col{
		padding-left: 6px;
		padding-right: 6px;
	}
	.promotions__item-wrap p{
		font-size: 14px;
	}
	.promotions__item-name{
		font-size: 16px;
	}
	.header-login .header__log{
		display: none;
	}
	.header-login .header__reg{
		display: none;
	}
	.user__info{
		display: none;
	}
	.header__balance{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 34px;
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 6px;
		backdrop-filter: blur(20px);
		background: #1c1f24;
		padding: 10px;
		font-weight: 500;
		font-size: 14px;
		line-height: 1;
		text-transform: capitalize;
		color: #fddd35;
		flex-shrink: 0;
	}
	.header__balance img{
		width: 14px;
		flex-shrink: 0;
		margin: 0 6px 0 0;
	}
	.levels__top{
		padding: 20px 10px;
	}
	.levels__top ul li{
		font-size: 12px;
	}
	.tournamentBlock{
		padding: 12px;
	}
	.tournamentBlock__top{
		display: block;
	}
	.tournamentBlock__left{
		margin: 0 0 24px 0;
		text-align: center;
	}
	.tournamentBlock__img{
		width: 100%;
		max-width: 364px;
	}
	.tournamentBlock__left .link{
		justify-content: center;
	}
	.tournamentBlock__date{
		justify-content: center;
	}
	.tournamentBlock__status{
		justify-content: center;
	}
	.winners .winners__wrapper .swiper-slide{
		max-width: 151px;
	}
	/*
	.status{
		padding: 0px 12px;
	}
	.status__line{
		margin: 6px 0;
	}
	.status{
		width: auto;
		margin: 16px 24px 0 24px;
	}
	*/



	.cash__container{
		display: block;
	}
	.cash__block{
		width: 100%;
	}
	.cash__block:not(:last-child) {
		border: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}
	.cash__bottom span{
		padding: 10px 20px;
		height: auto;
	}
	.cabinet__nav ul{
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}
	.cabinet__nav ul li:not(:last-child){
		margin: 0;
	}
	.cabinet__bonuses-row{
		display: block;
	}
	.cabinet__bonus{
		width: 100%;
	}
	.cabinet__bonus:not(:last-child) {
		margin: 0 0 20px 0;
	}
	.cabinet__bonus-right{
		flex-grow: 1;
	}
	.modal-close{
		width: 24px;
		height: 24px;
		top: 17px;
		right: 16px;
	}
	.modal-close svg{
		width: 12px;
		height: 12px;
	}
	.cabinet__bonuses-row{
		padding: 20px 10px;
	}
	.bonus__history-top{
		display: block;
	}
	.bonus__history-item{
		width: 100%;
	}
	.bonus__history-item:not(:last-child) {
		margin: 0 0 10px 0;
	}
	.table{
		overflow: auto;
	}
	.table table{
		width: 768px;
	}
	.profile .row .col{
		width: 100%;
	}
	.profile .row .col:not(:last-child){
		margin: 0 0 20px 0;
	}
	.profile__info{
		flex-wrap: wrap;
		line-height: 1.4;
	}
	.profile__bottom{
		display: block;
	}
	.profile__bottom-item{
		width: 100%;
	}
	.profile__bottom-item:not(:last-child) {
		border: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}
	.profile__bottom-item ul li:not(:last-child) {
		margin: 0 8px 0 0;
	}
	.settings__value{
		display: block;
	}
	.settings__value-right{
		display: block;
		margin: 15px 0 0 0;
	}
	.settings__value-right .profile__item{
		margin: 0 0 15px 0;
	}
	.settings__row .col{
		width: 100%;
	}
	.settings__row .col:not(:last-child){
		margin: 0 0 16px 0;
	}
	.modal__history-text {
		padding: 20px 0;
	}
	.settings__top{
		flex-wrap: wrap;
	}
	.settings__top-item{
		width: 33.333333%;
	}
	.settings__top-right{
		width: 33.333333%;
	}
	.modal__partners .settings__top{
		justify-content: flex-start;
	}
	.modal__partners .settings__top-item{
		width: 33.333333%;
	}
	.modalSign .cabinet__nav ul{
		flex-wrap: nowrap;
	}
}
@media (max-width:499px){
	.promotions__col{
		width: 100%;
		padding-right: 0;
	}
	.levels__col{
		width: 100%;
	}
}@media (max-width: 1919px) {
	.filters__menu ul li:not(:last-child) {
		margin: 0 18px 0 0;
	}
	.slotFilters__nav ul li a{
		padding: 13px 10px;
	}
	.slotFilters{
		flex-wrap: wrap;
	}
	.slotFilters__right{
		flex-direction: row-reverse;
	}
	.promotions .slotFilters{
		flex-wrap: nowrap;
	}
	.promotions .slotFilters__nav ul{
		justify-content: flex-start;
	}
	.promotions .slotFilters__right{
		margin: 0;
	}

	.header-login .header__offers{
		display: none;
	}
	.header-login .header__free{
		display: none;
	}
	.header-login .header__item_2{
		display: none;
	}
	.tournamentBlock__status-item{
		width: 100px;
		height: 80px;
	}
}
@media (max-width: 1549px) {
	*{
		backdrop-filter: none !important
	}
	.container{
		padding: 0 15px;
	}
	.content{
		width: 74%;
	}
	.logo{
		margin: 0 65px 0 0;
	}
	.nav ul li:not(:last-child) {
		margin: 0 10px 0 0;
	}
	.nav ul li a{
		font-size: 14px;
	}
	.search{
		width: 170px;
	}
	.header__free{
		padding: 0 10px;
	}
	.header__item{
		padding: 8px 10px;
	}
	.header__reg{
		margin: 0 10px 0 0;
	}
	.header__offers{
		display: none;
	}
	.breadcrumbs{
		display: none;
	}
	.bet__top{
		flex-wrap: wrap;
		padding: 12px;
	}
	.filters__menu ul{
		flex-wrap: wrap;
		gap: 12px;
	}
	.filters__menu ul li:not(:last-child){
		margin: 0;
	}
	.filters__menu ul li a{
		padding: 0;
	}
	.toggles{
		flex-shrink: 0;
		padding: 22px 24px;
	}
	.filters__link{
		flex-shrink: 0;
	}
	.filters__nav {
		padding: 16px 0;
	}
	.filters__content-right{
		align-items: center;
	}
	.bet__category{
		margin: 0 0 12px 0;
	}
	.bet__top_two{
		justify-content: flex-end;
	}
	.bet__top_two .bet__category{
		display: none;
	}
	.bet__filters .bet__col:not(:last-child) {
		margin: 0 5px 0 0;
	}
	.bet__col_1 {
		width: 180px;
	}
	.bet__col_2 {
		width: 165px;
	}
	.bet__col_3 {
		width: 195px;
	}
	.bet__block{
		padding-left: 12px;
		padding-right: 12px;
	}
	.bet__block-left{
		width: 155px;
	}
	.bet__block-cat{
		white-space: nowrap;
	}


	.title{
		font-size: 20px;
	}
	.text__block p{
		font-size: 14px;
	}

	.footer__top{
		padding: 30px 20px;
	}
	.footer__partners{
		padding: 20px;
	}
	.footer__bottom{
		padding: 20px;
	}
	.footer__partners .swiper-slide:not(:last-child) {
		margin: 0 20px 0 0;
	}
	.footer__nav-title{
		font-size: 18px;
	}
	.footer__nav ul li a{
		font-size: 14px;
	}

	.slotFilters__nav{
		width: 100%;
	}
	.slotFilters__nav ul{
		justify-content: space-between;
	}
	.slotFilters__nav ul li a {
		padding: 13px 16px;
	}
	.slotFilters__right{
		margin: 8px 0 0 0;
		justify-content: space-between;
		width: 100%;
	}
	.promotions__col{
		width: 33.333333%;
	}
	.levels__col{
		width: 33.333333%;
	}
	.tournamentBlock{
		align-items: flex-start;
	}
	.tournamentBlock__top{
		display: block;
	}
	.tournamentBlock__left{
		margin: 0 0 24px 0;
	}
}
@media (max-width: 1199px) {
	.b-mobile{
		display: block;
	}
	.menu-icon{
		position: relative;
		z-index: 10001;
		cursor: pointer;
		transition: 0.3s;
		width: 42px;
		height: 42px;
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 6px;
		background: #1c1f24;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.menu-icon__wrapper{
		position: relative;
		width: 20px;
		height: 18px;
		margin: 0 auto 0;
	}
	.menu-icon .b-menu__line{
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 2px;
		background: #fff;
		-webkit-transition: background-color 0.35s, -webkit-transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: background-color 0.35s, transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translateY(0) translateZ(0);
		transform: translateY(0) translateZ(0);
	}
	.menu-icon .b-menu__line_1 {
		top: 0;
	}
	.menu-icon .b-menu__line_2 {
		top: 8px;
	}
	.menu-icon .b-menu__line_3 {
		top: 16px;
	}
	.menu-icon.active .b-menu__line {
		background: #fff;
	}
	.menu-icon.active .b-menu__line_1 {
		-webkit-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
		top: 0px;
	}
	.menu-icon.active .b-menu__line_2 {
		opacity: 0;
	}
	.menu-icon.active .b-menu__line_3 {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
		top: 16px;
		width: 100%;
	}


	.wrapper{
		padding: 15px 0;
	}
	.aside{
		display: none;
	}
	.slider .swiper-slide{
		width: 100% !important;
		margin: 0 !important;
	}
	.slider .swiper-slide{
		max-width: 100% !important;
	}
	.header__item{
		display: none;
	}

	.logo{
		width: 105px;
		margin: 0 15px 0 0;
	}
	.header__top .logo{
		display: block;
	}
	.header__content .logo{
		display: none;
	}
	.header__content{
		padding: 10px 0;
	}
	.logo:after{
		display: none;
	}
	.search{
		width: 150px;
	}
	.nav ul li:not(:last-child) {
		margin: 0 20px 0 0;
	}
	.header .header__country{
		display: none;
	}

}
@media (max-width: 991px){
	.header__content-left{
		flex-grow: 1;
	}
	.nav{
		flex-grow: 1;
		margin: 0 12px 0 0;
	}
	.nav ul{
		justify-content: space-between;
	}
	.nav ul li:not(:last-child){
		margin: 0;
	}
	.header .search{
		display: none;
	}
	.header__free{
		display: none;
	}
	.decimal-select{
		display: none;
	}
	.header .theme{
		display: none;
	}



	.bet__top_two {
		justify-content: flex-start;
		padding: 12px;
	}
	.bet__item_text{
		font-size: 12px;
	}
	.bet__block{
		flex-direction: column-reverse;
	}
	.bet__col_1 {
		width: 150px;
	}
	.bet__col_2 {
		width: 145px;
	}
	.bet__score{
		display: none;
	}
	.bet__block-left{
		width: auto;
		margin: 15px 0 0 0;
	}
	.bet__block-name{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		max-width: 183px;
	}
	.bet__block-name span{
		display: block;
	}
	.filters__nav ul li:not(:last-child) {
		margin: 0 15px 0 0;
	}
	.filters__top-right{
		padding: 0 0 0 12px;
	}
	.filters .search {
		width: 230px;
	}

	.footer__nav-title {
		font-size: 16px;
		margin: 0 0 15px 0;
	}
	.footer__select {
		width: 140px;
	}
	.slotFilters__nav ul li a {
		padding: 9px 8px;
	}
	.promotions__col{
		width: 50%;
	}
	.promotions__item-img img{
		width: 100%;
		max-height: 260px;
		object-fit: cover;
	}
	.user__info ul li{
		padding: 4.5px 10px;
	}
	.levels__col{
		width: 50%;
	}
	.levels__item-img img{
		width: 100%;
		max-height: 330px;
		object-fit: cover;
	}
	.tournamentBlock{
		display: block;
	}
	.tournamentBlock__img{
		margin: 0 auto 24px;
	}
	.tournamentBlock__top{
		display: flex;
	}
	.tournamentBlock__left{
		margin: 0 24px 0 0;
	}
	.items__row{
		justify-content: center;
	}
	.winners__wrapper{
		display: block;
	}
	/*
	.status{
		width: auto;
		margin: 16px 0px 0 0px;
	}
	*/
	.cabinet__nav ul li{
		padding: 14px 15px;
	}
	.cash__dep-text{
		display: block;
	}
	.cash__dep-text p{
		margin: 0 0 15px 0;
	}
	.table table svg{
		display: block;
		margin: 0 auto 5px;
	}
	.profile__info{
		font-size: 14px;
	}
	.profile__bottom-item ul li a{
		width: 36px;
		height: 36px;
	}
}

@media (max-width: 767px){
	.menu-icon{
		width: 34px;
		height: 34px;
	}
	.menu-icon__wrapper{
		width: 14px;
		height: 14px;
	}
	.menu-icon .b-menu__line{
		height: 1px;
	}
	.menu-icon .b-menu__line_2 {
		top: 6px;
	}
	.menu-icon .b-menu__line_3 {
		top: 12px;
	}


	.header__content{
		display: none;
	}
	.header__top .logo{
		margin: 0 15px 0 0;
	}
	.header__log{
		height: 34px;
		padding: 5px;
		font-size: 12px;
		margin: 0 8px 0 0;
	}
	.header__reg{
		height: 34px;
		padding: 5px;
		font-size: 12px;
		margin: 0 8px 0 0;
	}

	.wrapper{
		padding: 0;
	}


	.slider__arrow{
		width: 24px;
		height: 80px;
	}
	.slider__arrow svg{
		width: 16px;
		height: 16px;
	}

	.container{
		padding: 0;
	}

	.winners .swiper-slide{
		width: 250px;
	}
	.winners__item-img{
		width: 90px;
	}
	.winners__item-name{
		width: 100px;
	}
	.winners__item-desc{
		display: none;
	}

	.content__wrapper{
		background: none;
		border: none;
		padding: 0;
	}
	.filters{
		background: none;
		padding: 0;
		border: none;
		margin: 0;
	}
	.filters__nav{
		overflow: auto;
		margin: 0 0 16px 0;
	}
	.filters__nav ul li a.active:after{
		bottom: -7px;
	}
	.filters .search{
		display: none;
	}
	.filters__nav ul li{
		flex-shrink: 0;
	}
	.filters__top{
		display: block;
	}
	.filters__menu{
		display: none;
	}
	.filters__top-right{
		display: block;
		padding: 0 0 0 24px;
	}
	.toggles{
		padding: 0;
	}
	.filters__content{
		padding: 0 24px;
		margin: 0 0 12px 0;
	}
	.filters__content-right{
		justify-content: flex-end;
		padding: 0;
	}
	.bet__top{
		display: none;
	}
	.bet__block{
		flex-direction: row;
		padding: 16px 24px;
		align-items: flex-start;
	}
	.bet__block-left{
		width: 140px;
		margin: 0;
	}
	.bet__top_two{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: nowrap;
		padding: 12px 24px;
	}
	.bet__col{
		display: none;
	}
	.bet__col_1{
		display: block;
	}
	.bet__col_1{
		width: 175px;
		margin: 0 !important;
	}
	.bet__top_two .bet__category{
		display: flex;
		opacity: 1;
		margin: 0;
	}
	.content__title{
		padding: 7px 9px;
		font-size: 12px;
	}
	.content__title svg{
		width: 12px;
		height: 12px;
		margin: 0 4px 0 0;
	}



	.text{
		padding: 0 24px;
	}


	.footer{
		border-radius: 0px;
		padding-bottom: 66px;
	}
	.footer__top{
		flex-wrap: wrap;
		gap: 30px 0;
	}
	.footer__nav{
		width: 50%;
	}
	.footer__partners img{
		max-width: 150px;
	}
	.footer__bottom{
		display: block;
	}
	.footer__bottom-left{
		margin: 0 0 15px 0;
	}
	.footer__bottom-left p{
		font-size: 12px;
	}
	.navbar{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 8px 24px;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 20;
	}
	.navbar ul{
		display: flex;
		justify-content: center;
		align-items: center;
		backdrop-filter: blur(50px);
		background: #2f3838;
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 28px;
		padding: 9px 24px;
	}
	.navbar ul li:not(:last-child){
		margin: 0 26px 0 0;
	}
	.navbar ul li a{
		display: block;
		font-weight: 700;
		font-size: 12px;
		line-height: 1;
		text-transform: uppercase;
		color: #fff;
	}
	.navbar ul li a svg{
		display: block;
		width: 20px;
		height: 20px;
		margin: 0 auto 8px;
		stroke: #fff;
	}
	.navbar ul li a.red svg{
		stroke: #ED4D4E;
	}

	.slotFilters__nav{
		padding: 0 0 0 24px;
		backdrop-filter: blur(20px);
		background: rgba(255, 255, 255, 0.1);
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 0;
	}
	.slotFilters__nav ul{
		overflow: auto;
		padding: 6px 0;
	}
	.slotFilters__nav ul li{
		flex-shrink: 0;
	}
	.slotFilters .search{
		display: block;
		width: 50%;
		margin: 0 16px 0 0;
	}
	.providers{
		width: 50%;
		margin: 0;
	}
	.slotFilters__right{
		margin: 16px 0 0 0;
		padding: 0 24px;
	}
	.slotFilters__nav ul li a{
		font-size: 12px;
		padding: 9px 7px;
	}
	.games .title{
		margin: 0;
	}
	.js-games .swiper-slide{
		width: 40%;
	}
	.item__hover-title{
		display: none;
	}
	.item__hover-btns{
		flex-direction: column;
	}
	.item__hover-btns .secondary-btn{
		width: 90px;
	}
	.item__hover-btns .primary-btn{
		width: 90px;
		margin: 0 0 10px 0;
	}
	.item__img{
		margin: 0 0 10px 0;
	}
	.item__name{
		font-size: 14px;
	}
	.item__provider{
		font-size: 12px;
	}
	.filters__link{
		font-size: 12px;
	}
	.games .title{
		font-size: 18px;
	}
	.games .title svg{
		display: none;
	}
	.games__block-top{
		padding-right: 24px;
	}
	.games{
		padding: 0 0 30px 24px;
	}
	.slotFilters .search__input::-webkit-input-placeholder{
		font-size: 12px;
	}
	.slotFilters .search__input:-moz-placeholder{
		font-size: 12px;
	}
	.providers .ss-main .ss-values:before{
		display: none;
	}
	.providers .ss-main{
		font-size: 12px;
	}
	.providers .ss-main .ss-arrow{
		display: block;
		background: url("../img/chevron-down.svg") center no-repeat;
		width: 18px;
	}
	.ss-option{
		font-size: 12px;
	}
	.promotions .slotFilters{
		margin: 0 0 12px 0;
		background: rgba(255, 255, 255, 0.1);
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 0px;
		padding: 6px 24px;
	}
	.promotions .slotFilters__nav{
		padding: 0;
		background: none;
		border: none;
	}
	.promotions .slotFilters__right{
		padding: 0;
	}
	.promotions .slotFilters .search{
		margin: 0;
	}
	.promotions__row{
		margin: 0;
	}
	.promotions__col{
		padding-left: 6px;
		padding-right: 6px;
	}
	.promotions__item-wrap p{
		font-size: 14px;
	}
	.promotions__item-name{
		font-size: 16px;
	}
	.header-login .header__log{
		display: none;
	}
	.header-login .header__reg{
		display: none;
	}
	.user__info{
		display: none;
	}
	.header__balance{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 34px;
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 6px;
		backdrop-filter: blur(20px);
		background: #1c1f24;
		padding: 10px;
		font-weight: 500;
		font-size: 14px;
		line-height: 1;
		text-transform: capitalize;
		color: #fddd35;
		flex-shrink: 0;
	}
	.header__balance img{
		width: 14px;
		flex-shrink: 0;
		margin: 0 6px 0 0;
	}
	.levels__top{
		padding: 20px 10px;
	}
	.levels__top ul li{
		font-size: 12px;
	}
	.tournamentBlock{
		padding: 12px;
	}
	.tournamentBlock__top{
		display: block;
	}
	.tournamentBlock__left{
		margin: 0 0 24px 0;
		text-align: center;
	}
	.tournamentBlock__img{
		width: 100%;
		max-width: 364px;
	}
	.tournamentBlock__left .link{
		justify-content: center;
	}
	.tournamentBlock__date{
		justify-content: center;
	}
	.tournamentBlock__status{
		justify-content: center;
	}
	.winners .winners__wrapper .swiper-slide{
		max-width: 151px;
	}
	/*
	.status{
		padding: 0px 12px;
	}
		*/
	.status__line{
		margin: 6px 0;
	}
	/*
	.status{
		width: auto;
		margin: 16px 24px 0 24px;
	}
		*/




	.cash__container{
		display: block;
	}
	.cash__block{
		width: 100%;
	}
	.cash__block:not(:last-child) {
		border: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}
	.cash__bottom span{
		padding: 10px 20px;
		height: auto;
	}
	.cabinet__nav ul{
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}
	.cabinet__nav ul li:not(:last-child){
		margin: 0;
	}
	.cabinet__bonuses-row{
		display: block;
	}
	.cabinet__bonus{
		width: 100%;
	}
	.cabinet__bonus:not(:last-child) {
		margin: 0 0 20px 0;
	}
	.cabinet__bonus-right{
		flex-grow: 1;
	}
	.modal-close{
		width: 24px;
		height: 24px;
		top: 17px;
		right: 16px;
	}
	.modal-close svg{
		width: 12px;
		height: 12px;
	}
	.cabinet__bonuses-row{
		padding: 20px 10px;
	}
	.bonus__history-top{
		display: block;
	}
	.bonus__history-item{
		width: 100%;
	}
	.bonus__history-item:not(:last-child) {
		margin: 0 0 10px 0;
	}
	.table{
		overflow: auto;
	}
	.table table{
		width: 768px;
	}
	.profile .row .col{
		width: 100%;
	}
	.profile .row .col:not(:last-child){
		margin: 0 0 20px 0;
	}
	.profile__info{
		flex-wrap: wrap;
		line-height: 1.4;
	}
	.profile__bottom{
		display: block;
	}
	.profile__bottom-item{
		width: 100%;
	}
	.profile__bottom-item:not(:last-child) {
		border: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}
	.profile__bottom-item ul li:not(:last-child) {
		margin: 0 8px 0 0;
	}
	.settings__value{
		display: block;
	}
	.settings__value-right{
		display: block;
		margin: 15px 0 0 0;
	}
	.settings__value-right .profile__item{
		margin: 0 0 15px 0;
	}
	.settings__row .col{
		width: 100%;
	}
	.settings__row .col:not(:last-child){
		margin: 0 0 16px 0;
	}
	.modal__history-text {
		padding: 20px 0;
	}
	.settings__top{
		flex-wrap: wrap;
	}
	.settings__top-item{
		width: 33.333333%;
	}
	.settings__top-right{
		width: 33.333333%;
	}
	.modal__partners .settings__top{
		justify-content: flex-start;
	}
	.modal__partners .settings__top-item{
		width: 33.333333%;
	}
	.modalSign .cabinet__nav ul{
		flex-wrap: nowrap;
	}
}
@media (max-width:499px){
	.promotions__col{
		width: 100%;
		padding-right: 0;
	}
	.levels__col{
		width: 100%;
	}
	.btn-top{
		font-size: 16px;
	}
}