﻿@charset "UTF-8";

:root {
    --width: 1160px;
    --display-width: var(--width);
    --offsets: 30px;
    --ff-primary: "Satoshi", sans-serif
}

.prefix-container {
    margin: 0 auto;
    padding: 0 var(--offsets);
    max-width: var(--display-width)
}

.container-full {
    max-width: 100%
}

html {
    font-family: var(--ff-primary);
    overflow-y: scroll;
}

ul {
    list-style-type: circle;
}



ol {
    list-style-type: upper-roman;
}





*, * * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit
}

p {
    margin-top: 1rem;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    font-weight: inherit;
    font-size: inherit;
    color: var(--color-link)
}

    a:hover {
        text-decoration: none
    }

ol, ul {
    margin-top: 1rem;
    padding-left: 25px;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit
}

img {
    height: auto;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

h1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: #52b6f8
}

h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: var(--color-title)
}

h3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 32px;
    line-height: 60px;
    color: var(--color-title)
}

h4, h5, h6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-title)
}

.prefix-wrapper > .wp-block-table, .prefix-wrapper > blockquote, .prefix-wrapper > h1, .prefix-wrapper > h2, .prefix-wrapper > h3, .prefix-wrapper > h4, .prefix-wrapper > h5, .prefix-wrapper > h6, .prefix-wrapper > ol, .prefix-wrapper > p, .prefix-wrapper > ul {
    margin-right: auto;
    margin-left: auto;
    padding: 0 var(--offsets);
    max-width: var(--display-width)
}

.prefix-wrapper > ol, .prefix-wrapper > ul {
    padding-left: 50px
}

.prefix-wrapper > h1 {
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 16px
}

.prefix-wrapper > p {
    max-width: 780px
}

.prefix-wrapper > h1::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #0f7bdf), to(transparent));
    background: -o-linear-gradient(right, transparent 0, #0f7bdf 50%, transparent 100%);
    background: linear-gradient(270deg, transparent 0, #0f7bdf 50%, transparent 100%)
}

.prefix-wrapper blockquote, blockquote {
    margin-top: 1rem;
    border-left: 5px solid var(--color-accent);
    padding: 1rem var(--offsets) 1rem 2rem;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: #f0f8ffff
}

.prefix-wrapper:not(:last-child) {
    margin-bottom: 2rem
}

.prefix-wrapper {
    overflow: hidden;
    margin-top: 120px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

    .prefix-wrapper:first-child {
        margin-top: 0
    }

.wp-block-table {
    overflow: auto
}

    .wp-block-table table {
        width: 100%
    }

.prefix-container .prefix-container {
    padding-right: 0;
    padding-left: 0
}

.get-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    line-height: 0
}

.visually-hidden {
    position: absolute;
    
    clip-path: inset(100%);
    overflow: hidden;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    clip: rect(0 0 0 0)
}


main {
 
    flex-grow: 1
}

.has-text-align-center {
    text-align: center
}

.has-white-color {
    color: #fff
}

.page-header::after {
    content: "";
    position: absolute;
    right: 7%;
    top: 0;
    z-index: 15;
    width: 188px;
    height: 104px;
    background-image: url(../images/coin3.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none
}

.scroll-lock {
    overflow: hidden
}

#game .range-slider {
    pointer-events: none
}

@font-face {
    src: url(../fonts/Satoshi-Regular.woff2) format("woff2");
    font-family: Satoshi;
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: url(../fonts/Satoshi-Medium.woff2) format("woff2");
    font-family: Satoshi;
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: url(../fonts/Satoshi-Bold.woff2) format("woff2");
    font-family: Satoshi;
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: url(../fonts/Satoshi-Black.woff2) format("woff2");
    font-family: Satoshi;
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: url(../fonts/Baloo-Tamma-Regular.woff2) format("woff2");
    font-family: Baloo-Tamma;
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 8px;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: var(--color-content-button);
    background: var(--color-content-button-bg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    gap: 8px
}

    .btn:hover {
        border: 1px solid #d5d5d5;
        -webkit-box-shadow: 2px 2px 16px 0 #1c406138;
        box-shadow: 2px 2px 16px 0 #1c406138;
        color: #0f7bdf;
        background-color: #fff
    }

    .btn svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        stroke: currentcolor;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        -o-transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
    }

.btn--white {
    border: 1px solid #d5d5d5;
    -webkit-box-shadow: 2px 2px 20px 0 #1c406133;
    box-shadow: 2px 2px 20px 0 #1c406133;
    color: var(--color-content-button-bg);
    background-color: var(--color-content-button)
}

    .btn--white:hover {
        border: 1px solid var(--color-content-button-bg);
        color: var(--color-content-button);
        background-color: var(--color-content-button-bg)
    }

.prefix-content-button {
    margin-top: 2rem
}

    .prefix-content-button.alight-left {
        text-align: left
    }

    .prefix-content-button.align-right {
        text-align: right
    }

    .prefix-content-button.align-center {
        text-align: center
    }

.prefix-content-button__control {
    padding: 1rem 2rem
}

.page-header {
    background-color: var(--color-header)
}

.page-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 0
}

.page-header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 150px
}

.page-header__nav {
    margin-left: auto
}

.page-header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto
}

.page-header__burger {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 35px;
    height: 25px;
    cursor: pointer
}

    .page-header__burger span {
        display: block;
        border-radius: 20%;
        width: 100%;
        height: 3px;
        background-color: var(--color-header-navigation-link);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transition: 250ms;
        -o-transition: 250ms;
        transition: 250ms
    }

    .page-header__burger.active span:nth-of-type(1) {
        -webkit-transform: translateY(11px) rotateZ(45deg);
        -ms-transform: translateY(11px) rotate(45deg);
        transform: translateY(11px) rotateZ(45deg)
    }

    .page-header__burger.active span:nth-of-type(2) {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0)
    }

    .page-header__burger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-11px) rotateZ(-45deg);
        -ms-transform: translateY(-11px) rotate(-45deg);
        transform: translateY(-11px) rotateZ(-45deg)
    }

.page-header__nav + .page-header__buttons {
    margin-left: 20px
}

.page-header__button {
    display: inline-block;
    outline: 0;
    border: none;
    border-radius: 5px;
    padding: .6rem 1.2rem;
    font-weight: 400;
    font-size: 1.2rem;
    text-decoration: none;
    color: #fff;
    background: 0 0;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
    cursor: pointer
}

    .page-header__button + .page-header__button {
        margin-left: 5px
    }

    .page-header__button:hover {
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px)
    }

.page-header__button--first {
    color: var(--color-first-button);
    background-color: var(--color-first-button-bg)
}

.page-header__button--second {
    color: var(--color-second-button);
    background-color: var(--color-second-button-bg)
}

.first-screen {
    position: relative;
    background: 0 0 !important
}

    .first-screen::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: -1;
        height: 600px;
        background-image: var(--first-screen-image);
        background-size: cover;
        pointer-events: none
    }

.page-footer {
    margin-top: 2rem;
    padding: 20px 0;
    background-color: var(--color-footer)
}

.page-footer--enable-mobile-button {
    padding-bottom: 50px
}

.page-footer__nav {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 auto;
    padding: 1rem 0
}

.page-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: wrap row-reverse;
    flex-flow: wrap row-reverse;
    gap: 20px
}

    .page-footer__top img {
        margin: 0 auto;
        max-height: 60px;
        -o-object-fit: contain;
        object-fit: contain
    }

.page-footer__widget {
    color: var(--color-footer-text)
}

    .page-footer__widget ol, .page-footer__widget ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .page-footer__widget a {
        text-decoration: none;
        color: var(--color-footer-navigation-link-hover)
    }

    .page-footer__widget:first-child {
       
        flex-grow: 1
    }

    .page-footer__widget + .page-footer__widget {
        margin-right: 60px
    }

    .page-footer__widget + .get-image {
        margin-right: 40px
    }

.page-footer__dmca {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dmca-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-footer__copyright {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: var(--color-footer-text)
}

.prefix-faq__item {
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 24px 0 #0001;
    box-shadow: 2px 2px 24px 0 #0001
}

    .prefix-faq__item:not(:last-child) {
        margin-bottom: 20px
    }

.prefix-faq__details {
    outline: 0;
    border-radius: 8px;
    background-color: #fff
}

    .prefix-faq__details[open] {
        background-color: #fff
    }

        .prefix-faq__details[open] .prefix-faq__question {
            padding: 16px 16px 12px
        }

        .prefix-faq__details[open] .prefix-faq__hr {
            display: block
        }

        .prefix-faq__details[open] .prefix-faq__question-title svg {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg)
        }

