/*
Theme Name: #77 (#11 redesign)
Author: Karter Hellwood
Description: The Wordpress theme
Version: 1.3
Requires at least: 5.5
Requires PHP: 7
License: Proprietary
*/

@font-face {
    font-family: 'Inter';
    src: local('Inter Regular'), local('Inter-Regular'),
    url('assets/fonts/Inter-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: local('Inter Bold'), local('Inter-Bold'),
    url('assets/fonts/Inter-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar:horizontal {
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #00b24b;
}

::-webkit-scrollbar-track {
    background-color: #272729;
}

button, input {
    -webkit-appearance: none
}

.wrapper:after, .wrapper:before {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 8%;
    width: 330px;
    height: 100%;
    position: fixed;
    filter: grayscale(.5);
    top: 0
}

.header__info, b, strong {
    font-weight: 700
}

.lang:hover .lang__current:after, .lang__current:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent
}

.lang__item, .lang__list, .news__title {
    text-transform: uppercase
}

.footer__block .footer__nav .affiliate:hover img, .footer__images img:hover {
    filter: unset
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

hr, input[type=search] {
    box-sizing: content-box
}

html {
    font-family: 'Inter', sans-serif;
    color: #222;
    font-size: 1em;
    line-height: 1.5;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html * {
    max-height: 1000000px
}

body {
    margin: 0;
    position: relative;
    background-color: #09090B;
    min-width: 320px
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

h1 {
    font-size: 30px;
    line-height: 120%;
    font-weight: 600;
    margin: 0 0 .67em 0
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

img {
    border: 0
}

body.active, svg:not(:root) {
    overflow: hidden
}

hr {
    height: 0
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal;
    border-radius: 0
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.wp-block-table, textarea {
    overflow: auto
}

.wp-block-table {
    border-radius: 12px;
    background: #272729;
    width: 100%;
}

.wp-block-table th {
    background: #313134;
    font-weight: 700;
}

.wp-block-table tbody tr th:first-child {
    text-align: left;
}

.wp-block-table tbody tr:not(:has(td:nth-of-type(2))) th:first-child{
    width: 30%;
}

@media (max-width: 767px) {
    .wp-block-table tbody tr:not(:has(td:nth-of-type(2))) th:first-child{
        width: unset;
    }
}

.wp-block-table th,
.wp-block-table td {
    padding: 12px 16px;
    border: 1px solid #333333;
}

.wp-block-table tr:first-child th,
.wp-block-table tr:first-child td {
    border-top: unset;
}

.wp-block-table tr:last-child th,
.wp-block-table tr:last-child td {
    border-bottom: unset;
}

.wp-block-table tr th:first-child,
.wp-block-table tr td:first-child {
    border-left: unset;
}

.wp-block-table tr th:last-child,
.wp-block-table tr td:last-child {
    border-right: unset;
}



table {
    border-spacing: 0;
    width: 100%;
    border-collapse: collapse
}

@media (max-width: 1024px) {
    .wp-block-table table:has( td:nth-child(3) ) { min-width: 600px }
    .wp-block-table table:has( td:nth-child(4) ) { min-width: 800px }
    .wp-block-table table:has( td:nth-child(5) ) { min-width: 1000px }
}

.blocks .search, td, th {
    padding: 0
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: .2s ease-out
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    transition: .2s ease-out
}

input:-moz-placeholder, textarea:-moz-placeholder {
    opacity: 1;
    transition: .2s ease-out
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
    transition: .2s ease-out
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent
}

.container {
    max-width: 1440px;
    padding: 0 30px;
    margin: auto
}

@media (max-width: 1024px) {
    .container {
        padding: 0 16px;
    }
}

.hidden {
    display: none
}

.unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.wrapper:before {
    background-image: url(assets/img/left-bg.png);
    left: calc(50% - 959px)
}

.wrapper:after {
    background-image: url(assets/img/right-bg.png);
    right: calc(50% - 959px)
}

.header {
    position: relative;
    padding: 24px 30px;
    top: 0;
    left: 0;
    right: 0;
    background-color: #272729;
    box-shadow: 0 0 18px 16px rgba(0, 0, 0, .15);
    z-index: 10
}

.header__top {
    display: flex;
    align-items: center;
}

@media (max-width: 1024px) {
    .header__top {
        justify-content: space-between;
        flex-wrap: wrap
    }
}

.header__hidden, .header__logo img:nth-of-type(2) {
    display: none
}

.header__btn {
    display: none;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    margin-left: auto;
}

.header__btn svg rect {
    transition: .3s;
    transform-origin: center;
}

.header__btn.active svg rect:nth-child(1) {
    transform: rotate(45deg) translate(0px, 11px);
}

.header__btn.active svg rect:nth-child(2) {
    opacity: 0;
}

.header__btn.active svg rect:nth-child(3) {
    transform: rotate(-45deg) translate(-1px, -10px);
}

.header__form + .header__btn {
    margin-left: 16px;
}

.header__logo {
    position: static;
    left: 25px;
    top: 10px
}

@media (max-width: 767px) {
    .header__logo {
        order: 2;
    }
}

.header__logo img {
    display: block;
    width: auto;
    max-height: 48px;
}

.header__form {
    display: flex;
    margin-left: 16px;
}

@media (max-width: 1024px) {
    .header__form {
        margin-left: auto;
    }
}

.header__inputs, .news__info, .text__info {
    display: flex
}

.header__buttons {
    display: flex;
}

.header__button-first,
.header__button-second {
	display: flex;
	justify-content: center;
    color: #fff;
    outline: 0;
    border: none;
    padding: 10px 18px;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    border-radius: 12px;
    line-height: 22px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    font-family: inherit;
    transition: .3s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    min-width: 150px;
}

.header__button-first, .radio-container input:checked ~ .checkmark {
    background-color: #00b24b
}

.header__button-first {
    box-shadow: 0 2px 4px 0 #00b24b4D;
}

.header__button-second {
    background-color: #ffffff;
    color: #000;
}

.header__tooltip, .slider .owl-dot.active {
    background: #00b24b
}

.header__button-first:hover {
    opacity: .7;
}

.header__button-second:hover {
    opacity: .7;
}

.header__bottom {
    display: flex;
    padding-top: 35px;
    position: relative;
    z-index: 10
}

.header__bottom:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 250px;
    height: 1px;
    background: #656565;
    display: none
}

.header__info {
    display: none;
    font-size: 17px;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    padding: 9px 10px 9px 45px
}

.header__info span {
    color: red
}

.header__info a {
    color: #fff;
    text-decoration: none
}

.header__nav ul {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    width: 100%;
}

.menu__item._has-submenu {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
}

.header__nav ul.menu__sub-list {
    position: absolute;
    top: calc(100% + 40px);
    right: 0;
    display: none;
    flex-direction: column;
    z-index: 20;
    background: #272729;
    border-radius: 16px;
    padding: 16px;
    width: auto;
}

.menu__item._has-submenu._active ul.menu__sub-list {
    display: flex;
}

.menu__arrow {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    min-width: 16px;
    height: 16px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m16.707 13.293-4-4a1 1 0 0 0-1.414 0l-4 4A1 1 0 0 0 8 15h8a1 1 0 0 0 .707-1.707z" fill="%23FFFFFF" data-name="Up"/></svg>') no-repeat left;
    transform: rotate(180deg);
}

.menu__item._has-submenu._active .menu__arrow {
    transform: unset;
    background-position: right;
}

@media (hover: hover) {
    .menu__item._has-submenu:hover .menu__arrow {
        transform: unset;
        background-position: right;
    }

    .menu__item._has-submenu:hover .menu__sub-list {
        display: flex;
    }
}

.header__nav ul.menu__sub-list:before {
    content: '';
    display: flex;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
}



.hits .owl-nav, .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled, .owl-carousel.owl-refresh .owl-item, .header__nav ul + ul, .slider .owl-nav {
    display: none
}

.header__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 16px 0 auto;
    color: #a9a9a9;
    font-size: 20px;
    line-height: 1.3;
    position: relative;
    font-weight: 700
}


.header__nav .menu__link {
    color: #a9a9a9;
    text-decoration: none;
    transition: .2s ease-out;
    position: relative;
    font-size: 17px;
    font-weight: 400;
    white-space: nowrap;
}

.links a:hover:after, .header__nav .current_page_item a::after, .header__nav .menu__link:hover:after {
    opacity: 1
}

@media (hover: hover ) {
    .links a:hover,
    .header__nav .current_page_item a,
    .header__nav .menu__link:hover {
        color: #FFF;
    }
}

.links a:hover, .header__nav .current_page_item a, .header__nav .menu__link:hover {
    color: #fff
}

.header__nav .menu__link:before {
    display: none;
    content: '';
    position: absolute;
    width: 27px;
    height: 27px;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    left: 10px;
    background-repeat: no-repeat
}

.header__nav .menu__link.icon1:before {
    background-image: url(assets/img/icon1.svg)
}

.header__nav .menu__link.icon2:before {
    background-image: url(assets/img/icon2.svg)
}

.header__nav .menu__link.icon3:before {
    background-image: url(assets/img/icon3.svg)
}

.header__nav .menu__link.icon4:before {
    background-image: url(assets/img/icon4.svg)
}

.header__nav .menu__link.icon5:before {
    background-image: url(assets/img/icon5.svg)
}

.header__nav .menu__link.icon6:before {
    background-image: url(assets/img/icon6.svg)
}

.header__nav .menu__link.icon7:before {
    background-image: url(assets/img/icon7.svg)
}

.header__nav .menu__link.icon8:before {
    background-image: url(assets/img/icon8.svg)
}

.header__nav .menu__link.icon9:before {
    background-image: url(assets/img/icon9.svg)
}

.header__nav .menu__link.icon10:before {
    background-image: url(assets/img/icon10.svg)
}

.header__nav .menu__link.icon11:before {
    background-image: url(assets/img/icon11.svg)
}

.header__nav .menu__link.icon12:before {
    background-image: url(assets/img/icon12.svg)
}

.header__input {
    width: 182px;
    position: relative
}

.header__tooltip {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    color: #fff;
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    cursor: pointer
}

.button-entry, .button-registration {
    line-height: 32px;
    text-align: center;
    position: relative;
    display: block
}

.header__input + .header__input {
    margin-left: 8px
}

.input {
    display: block;
    width: 100%;
    padding: 0 10px;
    border-radius: 12px;
    border: none;
    height: 35px;
    font-size: 16px;
    color: #767676;
    outline: 0
}

.button-entry, .button-registration, .lang__item, .lang__list {
    color: #fff;
    font-size: 16px
}

.button-entry {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#50c5ac), color-stop(50%, #3fa18d), to(#2e7f70));
    background: -webkit-linear-gradient(top, #50c5ac 0, #3fa18d 50%, #2e7f70 100%);
    background: linear-gradient(to bottom, #50c5ac 0, #3fa18d 50%, #2e7f70 100%);
    border: 1px solid #55a399;
    padding: 1px 12px 0;
    border-radius: 12px;
    text-decoration: none
}

.button-registration, .nav a {
    background: -webkit-gradient(linear, left top, left bottom, from(#de3c21), to(#b41b0f));
    background: -webkit-linear-gradient(top, #de3c21 0, #b41b0f 100%);
    text-decoration: none
}

.button-entry:after, .button-registration:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(assets/img/arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 26px;
    width: 31px
}

.header__button + .header__button {
    margin-left: 5px
}

.button-registration {
    background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
    border: 1px solid #bc2502;
    padding: 1px 13.5px 0;
    border-radius: 6px
}

.header__lang {
    position: absolute;
    right: 10px;
    top: 10px
}

.lang, .lang__current, .menu {
    position: relative
}

.lang__current {
    cursor: pointer;
    z-index: 5
}

.lang__current:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 7px;
    border-bottom: 5px solid transparent;
    border-top: 5px solid #fff;
    height: 0;
    width: 0;
    transition: .2s ease-out
}

.lang:hover .lang__current:after {
    border-bottom: 5px solid #00b24b;
    border-top: 5px solid transparent;
    top: 7px
}

.lang__item {
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 63px;
    height: 31px;
    padding: 3px 0 3px 8px
}

.lang__current .lang__item {
    font-size: 0;
    padding-top: 0
}

.lang__current .lang__item:before {
    position: relative;
    top: -1px
}

.lang__item:before {
    content: '';
    display: block;
    width: 26px;
    height: 20px;
    margin-right: 4px
}

.lang__item_ru:before {
    background: url(assets/img/ru.svg) no-repeat
}

.lang__item_en:before {
    background: url(assets/img/en.svg) no-repeat
}

.lang__item_uk:before {
    background: url(assets/img/uk.svg) no-repeat
}

.lang__item_tr:before {
    background: url(assets/img/tr.svg) no-repeat
}

.lang__item_es:before {
    background: url(assets/img/es.svg) no-repeat
}

.lang__item_br:before {
    background: url(assets/img/br.svg) no-repeat
}

.lang__item_az:before {
    background: url(assets/img/az.svg) no-repeat
}

.lang__list {
    margin: 0;
    overflow: hidden;
    z-index: 4;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 26px 0 0;
    height: 26px;
    background: #272729
}

.bonus__caption, .bonus__sum {
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    text-align: center
}

.lang:hover .lang__list {
    height: auto
}

.lang__list li + li {
    border-top: 1px solid #0f0f0f
}

.lang__list .lang__item {
    height: 36px
}

.header__animation {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    opacity: 1 !important;
    visibility: visible !important
}

.header__bottom-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 51px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    display: none
}

.content, .footer {
    position: relative;
    z-index: 1
}

.content__block {
    display: flex;
    padding-bottom: 10px
}

.content__left {
    width: 20%;
    padding: 5px;
    position: relative
}

.content__right {
    width: calc(80% - 6px);
    padding: 5px
}

.bonus {
    margin-top: 13px
}

.bonus__content {
    position: relative;
    animation-name: bonus-animation;
    animation-duration: 2.5s;
    animation-iteration-count: infinite
}

.bonus__block {
    margin: 0 auto;
    background-repeat: no-repeat;
    max-width: 230px;
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('assets/img/frame.png');
    padding: 5px 0 0
}

.bonus__caption {
    color: #5f5;
    text-shadow: 0 0 10px #0f0, 0 0 20px #0f0;
    padding-top: 15px
}

.bonus__sum {
    color: #f55;
    text-shadow: 0 0 10px red, 0 0 20px red;
    margin-top: 10px
}

.button, .slider__label {
    font-size: 16px;
    color: #fff
}

.bonus__block:after {
    content: '';
    display: block;
    width: 50px;
    height: 57px;
    background: url(assets/img/arrow-flur.png) 0 0/cover no-repeat
}

.button:before, .nav a:after {
    content: '';
    background-image: url(assets/img/arrow.png);
    background-size: 100%;
    height: 26px;
    width: 31px;
    display: none;
    position: absolute;
    top: 50%
}

@-webkit-keyframes bonus-animation {
    0%, 100% {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%)
    }
    50% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%)
    }
}

.bonus__button {
    margin: auto;
    max-width: 195px
}

.button {
    border: none;
    position: relative;
    display: block;
    width: 100%;
    padding: 12px 40px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    border-radius: 12px;
    text-decoration: none;
    background-color: #00b24b;
    transition: .3s ease-in-out
}

@media (hover: hover) {
    .button:hover {
        opacity: .7;
    }
}

.button:before {
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat
}

.button_red {
    background: #FF3A44;
    color: #FFF;
}

.button_green {
    background: #00b24b;
    color: #FFF;
}

@media (hover: hover) {
    .button_green:hover {
        background: #63F2CB;
    }
}

.nav {
    list-style-type: none;
    margin: 15px 0 0;
    width: 100%;
    padding: 5px
}

.nav + .nav {
    margin-top: 0
}

.nav a {
    padding: 10px 10px 8px;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    position: relative;
    background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
    border: 1px solid #bc2502;
    overflow: hidden
}

.nav_dark a, .search {
    background: -webkit-gradient(linear, left top, left bottom, from(#272729), to(#343434));
    background: -webkit-linear-gradient(top, #272729 0, #343434 100%)
}

.nav_dark a {
    border: none;
    border-bottom: 1px solid #09090B;
    background: #272729
}

.nav a:after {
    right: 10px;
    transform: translate(0, -50%);
    background-repeat: no-repeat;
    transition: .2s ease-out
}

.nav a:hover:after {
    right: -31px
}

.search {
    background: #272729;
    position: relative;
    border-bottom: 1px solid #656565;
    padding: 4px 5px
}

.search input[type=text] {
    outline: 0;
    border: none;
    display: block;
    width: 100%;
    height: 24px;
    border-radius: 12px;
    padding-left: 25px;
    background-image: url(assets/img/search.svg);
    background-repeat: no-repeat;
    background-position: 3px 50%;
    background-size: 15px 15px;
    font-size: 14px
}

.slider {
    margin-bottom: 10px
}

.slider__item {
    background: top center/cover no-repeat #000b24;
    padding: 40px 30px 39px;
    height: 220px;
    position: relative;
    border-radius: 12px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    overflow: hidden
}

.slider__left {
    max-width: 400px
}

.slider__right {
    flex-shrink: 0
}

.slider__logo {
    margin-bottom: 40px
}

.slider__logo img, .slider__middle img, .text__img img {
    display: block;
    max-width: 100%;
    height: auto
}

.slider__label {
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1px
}

.slider__caption {
    font-size: 42px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    margin: 0 0 14px
}

.slider .owl-dots {
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center
}

.slider .owl-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #3d3737;
    margin: 0 8.5px
}

.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img, .owl-carousel .owl-item img.owl-lazy {
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    backface-visibility: hidden
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s
}

.now {
    display: none;
    margin-top: 15px
}

.links {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#272729), to(#343434));
    background: -webkit-linear-gradient(top, #272729 0, #343434 100%);
    background: #272729;
    border-radius: 12px;
    margin: 0 0 10px;
    color: #a9a9a9;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    list-style-type: none;
    text-align: center
}

.links li {
    width: 25%
}

.links a {
    transition: .2s ease-out;
    color: #a9a9a9;
    position: relative;
    text-decoration: none
}

.hits {
    margin-bottom: 15px
}

.hits__item {
    max-width: 170px;
    height: 122px;
    margin: auto;
    background: url(assets/img/hit.png) top center/cover no-repeat
}

.hits__caption {
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    text-align: center
}

.hits__img img {
    display: block;
    width: 100px;
    height: 75px;
    border-radius: 12px;
    margin: 5px auto 0
}

.hits__left {
    color: #00b24b;
    font-size: 16px;
    line-height: 20px
}

.hits__right {
    color: #d4351d;
    font-size: 16px;
    line-height: 20px
}

.hits__bottom {
    display: flex;
    justify-content: center
}

.games__row {
    margin: -10px -5px 0;
    display: flex;
    flex-wrap: wrap
}

.games__all, .games__col, .now + .blocks, .title + .blocks {
    margin-top: 10px
}

.games__col {
    width: 20%;
    padding: 0 5px
}

.games__img, .games__info {
    width: 100%;
    transition: .2s ease-out
}

.games__img {
    position: relative;
    overflow: hidden
}

.games__img img {
    border-radius: 12px;
    height: 140px;
    object-fit: cover;
    transition: .2s ease-out;
    max-width: 100%;
    max-height: 100%
}

.games__img:hover img {
    transform: scale(1.1)
}

.games__info {
    opacity: 0;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.games__all a, .games__button {
    background: -webkit-gradient(linear, left top, left bottom, from(#de3c21), to(#b41b0f));
    background: -webkit-linear-gradient(top, #de3c21 0, #b41b0f 100%);
    color: #fff;
    text-decoration: none;
    font-size: 16px
}

.games__img:hover .games__info {
    opacity: 1
}

.games__button {
    background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
    border: 1px solid #bc2502;
    padding: 5px 12px;
    border-radius: 12px;
    margin-bottom: 8px
}

.games__link {
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    text-decoration: none
}

.games__link:hover {
    text-decoration: underline
}

.games__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.games__name {
    font-size: 16px;
    color: #fff;
    padding: .25em 19px .25em 0
}

.games__favorite {
    cursor: pointer;
    width: 23px;
    height: 22px;
    flex-shrink: 0;
    margin-left: 10px;
    background: url(assets/img/favorite.png) 0 0/cover no-repeat
}

.rounds__title, .title {
    background: -webkit-gradient(linear, left top, left bottom, from(#272729), to(#343434));
    background: -webkit-linear-gradient(top, #272729 0, #343434 100%);
    font-weight: 700
}

.games__all a {
    display: block;
    width: 100%;
    background: linear-gradient(to bottom, #de3c21 0, #b41b0f 100%);
    border: 1px solid #bc2502;
    border-radius: 12px;
    padding: 7px 5px;
    text-align: center
}

.text {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    width: 100%;
    overflow: hidden;
}

.text > :not(:first-child) {
    margin-top: 40px;
}

.text > .wp-block-heading + * {
    margin-top: 16px;
}

@media (max-width: 1024px) {
    .text {
        font-size: 15px;
    }

    .text > :not(:first-child) {
        margin-top: 32px;
    }

    .text > .wp-block-heading + * {
        margin-top: 16px;
    }
}

.text > .wp-block-heading:not(:first-child) {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .text > .wp-block-heading:not(:first-child) {
        margin-top: 32px;
    }
}

.text p:not([class]) {
    width: 100%;
}

.wp-block-list {
    width: 100%;
}

ul.wp-block-list {
    padding-left: 0;
}

ol.wp-block-list {
    padding-left: 20px;
}

.text ol:not([class]) li,
.text ol.wp-block-list li
{
    color: #fff;
    font-size: 16px
}

@media (max-width: 1024px) {
    .text ol:not([class]) li,
    .text ol.wp-block-list li
    {
        font-size: 15px
    }
}

.text ul:not([class]),
.text ul.wp-block-list
{
    list-style-type: none
}

.text ul:not([class]) li,
.text ul.wp-block-list li
{
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    position: relative
}

@media (max-width: 1024px) {
    .text ul:not([class]) li,
    .text ul.wp-block-list li
    {
        font-size: 15px;
    }
}

.text ul:not([class]) li:before,
.text ul.wp-block-list li:before
{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #00b24b;
    border-radius: 50%
}

.menu__button, .news__img img, .news__item, .rounds__title, .title {
    border-radius: 6px
}

.text a:not([class]) {
    text-decoration: underline;
    color: #00b24b
}

.text a:not([class]):hover {
    text-decoration: none
}

.text__button {
    max-width: 188px;
    margin: 20px auto auto
}

.text__button a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none
}

.news__all a, .text__all a {
    color: #00b24b;
    text-decoration: none
}

.news__date, .text__date {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    opacity: .5
}

.news__all, .text__all {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    margin-left: 14px
}

.text__caption {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 33px
}

.title {
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    background: #272729;
    margin-bottom: 15px
}

.title * {
    font-size: inherit;
    margin: 0
}

.news__item {
    display: flex;
    background: #272729;
    padding: 10px
}

.news__item + .news__item {
    margin-top: 8px
}

.news__img {
    max-width: 374px;
    margin-right: 20px;
    width: 100%
}

.news__img img {
    display: block;
    width: 100%;
    height: auto
}

.news__title {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700
}

.news__text {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 16px;
    min-height: 63px
}

.news__more {
    max-width: 188px;
    margin: 16px auto 0
}

.rounds {
    margin-top: 10px;
    padding: 0 5px
}

.rounds__title {
    background: #272729;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #fff;
    text-shadow: 0 0 1em #fff;
    font-size: 20px
}

.rounds__caption, .rounds__sum {
    font-size: 16px;
    line-height: 1.3
}

.rounds__item {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 5px 0;
    border-bottom: 1px solid #656565;
    background: -webkit-gradient(linear, left top, left bottom, from(#272729), to(#343434));
    background: -webkit-linear-gradient(top, #272729 0, #343434 100%);
    background: #272729
}

.rounds__item:first-child {
    border-radius: 6px 6px 0 0
}

.rounds__item:last-child {
    border-radius: 0 0 6px 6px
}

.rounds__img {
    margin: 0 5px;
    flex-shrink: 0
}

.rounds__img img {
    width: 64px;
    height: 36px;
    display: block
}

.rounds__caption {
    color: #fff
}

.rounds__sum {
    color: #00b24b;
    margin-top: 2px
}

.rounds__more {
    background: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .2s ease-out
}

.rounds__more a {
    width: 70px;
    padding: 0
}

.affiliate:hover svg g, .rounds__item:hover .rounds__more {
    opacity: 1
}

.footer__blocks {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 5px
}

.footer__caption {
    font-size: 18px;
    color: #fff;
    margin: 0 0 8px;
    font-weight: 700
}

.footer__block ul {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.footer__block ul a {
    color: #fff;
    text-decoration: none
}

.footer__block ul li + li {
    margin-top: 4px
}

.affiliate {
    display: block;
    width: 50px;
    margin-top: 15px
}

.affiliate svg {
    display: block;
    width: 100%
}

.affiliate svg g {
    fill: #38b399;
    opacity: .5;
    transition: .2s ease-out
}

.footer__top {
    background: -webkit-gradient(linear, left top, left bottom, from(#272729), to(#343434));
    background: -webkit-linear-gradient(top, #272729 0, #343434 100%);
    background: #272729;
    padding: 0 6px
}

.footer__images {
    border-top: 1px solid #777;
    display: flex;
	align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 20px 0;
    margin: 0;
    list-style-type: none;
    justify-content: center
}

.footer__images li {
    transition: .2s ease-out;
    max-width: 160px;
    /*width: 100%*/
}

.footer__images img {
    display: block;
    width: auto;
    max-height: 44px;
    filter: grayscale(100%)
}

.footer__logos {
    padding: 10px;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #212121
}

.menu__button, .footer__copyright {
    background: -webkit-gradient(linear, left top, left bottom, from(#272729), to(#343434));
    background: -webkit-linear-gradient(top, #272729 0, #343434 100%);
    line-height: 1.3
}

.footer__logos li {
    max-width: 100px;
    max-height: 64px;
    width: auto;
    height: auto;
}

.footer__logos img {
    display: block;
    margin: auto;
    max-width: 80px;
    max-height: 25px;
    width: auto;
    height: auto;
}

.footer__copyright {
    text-align: center;
    color: #a9a9a9;
    font-size: 10px;
    padding: 10px 0;
    background: #272729
}

.footer__text {
    max-width: 820px;
    margin: 10px auto;
    padding: 0 10px
}

.blocks {
    display: none;
    margin: 15px -5px 10px
}

.blocks__col {
    width: 50%;
    padding: 0 5px
}

.blocks__col.blocks__col_full, .text table {
    width: 100%
}

.blocks .search input[type=text] {
    height: 34px;
    padding-left: 35px;
    background-position: 3px 50%;
    background-size: 30px 15px
}

.menu__button {
    background: #272729;
    height: 35px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    position: relative
}

.menu__button.active .menu__icon i:last-child, .menu__list, .wpml-ls-link:hover::after {
    display: none
}

.menu__icon {
    width: 20px;
    height: 22px;
    position: relative;
    top: -3px;
    margin: 0 7px
}

.menu__icon i {
    height: 2px;
    margin: 5px 0;
    background: #fff;
    width: 100%;
    transition: .2s ease-out;
    position: absolute
}

.menu__icon i:nth-child(2) {
    top: 7px
}

.menu__icon i:last-child {
    top: 14px
}

.menu__button.active .menu__icon i:first-child {
    transform: rotate(45deg);
    top: 7px
}

.menu__button.active .menu__icon i:nth-child(2) {
    transform: rotate(-45deg);
    top: 7px
}

.menu__list {
    background: -webkit-gradient(linear, left top, left bottom, from(#272729), to(#343434));
    background: -webkit-linear-gradient(top, #272729 0, #343434 100%);
    background: #272729;
    height: 300px;
    overflow-y: auto;
    position: absolute;
    z-index: 5;
    width: 267px;
    left: 0;
    top: 35px
}

.menu__list .nav, .footer__images .get-image {
    margin: 0
}

@media only screen and (max-width: 1440px) {
    .header__nav {
        font-size: 18px
    }
}

@media only screen and (max-width: 1300px) {
    .header__nav {
        font-size: 17px
    }

    .news__block {
        max-width: 424px;
        margin-left: auto
    }
}

@media only screen and (max-width: 1170px) {
    .games__col, .content__left {
        width: 25%
    }

    .content__right {
        width: 75%
    }
}

@media only screen and (max-width: 1024px) {
    .content__left {
        width: 25%
    }

    .content__right {
        width: 75%
    }

    .header__logo img {
        display: none;
        height: 40px !important;
        object-fit: contain
    }

    .header__info, .header__logo:nth-of-type(2), .header__nav ul {
        display: block
    }

    .header__top {
        align-items: center;
    }

    .header__btn {
        display: flex
    }

    .header {
        padding: 16px 12px;
    }

    .header:has(.header__nav.active) {
        min-height: 100dvh;
        max-height: 100dvh;
        overflow: auto;
    }

    .slider__left {
        max-width: 257px
    }

    .header__bottom {
        transition: .2s ease-out;
        display: block;
        position: fixed;
        overflow-y: auto;
        left: -50%;
        top: 51px;
        bottom: 0;
        width: 50%;
        background: -webkit-gradient(linear, left top, left bottom, from(#272729), to(#343434));
        background: -webkit-linear-gradient(top, #272729 0, #343434 100%);
        background: #272729
    }

    .header__bottom.active {
        left: 0
    }

    .header__nav li + li {
        margin-left: 0
    }

    .header__nav .menu__link {
        color: #fff;
        display: block;
        font-size: 17px;
        position: relative;
    }

    .menu__item._has-submenu > * {
        flex: 1 1;
    }

    .menu__arrow {
        padding: 12px 0;
    }

    .header__nav .current_page_item a {
        color: #00b24b;
    }

    .header__nav .menu__link.active {
        background: -webkit-gradient(linear, left top, left bottom, from(#50c5ac), color-stop(50%, #3fa18d), to(#2e7f70));
        background: -webkit-linear-gradient(top, #50c5ac 0, #3fa18d 50%, #2e7f70 100%);
        background: linear-gradient(to bottom, #50c5ac 0, #3fa18d 50%, #2e7f70 100%);
        color: #fff
    }

    .header__nav .menu__link:before, .header__nav ul + ul {
        display: block
    }

    .header__nav .menu__link:after {
        content: '';
        right: 10px;
        background: url(assets/img/arrow_grey.png) center/100% no-repeat;
        position: absolute;
        top: 0;
        height: 100%;
        width: 31px;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        display: none
    }

    .title {
        margin-bottom: 10px
    }
}

.breadcrumbs .breadcrumbs__list-link, .link-404, .mobile-button, .mobile-button__control, .footer__images img, .scroll-to-top, .scroll-to-top__button {
    transition: .3s ease-in-out
}

@media only screen and (max-width: 992px) {
    .content__left {
        display: none
    }

    .content__right {
        width: 100%
    }

    .footer__logos {
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 15px
    }

    .blocks {
        display: flex
    }
}

@media only screen and (max-width: 767px) {
    .news__block, .news__img {
        margin-left: auto;
        margin-right: auto
    }

    .games__col {
        width: 33.3333%
    }

    .header__inputs, .hits-wrapper, .links_hidden, .footer__top, .slider__middle, .slider__right, .title_hidden {
        display: none
    }

    .news__item, .now {
        display: block
    }

    .slider__item {
        padding: 20px;
        height: 186px
    }

    .slider__caption {
        font-size: 28px;
        margin-bottom: 10px
    }

    .header__bottom {
        left: -75%;
        width: 75%
    }

    .news__img {
        margin-bottom: 25px
    }

    .news__block {
        max-width: 374px
    }

    .header__btn {
        order: 3;
    }
}

@media only screen and (max-width: 576px) {
    .games__col {
        width: 50%
    }

    .text {
        font-size: 15px
    }

    .text ul {
        padding-left: 0
    }

    .header__bottom {
        left: -90%;
        width: 90%
    }

    .header__info {
        padding-left: 10px
    }

    .news__more {
        margin-top: 10px
    }

    .text__caption {
        margin-bottom: 15px
    }
}

@media only screen and (min-width: 1025px) {
    .header__bottom-bg {
        display: none !important
    }
}

.pagination {
    margin: 40px auto 0;
    width: 300px;
    text-align: center;
    padding-bottom: 18px
}

.pagination .page-numbers {
    border: 1px solid #fff;
    padding: 5px 9px;
    border-radius: 12px;
    color: #fff;
    text-decoration: none
}

.pagination .page-numbers.current {
    background: #585858
}

.iframe_container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%
}

.iframe_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.wrapper > :not(:first-child) {
    margin-top: 24px;
}

.wrapper > .button-content {
    text-align: center;
}

.button-content {
    display: block;
    width: 100%;
}

.button-content > .button {
    width: auto;
}

@media (max-width: 1024px) {
    .button-content {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .button-content > .button {
        width: 100%;
    }
}

.button-content.alight-left {
    text-align: left
}

.button-content.align-center, .games__item-name {
    text-align: center
}

.button-content.align-right {
    text-align: right
}

.button-content .button-content__link {
    display: inline-block;
    color: #fff;
    text-decoration: none
}

.footer__block p {
    margin-top: 0;
    color: #fff
}

.footer__block .footer__nav {
    display: flex;
    flex-wrap: wrap
}

.footer__block .footer__nav .affiliate {
    width: auto;
    margin-top: 5px
}

.footer__block .footer__nav .affiliate img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 40px;
    transition: .3s ease-in-out;
    filter: grayscale(100%)
}

.breadcrumbs .breadcrumbs__list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    display: flex;
    flex-wrap: wrap
}

.breadcrumbs .breadcrumbs__list-item:not(:last-child) {
    margin-right: 10px
}

.breadcrumbs__list-item:before, .games__item::before {
    display: none !important
}

.games--v1 .games__item.games__item--no-hover .games__item-buttons {
    display: none
}

.breadcrumbs__list-item {
    padding-left: 0 !important
}

.breadcrumbs .breadcrumbs__list-link {
    color: #a9a9a9;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none
}

.breadcrumbs .breadcrumbs__list-link--no-active, .breadcrumbs .breadcrumbs__list-link:hover, .footer__nav a:hover, .radio-container.checked, .radio-container:hover {
    color: #fff
}

.breadcrumbs .breadcrumbs__list-link svg {
    fill: #fff;
    margin-left: 5px
}

.header__button + .header__button {
    margin-left: 10px
}

.scroll-to-top {
    position: fixed;
    bottom: 50px;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.scroll-to-top__button {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    border: 3px solid #FF3A44;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 24px 0 #fff
}

.footer:has(.mobile-button) .scroll-to-top {
    bottom: 100px;
}

.scroll-to-top.open {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.scroll-to-top__button svg {
    fill: #FF3A44
}

.scroll-to-top__button:hover {
    transform: scale(.8)
}

@media (max-width: 1024px) {
    .header__logo img {
        display: block;
        width: auto;
        height: 20px;
        object-fit: contain
    }

    .header__bottom, .header__bottom-bg {
        top: 73px
    }

    .header__nav {
        display: none;
        position: relative;
        width: 100%;
        background: #272729;
        order: 10;
    }

    .header__nav.active {
        display: flex;
        margin: 12px 0 0 0;
    }
}

@media (max-width: 767px) {
    .header__form {
        flex-basis: 100%;
        margin: 12px 0 0;
        order: 4;
    }

    .header__buttons {
        margin: 0;
        width: 100%
    }

    .header__button {
        flex: 1 1
    }

    .header__button-first, .header__button-second {
		min-width: unset;
        width: 100%;
    }

    .header__bottom, .header__bottom-bg {
        top: 88px
    }
}

.content {
    padding: 30px 0;
}

.footer__nav {
    width: 100%;
    flex-basis: 100%
}

.footer__nav ul {
    margin: .5rem 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.footer__nav ul li:not(:last-child) {
    margin-right: 25px
}

.footer__nav a {
    color: #a9a9a9;
    text-decoration: none;
    transition: .2s ease-out;
    position: relative;
    font-weight: 400
}

@media only screen and (max-width: 767px) {
    .footer__top {
        display: block
    }

    .footer__nav ul {
        display: grid;
        grid-template-columns:1fr 1fr;
        gap: 5px
    }

    .footer__nav ul li {
        text-align: center
    }

    .footer__nav ul li:not(:last-child) {
        margin-right: 0
    }
}

.footer__logos {
    flex-wrap: wrap;
    justify-content: center
}

.link-404 {
    padding: 10px 20px;
    border-radius: 12px;
    border: 1px solid #fff
}

.link-404:hover {
    color: #000;
    background-color: #fff
}

.mobile-button {
    position: fixed;
    left: 8px;
    bottom: 8px;
    right: 8px;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 8px;
    border-radius: 12px;
    background: linear-gradient(264.47deg, #F03AFF -73.26%, #232379 95.99%);
    color: #FFF;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.mobile-button img {
    width: auto;
    height: auto;
    max-width: 32px;
    max-height: 32px;
}

.mobile-button__title {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-family: "Arial", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #FFFFFFDE;
    margin: 0;
}

.mobile-button__title span {
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    color: #FFF;
}

.mobile-button__control, .nav_dark a {
    position: relative;
    overflow: hidden
}

.mobile-button._active {
    opacity: 1;
    visibility: visible
}

.mobile-button__control {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    vertical-align: middle;
    background-color: #00B24B;
    margin-left: auto;
    border-radius: 12px;
    color: #FFF;
    border: none;
}

.lang-switch {
    margin-left: 25px;
    display: flex;
    align-items: center;
    justify-content: center
}

.nav_dark a:before {
    content: "";
    position: absolute;
    top: -30px;
    left: -80px;
    height: 100px;
    width: 70px;
    background: rgba(255, 255, 255, .3);
    transform: rotate(20deg);
    box-shadow: -300px 0 0 0 #42445a
}

.nav_dark a:hover:before {
    left: 260px;
    transition: .5s;
    text-shadow: #fff 0 0 40px
}

.nav_dark a:hover {
    background: #272729
}

.header__button-second {
    animation-delay: .5s
}

.get-image {
    line-height: 0;
    height: auto
}

.get-image img, .wp-block-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden
}

.radio-container {
    flex-shrink: 0;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #92a9a9;
    padding-left: 15px;
    transition: color .3s ease-in-out
}

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-65%);
    border-radius: 100%;
    height: 10px;
    width: 10px;
    background-color: transparent
}

.games__header {
    overflow: auto;
    background: #272729;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.games__header > :not(:last-child) {
    margin-right: 20px
}

.games--v2 .games__list, ul.games__list {
    grid-template-columns:repeat(4, 1fr);
    list-style: none;
    margin: 20px 0 0
}

ul.games__list {
    padding: 0;
    display: grid;
    gap: 55px
}

.games--v1 .games__item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 184px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("assets/img/glory.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer
}

.games__item {
    padding: 0 !important
}

.games--v1 .games__item.visually-hidden, .games--v2 .games__item.visually-hidden {
    position: absolute
}

.games--v1 .games__item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center
}

.games__item-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    margin: 0 0 8px !important
}

.games__item-aff-link, .games__item-demo-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 12px;
    color: #fff;
    transition: .3s ease-in-out;
    cursor: pointer;
    width: 100%
}

.games--v1 .games__item .get-image {
    max-width: 120px
}

.games--v1 .games__item:hover .games__item-buttons {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.games--v1 .games__item-buttons {
    background: rgba(0, 0, 0, .7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px 12px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    transition: .3s ease-in-out
}

.games__item-aff-link {
    background-color: #FF3A44;
    border-radius: 12px;
    border: 1px solid #FF3A44;
    margin-bottom: 8px
}

.games__item-aff-link:hover {
    background-color: #c30700
}

.games__item-demo-link {
    background-color: transparent;
    border-radius: 12px;
    border: 1px solid transparent
}

.games__item-demo-link:hover {
    border: 1px solid #c30700
}

.games--v2 .games__list {
    display: grid;
    gap: 20px;
    padding: 0
}

.games--v2 .games__item {
    background-color: #262634;
    border-radius: 12px;
    overflow: hidden
}

.games--v2 .game__item .get-image {
    height: 200px;
    line-height: 0;
    border-radius: 12px;
    overflow: hidden
}

.games--v2 .games__item .get-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.games__item-content {
    padding: 16px 16px 8px;
    display: flex;
    flex-direction: column
}

.games__item-content .games__item-aff-link, .games__item-content .games__item-demo-link {
    width: fit-content;
    margin-left: auto;
    margin-right: auto
}

.games__item-content .games__item-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    margin-bottom: 16px
}

.games__iframe-wrapper {
    background-color: #000;
    box-shadow: 0 4px 40px rgba(0, 0, 0, .15);
    border-radius: 12px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 880px;
    width: 100%;
    height: 100%;
    max-height: 650px;
    display: none
}

.games__iframe-wrapper.open {
    display: block;
    z-index: 9999
}

.games__iframe-box {
    height: 100%;
    width: 100%
}

.games__iframe-close {
    position: absolute;
    right: 0;
    border: none;
    background-color: #FF3A44;
    transition: .3s ease-in-out;
    cursor: pointer
}

.games__iframe-close:hover {
    background-color: #c30700
}

.games__iframe {
    width: 100%;
    height: 100%
}

@media (max-width: 1200px) {
    .games--v1 .games__list {
        gap: 20px
    }
}

@media (max-width: 1024px) {
    .header__nav .menu__link:before {
        display: none
    }

    .header__nav .menu__link {
        padding: 12px 0;
        width: 100%
    }

    .menu__item._has-submenu {
        flex-wrap: wrap;
    }

    .header__nav ul.menu__sub-list:before {
        content: unset;
    }

    .header__nav ul.menu__sub-list {
        position: relative;
        inset: unset;
        width: 100%;
        flex: 1 1 100%;
    }

    .lang-switch {
        margin-left: 0
    }

    .games--v2 .games__list, ul.games__list {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 800px) {
    .games__header {
        justify-content: flex-start
    }

    .games--v2 .games__list, ul.games__list {
        grid-template-columns:repeat(3, 1fr)
    }

    .games__iframe-wrapper {
        height: 100%;
        max-height: 100%
    }
}

@media (max-width: 575px) {
    .games--v2 .games__list, ul.games__list {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 475px) {
    .games--v2 .games__list, ul.games__list {
        grid-template-columns:1fr
    }
}

.footer__logos li .get-image {
    display: block
}


/* header lang */
.header__lang {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #222225;
    border-radius: 5px;
    border: 1px solid #2C2C2F;
    padding: 10px;
    margin: 0 16px;
    transition: 0.2s;
    cursor: pointer;
    z-index: 40;
}

.header__current-lang,
.header__lang img {
    width: auto;
    object-fit: contain;
    height: 22px;
}

.header__current-lang {
    cursor: pointer;
}

.header__lang .header__lang-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    padding-left: 0;
    margin-top: 0;
    list-style: none;
    background-color: #222225;
    border: 1px solid #2C2C2F;
    border-radius: 0 0 5px 5px;
}

.header__lang:hover .header__lang-list,
.header__lang._open .header__lang-list {
    display: flex;
}

.header__lang:hover,
.header__lang._open {
    border-radius: 5px 5px 0 0;
}

.header__lang .header__lang-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.header--v1 .header__logo {
    margin-right: 24px;
}

@media (max-width: 767px) {
    .header__lang {
        margin: 0;
        order: 1;
    }
}

/* header lang */
/* Promo-code */
* + .promo-code {
    margin-top: 1rem;
}

.promo-code {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    background-color: #272729;
    border: 1px solid #FF3A44;
    width: 100%;
}

p.promo-code__text {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.promo-code__text span {
    color: #0a63f6;
}

.promo-code__wrapper {
    border-radius: 12px;
    padding: 0 0 0 12px;
    background: #212121;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border: none;
}

.promo-code__input {
    color: #00b24b;
    font-size: 16px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 16px;
    border: none;
    background-color: transparent;
}

.promo-code__copy-link {
    position: relative;
    border: none;
    background-color: transparent;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 6px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    outline: none;
}

.promo-code__copy-link .check {
    fill: #26bc4d;
}

.promo-code__copy-link:hover {
    opacity: 0.7;
}

.promo-code__copy-link._active:hover {
    opacity: 1;
}

.promo-code__copy-link svg {
    stroke: currentColor;
    pointer-events: none;
}

.promo-code__copy-link._active svg {
    stroke: currentColor;
    pointer-events: none;
}

.promo-code__copy-link svg path:first-of-type {
    fill: currentColor;
}

.promo-code__tooltip {
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    display: none;
}

.promo-code__copy-link._active .promo-code__tooltip {
    display: block;
    position: static;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding: 0;
    margin-right: 4px;
    background-color: transparent;
    transform: none;
    text-decoration: none;
}

.promo-code__copy-link .check {
    display: none;
}

.promo-code__copy-link._active .check {
    display: block;
}

.promo-code__copy-link._active .copy {
    display: none;
}

.promo-code__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-radius: 12px;
    border: none;
    padding: 4px 12px;
    background-color: #FF3A44;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    outline: none;
    text-align: left;
}

.promo-code__link:hover {
    opacity: 0.7;
}

.promo-code__link svg {
    stroke: #fff;
}

.promo-code__link svg .svg-cross {
    opacity: 0;
}

.promo-code__link svg .svg-arrow {
    transform: translateX(-28px);
    animation: arrow 3s linear infinite;
}

@media (max-width: 767px) {
    .promo-code {
        max-width: 100%;
    }
}

@media (max-width: 400px) {
    .promo-code__wrapper {
        flex-basis: auto;
    }
}

@keyframes arrow {
    0% {
        transform: translateX(-28px);
    }

    10% {
        transform: translateX(6px);
    }

    90% {
        transform: translateX(6px);
    }

    100% {
        transform: translateX(26px);
    }
}

/* Promo-code */


@media screen and (max-width: 782px) {
    html #wpadminbar {
 		display: none!important;
    }

    html {
        margin-top: 0!important;
    }
}

/* text-image */
.text-image {
    display: flex;
    align-items: center;
    gap: 48px;
}

.text-image._reversed {
    flex-direction: row-reverse;
}

.text-image__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1;
}

.text-image__content > :not(:first-child):not(p) {
    margin-top: 24px;
}

.text-image p:not([class]) {
    margin: 16px 0 0 0;
}

.text-image > img {
    width: 100%;
    max-width: calc(40% - 24px);
    height: auto;
    flex: 0 0 calc(40% - 24px);
    border-radius: 12px;
}

.text-image__promo {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    background: #272729;
    width: 100%;
    padding: 16px 12px;
    border-radius: 12px;
    max-width: 479px;
}

.text-image__promo_app {
    grid-template-columns: 1fr;
    background: #8626ff;
}

.text-image__promo_page {
    grid-template-columns: 1fr;
    background: radial-gradient(110.73% 108.48% at 37.99% -41.13%, #FFD599 0.65%, #FF9500 100%);
    color: #FFF;
}

.text-image__promo-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    margin: 0;
}

.text-image__promo-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-column: 1/-1;
    padding: 4px 8px;
    background: #FFFFFF30;
    border-radius: 12px;
    cursor: pointer;
}

.text-image__promo-code {
    font-weight: 900;
    font-size: 18px;
    line-height: 22.5px;
    text-transform: uppercase;
}

.text-image__promo-code-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: unset;
    border: unset;
    width: 44px;
    height: 44px;
}

.text-image__promo-code-btn:after {
    content: url('data:image/svg+xml,<svg width="42" height="42" viewBox="0 0 42 42" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 18V15.2C18 14.08 18 13.52 18.218 13.092C18.41 12.715 18.715 12.41 19.092 12.218C19.52 12 20.08 12 21.2 12H26.8C27.92 12 28.48 12 28.908 12.218C29.2843 12.4097 29.5903 12.7157 29.782 13.092C30 13.52 30 14.08 30 15.2V20.8C30 21.92 30 22.48 29.782 22.908C29.5901 23.2842 29.2842 23.5901 28.908 23.782C28.48 24 27.92 24 26.803 24H24M18 18H15.2C14.08 18 13.52 18 13.092 18.218C12.7157 18.4097 12.4097 18.7157 12.218 19.092C12 19.52 12 20.08 12 21.2V26.8C12 27.92 12 28.48 12.218 28.908C12.4097 29.2843 12.7157 29.5903 13.092 29.782C13.519 30 14.079 30 15.197 30H20.804C21.921 30 22.48 30 22.908 29.782C23.284 29.59 23.591 29.284 23.782 28.908C24 28.48 24 27.921 24 26.803V24M18 18H20.8C21.92 18 22.48 18 22.908 18.218C23.2843 18.4097 23.5903 18.7157 23.782 19.092C24 19.519 24 20.079 24 21.197V24" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    line-height: 0;
}

.text-image__promo-code-btn._active:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22.903" height="19.395" fill="white"><path d="M22.903 2.828 20.075 0 6.641 13.435 3.102 9.09 0 11.616l6.338 7.779L22.903 2.828z"/></svg>');
}

.text-image__promo-button {
    background: #FFF;
    color: #000;
    grid-column: 1/-1;
}

.text-image__promo-button:hover {
    background: #FFF;
    opacity: .7;
}

.text-image__promo .cards__bonus {
    background: #00b24b;
    color: #FFF;
}

.text-image__info tbody {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}

.text-image__info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    border-radius: 12px;
    background: #FFFFFF1A;
    padding: 12px;
    width: 100%;
}

.text-image__info-item td {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFF;
}

.text-image__info-item th {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
}

.text-image__hr {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #272729 0%, #353535 50.48%, #272729 100%);
    border: unset;
}

.text-image__promo-description {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

@media (max-width: 1024px) {
    .text-image,
    .text-image._reversed {
        flex-direction: column;
        gap: 12px;
    }

    .text-image .wp-block-heading {
        width: 100%;
        margin-bottom: 4px;
        order: -2;
    }

    .text-image__content {
        display: contents;
    }

    .text-image__content > :not(:first-child):not(p) {
        margin-top: 0;
    }

    .text-image p:not([class]) {
        margin: 0;
    }

    .text-image > img {
        max-width: 100%;
    }

    .text-image > img,
    .text-image__promo {
        flex: 1 1;
        order: -1;
    }

    .text-image__promo-code {
        font-weight: 700;
        font-size: 14px;
        line-height: 120%;
    }

    .text-image__promo-code-btn {
        width: 32px;
        height: 32px;
        overflow: hidden;
    }

    .text-image__promo-code-btn:after {
        width: 32px;
        height: 32px;
    }

    .text-image__promo-title {
        font-size: 20px;
    }
}

[data-promocode-button] .check {
    display: none;
}

._active[data-promocode-button] .copy {
    display: none;
}

._active[data-promocode-button] .check {
    display: flex;
}

/* Relink */
.relink {
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
    list-style: none;
    margin-top: 40px!important;
}

.text ul.relink {
    padding-left: 0;
}

.text ul.relink li {
    display: flex;
    width: 100%;
    padding-left: 0;
}

.text ul.relink li::before {
    content: unset;
}

.relink__link {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-radius: 12px;
    background-color: #272729;
    gap: 16px;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #FFF;
    text-decoration: unset;
}

@media (hover: hover) {
    .relink__link:hover {
        opacity: .7;
    }
}

.relink__link img {
    position: absolute;
    bottom: 1px;
    right: 25px;
    z-index: 2;
    width: auto;
    max-width: 76px;
}

@media (max-width: 1024px) {
    .relink__link {
        font-size: 18px;
    }

    .relink__link img {
        max-height: 100%;
    }
}

@media (max-width: 767px) {
    .relink {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 32px!important;
    }
}

/* Slots */
.text .slots {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
    list-style: none;
    padding: 0;
}

.text .slots__item {
    padding: 0;
    width: 100%;
    min-width: 0;
}

.text .slots__item:before {
    content: unset;
}

.slots__button {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #272729;
    border-radius: 12px;
    border: none;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
}

.slots__item .slots__image:before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #27272999;
    backdrop-filter: blur(6px);
    opacity: 0;
    z-index: 2;
    transition: 0.2s ease-in-out;
}

.slots__item .slots__image:after {
    content: url('data:image/svg+xml,<svg width="72" height="72" viewBox="0 0 72 72" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="72" height="72" rx="36" fill="%23FF3A44"/><path d="M32.172 19.1945C28.6374 16.7178 23.7782 19.2463 23.7782 23.5623V48.4383C23.7782 52.7543 28.6375 55.2828 32.1721 52.8061L49.9643 40.3388C52.9745 38.2295 52.9745 33.7707 49.9643 31.6615L32.172 19.1945Z" fill="white"/></svg>');
    opacity: 0;
    z-index: 3;
    transition: 0.2s ease-in-out;
}

.slots__image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    height: 209px;
    overflow: hidden;
}

.slots__image img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    z-index: 1;
}

.slots__link {
    display: block;
    text-align: left;
    padding: 12px 16px 16px 16px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #FFF;
    background: unset;
    border: none;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (hover: hover) {
    .slots__item:hover .slots__image:before,
    .slots__item:hover .slots__image:after {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .text .slots {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .slots__image {
        height: 136px;
    }
}

/* Cards */
.text .cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    align-items: stretch;
    gap: 16px;
    list-style: none;
    padding: 0;
}

.cards__item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: min-content auto auto auto auto;
    gap: 0 12px;
    padding: 16px;
    border-radius: 12px;
    background: #272729;
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
}

.cards__item > :not(img):not(.cards__title) {
    margin-top: 8px;
}

.cards__item img {
    width: auto;
    max-height: 48px;
}

.cards__title {
    align-self: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    vertical-align: middle;
}

.text .cards__item:before {
    content: unset;
}

.cards__item > :not(img):not(.cards__title) {
    grid-column: 1/-1;
}

.cards__item > p {
    margin: 0;
}

.cards__bonus {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #00b24b;
    color: #FFF;
    border-radius: 12px;
    padding: 12px;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    vertical-align: middle;
}

.cards__bonus img {
    width: auto;
    height: 50px;
}

.cards__button {
    width: auto;
    min-width: unset;
    padding: 12px 18px;
    margin-left: auto;
    background: #fff;
    color: #000;
}

@media (max-width: 767px) {
    .text .cards {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .cards__item {
        padding: 12px;
        font-size: 14px;
    }

    .cards__title {
        font-size: 16px;
    }

    .cards__bonus {
        font-size: 16px;
    }
}

/* CTA app */
.cta-app {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px 16px;
    border-radius: 12px;
    width: 100%;
    background: #8626ff;
    overflow: hidden;
}

.text > .cta-app {
    margin-top: 40px;
}

.cta-app__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    max-width: 800px;
    z-index: 2;
}

.cta-app > img {
    position: absolute;
    bottom: 0;
    right: 16px;
    width: auto;
    max-height: 100%;
    z-index: 1;
}

.cta-app__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    padding: 0;
    margin: 0;
}

.cta-app__list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0;
    margin: 0;
}

.cta-app__list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FFFFFF30;
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFFB2;
    border-radius: 12px;
    min-width: 316px;
    padding: 12px;
}

.cta-app__list-item span {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #FFF;
}

.cta-app__button {
    max-width: 269px;
    background: #FFF;
    color: #000;
}

@media (max-width: 1024px) {
    .cta-app {
        align-items: center;
        padding: 0;
    }

    .text > .cta-app {
        margin-top: 32px;
    }

    .cta-app__content {
        padding: 12px;
    }

    .cta-app > img {
        position: relative;
        inset: unset;
    }

    .cta-app__content {
        width: 100%;
    }

    .cta-app__title {
        width: 100%;
    }

    .cta-app__list {
        flex-wrap: unset;
        width: 100%;
    }

    .cta-app__list-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        min-width: unset;
        padding: 12px;
        width: 100%;
        flex: 1 1;
    }

    .cta-app__button {
        width: 100%;
        max-width: 100%;
    }
}

/* CTA bonus */
.cta-bonus {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
    border-radius: 12px;
    background: linear-gradient(179.84deg, #0A121C -13.08%, #2E825F 131.63%);
    overflow: hidden;
}

.cta-bonus__inner {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 1120px;
}

.cta-bonus__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin: 0;
}

.cta-bonus__mobile {
    position: relative;
    display: contents;
    align-items: center;
    background: #292929;
    border-radius: 12px;
    margin-right: 34px;
    /*width: 100%;*/
}

.cta-bonus__promo {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #292929;
    border-radius: 12px;
    padding: 16px;
}

.cta-bonus__promo-inner {
    background: #FFFFFF1A;
    border-radius: 8px;
}

.cta-bonus__promocode {
    color: #FFF;
}

.cta-bonus__button,
.cta-bonus__promo-inner {
    min-width: 303px;
}

.cta-bonus img {
    width: auto;
    max-height: 83px;
}

@media (max-width: 1100px) {
    .cta-bonus__button,
    .cta-bonus__promo-inner {
        min-width: unset;
    }
}

@media (max-width: 900px) {
    .cta-bonus {
        padding: 12px;
    }

    .cta-bonus__inner {
        flex-direction: column;
        gap: 12px;
    }

    .cta-bonus__mobile {
        display: flex;
    }

    .cta-bonus__mobile img {
        /*position: absolute;*/
        /*top: 0;*/
        /*bottom: 0;*/
        /*right: -34px;*/
        max-height: 100%;
        margin-right: -34px;
    }

    .cta-bonus__promo {
        /*width: 100%;*/
        flex-direction: column;
        padding: 12px;
    }

    .cta-bonus__button,
    .cta-bonus__promo-inner {
        min-width: 192px;
        margin-right: auto;
    }
}

/* Bonuses */
.bonuses {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 16px;
    padding-left: 0;
}

.bonuses__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    padding: 20px 10px 20px 16px;
    overflow: hidden;
}

.bonuses__item > img {
    width: auto;
    max-height: 118px;
}

.bonuses__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    height: 100%;
    flex: 1 1;
}

.bonuses__text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}

.bonuses__title {
    font-weight: 600;
    font-size: 34px;
    line-height: 120%;
    text-transform: capitalize;
    margin: 0;
}

.bonuses__title:not(:first-child) {
    margin: 12px 0 0 0;
}

.bonuses__description {
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    margin: 0;
}

.bonuses__description:not(:first-child) {
    margin: 4px 0 0 0;
}

.bonuses__button {
    width: auto;
    margin-top: auto;
}

@media (max-width: 767px) {
    .bonuses {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 500px) {
    .bonuses__content {
        max-width: 90%;
        z-index: 2;
    }

    .bonuses__item > img {
        position: absolute;
        top: auto;
        right: -30px;
        z-index: 1;
    }
}

/* 404 */
.page-404 {
    color: #FFF;
}

/* FAQ */
details summary { list-style: none; -webkit-appearance: none; appearance: none; }
details summary::-webkit-details-marker { display: none; }
details summary::marker { content: ""; }


.faq {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq__details {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    background: #272729;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}

.faq__question {
    padding: 12px 16px;
    background: #242424;
}

.faq__answer {
    padding: 12px 16px;
}

.faq__answer > :first-child {
    margin-top: 0;
}

.faq__answer > :last-child {
    margin-bottom: 0;
}

/* TOC */
.toc {
    background: #272729;
    border-radius: 16px;
    padding: 16px;
}

.toc:not(._active) ol {
    display: none;
}

.toc:not(._active) .toc__title svg {
    transform: rotate(180deg);
}

.toc__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Game block */
.game{
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    max-height: 80vh;
	border-radius: 12px;
    overflow: hidden;
}



@media (max-width: 767px) {
    .game._active{
        aspect-ratio: unset;
        height: 80vh;
    }
}

.game:not(:last-of-type){
    margin-bottom: 24px;
}

.game .game__preview,
.game .game__content,
.game .game__preview:after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.game .game__preview{
	border-radius: 12px;
  	overflow: hidden;
    z-index: 0;
}

.game .game__preview:after{
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59));
}

.game .game__preview .get-image{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.game .game__preview .get-image img{
	max-height: 100%;
	max-width: unset;
    object-fit: cover;
}

.game .game__content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    z-index: 1;
}

.game__content .button {
    max-width: 200px;
}

.game iframe{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    border: none;
}

/* Gallery */
.custom-gallery {
    overflow: auto;
}

.custom-gallery__list {
    list-style: none;
    display: flex;
    gap: 30px;
    min-width: 800px;
    margin-top: 0;
	padding-left: 0;
}

.custom-gallery__body {
    display: flex;
    flex-wrap: wrap;
    gap: 24px
}

.custom-gallery__item img {
    width: auto;
    max-height: 400px;
}

.gbtn {
    background-color: rgba(204, 204, 204, .3) !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.glightbox-open {
    overflow: unset!important;
}

.gslide-image img {
    max-width: 80vw!important;
    max-height: 80vh!important;
}

@media (max-width: 767px) {
    .custom-gallery__body {
        gap: 16px
    }
}