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: #072a27;
}

body.noscroll{
	overflow: hidden;
}

header{
	background: #041C1C;
	border-bottom: 1px solid rgba(239, 239, 239, 0.20);
	padding: 0 40px;
	position: fixed;
	width: 100%;
	z-index: 5;
}

header .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 56px;
}

.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, .button_login{
	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{
	padding-top: 80px;
	padding-bottom: 24px;
}

.main_menu{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}

.main_menu li{
	list-style: none;
}

.main_menu li a{
	color: #FFF;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 17px;
	background-image: url('/wp-content/themes/sultangames2025/assets/images/main-menu-icon.svg');
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	padding-left: 20px;
}

.container{
	max-width: 1440px;
	margin: 0 auto;
	width: calc(100% - 32px);
}

.banners{
	display: flex;
	justify-content: space-between;
	gap: 12px;
}

.banner{
	position: relative;
	display: flex;
	align-items: center;
	width: calc(50% - 12px);
	height: 164px;
	padding: 24px;
	border-radius: 19px;
	overflow: hidden;
	text-decoration: none;
}

.banner .img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.img{
	display: flex;
	justify-content: center;
	align-items: center;
}

.img img{
	object-fit: cover;
	min-width: 100%;
	min-height: 100%;
}

.banner_content{
	position: relative;
	z-index: 2;
	width: 322px;
	text-align: center;
}

.banner p{
	color: #FFF;
	font-size: 14px;
	font-style: italic;
	font-weight: 500;
	line-height: 150%;
}

.banner p.banner_title{
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 0 91px 25px rgba(0, 0, 0, 0.01), 0 58px 23px rgba(0, 0, 0, 0.06), 0 33px 20px rgba(0, 0, 0, 0.21), 0 15px 15px rgba(0, 0, 0, 0.36), 0 4px 8px rgba(0, 0, 0, 0.42);
}

.banner p span{
	color: #FFE27C;
}

.banner p.banner_button{
	color: #1F1F1F;
	font-size: 15px;
	font-weight: 700;
	font-style: normal;
	line-height: 18px;
	padding: 10px;
	background: #fff;
	border-radius: 20px;
	margin: 16px auto 0;
	width: fit-content;
}

footer{
	padding: 24px 0 40px;
	background: #06201E;
}

footer .container{
	display: flex;
}

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: #FFDF81;
	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;
}

.banners_slider{
	margin: 24px 0 44px;
}

.banners_slider .slide{
	position: relative;
}

.banners_slider p{
	position: absolute;
	left: 16px;
	top: 16px;
	color: #FFF;
	font-size: 17px;
	font-style: italic;
	font-weight: 600;
	line-height: 150%;
}

.banners_slider .img{
	border-radius: 19px;
	overflow: hidden;
	border: 2px solid rgba(255, 255, 255, 0.20);
}

.lenta_slider .slide{
	display: flex;
	border-radius: 8px;
	border: 1px solid rgba(166, 166, 166, 0.38);
	background: linear-gradient(107deg, rgba(193, 193, 193, 0.19) 0%, rgba(255, 255, 255, 0.00) 260.15%);
	height: 36px;
	gap: 8px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.lenta_slider{
	margin-top: 16px;
}

.lenta_slider .owl-stage{
	margin: 0 auto;
}

.lenta_slider .slide img{
	height: 24px;
	width: auto;
}

.lenta_slider .slide p{
	color: #DCE7E1;
	font-size: 14px;
	font-style: italic;
	font-weight: 600;
	line-height: 17px;
}

.block_title{
	position: relative;
	margin-top: 60px;
	margin-bottom: 32px;
}

.block_title:before{
	position: absolute;
	width: 100%;
	height: 1px;
	background: #28564B;
	left: 0;
	top: 17px;
	content: '';
	z-index: 1;
}

.block_title p{
	padding: 7px 16px;
	display: flex;
	border-radius: 18px;
	border: 1px solid #28564B;
	color: #FFF;
	font-family: Arial;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	width: fit-content;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	background: #091f1d;
}

.block_title p span{
	color: #FFF56F;
	margin: 0 6px;
}

.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/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;
}

.slots_slider .slide{
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.40);
	overflow: hidden;
	display: block;
}

.football_slider .slide{
	padding: 12px 16px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: rgba(57, 127, 118, 0.20);
}

.football_slider .slide .title{
	margin-bottom: 12px;
	color: #DDD;
	font-size: 11px;
	font-weight: 400;
	line-height: 13px;
	text-align: center;
}