.prefix-faq__hr {
    display: none;
    margin: 0 16px;
    border: none;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, from(#fff0), color-stop(50%, #d5d5d5), to(#fff0));
    background: -o-linear-gradient(right, #fff0 0, #d5d5d5 50%, #fff0 100%);
    background: linear-gradient(270deg, #fff0 0, #d5d5d5 50%, #fff0 100%)
}

.prefix-faq__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: 0;
    padding: 16px;
    cursor: pointer
}

  

.prefix-faq__question-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #242937;
    gap: 12px
}

    .prefix-faq__question-title svg {
        z-index: 10;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-item-align: start;
        align-self: flex-start;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

.prefix-faq__answer {
    padding: 12px 16px 16px
}

    .prefix-faq__answer * {
        margin-top: .8rem;
        font-family: inherit;
        font-style: normal;
        font-size: inherit;
        line-height: inherit;
        color: #242937
    }

    .prefix-faq__answer :first-child {
        margin-top: 0
    }

.mobile-button {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px 4px 0 0;
    padding: 12px 8px;
    width: auto;
    -webkit-box-shadow: 0 0 16px 0 #00000014;
    box-shadow: 0 0 16px 0 #00000014;
    background: #fff;
    gap: 12px 8px
}

    .mobile-button.v3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .mobile-button.v4 .mobile-button__link {
        width: 100%
    }

    .mobile-button.v1 .get-image {
        width: 80px;
        height: 40px
    }

.mobile-button__label {
    position: absolute;
    left: 10px;
    bottom: 100%;
    margin-right: 10px;
    border-radius: 8px 8px 0 0;
    padding: 4px 8px 4px 32px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    background-color: #0886faff
}

    .mobile-button__label::before {
        content: "";
        position: absolute;
        left: 8px;
        top: 50%;
        z-index: 15;
        width: 16px;
        height: 16px;
        background-image: url(../images/coin4.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.mobile-button.v1 img {
    max-width: 65px;
    max-height: 14px
}

.mobile-button > .get-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    width: 57px;
    height: 36px;
    background: #000
}

.mobile-button img {
    width: 100%;
    max-width: 50px;
    max-height: 12px;
    -o-object-fit: contain;
    object-fit: contain
}

.mobile-button.v2 .mobile-button__info {
    overflow: auto
}

.mobile-button__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mobile-button__title {
    margin: 0;
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    color: var(--color-title)
}

.mobile-button__rating {
    --percent: calc(var(--star-rating) / 5 * 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 6px;
    font-size: 14px;
    line-height: 1
}

    .mobile-button__rating::before {
        content: "â˜…â˜…â˜…â˜…â˜…";
        font-family: Times, serif;
        -webkit-text-fill-color: transparent;
        background: -webkit-gradient(linear, left top, right top, from(gold), to(#828282));
        background: -o-linear-gradient(left, gold var(--percent), #828282 var(--percent));
        background: linear-gradient(90deg, gold var(--percent), #828282 var(--percent));
       
    }

.mobile-button__rating-counter {
    margin-left: 4px;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: var(--color-text);
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

.mobile-button__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 0 auto;
    border: none;
    border-radius: 6px;
    padding: 12px 16px;
    -webkit-box-shadow: 2px 2px 16px 0 #1c406138;
    box-shadow: 2px 2px 16px 0 #1c406138;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--color-content-button);
    background-color: var(--color-content-button-bg)
}

    .mobile-button__link:hover {
        opacity: .7
    }

.mobile-button > .mobile-button__link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.mobile-button._active > .mobile-button__link::after {
    display: none
}

.mobile-button__link--show {
    margin-right: -8px;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

    .mobile-button__link--show .close {
        display: none
    }

.mobile-button._active .mobile-button__link--show .close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mobile-button._active .mobile-button__link--show {
    margin-right: 0;
    background-color: #0000001f
}

    .mobile-button._active .mobile-button__link--show .open {
        display: none
    }

.mobile-button__running-line {
    position: relative;
    overflow: hidden;
    margin-top: 4px
}

    .mobile-button__running-line::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 16px;
        background: -webkit-gradient(linear, right top, left top, from(#ffff), to(#fff0));
        background: -o-linear-gradient(right, #ffff 0, #fff0 100%);
        background: linear-gradient(270deg, #ffff 0, #fff0 100%)
    }

    .mobile-button__running-line::before {
        content: "";
        position: absolute;
        left: -1px;
        top: 0;
        bottom: 0;
        z-index: 1;
        width: 6px;
        background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff0));
        background: -o-linear-gradient(left, #fff 0, #fff0 100%);
        background: linear-gradient(90deg, #fff 0, #fff0 100%)
    }

.mobile-button__running-line-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-button__running-line-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    min-width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    -webkit-animation-name: running-line;
    animation-name: running-line;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

    .mobile-button__running-line-item span {
        color: var(--color-accent)
    }

@-webkit-keyframes running-line {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes running-line {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.mobile-button__footer {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: collapse
}

.mobile-button._active .mobile-button__footer {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible
}

.mobile-button__text-bonus > * {
    margin-top: 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: left
}

    .mobile-button__text-bonus > * span {
        color: var(--color-accent)
    }

.mobile-button__text-bonus > :first-child {
    margin-top: 0
}

.mobile-button__text-bonus > :last-child {
    margin-bottom: 0
}

.mobile-button__promocode-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
    gap: 8px
}

.mobile-button__promocode-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    padding: 12px;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
    color: var(--color-accent);
    background: #efefef
}

.mobile-button__promocode-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    border-radius: 4px;
    padding: 10px 16px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: var(--color-content-button);
    background-color: var(--content-button-gradient);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    gap: 4px
}

    .mobile-button__promocode-button svg {
        stroke: var(--color-content-button)
    }

    .mobile-button__promocode-button:hover {
        opacity: .7
    }

    .mobile-button__promocode-button span, .mobile-button__promocode-button svg {
        pointer-events: none
    }

    .mobile-button__promocode-button .copied {
        display: none
    }

    .mobile-button__promocode-button._active .copied {
        display: block
    }

    .mobile-button__promocode-button._active .copy {
        display: none
    }

.mobile-button__footer .mobile-button__link {
    margin-top: 12px;
    width: 100%
}

.prefix-advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 8px;
    padding: 16px;
    -webkit-box-shadow: 2px 2px 24px 0 #0001;
    box-shadow: 2px 2px 24px 0 #0001;
    background: #fff;
    gap: 12px
}

.prefix-advantage__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 12px
}

    .prefix-advantage__header img {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 80px;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain
    }

.prefix-advantage__title {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: var(--color-title)
}

.prefix-advantage__hr {
    border: none;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, from(#fff0), color-stop(50%, #d5d5d5), to(#fff0));
    background: -o-linear-gradient(right, #fff0 0, #d5d5d5 50%, #fff0 100%);
    background: linear-gradient(270deg, #fff0 0, #d5d5d5 50%, #fff0 100%)
}

.prefix-advantage__text {
    margin: 0;
    color: var(--color-text)
}

.page-404 .prefix-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2rem;
    margin-bottom: 2rem
}

.page-404 {
    background-image: url(../images/404.png);
    background-position: -100px
}

.page-404__title {
    margin-top: 2rem;
    font-size: 5rem;
    line-height: 6rem;
    text-align: center
}

.page-404__subtitle {
    margin: 0;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center
}

.page-404__link {
    display: inline-block;
    margin: 2rem auto 0;
    border: none;
    border-radius: 5px;
    padding: .7rem 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.2rem;
    text-decoration: none;
    color: var(--color-content-button);
    background: var(--content-button-gradient);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 150ms;
    -o-transition: 150ms;
    transition: 150ms;
    cursor: pointer
}

    .page-404__link:hover {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px)
    }

.scroll-top {
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 10
}

.scroll-top__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    border: none;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0 0 20px 5px #223c5059;
    box-shadow: 0 0 20px 5px #223c5059;
    background-color: var(--color-scroll-to-top);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    cursor: pointer
}

    .scroll-top__button svg {
        fill: var(--color-arrow-scroll-to-top);
        pointer-events: none
    }

    .scroll-top__button:hover {
        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform: translateY(3px)
    }

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    flex-basis: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 15px 0;
    gap: 25px 10px
}

.social__link img, .social__link svg {
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.wp-admin td::before, .wp-admin th::after {
    display: none !important
}

.wp-admin #link-selector {
    color: #000
}

.wp-admin .link-url {
    color: #135e96
}

.wp-admin .components-popover__content *, .wp-admin .edit-post-layout__metaboxes p, .wp-admin .media-modal-content * {
    color: #000
}

.wp-admin .acf-row {
    background: 0 0 !important
}

.wp-admin .select2-results__option {
    color: #000
}

.wp-admin .block-editor-inserter__quick-inserter-expand.components-button {
    color: #fff
}

.wp-admin .block-editor-block-card__title {
    color: #000
}

.wp-admin .block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon {
    background: #ccc
}

html :where(.editor-styles-wrapper) h1, html :where(.editor-styles-wrapper) h2, html :where(.editor-styles-wrapper) h3, html :where(.editor-styles-wrapper) h4, html :where(.editor-styles-wrapper) h5, html :where(.editor-styles-wrapper) h6 {
    color: var(--color-title) !important
}

.is-desktop-preview, body .editor-styles-wrapper {
    color: var(--color-text);
    background: var(--color-body) !important
}

    .is-desktop-preview .acf-link .link-wrap, body .editor-styles-wrapper .acf-link .link-wrap {
        color: #000
    }

.prefix-grid__title.align-left {
    text-align: left
}

.prefix-grid__title.align-center {
    text-align: center
}

.prefix-grid__title.align-right {
    text-align: right
}

.prefix-grid__description {
    margin-bottom: 1rem
}

    .prefix-grid__description.align-left {
        text-align: left
    }

    .prefix-grid__description.align-center {
        text-align: center
    }

    .prefix-grid__description.align-right {
        text-align: right
    }

.prefix-grid__container {
    display: -ms-grid;
    display: grid;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px
}


.prefix-grid__title + .prefix-faq__item, .prefix-grid__title + .prefix-grid__container, .prefix-grid__title + .prefix-grid__description {
    margin-top: 48px
}

* + .prefix-bookmakers {
    margin-top: 40px
}

.prefix-bookmakers {
    position: relative
}

    .prefix-bookmakers table {
        width: 100%
    }

    .prefix-bookmakers td {
        padding: 0
    }

    .prefix-bookmakers.enable-label tr:nth-child(3) .prefix-bookmaker {
        margin-bottom: 36px
    }

.prefix-bookmakers__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto -3px;
    border-radius: 8px 8px 0 0;
    padding: 4px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #0f7bdf;
    gap: 8px
}

    .prefix-bookmakers__label svg {
        fill: currentcolor
    }

.prefix-bookmaker {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 16px;
    -webkit-box-shadow: 2px 2px 24px 0 #0001;
    box-shadow: 2px 2px 24px 0 #0001;
    background: #fff;
    gap: 24px
}

.prefix-bookmakers.enable-label tr:nth-child(1) .prefix-bookmaker::before, .prefix-bookmakers.enable-label tr:nth-child(2) .prefix-bookmaker::before, .prefix-bookmakers.enable-label tr:nth-child(3) .prefix-bookmaker::before {
    content: "";
    position: absolute;
    left: -16px;
    right: -16px;
    top: -56px;
    bottom: -16px;
    z-index: -1;
    border-radius: 12px;
    background-color: #ff9b05
}

.prefix-bookmaker__header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    margin: auto 0
}

.prefix-bookmaker__header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.prefix-bookmaker__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px dashed #293778;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    font-weight: 700;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 20px;
    line-height: 20px;
    color: #293778
}

.prefix-bookmaker__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.prefix-bookmaker__header-top img {
    max-width: 76px;
    max-height: 40px
}

.prefix-bookmaker__name {
    margin: 0;
    font-weight: 700;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 24px;
    line-height: 28px;
    color: #242937
}

.prefix-bookmaker__anchor-link {
    font-weight: 700;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #0f7bdf
}

    .prefix-bookmaker__anchor-link:hover {
        text-decoration: underline
    }

.prefix-bookmaker__rating {
    position: relative;
    margin-top: 24px;
    width: 100%
}

    .prefix-bookmaker__rating::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -12px;
        width: 100%;
        height: 1px;
        background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #d5d5d5), to(transparent));
        background: -o-linear-gradient(right, transparent 0, #d5d5d5 50%, transparent 100%);
        background: linear-gradient(270deg, transparent 0, #d5d5d5 50%, transparent 100%)
    }

    .prefix-bookmaker__rating .rating__counter {
        padding-left: 6px;
        font-weight: 900;
        font-variant-numeric: lining-nums proportional-nums;
        font-size: 16px;
        line-height: 20px;
        color: #ff9b05;
        -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
        transform: translateY(2px)
    }

        .prefix-bookmaker__rating .rating__counter span {
            padding: 0;
            font-weight: 700;
            font-variant-numeric: lining-nums proportional-nums;
            font-size: 14px;
            line-height: 20px;
            color: #9c9c9c
        }

.prefix-bookmaker__bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 240px;
    flex: 1 1 240px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.prefix-bookmaker__bonus-text {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #242937
}

.prefix-bookmaker__bonus-description {
    margin: 4px 0 0;
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #242937
}

    .prefix-bookmaker__bonus-description span {
        color: #ff9b05
    }

.prefix-bookmaker__characteristics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 5px
}

    .prefix-bookmaker__characteristics li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 8px
    }

        .prefix-bookmaker__characteristics li span {
            font-size: 16px;
            line-height: 24px;
            color: #414655
        }

        .prefix-bookmaker__characteristics li .characteristic {
            font-weight: 700
        }

.prefix-bookmaker__link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer
}

    .prefix-bookmaker__link svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        stroke: currentcolor
    }

.prefix-bookmaker__payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.prefix-bookmaker__link + .prefix-bookmaker__payments {
    margin-top: 16px
}

.prefix-bookmaker__bonus, .prefix-bookmaker__characteristics, .prefix-bookmaker__footer, .prefix-bookmaker__header {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 240px;
    flex: 1 1 240px
}

.prefix-bookmaker__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.prefix-bookmaker__bonus::after, .prefix-bookmaker__characteristics::after, .prefix-bookmaker__header::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, #d5d5d5), to(transparent));
    background: -o-linear-gradient(bottom, transparent 0, #d5d5d5 50%, transparent 100%);
    background: linear-gradient(0deg, transparent 0, #d5d5d5 50%, transparent 100%)
}

.prefix-bookmakers::before {
    content: "";
    position: absolute;
    left: -90px;
    top: -15px;
    z-index: 15;
    width: 158px;
    height: 150px;
    background-image: url(../images/coin1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.prefix-bookmakers::after {
    content: "";
    position: absolute;
    right: -80px;
    top: 30px;
    z-index: 15;
    width: 132px;
    height: 175px;
    background-image: url(../images/coin2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.rating {
    --percent: calc(var(--star-rating) / 5 * 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    line-height: 1
}

    .rating::before {
        content: "â˜…â˜…â˜…â˜…â˜…";
        font-family: Times, serif;
        -webkit-text-fill-color: transparent;
        background: -webkit-gradient(linear, left top, right top, from(#ff9b05), to(#d5d5d5));
        background: -o-linear-gradient(left, #ff9b05 var(--percent), #d5d5d5 var(--percent));
        background: linear-gradient(90deg, #ff9b05 var(--percent), #d5d5d5 var(--percent));
        -webkit-background-clip: text
    }

    .rating span {
        padding-left: 10px
    }

.prefix-pluses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 12px 0;
    padding: 0 var(--offsets) !important;
    gap: 12px
}

.prefix-pluses__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 256px;
    flex: 1 0 256px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    gap: 4px
}

    .prefix-pluses__item img, .prefix-pluses__item svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 32px !important;
        height: auto !important
    }

.prefix-info-bookmakers {
    position: relative
}

    .prefix-info-bookmakers table {
        width: 100%
    }

    .prefix-info-bookmakers td {
        padding: 0
    }

.prefix-info-bookmaker__label {
    position: absolute;
    left: 12px;
    top: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto -3px;
    border-radius: 8px 8px 0 0;
    padding: 4px 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #0f7bdf;
    gap: 8px
}

    .prefix-info-bookmaker__label svg {
        fill: currentcolor
    }

.prefix-info-bookmaker--label::before {
    content: "";
    position: absolute;
    left: -16px;
    right: -16px;
    top: -56px;
    bottom: -16px;
    z-index: -1;
    border-radius: 12px;
    background-color: #ff9b05
}

.prefix-info-bookmaker {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.7fr 1fr 1fr;
    grid-template-columns: 1.7fr 1fr 1fr;
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 16px;
    -webkit-box-shadow: 2px 2px 24px 0 #0001;
    box-shadow: 2px 2px 24px 0 #0001;
    background: #fff;
    gap: 48px 94px
}

.prefix-info-bookmaker--label {
    margin-top: 56px;
    margin-bottom: 36px
}

.prefix-info-bookmaker__header {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 84px 1fr;
    grid-template-columns: 84px 1fr;
    gap: 0 12px
}

.prefix-info-bookmaker__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-row: 1/3;
    cursor: pointer
}

.prefix-info-info-bookmaker__title {
    margin: 0;
    font-weight: 500;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: #8395a8
}

.prefix-info-bookmaker__name {
    margin: 0;
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    line-height: 60px;
    text-transform: uppercase
}

.prefix-info-bookmaker__bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.prefix-info-bookmaker__bonus-text {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #242937
}

.prefix-info-bookmaker__bonus-description {
    margin: 4px 0 0;
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #242937
}

    .prefix-info-bookmaker__bonus-description span {
        color: #ff9b05
    }

.prefix-info-bookmaker__characteristics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 5px
}

    .prefix-info-bookmaker__characteristics li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 8px
    }

        .prefix-info-bookmaker__characteristics li span {
            font-size: 16px;
            line-height: 24px;
            color: #414655
        }

        .prefix-info-bookmaker__characteristics li .characteristic {
            font-weight: 700
        }

.prefix-info-bookmaker__footer {
    position: relative
}

.prefix-info-bookmaker__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 16px;
    width: 100%;
    -webkit-box-shadow: 2px 2px 16px 0 #1c406138;
    box-shadow: 2px 2px 16px 0 #1c406138;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    background: #0886faff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    gap: 8px
}

    .prefix-info-bookmaker__link svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        stroke: currentcolor
    }

    .prefix-info-bookmaker__link:hover {
        border: 1px solid #d5d5d5;
        color: #0f7bdf;
        background: #fff
    }

.prefix-info-bookmaker__users {
    margin: 0;
    font-weight: 500;
    font-style: normal;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #999
}

* + .prefix-info-bookmaker__users {
    margin-top: 12px
}

.prefix-info-bookmaker__information {
    position: relative;
    grid-column: 1/-1;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

.prefix-info-bookmaker__information-title {
    margin: 0;
    font-weight: 596;
    font-style: normal;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 20px;
    line-height: 24px;
    color: #2d445c
}

.prefix-info-bookmaker__payments {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 32px;
    gap: 4px
}

    .prefix-info-bookmaker__information::after, .prefix-info-bookmaker__payments::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -16px;
        height: 1px;
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #d5d5d5), to(transparent));
        background: -o-linear-gradient(left, transparent 0, #d5d5d5 50%, transparent 100%);
        background: linear-gradient(90deg, transparent 0, #d5d5d5 50%, transparent 100%)
    }

.prefix-info-bookmaker__information::after {
    top: -24px
}

.prefix-info-bookmaker__footer::after, .prefix-info-bookmaker__header::after {
    content: "";
    position: absolute;
    right: -42px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, #d5d5d5), to(transparent));
    background: -o-linear-gradient(bottom, transparent 0, #d5d5d5 50%, transparent 100%);
    background: linear-gradient(0deg, transparent 0, #d5d5d5 50%, transparent 100%)
}

.prefix-info-bookmaker__footer::after {
    left: -42px;
    right: auto
}

.slots .prefix-grid__container {
    -ms-grid-columns: (1fr) [ 6 ];
    grid-template-columns: repeat(6, 1fr);
    width: 100%;
    gap: 12px
}

.slots {
    position: relative;
    padding-bottom: 16px
}

    .slots::before {
        content: "";
        position: absolute;
        left: 16px;
        right: 16px;
        top: 0;
        bottom: 0;
        z-index: -1;
        border-radius: 12px;
        background-color: #fff
    }

    .slots .prefix-grid__title {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        padding: 16px 0 12px
    }

        .slots .prefix-grid__title.align-center {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        .slots .prefix-grid__title.align-right {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end
        }

        .slots .prefix-grid__title + .prefix-grid__description {
            margin-top: 12px
        }

        .slots .prefix-grid__title::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 1px;
            background: -webkit-gradient(linear, right top, left top, from(#fff0), color-stop(50%, #d5d5d5), to(#fff0));
            background: -o-linear-gradient(right, #fff0 0, #d5d5d5 50%, #fff0 100%);
            background: linear-gradient(270deg, #fff0 0, #d5d5d5 50%, #fff0 100%)
        }

.prefix-slot {
    overflow: hidden;
    border: 1px solid #efefef;
    border-radius: 8px;
    background: #fff
}

    .prefix-slot img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover
    }

.prefix-slot__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 6px 8px 8px;
    gap: 4px
}

.prefix-slot__title {
    margin: 0;
    font-weight: 700;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000
}

.prefix-slot__description {
    margin: 0;
    padding: 0 8px;
    font-weight: 400;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000
}

.prefix-slot__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .prefix-slot__rating::before {
        -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        transform: translateY(-1px)
    }

.prefix-slot .rating__counter {
    padding-left: 4px;
    font-weight: 900;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #ff9b05
}

.prefix-slot__button {
    font-size: 16px;
    line-height: 20px
}

.prefix-warning {
    position: relative;
    margin: 0 auto;
    border-radius: 8px;
    padding: 8px;
    max-width: 860px;
    background: #ff5f05
}

.prefix-warning__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    font-weight: 700;
    font-style: normal;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    gap: 8px
}

    .prefix-warning__title svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-item-align: self-start;
        -ms-grid-row-align: self-start;
        align-self: self-start;
        pointer-events: none
    }

.prefix-warning__list {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 10;
    margin: 0;
    border-radius: 8px;
    padding: 4px;
    max-width: 210px;
    -webkit-box-shadow: 2px 2px 24px 0 #0001;
    box-shadow: 2px 2px 24px 0 #0001;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    pointer-events: none
}

.prefix-warning__item {
    margin-left: 20px;
    font-weight: 400;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    line-height: 24px;
    color: #414655
}

.prefix-warning:hover .prefix-warning__list {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.prefix-advantage .prefix-brand-block {
    margin-top: auto
}

.prefix-brand-block {
    border-radius: 8px;
    padding: 10px;
    background: #ff9b05
}

.prefix-brand-block--label {
    padding-top: 50px
}

.prefix-brand-block__label {
    position: absolute;
    left: 50%;
    bottom: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px 8px 0 0;
    padding: 4px 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 700;
    font-style: normal;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #0f7bdf;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    gap: 8px
}

.prefix-brand-block__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 9px;
    background-color: #000
}

.prefix-brand-block__bonus {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: #242937
}

    .prefix-brand-block__bonus span {
        color: #ff9b05
    }

.prefix-brand-block__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #efefef;
    border-radius: 0 8px 8px 0;
    padding: 10px;
    background: #fff;
    gap: 8px
}

.prefix-brand-block__button {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    padding: 6px 20px;
    font-size: 16px;
    line-height: 20px
}

* + .daily-promotion {
    margin-top: 2rem
}

.daily-promotion.is-label {
    border-radius: 12px;
    padding: 56px 16px 16px;
    background: #ff9b05
}

.daily-promotion__inner {
    position: relative;
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 330px minmax(200px, 300px);
    grid-template-columns: 1fr 330px minmax(200px, 300px);
    border-radius: 8px;
    padding: 24px;
    -webkit-box-shadow: 2px 2px 24px 0 #00000019;
    box-shadow: 2px 2px 24px 0 #00000019;
    background-color: #fff
}

.daily-promotion__label {
    position: absolute;
    left: 12px;
    bottom: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px 8px 0 0
}

.daily-promotion__label-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px 10px;
    font-weight: 700;
    font-style: normal;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #0f7bdf
}

    .daily-promotion__label-box svg {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

.daily-promotion__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    padding: 8px;
    background-color: #000
}

    .daily-promotion__logo img {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        max-height: 22px;
        -o-object-fit: contain;
        object-fit: contain
    }

.daily-promotion__title {
    position: relative;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    color: #242937
}

.daily-promotion__timer {
    position: relative;
    padding-bottom: 20px
}

.daily-promotion__timer-title {
    margin: 0 0 10px;
    font-weight: 900;
    font-style: normal;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #242937bf
}

.daily-promotion__timer-field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    border: 2px solid #0f7bdf;
    border-radius: 4px;
    width: 60px;
    height: 60px;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #46a6ff;
    background: #f4f4f4
}

    .daily-promotion__timer-field:not(:last-child)::before {
        content: ":";
        position: absolute;
        right: -18px;
        top: 50%;
        font-weight: 500;
        font-style: normal;
        font-variant-numeric: lining-nums proportional-nums;
        font-size: 32px;
        line-height: 32px;
        text-align: center;
        text-transform: capitalize;
        color: #46a6ff;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .daily-promotion__timer-field::after {
        position: absolute;
        left: 50%;
        bottom: -20px;
        font-weight: 500;
        font-style: normal;
        font-variant-numeric: lining-nums proportional-nums;
        font-size: 14px;
        line-height: 14px;
        text-align: center;
        text-transform: capitalize;
        color: #2429377f;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

.day::after {
    content: "Days"
}

.hour::after {
    content: "Hours"
}

.min::after {
    content: "Min"
}

.sec::after {
    content: "Sec"
}

.daily-promotion__timer-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr);
    gap: 12px
}

.daily-promotion__bonus {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.daily-promotion__bonus-wrapper {
    position: relative;
    border: 2px solid #ff9b05;
    border-radius: 6px;
    padding: 8px 18px 8px 68px;
    min-height: 28px
}

    .daily-promotion__bonus-wrapper::before {
        content: "";
        position: absolute;
        left: 18px;
        top: 50%;
        width: 40px;
        height: 40px;
        background-image: url(../images/gift-box.png);
        background-size: contain;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.daily-promotion__bonus-text {
    margin: 0;
    font-weight: 700;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #242937
}

    .daily-promotion__bonus-text span {
        font-weight: 900;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        text-transform: uppercase;
        color: #ffa709
    }

.daily-promotion__button {
    padding: 16px 8px
}

.daily-promotion__timer::after, .daily-promotion__title::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#d5d5d5ff), color-stop(50%, #d5d5d5), to(#d5d5d5ff));
    background: -o-linear-gradient(right, #d5d5d5ff 0, #d5d5d5 50%, #d5d5d5ff 100%);
    background: linear-gradient(270deg, #d5d5d5ff 0, #d5d5d5 50%, #d5d5d5ff 100%)
}

.modal {
    position: absolute;
    left: 0;
    right: 0;
    top: -1000px;
    bottom: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: scroll;
    padding: 16px;
    background: #0009;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.modal__content {
    position: relative
}

.modal_active {
    position: fixed;
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
}

.modal__close-button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    border: none;
    width: 50px;
    height: 50px;
    background-color: transparent;
    cursor: pointer
}

    .modal__close-button svg {
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out
    }

    .modal__close-button:hover svg {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

.modal__button-active {
    position: fixed;
    left: 0;
    bottom: 20%;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-radius: 0 15px 15px 0;
    padding: 8px 10px 4px;
    cursor: pointer;
    gap: 4px
}

    .modal__button-active:has(.wolf) {
        background: -webkit-gradient(linear, left top, left bottom, from(#3b3acc), to(#a419a2));
        background: -o-linear-gradient(top, #3b3acc 0, #a419a2 100%);
        background: linear-gradient(180deg, #3b3acc 0, #a419a2 100%)
    }

    .modal__button-active:has(.bonus) {
        background: -o-radial-gradient(50% 50%, 50% 50%, #eead28 0, #000 100%);
        background: radial-gradient(50% 50% at 50% 50%, #eead28 0, #000 100%)
    }

    .modal__button-active .image {
        width: 64px;
        height: 64px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat
    }

    .modal__button-active .wolf {
        background-image: url(../images/wolf2.png)
    }

    .modal__button-active .bonus {
        background-image: url(../images/gift.png)
    }

.modal__button-active-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    gap: 4px
}

.modal__button-active-text {
    margin: 0;
    font-family: Baloo-Tamma, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #fff
}

    .modal__button-active-text span {
        font-size: 16px;
        line-height: 16px
    }

#game-shift .modal__content {
    position: relative;
    border-radius: 20px;
    padding: 20px 0 40px;
    width: 100%;
    max-width: 920px;
    background: -webkit-gradient(linear, left top, left bottom, from(#393bcd), to(#a718a1));
    background: -o-linear-gradient(top, #393bcd 0, #a718a1 100%);
    background: linear-gradient(180deg, #393bcd 0, #a718a1 100%)
}

    #game-shift .modal__content::before {
        content: "";
        position: absolute;
        right: -5%;
        top: 38%;
        width: 78px;
        height: 57px;
        background-image: url(../images/coin6.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        pointer-events: none
    }

    #game-shift .modal__content::after {
        content: "";
        position: absolute;
        left: 4%;
        bottom: 4%;
        width: 61px;
        height: 42px;
        background-image: url(../images/coin5.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        pointer-events: none
    }

#game-shift .modal__title {
    margin: 20px 20px 15px;
    font-family: Baloo-Tamma, sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 54px;
    text-align: center;
    color: #fff
}

#game-shift .modal__road {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 214px;
    background-image: url(../images/line.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

#game-shift .jackpot {
    width: 124px;
    height: 125px;
    background-image: url(../images/jackpot.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

#game-shift .wolf {
    width: 150px;
    height: 150px;
    background-image: url(../images/wolf2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

#game-shift .prize {
    width: 130px;
    height: 130px;
    background-image: url(../images/prize.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

#game-shift .range {
    position: relative;
    margin: 32px 125px 0 75px;
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 12px;
    -webkit-animation: 1.5s infinite flicker;
    animation: 1.5s infinite flicker
}

    #game-shift .range::after {
        content: "";
        position: absolute;
        right: -46px;
        top: 50%;
        width: 136px;
        height: 126px;
        background-image: url(../images/box.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

#game-shift .range-slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    width: 100%;
    height: 26px;
    background: 0 0
}

#game-shift .active-line {
    position: absolute;
    left: 20px;
    top: 16px;
    border-radius: 10px;
    width: 30%;
    height: 26px;
    -webkit-box-shadow: 0 4px 4px 0 #0000003f;
    box-shadow: 0 4px 4px 0 #0000003f;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#9e1ba4));
    background: -o-linear-gradient(top, #fff 0, #9e1ba4 100%);
    background: linear-gradient(180deg, #fff 0, #9e1ba4 100%)
}

#game-shift .range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    z-index: 20;
    width: 80px;
    height: 80px;
    background-image: url(../images/wolf2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer
}

#game-shift .range-slider::-moz-range-thumb {
    z-index: 20;
    width: 80px;
    height: 80px;
    background-image: url(../images/wolf2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation: 1.5s infinite alternate flicker;
    cursor: pointer
}

#game-shift .modal__text {
    margin: 32px 16px 0;
    font-family: Baloo-Tamma, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    text-shadow: 0 4px 4px #0000003f;
    color: #fff
}

    #game-shift .modal__text span {
        font-size: 36px
    }

#game-shift .modal__control {
    display: block;
    margin: 32px auto 20px;
    border: none;
    border-radius: 10px;
    padding: 18px 18px 16px;
    min-width: 200px;
    -webkit-box-shadow: 0 5px 10px 0 #3c3acb66 inset;
    box-shadow: 0 5px 10px 0 #3c3acb66 inset;
    font-family: Baloo-Tamma, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    color: #000;
    background: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-animation: 2s linear infinite scale;
    animation: 2s linear infinite scale;
    cursor: pointer
}

    #game-shift .modal__control:hover {
        -webkit-box-shadow: 0 5px 10px 0 #3c3acb66;
        box-shadow: 0 5px 10px 0 #3c3acb66
    }

#game-shift .modal__text--bonus {
    margin-top: 0
}

#bonus .modal__content {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    max-width: 328px;
    background: #000
}

#bonus .modal__header {
    position: relative;
    padding: 16px 130px 16px 16px;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    min-height: 140px
}

    #bonus .modal__header > img {
        margin-bottom: 24px;
        max-height: 40px;
        -o-object-fit: contain;
        object-fit: contain
    }

    #bonus .modal__header::after {
        content: "";
        position: absolute;
        right: 16px;
        bottom: 16px;
        width: 90px;
        height: 90px;
        background-image: url(../images/gift-box.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat
    }

#bonus .modal__title {
    margin: 0 0 4px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

#bonus .modal__bonus {
    margin: 0;
    font-weight: 900;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

    #bonus .modal__bonus span {
        color: #f9a000
    }

    #bonus .modal__bonus b, #bonus .modal__bonus strong {
        font-size: 24px;
        line-height: 24px
    }

#bonus .modal__footer {
    padding: 16px;
    background-color: #f9a000
}

#bonus .modal__clock {
    margin-bottom: 10px
}

#bonus .modal__clock-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4px;
    gap: 60px
}

    #bonus .modal__clock-header span {
        font-weight: 400;
        font-size: 10px;
        line-height: 10px;
        color: #000
    }

#bonus .modal__clock-timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 4px;
    padding: 4px 10px 4px 25px;
    height: 40px;
    max-width: 160px;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 16px;
    color: #000;
    background: #fff
}

#bonus .modal__control {
    padding: 16px 8px;
    width: 100%;
    font-size: 18px;
    line-height: 24px
}

#bonus .modal__perk {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    color: #000
}

@-webkit-keyframes scale {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes scale {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@-webkit-keyframes flicker {
    0%, 100%, 19%, 21%, 23%, 25%, 54%, 56% {
        -webkit-box-shadow: 0 0 3px #fff, inset 0 0 4px #fff, 0 0 2px #fff, inset 0 0 2px #fff, 0 0 4px #fff, inset 0 0 4px #fff;
        box-shadow: 0 0 3px #fff, inset 0 0 4px #fff, 0 0 2px #fff, inset 0 0 2px #fff, 0 0 4px #fff, inset 0 0 4px #fff
    }

    20%, 24%, 55% {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@keyframes flicker {
    0%, 100%, 19%, 21%, 23%, 25%, 54%, 56% {
        -webkit-box-shadow: 0 0 3px #fff, inset 0 0 4px #fff, 0 0 2px #fff, inset 0 0 2px #fff, 0 0 4px #fff, inset 0 0 4px #fff;
        box-shadow: 0 0 3px #fff, inset 0 0 4px #fff, 0 0 2px #fff, inset 0 0 2px #fff, 0 0 4px #fff, inset 0 0 4px #fff
    }

    20%, 24%, 55% {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.mosaic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 8px;
    padding: 32px 16px 20px;
    max-width: 328px;
    background: -o-radial-gradient(50% 50%, 50% 50%, #805499 0, #a219a3 .01%, #000 100%);
    background: radial-gradient(50% 50% at 50% 50%, #805499 0, #a219a3 .01%, #000 100%);
    gap: 12px
}

.mosaic__title {
    margin: 0;
    font-family: Baloo-Tamma, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #fee45a
}

.mosaic__title--start {
    display: none
}

.mosaic__game {
    position: relative;
    margin: 0 auto;
    border: 10px solid #694112;
    border-radius: 6px;
    width: 240px;
    height: 240px;
    background: #301d06
}

    .mosaic__game::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 331px;
        height: 331px;
        background-image: url(../images/mosaic/sunshine.png);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-animation: 1.5s ease-in-out infinite sunshine;
        animation: 1.5s ease-in-out infinite sunshine
    }

.mosaic:has(.no-select) .mosaic__title--start {
    display: block
}

.mosaic:has(.no-select) .mosaic__title--win {
    display: none
}

.mosaic:has(.no-select) .mosaic__game::before {
    display: none
}

.mosaic:has(.no-select) .mosaic__game {
    margin: 0 auto 76px
}

.mosaic:has(.no-select) .mosaic__rules {
    display: block
}

.mosaic:has(.no-select) .mosaic__bonus {
    display: none
}

.mosaic:has(.no-select) .mosaic__button {
    display: none
}

.mosaic__field {
    margin: 20px;
    width: 200px;
    height: 200px;
    background-image: url(../images/mosaic/mosaic-bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.mosaic__option {
    position: absolute;
    z-index: 4;
    background: center/contain no-repeat;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

    .mosaic__option.no-select {
        scale: .6
    }

.option-1 {
    left: 20px;
    top: 20px;
    width: 118px;
    height: 100px;
    background-image: url(../images/mosaic/pazzle1.png)
}

.option-2 {
    left: 120px;
    top: 20px;
    width: 100px;
    height: 118px;
    background-image: url(../images/mosaic/pazzle2.png)
}

.option-3 {
    left: 102px;
    top: 120px;
    width: 118px;
    height: 100px;
    background-image: url(../images/mosaic/pazzle3.png)
}

.option-4 {
    left: 20px;
    top: 102px;
    width: 100px;
    height: 118px;
    background-image: url(../images/mosaic/pazzle4.png)
}

.no-select.option-1 {
    left: -60px;
    top: 100%
}

.no-select.option-2 {
    left: 114px;
    top: 100%
}

.no-select.option-3 {
    left: 20px;
    top: 100%
}

.no-select.option-4 {
    left: 194px;
    top: 100%
}

.mosaic__rules {
    display: none;
    margin: 8px 0 0;
    font-family: Baloo-Tamma, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 4px 4px #0000003f;
    color: #fff
}

.mosaic__bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #f9a000;
    border-radius: 6px;
    padding: 10px;
    background: #fff;
    gap: 10px
}

    .mosaic__bonus img {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        max-height: 40px;
        -o-object-fit: contain;
        object-fit: contain
    }

.mosaic__bonus-text {
    margin: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #242937
}

    .mosaic__bonus-text span {
        font-weight: 900;
        font-style: normal;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #ffa709
    }

.mosaic__button {
    border: none;
    border-radius: 6px;
    padding: 16px 4px;
    width: 100%;
    -webkit-box-shadow: 2px 2px 16px 0 #1c406138;
    box-shadow: 2px 2px 16px 0 #1c406138;
    font-weight: 700;
    font-style: normal;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: -o-radial-gradient(100% 50%, 517.86% 100%, #0886fa 0, #0f79dc 100%);
    background: radial-gradient(517.86% 100% at 100% 50%, #0886fa 0, #0f79dc 100%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

    .mosaic__button:hover {
        opacity: .7
    }

@-webkit-keyframes sunshine {
    0%, 100% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotate(-15deg) scale(1.1);
        transform: translate(-50%, -50%) rotate(-15deg) scale(1.1)
    }
}

@keyframes sunshine {
    0%, 100% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotate(-15deg) scale(1.1);
        transform: translate(-50%, -50%) rotate(-15deg) scale(1.1)
    }
}

.modal__content:has(.search) {
    width: 100%;
    max-width: 328px
}

.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 8px;
    padding: 40px 20px 20px;
    max-width: 330px;
    background: #000
}

    .search:has(.is-click+.is-click) .search__title, .search:has(.is-click+.search__game-item+.is-click) .search__title {
        display: none
    }

    .search:has(.is-click+.is-click) .search__title--win, .search:has(.is-click+.search__game-item+.is-click) .search__title--win {
        display: block
    }

    .search:has(.is-click+.is-click) .search__game-item, .search:has(.is-click+.search__game-item+.is-click) .search__game-item {
        -webkit-animation-play-state: paused;
        animation-play-state: paused
    }

        .search:has(.is-click+.is-click) .search__game-item::before, .search:has(.is-click+.search__game-item+.is-click) .search__game-item::before {
            -webkit-animation-play-state: paused;
            animation-play-state: paused
        }

    .search:has(.is-click+.is-click) .search__bonus, .search:has(.is-click+.search__game-item+.is-click) .search__bonus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .search:has(.is-click+.is-click) .search__rules, .search:has(.is-click+.search__game-item+.is-click) .search__rules {
        display: none
    }

.search__title {
    margin: 0;
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    text-shadow: 0 3px 4px #ff4f467f;
    text-transform: uppercase;
    color: #eead28
}

.search__title--win {
    display: none
}

.search__game {
    position: relative;
    width: 100%;
    height: 320px
}

.search__game-item {
    position: absolute;
    width: 100px;
    height: 100px;
    -webkit-animation: 3s linear infinite circle;
    animation: 3s linear infinite circle;
    pointer-events: none
}

.search__game-item--1 {
    position: absolute;
    left: 0;
    top: 10px;
    width: 300px;
    height: 300px;
    -webkit-animation: 6s linear infinite circle;
    animation: 6s linear infinite circle
}

.search__game-item--2 {
    position: absolute;
    right: 0;
    top: 40px;
    width: 250px;
    height: 320px;
    -webkit-animation: 7s linear infinite circle;
    animation: 7s linear infinite circle
}

.search__game-item--3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    height: 350px;
    -webkit-animation: 5s linear infinite circle;
    animation: 5s linear infinite circle
}

.search__game-item::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 30px;
    width: 80px;
    height: 80px;
    background-image: url(../images/search/gift.png);
    -webkit-animation: 3s linear infinite a-circle;
    animation: 3s linear infinite a-circle;
    pointer-events: all
}

.search__game-item--2::before {
    -webkit-animation: 7s linear infinite b-circle;
    animation: 7s linear infinite b-circle
}

.search__game-item::after {
    content: "";
    position: absolute;
    left: 30px;
    top: 30px;
    display: none;
    width: 80px;
    height: 80px;
    background-image: url(../images/search/blob.png);
    pointer-events: none
}

.search__game-item.is-click {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

    .search__game-item.is-click::before {
        display: none
    }

    .search__game-item.is-click::after {
        display: block;
        -webkit-animation: 2s linear forwards opacity;
        animation: 2s linear forwards opacity
    }

.search__rules {
    position: relative;
    margin-top: 10px;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

    .search__rules::after {
        content: "";
        display: inline-block;
        margin-left: 10px;
        width: 40px;
        height: 40px;
        background-image: url(../images/search/hand.png);
        -webkit-transform: translateY(17px);
        -ms-transform: translateY(17px);
        transform: translateY(17px)
    }

.search__bonus {
    position: relative;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 16px 8px 8px;
    border-radius: 5px 0 5px 5px;
    padding: 8px;
    -webkit-box-shadow: 0 0 0 8px #f9a000;
    box-shadow: 0 0 0 8px #f9a000;
    background: #fff;
    gap: 8px
}

    .search__bonus img {
        position: absolute;
        right: -8px;
        bottom: calc(100% + 8px);
        border-radius: 5px 5px 0 0;
        padding: 4px;
        background: #fff
    }

.search__bonus-title {
    margin: 0;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #242937
}

.search__bonus-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.search__bonus-text {
    margin: 0;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #242937
}

    .search__bonus-text span {
        font-weight: 900;
        font-style: normal;
        font-size: 14px;
        line-height: 16px;
        color: #0984f5
    }

.search .mosaic__button {
    max-width: 100px
}

@-webkit-keyframes circle {
    0% {
        rotate: 0deg
    }

    100% {
        rotate: 360deg
    }
}

@keyframes circle {
    0% {
        rotate: 0deg
    }

    100% {
        rotate: 360deg
    }
}

@-webkit-keyframes a-circle {
    0% {
        rotate: 0deg
    }

    100% {
        rotate: -360deg
    }
}

@keyframes a-circle {
    0% {
        rotate: 0deg
    }

    100% {
        rotate: -360deg
    }
}

@-webkit-keyframes b-circle {
    0% {
        rotate: 0deg
    }

    100% {
        rotate: 360deg
    }
}

@keyframes b-circle {
    0% {
        rotate: 0deg
    }

    100% {
        rotate: 360deg
    }
}

@-webkit-keyframes opacity {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes opacity {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@media (hover: hover), screen and (min-width: 0 \0 ) {
    .social__link:focus img, .social__link:focus svg, .social__link:hover img, .social__link:hover svg {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@media (min-width: 767px) {
    .mobile-button {
        display: none
    }
}

@media screen and (max-width: 1280px) {
    :root {
        --offsets: 20px
    }
}

@media (max-width: 1280px) {
    .slots .prefix-grid__container {
        -ms-grid-columns: (1fr) [ 5 ];
        grid-template-columns: repeat(5, 1fr)
    }

    .slots::before {
        left: 8px;
        right: 8px
    }
}

@media screen and (max-width: 1024px) {
    :root {
        --offsets: 12px
    }
}

@media (max-width: 1024px) {
    h1 {
        font-size: 32px;
        line-height: 40px
    }

    h2 {
        font-size: 28px;
        line-height: 36px
    }

    h3 {
        font-size: 24px;
        line-height: 28px
    }

    .prefix-wrapper {
        margin-bottom: 16px
    }

    .page-header__container {
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: var(--offsets) 0
    }

    .page-header__logo {
        max-width: 100px
    }

    .page-header__nav {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .page-header__buttons {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .page-header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .page-header__nav + .page-header__buttons {
        margin-left: 0
    }

    .page-footer__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .page-footer__widget {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

        .page-footer__widget + .page-footer__widget {
            margin-right: 0
        }

        .page-footer__widget + .get-image {
            margin: 0
        }

    .prefix-grid__container.col-4 {
        -ms-grid-columns: (1fr) [ 3 ];
        grid-template-columns: repeat(3, 1fr)
    }

    .prefix-grid__container.col-3 {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr)
    }

    .prefix-grid__container.col-2 {
        -ms-grid-columns: (1fr) [ 1 ];
        grid-template-columns: repeat(1, 1fr)
    }

    .prefix-bookmakers.enable-label tr:nth-child(1) .prefix-bookmaker::before, .prefix-bookmakers.enable-label tr:nth-child(2) .prefix-bookmaker::before, .prefix-bookmakers.enable-label tr:nth-child(3) .prefix-bookmaker::before {
        left: -12px;
        right: -12px;
        top: -52px;
        bottom: -12px
    }

    .prefix-bookmaker {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }

    .prefix-bookmaker__bonus::after {
        left: 0;
        right: 0;
        top: auto;
        bottom: -12px;
        width: 100%;
        height: 1px;
        background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(50%, #d5d5d5), to(transparent));
        background: -o-linear-gradient(left, transparent 0, #d5d5d5 50%, transparent 100%);
        background: linear-gradient(90deg, transparent 0, #d5d5d5 50%, transparent 100%)
    }

    .prefix-bookmaker__rating::after {
        top: auto;
        bottom: -12px
    }

    .prefix-bookmakers::before {
        left: 15px;
        top: -45px;
        width: 78px;
        height: 70px
    }

    .prefix-bookmakers::after {
        right: 20px;
        top: -80px;
        width: 72px;
        height: 115px
    }

    .prefix-info-bookmaker--label::before {
        left: -12px;
        right: -12px;
        top: -52px;
        bottom: -12px
    }

    .prefix-info-bookmaker {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 32px
    }

    .prefix-info-bookmaker__information::after {
        display: none
    }

    .prefix-info-bookmaker__footer::after, .prefix-info-bookmaker__header::after {
        left: 0;
        right: 0;
        top: auto;
        bottom: -16px;
        width: 100%;
        height: 1px;
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #d5d5d5), to(transparent));
        background: -o-linear-gradient(left, transparent 0, #d5d5d5 50%, transparent 100%);
        background: linear-gradient(90deg, transparent 0, #d5d5d5 50%, transparent 100%)
    }

    .prefix-info-bookmaker__footer::after {
        left: 0;
        right: 0;
        top: -16px;
        bottom: auto;
        width: 100%;
        height: 1px;
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #d5d5d5), to(transparent));
        background: -o-linear-gradient(left, transparent 0, #d5d5d5 50%, transparent 100%);
        background: linear-gradient(90deg, transparent 0, #d5d5d5 50%, transparent 100%)
    }

    .slots::before {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    .modal__button-active {
        border-radius: 0 10px 10px 0;
        padding: 5px 5px 2px
    }

        .modal__button-active svg {
            width: 18px !important;
            height: 18px !important
        }

        .modal__button-active .image {
            width: 42px;
            height: 42px
        }
}

@media (max-width: 1023px) {
    .slots .prefix-grid__container {
        -ms-grid-columns: (1fr) [ 4 ];
        grid-template-columns: repeat(4, 1fr)
    }

    .daily-promotion__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 24px
    }

    .daily-promotion__title {
        text-align: center
    }

    .daily-promotion__timer-block {
        margin: 0 auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        gap: 24px
    }

    .daily-promotion__timer::after, .daily-promotion__title::after {
        left: 32px;
        right: 32px;
        top: auto;
        bottom: -12px;
        width: 100%;
        height: 1px;
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #d5d5d500), color-stop(50%, #d5d5d5), to(#d5d5d500));
        background: -o-linear-gradient(left, #d5d5d500 0, #d5d5d5 50%, #d5d5d500 100%);
        background: linear-gradient(90deg, #d5d5d500 0, #d5d5d5 50%, #d5d5d500 100%)
    }
}

@media (max-width: 767px) {
    .prefix-content-button {
        margin-top: 1rem
    }

    .prefix-grid__container.col-4 {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr)
    }

    .prefix-bookmaker, .prefix-grid__container.col-3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .prefix-bookmaker__counter {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: auto
    }

    .prefix-bookmaker__bonus::after, .prefix-bookmaker__rating::after {
        top: -12px;
        bottom: auto
    }

    .prefix-bookmaker__characteristics::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -12px;
        width: 100%;
        height: 1px;
        background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(50%, #d5d5d5), to(transparent));
        background: -o-linear-gradient(left, transparent 0, #d5d5d5 50%, transparent 100%);
        background: linear-gradient(90deg, transparent 0, #d5d5d5 50%, transparent 100%)
    }

    .prefix-bookmaker__header::after {
        display: none
    }

    .prefix-bookmaker__payments {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .prefix-bookmaker__footer::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -12px;
        width: 100%;
        height: 1px;
        background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(50%, #d5d5d5), to(transparent));
        background: -o-linear-gradient(left, transparent 0, #d5d5d5 50%, transparent 100%);
        background: linear-gradient(90deg, transparent 0, #d5d5d5 50%, transparent 100%)
    }

    .prefix-pluses {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .prefix-pluses__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .prefix-info-bookmaker__label {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .prefix-info-bookmaker__header {
        -ms-grid-columns: 72px 1fr;
        grid-template-columns: 72px 1fr
    }

    .prefix-info-info-bookmaker__title {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px
    }

    .prefix-info-bookmaker__name {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        font-size: 32px;
        line-height: 40px
    }

    .slots .prefix-grid__container {
        -ms-grid-columns: (1fr) [ 3 ];
        grid-template-columns: repeat(3, 1fr);
        gap: 10px
    }

    .prefix-warning__title {
        pointer-events: none
    }

    .daily-promotion.is-label {
        padding: 52px 12px 12px
    }

    .daily-promotion__inner {
        padding: 20px 16px 16px
    }

    .daily-promotion__label {
        left: 50%;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .daily-promotion__title {
        font-size: 24px;
        line-height: 28px
    }

    .daily-promotion__timer-title {
        font-size: 16px;
        line-height: 22px
    }

    #game-shift .modal__content {
        padding: 0 0 20px
    }

        #game-shift .modal__content::before {
            right: 0;
            top: 10%
        }

        #game-shift .modal__content::after {
            left: -3%;
            bottom: -10%
        }

    #game-shift .modal__title {
        font-size: 28px
    }

    #game-shift .modal__road {
        height: 110px
    }

    #game-shift .jackpot {
        width: 60px;
        height: 60px
    }

    #game-shift .wolf {
        width: 80px;
        height: 80px
    }

    #game-shift .prize {
        width: 60px;
        height: 60px
    }

    #game-shift .range {
        margin: 20px 45px 20px 15px;
        padding: 10px 10px 5px
    }

    #game-shift .range-slider {
        height: 20px
    }

    #game-shift .active-line {
        left: 12px;
        top: 12px;
        border-radius: 6px;
        height: 20px
    }

    #game-shift .range-slider::-webkit-slider-thumb {
        width: 60px;
        height: 60px
    }

    #game-shift .range-slider::-moz-range-thumb {
        width: 60px;
        height: 60px
    }

    #game-shift .modal__text span {
        font-size: 24px
    }

    #game-shift .modal__text {
        font-size: 14px;
        line-height: 16px
    }
}

@media (max-width: 575px) {
    .daily-promotion__timer-field:not(:last-child)::before {
        right: -13px
    }

    .daily-promotion__timer-block {
        gap: 12px
    }
}

@media (max-width: 550px) {
    .page-header__buttons {
        margin: 0 -.2rem
    }

    .page-footer__widget {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .prefix-grid__container.col-4 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .prefix-grid__container {
        gap: 16px
    }

    .slots .prefix-grid__container {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr)
    }

    .prefix-advantage .prefix-brand-block {
        margin: auto -16px -16px
    }

    .prefix-brand-block__bonus {
        font-size: 16px;
        line-height: 20px
    }
}

@media (max-width: 500px) {
    .page-header__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page-header__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        margin-top: 1rem;
        width: 100%;
        text-align: center
    }

    .page-header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page-header__button {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media (max-width: 475px) {
    .prefix-content-button__control {
        padding: 1rem;
        width: 100%
    }
}

.modal_active + .modal_active {
    opacity: 0;
    z-index: -10;
}

.modal_active + .modal + .modal_active {
    opacity: 0;
    z-index: -10;
}


.search {
    height: 470px
}

.search__rules,
.search__bonus {
    margin-top: auto;
}

/* Bookmaker fix */
@media (min-width: 767px) {
    .prefix-bookmaker__label {
        display: none;
    }
}

.prefix-bookmaker__label {
    text-align: center;
    color: #0f7bdf;
    font-family: inherit;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
}


/* Compare block */
.compare-block {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 12px;
    right: 12px;
    padding: 1rem;
    max-height: 99vh;
    max-height: 99svh;
    overflow: auto;
    border-radius: .75rem .75rem 0 0;
    border: 1px solid #0f7bdf;
    border-bottom: none;
    background: #08102f;
    box-shadow: 2px 2px 24px 0 rgba(0, 0, 0, .07)
}

    .compare-block.close .compare-block__alert,
    .compare-block.close .compare-block__arrow,
    .compare-block.close .compare-block__header,
    .compare-block.close .compare-block__main {
        display: none
    }

    .compare-block.close .compare-block__compare-btn {
        display: block;
        background: radial-gradient(517.86% 100% at 100% 50%, #0886fa 0, hwb(209 6% 14%) 100%);
        pointer-events: all
    }

    .compare-block.compared .compare-block__compare-btn, .compare-block.compared .compare-block__header {
        display: none
    }

    .compare-block.compared .compare-block__main {
        display: flex
    }

    .compare-block.compared .compare-block__arrow {
        display: block
    }

.compare-block__title {
    margin-bottom: .625rem;
    position: relative;
    color: #fff;
    text-align: center;
    font-family: inherit;
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem
}

    .compare-block__title .compare-block__arrow {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 1.0625rem;
        height: .5rem;
        display: none
    }

    .compare-block__title .compare-block__qty {
        color: #ff9b05;
    }

    .compare-block__title .compare-block__cross {
        width: 1.375rem;
        height: 1.375rem;
        position: absolute;
        top: -.625rem;
        right: -.625rem;
        cursor: pointer
    }

.compare-block__alert {
    margin-top: .625rem;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-family: inherit;
    font-size: .75rem;
    font-style: normal;
    font-weight: 500;
    line-height: .875rem
}

.compare-block__header-list {
    margin-top: .625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem
}

.compare-block__header-list-item {
    max-width: 5.5rem;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .25rem
}

    .compare-block__header-list-item.active .compare-block__header-list-item-brand {
        border: 1px solid #999
    }

.compare-block__header-list-item-brand {
    position: relative;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 2.25rem;
    border: 1px dashed #999;
    background-color: #000;
    box-sizing: border-box;
    padding: 4px
}

    .compare-block__header-list-item-brand svg {
        position: absolute;
        width: .9375rem;
        height: .9375rem;
        top: 0;
        right: 0;
        cursor: pointer
    }

    .compare-block__header-list-item-brand img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

.compare-block__header-list-item-name {
    color: #fff;
    text-align: center;
    font-family: inherit;
    font-size: .75rem;
    font-style: normal;
    font-weight: 500;
    line-height: .875rem
}

.compare-block__compare-btn {
    margin-top: .625rem;
    width: 100%;
    padding: .5rem 1.25rem;
    border-radius: 6px;
    border: none;
    background: #d5d5d5;
    box-shadow: 2px 2px 16px 0 rgba(28, 64, 97, .22);
    pointer-events: none;
    color: #fff;
    text-align: center;
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

    .compare-block__compare-btn.active {
        background: radial-gradient(517.86% 100% at 100% 50%, #0886fa 0, hwb(209 6% 14%) 100%);
        pointer-events: all
    }

.compare-block__main {
    display: none;
    flex-direction: column;
    gap: .75rem
}

.compare-block__main-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: .125rem;
    padding-bottom: .75rem;
    color: #fff;
    font-family: inherit;
    font-size: .875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.375rem;
    text-transform: uppercase
}

    .compare-block__main-wrapper::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(270deg, rgba(213, 213, 213, 0) 0, #d5d5d5 50%, rgba(212, 212, 212, 0) 100%)
    }

    .compare-block__main-wrapper:last-child {
        padding-bottom: 0
    }

        .compare-block__main-wrapper:last-child::after {
            display: none
        }

.compare-block__main-app,
.compare-block__main-bonus,
.compare-block__main-deposit,
.compare-block__main-payments,
.compare-block__main-raiting,
.compare-block__main-time {
    display: flex;
    gap: .5rem;
    align-items: center;
    justify-content: center;
    padding: 0
}

.compare-block__main-app-item,
.compare-block__main-bonus-item,
.compare-block__main-deposit-item,
.compare-block__main-payments-item,
.compare-block__main-raiting-item,
.compare-block__main-time-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.compare-block__main-raiting {
    margin-top: 1.375rem;
    padding: 0
}

.compare-block__main-raiting-item {
    border-radius: .25rem;
    padding: 6px;
    background: #081548
}

    .compare-block__main-raiting-item.best {
        position: relative;
        border: 2px solid #0f7bdf
    }

        .compare-block__main-raiting-item.best::after {
            position: absolute;
            content: "BEST CHOISE";
            padding: .25rem;
            border-radius: 8px 8px 0 0;
            background: #0f7bdf;
            top: -1.375rem;
            left: 50%;
            transform: translateX(-50%);
            color: #fff;
            text-align: center;
            font-family: inherit;
            font-size: .75rem;
            font-style: normal;
            font-weight: 700;
            line-height: .875rem;
            text-transform: uppercase;
            text-wrap: nowrap;
            white-space: nowrap
        }

.compare-block__main-raiting-item-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .25rem
}

.compare-block__main-raiting-item-content-img {
    position: relative;
    padding: .1875rem;
    background: #000;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 2.0625rem;
    border: 1px solid #fff
}

    .compare-block__main-raiting-item-content-img .compare-block__main-raiting-item-cross {
        position: absolute;
        top: 0;
        right: 0
    }

    .compare-block__main-raiting-item-content-img img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

.compare-block__main-raiting-item-name {
    color: #fff;
    text-align: center;
    font-family: inherit;
    font-size: .75rem;
    font-style: normal;
    font-weight: 500;
    line-height: .875rem
}

.compare-block__main-raiting-item-value {
    color: #9c9c9c;
    font-family: inherit;
    font-size: .75rem;
    font-style: normal;
    font-weight: 500;
    line-height: .875rem
}

    .compare-block__main-raiting-item-value span {
        color: #ff9b05;
    }

.compare-block__main-raiting-item-link {
    width: calc(100% - 24px);
    padding: .5rem .75rem;
    border-radius: .375rem;
    background: radial-gradient(517.86% 100% at 100% 50%, #0886fa 0, #0f79dc 100%);
    box-shadow: 2px 2px 16px 0 rgba(28, 64, 97, .22);
    color: #fff;
    text-align: center;
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none
}

.compare-block__main-bonus-item {
    display: block;
    border-radius: .25rem;
    padding: .375rem;
    background: #081548;
    color: #fff;
    font-family: inherit;
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
    text-align: center;
    text-transform: none;
    align-self: stretch;
}

    .compare-block__main-bonus-item span {
        color: #ff9b05;
    }

    .compare-block__main-bonus-item.best {
        border: 2px solid #0f7bdf
    }

.compare-block__main-deposit-item {
    border-radius: .25rem;
    padding: .375rem;
    background: #081548;
    color: #fff;
    text-align: center;
    font-family: inherit;
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem
}

    .compare-block__main-deposit-item.best {
        border: 2px solid #0f7bdf;
        color: var(--Orange, #ff9b05)
    }

.compare-block__main-payments-item {
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: .3125rem
}

    .compare-block__main-payments-item img {
        border-radius: .125rem;
        overflow: hidden;
        width: 1.5625rem;
        object-fit: contain
    }

.compare-block__main-time-item {
    border-radius: .25rem;
    padding: .375rem;
    background: #081548;
    color: #fff;
    text-align: center;
    font-family: inherit;
    font-size: .875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
    text-transform: none
}

    .compare-block__main-time-item.best {
        border: 2px solid #0f7bdf;
        color: #ff9b05
    }

.compare-block__main-app-item {
    border-radius: .25rem;
    padding: .375rem;
    background: #081548
}

.compare-block__main-app-item-link {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: .3125rem;
    text-decoration: none
}

.compare-block__main-app-icons {
    display: flex;
    justify-content: center;
    gap: .25rem
}

    .compare-block__main-app-icons svg {
        width: 1rem;
        height: 1rem;
        opacity: .3
    }

        .compare-block__main-app-icons svg.valid {
            opacity: 1
        }

.compare-block__main-app-btn {
    padding: 2px;
    border-radius: 5px;
    background: #0f7bdf;
    color: #fff;
    text-align: center;
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none
}

.hidden_svg {
    display: none
}

.hide {
    display: none !important
}

/* modal clicer */
/*.modal:has(.clicker) {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    transition: .3s;*/
/*}*/
.modal__button-active:has(+ #clicker) {
    background: #000000;
}

.clicker {
    padding: 40px 20px;
    border-radius: 8px;
    background: #000;
    width: 328px;
    height: 466px;
    display: flex;
    flex-direction: column;
}

    .clicker.win .clicker__counter {
        display: none;
    }

        .clicker.win .clicker__counter.result {
            display: flex;
        }

    .clicker.win .clicker__title.result {
        display: block;
    }

    .clicker.win .clicker__title {
        display: none;
    }

    .clicker.win .clicker__description {
        display: none;
    }

    .clicker.win .clicker__text {
        display: block;
    }

.clicker__title {
    margin: 0 0 6px;
    color: #FEE45A;
    text-align: center;
    font-family: Baloo-Tamma, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

    .clicker__title.result {
        display: none;
    }

.clicker__description {
    margin: 0 0 16px;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Baloo-Tamma, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

    .clicker__description span {
        color: #F9A000;
    }

.clicker__counter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

    .clicker__counter.result {
        display: none;
    }

        .clicker__counter.result .clicker__counter-num {
            min-width: fit-content;
            background: #F9A000;
            margin-left: 6px;
        }

.clicker__counter-text {
    color: #FFF;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.clicker__counter-num {
    min-width: 84px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 32px;
    background: #373737;
    height: 40px;
    padding: 0 16px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}

    .clicker__counter-num span {
        font-size: 32px;
        font-weight: 700;
        line-height: 32px;
        font-family: Baloo-Tamma, sans-serif;
        text-transform: uppercase;
        translate: 0 5px;
        width: 24px;
        text-align: left;
    }

.clicker__text {
    margin-top: 16px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    display: none;
}


.clicker__game {
    position: relative;
    margin-top: auto;
    padding: 20px;
    border-radius: 8px;
    border: 2px solid #1C9AFF;
    height: 230px;
    background: #141414;
    background: radial-gradient(circle, rgb(59 128 239 / 30%), #141414);
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.clicker__game-button {
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    transition: filter 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}

    .clicker__game-button:active {
        outline: none;
    }

    .clicker__game-button:focus {
        outline: none;
    }

    .clicker__game-button > * {
        pointer-events: none;
    }

.clicker__game-button-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: #0F0F0F;
    will-change: transform;
    transform: translateY(2px);
    transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
}

.clicker__game-button-edge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: #103683;
}

.clicker__game-button-front {
    display: block;
    position: relative;
    padding: 25px 10px 15px;
    border-radius: 12px;
    font-family: Baloo-Tamma, sans-serif;
    font-size: 40px;
    line-height: 40px;
    color: white;
    background: linear-gradient(0deg, #0F79DC 0%, #1C9AFF 100%);
    box-shadow: 0px -2px 2px 1px #103683 inset;
    will-change: transform;
    transform: translateY(-4px);
    transition: transform 600ms cubic-bezier(.3, .7, .4, 1);
}

.clicker__game-button-pushable:hover {
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
}

.clicker__game-button:hover .clicker__game-button-shadow {
    transform: translateY(4px);
    transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.clicker__game-button:active .clicker__game-button-shadow {
    transform: translateY(1px);
    transition: transform 34ms;
}

.clicker__game-button:active .clicker__game-button-front {
    transform: translateY(-2px);
    transition: transform 34ms;
}

.clicker__game-score {
    margin: 0;
    color: #9A9A9A;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.clicker__game-result {
    position: relative;
    margin: auto 0 10px;
    height: 20px;
    border-radius: 16px;
    border: 2px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(#103683, #103683), linear-gradient(180deg, #ED7609, #732501);
}

.clicker__game-result-border {
    height: 100%;
    border-radius: 16px;
    border: 2px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(#103683, #103683), linear-gradient(180deg, #FFBF32, #FE820B);
    overflow: hidden;
}

.clicker__game-result-line {
    height: 100%;
    width: 0%;
    background: linear-gradient(#FF7910, #FFEA29);
    transition: width 0.5s ease;
}

.clicker__game-result-star {
    position: absolute;
    right: 0;
    top: 50%;
    translate: 15px -50%;
}

.clicker__reward {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    padding: 20px 16px;
    border-radius: 8px;
    background: linear-gradient(239deg, #B66D00 -10.12%, #FF9B05 99.1%);
    display: flex;
    flex-direction: column;
    gap: 6px;
    display: none;
    overflow: hidden;
}

.clicker.win .clicker__reward {
    display: flex;
}

.clicker__reward img {
    border-radius: 3px;
}

.clicker__reward::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: url("../images/clicker/clicker-win-bg.png");
    pointer-events: none;
    animation: qwe infinite 4s linear;
}

@keyframes qwe {
    0% {
        scale: 1;
        rotate: 0deg;
    }

    50% {
        scale: 0.5;
    }

    100% {
        scale: 1;
        rotate: 360deg;
    }
}

.clicker__reward::after {
    position: absolute;
    top: 32px;
    right: 6px;
    content: "";
    background: url("../images/clicker/clicker-gift.png");
    pointer-events: none;
    width: 100px;
    height: 100px;
}

.clicker__bonus {
    margin: 0;
    max-width: 160px;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}

    .clicker__bonus span {
        font-size: 18px;
        font-weight: 900;
        line-height: 24px;
    }

        .clicker__bonus span span {
            font-size: 24px;
        }

.clicker__button {
    position: relative;
    width: 100%;
    margin-top: auto;
}
/* modal clicer */
/* post-close-popup */
.post-close-popup {
    position: relative;
    border-radius: 8px;
    background: #252525;
    width: 300px;
    padding: 30px 20px;
}

    .post-close-popup:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 368px;
        height: 268px;
        pointer-events: none;
        background: url("../images/post-close-popup-gifts.png");
        top: 50px;
        translate: 50% 0;
        right: 50%;
    }

.post-close-popup__close-button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    border: none;
    width: 50px;
    height: 50px;
    background-color: transparent;
    cursor: pointer;
}

.post-close-popup__text1 {
    margin: 0 0 30px;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

    .post-close-popup__text1 span {
        color: #F9A000;
    }

.post-close-popup__text2 {
    margin: 0 0 30px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.post-close-popup__btn {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

.post-close-popup__close {
    display: inline-block;
    margin-top: 16px;
    width: 100%;
    color: #9A9A9A;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer;
}

.modal_active + #post-close,
.modal_active + #post-close-2 {
    opacity: 1;
    z-index: 1000;
}
/* post-close-popup */
