@font-face {
    font-family: 'Inter';
    src: url('/wp-content/themes/sultangames777/assets/fonts/Inter.woff') format('woff'),
    	url('/wp-content/themes/sultangames777/assets/fonts/Inter.ttf') format('truetype');
}

@font-face {
    font-family: 'Days One';
    src: url('/wp-content/themes/sultangames777/assets/fonts/DaysOne-Regular.woff') format('woff'),
    	url('/wp-content/themes/sultangames777/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;
}

div, header, a, aside, article{
	box-sizing: border-box;
}

body{
	font-family: 'Inter';
	background: #091F1D;
}

header{
	height: 56px;
	border-bottom: 1px solid rgba(239, 239, 239, 0.20);
	background: #040D0C;
	position: fixed;
	width: 100%;
}

header .container, section{
	width: calc(100% - 32px);
	margin: 0 auto;
}

header .container{
	max-width: 1440px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}

section{
	max-width: 1090px;
}

.logo{
	display: flex;
}

.logo img{
	height: 30px;
}

.buttons{
	display: flex;
	gap: 16px;
	align-items: center;
}

.lang_switch{
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.lang_switch img{
	border-radius: 4px;
}

.yellow_button{
	background-image: url('/wp-content/themes/sultangames777/assets/images/yellow-button.png');
	width: 155px;
}

.login_button, .signup_button{
	width: 123px;
}

.login_button, .yellow_button, .geo_error_section a{
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: 100% 100%;
	color: #91181D;
	font-family: Arial;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.login_button, .geo_error_section a{
	background-image: url('/wp-content/themes/sultangames777/assets/images/white-button.png');
}

.geo_error_section a{
	width: fit-content;
	padding: 0 16px;
}

.geo_error_section{
	padding-top: 60px;
}

.button_menu{
	display: none;
	justify-content: space-between;
	align-items: center;
	width: 16px;
	height: 16px;
	flex-direction: column;
	position: relative;
	cursor: pointer;
}

.button_menu .menu_polosa{
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background: #fff;
}

.button_menu img{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.button_menu.active .menu_polosa{
	display: none;
}

.button_menu.active img{
	display: block;
}

main{
	padding-top: 56px;
}

aside{
	position: fixed;
	left: 0;
	width: 270px;
	background: #040D0C;
	height: 100%;
	padding: 40px 24px;
	z-index: 10;
}

aside li{
	margin-bottom: 8px;
	list-style: none;
}

aside li a{
	height: 32px;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 8px;
	color: #C2E6DC;
	font-family: "Days One";
	font-size: 13px;
	border-radius: 8px;
	border: 1px solid rgba(193, 195, 199, 0.20);
	background: #091F1D;
	text-decoration: none;
	padding: 0 12px;
}

aside a img{
	height: 16px;
}

article{
	margin-left: 270px;
	width: calc(100% - 270px);
}

.section-banner{
	height: 320px;
	background-image: url(/wp-content/themes/sultangames777/assets/images/main-banner-bg.jpg);
    background-size: auto 100%;
    background-position: right;
    margin-top: 16px;
    border-radius: 20px;
}

.banner_content{
	margin-left: 105px;
	padding-top: 73px;
	width: 360px;
	text-align: center;
	color: #fff;
}

.banner_content p{
	font-family: "Days One";
	font-size: 24px;
}

.banner_content p.bolshaya_cifra{
	font-size: 64px;
	line-height: 64px;
}

.banner_content a{
	margin: 26px auto 0;
	border: 1px solid #040D0C;
    border-radius: 12px;
}

.lenta{
	margin-top: 60px;
}

.lenta ul{
	border-radius: 6px;
	border: 1px solid rgba(213, 213, 213, 0.20);
	background: #293433;
	display: flex;
	align-items: center;
	gap: 32px;
	list-style: none;
	justify-content: center;
	height: 36px;
}

.lenta li{
	position: relative;
}

.lenta li:after{
	position: absolute;
	height: 24px;
	width: 1px;
	right: -16px;
	background: rgba(213, 213, 213, 0.20);
	content: '';
	top: -3px;
}

.lenta li:last-child:after{
	display: none;
}

.lenta a{
	display: flex;
	align-items: center;
	gap: 8px;
	color: #C2E6DC;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}

.lenta a img{
	height: 16px;
}

.title_a{
	margin-top: 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.title_a p{
	color: #fff;
	font-family: "Days One";
	font-size: 16px;
	text-transform: uppercase;
}

.title_a a{
	color: #C2E6DC;
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
}

.slides, .superwins, .football{
	display: flex;
	gap: 8px;
	justify-content: center;
	flex-wrap: wrap;
}

.slides, .superwins{
	margin-bottom: 69px;
}

.slides a, .superwins .item{
	width: calc(16.6% - 7px);
	border-radius: 16px;
}

.slides a{
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(213, 213, 213, 0.20);
	overflow: hidden;
}

.slides a img{
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.superwins .item, .football .item{
	border: 1px solid rgba(213, 213, 213, 0.20);
	background: linear-gradient(180deg, #021412 -19.57%, #00514B 151.86%);
	text-align: center;
}

.superwins .item{
	padding: 12px 8px;
}

.superwins .item p:first-child{
	display: block;
	height: 66px;
	background-image: url('/wp-content/themes/sultangames777/assets/images/superwins-item.png');
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 7px;
	color: #FFF;
	font-family: Arial;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	padding-top: 22px;
	box-sizing: border-box;
}

.superwins .item p:nth-child(2){
	color: #19F951;
	font-family: "Days One";
	font-size: 16px;
	line-height: 150%;
}

.superwins .item p:nth-child(3){
	color: #EAEBF1;
	font-size: 10px;
	font-style: italic;
	font-weight: 500;
	line-height: 15px;
	margin-bottom: 3px;
}

.superwins .item p:last-child{
	color: #BBB;
	font-size: 8px;
	font-weight: 500;
}

.football{
	margin-bottom: 45px;
}

.football .item{
	padding: 16px 8px;
	width: calc(25% - 6px);
	border-radius: 20px;
}

.football .item > p{
	color: #FFF;
	font-size: 10px;
	margin-bottom: 8px;
}

.football .item .kolonki{
	display: flex;
	justify-content: space-between;
}

.football .item .kolonka:first-child img, .football .item .kolonka:last-child img{
	height: 48px;
	margin-bottom: 12px;
}

.football .item .kolonka:nth-child(2) img{
	height: 29px;
	margin-bottom: 8px;
}

.football .item .kolonka:first-child p:nth-of-type(1), .football .item .kolonka:last-child p:nth-of-type(1){
	color: #FFF;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 8px;
}

.football .item .kolonka:first-child p:nth-of-type(2), .football .item .kolonka:last-child p:nth-of-type(2), .football .item .kolonka:nth-child(2) p:nth-of-type(3){
	color: #F9C719;
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
	margin-bottom: 5px;
}

.football .item .kolonka:first-child p:nth-of-type(3), .football .item .kolonka:last-child p:nth-of-type(3), .football .item .kolonka:nth-child(2) p:nth-of-type(4){
	color: #FFF;
	font-size: 7px;
}

.football .item .kolonka:nth-child(2) p:nth-of-type(1){
	color: #FFF;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 2px;
}

.football .item .kolonka:nth-child(2) p:nth-of-type(2){
	color: #FFF;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 6px;
}

.title_a p span{
	color: #19F951;
}

.table{
	border: 1px solid rgba(166, 166, 166, 0.38);
	border-radius: 12px;
	background: #0C2621;
	overflow: hidden;
}

.table .thead{
	background: #0D312B;
}

.table .thead, .table .tr{
	padding: 0 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.table .thead .td{
	padding: 16px 0 12px;
	color: #748A80;
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
}

.table .td:first-child, .table .td:nth-child(2){
	width: 200px;
}

.table .td:nth-child(3), .table .td:nth-child(5){
	width: 100px;
}

.table .td:nth-child(4){
	width: 60px;
}

.table .td img{
	width: 40px;
	border-radius: 20px;
}

.table .tr{
	margin: 24px 0;
}

.table .tr .td:first-child, .table .tr .td:nth-child(2), .table .tr .td:nth-child(3){
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 15px;
	font-weight: 500;
}

.table .tr .td:first-child, .table .tr .td:nth-child(2), .table .tr .td:nth-child(3){
	color: #ABCEBE;
}

.table .tr .td:nth-child(4){
	color: #FFF56F;
}

.table .tr .td:nth-child(5){
	color: #19F951;
}

.providers{
	display: flex;
	justify-content: space-between;
	gap: 8px;
	flex-wrap: wrap;
}

.providers .item{
	width: 72px;
	text-align: center;
	color: #C2E6DC;
	font-size: 14px;
	font-weight: 500;
}

.providers .item img{
	height: 41px;
	margin-bottom: 23px;
}

.bonus_igrat{
	border-radius: 20px;
	border: 1px solid rgba(213, 213, 213, 0.20);
	background: url('/wp-content/themes/sultangames777/assets/images/bonus-igrat-bg.svg');
	height: 173px;
	display: flex;
	align-items: center;
	padding: 0 37px 0 42px;
	justify-content: space-between;
	margin-top: 79px;
	overflow: hidden;
}

.bonus_igrat img{
	height: 150%;

}

.bonus_igrat .left{
	text-shadow: 3px 6px 8px rgba(0,0,0,0.3);
}

.bonus_igrat .left p{
	font-family: "Days One";
}

.bonus_igrat .left > p{
	color: #FFF;
	font-size: 18px;
	margin-bottom: 8px;
}

.bonus_do{
	display: flex;
	align-items: flex-end;
	gap: 8px;
}

.bonus_do p{
	color: #19F951;
	font-size: 64px;
	line-height: 64px;
}

.bonus_do p:first-child, .bonus_do p:last-child{
	color: #FFF;
	font-size: 14px;
	line-height: 14px;
	padding-bottom: 8px;
}

.section_content{
	padding-bottom: 90px;
}

.section_content h1, .section_content h2, .section_content h3{
	color: #fff;
	font-family: "Days One";
}

.section_content h1{
	font-size: 32px;
	line-height: 41px;
	margin-bottom: 24px;
}

.section_content h2{
	font-size: 24px;
	line-height: 31px;
	margin-bottom: 32px;
}

.section_content h3{
	font-size: 19px;
	line-height: 24px;
	margin-bottom: 16px;
}

.section_content p, .section_content ul, .section_content ol{
	color: #c2e6dc;
	font-family: Arial;
	font-size: 16px;
	line-height: 150%; 
	margin-bottom: 24px;
}

.section_content ul, .section_content ol{
	margin-left: 24px;
}

.section_content figure{
	height: 320px;
	background-image: url('/wp-content/themes/sultangames777/assets/images/img-bg.jpg');
	border-radius: 20px;
	border: 1px solid rgba(213, 213, 213, 0.20);
	margin-bottom: 90px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section_content figure img{
	height: 100%;
	width: auto;
	margin: 0 auto;
	display: block;
	object-fit: cover;
}

.section_content strong{
	font-weight: 700;
	color: #19f951;
}

.section_content em{
	font-style: italic;
}

.wp-block-column{
	max-width: 416px;
	border-radius: 16px;
	border: 1px solid rgba(213, 213, 213, 0.20);
	background: #0F3E31;
	padding: 16px;
}

.wp-block-column ul{
	margin-bottom: 0;
}

.wp-block-columns{
	margin-bottom: 90px;
	gap: 16px;
}