.football_slider .komandi{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.football_slider .komanda{
	text-align: center;
}

.football_slider .komanda img{
	height: 40px;
	width: auto;
	margin: 0 auto 12px;
}

.football_slider .komanda p{
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
}

.football_slider .time_date{
	text-align: center;
	color: #fff;
}

.football_slider .time{
	margin-bottom: 6px;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
}

.football_slider .date{
	font-size: 10px;
	font-weight: 400;
	line-height: 12px;
}

.football_slider .cifri{
	padding: 8px 24px 0;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid rgba(31, 151, 135, 0.50);
}

.football_slider .cifra{
	text-align: center;
}

.football_slider .cifra p:nth-child(1){
	margin-bottom: 3px;
	color: #F9C719;
	font-size: 12px;
	font-weight: 700;
	line-height: 15px;
}

.football_slider .cifra p:nth-child(2){
	color: #FFF;
	font-size: 7px;
	font-weight: 400;
	line-height: 8px;
}

.football_banner{
	display: flex;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: linear-gradient(0deg, #73458F 0%, #002039 91.9%);
	position: relative;
	height: 244px;
	overflow: hidden;
	padding-left: 103px;
	text-decoration: none;
	margin-top: 50px;
}

.football_banner > img{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: auto;
}

.football_banner_content{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 435px;
	flex-direction: column;
	position: relative;
	z-index: 2;
}

.football_banner_content p{
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
}

.football_banner_title{
	display: flex;
	justify-content: center;
	gap: 12px;
	margin: 16px 0 24px;
}

.football_banner_content p.football_banner_button{
	color: #1F1F1F;
	font-size: 15px;
	font-weight: 700;
	line-height: 18px;
	border-radius: 20px;
	background: #F9C719;
	padding: 10px;
}

.football_banner_img_mobile{
	display: none;
}

.live_slider .slide{
	text-align: center;
	text-decoration: none;
}

.live_slider .slide p{
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	margin-top: 12px;
}

.live_slider .slide .img{
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.40);
	overflow: hidden;
}

.mobile_popup{
	position: fixed;
	top: 56px;
	z-index: 100;
	padding: 18px 16px;
	width: 100%;
	height: calc(100% - 56px);
	background: rgba(9, 42, 41, 0.80);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
}

.mobile_popup.active{
	visibility: visible;
	opacity: 1;
}

.mobile_popup .main_menu{
	flex-direction: column;
	margin-bottom: 32px;
}

.mobile_popup .main_menu li{
	width: 100%;
}

.mobile_popup .main_menu li a{
	width: 100%;
    padding: 10px 24px 10px 48px;
    border-radius: 8px;
    border: 1px solid rgba(166, 166, 166, 0.38);
    background: linear-gradient(107deg, rgba(106, 122, 111, 0.38) 0%, rgba(255, 255, 255, 0.00) 260.15%);
    backdrop-filter: blur(21px);
    display: block;
    position: relative;
}

.mobile_popup .main_menu li a:before{
	background-image: url(/wp-content/themes/sultangames2025/assets/images/main-menu-icon.svg);
    position: absolute;
    left: 20px;
    top: 10px;
    width: 16px;
    height: 16px;
    content: '';
}

.mobile_popup .button_login{
	margin-bottom: 8px;
}

.section_content h1{
	margin: 60px 0 48px;
	color: #FFDF81;
	font-size: 32px;
	font-weight: 600;
	line-height: 150%; 
}

.toc-wrapper{
	padding: 16px;
	border-radius: 12px;
	border: 1px solid rgba(166, 166, 166, 0.38);
	background: linear-gradient(107deg, rgba(193, 193, 193, 0.14) 0%, rgba(255, 255, 255, 0.00) 260.15%);
	width: fit-content;
	margin-bottom: 40px;
}

.toc-wrapper li{
	margin-left: 20px;
}

.toc-wrapper a{
	color: #C4D6CF;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 28px;
	text-decoration: none;
}

.section_content p, .section_content ul, .section_content ol, .section_content td, .section_content th{
	margin: 24px 0;
	color: #E8E8E8;
	font-size: 16px;
	font-style: normal;
	line-height: 150%; 
}

.section_content ul, .section_content ol{
	margin-left: 24px;
}

.section_content h2{
	margin: 60px 0 32px;
	color: #FFF;
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
}

.section_content h3{
	margin: 32px 0 24px;
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
}

.section_content table td, .section_content table th{
	border: 1px solid rgba(255,255,255,0.2);
	background: #0E2F2C;
	padding: 10px 24px;
}

.section_content table th, .section_content .two_rows_table td:first-child{
	background: #113b37;
} 

.section_content .wp-block-table thead{
	border-bottom: none;
}

.section_content td:first-child, .section_content th:first-child{
	font-weight: 600;
}

.section_content .wp-block-table table{
	width: auto;
}