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;
}

div, header, a, aside, article{
	box-sizing: border-box;
}

body{
	font-family: 'Inter';
	background: #0E2E2B;
}

body.noscroll{
	overflow: hidden;
}

header{
	background: #040D0C;
	height: 56px;
	border-bottom: 1px solid rgba(239, 239, 239, 0.20);
	display: flex;
	justify-content: space-between;
	padding: 0 40px;
	align-items: center;
	position: fixed;
	width: 100%;
	z-index: 5;
}

.button_mobile_menu{
	width: 26px;
	height: 20px;
	display: none;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}

.button_mobile_menu .menu_polosa{
	width: 100%;
	height: 3px;
	border-radius: 2px;
	background: #fff;
}

.button_mobile_menu .close{
	display: none;
}

.button_mobile_menu .close img{
	margin-top: -5px;
}

.button_mobile_menu.active .close{
	display: block;
}

.button_mobile_menu.active .menu_polosa{
	display: none;
}

.buttons_lang{
	display: flex;
	gap: 16px;
	align-items: center;
}

.logo{
	height: 30px;
}

.logo img{
	height: 100%;
	width: auto;
}

.sw_lang img{
	height: 24px;
	width: auto;
	border-radius: 4px;
}

.sw_lang img.lang_arrow_down{
	height: 12px;
}

