@font-face {
    font-family: 'Days One';
    src: url('/wp-content/themes/sultancasinogames/assets/fonts/DaysOne-Regular.woff') format('woff'), url('/wp-content/themes/sultancasinogames/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: #113D2E;
}

body.noscroll {
    overflow: hidden;
}

header {
    background: #114533;
    height: 56px;
    border-bottom: 1px solid #12543D;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 5;
}

.container {
    max-width: 1090px;
    width: calc(100% - 80px);
    margin: 0 auto;
}

.button_menu {
    width: 26px;
    height: 20px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.button_menu .polosa_menu {
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background: #fff;
}

.button_menu .close {
    display: none;
}

.button_menu .close img {
    margin-top: -5px;
}

.button_menu.active .close {
    display: block;
}

.button_menu.active .polosa_menu {
    display: none;
}

.language_buttons {
    display: flex;
    gap: 16px;
    align-items: center;
}

.logo {
    height: 30px;
}

.logo img {
    height: 100%;
    width: auto;
}

.language_switch img {
    height: 24px;
    width: auto;
}

.language_switch {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.language_buttons .buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.white_button,
.yellow_button {
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1F1F1F;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    background-size: 100% 100%;
    padding: 10px;
    border-radius: 30px;
}

.white_button {
    background: #fff;
}

.yellow_button {
    background: #F9C719;
}

main {
    display: flex;
    padding-top: 56px;
}

aside {
    width: 275px;
    padding: 40px;
    background: #114533;
    min-height: 100vh;
}

.ul_sidebar {
    list-style: none;
}

article {
    width: calc(100% - 275px);
    margin-top: 16px;
}

aside a {
    display: flex;
    gap: 8px;
    padding: 12px 0px;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none;
    align-items: center;
    border-bottom: 1px solid #157655;
}

aside a img {
    width: 15px;
}

footer {
    background: #0A4E36;
    display: flex;
}

footer .left {
    width: 275px;
    align-self: center;
    text-align: center;
}

footer .right {
    width: calc(100% - 275px);
    margin: 0 auto;
    background: #126246;
    padding: 24px 0 40px;
}

footer .logo img {
    height: 30px;
    width: auto;
}

p.footer_zag {
    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_pay {
    display: flex;
    gap: 32px;
    margin-bottom: 48px;
}

.footer_columns {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.footer_columns .row {
    width: calc(33% - 12px);
}

.footer_columns img {
    height: 44px;
    width: auto;
}

.footer_img,
.footer_pay {
    display: flex;
    gap: 32px;
}

.footer_pay img {
    height: 40px;
}

.section_text {
    padding: 40px 0 60px;
}

.main_banner {
    border-radius: 16px;
    border: 2px solid #F5C34F;
    height: 370px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-self: center;
    align-items: center;
    width: calc(100% - 80px);
    max-width: 1090px;
}

.main_banner_mob {
    display: none;
}

.main_banner_content {
    position: absolute;
    top: 49px;
    left: 34px;
}

.main_banner img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.main_banner_content p {
    color: #FFF56F;
    text-align: center;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 150%;
    margin: 16px 0 40px;
}

.main_banner_content p.main_banner_title {
    color: #FFF;
    font-family: "Days One";
    font-size: 32px;
    font-weight: 400;
    line-height: 41px;
    margin: 0;
}

.main_banner .buttons {
    display: flex;
    justify-self: center;
    gap: 8px;
}

.main_banner .buttons a {
    width: 180px;
}

.small_banners {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.small_banners .banner {
    position: relative;
    width: calc(50% - 8px);
    border-radius: 16px;
    border: 2px solid #F5C34F;
    background: linear-gradient(90deg, #034641 0%, #156443 100%), #FFF;
    height: 120px;
    display: flex;
    flex-direction: column;
    padding-bottom: 8px;
    justify-content: flex-end;
}

.small_banners .banner img {
    position: absolute;
    bottom: 0;
    width: 230px;
}

.small_banners .banner:first-child img {
    left: 0;
}

.small_banners .banner:last-child img {
    right: 0;
}

.small_banners .banner:first-child p {
    margin-left: 240px;
    margin-right: auto;
}

.small_banners .banner:last-child p {
    margin-right: 210px;
    margin-left: auto;
    text-align: right;
}

.small_banners .banner p {
    color: #FFF;
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    line-height: 18px;
}

.small_banners .banner p.bablo {
    background: linear-gradient(222deg, #F5C34F -27.56%, #E6C270 296.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 54px;
    font-style: italic;
    font-weight: 800;
    line-height: 65px;
}

.lenta ul {
    list-style: none;
    display: flex;
    gap: 8px;
    width: 1090px;
    justify-content: center;
}

.lenta {
    overflow-x: scroll;
    margin-top: 16px;
}

.lenta::-webkit-scrollbar,
.providers::-webkit-scrollbar,
.tournirs::-webkit-scrollbar {
    height: 5px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 5px;
    width: 100%;
    z-index: 104;
}

.lenta::-webkit-scrollbar-thumb,
.providers::-webkit-scrollbar-thumb,
.tournirs::-webkit-scrollbar-thumb {
    background: #2B311B;
    border-radius: 5px;
    z-index: 105;
}

.lenta a {
    padding: 10px 24px;
    display: flex;
    justify-self: center;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    background: #02504B;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    text-decoration: none;
}

.lenta a img {
    height: 16px;
}

.title_a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 32px 0 16px;
}

.title_a p {
    color: #FFF;
    font-family: "Days One";
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
}

.title_a a {
    color: #E5D865;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
}

.bonuses_banners,
.wins_banners,
.providers_content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.bonuses_banners {
    gap: 7px;
}

.bonuses_banners a {
    width: calc(14.28% - 6px);
    border-radius: 16px;
    background: #02504B;
    overflow: hidden;
    text-decoration: none;
}

.bonuses_banners .image,
.wins_banners .image,
.providers .image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.bonuses_banners .image {
    aspect-ratio: 1 / 1;
}

.bonuses_banners .image img,
.wins_banners .image img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.bonuses_banners p {
    padding: 8px;
    text-align: center;
    color: rgba(255, 255, 255, 0.64);
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.wins_banners {
    gap: 12px;
}

.wins_banners .image {
    aspect-ratio: 1 / 1.125;
    border-radius: 12px;
}

.wins_banners a {
    width: calc(8.33% - 11px);
    text-decoration: none;
}

.wins_banners p:nth-of-type(1) {
    color: rgba(255, 255, 255, 0.80);
    font-size: 12px;
    font-weight: 200;
    line-height: 14px;
    margin: 7px 0 4px;
}

.wins_banners p:nth-of-type(2) {
    background-image: url('/wp-content/themes/sultancasinogames/assets/images/icon-amount.png');
    background-size: 18px;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 22px;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.providers {
    overflow-x: scroll;
}

.providers_content {
    gap: 16px 10px;
    width: 1090px;
}

.providers a {
    width: calc(10% - 9px);
    text-decoration: none;
    padding: 8px;
    border-radius: 16px;
    background: #244d3f;
}

.providers .image {
    aspect-ratio: 1.76 / 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.providers .image img {
    object-fit: contain;
    min-width: 100%;
    min-height: 100%;
}

.providers a p {
    text-align: center;
    color: rgba(255, 255, 255, 0.64);
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.tournirs {
    overflow-x: scroll;
    padding-top: 47px;
}

.tournirs_content {
    display: flex;
    justify-content: space-between;
    width: 1090px;
}

.tournirs .item {
    border-radius: 16px;
    background: rgba(113, 113, 113, 0.50);
    padding: 80px 20px 16px;
    width: calc(25% - 6px);
    position: relative;
}

.tournirs .item img {
    height: 104px;
    position: absolute;
    top: -47px;
    left: 0;
    right: 0;
    margin: auto;
}

.tournirs .item p {
    margin: 13px 0 24px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

.tournirs .item a {
    width: 160px;
    margin: 0 auto;
}

.tournirs .item p.time {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
}

.tournirs .item p.time span {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: rgba(56, 56, 56, 0.80);
}

.tournirs .item p.time span:last-child,
.tournirs .item p.time span:nth-last-of-type(2) {
    color: #FF8686;
}

.section_text h1,
.section_text h2 {
    color: #FFF;
    font-family: "Days One";
}

.section_text h1 {
    color: #FFF;
    font-size: 32px;
    font-weight: 400;
    line-height: 41px;
    margin-top: 60px;
    margin-bottom: 24px;
}

.section_text h2 {
    margin-top: 90px;
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
}

.section_text p,
.section_text li {
    color: #C2E6DC;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.section_text ol,
.section_text ul {
    margin: 20px 18px;
}

.section_text h4 {
    margin: 16px 0 8px;
    color: #FFD43D;
    font-family: Arial;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.section_text h3 {
    margin: 32px 0 16px;
    color: #E5E5E5;
    font-family: Arial;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.section_text figure table td {
    border: 1px solid rgba(213, 213, 213, 0.20);
    background: #0F3733;
    padding: 10px 16px;
    color: #F7F7F7;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.section_text figure {
    margin: 16px 0 32px;
}

.section_text figure table th {
    padding: 10px 16px;
    border: 1px solid rgba(213, 213, 213, 0.20);
    background: #175544;
    color: #FFF;
    font-family: Arial;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    text-align: left;
}

.section_text figure table thead {
    border: none;
}

.section_text figure:has(img) {
    text-align: center;
    background: url('/wp-content/themes/sultancasinogames/assets/images/image-bg.jpg');
    margin: 90px 0;
    border-radius: 20px;
    border: 1px solid rgba(213, 213, 213, 0.20);
}

.section_text figure img {
    height: 400px;
    width: auto;
}

.section_text .toc-wrapper {
    padding: 24px;
    border-radius: 20px;
    background: #0D2D2A;
    margin-bottom: 24px;
}

.section_text .toc-wrapper h3 {
    color: #FFF;
    font-family: "Days One";
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    margin-top: 0;
    margin-bottom: 16px;
}

.section_text .toc-wrapper a {
    color: #FFF;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}