@font-face {
    font-family: 'Inter';
    src: url('/wp-content/themes/sultangameskz/assets/fonts/Inter.woff') format('woff'),
    	url('/wp-content/themes/sultangameskz/assets/fonts/Inter.ttf') format('truetype');
}

@font-face {
    font-family: 'Days One';
    src: url('/wp-content/themes/sultangameskz/assets/fonts/DaysOne-Regular.woff') format('woff'),
    	url('/wp-content/themes/sultangameskz/assets/fonts/DaysOne-Regular.ttf') format('truetype');
}

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

em{
	font-style: italic;
}

div, header, a, aside, article{
	box-sizing: border-box;
}

body{
	font-family: 'Inter';
	background: #0E3329;
}

header{
	height: 56px;
	position: fixed;
	padding: 0 40px;
	width: 100%;
	z-index: 10;
	border-bottom: 1px solid #12543D;
	background: #0F392E;
	display: flex;
}

header .container{
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: center;
}

.logo img{
	height: 30px;
}

.buttons{
	display: flex;
	align-items: center;
	gap: 16px;
}

.lang_switch{
	display: flex;
	align-items: center;
	gap: 6px;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
}

.lang_switch img{
	border-radius: 4px;
}

.login_button, .yellow_button{
	padding: 10px 20px;
	color: #1F1F1F;
	font-size: 15px;
	font-weight: 700;
	line-height: 18px;
	width: fit-content;
	text-decoration: none;
	border-radius: 20px;
}

.login_button{
	background: #fff;
}

.yellow_button{
	background: #F9C719;
}

.button_menu{
	display: none;
	flex-direction: column;
	justify-content: space-between;
	height: 16px;
	width: 16px;
	position: relative;
	cursor: pointer;
}

.menu_polosa{
	width: 100%;
	height: 2px;
	background: #fff;
	border-radius: 3px;
}