.sw_lang{
	display: flex;
	align-items: center;
	gap: 6px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.buttons_lang .buttons{
	display: flex;
	align-items: center;
	gap: 8px;
}

.buttons_lang .buttons a, .button_yellow{
	min-width: 120px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #91181D;
	font-family: Arial;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 20px;
	color: #000;
}

.button_login{
	background: #fff;
}

.button_yellow{
	background: #F9C719;
}

main{
	display: flex;
	padding-top: 56px;
}

aside{
	width: 275px;
	padding: 40px 20px;
	background: #072322;
}

.buttons_sidebar a{
	margin-bottom: 10px;
	display: flex;
	height: 44px;
	align-items: center;
	padding: 0 16px;
	gap: 12px;
	border-radius: 16px;
	font-size: 14px;
	font-style: italic;
	font-weight: 500;
	text-decoration: none;
	border: 1px solid rgba(239, 239, 239, 0.10);
	background: #0A3231;
	color: #E6E6E6;
}

.buttons_sidebar a img{
	height: 28px;
	width: auto;
}

.afisha_sidebar{
	margin-top: 64px;
}

.block_afisha{
	padding: 13px 16px 46px;
	display: flex;
	gap: 16px;
	border-radius: 28px;
	border: 1px solid rgba(239, 239, 239, 0.10);
	background: #0A322D;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.img_afisha{
	height: 137px;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
}

.img_afisha img{
	height: 100%;
}

.block_text_afisha{
	width: calc(100% - 60px);
	margin-left: 70px;
}

.block_text_afisha p{
	color: #ABCEBE;
	font-size: 10px;
	line-height: 155%;
	font-weight: 500;
}

.block_text_afisha p.title_afisha{
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 12px;
	color: #E6E6E6;
}

.block_afisha a{
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
}

article{
	width: calc(100% - 275px);
}

article .container{
	width: calc(100% - 80px);
	max-width: 1090px;
	margin: 18px auto;
}

.slider_main .slide{
	position: relative;
	height: 370px;
	overflow: hidden;
	cursor: pointer;
}

.bottom_slide{
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 381px;
    padding: 257px 25px 0;
    background: linear-gradient(0deg, #282828 18.94%, rgba(0, 0, 0, 0.00) 60.74%);
}

.bottom_slide p.title_slide{
	color: #FFF;
	font-size: 30px;
	font-style: italic;
	font-weight: 700;
	line-height: 50px; 
	text-transform: uppercase;
}

.text_button_slide{
	display: flex;
	justify-content: space-between;
}

.text_button_slide p{
	color: #24E070;
	font-size: 18px;
	font-weight: 500;
}

.text_button_slide .button_yellow{
	margin-top: 22px;
}

.block_games{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    gap: 10px;
}

.block_games a{
	width: 168px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	color: #DCE7E1;
	font-size: 15px;
	font-style: italic;
	font-weight: 600;
	text-decoration: none;
	margin-top: 32px;
	border-radius: 30px;
	background: #064541;
}

.block_games a img{
	height: 24px;
	width: auto;
}

.title_left_right{
	margin-top: 32px;
	margin-bottom: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.title_left_right p{
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
}

.title_left_right a{
	color: #E5D865;
	font-size: 12px;
	font-style: italic;
}

.owl-carousel{
	position: relative;
	z-index: 2;
}

.owl-carousel .owl-nav button{
	position: absolute;
	top: -66px;
	border-radius: 20px !important;
	border: 1px solid rgba(223, 223, 223, 0.50) !important;
	background-color: #28564B !important;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	margin: 0 !important;
}

.owl-carousel .owl-nav .owl-prev{
	left: 0;
	background-image: url('/wp-content/themes/sultangames2025/assets/css/assets/images/slide-left.svg') !important;
}

.owl-carousel .owl-nav .owl-next{
	right: 0;
	background-image: url('/wp-content/themes/sultangames2025/assets/images/slide-right.svg') !important;
}

.owl-carousel .owl-nav button span{
	display: none;
}

.slider_slots .slide, .slider_providers .slide, .slider_x .slide, .slider_virtual_sport .img{
	width: 165px;
	height: 165px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 28px;
	border: 1px solid rgba(237, 237, 237, 0.40);
	overflow: hidden;
	background: #103633;
}

.slider_providers .slide img{
	width: 60px;
	height: auto;
}

.img{
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.slider_slots .slide img, .img img{
	object-fit: cover;
	min-width: 100%;
	min-height: 100%;
}

.slider_wins .slide{
	background: url('/wp-content/themes/sultangames2025/assets/images/wins-slider-bg.jpg');
	background-size: 100%;
	height: 194px;
	border-radius: 16px;
	position: relative;
	display: block;
}

.slider_wins .slide img{
	position: relative;
	height: 111px;
	top: 11px;
	width: auto;
	margin: 0 auto;
	border-radius: 6px;
}

.slider_wins .slide img.wins_slider_winner{
	height: 59px;
	position: absolute;
	z-index: 1;
	bottom: 40px;
	top: auto;
	left: 0;
	right: 0;
	margin: auto;
}

.slider_wins .slide p{
	color: #F197F5;
	font-size: 20px;
	font-weight: 700;
	position: absolute;
	bottom: 11px;
	text-align: center;
	width: 100%;
}

.content_wins_slide{
	width: 102px;
}

.table_wins{
	border-radius: 12px;
	border: 1px solid rgba(166, 166, 166, 0.38);
	background: #0C2621;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	overflow: hidden;
}

.table_wins_head{
	padding: 16px 80px 12px;
	color: #748A80;
	background: #0D312B;
}

.table_body_wins{
	padding: 24px 80px 0;
	color: #ABCEBE;
}

.table_wins_row, .table_wins_head{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.table_wins_row{
	margin-bottom: 24px;
}

.table_wins_row > img{
	display: none;
}

.table_wins_head div:first-child, .table_wins_row div:first-child, .table_wins_head div:nth-child(2), .table_wins_row div:nth-of-type(2){
	width: 200px;
}

.table_wins_head div:nth-child(3), .table_wins_row div:nth-of-type(3), .table_wins_head div:nth-child(5), .table_wins_row div:nth-of-type(5){
	width: 100px;
}

.table_wins_head div:nth-child(4), .table_wins_row div:nth-of-type(4){
	width: 60px;
}

.table_wins_row div:first-child, .table_wins_row div:nth-of-type(2){
	display: flex;
	gap: 12px;
	align-items: center;
}

.table_wins_row div img{
	height: 41px;
	width: auto;
	border-radius: 20px;
}

.table_wins_row div:nth-of-type(4){
	color: #0C2621;
	border-radius: 4px;
	background: #FFF56F;
	padding: 2px 10px;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	font-weight: 800;
	text-align: center;
}

.table_wins_row div:nth-of-type(5){
	color: #F977FF;
}

.banner_football{
	position: relative;
	margin-top: 64px;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
	border-radius: 31px;
}

.football_banner_content{
	position: absolute;
	width: 537px;
	left: 0;
	top: 11px;
	height: 348px;
	border-radius: 20px;
	border: 1px solid rgba(207, 210, 206, 0.41);
	background: linear-gradient(0deg, rgba(17, 61, 48, 0.16) 0%, rgba(17, 61, 48, 0.16) 100%), linear-gradient(113deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.00) 110.84%);
	backdrop-filter: blur(10px);
	padding: 18px 19px;
	color: #fff;
}

.football_banner_content p{
	color: #FFF56F;
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
}

.segodnya_items span{
	color: #FFDF81;
}

.football_banner_content p.title{
	color: #FFF;
	font-size: 30px;
	font-style: italic;
	font-weight: 700;
	line-height: 50px; 
	text-transform: uppercase;
	margin-bottom: 4px;
}

.banner_football_images{
	height: 369px;
}

.banner_football_images img{
	height: 100%;
	width: auto;
}

.segodnya_item{
	padding: 10px;
	display: flex;
	width: 100%;
	gap: 8px;
	justify-content: center;
	border-radius: 6px;
	background: rgba(0, 81, 75, 0.51);
	margin-top: 8px;
}

.segodnya_item:nth-of-type(1){
	margin-top: 28px;
}

.football_banner_content a.button_yellow{
	margin-left: auto;
	margin-top: 46px;
	margin-right: 0;
	max-width: 157px;
}

.football_chuvaki{
	margin: 16px auto 32px;
	display: flex;
	gap: 8px;
	justify-content: center;
}

.football_chuvaki .item{
	border-radius: 16px;
	border: 1px solid rgba(213, 213, 213, 0.20);
	background-image: url('/wp-content/themes/sultangames2025/assets/images/football-chuvaki-bg.svg');
	background-size: 100%;
	background-position: center;
	width: calc(33% - 6px);
	padding: 8px;
}

.football_chuvaki .item > p{
	color: #FFF;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 8px;
}

.football_chuvaki .item .cifri{
	display: flex;
	padding-top: 8px;
}

.football_chuvaki .item .cifra{
	width: 33%;
	text-align: center;
}

.football_chuvaki .item .cifra img{
	height: 48px;
	margin-bottom: 12px;
	padding-top: 24px;
}

.football_chuvaki .item .cifra:nth-child(2) img{
	height: 63px;
	margin-bottom: 4px;
	padding-top: 0;
}

.football_chuvaki .cifra p{
	color: #FFF;
	font-size: 12px;
	line-height: 15px;
	height: 30px;
}

.football_chuvaki .cifra p.koef{
	margin-top: 12px;
	line-height: 15px;
	height: 15px;
	font-size: 12px;
	font-weight: 700;
	color: #F9C719;
}

.football_chuvaki .cifra:nth-child(2) p.koef{
	margin-top: 11px;
}

.football_chuvaki .cifra p.pod_koef{
	color: #FFF;
	font-size: 7px;
	line-height: 8px;
	margin-top: 5px;
	height: 8px;
}

.football_chuvaki .cifra p.kogda{
	margin-bottom: 2px;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	height: 15px;
}

.football_chuvaki .cifra p.time{
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
}

.football_chuvaki_head{
	padding: 8px 8px 12px;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
	border-bottom: 1px solid rgba(212, 212, 212, 0.20);
}

.football_chuvaki_head a{
	color: #fff;
	text-decoration: none;
	background-image: url('/wp-content/themes/sultangames2025/assets/images/lsicon_right-filled.svg');
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 18px;
}

.top_sport_block{
	background: url('/wp-content/themes/sultangames2025/assets/images/top-sport-block-bg.svg');
	background-position: center;
	background-size: cover;
	padding: 16px;
	border-radius: 9px;
}

.top_sport_etag1, .top_sport_etag2{
	display: flex;
	justify-content: center;
}

.top_sport_etag1{
	gap: 88px;
}

.top_sport_etag1 > img{
	height: 126px;
	margin-top: 98px;
}

.top_sport_center img{
	height: 136px;
	margin-bottom: 8px;
	display: block;
	margin: 0 auto;
}

.top_sport_center p:nth-of-type(1){
	color: #FFF;
	font-size: 24px;
	font-style: italic;
	font-weight: 700;
	line-height: 50px; 
	text-transform: uppercase;
	text-align: center;
}

.top_sport_center p:nth-of-type(2){
	color: #FFDF81;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; 
	margin-bottom: 4px;
}

.top_sport_center p:nth-of-type(3){
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
}

.top_sport_etag2{
	gap: 12px;
	margin-top: 45px;
}

.top_sport_etag2 .item{
	border-radius: 8px;
	background: rgba(6, 6, 6, 0.60);
	width: calc(33% - 6px);
	padding: 8px 0;
	text-align: center;
}

.top_sport_etag2 p:nth-child(1){
	color: #F9C719;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	margin-bottom: 5px;
}

.top_sport_etag2 p:nth-child(2){
	color: #FFF;
	font-size: 10px;
	font-weight: 400;
	line-height: 12px;
}

.green_span{
	color: #4BF06F;
	font-size: 18px;
	font-style: italic;
	font-weight: 800;
	line-height: 22px;
	position: relative;
	padding-left: 22px;
	margin-left: 22px;
}

.green_span:before{
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	background: #4BF06F;
	border-radius: 10px;
	top: 4px;
	left: 0;
}

.slider_x .slide{
	flex-direction: column;
	justify-content: flex-start;
	padding: 12px 17px;
	align-items: center;
	text-decoration: none;
	text-align: center;
}

.slider_x .slide p:nth-child(1){
	width: 70px;
	height: 70px;
	display: block;
	background: url(/wp-content/themes/sultangames2025/assets/images/slider-x-x.png);
	background-size: 100%;
	background-position: center;
	color: #FFF;
	font-family: Arial;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	line-height: 18px;
	padding-top: 22px;
	box-sizing: border-box;
}

.slider_x .slide p:nth-child(2){
	color: #F197F5;
	font-size: 16px;
	font-weight: 700;
	line-height: 150%; 
}

.slider_x .slide p:nth-child(3){
	color: #E2D4D4;
	font-size: 10px;
	font-style: italic;
	font-weight: 500;
	line-height: 15px;
	margin: 3px 0;
}

.slider_x .slide p:nth-child(4){
	color: #BBB;
	text-align: center;
	font-family: Inter;
	font-size: 8px;
	font-weight: 500;
	line-height: 10px;
}

.slider_virtual_sport a{
	text-decoration: none;
}

.slider_virtual_sport p{
	margin-top: 12px;
	color: #D5D6D9;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
}

footer{
	display: flex;
	padding: 24px 0 40px;
	background: #041C1C;
}

footer .left{
	width: 275px;
	align-self: center;
	text-align: center;
}

footer .right{
	width: calc(100% - 275px);
	max-width: 1090px;
	margin: 0 auto;
}

footer .logo img{
	height: 30px;
	width: auto;
}

p.footer_title{
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.30); 
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.footer_menu{
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 48px;
}

.footer_menu ul{
	list-style: none;
}

.footer_menu a{
	margin-bottom: 8px;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	text-decoration: none;
}

footer .oplata{
	display: flex;
	gap: 32px;
	margin-bottom: 48px;
}

.footer_rows{
	display: flex;
	gap: 24px;
	justify-content: space-between;
}

.footer_rows .row{
	width: calc(33% - 12px);
}

.footer_rows img{
	height: 44px;
	width: auto;
}

.footer_icons{
	display: flex;
	gap: 32px;
}

.content_text{
	padding: 32px 0;
}

.content_text h1, .content_text h2{
	color: #FFF;
	font-size: 24px;
	font-weight: 600;
	line-height: 28px; 
	margin-bottom: 24px;
	margin-top: 32px;
}

.content_text h2{
	background-image: url('/wp-content/themes/sultangames2025/assets/images/h2-bg.svg');
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 28px;
}

.content_text h3{
	color: #EEE;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 16px;
	margin-top: 32px;
}

.content_text p, .content_text li{
	color: #EEE;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px; 
}

.content_text li{
	font-style: italic;
	margin-left: 28px;
}

.content_text p, .content_text ol, .content_text ul{
	margin-bottom: 16px;
}

.content_text .wp-block-table{
	margin-bottom: 16px;
}

.content_text .wp-block-table td, .content_text .wp-block-table th{
	padding: 12px 16px;
}

.content_text .wp-block-table td, .content_text .wp-block-table th, .content_text .wp-block-table thead{
	border: 1px solid rgba(255, 227, 162, 0.20);
}

.content_text .wp-block-table td, .content_text .wp-block-table th{
	background: #113D34;
	color: #ECECEC;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

.content_text .wp-block-table td:first-child, .content_text .wp-block-table th:first-child{
	background: #074440;
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px; 
}

.toc li{
	list-style: none;
}

.toc a{
	color: #5EAEF5;
	text-decoration: none;
}