.button_menu img{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.button_menu.active img{
	display: block;
}

.button_menu.active .menu_polosa{
	display: none;
}

main{
	padding-top: 56px;
}

aside{
	position: fixed;
	background: #0F392E;
	z-index: 11;
	height: 100%;
	padding: 40px 24px;
	width: 270px;
}

aside li{
	list-style: none;
	padding: 12px 0;
	border-bottom: 1px solid rgba(21, 118, 85, 0.50);
}

aside li:last-child{
	border-bottom: none;
}

aside li a{
	height: 16px;
	line-height: 16px;
	color: #C2E6DC;
	font-family: "Days One";
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
}

aside li a img{
	height: 100%;
}

article{
	margin-left: 270px;
	width: calc(100% - 270px);
}

article .container{
	width: calc(100% - 40px);
	max-width: 1090px;
	margin: 0 auto;
}

.main_banners_section{
	padding-top: 16px;
}

.main_banners_section .container{
	display: flex;
	gap: 16px;
}

.main_banner{
	width: calc(33% - 7px);
	text-align: center;
    border-radius: 20px;
    border: 1px solid #F5C34F;
   	height: 364px;
   	overflow: hidden;
   	padding: 23px 10px;
   	background-size: cover;
}

.main_banner img{
	height: 200px;
}

.main_banner:nth-child(2){
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.main_banner:nth-child(2) img{
	object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    margin-bottom: 3px;
}

.main_banner p{
	color: #FFF;
	font-family: "Days One";
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 29px;
}

.main_banner a{
	display: block;
	margin: 0 auto
}

.main_banner:first-child{
	background-image: url('/wp-content/themes/sultangameskz/assets/images/main-banner-left.jpg');
}

.main_banner:last-child{
	background-image: url('/wp-content/themes/sultangameskz/assets/images/main-banner-right.jpg');
}

.lenta{
	margin: 16px auto 32px;
}

.lenta ul{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	list-style: none;
	border-radius: 6px;
	border: 1px solid rgba(213, 213, 213, 0.20);
	background: #103F33;
}

.lenta li{
	padding: 10px 24px;
	position: relative;
}

.lenta li:after{
	content: '';
	position: absolute;
	height: 24px;
	width: 1px;
	background: rgba(213, 213, 213, 0.20);
	right: 0;
	top: 6px;
}

.lenta li:last-child:after{
	display: none;
}

.lenta li a{
	height: 16px;
	line-height: 16px;
	color: #C2E6DC;
	font-size: 15px;
	font-weight: 500;
	align-items: center;
	display: flex;
	gap: 8px;
	text-decoration: none;
}

.lenta li a img{
	height: 100%;
}

.banners_title_link{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 32px auto 16px;
}

.banners_title_link p{
	color: #FFF;
	font-family: "Days One";
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

.banners_title_link a{
	color: #C2E6DC;
	font-size: 14px;
	line-height: 17px;
	font-style: italic;
	font-weight: 300;
}

.tennis_chuvaki{
	margin: 16px auto 32px;
	display: flex;
	gap: 8px;
	justify-content: center;
}

.tennis_chuvaki .item{
	border-radius: 16px;
	border: 1px solid rgba(213, 213, 213, 0.20);
	background: linear-gradient(180deg, #0D372C -19.57%, #00514B 151.86%);
	width: calc(25% - 6px);
	padding: 16px 8px;
}

.tennis_chuvaki .item > p{
	color: #FFF;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 8px;
}

.tennis_chuvaki .item .cifri{
	display: flex;
}

.tennis_chuvaki .item .cifra{
	width: 33%;
	text-align: center;
}

.tennis_chuvaki .item .cifra img{
	height: 48px;
	margin-bottom: 8px;
}

.tennis_chuvaki .item .cifra:nth-child(2) img{
	height: 29px;
	margin-bottom: 4px;
}

.tennis_chuvaki .cifra p{
	color: #FFF;
	font-size: 10px;
	line-height: 12px;
}

.tennis_chuvaki .cifra p.koef{
	margin-top: 12px;
	line-height: 15px;
	font-size: 12px;
	font-weight: 700;
	color: #F9C719;
}

.tennis_chuvaki .cifra:nth-child(2) p.koef{
	margin-top: 11px;
}

.tennis_chuvaki .cifra p.pod_koef{
	color: #FFF;
	font-size: 7px;
	line-height: 8px;
	margin-top: 5px;
}

.tennis_chuvaki .cifra p.kogda{
	margin-bottom: 2px;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
}

.tennis_chuvaki .cifra p.time{
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
}

.banners_slots{
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 38px;
}

.banners_slots a{
	height: 138px;
	width: 175px;
	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
	border: 1px solid rgba(213, 213, 213, 0.20);
	overflow: hidden;
}

.banners_slots a img{
	object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.super_wins{
	display: flex;
	margin-bottom: 28px;
	align-items: center;
	gap: 8px;
}

.super_wins .item{
	width: 175px;
	border-radius: 20px;
	border: 1px solid rgba(213, 213, 213, 0.20);
	background: linear-gradient(180deg, #0D372C -19.57%, #00514B 151.86%);
	padding: 12px 26px 11px 26px;
	text-align: center;
}

.super_wins .win_koef{
	width: 83px;
	height: 83px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-family: Arial;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	margin: 0 auto;
	background-image: url('/wp-content/themes/sultangameskz/assets/images/super-wins-x.png');
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.super_wins .win_cifra{
	color: #F9C719;
	font-family: "Days One";
	font-size: 16px;
	line-height: 24px;
}

.super_wins .deposit{
	color: #EAEBF1;
	font-size: 10px;
	font-style: italic;
	font-weight: 500;
	line-height: 15px;
	margin-bottom: 3px;
}

.super_wins .id{
	color: #BBB;
	font-size: 8px;
	line-height: 10px;
	font-weight: 500;
}

.udacha{
	width: 100%;
	padding: 26px 32px 20px;
	border-radius: 20px;
	border: 1px solid rgba(213, 213, 213, 0.20);
	background: linear-gradient(93deg, #06352E 55.38%, #326367 59.88%, #06352E 72.71%, #1A4846 86.6%, #305D60 101.48%);
	position: relative;
}

.udacha p, .udacha a{
	position: relative;
	z-index: 1;
}

.udacha img{
	position: absolute;
	height: 100%;
	right: 190px;
	top: 0;
}	

.udacha_bg_mobile{
	display: none;
}

.udacha_title{
	color: #FFF;
	font-family: "Days One";
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 13px;
}

.udacha_bonus{
	color: #E5D865;
	font-size: 16px;
	line-height: 19px;
	font-style: italic;
	font-weight: 500;
}

.udacha a{
	display: block;
	margin-top: 32px;
}

.content_text h1, .content_text h2, .content_text h3{
	color: #fff;
	font-family: "Days One";
}

.content_text h1{
	margin-bottom: 24px;
	font-size: 32px;
	line-height: 41px;
}

.content_text h2{
	margin-bottom: 32px;
	font-size: 24px;
	line-height: 31px;
	margin-top: 90px;
}

.content_text h3{
	margin-bottom: 16px;
	font-size: 19px;
	line-height: 24px;
	margin-top: 40px;
}

.content_text p, .content_text li{
	color: #C2E6DC;
	font-family: Arial;
	font-size: 16px;
	line-height: 150%;
}

.content_text p:has(+ ul), .content_text p:has(+ ol){
	margin-bottom: 0;
}

.content_text p, .content_text ul, .content_text ol{
	margin-bottom: 40px;
}

.content_text ul, .content_text ol{
	margin-left: 20px;
}

.wp-block-columns{
	gap: 16px;
}

.wp-block-column{
	width: 416px;
	flex-grow: 0 !important; 
	flex-basis: auto !important; 
	border-radius: 16px;
	border: 1px solid rgba(213, 213, 213, 0.20);
	background: #0F3E31;
	padding: 16px;
}

.wp-block-column h3{
	margin-top: 0;
	margin-bottom: 20px;
	font-family: Arial;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	background-position: center left;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	padding-left: 36px;
}

.wp-block-column ul{
	margin-bottom: 0;
	margin-left: 27px;
}

.wp-block-column:first-child h3{
	background-image: url('/wp-content/themes/sultangameskz/assets/images/plus.png');
}

.wp-block-column:last-child h3{
	background-image: url('/wp-content/themes/sultangameskz/assets/images/minus.png');
}

.content_text figure{
	height: 320px;
	text-align: center;
	border-radius: 20px;
	border: 1px solid rgba(213, 213, 213, 0.20);
	background-size: cover;
}

.yellow_bg{
	background-image: url('/wp-content/themes/sultangameskz/assets/images/yellow-bg.jpg');
}

.green_bg{
	background-image: url('/wp-content/themes/sultangameskz/assets/images/green-bg.jpg');
}

.content_text figure img{
	height: 100%;
	width: auto;
}

.geo_error_section a{
	background: #fff;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 24px;
}