.icon {
    display: inline-block;
    vertical-align: baseline;
    transition: fill .3s, stroke .3s
}

.faq-list__item .icon {
    position: absolute;
    left: 0;
    bottom: .55em
}

.notification-block__button .icon {
    height: 13px;
    margin-top: -2px;
    margin-right: 4px
}

.news__item-date-icon-calendar .icon {
    width: .9333333333em
}

.profile-payout__item-expect-text .icon {
    margin-right: 16px
}

.btn-plus .icon {
    width: .9em
}

@media(max-width:768px) {
    .notification-block__close .icon {
        width: 14px;
        height: 14px;
        color: #838f7b
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .notification-block__button .icon {
        height: 1.4447333333rem;
        margin-top: -.2222666667rem;
        margin-right: .4445333333rem
    }

    .profile-payout__item-expect-text .icon {
        margin-right: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .notification-block__button .icon {
        height: .8976933333rem;
        margin-top: -.1381066667rem;
        margin-right: .2762133333rem
    }

    .news__item-date-icon-calendar .icon {
        width: .8976933333rem
    }
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: none;
    border-radius: 4px;
    background-color: #6ea500;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    outline: none;
    white-space: nowrap;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease;
    transition-property: border, color, background-color
}

.dark .btn {
    background-color: #97a94c
}

.no-touch .btn:enabled:hover {
    background-color: var(--LIGHT-THEME-SECONDARY-1)
}

.dark .no-touch .btn:enabled:hover {
    background-color: var(--DARK-THEME--SECONDARY-1)
}

.btn.disabled,
.btn[disabled] {
    background-color: #f2f2f2;
    color: #9ea097;
    pointer-events: none;
    transition: color .01s
}

.dark .btn.disabled,
.dark .btn[disabled] {
    background-color: #272a2d;
    color: #9ea097
}

.play .btn.disabled,
.play .btn[disabled] {
    background-color: #9aa189;
    color: #292925
}

.adult-modal .btn.disabled,
.adult-modal .btn[disabled] {
    background-color: #f2f2f2
}

.dark .adult-modal .btn.disabled,
.dark .adult-modal .btn[disabled] {
    background-color: #272a2d
}

.accounts-list .btn.disabled,
.accounts-list .btn[disabled],
.page-bonuses .btn.disabled,
.page-bonuses .btn[disabled] {
    background-color: var(--LIGHT-THEME-PRIMARY-5);
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.dark .accounts-list .btn.disabled,
.dark .accounts-list .btn[disabled],
.dark .page-bonuses .btn.disabled,
.dark .page-bonuses .btn[disabled] {
    background-color: var(--DARK-THEME-PRIMARY-5);
    color: var(--DARK-THEME-PRIMARY-3)
}

.auth-form .btn,
.btn.file-error__button,
.btn.missing-data__btn,
.quick-bar .btn,
.reg-form .btn {
    background-color: var(--LIGHT-THEME-SECONDARY-2);
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .auth-form .btn,
.dark .btn.file-error__button,
.dark .btn.missing-data__btn,
.dark .quick-bar .btn,
.dark .reg-form .btn {
    background-color: var(--DARK-THEME--SECONDARY-2);
    color: var(--DARK-THEME-PRIMARY-6)
}

.no-touch .auth-form .btn:enabled:hover,
.no-touch .btn.file-error__button:enabled:hover,
.no-touch .btn.missing-data__btn:enabled:hover,
.no-touch .quick-bar .btn:enabled:hover,
.no-touch .reg-form .btn:enabled:hover {
    background-color: var(--LIGHT-THEME-SECONDARY-1)
}

.dark .no-touch .auth-form .btn:enabled:hover,
.dark .no-touch .btn.file-error__button:enabled:hover,
.dark .no-touch .btn.missing-data__btn:enabled:hover,
.dark .no-touch .quick-bar .btn:enabled:hover,
.dark .no-touch .reg-form .btn:enabled:hover {
    background-color: var(--DARK-THEME--SECONDARY-1)
}

.auth-form .btn.disabled,
.auth-form .btn[disabled],
.btn.file-error__button.disabled,
.btn.file-error__button[disabled],
.btn.missing-data__btn.disabled,
.btn.missing-data__btn[disabled],
.quick-bar .btn.disabled,
.quick-bar .btn[disabled],
.reg-form .btn.disabled,
.reg-form .btn[disabled] {
    background-color: var(--LIGHT-THEME-PRIMARY-5);
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.dark .auth-form .btn.disabled,
.dark .auth-form .btn[disabled],
.dark .btn.file-error__button.disabled,
.dark .btn.file-error__button[disabled],
.dark .btn.missing-data__btn.disabled,
.dark .btn.missing-data__btn[disabled],
.dark .quick-bar .btn.disabled,
.dark .quick-bar .btn[disabled],
.dark .reg-form .btn.disabled,
.dark .reg-form .btn[disabled] {
    background-color: var(--DARK-THEME-PRIMARY-5);
    color: var(--DARK-THEME-PRIMARY-3)
}

.btn.page-404__btn {
    padding: 14px 20px;
    margin-bottom: 20px;
    border-radius: 30px;
    line-height: 1
}

.dark .btn.tournament__participated__btn {
    background-color: #2f3336
}

.btn.news-list__item-btn {
    display: block;
    width: 100%;
    justify-self: flex-end;
    font-size: 1.0666666667rem
}

@media(max-width:450px) {
    .btn.news-list__item-btn {
        font-size: .6rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .btn.news-list__item-btn {
        font-size: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .btn.news-list__item-btn {
        font-size: 1.1048533333rem
    }
}

@media(min-width:1546px) {
    .btn.news-list__item-btn {
        font-size: 17px
    }
}

.reccurent-pay .btn {
    padding: 13px 25px 15px;
    font-size: 14px;
    transition: all .13s ease-out
}

.reccurent-pay .btn.payment-modal__footer-btn {
    padding: 19px 10px 21px
}

@media(max-width:768px) {
    .reccurent-pay .btn.payment-modal__footer-btn {
        padding: 0 10px
    }
}

.btn.game__error-btn {
    height: 38px;
    padding: 0 28px;
    border-radius: 28px
}

.btn.input-field__upload-file-wr-btn {
    position: relative;
    z-index: 20;
    padding: 6px 18px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1
}

@media(max-width:768px) {
    .btn.page-404__btn {
        font-size: 14px
    }

    .reg-form-paginate .btn {
        height: 56px;
        padding-left: 37px;
        padding-right: 37px;
        font-size: 16px;
        letter-spacing: .058px
    }
}

@media(min-width:769px)and (max-width:1024px) {

    .btn,
    .btn.page-404__btn {
        font-size: 1.7781333333rem
    }

    .btn.page-404__btn {
        padding: 2.0004rem 4.2230666667rem 2.4449333333rem;
        margin-bottom: 2.2226666667rem;
        border-radius: 3.334rem
    }

    .play .btn {
        font-size: 1.2446933333rem
    }

    .reccurent-pay .btn {
        padding: 1.4447333333rem 2.7783333333rem 1.667rem;
        font-size: 1.5558666667rem
    }

    .reccurent-pay .btn.payment-modal__footer-btn {
        padding: 2.1115333333rem 1.1113333333rem 2.3338rem
    }

    .btn.game__error-btn {
        height: 6.2234666667rem;
        padding: 0 4.4453333333rem;
        border-radius: 3.1117333333rem
    }

    .btn.input-field__upload-file-wr-btn {
        padding: .6668rem 2.0004rem;
        border-radius: .5556666667rem;
        font-size: 1.5558666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {

    .btn,
    .btn.page-404__btn {
        font-size: 1.1048533333rem
    }

    .btn.page-404__btn {
        padding: 1.24296rem 2.6240266667rem 1.5191733333rem;
        margin-bottom: 2.2226666667rem;
        border-radius: 2.0716rem
    }

    .play .btn {
        font-size: 1.0827562667rem
    }

    .btn.news-list__item-btn {
        padding: 1.5191733333rem 1.0358rem;
        font-size: 1.1048533333rem
    }

    .reccurent-pay .btn {
        padding: .8976933333rem 1.7263333333rem 1.0358rem;
        font-size: .9667466667rem
    }

    .reccurent-pay .btn.payment-modal__footer-btn {
        padding: 1.3120133333rem .6905333333rem 1.45012rem
    }

    .btn.game__error-btn {
        height: 3.8669866667rem;
        padding: 0 2.7621333333rem;
        border-radius: 1.9334933333rem
    }

    .btn.input-field__upload-file-wr-btn {
        padding: .41432rem 1.24296rem;
        border-radius: .3452666667rem;
        font-size: .9667466667rem
    }
}

@media(min-width:1546px) {
    .btn.page-404__btn {
        padding: 18px 38px 22px
    }

    .play .btn {
        font-size: 15.68px
    }

    .btn.game__error-btn {
        height: 56px;
        padding: 0 40px
    }
}

.adult-modal .btn {
    height: auto;
    padding: 14px 28px;
    border-radius: 43px;
    background-color: #83b812;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px
}

.dark .adult-modal .btn {
    background-color: #97a94c
}

@media(min-width:769px)and (max-width:1024px) {
    .adult-modal .btn {
        padding: 1.5558666667rem 3.1117333333rem;
        border-radius: 4.7787333333rem;
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .adult-modal .btn {
        padding: .9667466667rem 1.9334933333rem;
        border-radius: 2.9692933333rem;
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.btn--back {
    position: relative;
    padding: 0 0 0 20px;
    margin-right: 30px;
    background-color: transparent;
    font-size: 16px;
    color: #545d4f
}

.dark .btn--back {
    color: #9ba959
}

.no-touch .btn--back:hover {
    background-color: transparent
}

@media(min-width:769px)and (max-width:1024px) {
    .btn--back {
        padding: 0 0 0 2.2226666667rem;
        margin-right: 3.334rem;
        font-size: 1.7781333333rem
    }

    .play .btn--back {
        padding: 0 0 0 1.5558666667rem;
        margin-right: 2.3338rem;
        font-size: 1.2446933333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .btn--back {
        padding: 0 0 0 1.3810666667rem;
        margin-right: 2.0716rem;
        font-size: 1.1048533333rem
    }

    .play .btn--back {
        padding: 0 0 0 1.3534453333rem;
        margin-right: 2.030168rem;
        font-size: 1.0827562667rem
    }
}

@media(min-width:1546px) {
    .btn--back {
        padding: 0 0 0 19.6px;
        margin-right: 29.4px;
        font-size: 15.68px
    }
}

.btn--red {
    background-color: #df1f3d
}

.dark .btn--red {
    background-color: #df2244
}

.dark .no-touch .btn--red:enabled:hover,
.no-touch .btn--red:enabled:hover {
    background-color: #fc1339
}

.btn--secondary {
    height: 36px;
    padding: 0 12px;
    border: 1px var(--LIGHT-THEME-SECONDARY-2) solid;
    border-radius: 8px;
    background-color: transparent;
    font-weight: 600;
    color: var(--LIGHT-THEME-PRIMARY-2)
}

.dark .btn--secondary {
    border-color: var(--DARK-THEME--SECONDARY-2);
    background-color: transparent;
    color: var(--DARK-THEME-PRIMARY-1)
}

@media(pointer:fine) {
    .btn--secondary:not([disabled]):hover {
        background-color: transparent !important;
        color: var(--LIGHT-THEME-PRIMARY-2)
    }

    .dark .btn--secondary:not([disabled]):hover {
        background-color: transparent !important;
        color: var(--DARK-THEME-PRIMARY-1)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .btn--secondary {
        border-width: .1111333333rem;
        height: 4.0008rem;
        padding: 0 1.3336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .btn--secondary {
        border-width: .0690533333rem;
        height: 2.48592rem;
        padding: 0 .82864rem
    }
}

.btn--icon {
    position: relative;
    display: inline-flex;
    align-items: center
}

.btn--lg {
    justify-content: center;
    padding: 1.125em 2.375em
}

.btn--lg.btn--spinner-icon {
    padding-left: 38px !important
}

@media(min-width:769px)and (max-width:1024px) {
    .btn--lg {
        padding: 0 2.7783333333rem;
        font-size: 1.5558666667rem;
        letter-spacing: -.03334rem
    }

    .btn--lg.btn--spinner-icon {
        padding-left: 4.2230666667rem !important
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .btn--lg.btn--spinner-icon {
        padding-left: 2.6240266667rem !important
    }
}

.top-bar__links--no-text .btn__icon {
    margin-right: 0
}

.btn.disabled .btn__icon,
.btn[disabled] .btn__icon {
    color: #9ea097
}

.dark .btn.disabled .btn__icon,
.dark .btn[disabled] .btn__icon {
    color: #9ea097;
    text-shadow: 0 4px 7px #fff
}

.play .btn.disabled .btn__icon,
.play .btn[disabled] .btn__icon {
    color: #292925
}

.btn--back .btn__icon {
    left: 0;
    color: #545d4f;
    filter: none
}

.dark .btn--back .btn__icon {
    color: #9ba959
}

.btn--small .btn__icon {
    height: 16px
}

.btn--no-bg .btn__icon {
    color: #6ea500
}

.dark .btn--no-bg .btn__icon {
    color: #97a94c
}

.btn--cancel .btn__icon {
    color: #df1f3d
}

.missing-data__btn-prev .btn__icon {
    width: 17px;
    height: 16px;
    margin-right: 10px
}

.btn--spinner-icon .btn__icon {
    display: none
}

.play__topbar-right-btn .btn__icon {
    left: 10px;
    width: auto;
    height: 18px
}

.payment-extension-panel__btn .btn__icon {
    width: 24px;
    height: 24px;
    margin: 0;
    color: var(--LIGHT-THEME-SECONDARY-2)
}

.dark .payment-extension-panel__btn .btn__icon {
    color: var(--DARK-THEME--SECONDARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .btn--small .btn__icon {
        height: 1.7781333333rem
    }

    .missing-data__btn-prev .btn__icon {
        width: 1.8892666667rem;
        height: 1.7781333333rem;
        margin-right: 1.1113333333rem
    }

    .play .missing-data__btn-prev .btn__icon {
        width: 1.3224866667rem;
        height: 1.2446933333rem;
        margin-right: .7779333333rem
    }

    .play__topbar-right-btn .btn__icon {
        left: .7779333333rem;
        height: 2.4449333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .btn--small .btn__icon {
        height: 1.1048533333rem
    }

    .play .btn--small .btn__icon {
        height: 1.0827562667rem
    }

    .missing-data__btn-prev .btn__icon {
        width: 1.1739066667rem;
        height: 1.1048533333rem;
        margin-right: .6905333333rem
    }

    .play .missing-data__btn-prev .btn__icon {
        width: 1.1504285333rem;
        height: 1.0827562667rem;
        margin-right: .6767226667rem
    }

    .play__topbar-right-btn .btn__icon {
        left: 1.3810666667rem;
        height: 1.5191733333rem
    }
}

@media(min-width:1546px) {
    .play .btn--small .btn__icon {
        height: 15.68px
    }

    .play .missing-data__btn-prev .btn__icon {
        width: 16.66px;
        height: 15.68px;
        margin-right: 9.8px
    }

    .play__topbar-right-btn .btn__icon {
        left: 20px;
        height: 22px
    }
}

.btn__icon,
.btn__icon-spin {
    width: 17px;
    height: 16px;
    margin-right: 10px
}

.avatar-change .btn__icon,
.avatar-change .btn__icon-spin,
.deposit-popup .btn__icon,
.deposit-popup .btn__icon-spin {
    margin-right: 0
}

@media(max-width:768px) {

    .btn__icon,
    .btn__icon-spin {
        left: 20px
    }
}

@media(min-width:769px)and (max-width:1024px) {

    .btn__icon,
    .btn__icon-spin {
        width: 1.8892666667rem;
        height: 1.7781333333rem;
        margin-right: 1.1113333333rem
    }

    .play .btn__icon,
    .play .btn__icon-spin {
        width: 1.3224866667rem;
        height: 1.2446933333rem;
        margin-right: .7779333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {

    .btn__icon,
    .btn__icon-spin {
        width: 1.1739066667rem;
        height: 1.1048533333rem;
        margin-right: .6905333333rem
    }

    .play .btn__icon,
    .play .btn__icon-spin {
        width: 1.1504285333rem;
        height: 1.0827562667rem;
        margin-right: .6767226667rem
    }
}

@media(min-width:1546px) {

    .play .btn__icon,
    .play .btn__icon-spin {
        width: 16.66px;
        height: 15.68px;
        margin-right: 9.8px
    }
}

.btn--profile-close .btn__icon-spin {
    margin-right: 0
}

.btn--rounded {
    border-radius: 30px;
    font-size: 16px
}

@media(min-width:769px)and (max-width:1024px) {
    .btn--rounded {
        border-radius: 3.334rem;
        font-size: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .btn--rounded {
        border-radius: 2.0716rem;
        font-size: 1.1048533333rem
    }
}

.btn--rounded-he {
    height: 42px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 0
}

.btn--rounded-he.red-button {
    border: 3px solid #df1f3d;
    background-color: transparent;
    color: #292925
}

.dark .btn--rounded-he.red-button {
    color: hsla(0, 0%, 100%, .8)
}

.no-touch .btn--rounded-he.red-button:hover {
    border-color: rgba(178, 25, 49, .5);
    color: #525d4e
}

@media(min-width:769px)and (max-width:1024px) {
    .btn--rounded-he {
        height: 6.2234666667rem;
        padding-left: 3.8896666667rem;
        padding-right: 3.8896666667rem;
        border-radius: 3.334rem;
        font-size: 1.7781333333rem
    }

    .play .btn--rounded-he {
        height: 4.3564266667rem;
        padding-left: 2.7227666667rem;
        padding-right: 2.7227666667rem;
        border-radius: 2.3338rem;
        font-size: 1.2446933333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .btn--rounded-he {
        height: 3.8669866667rem;
        padding-left: 2.4168666667rem;
        padding-right: 2.4168666667rem;
        border-radius: 2.0716rem;
        font-size: 1.1048533333rem
    }

    .play .btn--rounded-he {
        height: 3.7896469333rem;
        padding-left: 2.3685293333rem;
        padding-right: 2.3685293333rem;
        border-radius: 2.030168rem;
        font-size: 1.0827562667rem
    }
}

@media(min-width:1546px) {
    .btn--rounded-he {
        height: 56px;
        padding-left: 35px;
        padding-right: 35px;
        font-size: 16px
    }

    .play .btn--rounded-he {
        height: 54.88px;
        padding-left: 34.3px;
        padding-right: 34.3px;
        border-radius: 29.4px;
        font-size: 15.68px
    }
}

.btn--ui {
    padding: 6px 18px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1
}

.avatar-change__file-hint-text .btn--ui {
    position: absolute;
    top: 50%;
    left: 100px;
    z-index: 50;
    transform: translate3d(0, -50%, 0)
}

.avatar-change__file-hint-text .btn--ui.disabled,
.avatar-change__file-hint-text .btn--ui[disabled] {
    background-color: #6ea500;
    color: #fff;
    pointer-events: none
}

.dark .avatar-change__file-hint-text .btn--ui.disabled,
.dark .avatar-change__file-hint-text .btn--ui[disabled] {
    background-color: #97a94c
}

@media(min-width:769px)and (max-width:1024px) {
    .avatar-change__file-hint-text .btn--ui {
        left: 11.1133333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .avatar-change__file-hint-text .btn--ui {
        left: 6.9053333333rem
    }
}

.btn--round-shadow {
    box-shadow: 0 14px 25px 0 rgba(110, 165, 0, .31), 0 6px 27px 0 rgba(110, 165, 0, .25);
    border-radius: 30px;
    font-size: 16px
}

.no-touch .btn--round-shadow:hover {
    box-shadow: none
}

@media(min-width:769px)and (max-width:1024px) {
    .btn--round-shadow {
        border-radius: 3.334rem;
        font-size: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .btn--round-shadow {
        border-radius: 2.0716rem;
        font-size: 1.1048533333rem
    }
}

.btn--shadow {
    box-shadow: 0 4px 13px 0 rgba(28, 30, 26, .5), 0 4px 12px 0 #6ea500
}

.dark .btn--shadow {
    box-shadow: 0 4px 13px 0 rgba(28, 30, 26, .5), 0 4px 12px 0 #97a94c
}

.btn--gray {
    background-color: #9ea097
}

.btn--lk {
    height: 40px;
    padding: 0 17px;
    border-radius: 0;
    font-weight: 400;
    line-height: 1
}

@media(max-width:768px) {
    .btn--lk {
        justify-content: space-between;
        width: 100%;
        font-size: 14px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .btn--lk {
        height: 4.4453333333rem;
        padding: 1.3336rem 1.667rem;
        border-radius: .3334rem;
        font-size: 1.5558666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .btn--lk {
        height: 2.7621333333rem;
        padding: .82864rem 1.0358rem;
        border-radius: .20716rem;
        font-size: .9667466667rem
    }
}

@media(min-width:1546px) {
    .btn--lk {
        padding: 12px 15px;
        border-radius: 3px
    }
}

.btn--profile-close {
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 8px;
    background-color: #828282;
    color: #fff
}

.dark .btn--profile-close {
    background-color: #272a2d;
    color: #969e8f
}

.no-touch .btn--profile-close:hover {
    background-color: #545454
}

.dark .no-touch .btn--profile-close:hover {
    background-color: #31353a !important;
    color: #969e8f !important
}

.payment-modal .btn--profile-close {
    width: 30px;
    height: 30px;
    border-radius: 7px
}

@media(min-width:769px)and (max-width:1024px) {
    .btn--profile-close {
        width: 3.5562666667rem;
        height: 3.5562666667rem;
        border-radius: .8890666667rem
    }

    .payment-modal .btn--profile-close {
        width: 3.334rem;
        height: 3.334rem;
        border-radius: .7779333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .btn--profile-close {
        width: 2.7621333333rem;
        height: 2.7621333333rem;
        border-radius: .6905333333rem
    }

    .payment-modal .btn--profile-close {
        width: 2.0716rem;
        height: 2.0716rem;
        border-radius: .4833733333rem
    }
}

@media(min-width:1546px) {
    .btn--profile-close {
        width: 40px;
        height: 40px;
        border-radius: 10px
    }
}

.btn--dep {
    position: relative;
    height: 43px;
    padding: 0 15px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1
}

@media(max-width:768px) {
    .btn--dep {
        flex-shrink: 0;
        max-height: none
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .btn--dep {
        height: 4.7787333333rem;
        max-height: 4.6676rem;
        padding: 0 1.4447333333rem;
        border-radius: .4445333333rem;
        font-size: 1.7781333333rem
    }

    .play .btn--dep {
        height: 3.3451133333rem;
        max-height: 3.26732rem;
        padding: 0 1.0113133333rem;
        border-radius: .3111733333rem;
        font-size: 1.2446933333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .btn--dep {
        height: 2.9692933333rem;
        max-height: 2.90024rem;
        padding: 0 .8976933333rem;
        border-radius: .2762133333rem;
        font-size: 1.1048533333rem
    }

    .play .btn--dep {
        height: 2.9099074667rem;
        max-height: 2.8422352rem;
        padding: 0 .8797394667rem;
        border-radius: .2706890667rem;
        font-size: 1.0827562667rem
    }
}

@media(min-width:1546px) {
    .btn--dep {
        height: 43px;
        padding: 0 13px;
        font-size: 16px
    }

    .play .btn--dep {
        height: 42.14px;
        padding: 0 12.74px;
        font-size: 15.68px
    }
}

.btn--dep-rounded,
.game-currency-usd__btn {
    position: relative;
    height: 43px;
    padding: 0 15px;
    border-radius: 22px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -.19px
}

@media(max-width:768px) {

    .btn--dep-rounded,
    .game-currency-usd__btn {
        flex-shrink: 0;
        max-height: none
    }
}

@media(min-width:769px)and (max-width:1024px) {

    .btn--dep-rounded,
    .game-currency-usd__btn {
        height: 4.7787333333rem;
        max-height: 4.6676rem;
        padding: 0 1.4447333333rem;
        border-radius: 2.4449333333rem;
        font-size: 1.5558666667rem;
        letter-spacing: -.0211153333rem
    }

    .play .btn--dep-rounded,
    .play .game-currency-usd__btn {
        height: 3.3451133333rem;
        max-height: 3.26732rem;
        padding: 0 1.0113133333rem;
        border-radius: 1.7114533333rem;
        font-size: 1.0891066667rem;
        letter-spacing: -.0147807333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {

    .btn--dep-rounded,
    .game-currency-usd__btn {
        height: 2.9692933333rem;
        max-height: 2.90024rem;
        padding: 0 .8976933333rem;
        border-radius: 1.5191733333rem;
        font-size: .9667466667rem;
        letter-spacing: -.0131201333rem
    }

    .play .btn--dep-rounded,
    .play .game-currency-usd__btn {
        height: 2.9099074667rem;
        max-height: 2.8422352rem;
        padding: 0 .8797394667rem;
        border-radius: 1.4887898667rem;
        font-size: .9474117333rem;
        letter-spacing: -.0128577307rem
    }
}

@media(min-width:1546px) {

    .play .btn--dep-rounded,
    .play .game-currency-usd__btn {
        height: 42.14px;
        padding: 0 12.74px;
        border-radius: 21.56px;
        font-size: 13.72px;
        letter-spacing: -.1862px
    }
}

.btn--black,
.dark .btn--black {
    background-color: #171713
}

.no-touch .btn--black:enabled:hover {
    background-color: #4b4c46
}

.dark .no-touch .btn--black:enabled:hover {
    background-color: #2f3336
}

.btn--set {
    position: relative;
    height: 42px;
    padding: 0 25px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .btn--set {
        height: 4.6676rem;
        padding: 0 2.7783333333rem;
        border-radius: 3.334rem;
        font-size: 1.5558666667rem
    }

    .play .btn--set {
        height: 3.26732rem;
        padding: 0 1.9448333333rem;
        border-radius: 2.3338rem;
        font-size: 1.0891066667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .btn--set {
        height: 3.5907733333rem;
        padding: 0 2.6240266667rem;
        border-radius: 2.0716rem;
        font-size: 1.1048533333rem
    }

    .play .btn--set {
        height: 3.5189578667rem;
        padding: 0 2.5715461333rem;
        border-radius: 2.030168rem;
        font-size: 1.0827562667rem
    }
}

@media(min-width:1546px) {
    .btn--set {
        height: 52px;
        padding: 0 38px;
        font-size: 16px
    }

    .play .btn--set {
        height: 50.96px;
        padding: 0 37.24px;
        font-size: 15.68px
    }
}

.btn--form,
.btn--icon-custom,
.btn--reg {
    position: relative;
    height: 44px;
    padding: 8px 16px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px
}

.reg-form__btn-wr--eur .btn--form,
.reg-form__btn-wr--eur .btn--icon-custom,
.reg-form__btn-wr--eur .btn--reg {
    width: 100%;
    height: 56px
}

@media(max-width:768px) {

    .reg-form__btn-wr--eur .btn--form,
    .reg-form__btn-wr--eur .btn--icon-custom,
    .reg-form__btn-wr--eur .btn--reg {
        font-size: 16px
    }
}

@media(min-width:769px)and (max-width:1024px) {

    .btn--form,
    .btn--icon-custom,
    .btn--reg {
        height: 4.8898666667rem;
        padding: .8890666667rem 1.7781333333rem;
        border-radius: .5556666667rem;
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }

    .play .btn--form,
    .play .btn--icon-custom,
    .play .btn--reg {
        height: 3.4229066667rem;
        padding: .6223466667rem 1.2446933333rem;
        border-radius: .3889666667rem;
        font-size: 1.2446933333rem;
        line-height: 1.5558666667rem
    }

    .reg-form__btn-wr--eur .btn--form,
    .reg-form__btn-wr--eur .btn--icon-custom,
    .reg-form__btn-wr--eur .btn--reg {
        height: 6.2234666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {

    .btn--form,
    .btn--icon-custom,
    .btn--reg {
        height: 3.0383466667rem;
        padding: .5524266667rem 1.1048533333rem;
        border-radius: .3452666667rem;
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }

    .play .btn--form,
    .play .btn--icon-custom,
    .play .btn--reg {
        height: 2.9775797333rem;
        padding: .5413781333rem 1.0827562667rem;
        border-radius: .3383613333rem;
        font-size: 1.0827562667rem;
        line-height: 1.3534453333rem
    }

    .custom-modal--contacts .btn--form,
    .custom-modal--contacts .btn--icon-custom,
    .custom-modal--contacts .btn--reg {
        height: 2.9692933333rem;
        padding: 0 2.0716rem;
        border-radius: 2.0716rem;
        font-size: .8976933333rem
    }

    .reg-form__btn-wr--eur .btn--form,
    .reg-form__btn-wr--eur .btn--icon-custom,
    .reg-form__btn-wr--eur .btn--reg {
        height: 3.8669866667rem
    }
}

@media(min-width:1546px) {

    .play .btn--form,
    .play .btn--icon-custom,
    .play .btn--reg {
        height: 43.12px;
        padding: 7.84px 15.68px;
        font-size: 15.68px
    }
}

.btn--res {
    padding: 15px 16px 14px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1
}

@media(min-width:769px)and (max-width:1024px) {
    .btn--res {
        padding: 1.4447333333rem 1.7781333333rem;
        border-radius: .4445333333rem;
        font-size: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .btn--res {
        padding: .8976933333rem 1.1048533333rem;
        border-radius: .2762133333rem;
        font-size: 1.1048533333rem
    }
}

@media(min-width:1546px) {
    .btn--res {
        padding: 13px 16px;
        font-size: 16px
    }
}

.btn--lk-profile {
    flex-shrink: 0;
    min-width: 120px;
    height: 38px;
    padding: 0 12px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 0;
    letter-spacing: -.23px;
    text-align: center
}

.btn--lk-profile.disabled,
.btn--lk-profile[disabled] {
    background-color: #828282;
    color: #fff;
    pointer-events: auto
}

@media(max-width:768px) {
    .btn--lk-profile {
        position: relative;
        min-width: auto
    }
}

@media screen and (min-width:769px) {
    .verification-block .btn--lk-profile {
        max-width: 100%
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .btn--lk-profile {
        max-width: 9.7797333333rem;
        height: 4.2230666667rem;
        padding: 0 1.3336rem;
        border-radius: .8890666667rem;
        font-size: 1.5558666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .btn--lk-profile {
        max-width: 8.2864rem;
        height: 3.31456rem;
        padding: 0 1.1048533333rem;
        border-radius: .6905333333rem;
        font-size: 1.1048533333rem;
        letter-spacing: -.0158822667rem
    }
}

@media(min-width:1546px) {
    .btn--lk-profile {
        height: 48px;
        padding: 0 16px;
        font-size: 16px
    }
}

.btn--no-bg {
    border: 2px solid;
    border-color: #6ea500;
    background-color: transparent;
    color: #292925
}

.dark .btn--no-bg {
    border-color: #97a94c;
    background-color: transparent;
    color: #383d41
}

.dark .no-touch .btn--no-bg:hover {
    background-color: transparent;
    opacity: .8
}

.btn--cancel {
    border: 2px solid #df1f3d;
    background-color: transparent;
    color: #292925
}

.dark .btn--cancel {
    background-color: transparent;
    color: #383d41
}

.dark .no-touch .btn--cancel:hover {
    background-color: transparent;
    opacity: .8
}

.btn--big-black {
    display: inline-block;
    height: auto;
    padding: 1em .7em;
    border-radius: .5em;
    border: none;
    background-color: #292925;
    font-weight: 600;
    font-size: .8rem;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: all .2s ease;
    transition-property: border, color, background-color
}

@media(max-width:768px) {
    .btn--big-black {
        padding: 1em
    }
}

.dark .btn--big-black {
    background-color: #292925
}

.dark .no-touch .btn--big-black:hover,
.no-touch .btn--big-black:hover {
    background-color: #525d4e
}

.btn--uppercase {
    text-transform: uppercase
}

.btn--reset-pass {
    flex-shrink: 0;
    min-width: 120px;
    height: 38px;
    padding: 0 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 0;
    letter-spacing: -.23px;
    text-align: center;
    max-width: 100%;
    width: 100%;
    border-radius: 5px
}

.btn--reset-pass.disabled,
.btn--reset-pass[disabled] {
    background-color: #d2e7a6;
    color: #83b812;
    pointer-events: auto
}

@media(min-width:769px)and (max-width:1024px) {
    .btn--reset-pass {
        height: 4.2230666667rem;
        padding: 0 1.3336rem;
        border-radius: .5556666667rem;
        font-size: 1.5558666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .btn--reset-pass {
        height: 3.31456rem;
        padding: 0 1.1048533333rem;
        border-radius: .3452666667rem;
        font-size: 1.1048533333rem;
        letter-spacing: -.0158822667rem
    }
}

@media(min-width:1546px) {
    .btn--reset-pass {
        height: 48px;
        padding: 0 16px;
        font-size: 16px
    }
}

.btn.btn--main {
    height: 44px;
    padding: 0 16px;
    border-radius: 6px;
    background-color: var(--LIGHT-THEME-SECONDARY-2);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .btn.btn--main {
    background-color: var(--DARK-THEME--SECONDARY-2);
    color: var(--DARK-THEME-BACKGROUND)
}

.no-touch .btn.btn--main:enabled:hover {
    background-color: var(--LIGHT-THEME-SECONDARY-1)
}

.dark .no-touch .btn.btn--main:enabled:hover {
    background-color: var(--DARK-THEME--SECONDARY-1)
}

.btn.btn--main.disabled,
.btn.btn--main[disabled] {
    background-color: var(--LIGHT-THEME-PRIMARY-5);
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.dark .btn.btn--main.disabled,
.dark .btn.btn--main[disabled] {
    background-color: var(--DARK-THEME-PRIMARY-5);
    color: var(--DARK-THEME-PRIMARY-3)
}

@media(min-width:769px)and (max-width:1024px) {
    .btn.btn--main {
        height: 4.8898666667rem;
        padding: 0 1.7781333333rem;
        border-radius: .6668rem;
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .btn.btn--main {
        height: 3.0383466667rem;
        padding: 0 1.1048533333rem;
        border-radius: .41432rem;
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.btn.btn--primary {
    background-color: var(--LIGHT-THEME-SECONDARY-2);
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .btn.btn--primary {
    background-color: var(--DARK-THEME--SECONDARY-2);
    color: var(--DARK-THEME-PRIMARY-6)
}

.no-touch .btn.btn--primary:enabled:hover {
    background-color: var(--LIGHT-THEME-SECONDARY-1)
}

.dark .no-touch .btn.btn--primary:enabled:hover {
    background-color: var(--DARK-THEME--SECONDARY-1)
}

.btn.btn--primary.disabled,
.btn.btn--primary[disabled] {
    background-color: var(--LIGHT-THEME-PRIMARY-5);
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.dark .btn.btn--primary.disabled,
.dark .btn.btn--primary[disabled] {
    background-color: var(--DARK-THEME-PRIMARY-5);
    color: var(--DARK-THEME-PRIMARY-3)
}

.btn.btn--large {
    height: 44px;
    padding: 0 16px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px
}

@media(min-width:769px)and (max-width:1024px) {
    .btn.btn--large {
        height: 4.8898666667rem;
        padding: 0 1.7781333333rem;
        border-radius: .6668rem;
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .btn.btn--large {
        height: 3.0383466667rem;
        padding: 0 1.1048533333rem;
        border-radius: .41432rem;
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.btn.btn--small {
    height: 34px;
    padding: 0 12px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px
}

@media(min-width:769px)and (max-width:1024px) {
    .btn.btn--small {
        height: 3.7785333333rem;
        padding: 0 1.3336rem;
        border-radius: .6668rem;
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .btn.btn--small {
        height: 2.3478133333rem;
        padding: 0 .82864rem;
        border-radius: .41432rem;
        font-size: .9667466667rem;
        line-height: 1.24296rem
    }
}

.game-currency-usd {
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media(min-width:769px)and (max-width:1024px) {
    .game-currency-usd {
        min-width: 50.01rem;
        padding: 4.4453333333rem 4.6676rem 4.0008rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .game-currency-usd {
        min-width: 31.074rem;
        padding: 2.7621333333rem 2.90024rem 2.48592rem
    }
}

@media(min-width:1546px) {
    .game-currency-usd {
        min-width: 450px;
        padding: 40px 42px 36px
    }
}

.game-currency-usd__close {
    position: absolute;
    top: 19px;
    right: 19px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--LIGHT-THEME-PRIMARY-2);
    cursor: pointer;
    transition: all .3s ease
}

.dark .game-currency-usd__close {
    color: var(--DARK-THEME-PRIMARY-2)
}

.no-touch .game-currency-usd__close:hover {
    color: var(--LIGHT-THEME-SECONDARY-2)
}

.dark .no-touch .game-currency-usd__close:hover {
    color: var(--DARK-THEME--SECONDARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .game-currency-usd__close {
        top: 2.1115333333rem;
        right: 2.1115333333rem;
        width: 2.0004rem;
        height: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .game-currency-usd__close {
        top: 1.3120133333rem;
        right: 1.3120133333rem;
        width: 1.24296rem;
        height: 1.24296rem
    }
}

@media(max-width:768px) {
    .game-currency-usd__body {
        width: 100%;
        margin-bottom: 12px;
        padding: 20px;
        border-radius: 12px;
        background-color: var(--LIGHT-THEME-PRIMARY-6)
    }

    .dark .game-currency-usd__body {
        background-color: var(--DARK-THEME-BACKGROUND)
    }
}

.game-currency-usd__img-wr {
    width: 48px;
    height: auto;
    margin: 0 auto 16px
}

@media(min-width:769px)and (max-width:1024px) {
    .game-currency-usd__img-wr {
        width: 7.1125333333rem;
        margin-bottom: 3.1117333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .game-currency-usd__img-wr {
        width: 4.4194133333rem;
        margin-bottom: 1.9334933333rem
    }
}

@media(min-width:1546px) {
    .game-currency-usd__img-wr {
        width: 64px;
        margin: 0 auto 28px
    }
}

.game-currency-usd__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: var(--LIGHT-THEME-PRIMARY-3)
}

.dark .game-currency-usd__text {
    color: var(--DARK-THEME-PRIMARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .game-currency-usd__text {
        margin-bottom: 2.2226666667rem;
        font-size: 2.2226666667rem;
        line-height: 2.6672rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .game-currency-usd__text {
        margin-bottom: 1.3810666667rem;
        font-size: 1.3810666667rem;
        line-height: 1.65728rem
    }
}

@media(min-width:1546px) {
    .game-currency-usd__text {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 24px
    }
}

.game-currency-usd__btn {
    width: 100%;
    height: 44px;
    border-radius: 5px;
    background-color: var(--LIGHT-THEME-SECONDARY-2);
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .game-currency-usd__btn {
    background-color: var(--DARK-THEME--SECONDARY-2);
    color: var(--DARK-THEME-PRIMARY-6)
}

.no-touch .game-currency-usd__btn:enabled:hover {
    background-color: var(--LIGHT-THEME-SECONDARY-1)
}

.dark .no-touch .game-currency-usd__btn:enabled:hover {
    background-color: var(--DARK-THEME--SECONDARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .game-currency-usd__btn {
        height: 4.8898666667rem;
        border-radius: .5556666667rem;
        font-size: 1.7781333333rem;
        line-height: 2.4449333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .game-currency-usd__btn {
        height: 3.0383466667rem;
        border-radius: .3452666667rem;
        font-size: 1.1048533333rem;
        line-height: 1.5191733333rem
    }
}

@media(max-width:768px) {
    .bottom-menu {
        position: fixed;
        left: 0;
        bottom: 0;
        display: flex;
        justify-content: space-around;
        width: 100%;
        padding-left: 8px;
        padding-right: 8px;
        background-color: hsla(0, 0%, 100%, .9);
        height: 50px;
        z-index: 115
    }
}

@media screen and (max-width:768px)and (orientation:landscape) {
    .bottom-menu {
        z-index: 100
    }
}

@media(max-width:768px) {
    .dark .bottom-menu {
        background-color: #4b5056
    }
}

@media(max-width:768px) {
    .bottom-menu .trigger {
        width: 100%;
        display: flex;
        justify-content: center
    }
}

@media(max-width:339px) {

    html[lang=es] .bottom-menu__item,
    html[lang=fr] .bottom-menu__item,
    html[lang=pt] .bottom-menu__item {
        width: auto;
        flex: 1 1 auto
    }
}

@media(max-width:768px) {
    .bottom-menu__item {
        width: 20%;
        margin-right: 3px
    }

    .bottom-menu__item:last-child {
        margin-right: 0
    }
}

@media(max-width:339px) {

    html[lang=es] .bottom-menu__item--v-sport,
    html[lang=fr] .bottom-menu__item--v-sport,
    html[lang=pt] .bottom-menu__item--v-sport {
        display: none
    }
}

.bottom-menu__item--single-ic {
    justify-content: center
}

@media(max-width:768px) {
    .bottom-menu__item-ic-count {
        top: -5px
    }
}

.bottom-menu__item-ic-wrap {
    position: relative;
    display: flex;
    justify-content: center
}

.bottom-menu__item-link {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    min-height: 50px;
    line-height: 1;
    color: #525d4e;
    cursor: pointer
}

.dark .bottom-menu__item-link {
    color: hsla(0, 0%, 100%, .8)
}

.active .bottom-menu__item-link {
    color: #6ea500
}

.dark .active .bottom-menu__item-link {
    color: #97a94c
}

.bottom-menu__item-ic {
    width: auto;
    letter-spacing: normal
}

@media(max-width:768px) {

    .bottom-menu__item-ic,
    .bottom-menu__item-ic--search {
        height: 17px
    }
}

@media(max-width:768px) {
    .bottom-menu__item-ic--enter {
        font-size: 19px
    }
}

@media(max-width:768px) {
    .bottom-menu__item-text {
        display: block;
        font-size: 10px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -.2px;
        white-space: nowrap;
        padding-top: 4px;
        padding-bottom: 7px
    }
}

.bottom-menu__item-notify-circle {
    position: absolute;
    top: -5px;
    left: calc(50% + 5px);
    min-width: 12px;
    height: 10px;
    padding: 0 2px;
    border-radius: 5px;
    background-color: #df2244;
    font-size: 9px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 10px;
    letter-spacing: -.18px;
    text-align: center;
    color: #fff
}

.bottom-confirm-notify {
    position: fixed;
    left: 15px;
    right: 15px;
    bottom: 70px;
    z-index: 80;
    display: flex;
    align-items: center;
    padding: 20px 15px 20px 45px;
    background-color: #fff;
    color: #545d4f;
    box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .24);
    border-radius: 6px
}

.dark .bottom-confirm-notify {
    background-color: #383d41;
    color: hsla(0, 0%, 100%, .8)
}

.e-sport .bottom-confirm-notify {
    z-index: 101
}

@media(max-width:768px) {
    [class*=page-profile] .bottom-confirm-notify {
        left: 0;
        right: 0;
        bottom: 0;
        padding: 12px 16px 12px 45px;
        border-radius: unset
    }
}

@media screen and (min-width:769px) {
    .bottom-confirm-notify {
        z-index: 86
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .bottom-confirm-notify {
        bottom: 0;
        left: 7.1125333333rem;
        right: 0;
        justify-content: center;
        height: 7.7793333333rem;
        padding: 0 1.667rem;
        border-radius: 0
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .bottom-confirm-notify {
        bottom: 0;
        left: 4.4194133333rem;
        right: 0;
        justify-content: center;
        height: 4.8337333333rem;
        padding: 0 1.0358rem;
        border-radius: 0
    }
}

@media(min-width:1546px) {
    .bottom-confirm-notify {
        bottom: 0;
        left: 64px;
        right: 0;
        justify-content: center;
        height: 70px;
        padding: 0 15px;
        border-radius: 0
    }
}

@media(min-width:1920px) {
    .bottom-confirm-notify {
        left: 280px
    }

    .sport .bottom-confirm-notify {
        left: 64px
    }
}

.bottom-confirm-notify-wrap {
    display: flex;
    justify-content: center;
    align-items: center
}

@media(max-width:768px) {
    .bottom-confirm-notify-wrap {
        flex-direction: column;
        align-items: baseline
    }
}

.bottom-confirm-notify__controls {
    display: flex
}

@media(min-width:769px)and (max-width:1024px) {
    .bottom-confirm-notify__controls {
        margin-left: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .bottom-confirm-notify__controls {
        margin-left: 1.3810666667rem
    }
}

@media(min-width:1546px) {
    .bottom-confirm-notify__controls {
        margin-left: 20px
    }
}

.bottom-confirm-notify__text {
    margin-bottom: 15px;
    font-size: 16px
}

.bottom-confirm-notify__text:last-child {
    margin-bottom: 0
}

@media(max-width:768px) {
    [class*=page-profile] .bottom-confirm-notify__text {
        margin-bottom: 4px
    }

    [class*=page-profile] .bottom-confirm-notify__text:last-child {
        margin-bottom: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .bottom-confirm-notify__text {
        margin-bottom: 0;
        font-size: 1.7781333333rem;
        text-align: center
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .bottom-confirm-notify__text {
        margin-bottom: 0;
        font-size: 1.1048533333rem;
        text-align: center
    }
}

@media(min-width:1546px) {
    .bottom-confirm-notify__text {
        margin-bottom: 0;
        font-size: 16px;
        text-align: center
    }
}

.bottom-confirm-notify__btn {
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap
}

@media(min-width:769px)and (max-width:1024px) {
    .bottom-confirm-notify__btn {
        padding: .5556666667rem 1.3336rem;
        border-radius: .8890666667rem;
        font-size: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .bottom-confirm-notify__btn {
        padding: .3452666667rem .82864rem;
        border-radius: .5524266667rem;
        font-size: 1.1048533333rem
    }
}

@media(min-width:1546px) {
    .bottom-confirm-notify__btn {
        padding: 5px 12px;
        border-radius: 8px;
        font-size: 16px
    }
}

.bottom-confirm-notify__btn--no-bg {
    margin-left: 15px;
    padding: 0;
    background-color: transparent
}

.bottom-confirm-notify__btn--no-bg:hover {
    background-color: transparent !important
}

.dark .bottom-confirm-notify__btn--no-bg {
    background-color: transparent
}

@media(min-width:1546px) {
    .bottom-confirm-notify__btn--no-bg {
        padding: 5px 12px;
        border-radius: 8px;
        font-size: 16px
    }
}

.bottom-confirm-notify__btn-text {
    border-bottom: 1px solid #545d4f;
    color: #545d4f
}

.dark .bottom-confirm-notify__btn-text {
    border-bottom: 1px solid #fff;
    color: #fff
}

.email-confirm__icon {
    width: 18px;
    flex-shrink: 0
}

.dark .email-confirm__icon {
    color: #fff
}

@media(max-width:768px) {
    .email-confirm__icon {
        position: absolute;
        left: 15px;
        top: 25px;
        height: auto
    }

    [class*=page-profile] .email-confirm__icon {
        top: 16px
    }
}

.icon-cookie {
    align-self: flex-start
}

.custom-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 50px 0
}

@media(max-width:768px) {
    .custom-modal {
        overflow-x: hidden;
        overflow-y: scroll;
        bottom: 0;
        min-width: 100%
    }

    .game-page.user .custom-modal {
        padding-bottom: 0
    }
}

@media screen and (min-width:769px) {
    .custom-modal.custom-modal--patch-profile {
        left: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-modal {
        left: 7.1125333333rem;
        padding: 2.2226666667rem
    }

    .wheel .custom-modal {
        left: 0
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .custom-modal {
        left: 4.4194133333rem;
        padding: 1.3810666667rem
    }

    .wheel .custom-modal {
        left: 0
    }
}

@media(min-width:1546px)and (max-width:1919px) {
    .custom-modal {
        left: 64px
    }
}

@media(min-width:1546px) {
    .custom-modal {
        padding: 20px
    }

    .game-page .custom-modal,
    .sport .custom-modal {
        left: 64px
    }

    .wheel .custom-modal {
        left: 0
    }
}

@media(min-width:1920px) {
    .custom-modal {
        left: 280px
    }
}

.custom-modal--account-temporarily-blocked,
.custom-modal--add-money-limit,
.custom-modal--adult-modal,
.custom-modal--balance,
.custom-modal--bonus-modal,
.custom-modal--bonus-sport-special,
.custom-modal--cancel-bonus,
.custom-modal--cashout,
.custom-modal--cashout-alert,
.custom-modal--change-limit,
.custom-modal--close-modal-confirmation,
.custom-modal--confirm-code-modal,
.custom-modal--confirmation-button,
.custom-modal--contacts,
.custom-modal--deposit,
.custom-modal--document-error-modal,
.custom-modal--licence,
.custom-modal--limits-modal,
.custom-modal--login-denied,
.custom-modal--missing-data,
.custom-modal--modal-payment,
.custom-modal--nick-name-modal,
.custom-modal--one-time-password,
.custom-modal--patch-profile,
.custom-modal--payment-iframe,
.custom-modal--registration,
.custom-modal--restore-password-request,
.custom-modal--signin,
.custom-modal--unlock-account-by-phone-modal,
.custom-modal--users-password-edit,
.custom-modal--users-unlock {
    z-index: 999;
    left: 0 !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

@media(max-width:768px) {

    .custom-modal--account-temporarily-blocked,
    .custom-modal--add-money-limit,
    .custom-modal--adult-modal,
    .custom-modal--balance,
    .custom-modal--bonus-modal,
    .custom-modal--bonus-sport-special,
    .custom-modal--cancel-bonus,
    .custom-modal--cashout,
    .custom-modal--cashout-alert,
    .custom-modal--change-limit,
    .custom-modal--close-modal-confirmation,
    .custom-modal--confirm-code-modal,
    .custom-modal--confirmation-button,
    .custom-modal--contacts,
    .custom-modal--deposit,
    .custom-modal--document-error-modal,
    .custom-modal--licence,
    .custom-modal--limits-modal,
    .custom-modal--login-denied,
    .custom-modal--missing-data,
    .custom-modal--modal-payment,
    .custom-modal--nick-name-modal,
    .custom-modal--one-time-password,
    .custom-modal--patch-profile,
    .custom-modal--payment-iframe,
    .custom-modal--registration,
    .custom-modal--restore-password-request,
    .custom-modal--signin,
    .custom-modal--unlock-account-by-phone-modal,
    .custom-modal--users-password-edit,
    .custom-modal--users-unlock {
        padding: 56px 0 0;
        z-index: 116
    }

    .custom-modal--account-temporarily-blocked.custom-modal--login-denied,
    .custom-modal--add-money-limit.custom-modal--login-denied,
    .custom-modal--adult-modal.custom-modal--login-denied,
    .custom-modal--balance.custom-modal--login-denied,
    .custom-modal--bonus-modal.custom-modal--login-denied,
    .custom-modal--bonus-sport-special.custom-modal--login-denied,
    .custom-modal--cancel-bonus.custom-modal--login-denied,
    .custom-modal--cashout-alert.custom-modal--login-denied,
    .custom-modal--cashout.custom-modal--login-denied,
    .custom-modal--change-limit.custom-modal--login-denied,
    .custom-modal--close-modal-confirmation.custom-modal--login-denied,
    .custom-modal--confirm-code-modal.custom-modal--login-denied,
    .custom-modal--confirmation-button.custom-modal--login-denied,
    .custom-modal--contacts.custom-modal--login-denied,
    .custom-modal--deposit.custom-modal--login-denied,
    .custom-modal--document-error-modal.custom-modal--login-denied,
    .custom-modal--licence.custom-modal--login-denied,
    .custom-modal--limits-modal.custom-modal--login-denied,
    .custom-modal--login-denied.custom-modal--login-denied,
    .custom-modal--missing-data.custom-modal--login-denied,
    .custom-modal--modal-payment.custom-modal--login-denied,
    .custom-modal--nick-name-modal.custom-modal--login-denied,
    .custom-modal--one-time-password.custom-modal--login-denied,
    .custom-modal--patch-profile.custom-modal--login-denied,
    .custom-modal--payment-iframe.custom-modal--login-denied,
    .custom-modal--registration.custom-modal--login-denied,
    .custom-modal--restore-password-request.custom-modal--login-denied,
    .custom-modal--signin.custom-modal--login-denied,
    .custom-modal--unlock-account-by-phone-modal.custom-modal--login-denied,
    .custom-modal--users-password-edit.custom-modal--login-denied,
    .custom-modal--users-unlock.custom-modal--login-denied {
        z-index: 125
    }
}

@media(max-width:768px) {
    .custom-modal.custom-modal-hide-header {
        padding: 0;
        z-index: 120
    }
}

@media(max-width:768px) {
    .custom-modal--my-games {
        padding: 56px 0 50px
    }
}

@media(max-width:768px) {
    .custom-modal--document-error-modal {
        background-color: var(--LIGHT-THEME-PRIMARY-6)
    }

    .dark .custom-modal--document-error-modal {
        background-color: var(--DARK-THEME-PRIMARY-6)
    }
}

@media(max-width:768px) {
    .custom-modal--login-denied {
        z-index: 117
    }
}

@media(min-width:1546px) {

    .sport .custom-modal--registration,
    .sport .custom-modal--signin {
        left: 64px
    }
}

@media screen and (min-width:769px) {
    .custom-modal--registration {
        width: auto;
        margin-right: -17px;
        overflow: hidden scroll;
        background-color: var(--COMMON-OPACITY-BLACK-30)
    }

    .dark .custom-modal--registration {
        background-color: var(--COMMON-OPACITY-BLACK-70)
    }
}

.custom-modal--account-temporarily-blocked,
.custom-modal--close-modal-confirmation,
.custom-modal--default-modal,
.custom-modal--document-error-modal {
    align-items: center
}

.custom-modal--play {
    padding-bottom: 0
}

@media(max-width:768px) {
    .custom-modal--play {
        top: 0;
        max-height: 100vh;
        padding-top: 56px
    }

    .custom-modal--play.custom-modal--search-open {
        z-index: 102
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-modal--play {
        left: 0;
        max-height: 100vh;
        padding: 7.1125333333rem 0 0;
        z-index: 116
    }
}

@media(min-width:1920px) {
    .custom-modal--play {
        left: 64px
    }
}

.custom-modal--wheel-of-fortune {
    z-index: 75;
    padding: 0
}

.custom-modal--status-up {
    display: flex
}

@media screen and (max-width:768px)and (orientation:landscape) {

    .custom-modal--add-money-limit,
    .custom-modal--change-limit {
        padding: 50px 0 0
    }
}

.custom-modal--confirmation-button {
    z-index: 1000
}

.custom-modal--game-currency-usd {
    left: 0;
    padding: 0;
    z-index: 10000
}

.custom-modal__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--COMMON-OPACITY-BLACK-30);
    pointer-events: none
}

.dark .custom-modal__overlay {
    background-color: var(--COMMON-OPACITY-BLACK-70)
}

@media(max-width:768px) {
    .custom-modal__overlay {
        background-color: #fff
    }

    .dark .custom-modal__overlay {
        background-color: #383d41
    }
}

@media screen and (min-width:769px) {
    .game-page .custom-modal__overlay {
        background-color: var(--LIGHT-THEME-PRIMARY-6)
    }

    .dark .game-page .custom-modal__overlay {
        background-color: var(--DARK-THEME-PRIMARY-6)
    }
}

@media(min-width:1025px) {
    .game-page .custom-modal__overlay {
        background-color: var(--LIGHT-THEME-PRIMARY-1)
    }

    .dark .game-page .custom-modal__overlay {
        background-color: var(--DARK-THEME-PRIMARY-6)
    }
}

@media(min-width:1025px) {

    .game-page .custom-modal--balance .custom-modal__overlay,
    .game-page .custom-modal--cashout-alert .custom-modal__overlay,
    .game-page .custom-modal--cashout .custom-modal__overlay,
    .game-page .custom-modal--deposit .custom-modal__overlay {
        background-color: var(--COMMON-OPACITY-BLACK-30)
    }

    .dark .game-page .custom-modal--balance .custom-modal__overlay,
    .dark .game-page .custom-modal--cashout-alert .custom-modal__overlay,
    .dark .game-page .custom-modal--cashout .custom-modal__overlay,
    .dark .game-page .custom-modal--deposit .custom-modal__overlay {
        background-color: var(--COMMON-OPACITY-BLACK-70)
    }
}

.custom-modal--registration .custom-modal__overlay {
    display: none
}

@media(max-width:768px) {

    .custom-modal--document-error-modal .custom-modal__overlay,
    .custom-modal--registration .custom-modal__overlay,
    .custom-modal--signin .custom-modal__overlay {
        background-color: #fff
    }

    .dark .custom-modal--document-error-modal .custom-modal__overlay,
    .dark .custom-modal--registration .custom-modal__overlay,
    .dark .custom-modal--signin .custom-modal__overlay {
        background-color: #383d41
    }
}

@media(max-width:768px) {

    .custom-modal--login-denied .custom-modal__overlay,
    .custom-modal--registration.custom-modal--login-denied .custom-modal__overlay,
    .custom-modal--signin.custom-modal--login-denied .custom-modal__overlay {
        background-color: unset
    }
}

.custom-modal--licence .custom-modal__overlay,
.custom-modal--modal-payment .custom-modal__overlay,
.dark .custom-modal--licence .custom-modal__overlay,
.dark .custom-modal--modal-payment .custom-modal__overlay {
    background-color: inherit
}

.custom-modal--wheel-of-fortune .custom-modal__overlay {
    background-color: #c19034
}

@media(max-width:768px) {
    .custom-modal--wheel-of-fortune .custom-modal__overlay {
        background-color: #dfb875
    }
}

.custom-modal--wheel-of-fortune .custom-modal__slot-wr-2 {
    position: relative;
    z-index: 1
}

.custom-modal__slot-wr-2.vb-content {
    flex-shrink: 0;
    height: auto !important
}

@media(max-width:768px) {

    .custom-modal--licence .custom-modal__slot-wr-2,
    .custom-modal--login-denied .custom-modal__slot-wr-2,
    .custom-modal--modal-payment .custom-modal__slot-wr-2 {
        display: flex !important;
        align-items: center
    }
}

@media(max-width:768px) {
    .custom-modal__slot-wr-1 {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .custom-modal--add-money-limit .custom-modal__slot-wr-1,
    .custom-modal--adult-modal .custom-modal__slot-wr-1,
    .custom-modal--cashout-alert .custom-modal__slot-wr-1,
    .custom-modal--change-limit .custom-modal__slot-wr-1 {
        align-items: flex-start
    }
}

.custom-modal__inner-wr {
    position: relative;
    transition: transform .3s ease
}

.custom-modal--default-modal .custom-modal__inner-wr {
    height: auto
}

.custom-modal--cashout-alert .custom-modal__inner-wr,
.custom-modal--confirmation-button .custom-modal__inner-wr,
.custom-modal--game-currency-usd .custom-modal__inner-wr,
.custom-modal--patch-profile .custom-modal__inner-wr,
.custom-modal--restore-account-request .custom-modal__inner-wr,
.custom-modal--restore-password-request .custom-modal__inner-wr,
.custom-modal--successful-registration .custom-modal__inner-wr,
.custom-modal--users-unlock .custom-modal__inner-wr {
    display: flex;
    align-items: center
}

.custom-modal--wheel-of-fortune .custom-modal__inner-wr {
    width: 100%;
    height: 100%
}

.custom-modal--licence .custom-modal__inner-wr,
.custom-modal--login-denied .custom-modal__inner-wr,
.custom-modal--modal-payment .custom-modal__inner-wr {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0);
    width: 100%;
    background-color: transparent
}

.custom-modal--balance .custom-modal__inner-wr,
.custom-modal--cashout .custom-modal__inner-wr,
.custom-modal--deposit .custom-modal__inner-wr,
.custom-modal--document-error-modal .custom-modal__inner-wr,
.custom-modal--history .custom-modal__inner-wr {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.custom-modal--successful-registration .custom-modal__inner-wr {
    height: 90%
}

.custom-modal--status-up .custom-modal__inner-wr {
    margin: auto
}

@media(max-width:768px) {
    .custom-modal__inner-wr {
        height: 100%
    }

    .custom-modal--licence .custom-modal__inner-wr,
    .custom-modal--modal-payment .custom-modal__inner-wr {
        height: auto
    }

    .custom-modal--add-money-limit .custom-modal__inner-wr,
    .custom-modal--cashout-alert .custom-modal__inner-wr,
    .custom-modal--change-limit .custom-modal__inner-wr,
    .custom-modal--limits-modal .custom-modal__inner-wr,
    .custom-modal--my-games .custom-modal__inner-wr,
    .custom-modal--nick-name-modal .custom-modal__inner-wr,
    .custom-modal--patch-profile .custom-modal__inner-wr,
    .custom-modal--play .custom-modal__inner-wr,
    .custom-modal--registration .custom-modal__inner-wr,
    .custom-modal--signin .custom-modal__inner-wr,
    .custom-modal--users-password-edit .custom-modal__inner-wr {
        width: 100%
    }

    .custom-modal--confirmation-button .custom-modal__inner-wr,
    .custom-modal--restore-account-request .custom-modal__inner-wr,
    .custom-modal--restore-password-request .custom-modal__inner-wr,
    .custom-modal--successful-registration .custom-modal__inner-wr,
    .custom-modal--users-unlock .custom-modal__inner-wr {
        position: relative;
        width: 100%
    }

    .custom-modal--wheel-of-fortune .custom-modal__inner-wr {
        padding-top: 50px;
        padding-bottom: 48px
    }

    .custom-modal--balance .custom-modal__inner-wr,
    .custom-modal--cashout .custom-modal__inner-wr,
    .custom-modal--deposit .custom-modal__inner-wr,
    .custom-modal--document-error-modal .custom-modal__inner-wr,
    .custom-modal--history .custom-modal__inner-wr,
    .custom-modal--payment-redirected-iframe .custom-modal__inner-wr,
    .custom-modal--successful-registration .custom-modal__inner-wr {
        width: 100%;
        height: 100%
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-modal--cashout-alert .custom-modal__inner-wr {
        max-width: 73.7925333333rem
    }

    .custom-modal--play .custom-modal__inner-wr {
        width: 100%;
        height: 100%
    }

    .custom-modal__inner-wr:has(.deposit--with-extension-panel) {
        transform: translate3d(-12.8914666667rem, 0, 0)
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .custom-modal--cashout-alert .custom-modal__inner-wr {
        max-width: 45.8514133333rem
    }

    .custom-modal__inner-wr:has(.deposit--with-extension-panel) {
        transform: translate3d(-8.0101866667rem, 0, 0)
    }
}

@media(min-width:1546px) {
    .custom-modal--cashout-alert .custom-modal__inner-wr {
        max-width: 664px
    }

    .custom-modal__inner-wr:has(.deposit--with-extension-panel) {
        transform: translate3d(-116px, 0, 0)
    }
}

.custom-modal__inner {
    overflow: hidden;
    width: 100%;
    max-height: 100%;
    background-color: #fff;
    position: relative
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-modal__inner {
        max-height: calc(100vh - 4.44533rem)
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .custom-modal__inner {
        max-height: calc(100vh - 2.76213rem)
    }
}

@media(min-width:1546px) {
    .custom-modal__inner {
        max-height: calc(100vh - 40px)
    }
}

.dark .custom-modal__inner {
    background-color: #383d41
}

.custom-modal--overflow-none:not(.custom-modal--play) .custom-modal__inner {
    overflow: visible
}

.custom-modal--registration .custom-modal__inner {
    display: flex;
    overflow: visible;
    max-width: 800px;
    background-color: transparent
}

.duplicate .custom-modal--registration .custom-modal__inner {
    width: 100%
}

@media screen and (min-width:769px) {

    .custom-modal--registration .custom-modal__inner,
    .dark .custom-modal--registration .custom-modal__inner {
        box-shadow: none
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-modal--registration .custom-modal__inner {
        width: 88.9066666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .custom-modal--registration .custom-modal__inner {
        width: 55rem
    }
}

@media(min-width:1546px) {
    .custom-modal--registration .custom-modal__inner {
        width: 800px
    }
}

.custom-modal--bonus-modal .custom-modal__inner,
.custom-modal--contacts .custom-modal__inner,
.custom-modal--signin .custom-modal__inner,
.custom-modal__inner.vb {
    display: flex
}

.custom-modal--balance .custom-modal__inner,
.custom-modal--bonus-modal .custom-modal__inner,
.custom-modal--bonus-sport-special .custom-modal__inner,
.custom-modal--cancel-bonus .custom-modal__inner,
.custom-modal--cashout-alert .custom-modal__inner,
.custom-modal--cashout .custom-modal__inner,
.custom-modal--close-modal-confirmation .custom-modal__inner,
.custom-modal--deposit .custom-modal__inner,
.custom-modal--document-error-modal .custom-modal__inner,
.custom-modal--login-denied .custom-modal__inner,
.custom-modal--one-time-password .custom-modal__inner,
.custom-modal--signin .custom-modal__inner {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .25), 0 23px 12px rgba(0, 0, 0, .13);
    background-color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .custom-modal--balance .custom-modal__inner,
.dark .custom-modal--bonus-modal .custom-modal__inner,
.dark .custom-modal--bonus-sport-special .custom-modal__inner,
.dark .custom-modal--cancel-bonus .custom-modal__inner,
.dark .custom-modal--cashout-alert .custom-modal__inner,
.dark .custom-modal--cashout .custom-modal__inner,
.dark .custom-modal--close-modal-confirmation .custom-modal__inner,
.dark .custom-modal--deposit .custom-modal__inner,
.dark .custom-modal--document-error-modal .custom-modal__inner,
.dark .custom-modal--login-denied .custom-modal__inner,
.dark .custom-modal--one-time-password .custom-modal__inner,
.dark .custom-modal--signin .custom-modal__inner {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .25), 0 23px 12px rgba(0, 0, 0, .13);
    background-color: var(--DARK-THEME-BACKGROUND)
}

@media(max-width:768px) {
    .custom-modal--document-error-modal .custom-modal__inner {
        box-shadow: none
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .Mac.Safari .custom-modal--signin .custom-modal__inner {
        height: 62.2346666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .Mac.Safari .custom-modal--signin .custom-modal__inner {
        height: 38.6698666667rem
    }
}

@media(min-width:1546px) {
    .Mac.Safari .custom-modal--signin .custom-modal__inner {
        height: 560px
    }
}

.custom-modal__inner.overflowMob {
    overflow: visible
}

.custom-modal--patch-profile .custom-modal__inner,
.custom-modal--patch-timezone .custom-modal__inner {
    overflow: visible;
    position: relative
}

.custom-modal--wheel-of-fortune .custom-modal__inner {
    width: auto;
    height: 100%;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent
}

.custom-modal--licence .custom-modal__inner,
.custom-modal--login-denied .custom-modal__inner {
    margin: 0 auto;
    border-radius: 15px
}

.custom-modal--confirm-phone .custom-modal__inner,
.custom-modal--licence .custom-modal__inner,
.custom-modal--modal-payment .custom-modal__inner {
    max-width: 290px
}

.custom-modal--balance .custom-modal__inner,
.custom-modal--cashout .custom-modal__inner,
.custom-modal--deposit .custom-modal__inner,
.custom-modal--history .custom-modal__inner {
    display: flex;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.dark .custom-modal--balance .custom-modal__inner,
.dark .custom-modal--cashout .custom-modal__inner,
.dark .custom-modal--deposit .custom-modal__inner,
.dark .custom-modal--history .custom-modal__inner {
    background-color: var(--DARK-THEME-BACKGROUND)
}

.custom-modal--successful-registration .custom-modal__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    display: flex
}

.custom-modal--game-currency-usd .custom-modal__inner {
    width: 100%;
    overflow: initial
}

.dark .custom-modal--game-currency-usd .custom-modal__inner {
    background-color: var(--DARK-THEME-BACKGROUND);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .25), 0 23px 12px rgba(0, 0, 0, .13)
}

@media(max-width:768px) {
    .custom-modal__inner {
        height: 100%
    }

    .custom-modal--login-denied .custom-modal__inner {
        width: 0
    }

    .custom-modal--licence .custom-modal__inner,
    .custom-modal--modal-payment .custom-modal__inner {
        width: 90%;
        box-shadow: 0 24px 24px -12px rgba(0, 0, 0, .24)
    }

    .custom-modal--contacts .custom-modal__inner,
    .duplicate .custom-modal--registration .custom-modal__inner {
        border-radius: 0
    }

    .custom-modal--cashout .custom-modal__inner,
    .custom-modal--deposit .custom-modal__inner,
    .custom-modal--history .custom-modal__inner {
        top: 0;
        transform: translate3d(-50%, 0, 0);
        border-radius: 0
    }

    .custom-modal--deposit .custom-modal__inner {
        overflow: visible;
        left: 0;
        transform: none
    }

    .custom-modal--cashout .custom-modal__inner {
        left: 0;
        transform: none
    }

    .custom-modal__inner .custom-modal--limits-modal {
        padding: 65px 35px
    }

    .custom-modal--balance .custom-modal__inner {
        overflow: hidden
    }
}

@media screen and (min-width:769px) {

    .custom-modal--balance .custom-modal__inner,
    .custom-modal--cashout .custom-modal__inner,
    .custom-modal--deposit .custom-modal__inner,
    .custom-modal--restore-password-request .custom-modal__inner {
        overflow: visible;
        position: relative
    }

    .custom-modal--game-currency-usd .custom-modal__inner {
        transform: translateY(-20%)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-modal__inner {
        width: 77.7933333333rem;
        box-shadow: 0 1.7781333333rem 3.5562666667rem 0 rgba(41, 41, 37, .25), 0 .7779333333rem 1.5558666667rem 0 rgba(28, 30, 26, .15);
        border-radius: 2.2226666667rem
    }

    .dark .custom-modal__inner {
        box-shadow: 0 1.7781333333rem 3.5562666667rem 0 #33373b
    }

    .custom-modal--account-temporarily-blocked .custom-modal__inner,
    .custom-modal--default-modal .custom-modal__inner {
        width: 100%
    }

    .custom-modal--nick-name-modal .custom-modal__inner {
        width: 60.012rem
    }

    .custom-modal--licence .custom-modal__inner,
    .custom-modal--modal-payment .custom-modal__inner {
        max-width: 66.68rem;
        box-shadow: 0 2.6672rem 2.6672rem -1.3336rem rgba(0, 0, 0, .24);
        border-radius: 2.6672rem
    }

    .duplicate .custom-modal--registration .custom-modal__inner {
        width: 43.8976666667rem
    }

    .custom-modal--contacts .custom-modal__inner {
        width: 77.7933333333rem
    }

    .custom-modal--payment-iframe .custom-modal__inner {
        width: 500px
    }

    .custom-modal--balance .custom-modal__inner,
    .custom-modal--bonus-modal .custom-modal__inner,
    .custom-modal--cashout .custom-modal__inner,
    .custom-modal--deposit .custom-modal__inner,
    .custom-modal--history .custom-modal__inner {
        width: 77.7933333333rem;
        border-radius: 1.7781333333rem
    }

    .custom-modal--payment-redirected-iframe .custom-modal__inner {
        width: 80.016rem
    }

    .custom-modal--add-money-limit .custom-modal__inner,
    .custom-modal--change-limit .custom-modal__inner,
    .custom-modal--close-modal-confirmation .custom-modal__inner,
    .custom-modal--document-error-modal .custom-modal__inner,
    .custom-modal--game-currency-usd .custom-modal__inner,
    .custom-modal--limits-modal .custom-modal__inner,
    .custom-modal--login-denied .custom-modal__inner,
    .custom-modal--patch-timezone .custom-modal__inner,
    .custom-modal--reality-check-notify .custom-modal__inner {
        width: 50.01rem
    }

    .custom-modal--add-money-limit .custom-modal__inner,
    .custom-modal--change-limit .custom-modal__inner {
        padding: 3.334rem 0
    }

    .custom-modal--document-error-modal .custom-modal__inner {
        border-radius: 1.7781333333rem
    }

    .custom-modal--play .custom-modal__inner {
        overflow: visible;
        width: 100%;
        max-height: 100%;
        height: 100%
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .custom-modal__inner {
        width: 48.3373333333rem;
        box-shadow: 0 1.1048533333rem 2.2097066667rem 0 rgba(41, 41, 37, .25), 0 .4833733333rem .9667466667rem 0 rgba(28, 30, 26, .15);
        border-radius: 1.3810666667rem
    }

    .custom-modal--account-temporarily-blocked .custom-modal__inner,
    .custom-modal--default-modal .custom-modal__inner {
        width: 100%
    }

    .custom-modal--nick-name-modal .custom-modal__inner {
        width: 43.1583333333rem
    }

    .dark .custom-modal__inner {
        box-shadow: 0 1.1048533333rem 2.2097066667rem 0 #33373b
    }

    .custom-modal--licence .custom-modal__inner,
    .custom-modal--modal-payment .custom-modal__inner {
        max-width: 41.432rem;
        box-shadow: 0 1.65728rem 1.65728rem -.82864rem rgba(0, 0, 0, .24);
        border-radius: 1.65728rem
    }

    .duplicate .custom-modal--registration .custom-modal__inner {
        width: 27.2760666667rem
    }

    .custom-modal--contacts .custom-modal__inner {
        width: 41.432rem
    }

    .custom-modal--payment-iframe .custom-modal__inner {
        width: 500px
    }

    .custom-modal--balance .custom-modal__inner,
    .custom-modal--bonus-modal .custom-modal__inner,
    .custom-modal--cashout .custom-modal__inner,
    .custom-modal--deposit .custom-modal__inner,
    .custom-modal--history .custom-modal__inner {
        width: 48.3373333333rem;
        border-radius: 1.1048533333rem
    }

    .custom-modal--payment-redirected-iframe .custom-modal__inner {
        width: 58.0048rem
    }

    .custom-modal--bonus-modal .custom-modal__inner {
        width: 48.3373333333rem
    }

    .custom-modal--add-money-limit .custom-modal__inner,
    .custom-modal--change-limit .custom-modal__inner,
    .custom-modal--close-modal-confirmation .custom-modal__inner,
    .custom-modal--document-error-modal .custom-modal__inner,
    .custom-modal--game-currency-usd .custom-modal__inner,
    .custom-modal--limits-modal .custom-modal__inner,
    .custom-modal--login-denied .custom-modal__inner,
    .custom-modal--patch-timezone .custom-modal__inner,
    .custom-modal--reality-check-notify .custom-modal__inner {
        width: 31.074rem
    }

    .custom-modal--add-money-limit .custom-modal__inner,
    .custom-modal--change-limit .custom-modal__inner {
        padding: 2.0716rem 0
    }

    .custom-modal--document-error-modal .custom-modal__inner {
        border-radius: 1.1048533333rem
    }
}

@media(min-width:1546px) {
    .custom-modal__inner {
        width: 700px;
        box-shadow: 0 16px 32px 0 rgba(41, 41, 37, .25), 0 7px 14px 0 rgba(28, 30, 26, .15);
        border-radius: 20px
    }

    .dark .custom-modal__inner {
        box-shadow: 0 16px 32px 0 #33373b
    }

    .custom-modal--account-temporarily-blocked .custom-modal__inner,
    .custom-modal--default-modal .custom-modal__inner {
        width: 100%
    }

    .custom-modal--balance .custom-modal__inner,
    .custom-modal--bonus-modal .custom-modal__inner,
    .custom-modal--cashout .custom-modal__inner,
    .custom-modal--deposit .custom-modal__inner,
    .custom-modal--history .custom-modal__inner {
        width: 700px;
        border-radius: 16px
    }

    .custom-modal--licence .custom-modal__inner,
    .custom-modal--modal-payment .custom-modal__inner {
        max-width: 600px;
        border-radius: 24px
    }

    .duplicate .custom-modal--registration .custom-modal__inner {
        width: 395px
    }

    .custom-modal--contacts .custom-modal__inner {
        width: 770px
    }

    .custom-modal--payment-iframe .custom-modal__inner {
        width: 500px
    }

    .custom-modal--add-money-limit .custom-modal__inner,
    .custom-modal--change-limit .custom-modal__inner,
    .custom-modal--close-modal-confirmation .custom-modal__inner,
    .custom-modal--document-error-modal .custom-modal__inner,
    .custom-modal--game-currency-usd .custom-modal__inner,
    .custom-modal--limits-modal .custom-modal__inner,
    .custom-modal--login-denied .custom-modal__inner,
    .custom-modal--nick-name-modal .custom-modal__inner,
    .custom-modal--patch-timezone .custom-modal__inner,
    .custom-modal--reality-check-notify .custom-modal__inner {
        width: 450px
    }

    .custom-modal--add-money-limit .custom-modal__inner,
    .custom-modal--change-limit .custom-modal__inner {
        padding: 30px 0
    }

    .custom-modal--adult-modal .custom-modal__inner {
        width: 900px
    }

    .custom-modal--document-error-modal .custom-modal__inner {
        border-radius: 16px
    }
}

.custom-modal__close-wr {
    z-index: 11;
    position: absolute;
    right: 16px;
    top: 16px;
    color: var(--LIGHT-THEME-PRIMARY-3);
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    transition: all .3s ease
}

.dark .custom-modal__close-wr {
    color: var(--DARK-THEME-PRIMARY-2)
}

.no-touch .custom-modal__close-wr:hover {
    color: var(--LIGHT-THEME-SECONDARY-2)
}

.dark .no-touch .custom-modal__close-wr:hover {
    color: var(--DARK-THEME--SECONDARY-2)
}

.custom-modal--wheel-of-fortune .custom-modal__close-wr {
    position: fixed;
    color: #fff
}

.custom-modal--account-temporarily-blocked .custom-modal__close-wr,
.custom-modal--cashout-alert .custom-modal__close-wr,
.custom-modal--default-modal .custom-modal__close-wr,
.custom-modal--licence .custom-modal__close-wr,
.custom-modal--login-denied .custom-modal__close-wr,
.custom-modal--modal-payment .custom-modal__close-wr,
.custom-modal--payment-redirected-iframe .custom-modal__close-wr,
.custom-modal--registration .custom-modal__close-wr {
    display: none
}

.custom-modal--adult-modal .custom-modal__close-wr,
.custom-modal--bonus-modal .custom-modal__close-wr,
.custom-modal--bonus-sport-special .custom-modal__close-wr,
.custom-modal--signin .custom-modal__close-wr {
    right: 16px;
    top: 16px
}

.custom-modal--payment-iframe .custom-modal__close-wr {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-color: var(--LIGHT-THEME-BACKGROUND)
}

@media screen and (min-width:769px) {
    .custom-modal--cashout-alert .custom-modal__close-wr {
        display: block
    }
}

@media(min-width:769px)and (max-width:1024px) {

    .custom-modal--adult-modal .custom-modal__close-wr,
    .custom-modal--bonus-modal .custom-modal__close-wr,
    .custom-modal--bonus-sport-special .custom-modal__close-wr,
    .custom-modal--cashout-alert .custom-modal__close-wr,
    .custom-modal--close-modal-confirmation .custom-modal__close-wr,
    .custom-modal--document-error-modal .custom-modal__close-wr,
    .custom-modal--signin .custom-modal__close-wr,
    .custom-modal__close-wr {
        right: 1.7781333333rem;
        top: 1.7781333333rem
    }

    .custom-modal--payment-iframe .custom-modal__close-wr {
        width: 3.7785333333rem;
        height: 3.7785333333rem;
        border-radius: .6668rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {

    .custom-modal--adult-modal .custom-modal__close-wr,
    .custom-modal--bonus-modal .custom-modal__close-wr,
    .custom-modal--bonus-sport-special .custom-modal__close-wr,
    .custom-modal--cashout-alert .custom-modal__close-wr,
    .custom-modal--close-modal-confirmation .custom-modal__close-wr,
    .custom-modal--document-error-modal .custom-modal__close-wr,
    .custom-modal--signin .custom-modal__close-wr,
    .custom-modal__close-wr {
        right: 1.1048533333rem;
        top: 1.1048533333rem
    }

    .custom-modal--payment-iframe .custom-modal__close-wr {
        width: 2.3478133333rem;
        height: 2.3478133333rem;
        border-radius: .41432rem
    }
}

@media(min-width:1546px) {

    .custom-modal--cashout-alert .custom-modal__close-wr,
    .custom-modal--close-modal-confirmation .custom-modal__close-wr,
    .custom-modal--document-error-modal .custom-modal__close-wr,
    .custom-modal--signin .custom-modal__close-wr {
        top: 16px;
        right: 16px
    }
}

.custom-modal__close {
    width: 24px;
    height: auto;
    letter-spacing: normal
}

.custom-modal--payment-iframe .custom-modal__close {
    color: var(--LIGHT-THEME-PRIMARY-1)
}

@media(min-width:1025px)and (max-width:1545px) {

    .custom-modal--cashout-alert .custom-modal__close,
    .custom-modal__close {
        width: 1.65728rem
    }
}

@media(min-width:769px)and (max-width:1024px) {

    .custom-modal--cashout-alert .custom-modal__close,
    .custom-modal__close {
        width: 2.6672rem
    }
}

.custom-modal__capcha {
    margin-bottom: 32px
}

.custom-modal__capcha iframe {
    transform-origin: left top
}

.custom-modal__capcha>div {
    height: auto !important;
    width: auto !important
}

.custom-modal--restore-password-request .custom-modal__capcha {
    width: auto
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-modal__capcha {
        margin-bottom: 3.5562666667rem
    }

    .custom-modal--restore-password-request .custom-modal__capcha {
        width: 36.7851333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .custom-modal__capcha {
        margin-bottom: 2.2097066667rem
    }

    .custom-modal--restore-password-request .custom-modal__capcha {
        width: 22.7876rem
    }
}

@media(min-width:1546px) {
    .custom-modal--restore-password-request .custom-modal__capcha {
        width: 330px
    }
}

.custom-modal__fortune-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.modal-opened~#betslip-container-element {
    z-index: 115 !important
}

.support-widget {
    position: fixed;
    cursor: pointer;
    z-index: 84;
    right: 9px;
    bottom: 51px;
    height: 64px
}

@media(min-width:769px)and (max-width:1024px) {
    .support-widget {
        right: 1.7781333333rem;
        bottom: 8.5572666667rem;
        height: 8.8906666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .support-widget {
        right: 1.1048533333rem;
        bottom: 5.3171066667rem;
        height: 5.5242666667rem
    }
}

@media(min-width:1546px) {
    .support-widget {
        right: 16px;
        bottom: 77px;
        height: 80px
    }
}

.support-widget__circle {
    pointer-events: none;
    width: 64px;
    height: 64px
}

@media(min-width:769px)and (max-width:1024px) {
    .support-widget__circle {
        width: 8.8906666667rem;
        height: 8.8906666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .support-widget__circle {
        width: 5.5242666667rem;
        height: 5.5242666667rem
    }
}

@media(min-width:1546px) {
    .support-widget__circle {
        width: 80px;
        height: 80px
    }
}

.support-widget__quotes-icon {
    position: absolute;
    fill: var(--LIGHT-THEME-BACKGROUND);
    top: 22px;
    left: 23px;
    width: 20px;
    height: 18px
}

.dark .support-widget__quotes-icon {
    fill: var(--DARK-THEME-BACKGROUND)
}

@media(min-width:769px)and (max-width:1024px) {
    .support-widget__quotes-icon {
        top: 3.1117333333rem;
        left: 3.2228666667rem;
        width: 2.7783333333rem;
        height: 2.4449333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .support-widget__quotes-icon {
        top: 1.9334933333rem;
        left: 2.0025466667rem;
        width: 1.7263333333rem;
        height: 1.5191733333rem
    }
}

@media(min-width:1546px) {
    .support-widget__quotes-icon {
        top: 28px;
        left: 29px;
        width: 25px;
        height: 22px
    }
}

#chat-widget-container {
    z-index: 1000 !important
}

.live-chat-widget {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1010;
    display: flex;
    flex-direction: column;
    width: 280px;
    max-height: 80%;
    box-shadow: 0 16px 32px 0 rgba(41, 41, 37, .25), 0 7px 14px 0 rgba(28, 30, 26, .15);
    border-radius: 9px
}

.dark .live-chat-widget {
    box-shadow: 0 16px 32px 0 #383d41
}

@media(min-width:421px)and (max-width:768px) {
    .live-chat-widget {
        width: 350px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .live-chat-widget {
        right: 2.2226666667rem;
        bottom: 2.2226666667rem;
        width: 52.2326666667rem;
        box-shadow: 0 1.7781333333rem 3.5562666667rem 0 rgba(41, 41, 37, .25), 0 .7779333333rem 1.5558666667rem 0 rgba(28, 30, 26, .15);
        border-radius: 1.0002rem
    }

    .dark .live-chat-widget {
        box-shadow: 0 1.7781333333rem 3.5562666667rem 0 #383d41
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .live-chat-widget {
        right: 1.3810666667rem;
        bottom: 1.3810666667rem;
        width: 32.4550666667rem;
        box-shadow: 0 1.1048533333rem 2.2097066667rem 0 rgba(41, 41, 37, .25), 0 .4833733333rem .9667466667rem 0 rgba(28, 30, 26, .15);
        border-radius: .62148rem
    }

    .dark .live-chat-widget {
        box-shadow: 0 1.1048533333rem 2.2097066667rem 0 #383d41
    }
}

@media(min-width:1546px) {
    .live-chat-widget {
        width: 470px
    }
}

.live-chat-widget--header {
    display: flex;
    height: 35px;
    padding: 5px 18px;
    border-radius: 9px 9px 0 0;
    background-color: #e9eaea;
    color: #6ea500
}

.dark .live-chat-widget--header {
    background-color: #272a2d;
    color: #97a94c
}

@media(min-width:769px)and (max-width:1024px) {
    .live-chat-widget--header {
        height: 4.6676rem;
        padding: .5556666667rem 2.0004rem;
        border-radius: 1.0002rem 1.0002rem 0 0
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .live-chat-widget--header {
        height: 2.90024rem;
        padding: .3452666667rem 1.24296rem;
        border-radius: .62148rem .62148rem 0 0
    }
}

@media(min-width:1546px) {
    .live-chat-widget--header {
        height: 42px
    }
}

.live-chat-widget--header__item.title {
    width: 90%;
    font-weight: 600;
    font-size: 18px;
    text-align: center
}

@media(min-width:769px)and (max-width:1024px) {
    .live-chat-widget--header__item.title {
        font-size: 2.4449333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .live-chat-widget--header__item.title {
        font-size: 1.5191733333rem
    }
}

@media(min-width:1546px) {
    .live-chat-widget--header__item.title {
        font-size: 22px
    }
}

.live-chat-widget--header__item.collapse {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transition: color .3s ease
}

.no-touch .live-chat-widget--header__item.collapse:hover {
    color: #548200
}

.dark .no-touch .live-chat-widget--header__item.collapse:hover {
    color: #bed753
}

@media(min-width:769px)and (max-width:1024px) {
    .live-chat-widget--header__item.collapse {
        width: 3.5562666667rem;
        height: 3.5562666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .live-chat-widget--header__item.collapse {
        width: 2.2097066667rem;
        height: 2.2097066667rem
    }
}

@media(min-width:1546px) {
    .live-chat-widget--header__item.collapse {
        width: 32px;
        height: 32px
    }
}

.live-chat-widget--header__item_icon {
    width: auto;
    height: 1.3333333333rem
}

@media(min-width:421px)and (max-width:768px) {
    .live-chat-widget--header__item_icon {
        height: 2.5333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .live-chat-widget--header__item_icon {
        height: 2.2226666667rem
    }
}

@media(min-width:1025px) {
    .live-chat-widget--header__item_icon {
        height: 1.1111111111rem
    }
}

.live-chat-widget--content {
    overflow: visible
}

.live-chat-widget--content_faq {
    padding: 18px;
    border-radius: 0 0 9px 9px;
    background-color: #fff
}

.dark .live-chat-widget--content_faq {
    background-color: #383d41
}

@media(min-width:769px)and (max-width:1024px) {
    .live-chat-widget--content_faq {
        padding: 2.0004rem;
        border-radius: 0 0 1.0002rem 1.0002rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .live-chat-widget--content_faq {
        padding: 1.24296rem;
        border-radius: 0 0 .62148rem .62148rem
    }
}

.live-chat-widget--content_faq_header {
    font-weight: 600;
    font-size: 14px;
    color: #6ea500
}

.dark .live-chat-widget--content_faq_header {
    color: #97a94c
}

@media(min-width:769px)and (max-width:1024px) {
    .live-chat-widget--content_faq_header {
        font-size: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .live-chat-widget--content_faq_header {
        font-size: 1.24296rem
    }
}

@media(min-width:1546px) {
    .live-chat-widget--content_faq_header {
        font-size: 18px
    }
}

.live-chat-widget--content_faq_links {
    margin-bottom: 10px;
    font-size: 12px
}

.live-chat-widget--content_faq_links:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .live-chat-widget--content_faq_links {
        margin-bottom: 1.1113333333rem;
        font-size: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .live-chat-widget--content_faq_links {
        margin-bottom: .6905333333rem;
        font-size: 1.1048533333rem
    }
}

@media(min-width:1546px) {
    .live-chat-widget--content_faq_links {
        font-size: 16px
    }
}

.live-chat-widget--content_faq_link {
    transition: color .3s ease;
    color: #6ea500
}

.dark .live-chat-widget--content_faq_link {
    color: #97a94c
}

.live-chat-widget--content_faq_link:hover {
    color: #548200
}

.dark .live-chat-widget--content_faq_link:hover {
    color: #bed753
}

.live-chat-widget--content_faq_link_ic {
    transform: translateY(.1666666667rem);
    width: auto;
    height: 12px
}

@media(min-width:769px)and (max-width:1024px) {
    .live-chat-widget--content_faq_link_ic {
        transform: translateY(.2222666667rem);
        height: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .live-chat-widget--content_faq_link_ic {
        transform: translateY(.1381066667rem);
        height: 1.1048533333rem
    }
}

@media(min-width:1546px) {
    .live-chat-widget--content_faq_link_ic {
        transform: translateY(2px);
        height: 16px
    }
}

.live-chat-widget--content_faq_chat {
    font-size: 14px;
    color: #6ea500;
    cursor: pointer;
    transition: color .3s ease
}

.dark .live-chat-widget--content_faq_chat {
    color: #97a94c
}

.live-chat-widget--content_faq_chat:hover {
    color: #548200
}

.dark .live-chat-widget--content_faq_chat:hover {
    color: #bed753
}

@media(min-width:769px)and (max-width:1024px) {
    .live-chat-widget--content_faq_chat {
        font-size: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .live-chat-widget--content_faq_chat {
        font-size: 1.24296rem
    }
}

@media(min-width:1546px) {
    .live-chat-widget--content_faq_chat {
        font-size: 18px
    }
}

.live-chat-widget--content_faq_chat_ic {
    transform: translateY(3px);
    width: auto;
    height: 14px
}

@media(min-width:769px)and (max-width:1024px) {
    .live-chat-widget--content_faq_chat_ic {
        transform: translateY(.2222666667rem);
        height: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .live-chat-widget--content_faq_chat_ic {
        transform: translateY(.1381066667rem);
        height: 1.24296rem
    }
}

@media(min-width:1546px) {
    .live-chat-widget--content_faq_chat_ic {
        transform: translateY(2px);
        height: 18px
    }
}

.footer-menu {
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media(min-width:577px)and (max-width:768px) {
    .footer-menu {
        flex-direction: row;
        justify-content: space-between
    }
}

@media screen and (min-width:769px) {
    .footer-menu {
        flex-direction: row;
        justify-content: space-between
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-menu {
        margin-bottom: 2.6672rem
    }
}

@media(min-width:1025px) {
    .footer-menu {
        width: unset;
        margin-bottom: 0;
        flex: 1 1 auto
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .footer-menu {
        margin-right: 1.9334933333rem
    }
}

@media(min-width:1546px) {
    .footer-menu {
        margin-right: 28px
    }
}

.footer-menu__section {
    display: flex
}

.footer-menu__section:last-child {
    margin: 0
}

.footer-menu__section.footer-menu__section--xl-column {
    margin-bottom: 24px;
    flex-direction: column
}

.footer-menu__section.footer-menu__section--xl-row {
    margin-bottom: 24px;
    flex-direction: row
}

@media(max-width:768px) {
    .footer-menu__section {
        width: 100%;
        flex-grow: 1
    }
}

@media(min-width:577px)and (max-width:768px) {
    .footer-menu__section {
        width: unset;
        margin-right: 24px;
        flex-grow: unset
    }

    .footer-menu__section.footer-menu__section--xl-column {
        margin-bottom: 0
    }

    .footer-menu__section.footer-menu__section--xl-row {
        margin-bottom: 0;
        flex-direction: column
    }
}

@media screen and (min-width:769px) {
    .footer-menu__section {
        min-width: 15%
    }

    .footer-menu__section.footer-menu__section--xl-column,
    .footer-menu__section.footer-menu__section--xl-row {
        margin-bottom: 0
    }

    .footer-menu__section.footer-menu__section--xl-row {
        min-width: 30%;
        justify-content: space-around
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-menu__section {
        margin-right: 2.6672rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .footer-menu__section {
        margin-right: 1.9334933333rem
    }
}

@media(min-width:1546px) {
    .footer-menu__section {
        margin-right: 28px
    }
}

.footer-menu__section--xl-column .footer-menu__block {
    margin: 0
}

.footer-menu__section--xl-row .footer-menu__block {
    margin: 0 24px 0 0
}

.footer-menu__block:last-child {
    margin: 0
}

.footer-menu__block.footer-menu__block--drop-down {
    width: 100%;
    flex-grow: 1
}

.footer-menu__block.footer-menu__block--drop-down:first-child {
    border-bottom: 1px solid var(--COMMON-SYSTEM-GREY)
}

.dark .footer-menu__block.footer-menu__block--drop-down:first-child {
    border-color: var(--DARK-THEME-PRIMARY-5)
}

@media(min-width:577px)and (max-width:768px) {

    .footer-menu__section--xl-column .footer-menu__block,
    .footer-menu__section--xl-row .footer-menu__block {
        margin: 0 0 32px
    }

    .footer-menu__block:last-child {
        margin: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-menu__section--xl-column .footer-menu__block {
        margin: 0 0 3.5562666667rem
    }

    .footer-menu__section--xl-row .footer-menu__block {
        margin: 0 2.6672rem 0 0
    }

    .footer-menu__block:last-child {
        margin: 0
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .footer-menu__section--xl-column .footer-menu__block {
        margin: 0 0 2.2097066667rem
    }

    .footer-menu__section--xl-row .footer-menu__block {
        margin: 0 1.9334933333rem 0 0
    }

    .footer-menu__block:last-child {
        margin: 0
    }
}

@media(min-width:1546px) {
    .footer-menu__section--xl-column .footer-menu__block {
        margin: 0 0 32px
    }

    .footer-menu__section--xl-row .footer-menu__block {
        margin: 0 28px 0 0
    }

    .footer-menu__block:last-child {
        margin: 0
    }
}

.footer-menu__block-title-wr {
    pointer-events: none
}

.footer-menu__block--drop-down .footer-menu__block-title-wr {
    position: relative;
    height: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: all
}

.footer-menu__block--drop-down .footer-menu__block-title-ic {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: auto;
    color: var(--LIGHT-THEME-SECONDARY-2)
}

.dark .footer-menu__block--drop-down .footer-menu__block-title-ic {
    color: var(--DARK-THEME--SECONDARY-2)
}

.footer-menu__block-title {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-1)
}

.dark .footer-menu__block-title {
    color: var(--DARK-THEME-PRIMARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-menu__block-title {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .footer-menu__block-title {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.footer-menu__block-title:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: var(--LIGHT-THEME-SECONDARY-GRADIENT);
    transform: rotate(180deg)
}

.dark .footer-menu__block-title:after {
    background: var(--DARK-THEME-SECONDARY-GRADIENT)
}

.footer-menu__block--drop-down .footer-menu__block-title:after {
    display: none
}

.footer-menu__block--drop-down .footer-menu__block-title {
    margin: 0 0 0 40px;
    font-size: 14px;
    line-height: 18px
}

.dark .footer-menu__block--drop-down .footer-menu__block-title {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:577px)and (max-width:768px) {
    .footer-menu__block-title {
        pointer-events: none
    }
}

@media screen and (min-width:769px) {
    .footer-menu__block-title {
        pointer-events: none
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-menu__block-title {
        margin-bottom: 2.2226666667rem
    }

    .footer-menu__block-title:after {
        bottom: -.8890666667rem;
        height: .4445333333rem;
        border-radius: 1.1113333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .footer-menu__block-title {
        margin-bottom: 1.3810666667rem
    }

    .footer-menu__block-title:after {
        bottom: -.5524266667rem;
        height: .2762133333rem;
        border-radius: .6905333333rem
    }
}

.footer-menu__block--drop-down .footer-menu__block-title-arr {
    width: 16px;
    height: auto;
    color: var(--LIGHT-THEME-PRIMARY-1);
    transition: transform .3s ease
}

.dark .footer-menu__block--drop-down .footer-menu__block-title-arr {
    color: var(--DARK-THEME-PRIMARY-2)
}

.footer-menu__block-title-arr.active {
    transform: rotate(-180deg)
}

.footer-menu__block--drop-down .footer-menu__block-list {
    margin-left: 40px
}

.footer-menu__item {
    padding: 8px 0;
    display: flex;
    align-items: center
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-menu__item {
        padding: .8890666667rem 0
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .footer-menu__item {
        padding: .5524266667rem 0
    }
}

.footer-menu__item-link {
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: var(--LIGHT-THEME-PRIMARY-3);
    transition: all .3s ease
}

.dark .footer-menu__item-link {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-menu__item-link {
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .footer-menu__item-link {
        font-size: .9667466667rem;
        line-height: 1.24296rem
    }
}

.no-touch .footer-menu__item:hover .footer-menu__item-link {
    color: var(--LIGHT-THEME-SECONDARY-2)
}

.dark .no-touch .footer-menu__item:hover .footer-menu__item-link {
    color: var(--DARK-THEME--SECONDARY-4)
}

.mobile-app-btn {
    overflow: hidden;
    height: 100%;
    padding: 8px 8px 8px 12px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    border: 1px solid var(--LIGHT-THEME-PRIMARY-4);
    background-color: var(--LIGHT-THEME-PRIMARY-1);
    transition: all .3s ease
}

.dark .mobile-app-btn {
    border-color: var(--DARK-THEME-PRIMARY-3);
    background-color: var(--DARK-THEME-BACKGROUND)
}

.no-touch .mobile-app-btn:hover {
    background-color: var(--LIGHT-THEME-PRIMARY-2)
}

.dark .no-touch .mobile-app-btn:hover {
    background-color: var(--DARK-THEME-PRIMARY-4)
}

@media(min-width:769px)and (max-width:1024px) {
    .mobile-app-btn {
        padding: .8890666667rem .8890666667rem .8890666667rem 1.3336rem;
        border-radius: .6668rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .mobile-app-btn {
        padding: .5524266667rem .5524266667rem .5524266667rem .82864rem;
        border-radius: .41432rem
    }
}

.mobile-app-btn__ic {
    width: 34px;
    height: auto;
    margin-right: 4px;
    flex-shrink: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .mobile-app-btn__ic {
        width: 3.7785333333rem;
        margin-right: .4445333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .mobile-app-btn__ic {
        width: 2.3478133333rem;
        margin-right: .2762133333rem
    }
}

.mobile-app-btn__desc {
    display: flex;
    flex-direction: column
}

.mobile-app-btn__desc :first-child {
    margin-bottom: 2px
}

html[lang=ja] .mobile-app-btn__desc {
    flex-direction: column-reverse
}

.mobile-app-btn__download {
    white-space: nowrap;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .mobile-app-btn__download {
    color: var(--DARK-THEME-PRIMARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .mobile-app-btn__download {
        font-size: 1.3336rem;
        line-height: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .mobile-app-btn__download {
        font-size: .82864rem;
        line-height: 1.1048533333rem
    }
}

.mobile-app-btn__store-name {
    font-family: Gilroy-font;
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .mobile-app-btn__store-name {
    color: var(--DARK-THEME-PRIMARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .mobile-app-btn__store-name {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .mobile-app-btn__store-name {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.footer-app-icons__title {
    margin-bottom: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: var(--LIGHT-THEME-PRIMARY-1)
}

.dark .footer-app-icons__title {
    color: var(--DARK-THEME-PRIMARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-app-icons__title {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .footer-app-icons__title {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

@media(min-width:1546px) {
    .footer-app-icons__title {
        font-size: 16px;
        line-height: 20px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-app-icons__title {
        margin-bottom: 1.3336rem;
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .footer-app-icons__title {
        margin-bottom: 1.3810666667rem
    }
}

@media(min-width:1546px) {
    .footer-app-icons__title {
        margin-bottom: 20px
    }
}

.footer-app-icons__btns {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 45px
}

.container-sidebar--tournament .footer-app-icons__btns {
    padding-top: 45px
}

.quick-bar .footer-app-icons__btns {
    justify-content: center;
    padding-bottom: 0
}

.footer .footer-app-icons__btns {
    padding: 0;
    margin: 0
}

@media(max-width:420px) {
    .footer .footer-app-icons__btns {
        flex-direction: column;
        align-items: center
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-app-icons__btns {
        padding-bottom: 5.001rem
    }

    .container-sidebar--tournament .footer-app-icons__btns {
        padding-top: 8.8906666667rem;
        padding-bottom: 0
    }

    .quick-bar .footer-app-icons__btns {
        padding-bottom: 0
    }
}

@media(min-width:1025px) {
    .footer .footer-app-icons__btns {
        flex-direction: column;
        align-items: center
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .footer-app-icons__btns {
        padding-bottom: 3.1074rem
    }

    .container-sidebar--tournament .footer-app-icons__btns {
        padding-top: 5.5242666667rem;
        padding-bottom: 0
    }

    .quick-bar .footer-app-icons__btns {
        padding-bottom: 0
    }
}

@media(min-width:1546px) {
    .container-sidebar--tournament .footer-app-icons__btns {
        padding-top: 80px;
        padding-bottom: 0
    }
}

.footer-app-icons__ic-wr {
    margin: 0 10px;
    border-radius: 10px;
    cursor: pointer
}

.quick-bar .footer-app-icons__ic-wr {
    min-width: 153px;
    margin: 0 0 16px
}

.quick-bar .footer-app-icons__ic-wr:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar .footer-app-icons__ic-wr {
        min-width: 17.0034rem;
        margin: 0 0 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar .footer-app-icons__ic-wr {
        min-width: 10.56516rem;
        margin: 0 0 1.1048533333rem
    }
}

.footer .footer-app-icons__ic-wr {
    width: 160px;
    margin: 0;
    border-radius: unset;
    background-size: contain;
    background-repeat: no-repeat
}

@media(min-width:769px)and (max-width:1024px) {
    .footer .footer-app-icons__ic-wr {
        width: 18.2258666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .footer .footer-app-icons__ic-wr {
        width: 11.3247466667rem
    }
}

.footer .footer-app-icons__ic-wr:not(:last-child) {
    margin-right: 16px
}

@media(max-width:768px) {
    .footer-app-icons__ic-wr {
        margin-bottom: 20px
    }

    .footer-app-icons__ic-wr:last-child {
        margin-bottom: 0
    }
}

@media(max-width:420px) {
    .footer .footer-app-icons__ic-wr:not(:last-child) {
        margin-right: 0;
        margin-bottom: 8px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-app-icons__ic-wr {
        margin: 0 1.1113333333rem;
        border-radius: 1.1113333333rem
    }

    .quick-bar .footer-app-icons__ic-wr {
        margin: 0 0 2.2226666667rem
    }

    .footer .footer-app-icons__ic-wr:not(:last-child) {
        margin-right: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .footer-app-icons__ic-wr {
        margin: 0 .6905333333rem;
        border-radius: .6905333333rem
    }

    .quick-bar .footer-app-icons__ic-wr {
        margin: 0 0 1.3810666667rem
    }

    .footer .footer-app-icons__ic-wr:not(:last-child) {
        margin: 0 0 1.1048533333rem
    }
}

@media(min-width:1546px) {
    .footer .footer-app-icons__ic-wr:not(:last-child) {
        margin: 0 0 16px
    }
}

.footer-app-icons__ic {
    width: auto;
    height: 55px
}

.quick-bar .footer-app-icons__ic {
    width: 170px;
    height: auto
}

.footer .footer-app-icons__ic {
    width: 124px;
    height: auto
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-app-icons__ic {
        height: 6.1123333333rem
    }

    .quick-bar .footer-app-icons__ic {
        width: 18.8926666667rem
    }

    .footer .footer-app-icons__ic {
        width: 16.0032rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .footer-app-icons__ic {
        height: 4.1432rem
    }

    .quick-bar .footer-app-icons__ic {
        width: 13.1201333333rem
    }

    .footer .footer-app-icons__ic {
        width: 9.94368rem
    }
}

@media(min-width:1546px) {
    .footer-app-icons__ic {
        height: 60px
    }

    .quick-bar .footer-app-icons__ic {
        width: 190px
    }

    .footer .footer-app-icons__ic {
        width: 144px
    }
}

.social-links {
    margin-bottom: 4px;
    display: flex;
    justify-content: center
}

@media(min-width:769px)and (max-width:1024px) {
    .social-links {
        margin-bottom: .4445333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .social-links {
        margin-bottom: .2762133333rem
    }
}

.social-link {
    display: block;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    transition: all .3s ease
}

.social-link__icon {
    width: 32px;
    height: 32px;
    color: var(--LIGHT-THEME-PRIMARY-5);
    transition: all .3s ease
}

.social-link__icon .dark {
    color: var(--DARK-THEME-PRIMARY-1)
}

.no-touch .quick-bar__social-links .social-link:hover .social-link__icon {
    color: var(--LIGHT-THEME-SECONDARY-2)
}

.no-touch .quick-bar__social-links .social-link:hover .social-link__icon .dark {
    color: var(--DARK-THEME--SECONDARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .social-link__icon {
        width: 3.5562666667rem;
        height: 3.5562666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .social-link__icon {
        width: 2.2097066667rem;
        height: 2.2097066667rem
    }
}

.socials-title {
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.dark .socials-title {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .socials-title {
        font-size: 1.3336rem;
        line-height: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .socials-title {
        font-size: .82864rem;
        line-height: 1.1048533333rem
    }
}

.footer__social-links .social-links {
    margin-bottom: 24px;
    order: 1
}

@media screen and (min-width:769px) {
    .footer__social-links .social-links {
        margin-bottom: 0
    }
}

.footer__social-links .social-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--LIGHT-THEME-PRIMARY-1)
}

.footer__social-links .social-link:not(:last-of-type) {
    margin-right: 12px
}

.dark .footer__social-links .social-link {
    background-color: var(--DARK-THEME-BACKGROUND)
}

.no-touch .footer__social-links .social-link:hover {
    background-color: var(--LIGHT-THEME-SECONDARY-2)
}

.dark .no-touch .footer__social-links .social-link:hover {
    background-color: var(--DARK-THEME--SECONDARY-2)
}

.no-touch .footer__social-links .social-link:hover .social-link__icon {
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .no-touch .footer__social-links .social-link:hover .social-link__icon {
    color: var(--DARK-THEME-BACKGROUND)
}

@media(min-width:769px)and (max-width:1024px) {
    .footer__social-links .social-link {
        width: 4.4453333333rem;
        height: 4.4453333333rem
    }

    .footer__social-links .social-link:not(:last-of-type) {
        margin-right: 1.3336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .footer__social-links .social-link {
        width: 2.7621333333rem;
        height: 2.7621333333rem
    }

    .footer__social-links .social-link:not(:last-of-type) {
        margin-right: .82864rem
    }
}

.footer__social-links .social-link__icon {
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .footer__social-links .social-link__icon {
    color: var(--DARK-THEME-PRIMARY-1)
}

.footer__social-links .socials-title {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: var(--LIGHT-THEME-PRIMARY-1)
}

.dark .footer__social-links .socials-title {
    color: var(--DARK-THEME-PRIMARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .footer__social-links .socials-title {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .footer__social-links .socials-title {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

@media(min-width:1546px) {
    .footer__social-links .socials-title {
        font-size: 16px;
        line-height: 20px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .footer__social-links .socials-title {
        margin-bottom: 1.3336rem;
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .footer__social-links .socials-title {
        margin-bottom: 1.3810666667rem
    }
}

@media(min-width:1546px) {
    .footer__social-links .socials-title {
        margin-bottom: 20px
    }
}

.footer {
    padding: 32px 0 72px;
    background-color: var(--LIGHT-THEME-PRIMARY-5)
}

.dark .footer {
    background-color: var(--DARK-THEME-PRIMARY-6)
}

@media(min-width:577px)and (max-width:768px) {
    .footer {
        padding: 40px 0 72px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .footer {
        margin-left: 7.1125333333rem;
        padding: 4.4453333333rem 2.6672rem 10.2242666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .footer {
        margin-left: 4.4194133333rem;
        padding: 3.31456rem 0 6.3529066667rem
    }
}

@media(min-width:1546px)and (max-width:1919px) {
    .footer {
        margin-left: 64px;
        padding: 48px 0 92px
    }
}

@media(min-width:1920px) {
    .footer {
        margin-left: 280px;
        padding: 48px 0 92px
    }

    .sport .footer {
        margin-left: 64px
    }
}

.footer__inner {
    width: 100%;
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media screen and (min-width:769px) {
    .footer__inner {
        padding: 0
    }
}

@media(min-width:1025px) {
    .footer__inner {
        flex-direction: row;
        justify-content: space-between
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .footer__inner {
        width: 91.7028266667rem
    }
}

@media(min-width:1546px) {
    .footer__inner {
        max-width: 1328px
    }
}

.footer__body {
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column
}

@media(min-width:1025px) {
    .footer__body {
        flex-direction: row
    }
}

.footer__socials {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column
}

@media screen and (min-width:769px) {
    .footer__socials {
        justify-content: space-between
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .footer__socials {
        flex-direction: row;
        align-items: flex-start
    }
}

@media(min-width:1025px) {
    .footer__socials {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center
    }
}

.footer__social-links {
    display: flex;
    flex-direction: column
}

@media(min-width:1025px)and (max-width:1545px) {
    .footer__social-links {
        margin-bottom: 2.2097066667rem
    }
}

@media(min-width:1546px) {
    .footer__social-links {
        margin-bottom: 32px
    }
}

.footer-bottom__section {
    padding: 24px 0
}

.footer-bottom__section.footer-bottom__section--copyright {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media(min-width:577px)and (max-width:768px) {
    .footer-bottom__section.footer-bottom__section--copyright {
        flex-direction: row;
        justify-content: space-between
    }
}

@media screen and (min-width:769px) {
    .footer-bottom__section.footer-bottom__section--copyright {
        flex-direction: row;
        justify-content: space-between
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-bottom__section {
        padding: 2.6672rem 0
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .footer-bottom__section {
        padding: 1.65728rem 0
    }
}

.footer-bottom__section--license {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: var(--COMMON-SYSTEM-GREY)
}

.dark .footer-bottom__section--license {
    border-color: var(--DARK-THEME-PRIMARY-5)
}

.footer-bottom__section-text {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--LIGHT-THEME-PRIMARY-2)
}

.dark .footer-bottom__section-text {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-bottom__section-text {
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .footer-bottom__section-text {
        font-size: .9667466667rem;
        line-height: 1.24296rem
    }
}

@media(min-width:1546px) {
    .footer-bottom__section-text {
        font-size: 14px;
        line-height: 18px
    }
}

.main-footer__topwrap-license {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

@media(min-width:769px)and (max-width:1024px) {
    .main-footer__topwrap-license {
        display: block
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .main-footer__topwrap-license {
        margin-bottom: 1.7263333333rem
    }
}

@media(max-width:768px) {
    .main-footer__topwrap-license {
        display: block;
        margin-bottom: 25px
    }
}

@media(min-width:577px)and (max-width:768px) {
    .main-footer__topwrap-license {
        justify-content: center
    }
}

.main-footer__topwrap {
    margin-bottom: 5px
}

@media(min-width:1025px)and (max-width:1545px) {
    .main-footer__topwrap {
        margin-bottom: .3452666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .main-footer__topwrap {
        margin-bottom: .5556666667rem
    }
}

@media(max-width:768px) {
    .main-footer__topwrap {
        margin-bottom: 5px
    }
}

.main-footer__topwrap-license-wr {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.main-footer__topwrap-license-wr:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .main-footer__topwrap-license-wr {
        justify-content: flex-start;
        margin-bottom: 1.1113333333rem
    }
}

@media(max-width:768px) {
    .main-footer__topwrap-license-wr {
        margin-bottom: 20px
    }
}

.main-footer__topwrap-license-wr--webview {
    pointer-events: none
}

.main-footer__topwrap-license-wr-logo {
    position: relative
}

.main-footer__topwrap-license-wr-logo:after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 1px;
    height: 36px;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

@media(min-width:1025px)and (max-width:1545px) {
    .main-footer__topwrap-license-wr-logo:after {
        width: .0690533333rem;
        height: 2.48592rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .main-footer__topwrap-license-wr-logo:after {
        width: .1111333333rem;
        height: 4.0008rem
    }
}

@media(max-width:768px) {
    .main-footer__topwrap-license-wr-logo:after {
        width: 1px;
        height: 36px
    }
}

.main-footer__topwrap-license-wr-logo-img {
    width: 104px;
    margin-right: 30px
}

@media(min-width:1025px)and (max-width:1545px) {
    .main-footer__topwrap-license-wr-logo-img {
        width: 7.1815466667rem;
        margin-right: 2.0716rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .main-footer__topwrap-license-wr-logo-img {
        width: 11.5578666667rem;
        margin-right: 3.334rem
    }
}

@media(max-width:768px) {
    .main-footer__topwrap-license-wr-logo-img {
        width: 84px;
        margin-right: 25px
    }
}

.main-footer__topwrap-license-wr-img {
    transform: translateY(3px);
    margin-left: 10px
}

@media(min-width:1025px)and (max-width:1545px) {
    .main-footer__topwrap-license-wr-img {
        transform: translateY(.20716rem);
        margin-left: .6905333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .main-footer__topwrap-license-wr-img {
        transform: translateY(.3334rem);
        margin-left: 1.1113333333rem
    }
}

@media(max-width:768px) {
    .main-footer__topwrap-license-wr-img {
        transform: translateY(3px);
        margin-left: 15px
    }
}

.main-footer__topwrap-license-wr-img>div {
    min-width: 2.7777777778rem !important
}

@media(min-width:769px)and (max-width:1024px) {
    .main-footer__topwrap-license-wr-img>div {
        min-width: 5.5566666667rem !important
    }
}

.main-footer__topwrap-license-wr-img a {
    display: block
}

.main-footer__topwrap-license-wr-img .modal-licence {
    cursor: pointer;
    height: 2.7777777778rem;
    min-height: auto !important;
    max-height: none !important
}

@media(min-width:769px)and (max-width:1024px) {
    .main-footer__topwrap-license-wr-img .modal-licence {
        height: 5.5566666667rem
    }
}

.main-footer__topwrap-license-wr-img img {
    width: auto !important;
    height: 2.7777777778rem !important;
    min-height: auto !important;
    max-height: none !important
}

@media(min-width:769px)and (max-width:1024px) {
    .main-footer__topwrap-license-wr-img img {
        height: 5.5566666667rem
    }
}

.main-footer__license {
    width: 100%;
    display: flex
}

.main-footer__license-img-wr {
    position: relative;
    flex-shrink: 0;
    width: 54px !important;
    margin-right: 20px
}

.main-footer__license-img-wr .modal-licence {
    min-height: auto !important;
    max-height: none !important;
    cursor: pointer
}

@media(min-width:769px)and (max-width:1024px) {
    .main-footer__license-img-wr {
        width: 6.0012rem !important;
        margin-right: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .main-footer__license-img-wr {
        width: 3.72888rem !important;
        margin-right: 1.3810666667rem
    }
}

.main-footer__license-text {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--LIGHT-THEME-PRIMARY-2)
}

.dark .main-footer__license-text {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .main-footer__license-text {
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .main-footer__license-text {
        font-size: .9667466667rem;
        line-height: 1.24296rem
    }
}

@media(min-width:1546px) {
    .main-footer__license-text {
        font-size: 14px;
        line-height: 18px
    }
}

.modal-licence-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 128px;
    min-width: 32px
}

@media(min-width:769px)and (max-width:1024px) {
    .modal-licence-wrapper {
        max-width: 14.2250666667rem;
        min-width: 3.5562666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .modal-licence-wrapper {
        max-width: 8.8388266667rem;
        min-width: 2.2097066667rem
    }
}

.footer-bottom__copyright {
    margin-top: 24px;
    order: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-2)
}

.dark .footer-bottom__copyright {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-bottom__copyright {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .footer-bottom__copyright {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

@media(min-width:577px)and (max-width:768px) {
    .footer-bottom__copyright {
        margin-top: 0;
        order: 0
    }
}

@media screen and (min-width:769px) {
    .footer-bottom__copyright {
        margin-top: 0;
        order: 0
    }
}

.footer-bottom__gaming-icons {
    margin-left: 20px;
    display: inline-flex;
    align-items: flex-start
}

@media(min-width:1025px)and (max-width:1545px) {
    .footer-bottom__gaming-icons {
        margin-left: .6905333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .footer-bottom__gaming-icons {
        margin-left: 0;
        flex-wrap: wrap;
        margin-top: 2.2226666667rem;
        justify-content: center
    }
}

@media(max-width:768px) {
    .footer-bottom__gaming-icons {
        margin-left: 0;
        align-self: center
    }
}

.main-footer__gaming-item {
    width: auto;
    height: 28px;
    margin-right: 16px
}

.main-footer__gaming-item:last-child {
    margin-right: 0
}

@media(min-width:577px)and (max-width:768px) {
    .main-footer__gaming-item {
        height: 32px;
        margin-right: 20px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .main-footer__gaming-item {
        height: 3.5562666667rem;
        margin-right: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .main-footer__gaming-item {
        height: 2.2097066667rem;
        margin-right: 1.3810666667rem
    }
}

@media(min-width:1546px) {
    .main-footer__gaming-item {
        height: 32px;
        margin-right: 20px
    }
}

.main-footer__gaming-icon {
    width: auto;
    height: 100%;
    color: var(--LIGHT-THEME-PRIMARY-2);
    transition: all .3s ease
}

.dark .main-footer__gaming-icon {
    color: var(--DARK-THEME-PRIMARY-2)
}

.notifications {
    z-index: 10001
}

.notification-blocks-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    display: flex;
    flex-direction: column;
    transition: left .3s ease
}

@media(max-width:768px) {
    .notification-blocks-wrapper {
        top: auto;
        bottom: 48px;
        max-width: 100%
    }

    .sport .notification-blocks-wrapper {
        bottom: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .notification-blocks-wrapper {
        top: 7.1125333333rem;
        left: 7.1125333333rem
    }

    .menu-opened .notification-blocks-wrapper {
        left: 31.1173333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .notification-blocks-wrapper {
        left: 4.4194133333rem
    }

    .menu-opened .notification-blocks-wrapper {
        left: 19.3349333333rem
    }
}

@media(min-width:1546px) {
    .notification-blocks-wrapper {
        left: 280px
    }
}

@media(min-width:1546px)and (max-width:1919px) {
    .notification-blocks-wrapper {
        left: 64px
    }

    .menu-opened .notification-blocks-wrapper {
        left: 280px
    }
}

.notification-block {
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .18);
    padding: 20px 15px;
    margin-bottom: 20px;
    background-color: #fff
}

.dark .notification-block {
    border-color: #97a94c;
    background-color: #383d41
}

.notification-block:last-child {
    margin-bottom: 0
}

@media(max-width:768px) {
    .notification-block {
        border-bottom: 3px solid #6ea500
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .notification-block {
        width: 54.7887333333rem;
        box-shadow: 0 .7779333333rem 1.5558666667rem 0 rgba(0, 0, 0, .24);
        padding: 1.667rem 2.6672rem 1.5558666667rem 2.2226666667rem;
        margin-bottom: 2.2226666667rem;
        border-left: .6668rem solid #6ea500;
        border-radius: .6668rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .notification-block {
        width: 34.0432933333rem;
        box-shadow: 0 .4833733333rem .9667466667rem 0 rgba(0, 0, 0, .24);
        padding: 1.0358rem 1.65728rem .9667466667rem 1.3810666667rem;
        margin-bottom: 1.3810666667rem;
        border-left: .41432rem solid #6ea500;
        border-radius: .41432rem
    }
}

@media(min-width:1546px) {
    .notification-block {
        width: 493px;
        box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .24);
        padding: 15px 24px 14px 20px;
        border-left: 6px solid #6ea500;
        border-radius: 6px
    }
}

@media(max-width:768px) {
    .notification-block--visible {
        display: block
    }
}

.notification-block__text {
    display: flex;
    align-items: flex-end;
    width: 100%
}

.notification-block__text:last-child {
    margin-bottom: 0
}

.notification-block__text p {
    margin-left: 16px;
    margin-right: 20px;
    font-size: 13px;
    line-height: 1.31;
    letter-spacing: -.9px;
    color: #747c6e
}

.notification-block__text p:last-child {
    margin-bottom: 0
}

.dark .notification-block__text p {
    color: hsla(0, 0%, 100%, .8)
}

@media screen and (min-width:769px) {
    .notification-block__text p {
        line-height: 1.29;
        color: #545d4f
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .notification-block__text {
        width: calc(100% - 8vw)
    }

    .notification-block__text p {
        margin-left: 1.7781333333rem;
        margin-right: 2.2226666667rem;
        font-size: 1.5558666667rem;
        letter-spacing: -.0889066667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .notification-block__text {
        width: calc(100% - 5.2vw)
    }

    .notification-block__text p {
        margin-left: 1.1048533333rem;
        margin-right: 1.3810666667rem;
        font-size: .9667466667rem;
        letter-spacing: -.0552426667rem
    }
}

@media(min-width:1546px) {
    .notification-block__text {
        width: calc(100% - 73px)
    }

    .notification-block__text p {
        font-size: 14px;
        letter-spacing: -.8px
    }
}

.notification-block__logo {
    position: relative;
    flex: 0 0 auto;
    display: inline-block;
    width: 32px;
    height: 36px;
    background: url(notification.svg) no-repeat 50%/contain
}

@media(min-width:769px)and (max-width:1024px) {
    .notification-block__logo {
        width: 3.5562666667rem;
        height: 4.0008rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .notification-block__logo {
        width: 2.2097066667rem;
        height: 2.48592rem
    }
}

@media(max-width:768px) {
    .notification-block__buttons {
        width: 100%;
        margin: 20px auto 0;
        text-align: center
    }
}

.notification-block__buttons:last-of-type {
    margin-right: 0
}

.notification-block__button {
    padding: 10px 15px 8px 12px !important;
    border-radius: 5px !important;
    font-weight: 600;
    font-size: 18px !important;
    line-height: normal;
    letter-spacing: -.86px;
    text-align: center
}

@media(max-width:768px) {
    .notification-block__button:last-child {
        margin-right: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .notification-block__button {
        padding: 1.1113333333rem 1.667rem .8890666667rem 1.3336rem !important;
        border-radius: .5556666667rem !important;
        font-size: 2.0004rem !important;
        letter-spacing: -.0955746667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .notification-block__button {
        padding: .6905333333rem 1.0358rem .5524266667rem .82864rem !important;
        border-radius: .3452666667rem !important;
        font-size: 1.24296rem !important;
        letter-spacing: -.0593858667rem
    }
}

.notification-block__close {
    margin: 10px auto 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.86px;
    color: #84907c
}

.dark .notification-block__close {
    color: #f2f2f2
}

@media(max-width:768px) {
    .notification-block__close {
        position: absolute;
        right: 7px;
        top: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        padding: 0;
        margin: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .notification-block__close {
        margin: 1.1113333333rem auto 0;
        font-size: 1.667rem;
        letter-spacing: -.0955746667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .notification-block__close {
        margin: .6905333333rem auto 0;
        font-size: 1.0358rem;
        letter-spacing: -.0593858667rem
    }
}

.error-block {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 70px 20px 100px
}

.section-games-wrapper .error-block {
    min-height: auto;
    padding: 0 10px
}

@media screen and (min-width:769px) {
    .section-games-wrapper .error-block {
        padding: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games-wrapper .error-block {
        padding-top: 2.2226666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .error-block {
        padding: 20.004rem 2.2226666667rem 0 11.1133333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .error-block {
        padding: 12.4296rem 1.3810666667rem 0 6.9053333333rem
    }
}

@media(min-width:1546px) {
    .error-block {
        padding: 180px 20px 0 100px
    }
}

.error-block__inner,
.game_error {
    max-height: 100%;
    text-align: center
}

.static-page-wrap .error-block__inner,
.static-page-wrap .game_error {
    min-height: 100vh;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center
}

.error-block__title {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 72px;
    line-height: 1;
    text-transform: uppercase;
    color: #9ea097
}

.dark .error-block__title {
    color: hsla(0, 0%, 100%, .8)
}

.section-games-wrapper .error-block__title {
    margin-bottom: 10px;
    font-size: 30px
}

@media(min-width:769px)and (max-width:1024px) {
    .error-block__title {
        margin-bottom: 4.1119333333rem;
        font-size: 17.7813333333rem
    }

    .section-games-wrapper .error-block__title {
        margin-bottom: 2.2226666667rem;
        font-size: 4.4453333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .error-block__title {
        margin-bottom: 2.5549733333rem;
        font-size: 11.0485333333rem
    }

    .section-games-wrapper .error-block__title {
        margin-bottom: 1.3810666667rem;
        font-size: 4.1432rem
    }
}

@media(min-width:1546px) {
    .error-block__title {
        margin-bottom: 37px;
        font-size: 160px
    }

    .section-games-wrapper .error-block__title {
        margin-bottom: 20px;
        font-size: 60px
    }
}

.error-block__text {
    margin-bottom: 43px;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 2px;
    color: #292925
}

.dark .error-block__text {
    color: hsla(0, 0%, 100%, .6)
}

.section-games-wrapper .error-block__text {
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: normal
}

@media(min-width:769px)and (max-width:1024px) {
    .error-block__text {
        margin-bottom: 10.5576666667rem;
        font-size: 4.0008rem;
        letter-spacing: .2222666667rem
    }

    .section-games-wrapper .error-block__text {
        margin-bottom: 3.334rem;
        font-size: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .error-block__text {
        margin-bottom: 6.5600666667rem;
        font-size: 2.48592rem;
        letter-spacing: .1381066667rem
    }

    .section-games-wrapper .error-block__text {
        margin-bottom: 2.0716rem;
        font-size: 1.65728rem
    }
}

@media(min-width:1546px) {
    .error-block__text {
        margin-bottom: 95px;
        font-size: 36px
    }

    .section-games-wrapper .error-block__text {
        margin-bottom: 30px;
        font-size: 24px
    }
}

.error-block__btn {
    margin-bottom: 20px
}

@media(min-width:769px)and (max-width:1024px) {
    .error-block__btn {
        margin-bottom: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .error-block__btn {
        margin-bottom: 1.3810666667rem
    }
}

.game__error-wrap {
    padding-left: 470px;
    padding-top: 223px;
    text-align: left
}

@media(max-width:768px) {
    .game__error-wrap {
        padding-left: 0;
        padding-top: 108px;
        margin-left: 15px;
        margin-right: 15px;
        text-align: center
    }

    .no-mobile-iframe .game__error-wrap {
        padding-left: 22.9333333333rem;
        padding-top: 9.8666666667rem;
        text-align: left
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .game__error-wrap {
        padding-left: 52.2326666667rem;
        padding-top: 24.7827333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .game__error-wrap {
        padding-left: 32.4550666667rem;
        padding-top: 15.3988933333rem
    }
}

.game__error-img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: 716px
}

@media(max-width:768px) {
    .game__error-img {
        display: none
    }

    .no-mobile-iframe .game__error-img {
        display: block;
        height: 33.6rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .game__error-img {
        height: 79.5714666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .game__error-img {
        height: 49.4421866667rem
    }
}

.game__error-title {
    padding-bottom: 40px;
    font-weight: 600;
    font-size: 62px;
    line-height: 1;
    letter-spacing: -2.86px;
    color: #6ea500
}

@media(max-width:768px) {
    .game__error-title {
        padding-bottom: 20px;
        font-size: 24px;
        letter-spacing: -.45px
    }

    .no-mobile-iframe .game__error-title {
        padding-bottom: 2.1333333333rem;
        font-size: 3.3066666667rem;
        letter-spacing: -.1525333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .game__error-title {
        padding-bottom: 4.4453333333rem;
        font-size: 6.8902666667rem;
        letter-spacing: -.3178413333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .game__error-title {
        padding-bottom: 2.7621333333rem;
        font-size: 4.2813066667rem;
        letter-spacing: -.1974925333rem
    }
}

.game__error-subtitle {
    padding-bottom: 60px;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.33;
    letter-spacing: -.39px;
    color: #99a187
}

@media(max-width:768px) {
    .game__error-subtitle {
        padding-bottom: 30px;
        font-size: 16px;
        letter-spacing: -.3px
    }

    .no-mobile-iframe .game__error-subtitle {
        padding-bottom: 3.2rem;
        font-size: 1.12rem;
        letter-spacing: -.0208rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .game__error-subtitle {
        padding-bottom: 6.668rem;
        font-size: 2.3338rem;
        letter-spacing: -.043342rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .game__error-subtitle {
        padding-bottom: 4.1432rem;
        font-size: 1.45012rem;
        letter-spacing: -.0269308rem
    }
}

.main-preloader {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9990;
    left: 0;
    top: 0
}

.main-preloader--full {
    overflow: hidden;
    position: fixed;
    background-color: #fff
}

.dark .main-preloader--full {
    background-color: #000
}

.main-preloader--full .preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 134.12px;
    height: 40px;
    pointer-events: none
}

@media(min-width:769px)and (max-width:1024px) {
    .main-preloader--full .preloader {
        width: 17.8857986667rem;
        height: 5.3344rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .main-preloader--full .preloader {
        width: 15.74416rem;
        height: 4.6956266667rem
    }
}

@media(min-width:1546px) {
    .main-preloader--full .preloader {
        width: 228px;
        height: 68px
    }
}

.main-preloader--full .preloader__img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 134.12px;
    height: 40px;
    background-image: url(preloader-full-fix.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.dark .main-preloader--full .preloader__img,
.play .main-preloader--full .preloader__img {
    filter: unset;
    background-image: url(preloader-full-fix-dark.svg?v3)
}

@media(min-width:769px)and (max-width:1024px) {
    .main-preloader--full .preloader__img {
        width: 160.94px;
        height: 48px
    }
}

@media(min-width:1025px) {
    .main-preloader--full .preloader__img {
        width: 228px;
        height: 68px
    }
}

.preloader {
    position: relative;
    width: 100%;
    min-height: 120px;
    pointer-events: none
}

.preloader__img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 80px;
    height: 80px;
    background-image: url(preloader-new.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.dark .preloader__img,
.play .preloader__img {
    filter: invert(1)
}

.preloader-page__games-item {
    overflow: hidden;
    flex: 0 0 140px;
    border-radius: 16px;
    border: 1px solid var(--LIGHT-THEME-PRIMARY-5)
}

.dark .preloader-page__games-item {
    border-color: var(--DARK-THEME-PRIMARY-5)
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__games-item {
        flex-basis: 16.8922666667rem;
        border-radius: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__games-item {
        flex-basis: 14.08688rem;
        border-radius: 1.3810666667rem
    }
}

@media(min-width:1546px) {
    .preloader-page__games-item {
        flex-basis: 204px;
        border-radius: 20px
    }
}

.preloader-page__games-content {
    height: 104px
}

.preloader-page__games-content:last-child {
    height: 12px;
    margin: 12px 24px;
    border-radius: 4px
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__games-content {
        height: 12.6692rem
    }

    .preloader-page__games-content:last-child {
        height: 1.3336rem;
        margin: 1.3336rem 2.6672rem;
        border-radius: .4445333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__games-content {
        height: 10.9104266667rem
    }

    .preloader-page__games-content:last-child {
        height: 1.3810666667rem;
        margin: 1.3120133333rem 1.65728rem;
        border-radius: .2762133333rem
    }
}

@media(min-width:1546px) {
    .preloader-page__games-content {
        height: 158px
    }

    .preloader-page__games-content:last-child {
        height: 20px;
        margin: 19px 24px;
        border-radius: 4px
    }
}

.games-list-block {
    margin-bottom: 36px
}

@media(max-width:768px) {
    .games-list-block:last-child {
        margin-bottom: 24px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .games-list-block {
        margin-bottom: 3.1117333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-list-block {
        margin-bottom: 2.7621333333rem
    }
}

@media(min-width:1546px) {
    .games-list-block {
        margin-bottom: 40px
    }
}

.games-list-block__content {
    height: 104px
}

.games-list-block__content:last-child {
    height: 12px;
    margin: 12px 24px;
    border-radius: 4px
}

@media(min-width:769px)and (max-width:1024px) {
    .games-list-block__content {
        height: 12.6692rem
    }

    .games-list-block__content:last-child {
        height: 1.3336rem;
        margin: 1.3336rem 2.6672rem;
        border-radius: .4445333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-list-block__content {
        height: 10.9104266667rem
    }

    .games-list-block__content:last-child {
        height: 1.3810666667rem;
        margin: 1.3120133333rem 1.65728rem;
        border-radius: .2762133333rem
    }
}

@media(min-width:1546px) {
    .games-list-block__content {
        height: 158px
    }

    .games-list-block__content:last-child {
        height: 20px;
        margin: 19px 24px;
        border-radius: 4px
    }
}

.games-list-block__container {
    width: 100%;
    padding: 0 12px
}

@media(min-width:769px)and (max-width:1024px) {
    .games-list-block__container {
        padding: 0 2.6672rem
    }
}

@media(min-width:1025px) {
    .games-list-block__container {
        margin: 0 auto
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-list-block__container {
        max-width: 91.7028266667rem
    }
}

@media(min-width:1546px) {
    .games-list-block__container {
        max-width: 1328px
    }
}

.games-list-block__header {
    margin-bottom: 16px
}

@media(min-width:769px)and (max-width:1024px) {
    .games-list-block__header {
        margin-bottom: 2.6672rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-list-block__header {
        margin-bottom: 2.2097066667rem
    }
}

@media(min-width:1546px) {
    .games-list-block__header {
        margin-bottom: 32px
    }
}

.games-list-block__header-content {
    width: 95px;
    height: 34px;
    border-radius: 6px
}

@media(min-width:769px)and (max-width:1024px) {
    .games-list-block__header-content {
        width: 25.5606666667rem;
        height: 3.7785333333rem;
        border-radius: .6668rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-list-block__header-content {
        width: 21.33748rem;
        height: 2.3478133333rem;
        border-radius: .41432rem
    }
}

@media(min-width:1546px) {
    .games-list-block__header-content {
        width: 309px
    }
}

.games-list-block__block {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    gap: 8px
}

.games-list-block__block:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .games-list-block__block {
        margin-bottom: 2.2226666667rem;
        gap: 1.3336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-list-block__block {
        margin-bottom: 1.3810666667rem;
        gap: .5524266667rem
    }
}

.games-list__container {
    width: 100%;
    padding: 0 12px
}

@media(min-width:769px)and (max-width:1024px) {
    .games-list__container {
        padding: 0 2.6672rem
    }
}

@media(min-width:1025px) {
    .games-list__container {
        margin: 0 auto
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-list__container {
        max-width: 91.7028266667rem
    }
}

@media(min-width:1546px) {
    .games-list__container {
        max-width: 1328px
    }
}

.games-list__footer {
    margin-bottom: 40px
}

@media(min-width:769px)and (max-width:1024px) {
    .games-list__footer {
        margin-bottom: 4.4453333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-list__footer {
        margin-bottom: 2.7621333333rem
    }
}

@media(min-width:1546px) {
    .games-list__footer {
        margin-bottom: 64px
    }
}

.games-list__footer-content {
    width: 174px;
    height: 24px;
    margin-bottom: 20px;
    border-radius: 6px
}

.games-list__footer-content:nth-child(2) {
    width: 135px;
    opacity: .7
}

.games-list__footer-content:nth-child(3) {
    width: 112px;
    opacity: .4
}

.games-list__footer-content:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .games-list__footer-content {
        width: 34.4513333333rem;
        height: 2.6672rem;
        margin-bottom: 2.2226666667rem;
        border-radius: .6668rem
    }

    .games-list__footer-content:nth-child(2) {
        width: 26.672rem
    }

    .games-list__footer-content:nth-child(3) {
        width: 22.2266666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-list__footer-content {
        width: 21.4065333333rem;
        height: 2.3478133333rem;
        margin-bottom: 1.3810666667rem;
        border-radius: .41432rem
    }

    .games-list__footer-content:nth-child(2) {
        width: 16.5728rem
    }

    .games-list__footer-content:nth-child(3) {
        width: 13.8106666667rem
    }
}

@media(min-width:1546px) {
    .games-list__footer-content {
        width: 310px;
        height: 34px
    }

    .games-list__footer-content:nth-child(2) {
        width: 240px
    }

    .games-list__footer-content:nth-child(3) {
        width: 200px
    }
}

body:has(.preloader-page) {
    overflow: hidden
}

.preloader-page * {
    box-sizing: border-box
}

.preloader-page {
    z-index: 9999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    background-color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .preloader-page {
    background-color: var(--DARK-THEME-BACKGROUND)
}

.preloader-page__aside {
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    min-height: 100vh;
    display: none;
    background-color: var(--LIGHT-THEME-PRIMARY-1);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .25), 0 20px 20px 0 rgba(0, 0, 0, .1)
}

.dark .preloader-page__aside {
    background-color: var(--DARK-THEME-PRIMARY-6)
}

@media screen and (min-width:769px) {
    .preloader-page__aside {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__aside {
        width: 7.1125333333rem;
        box-shadow: 0 .4445333333rem 1.3336rem 0 rgba(0, 0, 0, .25), 0 2.2226666667rem 2.2226666667rem 0 rgba(0, 0, 0, .1)
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__aside {
        width: 4.4194133333rem;
        box-shadow: 0 .2762133333rem .82864rem 0 rgba(0, 0, 0, .25), 0 1.3810666667rem 1.3810666667rem 0 rgba(0, 0, 0, .1)
    }
}

@media(min-width:1920px) {
    .preloader-page__aside {
        width: 280px
    }
}

.preloader-page__aside-bottom {
    margin-bottom: 10px
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__aside-bottom {
        margin-bottom: 1.1113333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__aside-bottom {
        margin-bottom: .6905333333rem
    }
}

@media(min-width:1920px) {
    .preloader-page__aside-bottom {
        display: none
    }
}

.preloader-page__aside-top-item {
    margin-bottom: 16px
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__aside-top-item {
        margin-bottom: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__aside-top-item {
        margin-bottom: 1.1048533333rem
    }
}

.preloader-page__aside-top-item-content {
    width: 64px;
    height: 64px
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__aside-top-item-content {
        width: 7.1125333333rem;
        height: 7.1125333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__aside-top-item-content {
        width: 4.4194133333rem;
        height: 4.4194133333rem
    }
}

.preloader-page__aside-block {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.preloader-page__aside-top .preloader-page__aside-block:last-child {
    display: none
}

.preloader-page__aside-bottom .preloader-page__aside-block {
    padding: 12px 0
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__aside-block {
        padding: 1.1113333333rem 0;
        gap: 2.2226666667rem
    }

    .preloader-page__aside-bottom .preloader-page__aside-block {
        padding: 1.3336rem 0
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__aside-block {
        padding: .6905333333rem 0;
        gap: 1.3810666667rem
    }

    .preloader-page__aside-bottom .preloader-page__aside-block {
        padding: .82864rem 0
    }
}

@media(min-width:1920px) {
    .preloader-page__aside-block {
        padding: 10px 24px
    }

    .preloader-page__aside-top .preloader-page__aside-block:last-child {
        display: flex
    }
}

.preloader-page__aside-item {
    display: flex;
    justify-content: center
}

@media(min-width:1920px) {
    .preloader-page__aside-item {
        justify-content: flex-start;
        gap: 24px
    }
}

.preloader-page__aside-item-content {
    width: 26px;
    height: 28px;
    border-radius: 4px
}

.preloader-page__aside-top .preloader-page__aside-item-content:last-child {
    display: none
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__aside-item-content {
        width: 2.8894666667rem;
        height: 3.1117333333rem;
        border-radius: .4445333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__aside-item-content {
        width: 1.7953866667rem;
        height: 1.9334933333rem;
        border-radius: .2762133333rem
    }
}

@media(min-width:1920px) {
    .preloader-page__aside-top .preloader-page__aside-item-content:last-child {
        display: block
    }

    .preloader-page__aside-item:first-child .preloader-page__aside-item-content:last-child {
        width: 120px
    }

    .preloader-page__aside-block:last-child .preloader-page__aside-item:first-child .preloader-page__aside-item-content:last-child {
        width: 232px
    }

    .preloader-page__aside-item:nth-child(2) .preloader-page__aside-item-content:last-child {
        width: 160px
    }

    .preloader-page__aside-block:last-child .preloader-page__aside-item:nth-child(2) .preloader-page__aside-item-content:last-child {
        width: 192px;
        opacity: .7
    }

    .preloader-page__aside-item:nth-child(3) .preloader-page__aside-item-content:last-child {
        width: 140px
    }

    .preloader-page__aside-block:last-child .preloader-page__aside-item:nth-child(3) .preloader-page__aside-item-content:last-child {
        width: 152px;
        opacity: .4
    }
}

.preloader-page__aside-line {
    width: 100%;
    height: 1px;
    margin: 10px 0;
    border-bottom: 1px solid var(--LIGHT-THEME-PRIMARY-2)
}

.dark .preloader-page__aside-line {
    border-color: var(--DARK-THEME-PRIMARY-5)
}

.preloader-page__aside-line.preloader-page__aside-line--last {
    display: none
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__aside-line {
        margin: 1.1113333333rem 0
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__aside-line {
        margin: .6905333333rem 0
    }
}

@media(min-width:1546px) {
    .preloader-page__aside-line {
        margin: 10px 0
    }
}

@media(min-width:1920px) {
    .preloader-page__aside-line {
        margin: 16px 0
    }

    .preloader-page__aside-line.preloader-page__aside-line--last {
        display: block
    }
}

.preloader-page__aside-bottom-item-content {
    width: 44px;
    height: 20px;
    border-radius: 4px
}

.preloader-page__aside-block:last-child .preloader-page__aside-bottom-item-content {
    height: 24px
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__aside-bottom-item-content {
        width: 4.8898666667rem;
        height: 2.2226666667rem;
        border-radius: .4445333333rem
    }

    .preloader-page__aside-block:last-child .preloader-page__aside-bottom-item-content {
        height: 2.6672rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__aside-bottom-item-content {
        width: 3.0383466667rem;
        height: 1.3810666667rem;
        border-radius: .2762133333rem
    }

    .preloader-page__aside-block:last-child .preloader-page__aside-bottom-item-content {
        height: 1.65728rem
    }
}

.preloader-page__body {
    overflow: auto;
    overflow-x: hidden;
    height: 100%
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__body {
        margin-left: 7.1125333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__body {
        margin-left: 4.4194133333rem
    }
}

@media(min-width:1546px) {
    .preloader-page__body {
        margin-left: 64px
    }
}

@media(min-width:1920px) {
    .preloader-page__body {
        margin-left: 280px
    }
}

.preloader-page__container {
    width: 100%;
    padding: 0 12px
}

@media(max-width:768px) {
    .preloader-page__header .preloader-page__container {
        padding: 0 8px 0 0
    }

    .preloader-page__providers .preloader-page__container {
        padding: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__container {
        padding: 0 2.6672rem
    }
}

@media(min-width:1025px) {
    .preloader-page__container {
        margin: 0 auto
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__container {
        max-width: 91.7028266667rem
    }
}

@media(min-width:1546px) {
    .preloader-page__container {
        max-width: 1328px
    }
}

.preloader-page__header {
    height: 56px;
    display: flex;
    align-items: center
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__header {
        height: 7.1125333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__header {
        height: 4.4194133333rem
    }
}

@media(min-width:1546px) {
    .preloader-page__header {
        height: 64px
    }
}

.preloader-page__header-inner {
    display: flex;
    justify-content: space-between
}

.preloader-page__header-block {
    display: flex;
    align-items: center;
    gap: 8px
}

.preloader-page__header-block:last-child {
    gap: 4px
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__header-block {
        gap: 2.6672rem
    }

    .preloader-page__header-block:last-child {
        gap: 1.3336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__header-block {
        gap: 1.65728rem
    }

    .preloader-page__header-block:last-child {
        gap: .82864rem
    }
}

@media(min-width:1546px) {
    .preloader-page__header-block {
        gap: 24px
    }

    .preloader-page__header-block:last-child {
        gap: 12px
    }
}

.preloader-page__header-burger {
    width: 56px;
    height: 56px
}

@media screen and (min-width:769px) {
    .preloader-page__header-burger {
        display: none
    }
}

.preloader-page__header-logo {
    width: 28px;
    height: 28px;
    background-image: url(logo-fresh-short.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top
}

.dark .preloader-page__header-logo {
    background-image: url(logo-fresh-short-dark.svg)
}

@media screen and (min-width:769px) {
    .preloader-page__header-logo {
        background-image: url(logo-fresh-main.svg)
    }

    .dark .preloader-page__header-logo {
        background-image: url(../images/9m34tinUliw4.svg)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__header-logo {
        width: 12.0024rem;
        height: 3.5562666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__header-logo {
        width: 7.45776rem;
        height: 2.2097066667rem
    }
}

@media(min-width:1546px) {
    .preloader-page__header-logo {
        width: 108px;
        height: 32px
    }
}

.preloader-page__header-content {
    height: 34px;
    width: 34px;
    border-radius: 4px
}

.preloader-page__header-content:first-child {
    width: 134px
}

.preloader-page__header-block:first-child .preloader-page__header-content {
    display: none
}

@media screen and (min-width:769px) {
    .preloader-page__header-block:first-child .preloader-page__header-content {
        display: block
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__header-content {
        height: 4.8898666667rem;
        width: 4.8898666667rem;
        border-radius: .6668rem
    }

    .preloader-page__header-content:first-child {
        width: 28.339rem
    }

    .preloader-page__header-block:first-child .preloader-page__header-content {
        width: 27.3388rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__header-content {
        height: 3.0383466667rem;
        width: 3.0383466667rem;
        border-radius: .41432rem
    }

    .preloader-page__header-content:first-child {
        width: 17.6086rem
    }

    .preloader-page__header-block:first-child .preloader-page__header-content {
        width: 16.98712rem
    }
}

@media(min-width:1546px) {
    .preloader-page__header-content {
        height: 44px;
        width: 44px;
        border-radius: 6px
    }

    .preloader-page__header-content:first-child {
        width: 255px
    }

    .preloader-page__header-block:first-child .preloader-page__header-content {
        width: 246px
    }
}

.preloader-page__slider {
    height: 340px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__slider {
        height: 41.675rem;
        margin-bottom: 1.3336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__slider {
        height: 38.6698666667rem;
        margin-bottom: 1.65728rem
    }
}

@media(min-width:1546px) {
    .preloader-page__slider {
        height: 560px;
        margin-bottom: 24px
    }
}

.preloader-page__banner {
    padding: 36px 0 20px;
    flex: 1 1;
    background-color: var(--LIGHT-THEME-BACKGROUND)
}

.dark .preloader-page__banner {
    background-color: var(--DARK-THEME-PRIMARY-6)
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__banner {
        padding: 5.3344rem 0 2.6672rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__banner {
        padding: 4.4194133333rem 2.48592rem
    }
}

@media(min-width:1546px) {
    .preloader-page__banner {
        padding: 64px 36px
    }
}

.preloader-page__banner-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__banner-inner {
        height: 23.1157333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__banner-inner {
        height: 16.5728rem
    }
}

@media(min-width:1546px) {
    .preloader-page__banner-inner {
        height: 240px
    }
}

.preloader-page__banner-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.preloader-page__banner-block:last-child {
    display: none
}

@media screen and (min-width:769px) {
    .preloader-page__banner-block {
        align-items: flex-start
    }

    .preloader-page__banner-block:last-child {
        display: block
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__banner-block {
        gap: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__banner-block {
        gap: 1.65728rem
    }
}

@media(min-width:1546px) {
    .preloader-page__banner-block {
        gap: 24px
    }
}

.preloader-page__banner-content {
    width: 100%;
    height: 32px;
    border-radius: 4px
}

.preloader-page__banner-content:last-child {
    width: 220px;
    height: 20px
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__banner-content {
        width: 41.5638666667rem;
        height: 4.8898666667rem
    }

    .preloader-page__banner-content:last-child {
        width: 28.8946666667rem;
        height: 3.1117333333rem
    }

    .preloader-page__banner-block:last-child .preloader-page__banner-content {
        width: 14.1139333333rem;
        height: 5.3344rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__banner-content {
        width: 29.0024rem;
        height: 3.5907733333rem
    }

    .preloader-page__banner-content:last-child {
        width: 22.0970666667rem;
        height: 2.2097066667rem
    }

    .preloader-page__banner-block:last-child .preloader-page__banner-content {
        width: 8.7697733333rem;
        height: 3.31456rem
    }
}

@media(min-width:1546px) {
    .preloader-page__banner-content {
        width: 420px;
        height: 52px
    }

    .preloader-page__banner-content:last-child {
        width: 320px;
        height: 32px
    }

    .preloader-page__banner-block:last-child .preloader-page__banner-content {
        width: 127px;
        height: 48px
    }
}

.preloader-page__jackpot {
    padding: 24px 0 20px;
    flex: 0 0
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__jackpot {
        padding: 2.2226666667rem 0 2.5560666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__jackpot {
        padding: 2.48592rem 0
    }
}

@media(min-width:1546px) {
    .preloader-page__jackpot {
        padding: 36px 0
    }
}

.preloader-page__jackpot-inner {
    margin-left: 19px;
    display: flex;
    align-items: center;
    gap: 10px
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__jackpot-inner {
        margin-left: 16.7811333333rem;
        gap: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__jackpot-inner {
        margin-left: 7.1815466667rem;
        gap: 1.65728rem
    }
}

@media(min-width:1546px) {
    .preloader-page__jackpot-inner {
        margin-left: 104px;
        gap: 24px
    }
}

.preloader-page__jackpot-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4px
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__jackpot-block {
        gap: .4445333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__jackpot-block {
        gap: .5524266667rem
    }
}

@media(min-width:1546px) {
    .preloader-page__jackpot-block {
        gap: 8px
    }
}

.preloader-page__jackpot-content {
    width: 30px;
    height: 36px;
    border-radius: 4px
}

.preloader-page__jackpot-block:last-child .preloader-page__jackpot-content {
    width: 50px;
    height: 14px;
    border-radius: 4px
}

.preloader-page__jackpot-block:last-child .preloader-page__jackpot-content:last-child {
    width: 140px;
    height: 18px
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__jackpot-content {
        width: 5.1121333333rem;
        height: 5.7789333333rem;
        border-radius: .6668rem
    }

    .preloader-page__jackpot-block:last-child .preloader-page__jackpot-content {
        width: 7.5570666667rem;
        height: 2.0004rem;
        border-radius: .4445333333rem
    }

    .preloader-page__jackpot-block:last-child .preloader-page__jackpot-content:last-child {
        width: 21.1153333333rem;
        height: 3.334rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__jackpot-content {
        width: 4.97184rem;
        height: 5.5242666667rem;
        border-radius: .41432rem
    }

    .preloader-page__jackpot-block:last-child .preloader-page__jackpot-content {
        width: 6.9053333333rem;
        height: 1.9334933333rem;
        border-radius: .2762133333rem
    }

    .preloader-page__jackpot-block:last-child .preloader-page__jackpot-content:last-child {
        width: 23.0638133333rem;
        height: 3.0383466667rem
    }
}

@media(min-width:1546px) {
    .preloader-page__jackpot-content {
        width: 72px;
        height: 80px;
        border-radius: 6px
    }

    .preloader-page__jackpot-block:last-child .preloader-page__jackpot-content {
        width: 100px;
        height: 28px
    }

    .preloader-page__jackpot-block:last-child .preloader-page__jackpot-content:last-child {
        width: 334px;
        height: 44px
    }
}

.preloader-page__providers {
    margin-bottom: 20px
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__providers {
        margin-bottom: 1.3336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__providers {
        margin-bottom: 1.65728rem
    }
}

@media(min-width:1546px) {
    .preloader-page__providers {
        margin-bottom: 24px
    }
}

.preloader-page__providers-inner {
    padding: 20px 16px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    border-top: 1px solid var(--LIGHT-THEME-PRIMARY-5);
    border-bottom: 1px solid var(--LIGHT-THEME-PRIMARY-5)
}

.dark .preloader-page__providers-inner {
    border-color: var(--DARK-THEME-PRIMARY-5)
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__providers-inner {
        padding: 2.2226666667rem 1.7781333333rem;
        gap: .8890666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__providers-inner {
        padding: 1.65728rem;
        gap: .5524266667rem
    }
}

@media(min-width:1546px) {
    .preloader-page__providers-inner {
        padding: 24px;
        gap: 8px
    }
}

.preloader-page__providers-content {
    width: 80px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 4px
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__providers-content {
        width: 11.1133333333rem;
        height: 4.4453333333rem;
        border-radius: .6668rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__providers-content {
        width: 7.5958666667rem;
        height: 2.7621333333rem;
        border-radius: .41432rem
    }
}

@media(min-width:1546px) {
    .preloader-page__providers-content {
        width: 110px;
        height: 40px;
        border-radius: 6px
    }
}

.preloader-page__collection {
    margin-bottom: 20px
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__collection {
        margin-bottom: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__collection {
        margin-bottom: 1.65728rem
    }
}

@media(min-width:1546px) {
    .preloader-page__collection {
        margin-bottom: 24px
    }
}

.preloader-page__collection-inner {
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 8px
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__collection-inner {
        padding: 2.2226666667rem 0;
        gap: .8890666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__collection-inner {
        padding: 1.65728rem 0 2.7621333333rem;
        gap: .5524266667rem
    }
}

@media(min-width:1546px) {
    .preloader-page__collection-inner {
        padding: 24px 0 40px;
        gap: 8px
    }
}

.preloader-page__collection-item {
    flex: 0 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__collection-item {
        gap: 1.5558666667rem
    }

    .preloader-page__collection-item:last-child {
        display: none
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__collection-item {
        gap: 1.24296rem
    }
}

@media(min-width:1546px) {
    .preloader-page__collection-item {
        gap: 18px
    }
}

.preloader-page__collection-content {
    width: 64px;
    height: 64px;
    border-radius: 16px
}

.preloader-page__collection-content:last-child {
    height: 16px;
    border-radius: 4px
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__collection-content {
        width: 9.7797333333rem;
        height: 9.7797333333rem;
        border-radius: 1.7781333333rem
    }

    .preloader-page__collection-content:last-child {
        height: 2.2226666667rem;
        border-radius: .4445333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .preloader-page__collection-content {
        width: 8.2864rem;
        height: 8.2864rem;
        border-radius: 1.3810666667rem
    }

    .preloader-page__collection-content:last-child {
        height: 1.9334933333rem;
        border-radius: .41432rem
    }
}

@media(min-width:1546px) {
    .preloader-page__collection-content {
        width: 120px;
        height: 120px;
        border-radius: 20px
    }

    .preloader-page__collection-content:last-child {
        height: 28px;
        border-radius: 6px
    }
}

.skeleton {
    width: 100%
}

.skeleton,
.skeleton__blick {
    position: relative;
    overflow: hidden
}

.skeleton__blick {
    background-color: var(--LIGHT-THEME-PRIMARY-5)
}

.dark .skeleton__blick {
    background-color: var(--DARK-THEME-PRIMARY-5)
}

.preloader-page__aside .skeleton__blick {
    background-color: var(--LIGHT-THEME-PRIMARY-2)
}

.dark .preloader-page__aside .skeleton__blick {
    background-color: var(--DARK-THEME-PRIMARY-5)
}

.skeleton__blick:before {
    content: "";
    position: absolute;
    width: 117px;
    height: 500px;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .04) 51.78%, hsla(0, 0%, 100%, 0));
    animation: blickPreloader 2s ease-in-out infinite
}

.preloader-page__aside .skeleton__blick:before {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .1) 51.78%, hsla(0, 0%, 100%, 0))
}

.dark .preloader-page__aside .skeleton__blick:before {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .04) 51.78%, hsla(0, 0%, 100%, 0))
}

.games-list-block .skeleton__blick:before,
.games-list__footer .skeleton__blick:before,
.preloader-page__body .skeleton__blick:before,
.preloader-page__games-item .skeleton__blick:before {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .4) 51.78%, hsla(0, 0%, 100%, 0))
}

.dark .games-list-block .skeleton__blick:before,
.dark .games-list__footer .skeleton__blick:before,
.dark .preloader-page__body .skeleton__blick:before,
.dark .preloader-page__games-item .skeleton__blick:before {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .04) 51.78%, hsla(0, 0%, 100%, 0))
}

@keyframes blickPreloader {
    0% {
        transform: rotate(30deg) translate(-200%, -50%)
    }

    to {
        transform: rotate(30deg) translate(200%, -50%)
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx),
only screen and (min-resolution:192dpi) {
    .vti__flag {
        background-size: 5630px 15px
    }
}

.vti__flag.ac {
    height: 10px;
    background-position: 0 0
}

.vti__flag.ad {
    height: 14px;
    background-position: -22px 0
}

.vti__flag.ae {
    height: 10px;
    background-position: -44px 0
}

.vti__flag.af {
    height: 14px;
    background-position: -66px 0
}

.vti__flag.ag {
    height: 14px;
    background-position: -88px 0
}

.vti__flag.ai {
    height: 10px;
    background-position: -110px 0
}

.vti__flag.al {
    height: 15px;
    background-position: -132px 0
}

.vti__flag.am {
    height: 10px;
    background-position: -154px 0
}

.vti__flag.ao {
    height: 14px;
    background-position: -176px 0
}

.vti__flag.aq {
    height: 14px;
    background-position: -198px 0
}

.vti__flag.ar {
    height: 13px;
    background-position: -220px 0
}

.vti__flag.as {
    height: 10px;
    background-position: -242px 0
}

.vti__flag.at {
    height: 14px;
    background-position: -264px 0
}

.vti__flag.au {
    height: 10px;
    background-position: -286px 0
}

.vti__flag.aw {
    height: 14px;
    background-position: -308px 0
}

.vti__flag.ax {
    height: 13px;
    background-position: -330px 0
}

.vti__flag.az {
    height: 10px;
    background-position: -352px 0
}

.vti__flag.ba {
    height: 10px;
    background-position: -374px 0
}

.vti__flag.bb {
    height: 14px;
    background-position: -396px 0
}

.vti__flag.bd {
    height: 12px;
    background-position: -418px 0
}

.vti__flag.be {
    height: 15px;
    width: 18px;
    background-position: -440px 0
}

.vti__flag.bf {
    height: 14px;
    background-position: -460px 0
}

.vti__flag.bg {
    height: 12px;
    background-position: -482px 0
}

.vti__flag.bh {
    height: 12px;
    background-position: -504px 0
}

.vti__flag.bi {
    height: 12px;
    background-position: -526px 0
}

.vti__flag.bj {
    height: 14px;
    background-position: -548px 0
}

.vti__flag.bl {
    height: 14px;
    background-position: -570px 0
}

.vti__flag.bm {
    height: 10px;
    background-position: -592px 0
}

.vti__flag.bn {
    height: 10px;
    background-position: -614px 0
}

.vti__flag.bo {
    height: 14px;
    background-position: -636px 0
}

.vti__flag.bq {
    height: 14px;
    background-position: -658px 0
}

.vti__flag.br {
    height: 14px;
    background-position: -680px 0
}

.vti__flag.bs {
    height: 10px;
    background-position: -702px 0
}

.vti__flag.bt {
    height: 14px;
    background-position: -724px 0
}

.vti__flag.bv {
    height: 15px;
    background-position: -746px 0
}

.vti__flag.bw {
    height: 14px;
    background-position: -768px 0
}

.vti__flag.by {
    height: 10px;
    background-position: -790px 0
}

.vti__flag.bz {
    height: 14px;
    background-position: -812px 0
}

.vti__flag.ca {
    height: 10px;
    background-position: -834px 0
}

.vti__flag.cc {
    height: 10px;
    background-position: -856px 0
}

.vti__flag.cd {
    height: 15px;
    background-position: -878px 0
}

.vti__flag.cf {
    height: 14px;
    background-position: -900px 0
}

.vti__flag.cg {
    height: 14px;
    background-position: -922px 0
}

.vti__flag.ch {
    height: 15px;
    width: 15px;
    background-position: -944px 0
}

.vti__flag.ci {
    height: 14px;
    background-position: -961px 0
}

.vti__flag.ck {
    height: 10px;
    background-position: -983px 0
}

.vti__flag.cl {
    height: 14px;
    background-position: -1005px 0
}

.vti__flag.cm {
    height: 14px;
    background-position: -1027px 0
}

.vti__flag.cn {
    height: 14px;
    background-position: -1049px 0
}

.vti__flag.co {
    height: 14px;
    background-position: -1071px 0
}

.vti__flag.cp {
    height: 14px;
    background-position: -1093px 0
}

.vti__flag.cr {
    height: 12px;
    background-position: -1115px 0
}

.vti__flag.cu {
    height: 10px;
    background-position: -1137px 0
}

.vti__flag.cv {
    height: 12px;
    background-position: -1159px 0
}

.vti__flag.cw {
    height: 14px;
    background-position: -1181px 0
}

.vti__flag.cx {
    height: 10px;
    background-position: -1203px 0
}

.vti__flag.cy {
    height: 14px;
    background-position: -1225px 0
}

.vti__flag.cz {
    height: 14px;
    background-position: -1247px 0
}

.vti__flag.de {
    height: 12px;
    background-position: -1269px 0
}

.vti__flag.dg {
    height: 10px;
    background-position: -1291px 0
}

.vti__flag.dj {
    height: 14px;
    background-position: -1313px 0
}

.vti__flag.dk {
    height: 15px;
    background-position: -1335px 0
}

.vti__flag.dm {
    height: 10px;
    background-position: -1357px 0
}

.vti__flag.do {
    height: 13px;
    background-position: -1379px 0
}

.vti__flag.dz {
    height: 14px;
    background-position: -1401px 0
}

.vti__flag.ea {
    height: 14px;
    background-position: -1423px 0
}

.vti__flag.ec {
    height: 14px;
    background-position: -1445px 0
}

.vti__flag.ee {
    height: 13px;
    background-position: -1467px 0
}

.vti__flag.eg {
    height: 14px;
    background-position: -1489px 0
}

.vti__flag.eh {
    height: 10px;
    background-position: -1511px 0
}

.vti__flag.er {
    height: 10px;
    background-position: -1533px 0
}

.vti__flag.es {
    height: 14px;
    background-position: -1555px 0
}

.vti__flag.et {
    height: 10px;
    background-position: -1577px 0
}

.vti__flag.eu {
    height: 14px;
    background-position: -1599px 0
}

.vti__flag.fi {
    height: 12px;
    background-position: -1621px 0
}

.vti__flag.fj {
    height: 10px;
    background-position: -1643px 0
}

.vti__flag.fk {
    height: 10px;
    background-position: -1665px 0
}

.vti__flag.fm {
    height: 11px;
    background-position: -1687px 0
}

.vti__flag.fo {
    height: 15px;
    background-position: -1709px 0
}

.vti__flag.fr {
    height: 14px;
    background-position: -1731px 0
}

.vti__flag.ga {
    height: 15px;
    background-position: -1753px 0
}

.vti__flag.gb {
    height: 10px;
    background-position: -1775px 0
}

.vti__flag.gd {
    height: 12px;
    background-position: -1797px 0
}

.vti__flag.ge {
    height: 14px;
    background-position: -1819px 0
}

.vti__flag.gf {
    height: 14px;
    background-position: -1841px 0
}

.vti__flag.gg {
    height: 14px;
    background-position: -1863px 0
}

.vti__flag.gh {
    height: 14px;
    background-position: -1885px 0
}

.vti__flag.gi {
    height: 10px;
    background-position: -1907px 0
}

.vti__flag.gl {
    height: 14px;
    background-position: -1929px 0
}

.vti__flag.gm {
    height: 14px;
    background-position: -1951px 0
}

.vti__flag.gn {
    height: 14px;
    background-position: -1973px 0
}

.vti__flag.gp {
    height: 14px;
    background-position: -1995px 0
}

.vti__flag.gq {
    height: 14px;
    background-position: -2017px 0
}

.vti__flag.gr {
    height: 14px;
    background-position: -2039px 0
}

.vti__flag.gs {
    height: 10px;
    background-position: -2061px 0
}

.vti__flag.gt {
    height: 13px;
    background-position: -2083px 0
}

.vti__flag.gu {
    height: 11px;
    background-position: -2105px 0
}

.vti__flag.gw {
    height: 10px;
    background-position: -2127px 0
}

.vti__flag.gy {
    height: 12px;
    background-position: -2149px 0
}

.vti__flag.hk {
    height: 14px;
    background-position: -2171px 0
}

.vti__flag.hm {
    height: 10px;
    background-position: -2193px 0
}

.vti__flag.hn {
    height: 10px;
    background-position: -2215px 0
}

.vti__flag.hr {
    height: 10px;
    background-position: -2237px 0
}

.vti__flag.ht {
    height: 12px;
    background-position: -2259px 0
}

.vti__flag.hu {
    height: 10px;
    background-position: -2281px 0
}

.vti__flag.ic {
    height: 14px;
    background-position: -2303px 0
}

.vti__flag.id {
    height: 14px;
    background-position: -2325px 0
}

.vti__flag.ie {
    height: 10px;
    background-position: -2347px 0
}

.vti__flag.il {
    height: 15px;
    background-position: -2369px 0
}

.vti__flag.im {
    height: 10px;
    background-position: -2391px 0
}

.vti__flag.in {
    height: 14px;
    background-position: -2413px 0
}

.vti__flag.io {
    height: 10px;
    background-position: -2435px 0
}

.vti__flag.iq {
    height: 14px;
    background-position: -2457px 0
}

.vti__flag.ir {
    height: 12px;
    background-position: -2479px 0
}

.vti__flag.is {
    height: 15px;
    background-position: -2501px 0
}

.vti__flag.it {
    height: 14px;
    background-position: -2523px 0
}

.vti__flag.je {
    height: 12px;
    background-position: -2545px 0
}

.vti__flag.jm {
    height: 10px;
    background-position: -2567px 0
}

.vti__flag.jo {
    height: 10px;
    background-position: -2589px 0
}

.vti__flag.jp {
    height: 14px;
    background-position: -2611px 0
}

.vti__flag.ke {
    height: 14px;
    background-position: -2633px 0
}

.vti__flag.kg {
    height: 12px;
    background-position: -2655px 0
}

.vti__flag.kh {
    height: 13px;
    background-position: -2677px 0
}

.vti__flag.ki {
    height: 10px;
    background-position: -2699px 0
}

.vti__flag.km {
    height: 12px;
    background-position: -2721px 0
}

.vti__flag.kn {
    height: 14px;
    background-position: -2743px 0
}

.vti__flag.kp {
    height: 10px;
    background-position: -2765px 0
}

.vti__flag.kr {
    height: 14px;
    background-position: -2787px 0
}

.vti__flag.kw {
    height: 10px;
    background-position: -2809px 0
}

.vti__flag.ky {
    height: 10px;
    background-position: -2831px 0
}

.vti__flag.kz {
    height: 10px;
    background-position: -2853px 0
}

.vti__flag.la {
    height: 14px;
    background-position: -2875px 0
}

.vti__flag.lb {
    height: 14px;
    background-position: -2897px 0
}

.vti__flag.lc {
    height: 10px;
    background-position: -2919px 0
}

.vti__flag.li {
    height: 12px;
    background-position: -2941px 0
}

.vti__flag.lk {
    height: 10px;
    background-position: -2963px 0
}

.vti__flag.lr {
    height: 11px;
    background-position: -2985px 0
}

.vti__flag.ls {
    height: 14px;
    background-position: -3007px 0
}

.vti__flag.lt {
    height: 12px;
    background-position: -3029px 0
}

.vti__flag.lu {
    height: 12px;
    background-position: -3051px 0
}

.vti__flag.lv {
    height: 10px;
    background-position: -3073px 0
}

.vti__flag.ly {
    height: 10px;
    background-position: -3095px 0
}

.vti__flag.ma {
    height: 14px;
    background-position: -3117px 0
}

.vti__flag.mc {
    height: 15px;
    width: 19px;
    background-position: -3139px 0
}

.vti__flag.md {
    height: 10px;
    background-position: -3160px 0
}

.vti__flag.me {
    height: 10px;
    background-position: -3182px 0
}

.vti__flag.mf {
    height: 14px;
    background-position: -3204px 0
}

.vti__flag.mg {
    height: 14px;
    background-position: -3226px 0
}

.vti__flag.mh {
    height: 11px;
    background-position: -3248px 0
}

.vti__flag.mk {
    height: 10px;
    background-position: -3270px 0
}

.vti__flag.ml {
    height: 14px;
    background-position: -3292px 0
}

.vti__flag.mm {
    height: 14px;
    background-position: -3314px 0
}

.vti__flag.mn {
    height: 10px;
    background-position: -3336px 0
}

.vti__flag.mo {
    height: 14px;
    background-position: -3358px 0
}

.vti__flag.mp {
    height: 10px;
    background-position: -3380px 0
}

.vti__flag.mq {
    height: 14px;
    background-position: -3402px 0
}

.vti__flag.mr {
    height: 14px;
    background-position: -3424px 0
}

.vti__flag.ms {
    height: 10px;
    background-position: -3446px 0
}

.vti__flag.mt {
    height: 14px;
    background-position: -3468px 0
}

.vti__flag.mu {
    height: 14px;
    background-position: -3490px 0
}

.vti__flag.mv {
    height: 14px;
    background-position: -3512px 0
}

.vti__flag.mw {
    height: 14px;
    background-position: -3534px 0
}

.vti__flag.mx {
    height: 12px;
    background-position: -3556px 0
}

.vti__flag.my {
    height: 10px;
    background-position: -3578px 0
}

.vti__flag.mz {
    height: 14px;
    background-position: -3600px 0
}

.vti__flag.na {
    height: 14px;
    background-position: -3622px 0
}

.vti__flag.nc {
    height: 10px;
    background-position: -3644px 0
}

.vti__flag.ne {
    height: 15px;
    width: 18px;
    background-position: -3666px 0
}

.vti__flag.nf {
    height: 10px;
    background-position: -3686px 0
}

.vti__flag.ng {
    height: 10px;
    background-position: -3708px 0
}

.vti__flag.ni {
    height: 12px;
    background-position: -3730px 0
}

.vti__flag.nl {
    height: 14px;
    background-position: -3752px 0
}

.vti__flag.no {
    height: 15px;
    background-position: -3774px 0
}

.vti__flag.np {
    height: 15px;
    width: 13px;
    background-position: -3796px 0;
    background-color: transparent
}

.vti__flag.nr {
    height: 10px;
    background-position: -3811px 0
}

.vti__flag.nu {
    height: 10px;
    background-position: -3833px 0
}

.vti__flag.nz {
    height: 10px;
    background-position: -3855px 0
}

.vti__flag.om {
    height: 10px;
    background-position: -3877px 0
}

.vti__flag.pa {
    height: 14px;
    background-position: -3899px 0
}

.vti__flag.pe {
    height: 14px;
    background-position: -3921px 0
}

.vti__flag.pf {
    height: 14px;
    background-position: -3943px 0
}

.vti__flag.pg {
    height: 15px;
    background-position: -3965px 0
}

.vti__flag.ph {
    height: 10px;
    background-position: -3987px 0
}

.vti__flag.pk {
    height: 14px;
    background-position: -4009px 0
}

.vti__flag.pl {
    height: 13px;
    background-position: -4031px 0
}

.vti__flag.pm {
    height: 14px;
    background-position: -4053px 0
}

.vti__flag.pn {
    height: 10px;
    background-position: -4075px 0
}

.vti__flag.pr {
    height: 14px;
    background-position: -4097px 0
}

.vti__flag.ps {
    height: 10px;
    background-position: -4119px 0
}

.vti__flag.pt {
    height: 14px;
    background-position: -4141px 0
}

.vti__flag.pw {
    height: 13px;
    background-position: -4163px 0
}

.vti__flag.py {
    height: 11px;
    background-position: -4185px 0
}

.vti__flag.qa {
    height: 8px;
    background-position: -4207px 0
}

.vti__flag.re {
    height: 14px;
    background-position: -4229px 0
}

.vti__flag.ro {
    height: 14px;
    background-position: -4251px 0
}

.vti__flag.rs {
    height: 14px;
    background-position: -4273px 0
}

.vti__flag.ru {
    height: 14px;
    background-position: -4295px 0
}

.vti__flag.rw {
    height: 14px;
    background-position: -4317px 0
}

.vti__flag.sa {
    height: 14px;
    background-position: -4339px 0
}

.vti__flag.sb {
    height: 10px;
    background-position: -4361px 0
}

.vti__flag.sc {
    height: 10px;
    background-position: -4383px 0
}

.vti__flag.sd {
    height: 10px;
    background-position: -4405px 0
}

.vti__flag.se {
    height: 13px;
    background-position: -4427px 0
}

.vti__flag.sg {
    height: 14px;
    background-position: -4449px 0
}

.vti__flag.sh {
    height: 10px;
    background-position: -4471px 0
}

.vti__flag.si {
    height: 10px;
    background-position: -4493px 0
}

.vti__flag.sj {
    height: 15px;
    background-position: -4515px 0
}

.vti__flag.sk {
    height: 14px;
    background-position: -4537px 0
}

.vti__flag.sl {
    height: 14px;
    background-position: -4559px 0
}

.vti__flag.sm {
    height: 15px;
    background-position: -4581px 0
}

.vti__flag.sn {
    height: 14px;
    background-position: -4603px 0
}

.vti__flag.so {
    height: 14px;
    background-position: -4625px 0
}

.vti__flag.sr {
    height: 14px;
    background-position: -4647px 0
}

.vti__flag.ss {
    height: 10px;
    background-position: -4669px 0
}

.vti__flag.st {
    height: 10px;
    background-position: -4691px 0
}

.vti__flag.sv {
    height: 12px;
    background-position: -4713px 0
}

.vti__flag.sx {
    height: 14px;
    background-position: -4735px 0
}

.vti__flag.sy {
    height: 14px;
    background-position: -4757px 0
}

.vti__flag.sz {
    height: 14px;
    background-position: -4779px 0
}

.vti__flag.ta {
    height: 10px;
    background-position: -4801px 0
}

.vti__flag.tc {
    height: 10px;
    background-position: -4823px 0
}

.vti__flag.td {
    height: 14px;
    background-position: -4845px 0
}

.vti__flag.tf {
    height: 14px;
    background-position: -4867px 0
}

.vti__flag.tg {
    height: 13px;
    background-position: -4889px 0
}

.vti__flag.th {
    height: 14px;
    background-position: -4911px 0
}

.vti__flag.tj {
    height: 10px;
    background-position: -4933px 0
}

.vti__flag.tk {
    height: 10px;
    background-position: -4955px 0
}

.vti__flag.tl {
    height: 10px;
    background-position: -4977px 0
}

.vti__flag.tm {
    height: 14px;
    background-position: -4999px 0
}

.vti__flag.tn {
    height: 14px;
    background-position: -5021px 0
}

.vti__flag.to {
    height: 10px;
    background-position: -5043px 0
}

.vti__flag.tr {
    height: 14px;
    background-position: -5065px 0
}

.vti__flag.tt {
    height: 12px;
    background-position: -5087px 0
}

.vti__flag.tv {
    height: 10px;
    background-position: -5109px 0
}

.vti__flag.tw {
    height: 14px;
    background-position: -5131px 0
}

.vti__flag.tz {
    height: 14px;
    background-position: -5153px 0
}

.vti__flag.ua {
    height: 14px;
    background-position: -5175px 0
}

.vti__flag.ug {
    height: 14px;
    background-position: -5197px 0
}

.vti__flag.um {
    height: 11px;
    background-position: -5219px 0
}

.vti__flag.us {
    height: 11px;
    background-position: -5241px 0
}

.vti__flag.uy {
    height: 14px;
    background-position: -5263px 0
}

.vti__flag.uz {
    height: 10px;
    background-position: -5285px 0
}

.vti__flag.va {
    height: 15px;
    width: 15px;
    background-position: -5307px 0
}

.vti__flag.vc {
    height: 14px;
    background-position: -5324px 0
}

.vti__flag.ve {
    height: 14px;
    background-position: -5346px 0
}

.vti__flag.vg {
    height: 10px;
    background-position: -5368px 0
}

.vti__flag.vi {
    height: 14px;
    background-position: -5390px 0
}

.vti__flag.vn {
    height: 14px;
    background-position: -5412px 0
}

.vti__flag.vu {
    height: 12px;
    background-position: -5434px 0
}

.vti__flag.wf {
    height: 14px;
    background-position: -5456px 0
}

.vti__flag.ws {
    height: 10px;
    background-position: -5478px 0
}

.vti__flag.xk {
    height: 15px;
    background-position: -5500px 0
}

.vti__flag.ye {
    height: 14px;
    background-position: -5522px 0
}

.vti__flag.yt {
    height: 14px;
    background-position: -5544px 0
}

.vti__flag.za {
    height: 14px;
    background-position: -5566px 0
}

.vti__flag.zm {
    height: 14px;
    background-position: -5588px 0
}

.vti__flag.zw {
    height: 10px;
    background-position: -5610px 0
}

.vti__flag {
    width: 20px;
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    margin-right: 5px;
    margin-left: 5px;
    background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:2dppx),
only screen and (min-resolution:192dpi) {
    .vti__flag {
        background-image: url(data:image/png;base64,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)
    }
}

.vue-tel-input {
    border-radius: 3px;
    display: flex;
    border: 1px solid #bbb;
    text-align: left
}

.vue-tel-input.disabled .dropdown,
.vue-tel-input.disabled .selection,
.vue-tel-input.disabled input {
    cursor: no-drop
}

.vue-tel-input:focus-within {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    border-color: #66afe9
}

.vti__dropdown {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    position: relative;
    padding: 7px;
    cursor: pointer
}

.vti__dropdown.show {
    max-height: 300px;
    overflow: scroll
}

.vti__dropdown.open,
.vti__dropdown:hover {
    background-color: #f3f3f3
}

.vti__selection {
    font-size: .8em;
    display: flex;
    align-items: center
}

.vti__selection .vti__country-code {
    color: #666
}

.vti__dropdown-list {
    z-index: 1;
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: none;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    left: -1px;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 390px
}

.vti__dropdown-list.below {
    top: 33px
}

.vti__dropdown-list.above {
    top: auto;
    bottom: 100%
}

.vti__dropdown-arrow {
    transform: scaleY(.5);
    display: inline-block;
    color: #666
}

.vti__dropdown-item {
    cursor: pointer;
    padding: 4px 15px
}

.vti__dropdown-item.highlighted {
    background-color: #f3f3f3
}

.vti__dropdown-item.last-preferred {
    border-bottom: 1px solid #cacaca
}

.vti__dropdown-item .vti__flag {
    display: inline-block;
    margin-right: 5px
}

.vti__input {
    border: none;
    border-radius: 0 2px 2px 0;
    width: 100%;
    outline: 0;
    padding-left: 7px
}

.input-field {
    position: relative;
    margin-bottom: 30px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.input-field.input-field--error {
    margin-bottom: 16px
}

.input-field:last-child:not(.payment-area-form__input-shift):not(.step-one-email-phone-number):not(.profile-edit__col):not(.reg-form__select-wr) {
    margin-bottom: 0
}

.auth-form .input-field,
.reg-form .input-field {
    margin-bottom: 20px
}

.auth-form .input-field.country-select__search-input,
.auth-form .input-field.registration-promocode__input-field,
.input-field.birthday-calendar__input,
.promocode-form .input-field,
.reg-form .input-field.country-select__search-input,
.reg-form .input-field.registration-promocode__input-field,
.reg-form .promocode-form .input-field {
    margin-bottom: 0
}

.payment-confirm-code .input-field {
    width: 100%
}

.input-field.search__input-field {
    margin-bottom: 0
}

.deposit-bonus__body .input-field {
    width: 100%
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field {
        margin-bottom: 3.334rem
    }

    .input-field.input-field--error {
        margin-bottom: 1.8892666667rem
    }

    .play .input-field {
        margin-bottom: 2.3338rem
    }

    .play .input-field.birthday-calendar__input {
        margin-bottom: 0
    }

    .play .input-field.input-field--error {
        margin-bottom: 1.3224866667rem
    }

    .auth-form .input-field,
    .reg-form .input-field {
        margin-bottom: 2.2226666667rem
    }

    .paly .auth-form .input-field,
    .paly .reg-form .input-field {
        margin-bottom: 1.5558666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field {
        margin-bottom: 2.0716rem
    }

    .input-field.input-field--error {
        margin-bottom: 1.1739066667rem
    }

    .play .input-field {
        margin-bottom: 2.030168rem
    }

    .play .input-field.birthday-calendar__input {
        margin-bottom: 0
    }

    .play .input-field.input-field--error {
        margin-bottom: 1.1504285333rem
    }

    .auth-form .input-field,
    .reg-form .input-field {
        margin-bottom: 1.3810666667rem
    }

    .paly .auth-form .input-field,
    .paly .reg-form .input-field {
        margin-bottom: 1.3534453333rem
    }
}

@media(min-width:1546px) {
    .play .input-field {
        margin-bottom: 29.4px
    }

    .play .input-field.birthday-calendar__input {
        margin-bottom: 0
    }

    .play .input-field.input-field--error {
        margin-bottom: 15.68px
    }

    .paly .auth-form .input-field,
    .paly .reg-form .input-field {
        margin-bottom: 19.6px
    }
}

.missing-data .input-field--confirm-code {
    margin-bottom: 10px
}

.missing-data .input-field--confirm-code:last-child,
.play .missing-data .input-field--confirm-code:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .missing-data .input-field--confirm-code {
        margin-bottom: 1.1113333333rem
    }

    .play .missing-data .input-field--confirm-code {
        margin-bottom: .7779333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .missing-data .input-field--confirm-code {
        margin-bottom: .6905333333rem
    }

    .play .missing-data .input-field--confirm-code {
        margin-bottom: .6767226667rem
    }
}

@media(min-width:1546px) {
    .play .missing-data .input-field--confirm-code {
        margin-bottom: 9.8px
    }
}

.input-field--date {
    font-size: inherit;
    line-height: normal;
    cursor: pointer
}

.input-field__icon--calendar {
    position: absolute;
    z-index: 1;
    top: 14px;
    left: 14px;
    width: 16px;
    height: auto;
    color: #131313
}

.dark .input-field__icon--calendar {
    color: hsla(0, 0%, 100%, .6)
}

.play .input-field__icon--calendar {
    color: #99a187
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__icon--calendar {
        top: 1.5558666667rem;
        left: 1.5558666667rem;
        width: 1.7781333333rem
    }

    .play .input-field__icon--calendar {
        top: 1.0891066667rem;
        left: 1.0891066667rem;
        width: 1.2446933333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field__icon--calendar {
        top: .9667466667rem;
        left: .9667466667rem;
        width: 1.1048533333rem
    }

    .play .input-field__icon--calendar {
        top: .9474117333rem;
        left: .9474117333rem;
        width: 1.0827562667rem
    }
}

@media(min-width:1546px) {
    .play .input-field__icon--calendar {
        top: 13.72px;
        left: 13.72px;
        width: 15.68px
    }
}

.input-field__error {
    position: relative;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: normal;
    color: var(--COMMON-SYSTEM-ERROR);
    text-align: left
}

.input-field__error:first-letter {
    text-transform: capitalize
}

.dark .input-field__error {
    color: var(--COMMON-SYSTEM-RED)
}

.switcher .input-field__error {
    position: static;
    padding-top: 5px
}

.switcher .input-field__error:last-child {
    margin-bottom: 0
}

.input-field--warning .input-field__error {
    color: #ddb649
}

.single-form__choose-currency .input-field__error {
    position: relative
}

.checkbox__pseudo-wrapper.checkbox__pseudo--error+.input-field__error {
    margin-left: 35px
}

.two-fa__secret-code .input-field__error {
    font-size: 14px;
    line-height: 14px
}

@media(max-width:768px) {
    .personal-data__tel .input-field__error {
        color: #df1f3d
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__error {
        font-size: 1.5558666667rem;
        line-height: 1.667rem
    }

    .play .input-field__error {
        font-size: 1.0891066667rem;
        line-height: 1.1669rem
    }

    .switcher .input-field__error {
        margin-bottom: .5556666667rem
    }

    .play .switcher .input-field__error {
        margin-bottom: .3889666667rem
    }

    .checkbox__pseudo-wrapper.checkbox__pseudo--error+.input-field__error {
        margin-left: 3.8896666667rem
    }

    .two-fa__secret-code .input-field__error {
        font-size: 1.5558666667rem;
        line-height: 1.5558666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field__error {
        font-size: .9667466667rem;
        line-height: 1.0358rem
    }

    .play .input-field__error {
        font-size: .9474117333rem;
        line-height: 1.015084rem
    }

    .switcher .input-field__error {
        margin-bottom: .3452666667rem
    }

    .play .switcher .input-field__error {
        margin-bottom: .3383613333rem
    }

    .checkbox__pseudo-wrapper.checkbox__pseudo--error+.input-field__error {
        margin-left: 2.4168666667rem
    }

    .two-fa__secret-code .input-field__error {
        font-size: .9667466667rem;
        line-height: .9667466667rem
    }
}

@media(min-width:1546px) {
    .play .input-field__error {
        font-size: 13.72px;
        line-height: 14.7px
    }

    .play .switcher .input-field__error {
        margin-bottom: 4.9px
    }
}

.input-field__error--green {
    color: #6ea500
}

.dark .input-field__error--green {
    color: #97a94c
}

.personal-data__tel--showcode .input-field__input-wr2 {
    flex-shrink: inherit;
    margin-right: 0
}

.input-field__input-wr {
    position: relative;
    margin-bottom: 4px
}

.country-select .input-field__input-wr,
.profile-bonus-code .input-field__input-wr,
.promocode-form .input-field__input-wr,
.registration-promocode .input-field__input-wr {
    margin-bottom: 0
}

.promocode-form__input-field .input-field__input-wr {
    margin: 0 6px 0 0
}

.personal-data__tel .input-field__input-wr {
    display: flex
}

.search__input-field .input-field__input-wr {
    margin-bottom: 0
}

@media(max-width:768px) {
    .promocode-form__input-field .input-field__input-wr {
        width: 100%
    }

    .personal-data__email .input-field__input-wr,
    .personal-data__tel .input-field__input-wr {
        flex-wrap: wrap
    }

    .personal-data__tel .input-field__input-wr {
        flex-wrap: wrap;
        margin-bottom: 0
    }

    .personal-data__tel--showcode .profile-edit_phone_code .input-field__input-wr {
        flex-wrap: nowrap
    }

    .deposit-bonus__body .promocode-form__input-field .input-field__input-wr {
        margin: 0 8px 0 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__input-wr {
        margin-bottom: .4445333333rem
    }

    .promocode-form .input-field__input-wr {
        width: 24.4493333333rem
    }

    .deposit-bonus__body .promocode-form .input-field__input-wr {
        width: 100%
    }

    .play .input-field__input-wr {
        margin-bottom: .3111733333rem
    }

    .country-select .input-field__input-wr,
    .play .registration-promocode .input-field__input-wr {
        margin-bottom: 0
    }

    .promocode-form__input-field .input-field__input-wr {
        margin: 0 1.3336rem 0 0
    }

    .deposit-bonus__body .promocode-form__input-field .input-field__input-wr {
        margin: 0 .8890666667rem 0 0
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field__input-wr {
        margin-bottom: .2762133333rem
    }

    .promocode-form .input-field__input-wr {
        width: 15.1917333333rem
    }

    .deposit-bonus__body .promocode-form .input-field__input-wr {
        width: 100%
    }

    .play .input-field__input-wr {
        margin-bottom: .2706890667rem
    }

    .country-select .input-field__input-wr,
    .play .registration-promocode .input-field__input-wr {
        margin-bottom: 0
    }

    .promocode-form__input-field .input-field__input-wr {
        margin: 0 .82864rem 0 0
    }

    .deposit-bonus__body .promocode-form__input-field .input-field__input-wr {
        margin: 0 .5524266667rem 0 0
    }
}

@media(min-width:1546px) {
    .promocode-form .input-field__input-wr {
        width: 220px
    }

    .deposit-bonus__body .promocode-form .input-field__input-wr {
        width: 100%
    }

    .play .input-field__input-wr {
        margin-bottom: 3.92px
    }

    .country-select .input-field__input-wr,
    .play .registration-promocode .input-field__input-wr {
        margin-bottom: 0
    }

    .promocode-form__input-field .input-field__input-wr {
        margin: 0 12px 0 0
    }

    .deposit-bonus__body .promocode-form__input-field .input-field__input-wr {
        margin: 0 8px 0 0
    }
}

.input-field__input-wr--required:after {
    content: "*";
    position: absolute;
    right: -6px;
    top: 3px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #df1f3d
}

.dark .input-field__input-wr--required:after {
    color: #df2244
}

.play .input-field__input-wr--required:after {
    right: -6px;
    top: 3px;
    font-size: 24px
}

@media(min-width:1025px)and (max-width:1545px) {
    .play .input-field__input-wr--required:after {
        right: -.41432rem;
        top: .20716rem;
        font-size: 1.65728rem
    }
}

.auth-form .input-field__input-wr--required:after,
.input-field__input-wr--required.input-mobile:after,
.reg-form .input-field__input-wr--required:after {
    display: none
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__input-wr--required:after {
        right: -.6668rem;
        top: .3334rem;
        font-size: 2.6672rem
    }

    .play .input-field__input-wr--required:after {
        right: -.46676rem;
        top: .23338rem;
        font-size: 1.86704rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field__input-wr--required:after {
        right: -.41432rem;
        top: .20716rem;
        font-size: 1.65728rem
    }

    .play .input-field__input-wr--required:after {
        right: -.4060336rem;
        top: .2030168rem;
        font-size: 1.6241344rem
    }
}

@media(min-width:1546px) {
    .play .input-field__input-wr--required:after {
        right: -5.88px;
        top: 2.94px;
        font-size: 23.52px
    }
}

.input-field__input {
    display: block;
    width: 100%;
    height: 44px;
    padding: 0 14px;
    border-radius: 6px;
    border: 2px solid var(--LIGHT-THEME-SECONDARY-2);
    background-color: transparent;
    transition: all .3s ease;
    transition-property: box-shadow, border-color;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-1)
}

.dark .input-field__input {
    color: var(--DARK-THEME-PRIMARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__input {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field__input {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

html[lang=ja] .input-field__input {
    font-family: Murecho
}

.input-field__input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: normal;
    color: #9ea097
}

.input-field__input::placeholder {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: normal;
    color: #9ea097
}

.input-field__input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: normal;
    color: #9ea097
}

.input-field__input::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: normal;
    color: #9ea097
}

.input-field__input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: normal;
    color: #9ea097
}

.input-field__input:-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: normal;
    color: #9ea097
}

.input-field__input:focus {
    border-color: var(--LIGHT-THEME-PRIMARY-3);
    outline: none
}

.input-field__input:focus::-ms-input-placeholder {
    color: #525d4e
}

.input-field__input:focus::placeholder {
    color: #525d4e
}

.input-field__input:focus::-webkit-input-placeholder {
    color: #525d4e
}

.input-field__input:focus::-moz-placeholder {
    color: #525d4e
}

.input-field__input:focus:-ms-input-placeholder {
    color: #525d4e
}

.input-field__input:focus:-moz-placeholder {
    color: #525d4e
}

.dark .input-field__input,
.play .missing-data .input-field__input {
    border-color: var(--DARK-THEME--SECONDARY-2);
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .input-field__input::-ms-input-placeholder,
.play .missing-data .input-field__input::-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .8)
}

.dark .input-field__input::placeholder,
.play .missing-data .input-field__input::placeholder {
    color: hsla(0, 0%, 100%, .8)
}

.dark .input-field__input::-webkit-input-placeholder,
.play .missing-data .input-field__input::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .8)
}

.dark .input-field__input::-moz-placeholder,
.play .missing-data .input-field__input::-moz-placeholder {
    color: hsla(0, 0%, 100%, .8)
}

.dark .input-field__input:-ms-input-placeholder,
.play .missing-data .input-field__input:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .8)
}

.dark .input-field__input:-moz-placeholder,
.play .missing-data .input-field__input:-moz-placeholder {
    color: hsla(0, 0%, 100%, .8)
}

.dark .input-field__input:focus,
.play .missing-data .input-field__input:focus {
    border-color: var(--DARK-THEME--SECONDARY-5)
}

.dark .input-field__input:focus::-ms-input-placeholder,
.play .missing-data .input-field__input:focus::-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.dark .input-field__input:focus::placeholder,
.play .missing-data .input-field__input:focus::placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.dark .input-field__input:focus:-ms-input-placeholder,
.play .missing-data .input-field__input:focus:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.play .input-field__input::-ms-input-placeholder {
    color: #99a187
}

.play .input-field__input::placeholder {
    color: #99a187
}

.play .input-field__input:-ms-input-placeholder {
    color: #99a187
}

.play .input-field__input:focus::-ms-input-placeholder {
    color: #525d4e
}

.play .input-field__input:focus::placeholder {
    color: #525d4e
}

.play .input-field__input:focus::-webkit-input-placeholder {
    color: #525d4e
}

.play .input-field__input:focus::-moz-placeholder {
    color: #525d4e
}

.play .input-field__input:focus:-ms-input-placeholder {
    color: #525d4e
}

.play .input-field__input:focus:-moz-placeholder {
    color: #525d4e
}

.auth-form .input-field__input,
.custom-modal--cashout .missing-data .input-field__input,
.custom-modal--deposit .missing-data .input-field__input,
.custom-modal--missing-data .missing-data .input-field__input,
.custom-modal--one-time-password .input-field__input,
.custom-modal--users-password-edit .input-field__input,
.custom-modal--users-unlock .input-field__input,
.file-error .input-field__input,
.personal-data .input-field__input,
.reg-form .input-field__input,
.single-form__restore .input-field__input,
.unlock-account-by-phone-modal .input-field__input {
    filter: none;
    background-color: transparent;
    box-shadow: 0 0 0 50px var(--LIGHT-THEME-PRIMARY-6) inset !important
}

.auth-form .input-field__input:-webkit-autofill,
.auth-form .input-field__input:-webkit-autofill:active,
.auth-form .input-field__input:-webkit-autofill:focus,
.auth-form .input-field__input:-webkit-autofill:hover,
.custom-modal--cashout .missing-data .input-field__input:-webkit-autofill,
.custom-modal--cashout .missing-data .input-field__input:-webkit-autofill:active,
.custom-modal--cashout .missing-data .input-field__input:-webkit-autofill:focus,
.custom-modal--cashout .missing-data .input-field__input:-webkit-autofill:hover,
.custom-modal--deposit .missing-data .input-field__input:-webkit-autofill,
.custom-modal--deposit .missing-data .input-field__input:-webkit-autofill:active,
.custom-modal--deposit .missing-data .input-field__input:-webkit-autofill:focus,
.custom-modal--deposit .missing-data .input-field__input:-webkit-autofill:hover,
.custom-modal--missing-data .missing-data .input-field__input:-webkit-autofill,
.custom-modal--missing-data .missing-data .input-field__input:-webkit-autofill:active,
.custom-modal--missing-data .missing-data .input-field__input:-webkit-autofill:focus,
.custom-modal--missing-data .missing-data .input-field__input:-webkit-autofill:hover,
.custom-modal--one-time-password .input-field__input:-webkit-autofill,
.custom-modal--one-time-password .input-field__input:-webkit-autofill:active,
.custom-modal--one-time-password .input-field__input:-webkit-autofill:focus,
.custom-modal--one-time-password .input-field__input:-webkit-autofill:hover,
.custom-modal--users-password-edit .input-field__input:-webkit-autofill,
.custom-modal--users-password-edit .input-field__input:-webkit-autofill:active,
.custom-modal--users-password-edit .input-field__input:-webkit-autofill:focus,
.custom-modal--users-password-edit .input-field__input:-webkit-autofill:hover,
.custom-modal--users-unlock .input-field__input:-webkit-autofill,
.custom-modal--users-unlock .input-field__input:-webkit-autofill:active,
.custom-modal--users-unlock .input-field__input:-webkit-autofill:focus,
.custom-modal--users-unlock .input-field__input:-webkit-autofill:hover,
.file-error .input-field__input:-webkit-autofill,
.file-error .input-field__input:-webkit-autofill:active,
.file-error .input-field__input:-webkit-autofill:focus,
.file-error .input-field__input:-webkit-autofill:hover,
.personal-data .input-field__input:-webkit-autofill,
.personal-data .input-field__input:-webkit-autofill:active,
.personal-data .input-field__input:-webkit-autofill:focus,
.personal-data .input-field__input:-webkit-autofill:hover,
.reg-form .input-field__input:-webkit-autofill,
.reg-form .input-field__input:-webkit-autofill:active,
.reg-form .input-field__input:-webkit-autofill:focus,
.reg-form .input-field__input:-webkit-autofill:hover,
.single-form__restore .input-field__input:-webkit-autofill,
.single-form__restore .input-field__input:-webkit-autofill:active,
.single-form__restore .input-field__input:-webkit-autofill:focus,
.single-form__restore .input-field__input:-webkit-autofill:hover,
.unlock-account-by-phone-modal .input-field__input:-webkit-autofill,
.unlock-account-by-phone-modal .input-field__input:-webkit-autofill:active,
.unlock-account-by-phone-modal .input-field__input:-webkit-autofill:focus,
.unlock-account-by-phone-modal .input-field__input:-webkit-autofill:hover {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: 0 0 0 50px var(--LIGHT-THEME-PRIMARY-6) inset !important;
    -webkit-text-fill-color: var(--LIGHT-THEME-PRIMARY-1) !important;
    caret-color: var(--LIGHT-THEME-PRIMARY-1) !important;
    background-clip: content-box !important
}

.custom-modal--cashout .payment-area-form .input-field__input,
.custom-modal--cashout .payment-validate-card .input-field__input,
.custom-modal--deposit .payment-area-form .input-field__input,
.custom-modal--deposit .payment-validate-card .input-field__input,
.payment-card .input-field__input {
    filter: none;
    background-color: transparent;
    box-shadow: 0 0 0 50px var(--LIGHT-THEME-BACKGROUND) inset !important
}

.custom-modal--cashout .payment-area-form .input-field__input:-webkit-autofill,
.custom-modal--cashout .payment-area-form .input-field__input:-webkit-autofill:active,
.custom-modal--cashout .payment-area-form .input-field__input:-webkit-autofill:focus,
.custom-modal--cashout .payment-area-form .input-field__input:-webkit-autofill:hover,
.custom-modal--cashout .payment-validate-card .input-field__input:-webkit-autofill,
.custom-modal--cashout .payment-validate-card .input-field__input:-webkit-autofill:active,
.custom-modal--cashout .payment-validate-card .input-field__input:-webkit-autofill:focus,
.custom-modal--cashout .payment-validate-card .input-field__input:-webkit-autofill:hover,
.custom-modal--deposit .payment-area-form .input-field__input:-webkit-autofill,
.custom-modal--deposit .payment-area-form .input-field__input:-webkit-autofill:active,
.custom-modal--deposit .payment-area-form .input-field__input:-webkit-autofill:focus,
.custom-modal--deposit .payment-area-form .input-field__input:-webkit-autofill:hover,
.custom-modal--deposit .payment-validate-card .input-field__input:-webkit-autofill,
.custom-modal--deposit .payment-validate-card .input-field__input:-webkit-autofill:active,
.custom-modal--deposit .payment-validate-card .input-field__input:-webkit-autofill:focus,
.custom-modal--deposit .payment-validate-card .input-field__input:-webkit-autofill:hover,
.payment-card .input-field__input:-webkit-autofill,
.payment-card .input-field__input:-webkit-autofill:active,
.payment-card .input-field__input:-webkit-autofill:focus,
.payment-card .input-field__input:-webkit-autofill:hover {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: 0 0 0 50px var(--LIGHT-THEME-BACKGROUND) inset !important;
    -webkit-text-fill-color: var(--LIGHT-THEME-PRIMARY-1) !important;
    caret-color: var(--LIGHT-THEME-PRIMARY-1) !important;
    background-clip: content-box !important
}

.play-form-block--missing-data .input-field__input {
    filter: none;
    background-color: transparent;
    box-shadow: 0 0 0 50px var(--LIGHT-THEME-PRIMARY-1) inset !important
}

.play-form-block--missing-data .input-field__input:-webkit-autofill,
.play-form-block--missing-data .input-field__input:-webkit-autofill:active,
.play-form-block--missing-data .input-field__input:-webkit-autofill:focus,
.play-form-block--missing-data .input-field__input:-webkit-autofill:hover {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: 0 0 0 50px var(--LIGHT-THEME-PRIMARY-1) inset !important;
    -webkit-text-fill-color: var(--LIGHT-THEME-PRIMARY-5) !important;
    caret-color: var(--LIGHT-THEME-PRIMARY-5) !important;
    background-clip: content-box !important
}

.dark .auth-form .input-field__input,
.dark .custom-modal--cashout .missing-data .input-field__input,
.dark .custom-modal--deposit .missing-data .input-field__input,
.dark .custom-modal--one-time-password .input-field__input,
.dark .file-error .input-field__input,
.dark .reg-form .input-field__input {
    filter: none;
    background-color: transparent;
    box-shadow: 0 0 0 50px var(--DARK-THEME-BACKGROUND) inset !important
}

.dark .auth-form .input-field__input:-webkit-autofill,
.dark .auth-form .input-field__input:-webkit-autofill:active,
.dark .auth-form .input-field__input:-webkit-autofill:focus,
.dark .auth-form .input-field__input:-webkit-autofill:hover,
.dark .custom-modal--cashout .missing-data .input-field__input:-webkit-autofill,
.dark .custom-modal--cashout .missing-data .input-field__input:-webkit-autofill:active,
.dark .custom-modal--cashout .missing-data .input-field__input:-webkit-autofill:focus,
.dark .custom-modal--cashout .missing-data .input-field__input:-webkit-autofill:hover,
.dark .custom-modal--deposit .missing-data .input-field__input:-webkit-autofill,
.dark .custom-modal--deposit .missing-data .input-field__input:-webkit-autofill:active,
.dark .custom-modal--deposit .missing-data .input-field__input:-webkit-autofill:focus,
.dark .custom-modal--deposit .missing-data .input-field__input:-webkit-autofill:hover,
.dark .custom-modal--one-time-password .input-field__input:-webkit-autofill,
.dark .custom-modal--one-time-password .input-field__input:-webkit-autofill:active,
.dark .custom-modal--one-time-password .input-field__input:-webkit-autofill:focus,
.dark .custom-modal--one-time-password .input-field__input:-webkit-autofill:hover,
.dark .file-error .input-field__input:-webkit-autofill,
.dark .file-error .input-field__input:-webkit-autofill:active,
.dark .file-error .input-field__input:-webkit-autofill:focus,
.dark .file-error .input-field__input:-webkit-autofill:hover,
.dark .reg-form .input-field__input:-webkit-autofill,
.dark .reg-form .input-field__input:-webkit-autofill:active,
.dark .reg-form .input-field__input:-webkit-autofill:focus,
.dark .reg-form .input-field__input:-webkit-autofill:hover {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: 0 0 0 50px var(--DARK-THEME-BACKGROUND) inset !important;
    -webkit-text-fill-color: var(--DARK-THEME-PRIMARY-1) !important;
    caret-color: var(--DARK-THEME-PRIMARY-1) !important;
    background-clip: content-box !important
}

.dark .custom-modal--cashout .payment-area-form .input-field__input,
.dark .custom-modal--deposit .payment-area-form .input-field__input,
.dark .custom-modal--deposit .payment-card .input-field__input,
.dark .custom-modal--missing-data .missing-data .input-field__input,
.dark .custom-modal--users-password-edit .input-field__input,
.dark .custom-modal--users-unlock .input-field__input,
.dark .payment-card .input-field__input,
.dark .personal-data .input-field__input,
.dark .single-form__restore .input-field__input,
.dark .unlock-account-by-phone-modal .input-field__input,
.play .single-form__restore .input-field__input {
    filter: none;
    background-color: transparent;
    box-shadow: 0 0 0 50px var(--DARK-THEME-PRIMARY-6) inset !important
}

.dark .custom-modal--cashout .payment-area-form .input-field__input:-webkit-autofill,
.dark .custom-modal--cashout .payment-area-form .input-field__input:-webkit-autofill:active,
.dark .custom-modal--cashout .payment-area-form .input-field__input:-webkit-autofill:focus,
.dark .custom-modal--cashout .payment-area-form .input-field__input:-webkit-autofill:hover,
.dark .custom-modal--deposit .payment-area-form .input-field__input:-webkit-autofill,
.dark .custom-modal--deposit .payment-area-form .input-field__input:-webkit-autofill:active,
.dark .custom-modal--deposit .payment-area-form .input-field__input:-webkit-autofill:focus,
.dark .custom-modal--deposit .payment-area-form .input-field__input:-webkit-autofill:hover,
.dark .custom-modal--deposit .payment-card .input-field__input:-webkit-autofill,
.dark .custom-modal--deposit .payment-card .input-field__input:-webkit-autofill:active,
.dark .custom-modal--deposit .payment-card .input-field__input:-webkit-autofill:focus,
.dark .custom-modal--deposit .payment-card .input-field__input:-webkit-autofill:hover,
.dark .custom-modal--missing-data .missing-data .input-field__input:-webkit-autofill,
.dark .custom-modal--missing-data .missing-data .input-field__input:-webkit-autofill:active,
.dark .custom-modal--missing-data .missing-data .input-field__input:-webkit-autofill:focus,
.dark .custom-modal--missing-data .missing-data .input-field__input:-webkit-autofill:hover,
.dark .custom-modal--users-password-edit .input-field__input:-webkit-autofill,
.dark .custom-modal--users-password-edit .input-field__input:-webkit-autofill:active,
.dark .custom-modal--users-password-edit .input-field__input:-webkit-autofill:focus,
.dark .custom-modal--users-password-edit .input-field__input:-webkit-autofill:hover,
.dark .custom-modal--users-unlock .input-field__input:-webkit-autofill,
.dark .custom-modal--users-unlock .input-field__input:-webkit-autofill:active,
.dark .custom-modal--users-unlock .input-field__input:-webkit-autofill:focus,
.dark .custom-modal--users-unlock .input-field__input:-webkit-autofill:hover,
.dark .payment-card .input-field__input:-webkit-autofill,
.dark .payment-card .input-field__input:-webkit-autofill:active,
.dark .payment-card .input-field__input:-webkit-autofill:focus,
.dark .payment-card .input-field__input:-webkit-autofill:hover,
.dark .personal-data .input-field__input:-webkit-autofill,
.dark .personal-data .input-field__input:-webkit-autofill:active,
.dark .personal-data .input-field__input:-webkit-autofill:focus,
.dark .personal-data .input-field__input:-webkit-autofill:hover,
.dark .single-form__restore .input-field__input:-webkit-autofill,
.dark .single-form__restore .input-field__input:-webkit-autofill:active,
.dark .single-form__restore .input-field__input:-webkit-autofill:focus,
.dark .single-form__restore .input-field__input:-webkit-autofill:hover,
.dark .unlock-account-by-phone-modal .input-field__input:-webkit-autofill,
.dark .unlock-account-by-phone-modal .input-field__input:-webkit-autofill:active,
.dark .unlock-account-by-phone-modal .input-field__input:-webkit-autofill:focus,
.dark .unlock-account-by-phone-modal .input-field__input:-webkit-autofill:hover,
.play .single-form__restore .input-field__input:-webkit-autofill,
.play .single-form__restore .input-field__input:-webkit-autofill:active,
.play .single-form__restore .input-field__input:-webkit-autofill:focus,
.play .single-form__restore .input-field__input:-webkit-autofill:hover {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: 0 0 0 50px var(--DARK-THEME-PRIMARY-6) inset !important;
    -webkit-text-fill-color: var(--DARK-THEME-PRIMARY-1) !important;
    caret-color: var(--DARK-THEME-PRIMARY-1) !important;
    background-clip: content-box !important
}

.dark .custom-modal--unlock-account-by-phone-modal .input-field__input,
.dark .promocode-form .input-field__input {
    box-shadow: 0 0 0 50px var(--DARK-THEME-BACKGROUND) inset !important
}

.dark .custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill,
.dark .custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill:active,
.dark .custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill:focus,
.dark .custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill:hover,
.dark .promocode-form .input-field__input:-webkit-autofill,
.dark .promocode-form .input-field__input:-webkit-autofill:active,
.dark .promocode-form .input-field__input:-webkit-autofill:focus,
.dark .promocode-form .input-field__input:-webkit-autofill:hover {
    box-shadow: 0 0 0 50px var(--DARK-THEME-BACKGROUND) inset !important
}

.play .single-form__restore .input-field__input {
    box-shadow: inset 0 0 0 50px transparent !important
}

.play .single-form__restore .input-field__input:-webkit-autofill,
.play .single-form__restore .input-field__input:-webkit-autofill:active,
.play .single-form__restore .input-field__input:-webkit-autofill:focus,
.play .single-form__restore .input-field__input:-webkit-autofill:hover {
    box-shadow: inset 0 0 0 50px transparent !important
}

.auth-form .country-select__selected .input-field__input,
.dark .auth-form .country-select__selected .input-field__input,
.dark .reg-form .country-select__selected .input-field__input,
.reg-form .country-select__selected .input-field__input {
    box-shadow: none !important
}

.play .single-form--restore-account .input-field__input {
    border-color: var(--LIGHT-THEME-SECONDARY-2);
    background-color: var(--LIGHT-THEME-PRIMARY-1);
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.play .missing-data .input-field__input {
    background-color: transparent
}

.input-field__input[disabled] {
    background-color: #f2f2f2;
    -webkit-text-fill-color: #292925;
    opacity: 1
}

.dark .input-field__input[disabled] {
    background-color: #444a4f;
    -webkit-text-fill-color: hsla(0, 0%, 100%, .8);
    color: hsla(0, 0%, 100%, .8)
}

.play .input-field__input[disabled] {
    background-color: transparent;
    -webkit-text-fill-color: var(--LIGHT-THEME-PRIMARY-5);
    color: #99a187
}

.missing-data .input-field__input[disabled] {
    background: inherit;
    cursor: not-allowed
}

.dark .country-select__search-input--selected .input-field__input {
    color: hsla(0, 0%, 100%, .8)
}

.play .country-select__search-input--selected .input-field__input {
    color: #99a187
}

.registration-promocode .input-field__input {
    text-transform: uppercase
}

.dark .profile-bonus-code__input .input-field__input {
    border-color: #97a94c;
    background-color: #272a2d
}

.profile-bonus-code__input .input-field__input::-ms-input-placeholder {
    font-size: 14px
}

.profile-bonus-code__input .input-field__input::placeholder {
    font-size: 14px
}

.profile-bonus-code__input .input-field__input::-webkit-input-placeholder {
    font-size: 14px
}

.profile-bonus-code__input .input-field__input::-moz-placeholder {
    font-size: 14px
}

.profile-bonus-code__input .input-field__input:-ms-input-placeholder {
    font-size: 14px
}

.profile-bonus-code__input .input-field__input:-moz-placeholder {
    font-size: 14px
}

@media(max-width:768px) {
    .iOS.Safari .profile-bonus-code__input .input-field__input::-ms-input-placeholder {
        line-height: 21px
    }

    .iOS.Safari .profile-bonus-code__input .input-field__input::placeholder {
        line-height: 21px
    }

    .iOS.Safari .profile-bonus-code__input .input-field__input::-webkit-input-placeholder {
        line-height: 21px
    }

    .iOS.Safari .profile-bonus-code__input .input-field__input::-moz-placeholder {
        line-height: 21px
    }

    .iOS.Safari .profile-bonus-code__input .input-field__input:-ms-input-placeholder {
        line-height: 21px
    }

    .iOS.Safari .profile-bonus-code__input .input-field__input:-moz-placeholder {
        line-height: 21px
    }
}

.payment-received-code__input .input-field__input,
.single-form__wrap .input-field__input {
    padding: 2px 43px 0 15px
}

.change-cont__input-wr .input-field__input {
    line-height: 1;
    letter-spacing: -.23px;
    color: #757d6f;
    background-color: transparent
}

.country-select__search-input .input-field__input {
    border: none;
    background-color: transparent
}

.deposit-popup__input .input-field__input {
    height: 45px;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: transparent;
    font-style: normal;
    letter-spacing: normal;
    color: #fff
}

.promocode-form__input-field .input-field__input {
    height: 44px;
    padding: 0 45px 0 15px
}

.payment-area-form__input-shift .input-field__input,
.payment-area-form__input-wrap .input-field__input,
.profile-edit .input-field__input {
    padding: 0 43px 0 15px
}

.payment-crypto__converter .input-field__input {
    padding-right: 78px
}

.input-field--card .input-field__input[name=card_number],
.payment-area-form__input-shift .input-field__input[name=card_number],
.payment-area-form__validate-card .input-field__input[name=card_number] {
    padding-right: 60px
}

.birthday-calendar__input .input-field__input {
    padding-left: 45px;
    font-weight: 400;
    line-height: 39px;
    color: #525d4e
}

.dark .birthday-calendar__input .input-field__input {
    color: hsla(0, 0%, 100%, .6) !important
}

.dark .birthday-calendar__input .input-field__input::-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .6) !important
}

.dark .birthday-calendar__input .input-field__input::placeholder {
    color: hsla(0, 0%, 100%, .6) !important
}

.dark .birthday-calendar__input .input-field__input::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .6) !important
}

.dark .birthday-calendar__input .input-field__input::-moz-placeholder {
    color: hsla(0, 0%, 100%, .6) !important
}

.dark .birthday-calendar__input .input-field__input:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .6) !important
}

.dark .birthday-calendar__input .input-field__input:-moz-placeholder {
    color: hsla(0, 0%, 100%, .6) !important
}

.play .birthday-calendar__input .input-field__input {
    color: #99a187 !important
}

.birthday-calendar__input .input-field__input::-ms-input-placeholder {
    color: #525d4e;
    opacity: 1
}

.birthday-calendar__input .input-field__input::placeholder {
    color: #525d4e;
    opacity: 1
}

.play .birthday-calendar__input .input-field__input::-ms-input-placeholder {
    color: #747c6e
}

.play .birthday-calendar__input .input-field__input::placeholder {
    color: #747c6e
}

.birthday-calendar__input .input-field__input::-webkit-input-placeholder {
    color: #525d4e;
    opacity: 1
}

.play .birthday-calendar__input .input-field__input::-webkit-input-placeholder {
    color: #747c6e
}

.birthday-calendar__input .input-field__input::-moz-placeholder {
    color: #525d4e;
    opacity: 1
}

.play .birthday-calendar__input .input-field__input::-moz-placeholder {
    color: #747c6e
}

.birthday-calendar__input .input-field__input:-ms-input-placeholder {
    color: #525d4e;
    opacity: 1
}

.play .birthday-calendar__input .input-field__input:-ms-input-placeholder {
    color: #747c6e
}

.birthday-calendar__input .input-field__input:-moz-placeholder {
    color: #525d4e;
    opacity: 1
}

.play .birthday-calendar__input .input-field__input:-moz-placeholder {
    color: #747c6e
}

.search__input-field .input-field__input {
    padding: 0 65px 0 35px
}

.change-limit__input--error:not(.input-field--error) .input-field__input,
.dark .change-limit__input--error:not(.input-field--error) .input-field__input,
.dark .limits__card-input--error:not(.input-field--error) .input-field__input,
.limits__card-input--error:not(.input-field--error) .input-field__input {
    border-color: #d5b631
}

@media(max-width:768px) {
    .table-tabsbox__row__mobile-input-wr .input-field__input {
        height: 36px;
        background-color: transparent;
        line-height: 1;
        letter-spacing: -.23px;
        color: #757d6f;
        margin-right: 10px
    }

    .change-cont__input-wr .input-field__input {
        height: 38px
    }

    .profile-edit .input-field__input {
        margin-bottom: 4px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__input {
        height: 4.8898666667rem;
        padding: 0 1.5558666667rem;
        border-width: .2222666667rem;
        border-radius: .6668rem
    }

    .input-field__input::-ms-input-placeholder {
        font-size: 1.7781333333rem
    }

    .input-field__input::placeholder {
        font-size: 1.7781333333rem
    }

    .input-field__input::-webkit-input-placeholder {
        font-size: 1.7781333333rem
    }

    .input-field__input::-moz-placeholder {
        font-size: 1.7781333333rem
    }

    .input-field__input:-ms-input-placeholder {
        font-size: 1.7781333333rem
    }

    .input-field__input:-moz-placeholder {
        font-size: 1.7781333333rem
    }

    .play .input-field__input {
        height: 3.4229066667rem;
        padding: 0 1.1669rem;
        border-width: .1555866667rem;
        border-radius: .3889666667rem;
        font-size: 1.2446933333rem
    }

    .play .input-field__input::-ms-input-placeholder {
        font-size: 1.2446933333rem
    }

    .play .input-field__input::placeholder {
        font-size: 1.2446933333rem
    }

    .play .input-field__input:-ms-input-placeholder {
        font-size: 1.2446933333rem
    }

    .profile-bonus-code__input .input-field__input::-ms-input-placeholder {
        font-size: 1.5558666667rem
    }

    .profile-bonus-code__input .input-field__input::placeholder {
        font-size: 1.5558666667rem
    }

    .profile-bonus-code__input .input-field__input::-webkit-input-placeholder {
        font-size: 1.5558666667rem
    }

    .profile-bonus-code__input .input-field__input::-moz-placeholder {
        font-size: 1.5558666667rem
    }

    .profile-bonus-code__input .input-field__input:-ms-input-placeholder {
        font-size: 1.5558666667rem
    }

    .profile-bonus-code__input .input-field__input:-moz-placeholder {
        font-size: 1.5558666667rem
    }

    .payment-received-code__input .input-field__input,
    .single-form__wrap .input-field__input {
        padding: .2222666667rem 4.7787333333rem 0 1.667rem
    }

    .change-cont__input-wr .input-field__input {
        height: 4.0008rem;
        padding: 0 1.667rem;
        letter-spacing: -.0255606667rem
    }

    .deposit-popup__input .input-field__input {
        height: 5.5566666667rem;
        font-size: 2.3338rem
    }

    .promocode-form__input-field .input-field__input {
        padding: 0 4.4453333333rem 0 1.667rem
    }

    .payment-area-form__input-shift .input-field__input,
    .payment-area-form__input-wrap .input-field__input,
    .profile-edit .input-field__input {
        padding: 0 4.7787333333rem 0 1.667rem
    }

    .payment-crypto__converter .input-field__input {
        padding-right: 8.6684rem
    }

    .input-field--card .input-field__input[name=card_number],
    .payment-area-form__input-shift .input-field__input[name=card_number],
    .payment-area-form__validate-card .input-field__input[name=card_number] {
        padding-right: 6.668rem
    }

    .birthday-calendar__input .input-field__input {
        padding-left: 5.001rem;
        line-height: 4.3342rem
    }

    .play .birthday-calendar__input .input-field__input {
        padding-left: 3.5007rem;
        font-size: 1.2446933333rem;
        line-height: 3.03394rem
    }

    .search__input-field .input-field__input {
        padding: 0 3.8896666667rem 0 5.5566666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field__input {
        height: 3.0383466667rem;
        padding: 0 .9667466667rem;
        border-width: .1381066667rem;
        border-radius: .3452666667rem
    }

    .input-field__input::-ms-input-placeholder {
        font-size: 1.1048533333rem
    }

    .input-field__input::placeholder {
        font-size: 1.1048533333rem
    }

    .input-field__input::-webkit-input-placeholder {
        font-size: 1.1048533333rem
    }

    .input-field__input::-moz-placeholder {
        font-size: 1.1048533333rem
    }

    .input-field__input:-ms-input-placeholder {
        font-size: 1.1048533333rem
    }

    .input-field__input:-moz-placeholder {
        font-size: 1.1048533333rem
    }

    .play .input-field__input {
        height: 2.9775797333rem;
        padding: 0 1.015084rem;
        border-width: .1353445333rem;
        border-radius: .3383613333rem;
        font-size: 1.0827562667rem
    }

    .play .input-field__input::-ms-input-placeholder {
        font-size: 1.0827562667rem
    }

    .play .input-field__input::placeholder {
        font-size: 1.0827562667rem
    }

    .play .input-field__input:-ms-input-placeholder {
        font-size: 1.0827562667rem
    }

    .profile-bonus-code__input .input-field__input::-ms-input-placeholder {
        font-size: .9667466667rem
    }

    .profile-bonus-code__input .input-field__input::placeholder {
        font-size: .9667466667rem
    }

    .profile-bonus-code__input .input-field__input::-webkit-input-placeholder {
        font-size: .9667466667rem
    }

    .profile-bonus-code__input .input-field__input::-moz-placeholder {
        font-size: .9667466667rem
    }

    .profile-bonus-code__input .input-field__input:-ms-input-placeholder {
        font-size: .9667466667rem
    }

    .profile-bonus-code__input .input-field__input:-moz-placeholder {
        font-size: .9667466667rem
    }

    .payment-received-code__input .input-field__input,
    .single-form__wrap .input-field__input {
        padding: .1381066667rem 2.9692933333rem 0 1.0358rem
    }

    .change-cont__input-wr .input-field__input {
        letter-spacing: -.0158822667rem
    }

    .deposit-popup__input .input-field__input {
        height: 3.4526666667rem;
        font-size: 1.45012rem
    }

    .promocode-form__input-field .input-field__input {
        padding: 0 2.7621333333rem 0 1.0358rem
    }

    .payment-area-form__input-shift .input-field__input,
    .payment-area-form__input-wrap .input-field__input,
    .profile-edit .input-field__input {
        padding: 0 2.9692933333rem 0 1.0358rem
    }

    .payment-crypto__converter .input-field__input {
        padding-right: 5.38616rem
    }

    .input-field--card .input-field__input[name=card_number],
    .payment-area-form__input-shift .input-field__input[name=card_number],
    .payment-area-form__validate-card .input-field__input[name=card_number] {
        padding-right: 4.1432rem
    }

    .birthday-calendar__input .input-field__input {
        padding-left: 3.1074rem;
        line-height: 2.69308rem
    }

    .play .birthday-calendar__input .input-field__input {
        padding-left: 3.045252rem;
        font-size: 1.0827562667rem;
        line-height: 2.6392184rem
    }

    .search__input-field .input-field__input {
        padding: 0 2.4168666667rem 0 3.4526666667rem
    }
}

@media(min-width:1546px) {
    .profile-bonus-code__input .input-field__input::-ms-input-placeholder {
        font-size: 14px
    }

    .profile-bonus-code__input .input-field__input::placeholder {
        font-size: 14px
    }

    .profile-bonus-code__input .input-field__input::-webkit-input-placeholder {
        font-size: 14px
    }

    .profile-bonus-code__input .input-field__input::-moz-placeholder {
        font-size: 14px
    }

    .profile-bonus-code__input .input-field__input:-ms-input-placeholder {
        font-size: 14px
    }

    .profile-bonus-code__input .input-field__input:-moz-placeholder {
        font-size: 14px
    }

    .play .input-field__input {
        height: 43.12px;
        padding: 0 14.7px;
        border-width: 1.96px;
        border-radius: 4.9px;
        font-size: 15.68px
    }

    .play .input-field__input::-ms-input-placeholder {
        font-size: 15.68px
    }

    .play .input-field__input::placeholder {
        font-size: 15.68px
    }

    .play .input-field__input::-webkit-input-placeholder {
        font-size: 15.68px
    }

    .play .input-field__input::-moz-placeholder {
        font-size: 15.68px
    }

    .play .input-field__input:-ms-input-placeholder {
        font-size: 15.68px
    }

    .play .input-field__input:-moz-placeholder {
        font-size: 15.68px
    }

    .deposit-popup__input .input-field__input {
        height: 50px;
        font-size: 21px
    }

    .play .birthday-calendar__input .input-field__input {
        padding-left: 44.1px;
        font-size: 15.68px;
        line-height: 38.22px
    }

    .search__input-field .input-field__input {
        padding: 0 35px 0 50px
    }
}

.input-field--password {
    padding-right: 40px
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field--password {
        padding-right: 4.4453333333rem
    }

    .play .input-field--password {
        padding-right: 3.1117333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field--password {
        padding-right: 2.7621333333rem
    }

    .play .input-field--password {
        padding-right: 2.7068906667rem
    }
}

@media(min-width:1546px) {
    .play .input-field--password {
        padding-right: 39.2px
    }
}

.input-field__label {
    margin-bottom: 9px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
    color: var(--LIGHT-THEME-PRIMARY-4);
    transition: all .3s ease
}

.dark .input-field__label {
    color: var(--DARK-THEME-PRIMARY-2)
}

.play .input-field__label {
    color: #99a187
}

.single-form--one-time-password-form .input-field__label {
    text-align: center
}

.missing-data .input-field__label {
    position: absolute;
    left: 11px;
    top: -8px;
    z-index: 2;
    padding: 0 5px;
    margin: 0;
    background-color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .missing-data .input-field__label {
    background-color: var(--DARK-THEME-BACKGROUND)
}

.play .missing-data .input-field__label {
    background-color: var(--LIGHT-THEME-PRIMARY-1)
}

.add-money-limit__input .input-field__label,
.change-limit__input .input-field__label {
    text-transform: uppercase
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__label {
        margin-bottom: 1.0002rem;
        font-size: 1.7781333333rem
    }

    .play .input-field__label {
        margin-bottom: .70014rem;
        font-size: 1.2446933333rem
    }

    .missing-data .input-field__label {
        left: 1.2224666667rem;
        top: -.8890666667rem;
        padding: 0 .5556666667rem
    }

    .play .missing-data .input-field__label {
        left: .8557266667rem;
        top: -.6223466667rem;
        padding: 0 .3889666667rem;
        margin-bottom: 0
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field__label {
        margin-bottom: .62148rem;
        font-size: 1.1048533333rem
    }

    .play .input-field__label {
        margin-bottom: .6090504rem;
        font-size: 1.0827562667rem
    }

    .missing-data .input-field__label {
        left: .7595866667rem;
        top: -.5524266667rem;
        padding: 0 .3452666667rem
    }

    .play .missing-data .input-field__label {
        left: .7443949333rem;
        top: -.5413781333rem;
        padding: 0 .3383613333rem;
        margin-bottom: 0
    }
}

@media(min-width:1546px) {
    .play .input-field__label {
        margin-bottom: 8.82px;
        font-size: 15.68px
    }

    .play .missing-data .input-field__label {
        left: 10.78px;
        top: -7.84px;
        padding: 0 4.9px;
        margin-bottom: 0
    }
}

.input-field__label--anim-inside,
.input-field__label--anim-up,
.input-field__label--fixed {
    background-color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .input-field__label--anim-inside,
.dark .input-field__label--anim-up,
.dark .input-field__label--fixed {
    background-color: var(--DARK-THEME-BACKGROUND)
}

.play .input-field__label--anim-inside:not(.reg-form .input-field__label--anim-inside, .auth-form .input-field__label--anim-inside, .reg-form .input-field__label--anim-up, .auth-form .input-field__label--anim-up, .reg-form .input-field__label--fixed, .auth-form .input-field__label--fixed),
.play .input-field__label--anim-up:not(.reg-form .input-field__label--anim-inside, .auth-form .input-field__label--anim-inside, .reg-form .input-field__label--anim-up, .auth-form .input-field__label--anim-up, .reg-form .input-field__label--fixed, .auth-form .input-field__label--fixed),
.play .input-field__label--fixed:not(.reg-form .input-field__label--anim-inside, .auth-form .input-field__label--anim-inside, .reg-form .input-field__label--anim-up, .auth-form .input-field__label--anim-up, .reg-form .input-field__label--fixed, .auth-form .input-field__label--fixed) {
    background-color: #292925;
    color: #99a187
}

.play .auth-form .input-field__label--anim-inside,
.play .auth-form .input-field__label--anim-up,
.play .auth-form .input-field__label--fixed,
.play .reg-form .input-field__label--anim-inside,
.play .reg-form .input-field__label--anim-up,
.play .reg-form .input-field__label--fixed {
    background-color: var(--LIGHT-THEME-PRIMARY-6);
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.dark .play .auth-form .input-field__label--anim-inside,
.dark .play .auth-form .input-field__label--anim-up,
.dark .play .auth-form .input-field__label--fixed,
.dark .play .reg-form .input-field__label--anim-inside,
.dark .play .reg-form .input-field__label--anim-up,
.dark .play .reg-form .input-field__label--fixed {
    background-color: var(--DARK-THEME-BACKGROUND);
    color: var(--DARK-THEME-PRIMARY-2)
}

.payment-area-form__inputs-area .input-field__label--anim-inside,
.payment-area-form__inputs-area .input-field__label--anim-up,
.payment-area-form__inputs-area .input-field__label--fixed,
.payment-area .input-field__label--anim-inside,
.payment-area .input-field__label--anim-up,
.payment-area .input-field__label--fixed,
.payment-card .input-field__label--anim-inside,
.payment-card .input-field__label--anim-up,
.payment-card .input-field__label--fixed,
.payment-validate-card .input-field__label--anim-inside,
.payment-validate-card .input-field__label--anim-up,
.payment-validate-card .input-field__label--fixed {
    background-color: var(--LIGHT-THEME-BACKGROUND)
}

.dark .payment-area-form__inputs-area .input-field__label--anim-inside,
.dark .payment-area-form__inputs-area .input-field__label--anim-up,
.dark .payment-area-form__inputs-area .input-field__label--fixed,
.dark .payment-area .input-field__label--anim-inside,
.dark .payment-area .input-field__label--anim-up,
.dark .payment-area .input-field__label--fixed,
.dark .payment-card .input-field__label--anim-inside,
.dark .payment-card .input-field__label--anim-up,
.dark .payment-card .input-field__label--fixed,
.dark .payment-validate-card .input-field__label--anim-inside,
.dark .payment-validate-card .input-field__label--anim-up,
.dark .payment-validate-card .input-field__label--fixed {
    background-color: var(--DARK-THEME-PRIMARY-6)
}

.dark .custom-modal--cashout .missing-data .input-field__label--anim-inside,
.dark .custom-modal--cashout .missing-data .input-field__label--anim-up,
.dark .custom-modal--cashout .missing-data .input-field__label--fixed,
.dark .custom-modal--deposit .missing-data .input-field__label--anim-inside,
.dark .custom-modal--deposit .missing-data .input-field__label--anim-up,
.dark .custom-modal--deposit .missing-data .input-field__label--fixed,
.dark .promocode-form .input-field__label--anim-inside,
.dark .promocode-form .input-field__label--anim-up,
.dark .promocode-form .input-field__label--fixed,
.dark .unlock-account-by-phone-modal .input-field__label--anim-inside,
.dark .unlock-account-by-phone-modal .input-field__label--anim-up,
.dark .unlock-account-by-phone-modal .input-field__label--fixed {
    background-color: var(--DARK-THEME-BACKGROUND)
}

.dark .custom-modal--add-money-limit .input-field__label--anim-inside,
.dark .custom-modal--add-money-limit .input-field__label--anim-up,
.dark .custom-modal--add-money-limit .input-field__label--fixed,
.dark .custom-modal--change-limit .input-field__label--anim-inside,
.dark .custom-modal--change-limit .input-field__label--anim-up,
.dark .custom-modal--change-limit .input-field__label--fixed,
.dark .custom-modal--restore-password-request .input-field__label--anim-inside,
.dark .custom-modal--restore-password-request .input-field__label--anim-up,
.dark .custom-modal--restore-password-request .input-field__label--fixed,
.dark .custom-modal--users-password-edit .input-field__label--anim-inside,
.dark .custom-modal--users-password-edit .input-field__label--anim-up,
.dark .custom-modal--users-password-edit .input-field__label--fixed,
.dark .custom-modal--users-unlock .input-field__label--anim-inside,
.dark .custom-modal--users-unlock .input-field__label--anim-up,
.dark .custom-modal--users-unlock .input-field__label--fixed,
.dark .limits .input-field__label--anim-inside,
.dark .limits .input-field__label--anim-up,
.dark .limits .input-field__label--fixed {
    background-color: var(--DARK-THEME-PRIMARY-6)
}

.input-field__label--anim-up,
.input-field__label--fixed {
    z-index: 2;
    position: absolute;
    left: 12px;
    top: -8px;
    padding: 0 4px;
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.dark .input-field__label--anim-up,
.dark .input-field__label--fixed {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {

    .input-field__label--anim-up,
    .input-field__label--fixed {
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {

    .input-field__label--anim-up,
    .input-field__label--fixed {
        font-size: .9667466667rem;
        line-height: 1.24296rem
    }
}

.input-field--error .input-field__label--anim-up,
.input-field--error .input-field__label--fixed,
.input-field--error~.input-field__label--anim-up,
.input-field--error~.input-field__label--fixed {
    color: var(--COMMON-SYSTEM-ERROR) !important
}

.dark .input-field--error .input-field__label--anim-up,
.dark .input-field--error .input-field__label--fixed,
.dark .input-field--error~.input-field__label--anim-up,
.dark .input-field--error~.input-field__label--fixed {
    color: var(--COMMON-SYSTEM-RED) !important
}

.input-field:has(input:focus)>.input-field__label--anim-up,
.input-field:has(input:focus)>.input-field__label--fixed,
.input-field__input:focus~.input-field__label--anim-up,
.input-field__input:focus~.input-field__label--fixed {
    color: var(--LIGHT-THEME-PRIMARY-3)
}

.dark .input-field:has(input:focus)>.input-field__label--anim-up,
.dark .input-field:has(input:focus)>.input-field__label--fixed,
.dark .input-field__input:focus~.input-field__label--anim-up,
.dark .input-field__input:focus~.input-field__label--fixed {
    color: var(--DARK-THEME-PRIMARY-2)
}

.reg-form__select-wr .input-field__label--anim-up,
.reg-form__select-wr .input-field__label--fixed {
    left: 44px
}

.input-field--phone .input-field__label--anim-up,
.input-field--phone .input-field__label--fixed {
    left: 106px
}

@media(min-width:769px)and (max-width:1024px) {

    .input-field__label--anim-up,
    .input-field__label--fixed {
        left: 1.3336rem;
        top: -.8890666667rem;
        padding: 0 .4445333333rem
    }

    .play .input-field__label--anim-up,
    .play .input-field__label--fixed {
        left: .93352rem;
        top: -.6223466667rem;
        padding: 0 .3111733333rem;
        font-size: 1.0891066667rem;
        line-height: 1.0891066667rem
    }

    .reg-form__select-wr .input-field__label--anim-up,
    .reg-form__select-wr .input-field__label--fixed {
        left: 4.8898666667rem
    }

    .play .reg-form__select-wr .input-field__label--anim-up,
    .play .reg-form__select-wr .input-field__label--fixed {
        left: 3.4229066667rem
    }

    .input-field--phone .input-field__label--anim-up,
    .input-field--phone .input-field__label--fixed {
        left: 11.7801333333rem
    }

    .play .input-field--phone .input-field__label--anim-up,
    .play .input-field--phone .input-field__label--fixed {
        left: 8.2460933333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {

    .input-field__label--anim-up,
    .input-field__label--fixed {
        left: .82864rem;
        top: -.5524266667rem;
        padding: 0 .2762133333rem
    }

    .play .input-field__label--anim-up,
    .play .input-field__label--fixed {
        left: .8120672rem;
        top: -.5413781333rem;
        padding: 0 .2706890667rem;
        font-size: .9474117333rem;
        line-height: .9474117333rem
    }

    .reg-form__select-wr .input-field__label--anim-up,
    .reg-form__select-wr .input-field__label--fixed {
        left: 3.0383466667rem
    }

    .play .reg-form__select-wr .input-field__label--anim-up,
    .play .reg-form__select-wr .input-field__label--fixed {
        left: 2.9775797333rem
    }

    .input-field--phone .input-field__label--anim-up,
    .input-field--phone .input-field__label--fixed {
        left: 7.3196533333rem
    }

    .play .input-field--phone .input-field__label--anim-up,
    .play .input-field--phone .input-field__label--fixed {
        left: 7.1732602667rem
    }
}

@media(min-width:1546px) {

    .play .input-field__label--anim-up,
    .play .input-field__label--fixed {
        left: 11.76px;
        top: -7.84px;
        padding: 0 3.92px;
        font-size: 13.72px;
        line-height: 13.72px
    }

    .play .reg-form__select-wr .input-field__label--anim-up,
    .play .reg-form__select-wr .input-field__label--fixed {
        left: 43.12px
    }

    .play .input-field--phone .input-field__label--anim-up,
    .play .input-field--phone .input-field__label--fixed {
        left: 103.88px
    }
}

.input-field__label--anim-inside {
    z-index: 2;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0 4px;
    pointer-events: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.dark .input-field__label--anim-inside {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__label--anim-inside {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field__label--anim-inside {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.auth-form .input-field__label--anim-inside:not(.input-field--phone .input-field__label--anim-inside),
.reg-form .input-field__label--anim-inside:not(.input-field--phone .input-field__label--anim-inside) {
    width: calc(100% - 28px)
}

.input-field--error .input-field__label--anim-inside {
    top: calc(50% - 10px)
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field--error .input-field__label--anim-inside {
        top: calc(50% - 1.11133rem)
    }

    .play .input-field--error .input-field__label--anim-inside {
        top: calc(50% - .77793rem)
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field--error .input-field__label--anim-inside {
        top: calc(50% - .69053rem)
    }

    .play .input-field--error .input-field__label--anim-inside {
        top: calc(50% - .67672rem)
    }
}

@media(min-width:1546px) {
    .play .input-field--error .input-field__label--anim-inside {
        top: calc(50% - 9.8px)
    }
}

.input-field--phone .input-field__label--anim-inside {
    left: 106px
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field--phone .input-field__label--anim-inside {
        left: 11.7801333333rem
    }

    .play .input-field--phone .input-field__label--anim-inside {
        left: 8.2460933333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field--phone .input-field__label--anim-inside {
        left: 7.3196533333rem
    }

    .play .input-field--phone .input-field__label--anim-inside {
        left: 7.1732602667rem
    }
}

@media(min-width:1546px) {
    .play .input-field--phone .input-field__label--anim-inside {
        left: 103.88px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__label--anim-inside {
        left: 1.5558666667rem;
        padding: 0 .4445333333rem
    }

    .play .input-field__label--anim-inside {
        left: 1.0891066667rem;
        padding: 0 .3111733333rem;
        font-size: 1.2446933333rem;
        line-height: 1.5558666667rem
    }

    .auth-form .input-field__label--anim-inside:not(.input-field--phone .input-field__label--anim-inside),
    .reg-form .input-field__label--anim-inside:not(.input-field--phone .input-field__label--anim-inside) {
        width: calc(100% - 3.11173rem)
    }

    .play .auth-form .input-field__label--anim-inside:not(.input-field--phone .input-field__label--anim-inside),
    .play .reg-form .input-field__label--anim-inside:not(.input-field--phone .input-field__label--anim-inside) {
        width: calc(100% - 2.17821rem)
    }

    .input-field--error .input-field__label--anim-inside {
        top: calc(50% - 1.11133rem)
    }

    .play .input-field--error .input-field__label--anim-inside {
        top: calc(50% - .77793rem)
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field__label--anim-inside {
        left: .9667466667rem;
        padding: 0 .2762133333rem
    }

    .play .input-field__label--anim-inside {
        left: .9474117333rem;
        padding: 0 .2706890667rem;
        font-size: 1.0827562667rem;
        line-height: 1.3534453333rem
    }

    .auth-form .input-field__label--anim-inside:not(.input-field--phone .input-field__label--anim-inside),
    .reg-form .input-field__label--anim-inside:not(.input-field--phone .input-field__label--anim-inside) {
        width: calc(100% - 1.93349rem)
    }

    .play .auth-form .input-field__label--anim-inside:not(.input-field--phone .input-field__label--anim-inside),
    .play .reg-form .input-field__label--anim-inside:not(.input-field--phone .input-field__label--anim-inside) {
        width: calc(100% - 1.89482rem)
    }

    .input-field--error .input-field__label--anim-inside {
        top: calc(50% - .69053rem)
    }

    .play .input-field--error .input-field__label--anim-inside {
        top: calc(50% - .67672rem)
    }
}

@media(min-width:1546px) {
    .play .input-field__label--anim-inside {
        left: 13.72px;
        padding: 0 3.92px;
        font-size: 15.68px;
        line-height: 19.6px
    }

    .play .auth-form .input-field__label--anim-inside:not(.input-field--phone .input-field__label--anim-inside),
    .play .reg-form .input-field__label--anim-inside:not(.input-field--phone .input-field__label--anim-inside) {
        width: calc(100% - 27.44px)
    }

    .play .input-field--error .input-field__label--anim-inside {
        top: calc(50% - 9.8px)
    }
}

.vue-tel-input~.input-field__label-anim {
    margin-left: 5rem
}

.missing-data .input-field__input.anim-label+.input-field__label-anim {
    background-color: #525d4e
}

.missing-data .input-field--error+.input-field__label-anim {
    top: 10px
}

@media(min-width:769px)and (max-width:1024px) {
    .vue-tel-input~.input-field__label-anim {
        margin-left: 8.335rem
    }

    .play .vue-tel-input~.input-field__label-anim {
        margin-left: 5.8345rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .vue-tel-input~.input-field__label-anim {
        margin-left: 5.179rem
    }

    .play .vue-tel-input~.input-field__label-anim {
        margin-left: 5.07542rem
    }
}

@media(min-width:1546px) {
    .play .vue-tel-input~.input-field__label-anim {
        margin-left: 73.5px
    }
}

.input-field__phone-country-flag {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    z-index: 1
}

.input-field__phone-country-flag:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    display: block;
    border-radius: 50%;
    border: solid 2px var(--LIGHT-THEME-PRIMARY-6);
    z-index: 3
}

.dark .input-field__phone-country-flag:after {
    border-color: var(--DARK-THEME-BACKGROUND)
}

.dark .custom-modal--restore-password-request .input-field__phone-country-flag:after,
.dark .missing-data .input-field__phone-country-flag:after,
.dark .personal-data .input-field__phone-country-flag:after {
    border-color: var(--DARK-THEME-PRIMARY-6)
}

.play .missing-data .input-field__phone-country-flag:after,
.play .single-form--restore-account .input-field__phone-country-flag:after {
    border-color: var(--LIGHT-THEME-PRIMARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__phone-country-flag:after {
        border-width: .2222666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field__phone-country-flag:after {
        border-width: .1381066667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__phone-country-flag {
        left: 1.7781333333rem
    }

    .play .input-field__phone-country-flag {
        left: 1.2446933333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field__phone-country-flag {
        left: 1.1048533333rem
    }

    .play .input-field__phone-country-flag {
        left: 1.0827562667rem
    }
}

@media(min-width:1546px) {
    .play .input-field__phone-country-flag {
        left: 15.68px
    }
}

.input-field__phone-country-flag-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: cover
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__phone-country-flag-icon {
        width: 2.8894666667rem;
        height: 2.8894666667rem
    }

    .play .input-field__phone-country-flag-icon {
        width: 2.0226266667rem;
        height: 2.0226266667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field__phone-country-flag-icon {
        width: 1.7953866667rem;
        height: 1.7953866667rem
    }

    .play .input-field__phone-country-flag-icon {
        width: 1.7594789333rem;
        height: 1.7594789333rem
    }
}

@media(min-width:1546px) {
    .play .input-field__phone-country-flag-icon {
        width: 25.48px;
        height: 25.48px
    }
}

@media(max-width:768px) {
    .personal-data__user-data .input-field__button-wr {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        margin-top: 0
    }

    .personal-data__tel .input-field--error .input-field__button-wr {
        margin-top: 20px
    }

    .personal-data__tel--showcode .profile-edit_phone_code .input-field__button-wr {
        margin-top: 0;
        flex-shrink: inherit
    }
}

.input-field__button {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    padding: 0 5px;
    border: none;
    border-radius: 2px;
    background-color: #6ea500;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    letter-spacing: -.44px;
    text-transform: none;
    outline: none;
    cursor: pointer;
    transition: all .3s ease
}

.no-touch .input-field__button:hover {
    background-color: #548200
}

.dark .input-field__button {
    background-color: #97a94c
}

.dark .no-touch .input-field__button:hover {
    background-color: #bed753
}

.birthday-calendar__input .input-field__button {
    right: 0;
    top: 0;
    height: 100%;
    padding-right: 15px;
    font-size: 14px;
    text-transform: lowercase;
    pointer-events: none
}

.birthday-calendar__input .input-field__button,
.birthday-calendar__wrapper .input-field__button {
    background-color: transparent;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
    color: #9ea097;
    text-decoration: underline
}

.birthday-calendar__wrapper .input-field__button {
    top: 50%;
    right: 8px;
    transform: translate3d(0, -50%, 0);
    font-size: 15px;
    cursor: pointer
}

.personal-data__tel-wr .input-field__button {
    margin-top: 20px
}

.personal-data__email .input-field__button {
    display: inline-flex;
    margin-top: 20px;
    margin-left: 0;
    font-size: 15px
}

.personal-data__email .input-field__button,
.personal-data__tel .input-field__button {
    position: relative;
    top: 0;
    right: 0;
    flex-shrink: 0;
    padding: 14px 16px 13px;
    height: 44px;
    border-radius: 4px;
    border: none;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer
}

.personal-data__tel .input-field__button {
    display: inline-block;
    margin-left: 14px;
    font-size: 16px
}

.personal-data__tel--showcode .input-field__button {
    margin-left: 0
}

@media(max-width:768px) {
    .birthday-calendar__wrapper .input-field__button {
        justify-content: flex-end
    }

    .personal-data__email .input-field__button {
        width: 100%
    }

    .personal-data__tel .input-field__button {
        width: 100%;
        margin-left: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__button {
        top: .5556666667rem;
        right: .5556666667rem;
        height: 3.5562666667rem;
        padding: 0 1.1113333333rem;
        border-radius: .2222666667rem;
        font-size: 1.3336rem;
        letter-spacing: -.0488986667rem
    }

    .play .input-field__button {
        top: .3889666667rem;
        right: .3889666667rem;
        height: 2.4893866667rem;
        padding: 0 .7779333333rem;
        border-radius: .1555866667rem;
        font-size: .93352rem;
        letter-spacing: -.0342290667rem
    }

    .birthday-calendar__input .input-field__button {
        padding-right: 1.667rem;
        font-size: 1.5558666667rem
    }

    .play .birthday-calendar__input .input-field__button {
        padding-right: 1.1669rem;
        font-size: 1.0891066667rem
    }

    .birthday-calendar__wrapper .input-field__button {
        right: .8890666667rem;
        font-size: 1.5558666667rem
    }

    .personal-data__tel-wr .input-field__button {
        margin-top: 2.7783333333rem
    }

    .personal-data__email .input-field__button {
        margin-top: 2.7783333333rem;
        margin-left: 1.3336rem
    }

    .personal-data__email .input-field__button,
    .personal-data__tel .input-field__button {
        height: 4.8898666667rem;
        padding: 1.5558666667rem 1.7781333333rem 1.4447333333rem;
        border-radius: .4445333333rem;
        font-size: 1.7781333333rem
    }

    .personal-data__tel .input-field__button {
        margin-left: 1.5558666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field__button {
        top: .3452666667rem;
        right: .3452666667rem;
        height: 2.2097066667rem;
        padding: 0 .6905333333rem;
        border-radius: .1381066667rem;
        font-size: .82864rem;
        letter-spacing: -.0303834667rem
    }

    .play .input-field__button {
        top: .3383613333rem;
        right: .3383613333rem;
        height: 2.1655125333rem;
        padding: 0 .6767226667rem;
        border-radius: .1353445333rem;
        font-size: .8120672rem;
        letter-spacing: -.0297757973rem
    }

    .birthday-calendar__input .input-field__button {
        padding-right: 1.0358rem;
        font-size: .9667466667rem
    }

    .play .birthday-calendar__input .input-field__button {
        padding-right: 1.015084rem;
        font-size: .9474117333rem
    }

    .birthday-calendar__wrapper .input-field__button {
        right: .5524266667rem;
        font-size: .9667466667rem
    }

    .personal-data__tel-wr .input-field__button {
        margin-top: 1.7263333333rem
    }

    .personal-data__email .input-field__button {
        margin-top: 1.7263333333rem;
        margin-left: .82864rem
    }

    .personal-data__email .input-field__button,
    .personal-data__tel .input-field__button {
        height: 3.0383466667rem;
        padding: .9667466667rem 1.1048533333rem .8976933333rem;
        border-radius: .2762133333rem;
        font-size: 1.1048533333rem
    }

    .personal-data__tel .input-field__button {
        margin-left: .9667466667rem
    }
}

@media(min-width:1546px) {
    .play .input-field__button {
        top: 4.9px;
        right: 4.9px;
        height: 31.36px;
        padding: 0 9.8px;
        border-radius: 1.96px;
        font-size: 11.76px;
        letter-spacing: -.4312px
    }

    .play .birthday-calendar__input .input-field__button {
        padding-right: 14.7px;
        font-size: 13.72px
    }

    .birthday-calendar__wrapper .input-field__button {
        font-size: 14px
    }

    .personal-data__tel-wr .input-field__button {
        margin-top: 25px
    }

    .personal-data__email .input-field__button {
        margin-top: 25px;
        margin-left: 12px;
        font-size: 16px
    }

    .personal-data__tel .input-field__button {
        margin-left: 0;
        font-size: 15px
    }
}

@media(max-width:768px) {
    .input-field__button--mobile-out {
        position: relative;
        top: auto;
        right: auto;
        margin-top: .6666666667rem
    }
}

.input-field__button--external {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 44px;
    margin-top: 10px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 15px
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__button--external {
        height: 4.8898666667rem;
        margin-top: 1.1113333333rem;
        border-radius: .4445333333rem;
        font-size: 1.7781333333rem
    }

    .play .input-field__button--external {
        height: 3.4229066667rem;
        margin-top: .7779333333rem;
        border-radius: .3111733333rem;
        font-size: 1.2446933333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field__button--external {
        height: 3.0383466667rem;
        margin-top: .6905333333rem;
        border-radius: .2762133333rem;
        font-size: 1.1048533333rem
    }

    .play .input-field__button--external {
        height: 2.9775797333rem;
        margin-top: .6767226667rem;
        border-radius: .2706890667rem;
        font-size: 1.0827562667rem
    }
}

@media(min-width:1546px) {
    .play .input-field__button--external {
        height: 43.12px;
        margin-top: 9.8px;
        border-radius: 3.92px;
        font-size: 15.68px
    }
}

.input-field__button--remove {
    position: absolute;
    background-color: var(--LIGHT-THEME-PRIMARY-6);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 5px;
    right: 6px;
    height: 34px;
    width: 34px;
    padding-inline: 5px
}

.dark .input-field__button--remove {
    background-color: var(--DARK-THEME-PRIMARY-6)
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__button--remove {
        top: .5556666667rem;
        right: .6668rem;
        height: 3.7785333333rem;
        width: 3.7785333333rem;
        padding-inline: .5556666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field__button--remove {
        top: .3452666667rem;
        right: .41432rem;
        height: 2.3478133333rem;
        width: 2.3478133333rem;
        padding-inline: .3452666667rem
    }
}

.input-field__button--remove svg {
    width: 15px;
    height: 15px;
    color: var(--LIGHT-THEME-PRIMARY-2)
}

.dark .input-field__button--remove svg {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__button--remove svg {
        height: 1.667rem;
        width: 1.667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field__button--remove svg {
        height: 1.0358rem;
        width: 1.0358rem
    }
}

.input-field__checkbox {
    position: absolute;
    top: 50%;
    height: auto;
    transform: translate3d(0, -50%, 0);
    color: var(--LIGHT-THEME-SECONDARY-2);
    width: 16px;
    right: 16px
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__checkbox {
        right: 1.7781333333rem;
        width: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field__checkbox {
        right: 1.1048533333rem;
        width: 1.1048533333rem
    }
}

.input-field__button-close {
    width: 17px;
    height: auto;
    color: #525d4e
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__button-close {
        width: 1.8892666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field__button-close {
        width: 1.1739066667rem
    }
}

.input-field__hint {
    margin-top: -5px;
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: -.46px;
    color: #9ea097
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__hint {
        margin-top: -.5556666667rem;
        font-size: 1.3336rem;
        letter-spacing: -.0511213333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field__hint {
        margin-top: -.3452666667rem;
        font-size: .82864rem;
        letter-spacing: -.0317645333rem
    }
}

.input-field--error {
    border-color: #df1f3d !important
}

.dark .input-field--error {
    border-color: #df2244 !important
}

.input-field--card .input-field--error,
.input-field--error.personal-data__tel-input-field {
    margin-bottom: 0
}

.input-field--error.vue-tel-input {
    border-color: #df1f3d !important
}

.dark .input-field--error.vue-tel-input {
    border-color: #df2244 !important
}

.input-field__pseudo-pas-eye {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 45px;
    height: 100%;
    text-align: center;
    right: 0;
    top: 0;
    z-index: 9;
    color: var(--LIGHT-THEME-PRIMARY-4);
    cursor: pointer;
    transition: all .2s ease
}

.dark .input-field__pseudo-pas-eye {
    color: var(--DARK-THEME-PRIMARY-2)
}

.input-field__pseudo-pas-eye.active,
.no-touch .input-field__pseudo-pas-eye:hover {
    color: var(--LIGHT-THEME-SECONDARY-2)
}

.dark .input-field__pseudo-pas-eye.active,
.dark .no-touch .input-field__pseudo-pas-eye:hover {
    color: var(--DARK-THEME--SECONDARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__pseudo-pas-eye {
        width: 5.001rem
    }

    .play .input-field__pseudo-pas-eye {
        width: 3.5007rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field__pseudo-pas-eye {
        width: 3.1074rem
    }

    .play .input-field__pseudo-pas-eye {
        width: 3.045252rem
    }
}

@media(min-width:1546px) {
    .play .input-field__pseudo-pas-eye {
        width: 44.1px
    }
}

.input-field__pseudo-pas-eye-ic {
    width: 22px;
    height: 14px
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__pseudo-pas-eye-ic {
        width: 2.4449333333rem;
        height: 1.5558666667rem
    }

    .play .input-field__pseudo-pas-eye-ic {
        width: 1.7114533333rem;
        height: 1.0891066667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field__pseudo-pas-eye-ic {
        width: 1.5191733333rem;
        height: .9667466667rem
    }

    .play .input-field__pseudo-pas-eye-ic {
        width: 1.4887898667rem;
        height: .9474117333rem
    }
}

@media(min-width:1546px) {
    .play .input-field__pseudo-pas-eye-ic {
        width: 21.56px;
        height: 13.72px
    }
}

.input-field__input-wrap {
    width: 100%;
    flex-shrink: 0;
    margin-right: 15px
}

.profile-edit_phone_code .input-field__input-wrap {
    width: auto;
    flex: 1 1 auto
}

@media(max-width:768px) {
    .profile-edit_phone_code .input-field__input-wrap {
        margin-right: 0
    }
}

.input-field__file-input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    opacity: 0
}

.input-field__file-hint {
    overflow: hidden;
    border-radius: 5px;
    border: 2px dashed #6ea500
}

.dark .input-field__file-hint {
    border-color: #97a94c
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__file-hint {
        border-radius: .5556666667rem;
        border: .2222666667rem dashed #6ea500
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field__file-hint {
        border-radius: .3452666667rem;
        border: .1381066667rem dashed #6ea500
    }
}

.input-field__file-hint-text {
    color: #525d4e;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: 12px;
    border: 1px solid #e9eaea;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: normal
}

.dark .input-field__file-hint-text {
    border-color: rgba(56, 61, 65, .1);
    color: hsla(0, 0%, 100%, .8)
}

.input-field__file-hint-text.step3:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 30, 26, .4)
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__file-hint-text {
        height: 11.2244666667rem;
        margin: 1.3336rem;
        border: .1111333333rem solid #e9eaea;
        font-size: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field__file-hint-text {
        height: 6.9743866667rem;
        margin: .82864rem;
        border: .0690533333rem solid #e9eaea;
        font-size: 1.1048533333rem
    }
}

@media(min-width:1546px) {
    .input-field__file-hint-text {
        height: 101px
    }
}

.input-field__delete-ic {
    width: 9px;
    height: 9px
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__delete-ic {
        width: 1.0002rem;
        height: 1.0002rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field__delete-ic {
        width: .62148rem;
        height: .62148rem
    }
}

.input-field__card-type {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin-right: 10px;
    width: 50px;
    height: 44px;
    display: flex;
    align-items: center
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__card-type {
        height: 4.8898666667rem;
        width: 5.5566666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field__card-type {
        height: 3.0383466667rem;
        width: 3.4526666667rem
    }
}

.input-field__card-type-ic {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.input-field__card-type-ic.diners {
    background-image: url(diners.svg)
}

.input-field__card-type-ic.amex {
    background-image: url(amex.svg);
    height: 80%
}

.input-field__card-type-ic.jcb {
    background-image: url(jcb.svg);
    height: 70%
}

.input-field__card-type-ic.maestro {
    background-image: url(maestro.svg)
}

.input-field__card-type-ic.mastercard {
    background-image: url(mastercard.svg)
}

.input-field__card-type-ic.mir {
    background-image: url(mir.svg)
}

.input-field__card-type-ic.rupay {
    background-image: url(rupay_l.svg)
}

.dark .input-field__card-type-ic.rupay {
    background-image: url(rupay.svg)
}

.input-field__card-type-ic.visa {
    background-image: url(visa-light.svg)
}

.dark .input-field__card-type-ic.visa {
    background-image: url(visa.svg)
}

.input-field__card-type-ic.unionpay {
    background-image: url(unionpay.svg)
}

.custom-tooltip.v-popper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    display: flex
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-tooltip.v-popper {
        right: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .custom-tooltip.v-popper {
        right: 1.1048533333rem
    }
}

.input-field__tooltip {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--LIGHT-THEME-PRIMARY-1);
    cursor: pointer
}

.dark .input-field__tooltip {
    background-color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__tooltip {
        width: 2.6672rem;
        height: 2.6672rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field__tooltip {
        width: 1.65728rem;
        height: 1.65728rem
    }
}

.input-field__tooltip-ic {
    width: 16px;
    height: 16px;
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .input-field__tooltip-ic {
    color: var(--DARK-THEME-BACKGROUND)
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__tooltip-ic {
        width: 1.7781333333rem;
        height: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .input-field__tooltip-ic {
        width: 1.1048533333rem;
        height: 1.1048533333rem
    }
}

.tooltip.input_tooltip .info__tooltip-inner {
    color: #474d3a;
    font-weight: 400
}

.dark .tooltip.input_tooltip .info__tooltip-inner {
    color: hsla(0, 0%, 100%, .6)
}

.payment-validate-card .tooltip.input_tooltip .info__tooltip-inner {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--LIGHT-THEME-PRIMARY-2)
}

.dark .payment-validate-card .tooltip.input_tooltip .info__tooltip-inner {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .payment-validate-card .tooltip.input_tooltip .info__tooltip-inner {
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payment-validate-card .tooltip.input_tooltip .info__tooltip-inner {
        font-size: .9667466667rem;
        line-height: 1.24296rem
    }
}

@media(max-width:768px) {
    .tooltip.input_tooltip {
        max-width: 97%
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .tooltip.input_tooltip {
        max-width: 66.68rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .tooltip.input_tooltip {
        max-width: 41.432rem
    }
}

.input-field__input-tooltip {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent
}

.search-popup__field-wr {
    position: relative;
    width: 100%;
    height: 54px;
    padding: 10px 10px 10px 12px;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--LIGHT-THEME-BACKGROUND);
    box-shadow: inset 0 6px 13px -5px rgba(0, 0, 0, .75)
}

.dark .search-popup__field-wr,
.search-popup-dark .search-popup__field-wr {
    background-color: var(--DARK-THEME-PRIMARY-6)
}

@media screen and (min-width:769px) {
    .search-popup__field-wr {
        box-shadow: none
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__field-wr {
        height: 6.0012rem;
        padding: 1.1113333333rem 3.1117333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__field-wr {
        height: 3.72888rem;
        padding: .6905333333rem 1.9334933333rem
    }
}

@media(min-width:1546px) {
    .search-popup__field-wr {
        padding: 10px 28px
    }
}

.search-popup__field-ic-search-wr {
    width: 21px;
    height: 100%;
    display: flex;
    align-items: center
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__field-ic-search-wr {
        width: 2.3338rem;
        height: 3.1117333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__field-ic-search-wr {
        width: 1.45012rem;
        height: 1.9334933333rem
    }
}

.search-popup__field-ic-search {
    z-index: 1;
    width: 21px;
    height: auto;
    fill: #98a590
}

.dark .search-popup__field-ic-search,
.search-popup-dark .search-popup__field-ic-search {
    fill: hsla(0, 0%, 100%, .8)
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__field-ic-search {
        width: 2.3338rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__field-ic-search {
        width: 1.45012rem
    }
}

.search-popup__input-field {
    flex-grow: 1;
    margin-bottom: 0
}

.search-popup__input-field .input-field__input-wr {
    margin: 0
}

.search-popup__input-field .input-field__input {
    width: 100%;
    height: auto;
    padding: 0 12px;
    border: none;
    border-radius: unset;
    background-color: transparent;
    font-size: 16px;
    line-height: 20px;
    color: #292925
}

.search-popup__input-field .input-field__input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 18px;
    color: #5a6446
}

.search-popup__input-field .input-field__input::placeholder {
    font-size: 14px;
    line-height: 18px;
    color: #5a6446
}

.dark .search-popup__input-field .input-field__input::-ms-input-placeholder,
.search-popup-dark .search-popup__input-field .input-field__input::-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.dark .search-popup__input-field .input-field__input::placeholder,
.search-popup-dark .search-popup__input-field .input-field__input::placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.search-popup__input-field .input-field__input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 18px;
    color: #5a6446
}

.dark .search-popup__input-field .input-field__input::-webkit-input-placeholder,
.search-popup-dark .search-popup__input-field .input-field__input::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.search-popup__input-field .input-field__input::-moz-placeholder {
    font-size: 14px;
    line-height: 18px;
    color: #5a6446
}

.dark .search-popup__input-field .input-field__input::-moz-placeholder,
.search-popup-dark .search-popup__input-field .input-field__input::-moz-placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.search-popup__input-field .input-field__input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 18px;
    color: #5a6446
}

.dark .search-popup__input-field .input-field__input:-ms-input-placeholder,
.search-popup-dark .search-popup__input-field .input-field__input:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.search-popup__input-field .input-field__input:-moz-placeholder {
    font-size: 14px;
    line-height: 18px;
    color: #5a6446
}

.dark .search-popup__input-field .input-field__input:-moz-placeholder,
.search-popup-dark .search-popup__input-field .input-field__input:-moz-placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.dark .search-popup__input-field .input-field__input,
.search-popup-dark .search-popup__input-field .input-field__input {
    color: hsla(0, 0%, 100%, .8)
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__input-field .input-field__input {
        padding: 0 1.3336rem;
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }

    .search-popup__input-field .input-field__input::-ms-input-placeholder {
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }

    .search-popup__input-field .input-field__input::placeholder {
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }

    .search-popup__input-field .input-field__input::-webkit-input-placeholder {
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }

    .search-popup__input-field .input-field__input::-moz-placeholder {
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }

    .search-popup__input-field .input-field__input:-ms-input-placeholder {
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }

    .search-popup__input-field .input-field__input:-moz-placeholder {
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__input-field .input-field__input {
        padding: 0 .82864rem;
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }

    .search-popup__input-field .input-field__input::-ms-input-placeholder {
        font-size: .9667466667rem;
        line-height: 1.24296rem
    }

    .search-popup__input-field .input-field__input::placeholder {
        font-size: .9667466667rem;
        line-height: 1.24296rem
    }

    .search-popup__input-field .input-field__input::-webkit-input-placeholder {
        font-size: .9667466667rem;
        line-height: 1.24296rem
    }

    .search-popup__input-field .input-field__input::-moz-placeholder {
        font-size: .9667466667rem;
        line-height: 1.24296rem
    }

    .search-popup__input-field .input-field__input:-ms-input-placeholder {
        font-size: .9667466667rem;
        line-height: 1.24296rem
    }

    .search-popup__input-field .input-field__input:-moz-placeholder {
        font-size: .9667466667rem;
        line-height: 1.24296rem
    }
}

.search-popup__field-ic-del-wr {
    z-index: 1;
    width: 16px;
    height: 100%;
    margin-right: 24px;
    display: flex;
    align-items: center;
    cursor: pointer
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__field-ic-del-wr {
        width: 1.7781333333rem;
        margin-right: 2.6672rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__field-ic-del-wr {
        width: 1.1048533333rem;
        margin-right: 1.65728rem
    }
}

.search-popup__field-ic-del {
    width: 16px;
    height: auto;
    fill: #292925
}

.dark .search-popup__field-ic-del,
.search-popup-dark .search-popup__field-ic-del {
    fill: hsla(0, 0%, 100%, .6)
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__field-ic-del {
        width: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__field-ic-del {
        width: 1.1048533333rem
    }
}

.search-popup__field-ic-close-wr {
    z-index: 1;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: #98a590;
    cursor: pointer;
    transition: all .3s ease
}

.dark .search-popup__field-ic-close-wr,
.search-popup-dark .search-popup__field-ic-close-wr {
    background-color: #5b646a
}

.no-touch .search-popup__field-ic-close-wr:hover {
    background-color: #83b812
}

.dark .no-touch .search-popup__field-ic-close-wr:hover {
    background-color: #bed753
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__field-ic-close-wr {
        width: 3.7785333333rem;
        height: 3.7785333333rem;
        border-radius: .5556666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__field-ic-close-wr {
        width: 2.3478133333rem;
        height: 2.3478133333rem;
        border-radius: .3452666667rem
    }
}

.search-popup__field-ic-close {
    width: 16px;
    height: auto;
    fill: #fff
}

.dark .search-popup__field-ic-close,
.search-popup-dark .search-popup__field-ic-close {
    fill: hsla(0, 0%, 100%, .8)
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__field-ic-close {
        width: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__field-ic-close {
        width: 1.1048533333rem
    }
}

.search-popup__menu {
    position: relative;
    box-shadow: 0 8px 8px rgba(0, 0, 0, .16);
    background-color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .search-popup__menu,
.search-popup-dark .search-popup__menu {
    background-color: var(--DARK-THEME-BACKGROUND)
}

.search-popup__menu-wrap {
    padding: 0 4px;
    display: flex;
    align-items: center;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__menu-wrap {
        padding: 0 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__menu-wrap {
        padding: 0 1.3810666667rem
    }
}

@media(min-width:1546px) {
    .search-popup__menu-wrap {
        padding: 0 20px
    }
}

.search-popup__menu-wrap::-webkit-scrollbar {
    height: 0;
    width: 0;
    opacity: 0;
    color: transparent;
    background-color: transparent;
    display: none
}

.search-popup__menu-wrap::-webkit-scrollbar-thumb,
.search-popup__menu-wrap::-webkit-scrollbar-track {
    background: 0 0;
    display: none
}

.search-popup__menu-item {
    height: 40px;
    padding: 0 8px;
    cursor: pointer
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__menu-item {
        height: 4.4453333333rem;
        padding: 0 .8890666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__menu-item {
        height: 2.7621333333rem;
        padding: 0 .5524266667rem
    }
}

.search-popup__menu-item--active {
    cursor: default
}

.search-popup__menu-txt {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    color: #474d3a;
    transition: all .3s ease
}

.dark .search-popup__menu-txt,
.search-popup-dark .search-popup__menu-txt {
    color: hsla(0, 0%, 100%, .6)
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__menu-txt {
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__menu-txt {
        font-size: .9667466667rem;
        line-height: 1.24296rem
    }
}

.no-touch .search-popup__menu-item:hover .search-popup__menu-txt,
.search-popup__menu-item--active .search-popup__menu-txt {
    color: #5a6446
}

.dark .no-touch .search-popup__menu-item:hover .search-popup__menu-txt,
.dark .search-popup__menu-item--active .search-popup__menu-txt,
.search-popup-dark .no-touch .search-popup__menu-item:hover .search-popup__menu-txt,
.search-popup-dark .search-popup__menu-item--active .search-popup__menu-txt,
.search-popup-dark .search-popup__menu-item .search-popup__menu-txt:hover {
    color: hsla(0, 0%, 100%, .8)
}

.search-popup__menu-item--active .search-popup__menu-txt:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #83b812
}

.dark .search-popup__menu-item--active .search-popup__menu-txt:after,
.search-popup-dark .search-popup__menu-item--active .search-popup__menu-txt:after {
    background-color: #97a94c
}

.search-popup__results-item {
    position: relative;
    width: 100%;
    min-height: 74px;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e1e6de;
    cursor: pointer;
    transition: all .3s ease
}

.search-popup__results-item:last-child {
    border: none
}

.dark .search-popup__results-item,
.search-popup-dark .search-popup__results-item {
    border-bottom: 1px solid #5b646a
}

.dark .search-popup__results-item:last-child,
.search-popup-dark .search-popup__results-item:last-child {
    border: none
}

.no-touch .search-popup__results-item:hover {
    background-color: #e1e6de
}

.dark .no-touch .search-popup__results-item:hover,
.search-popup-dark .search-popup__results-item:hover {
    background-color: #5b646a
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__results-item {
        min-height: 8.2238666667rem;
        padding: 1.3336rem 3.1117333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__results-item {
        min-height: 5.1099466667rem;
        padding: .82864rem 1.9334933333rem
    }
}

@media(min-width:1546px) {
    .search-popup__results-item {
        padding: 12px 28px
    }
}

.search-popup__results-item-img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__results-item-img {
        width: 5.5566666667rem;
        height: 5.5566666667rem;
        margin-right: 1.667rem;
        border-radius: .5556666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__results-item-img {
        width: 3.4526666667rem;
        height: 3.4526666667rem;
        margin-right: 1.0358rem;
        border-radius: .3452666667rem
    }
}

.search-popup__results-item-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.search-popup__results-item-title {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #5a6446
}

.dark .search-popup__results-item-title,
.search-popup-dark .search-popup__results-item-title {
    color: hsla(0, 0%, 100%, .8)
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__results-item-title {
        margin-bottom: .4445333333rem;
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__results-item-title {
        margin-bottom: .2762133333rem;
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.search-popup__results-item-info-inner {
    display: flex;
    align-items: center;
    width: 100%
}

.search-popup__results-item-info-inner.game-multi-windows-mode {
    flex-direction: column
}

.search-popup__results-item-provider {
    margin-right: 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #83b812
}

.dark .search-popup__results-item-provider,
.search-popup-dark .search-popup__results-item-provider {
    color: #97a94c
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__results-item-provider {
        margin-right: 1.7781333333rem;
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__results-item-provider {
        margin-right: 1.1048533333rem;
        font-size: .9667466667rem;
        line-height: 1.24296rem
    }
}

.no-touch .search-popup__results-item-provider:hover {
    text-decoration: underline
}

.search-popup__results-item-jackpot {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #5a6446
}

.dark .search-popup__results-item-jackpot,
.search-popup-dark .search-popup__results-item-jackpot {
    color: hsla(0, 0%, 100%, .6)
}

.search-popup__results-item-jackpot span {
    font-weight: 600
}

.dark .search-popup__results-item-jackpot span,
.search-popup-dark .search-popup__results-item-jackpot span {
    color: hsla(0, 0%, 100%, .8)
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__results-item-jackpot {
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__results-item-jackpot {
        font-size: .9667466667rem;
        line-height: 1.24296rem
    }
}

.search-popup__result-items {
    padding: 0
}

.vb-visible .search-popup__result-items {
    padding-right: 25px
}

@media(min-width:769px)and (max-width:1024px) {
    .vb-visible .search-popup__result-items {
        padding-right: 2.7783333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .vb-visible .search-popup__result-items {
        padding-right: 1.7263333333rem
    }
}

.search-popup__helpers {
    position: relative;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 8px 8px rgba(0, 0, 0, .16);
    transition: all .3s ease
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__helpers {
        padding: 1.1113333333rem 2.8894666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__helpers {
        padding: .6905333333rem 1.7953866667rem
    }
}

@media(min-width:1546px) {
    .search-popup__helpers {
        padding: 10px 26px
    }
}

.search-popup__helpers-item {
    margin: 2px;
    padding: 6px 10px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease
}

.dark .search-popup__helpers-item,
.search-popup-dark .search-popup__helpers-item {
    color: hsla(0, 0%, 100%, .8)
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__helpers-item {
        margin: .2222666667rem;
        padding: .6668rem 1.1113333333rem;
        border-radius: .5556666667rem;
        font-size: 1.3336rem;
        line-height: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__helpers-item {
        margin: .1381066667rem;
        padding: .41432rem .6905333333rem;
        border-radius: .3452666667rem;
        font-size: .82864rem;
        line-height: 1.1048533333rem
    }
}

.search-popup__helpers-item:first-letter {
    text-transform: uppercase
}

.search-popup__helpers-item--provider {
    border: 1px solid #474d3a;
    color: #474d3a
}

.dark .search-popup__helpers-item--provider,
.search-popup-dark .search-popup__helpers-item--provider {
    border: 1px solid hsla(0, 0%, 100%, .6);
    color: hsla(0, 0%, 100%, .6)
}

.no-touch .search-popup__helpers-item--provider:hover,
.search-popup__helpers-item--provider.active {
    border: 1px solid #83b812;
    color: #83b812
}

.dark .no-touch .search-popup__helpers-item--provider:hover,
.dark .search-popup__helpers-item--provider.active,
.search-popup-dark .no-touch .search-popup__helpers-item--provider:hover,
.search-popup-dark .search-popup__helpers-item--provider.active {
    border: 1px solid #bed753;
    color: #bed753
}

.search-popup__helpers-item--game {
    background-color: #98a590
}

.dark .search-popup__helpers-item--game,
.search-popup-dark .search-popup__helpers-item--game {
    background-color: #5b646a
}

.no-touch .search-popup__helpers-item--game:hover,
.search-popup__helpers-item--game.active {
    background-color: #83b812
}

.dark .no-touch .search-popup__helpers-item--game:hover,
.dark .search-popup__helpers-item--game.active,
.search-popup-dark .no-touch .search-popup__helpers-item--game:hover,
.search-popup-dark .search-popup__helpers-item--game.active {
    background-color: #bed753
}

.search-popup__win-item {
    position: relative;
    width: 100%;
    min-height: 74px;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e1e6de;
    cursor: pointer;
    transition: all .3s ease
}

.search-popup__win-item:last-child {
    border: none
}

.dark .search-popup__win-item,
.search-popup-dark .search-popup__win-item {
    border-bottom: 1px solid #5b646a
}

.no-touch .search-popup__win-item:hover {
    background-color: #e1e6de
}

.dark .no-touch .search-popup__win-item:hover,
.search-popup-dark .search-popup__win-item:hover {
    background-color: #5b646a
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__win-item {
        min-height: 8.2238666667rem;
        padding: 1.3336rem 3.1117333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__win-item {
        min-height: 5.1099466667rem;
        padding: .82864rem 1.9334933333rem
    }
}

@media(min-width:1546px) {
    .search-popup__win-item {
        padding: 12px 28px
    }
}

.search-popup__win-item-img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__win-item-img {
        width: 5.5566666667rem;
        height: 5.5566666667rem;
        margin-right: 1.667rem;
        border-radius: .5556666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__win-item-img {
        width: 3.4526666667rem;
        height: 3.4526666667rem;
        margin-right: 1.0358rem;
        border-radius: .3452666667rem
    }
}

.search-popup__win-item-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.search-popup__win-item-title {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #5a6446
}

.dark .search-popup__win-item-title,
.search-popup-dark .search-popup__win-item-title {
    color: hsla(0, 0%, 100%, .8)
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__win-item-title {
        margin-bottom: .4445333333rem;
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__win-item-title {
        margin-bottom: .2762133333rem;
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.search-popup__win-item-info-inner {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.search-popup__win-item-info-inner.game-multi-windows-mode {
    flex-direction: column
}

.search-popup__win-item-sum {
    margin-right: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #83b812
}

.dark .search-popup__win-item-sum,
.search-popup-dark .search-popup__win-item-sum {
    color: #97a94c
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__win-item-sum {
        margin-right: .4445333333rem;
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__win-item-sum {
        margin-right: .2762133333rem;
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.search-popup__win-item-user {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #5a6446
}

.dark .search-popup__win-item-user,
.search-popup-dark .search-popup__win-item-user {
    color: hsla(0, 0%, 100%, .6)
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__win-item-user {
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__win-item-user {
        font-size: .9667466667rem;
        line-height: 1.24296rem
    }
}

.search-popup__win-items {
    padding: 0
}

.vb-visible .search-popup__win-items {
    padding-right: 25px
}

@media(min-width:769px)and (max-width:1024px) {
    .vb-visible .search-popup__win-items {
        padding-right: 2.7783333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .vb-visible .search-popup__win-items {
        padding-right: 1.7263333333rem
    }
}

.search-popup__sort-menu {
    z-index: 1;
    position: absolute;
    top: 54px;
    right: 12px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    background-color: #e1e6de;
    cursor: pointer
}

.dark .search-popup__sort-menu,
.search-popup-dark .search-popup__sort-menu {
    background-color: #5b646a
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__sort-menu {
        top: 6.0012rem;
        right: 3.1117333333rem;
        padding: 1.3336rem;
        border-radius: .6668rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__sort-menu {
        top: 3.72888rem;
        right: 1.9334933333rem;
        padding: .82864rem;
        border-radius: .41432rem
    }
}

@media(min-width:1546px) {
    .search-popup__sort-menu {
        right: 28px
    }
}

.search-popup__sort-menu-item {
    margin-bottom: 12px;
    display: flex;
    align-items: center
}

.search-popup__sort-menu-item:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__sort-menu-item {
        margin-bottom: 1.3336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__sort-menu-item {
        margin-bottom: .82864rem
    }
}

.search-popup__sort-menu-item-ic {
    height: 16px;
    width: auto;
    margin-right: 10px;
    fill: #474d3a;
    transition: all .3s ease
}

.dark .search-popup__sort-menu-item-ic,
.search-popup-dark .search-popup__sort-menu-item-ic {
    fill: hsla(0, 0%, 100%, .8)
}

.no-touch .search-popup__sort-menu-item:hover .search-popup__sort-menu-item-ic,
.search-popup__sort-menu-item--active .search-popup__sort-menu-item-ic {
    fill: #83b812
}

.dark .no-touch .search-popup__sort-menu-item:hover .search-popup__sort-menu-item-ic,
.dark .search-popup__sort-menu-item--active .search-popup__sort-menu-item-ic,
.search-popup-dark .no-touch .search-popup__sort-menu-item:hover .search-popup__sort-menu-item-ic,
.search-popup-dark .search-popup__sort-menu-item--active .search-popup__sort-menu-item-ic {
    fill: #bed753
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__sort-menu-item-ic {
        height: 1.7781333333rem;
        margin-right: 1.1113333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__sort-menu-item-ic {
        height: 1.1048533333rem;
        margin-right: .6905333333rem
    }
}

.search-popup__sort-menu-item-txt {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #474d3a;
    transition: all .3s ease
}

.dark .search-popup__sort-menu-item-txt,
.search-popup-dark .search-popup__sort-menu-item-txt {
    color: hsla(0, 0%, 100%, .8)
}

.no-touch .search-popup__sort-menu-item:hover .search-popup__sort-menu-item-txt,
.search-popup__sort-menu-item--active .search-popup__sort-menu-item-txt {
    color: #83b812
}

.dark .no-touch .search-popup__sort-menu-item:hover .search-popup__sort-menu-item-txt,
.dark .search-popup__sort-menu-item--active .search-popup__sort-menu-item-txt,
.search-popup-dark .no-touch .search-popup__sort-menu-item:hover .search-popup__sort-menu-item-txt,
.search-popup-dark .search-popup__sort-menu-item--active .search-popup__sort-menu-item-txt {
    color: #bed753
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__sort-menu-item-txt {
        font-size: 1.3336rem;
        line-height: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__sort-menu-item-txt {
        font-size: .82864rem;
        line-height: 1.1048533333rem
    }
}

.search-popup__info-bar {
    position: relative;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__info-bar {
        padding: 1.3336rem 3.1117333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__info-bar {
        padding: .82864rem 1.9334933333rem
    }
}

@media(min-width:1546px) {
    .search-popup__info-bar {
        padding: 12px 28px
    }
}

.search-popup__info-bar-txt {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #474d3a
}

.dark .search-popup__info-bar-txt,
.search-popup-dark .search-popup__info-bar-txt {
    color: hsla(0, 0%, 100%, .8)
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__info-bar-txt {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__info-bar-txt {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.search-popup__info-bar-num {
    color: #83b812
}

.dark .search-popup__info-bar-num,
.search-popup-dark .search-popup__info-bar-num {
    color: #97a94c
}

.search-popup__info-bar-sort-btn {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-color: #e1e6de;
    cursor: pointer
}

.dark .search-popup__info-bar-sort-btn,
.search-popup-dark .search-popup__info-bar-sort-btn {
    background-color: #5b646a
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__info-bar-sort-btn {
        width: 3.7785333333rem;
        height: 3.7785333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__info-bar-sort-btn {
        width: 2.3478133333rem;
        height: 2.3478133333rem
    }
}

.search-popup__info-bar-sort-btn-ic {
    width: 15px;
    height: auto;
    fill: #474d3a;
    transition: all .3s ease
}

.dark .search-popup__info-bar-sort-btn-ic,
.search-popup-dark .search-popup__info-bar-sort-btn-ic {
    fill: hsla(0, 0%, 100%, .8)
}

.no-touch .search-popup__info-bar-sort-btn:hover .search-popup__info-bar-sort-btn-ic,
.search-popup__info-bar-sort-btn--active .search-popup__info-bar-sort-btn-ic {
    fill: #83b812
}

.dark .no-touch .search-popup__info-bar-sort-btn:hover .search-popup__info-bar-sort-btn-ic,
.dark .search-popup__info-bar-sort-btn--active .search-popup__info-bar-sort-btn-ic,
.search-popup-dark .no-touch .search-popup__info-bar-sort-btn:hover .search-popup__info-bar-sort-btn-ic,
.search-popup-dark .search-popup__info-bar-sort-btn--active .search-popup__info-bar-sort-btn-ic {
    fill: #bed753
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__info-bar-sort-btn-ic {
        width: 1.667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__info-bar-sort-btn-ic {
        width: 1.0358rem
    }
}

.search-popup__provider {
    margin-bottom: 12px;
    padding: 0 12px;
    cursor: pointer
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__provider {
        margin-bottom: 1.3336rem;
        padding: 0 3.1117333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__provider {
        margin-bottom: .82864rem;
        padding: 0 1.9334933333rem
    }
}

@media(min-width:1546px) {
    .search-popup__provider {
        padding: 0 28px
    }
}

.search-popup__provider-inner {
    padding: 14px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    background-color: #5a6446;
    transition: all .3s ease
}

.dark .search-popup__provider-inner,
.search-popup-dark .search-popup__provider-inner {
    background-color: #5b646a
}

.no-touch .search-popup__provider-inner:hover {
    transform: translate3d(5px, 0, 0)
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__provider-inner {
        padding: 1.5558666667rem 1.3336rem;
        border-radius: .5556666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__provider-inner {
        padding: .9667466667rem .82864rem;
        border-radius: .3452666667rem
    }
}

.search-popup__provider-img {
    height: 20px;
    flex-grow: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: left
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__provider-img {
        height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__provider-img {
        height: 1.3810666667rem
    }
}

.search-popup__provider-arr {
    width: auto;
    height: 12px;
    fill: #fff;
    transition: all .3s ease
}

.dark .search-popup__provider-arr,
.search-popup-dark .search-popup__provider-arr {
    fill: hsla(0, 0%, 100%, .8)
}

.no-touch .search-popup__provider-inner:hover .search-popup__provider-arr {
    transform: scale(1.5);
    fill: #83b812
}

.dark .no-touch .search-popup__provider-inner:hover .search-popup__provider-arr,
.search-popup-dark .no-touch .search-popup__provider-inner:hover .search-popup__provider-arr {
    fill: #bed753
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__provider-arr {
        height: 1.3336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__provider-arr {
        height: .82864rem
    }
}

.search-popup {
    z-index: 101;
    position: fixed;
    left: 0;
    top: 0;
    width: auto;
    height: auto
}

.game-page .search-popup {
    left: 50%;
    transform: translateX(-50%);
    z-index: 110
}

@media(max-width:768px) {
    .search-popup {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 56px 0 50px
    }
}

@media screen and (min-width:769px) {
    .search-popup {
        padding: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup {
        left: 18.2258666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup {
        left: 11.3247466667rem
    }
}

@media(min-width:1546px)and (max-width:1919px) {
    .search-popup {
        left: 164px
    }
}

@media(min-width:1920px) {
    .search-popup {
        left: 380px
    }
}

.search-popup__overflay {
    display: none
}

.search-popup__inner {
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    background-color: #fff;
    margin: 0 auto
}

.dark .search-popup__inner,
.search-popup-dark .search-popup__inner {
    background-color: #383d41
}

@media screen and (min-width:769px) {
    .search-popup__inner {
        overflow: hidden;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__inner {
        width: 51.1213333333rem;
        max-height: 66.9022666667rem;
        border-radius: 0 0 1.7781333333rem 1.7781333333rem
    }
}

@media(min-width:1025px) {
    .search-popup__inner {
        margin: 0
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__inner {
        width: 31.7645333333rem;
        max-height: 41.5701066667rem;
        border-radius: 0 0 1.1048533333rem 1.1048533333rem
    }
}

@media(min-width:1546px) {
    .search-popup__inner {
        width: 460px;
        max-height: 602px;
        border-radius: 0 0 16px 16px
    }

    .game-page .search-popup__inner {
        left: 0
    }
}

@media(min-width:1580px)and (max-width:1919px) {
    .search-popup__inner {
        position: relative;
        width: 460px;
        max-height: 602px;
        border-radius: 0 0 16px 16px
    }
}

.search-popup__scroll {
    display: flex;
    flex-direction: column;
    height: auto
}

.search-popup__no-results {
    padding: 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #df1f3d
}

.dark .search-popup__no-results,
.search-popup-dark .search-popup__no-results {
    color: #df2244
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup__no-results {
        padding: 3.1117333333rem;
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup__no-results {
        padding: 1.9334933333rem;
        font-size: .9667466667rem;
        line-height: 1.24296rem
    }
}

@media(min-width:1546px) {
    .search-popup__no-results {
        padding: 28px
    }
}

.jkl {
    border: none;
    flex-shrink: 0;
    order: 20;
    z-index: 1;
    margin-left: 280px;
    background-color: var(--LIGHT-THEME-BACKGROUND)
}

.dark .jkl {
    background-color: var(--DARK-THEME-BACKGROUND)
}

@media(min-width:1546px)and (max-width:1919px) {
    .jkl {
        margin-left: 64px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .jkl {
        margin-left: 4.4194133333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .jkl {
        margin-left: 7.1125333333rem
    }
}

@media(max-width:768px) {
    .jkl {
        margin-left: 0;
        width: 100%
    }
}

.jkl .jkl-content {
    margin: 0 auto;
    padding: 32px 12px 50px
}

@media(min-width:769px)and (max-width:1024px) {
    .jkl .jkl-content {
        padding: 3.5562666667rem 2.6672rem 10.2242666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .jkl .jkl-content {
        width: 91.7028266667rem;
        padding: 2.48592rem 0 5.2480533333rem
    }
}

@media(min-width:1546px) {
    .jkl .jkl-content {
        max-width: 1328px;
        padding: 36px 0 76px
    }
}

.jkl .jkl-content .h1,
.jkl .jkl-content .h2,
.jkl .jkl-content .h3,
.jkl .jkl-content .h4,
.jkl .jkl-content .jkl__ul-title,
.jkl .jkl-content .jkl__ul li,
.jkl .jkl-content h1,
.jkl .jkl-content h2,
.jkl .jkl-content h3,
.jkl .jkl-content h4,
.jkl .jkl-content p {
    color: var(--LIGHT-THEME-PRIMARY-3)
}

.dark .jkl .jkl-content .h1,
.dark .jkl .jkl-content .h2,
.dark .jkl .jkl-content .h3,
.dark .jkl .jkl-content .h4,
.dark .jkl .jkl-content .jkl__ul-title,
.dark .jkl .jkl-content .jkl__ul li,
.dark .jkl .jkl-content h1,
.dark .jkl .jkl-content h2,
.dark .jkl .jkl-content h3,
.dark .jkl .jkl-content h4,
.dark .jkl .jkl-content p {
    color: var(--DARK-THEME-PRIMARY-2)
}

.jkl .jkl-content table {
    color: var(--LIGHT-THEME-PRIMARY-3);
    margin-bottom: 40px
}

.dark .jkl .jkl-content table {
    color: var(--DARK-THEME-PRIMARY-2)
}

.jkl .jkl-content table td {
    padding: 8px
}

.jkl .jkl-content .jkl__ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 4px;
    font-size: 6px;
    border-radius: 50%;
    background-color: var(--LIGHT-THEME-PRIMARY-3);
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.jkl .jkl-content .jkl__ol li {
    list-style: decimal;
    list-style-position: inside;
    font-size: 14px;
    line-height: 16px;
    padding-left: 18px;
    margin-bottom: 0;
    color: var(--LIGHT-THEME-PRIMARY-3)
}

.dark .jkl .jkl-content .jkl__ol li {
    color: var(--DARK-THEME-PRIMARY-2)
}

.jkl-content ol:not(.ol-list) li {
    color: var(--LIGHT-THEME-PRIMARY-3);
    list-style: decimal;
    list-style-position: inside;
    position: relative;
    padding-left: 20px;
    line-height: 1;
    margin-bottom: 25px
}

.dark .jkl-content ol:not(.ol-list) li {
    color: var(--DARK-THEME-PRIMARY-2)
}

.jkl-content ul:not(.jkl__ul) {
    margin-bottom: 60px
}

.jkl-content ul:not(.jkl__ul) li {
    position: relative;
    padding-left: 20px;
    line-height: 1;
    margin-bottom: 25px;
    color: var(--LIGHT-THEME-PRIMARY-3)
}

.dark .jkl-content ul:not(.jkl__ul) li {
    color: var(--DARK-THEME-PRIMARY-2)
}

.jkl-content ul:not(.jkl__ul) li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--LIGHT-THEME-SECONDARY-2)
}

.dark .jkl-content ul:not(.jkl__ul) li:before {
    background-color: var(--DARK-THEME--SECONDARY-2)
}

.jkl .jkl-content p {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 16px
}

.jkl .jkl-content .h1,
.jkl .jkl-content .h2,
.jkl .jkl-content h1,
.jkl .jkl-content h2 {
    text-transform: unset;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600
}

.jkl .jkl-content .jkl__ul-title {
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 600
}

.jkl .jkl-content .jkl__ul {
    margin-bottom: 34px
}

.jkl .jkl-content .jkl__ul li {
    font-size: 14px;
    line-height: 16px;
    padding-left: 18px;
    position: relative;
    margin-bottom: 0
}

.jkl .jkl-content .jkl__ol {
    margin-top: -26px;
    margin-bottom: 34px
}

.payment-process-sum {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-3)
}

.dark .payment-process-sum {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .payment-process-sum {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payment-process-sum {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .payment-process-sum {
        margin-top: .8890666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payment-process-sum {
        margin-top: .5524266667rem
    }
}

.payment-process-sum--modal .payment-process-sum__commission,
.payment-process-sum--modal .payment-process-sum__label,
.payment-process-sum--modal .payment-process-sum__value {
    color: var(--LIGHT-THEME-PRIMARY-3)
}

.dark .payment-process-sum--modal .payment-process-sum__commission,
.dark .payment-process-sum--modal .payment-process-sum__label,
.dark .payment-process-sum--modal .payment-process-sum__value {
    color: var(--DARK-THEME-PRIMARY-2)
}

.payment-process-sum--popup {
    letter-spacing: normal;
    line-height: 20px;
    margin-bottom: 16px
}

.payment-process-sum--popup .payment-process-sum__commission,
.payment-process-sum--popup .payment-process-sum__label,
.payment-process-sum--popup .payment-process-sum__value {
    color: #7aa431
}

.deposit-popup {
    position: absolute;
    right: 0;
    z-index: 2
}

@media(max-width:768px) {
    .deposit-popup {
        position: fixed;
        top: 56px;
        bottom: 48px;
        width: 100%;
        overflow-y: scroll;
        background-color: #292925;
        transform: translateZ(0)
    }

    .dark .deposit-popup {
        background-color: #383d41
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .deposit-popup {
        top: 8.4461333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .deposit-popup {
        top: 5.2480533333rem
    }
}

@media(min-width:1546px) {
    .deposit-popup {
        top: 76px
    }
}

.deposit-popup__limits-wrap {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 20px;
    display: flex;
    justify-content: space-between
}

@media(min-width:1025px)and (max-width:1545px) {
    .deposit-popup__limits-wrap {
        font-size: 1.1048533333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .deposit-popup__limits-wrap {
        font-size: 1.7781333333rem
    }
}

@media(max-width:768px) {
    .deposit-popup__limits-wrap {
        line-height: 1;
        letter-spacing: -.8px;
        font-size: 16px;
        margin: 0 0 20px
    }
}

.deposit-popup__min-limit {
    color: #6ea500
}

.dark .deposit-popup__min-limit {
    color: #97a94c
}

.deposit-popup__max-limit {
    color: #df1f3d
}

.dark .deposit-popup__max-limit {
    color: #df2244
}

.deposit-popup__inner {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    width: calc(100% - 60px);
    padding: 20px;
    border-radius: 10px;
    cursor: default
}

.basic .deposit-popup__inner {
    box-shadow: 0 8px 28px 0 #1c1e1a;
    background-color: #1c1e1a
}

.dark .deposit-popup__inner {
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .16), 0 0 5px 0 rgba(0, 0, 0, .09);
    background-color: #2c2f32
}

@media(max-width:768px) {
    .deposit-popup__inner {
        margin-bottom: 35px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .deposit-popup__inner {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        width: 43.342rem;
        padding: 3.334rem;
        border-radius: 1.1113333333rem
    }

    .basic .deposit-popup__inner,
    .deposit-popup__inner {
        box-shadow: 0 .8890666667rem 3.1117333333rem 0 #1c1e1a
    }

    .dark .deposit-popup__inner {
        box-shadow: 0 0 1.0002rem 0 rgba(0, 0, 0, .16), 0 0 .5556666667rem 0 rgba(0, 0, 0, .09)
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .deposit-popup__inner {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        width: 26.9308rem;
        padding: 2.0716rem;
        border-radius: .6905333333rem
    }

    .basic .deposit-popup__inner {
        box-shadow: 0 .5524266667rem 1.9334933333rem 0 #1c1e1a
    }

    .dark .deposit-popup__inner {
        box-shadow: 0 0 .62148rem 0 rgba(0, 0, 0, .16), 0 0 .3452666667rem 0 rgba(0, 0, 0, .09)
    }
}

@media(min-width:1546px) {
    .deposit-popup__inner {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        width: 390px;
        padding: 30px;
        border-radius: 10px
    }

    .basic .deposit-popup__inner {
        box-shadow: 0 8px 28px 0 #1c1e1a
    }

    .dark .deposit-popup__inner {
        box-shadow: 0 0 9px 0 rgba(0, 0, 0, .16), 0 0 5px 0 rgba(0, 0, 0, .09)
    }
}

.deposit-popup__close {
    position: absolute;
    right: -21px;
    top: -21px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease
}

.basic .deposit-popup__close {
    background-color: #548200;
    color: #f2f2f2
}

.dark .deposit-popup__close {
    background-color: #bed753;
    color: #f2f2f2
}

@media(min-width:769px)and (max-width:1024px) {
    .deposit-popup__close {
        right: -2.3338rem;
        top: -2.3338rem;
        width: 4.6676rem;
        height: 4.6676rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .deposit-popup__close {
        right: -1.45012rem;
        top: -1.45012rem;
        width: 2.90024rem;
        height: 2.90024rem
    }
}

@media(min-width:1546px) {
    .deposit-popup__close {
        right: -21px;
        top: -21px;
        width: 42px;
        height: 42px
    }
}

.deposit-popup__close-ic {
    width: auto;
    height: 18px
}

@media(min-width:769px)and (max-width:1024px) {
    .deposit-popup__close-ic {
        height: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .deposit-popup__close-ic {
        height: 1.24296rem
    }
}

@media(min-width:1546px) {
    .deposit-popup__close-ic {
        height: 18px
    }
}

.deposit-popup__input-label {
    margin: 0 0 15px 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -.8px;
    color: #9ea097;
    text-align: left
}

@media(min-width:769px)and (max-width:1024px) {
    .deposit-popup__input-label {
        margin: 0 0 1.667rem 1.7781333333rem;
        font-size: 1.7781333333rem;
        letter-spacing: -.0889066667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .deposit-popup__input-label {
        margin: 0 0 1.0358rem 1.1048533333rem;
        font-size: 1.1048533333rem;
        letter-spacing: -.0552426667rem
    }
}

@media(min-width:1546px) {
    .deposit-popup__input-label {
        margin: 0 0 15px 16px;
        font-size: 16px;
        letter-spacing: -.8px
    }
}

.deposit-popup__input-wrap {
    position: relative;
    display: flex
}

.deposit-popup__input {
    margin-bottom: 0;
    width: 100%
}

.play .deposit-popup__input {
    margin-bottom: 0
}

.deposit-popup__submit {
    height: 50px;
    min-width: 96px;
    flex-shrink: 0;
    padding: 15px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
    border: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.8px;
    color: #fff;
    cursor: pointer
}

.basic .deposit-popup__submit {
    background-color: #6ea500;
    color: #fff
}

.dark .deposit-popup__submit {
    background-color: #97a94c;
    color: #fff
}

@media(min-width:1025px)and (max-width:1545px) {
    .deposit-popup__submit {
        height: 3.4526666667rem;
        min-width: 6.62912rem;
        padding: 1.0358rem;
        border-radius: .3452666667rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        font-size: 1.1048533333rem;
        letter-spacing: -.0552426667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .deposit-popup__submit {
        height: 5.5566666667rem;
        min-width: 10.6688rem;
        padding: 1.667rem;
        border-radius: .5556666667rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        font-size: 1.7781333333rem;
        letter-spacing: -.0889066667rem
    }
}

@media(min-width:1546px) {
    .deposit-popup__submit {
        padding: 15px;
        border-radius: 5px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        font-size: 16px;
        letter-spacing: -.8px
    }
}

@media(max-width:768px) {
    .deposit-popup__submit {
        height: 45px
    }
}

.basic .no-touch .deposit-popup__submit:hover {
    background-color: #548200
}

.dark .no-touch .deposit-popup__submit:hover {
    background-color: #bed753
}

.deposit-popup__sum-range {
    display: flex;
    justify-content: space-between;
    padding-right: 1px;
    margin-bottom: 25px
}

@media(min-width:769px)and (max-width:1024px) {
    .deposit-popup__sum-range {
        padding-right: .1111333333rem;
        margin-bottom: 2.7783333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .deposit-popup__sum-range {
        padding-right: .0690533333rem;
        margin-bottom: 1.7263333333rem
    }
}

@media(min-width:1546px) {
    .deposit-popup__sum-range {
        padding-right: 1px;
        margin-bottom: 25px
    }
}

.deposit-popup__sum-range-item {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -.8px
}

@media(min-width:769px)and (max-width:1024px) {
    .deposit-popup__sum-range-item {
        font-size: 1.7781333333rem;
        letter-spacing: -.0889066667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .deposit-popup__sum-range-item {
        font-size: 1.1048533333rem;
        letter-spacing: -.0552426667rem
    }
}

@media(min-width:1546px) {
    .deposit-popup__sum-range-item {
        font-size: 16px;
        letter-spacing: -.8px
    }
}

.basic .deposit-popup__sum-range-item--min {
    color: #6ea500
}

.dark .deposit-popup__sum-range-item--min {
    color: #97a94c
}

.basic .deposit-popup__sum-range-item--max {
    color: #df1f3d
}

.dark .deposit-popup__sum-range-item--max {
    color: #df2244
}

.deposit-popup__section {
    position: relative
}

.deposit-popup__fast-sums {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-top: 25px
}

@media(min-width:769px)and (max-width:1024px) {
    .deposit-popup__fast-sums {
        margin-bottom: 2.2226666667rem;
        margin-top: 2.7783333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .deposit-popup__fast-sums {
        margin-bottom: 1.3810666667rem;
        margin-top: 1.7263333333rem
    }
}

@media(min-width:1546px) {
    .deposit-popup__fast-sums {
        margin-bottom: 20px;
        margin-top: 25px
    }
}

.deposit-popup__fast-sum {
    flex-shrink: 0;
    width: calc(33.333% - 6px);
    height: 36px;
    padding: 0 9px;
    margin-bottom: 12px;
    border-radius: 5px;
    background-color: transparent;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: -.8px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer
}

.basic .deposit-popup__fast-sum {
    box-shadow: inset 0 0 0 2px #6ea500;
    color: #fff
}

.basic .deposit-popup__fast-sum.active {
    background-color: #6ea500
}

.basic .deposit-popup__fast-sum.active .deposit-popup__fast-sum-cur {
    color: #fff
}

.dark .deposit-popup__fast-sum {
    box-shadow: inset 0 0 0 2px #879744;
    color: #fff
}

.dark .deposit-popup__fast-sum.active {
    background-color: #879744
}

.dark .deposit-popup__fast-sum.active .deposit-popup__fast-sum-cur {
    color: #fff
}

.deposit-popup__fast-sum:hover:not(.active) {
    transform: translate3d(0, 1px, 0);
    background-color: #548200
}

@media(min-width:769px)and (max-width:1024px) {
    .deposit-popup__fast-sum {
        height: 4.0008rem;
        padding: 0 1.0002rem;
        margin-bottom: 1.3336rem;
        border-radius: .5556666667rem;
        font-size: 1.7781333333rem;
        line-height: 4.0008rem;
        letter-spacing: -.0889066667rem
    }

    .basic .deposit-popup__fast-sum {
        box-shadow: inset 0 0 0 .2222666667rem #6ea500
    }

    .dark .deposit-popup__fast-sum {
        box-shadow: inset 0 0 0 .2222666667rem #97a94c
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .deposit-popup__fast-sum {
        height: 2.48592rem;
        padding: 0 .62148rem;
        margin-bottom: .82864rem;
        border-radius: .3452666667rem;
        font-size: 1.1048533333rem;
        line-height: 2.48592rem;
        letter-spacing: -.0552426667rem
    }

    .basic .deposit-popup__fast-sum,
    .deposit-popup__fast-sum {
        box-shadow: inset 0 0 0 .1381066667rem #6ea500
    }

    .dark .deposit-popup__fast-sum {
        box-shadow: inset 0 0 0 .1381066667rem #97a94c
    }
}

@media(min-width:1546px) {
    .deposit-popup__fast-sum {
        height: 36px;
        padding: 0 9px;
        margin-bottom: 12px;
        border-radius: 5px;
        font-size: 16px;
        line-height: 36px;
        letter-spacing: -.8px
    }

    .basic .deposit-popup__fast-sum,
    .deposit-popup__fast-sum {
        box-shadow: inset 0 0 0 2px #6ea500
    }

    .dark .deposit-popup__fast-sum {
        box-shadow: inset 0 0 0 2px #97a94c
    }
}

@media(max-width:768px) {
    .deposit-popup__fast-sum {
        width: calc(50% - 6px)
    }
}

.basic .no-touch .deposit-popup__fast-sum:hover:not(.active) {
    background-color: #548200
}

.dark .no-touch .deposit-popup__fast-sum:hover:not(.active) {
    background-color: #bed753
}

.no-touch .deposit-popup__fast-sum:hover {
    color: #fff
}

.deposit-popup__fast-sum-cur {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .deposit-popup__fast-sum-cur {
        font-size: 1.5558666667rem;
        line-height: 1.667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .deposit-popup__fast-sum-cur {
        font-size: .9667466667rem;
        line-height: 1.0358rem
    }
}

@media(min-width:1546px) {
    .deposit-popup__fast-sum-cur {
        font-size: 14px;
        line-height: 15px
    }
}

.deposit-popup__switch-card {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    padding-right: 30px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    transition: all .2s ease-out
}

@media(min-width:769px)and (max-width:1024px) {
    .deposit-popup__switch-card {
        padding-right: 3.334rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .deposit-popup__switch-card {
        padding-right: 2.0716rem
    }
}

@media(min-width:1546px) {
    .deposit-popup__switch-card {
        padding-right: 30px
    }
}

.no-touch .deposit-popup__switch-card:hover {
    color: #fff
}

.deposit-popup__switch-card-text {
    font-size: 14px;
    line-height: 1
}

@media(min-width:769px)and (max-width:1024px) {
    .deposit-popup__switch-card-text {
        font-size: 1.5558666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .deposit-popup__switch-card-text {
        font-size: .9667466667rem
    }
}

@media(min-width:1546px) {
    .deposit-popup__switch-card-text {
        font-size: 14px
    }
}

.deposit-popup__switch-card-ic {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.ios.iphone .deposit-popup__switch-card-ic {
    transform: translate3d(0, -8px, 0)
}

@media(min-width:769px)and (max-width:1024px) {
    .ios.iphone .deposit-popup__switch-card-ic {
        transform: translate3d(0, -.8890666667rem, 0)
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .ios.iphone .deposit-popup__switch-card-ic {
        transform: translate3d(0, -.5524266667rem, 0)
    }
}

@media(min-width:1546px) {
    .ios.iphone .deposit-popup__switch-card-ic {
        transform: translate3d(0, -8px, 0)
    }
}

.deposit-popup__section-btn-box {
    padding: 0 30px;
    font-size: 0;
    line-height: 0;
    margin-top: 17px;
    text-align: center
}

@media(min-width:769px)and (max-width:1024px) {
    .deposit-popup__section-btn-box {
        padding: 0 3.334rem;
        margin-top: 1.8892666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .deposit-popup__section-btn-box {
        padding: 0 2.0716rem;
        margin-top: 1.1739066667rem
    }
}

@media(min-width:1546px) {
    .deposit-popup__section-btn-box {
        padding: 0 30px;
        margin-top: 17px
    }
}

.deposit-popup__section-button {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.4px;
    border-bottom: 1px dashed;
    cursor: pointer
}

.basic .deposit-popup__section-button {
    border-color: #6ea500;
    color: #6ea500
}

.dark .deposit-popup__section-button {
    border-color: #97a94c;
    color: #97a94c
}

@media(min-width:769px)and (max-width:1024px) {
    .deposit-popup__section-button {
        font-size: 1.7781333333rem;
        letter-spacing: -.0444533333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .deposit-popup__section-button {
        font-size: 1.1048533333rem;
        letter-spacing: -.0276213333rem
    }
}

@media(min-width:1546px) {
    .deposit-popup__section-button {
        font-size: 16px;
        letter-spacing: -.4px
    }
}

.basic .no-touch .deposit-popup__section-button:hover {
    border-color: #548200;
    color: #548200
}

.dark .no-touch .deposit-popup__section-button:hover {
    border-color: #bed753;
    color: #bed753
}

.deposit-popup__methods {
    position: absolute;
    left: 0;
    top: 58px;
    z-index: 1;
    width: 100%;
    max-height: 205px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.basic .deposit-popup__methods {
    background-color: #1c1e1a
}

.dark .deposit-popup__methods {
    background-color: #383d41
}

@media(min-width:769px)and (max-width:1024px) {
    .deposit-popup__methods {
        top: 6.4457333333rem;
        max-height: 22.7823333333rem;
        border-bottom-left-radius: .5556666667rem;
        border-bottom-right-radius: .5556666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .deposit-popup__methods {
        top: 4.0050933333rem;
        max-height: 14.1559333333rem;
        border-bottom-left-radius: .3452666667rem;
        border-bottom-right-radius: .3452666667rem
    }
}

@media(min-width:1546px) {
    .deposit-popup__methods {
        top: 58px;
        max-height: 205px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px
    }
}

.deposit-popup__cur-method {
    position: relative;
    padding: 20px 50px 20px 100px;
    border-radius: 5px;
    cursor: pointer
}

.basic .deposit-popup__cur-method {
    background-color: #292925
}

.dark .deposit-popup__cur-method {
    background-color: #383d41
}

.deposit-popup__cur-method.opened {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.deposit-popup__cur-method.disabled {
    pointer-events: none
}

.deposit-popup__cur-method.disabled .deposit-popup__cur-method-icon {
    display: none
}

@media(min-width:769px)and (max-width:1024px) {
    .deposit-popup__cur-method {
        padding: 2.2226666667rem 5.5566666667rem 2.2226666667rem 11.1133333333rem;
        border-radius: .5556666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .deposit-popup__cur-method {
        padding: 1.3810666667rem 3.4526666667rem 1.3810666667rem 6.9053333333rem;
        border-radius: .3452666667rem
    }
}

@media(min-width:1546px) {
    .deposit-popup__cur-method {
        padding: 20px 50px 20px 100px;
        border-radius: 5px
    }
}

@media(max-width:768px) {
    .deposit-popup__cur-method {
        padding: 15px 40px 15px 80px
    }
}

.basic .no-touch .deposit-popup__cur-method:hover,
.dark .no-touch .deposit-popup__cur-method:hover {
    background-color: #1c1e1a
}

.deposit-popup__cur-method-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    margin-right: 10px;
    width: 12px;
    height: 7px;
    transition: .2s
}

.deposit-popup__cur-method-icon.opened {
    transform: rotate(-180deg)
}

@media(min-width:769px)and (max-width:1024px) {
    .deposit-popup__cur-method-icon {
        right: 2.2226666667rem;
        margin-top: -.3334rem;
        margin-right: 1.1113333333rem;
        width: 1.3336rem;
        height: .7779333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .deposit-popup__cur-method-icon {
        right: 1.3810666667rem;
        margin-top: -.20716rem;
        margin-right: .6905333333rem;
        width: .82864rem;
        height: .4833733333rem
    }
}

@media(min-width:1546px) {
    .deposit-popup__cur-method-icon {
        right: 20px;
        margin-top: -3px;
        margin-right: 10px;
        width: 12px;
        height: 7px
    }
}

.deposit-popup__cur-method-title {
    margin-bottom: 21px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    font-weight: 400
}

@media(min-width:769px)and (max-width:1024px) {
    .deposit-popup__cur-method-title {
        margin-bottom: 2.3338rem;
        font-size: 1.5558666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .deposit-popup__cur-method-title {
        margin-bottom: 1.45012rem;
        font-size: .9667466667rem
    }
}

@media(min-width:1546px) {
    .deposit-popup__cur-method-title {
        margin-bottom: 21px;
        font-size: 14px
    }
}

.deposit-popup__cur-method-info {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 10px
}

@media(min-width:769px)and (max-width:1024px) {
    .deposit-popup__cur-method-info {
        padding: 0 1.1113333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .deposit-popup__cur-method-info {
        padding: 0 .6905333333rem
    }
}

@media(min-width:1546px) {
    .deposit-popup__cur-method-info {
        padding: 0 10px
    }
}

@media(max-width:768px) {
    .deposit-popup__cur-method-info {
        padding: 0
    }
}

.deposit-popup__cur-method-logo {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate3d(0, -50%, 0);
    width: 70px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

@media(min-width:769px)and (max-width:1024px) {
    .deposit-popup__cur-method-logo {
        left: 1.667rem;
        width: 7.7793333333rem;
        height: 4.4453333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .deposit-popup__cur-method-logo {
        left: 1.0358rem;
        width: 4.8337333333rem;
        height: 2.7621333333rem
    }
}

@media(min-width:1546px) {
    .deposit-popup__cur-method-logo {
        left: 15px;
        width: 70px;
        height: 40px
    }
}

.deposit-popup__cur-method-num {
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: .3px;
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .deposit-popup__cur-method-num {
        font-size: 2.0004rem;
        letter-spacing: .03334rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .deposit-popup__cur-method-num {
        font-size: 1.24296rem;
        letter-spacing: .020716rem
    }
}

@media(min-width:1546px) {
    .deposit-popup__cur-method-num {
        font-size: 18px;
        letter-spacing: .3px
    }
}

@media(max-width:768px) {
    .deposit-popup__cur-method-num {
        font-size: 16px
    }
}

.deposit-popup__other-pay-methods {
    padding-bottom: 15px
}

@media(min-width:769px)and (max-width:1024px) {
    .deposit-popup__other-pay-methods {
        padding-bottom: 1.667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .deposit-popup__other-pay-methods {
        padding-bottom: 1.0358rem
    }
}

@media(min-width:1546px) {
    .deposit-popup__other-pay-methods {
        padding-bottom: 15px
    }
}

.deposit-popup__pay-method {
    position: relative;
    display: flex;
    padding: 20px 0 20px 100px;
    cursor: pointer;
    transition: all .3s ease
}

.deposit-popup__pay-method:last-child {
    border-bottom: none
}

.deposit-popup__pay-method.checked {
    pointer-events: none
}

.basic .deposit-popup__pay-method.checked,
.dark .deposit-popup__pay-method.checked {
    background-color: #292925
}

@media(min-width:769px)and (max-width:1024px) {
    .deposit-popup__pay-method {
        padding: 2.2226666667rem 0 2.2226666667rem 11.1133333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .deposit-popup__pay-method {
        padding: 1.3810666667rem 0 1.3810666667rem 6.9053333333rem
    }
}

@media(min-width:1546px) {
    .deposit-popup__pay-method {
        padding: 20px 0 20px 100px
    }
}

@media(max-width:768px) {
    .deposit-popup__pay-method {
        padding-left: 70px
    }
}

.deposit-popup__pay-method.active {
    display: none
}

.basic .no-touch .deposit-popup__pay-method:hover {
    background-color: #1c1e1a
}

.dark .no-touch .deposit-popup__pay-method:hover {
    background-color: #383d41
}

.deposit-popup__pay-method-img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 70px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

@media(min-width:769px)and (max-width:1024px) {
    .deposit-popup__pay-method-img {
        left: 1.667rem;
        width: 7.7793333333rem;
        height: 4.4453333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .deposit-popup__pay-method-img {
        left: 1.0358rem;
        width: 4.8337333333rem;
        height: 2.7621333333rem
    }
}

@media(min-width:1546px) {
    .deposit-popup__pay-method-img {
        left: 15px;
        width: 70px;
        height: 40px
    }
}

@media(max-width:768px) {
    .deposit-popup__pay-method-img {
        left: 10px;
        width: 60px;
        height: 30px;
        background-size: cover
    }
}

.deposit-popup__pay-method-num {
    flex: 1 1 auto;
    padding: 0 10px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: .3px;
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .deposit-popup__pay-method-num {
        padding: 0 1.1113333333rem;
        font-size: 2.0004rem;
        letter-spacing: .03334rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .deposit-popup__pay-method-num {
        padding: 0 .6905333333rem;
        font-size: 1.24296rem;
        letter-spacing: .020716rem
    }
}

@media(min-width:1546px) {
    .deposit-popup__pay-method-num {
        padding: 0 10px;
        font-size: 18px;
        letter-spacing: .3px
    }
}

@media(max-width:768px) {

    .deposit-popup__pay-method-num,
    .deposit-popup__pay-method-switch {
        display: flex;
        align-items: center
    }
}

.spinner {
    width: 16px;
    height: 16px
}

@media(min-width:769px)and (max-width:1024px) {
    .spinner {
        width: 2.4449333333rem;
        height: 2.4449333333rem
    }
}

@media(min-width:1025px) {
    .spinner {
        width: 1.5191733333rem;
        height: 1.5191733333rem
    }
}

@media(min-width:1546px) {
    .spinner {
        width: 22px;
        height: 22px
    }
}

.spinner__path {
    stroke-dasharray: 185;
    stroke-dashoffset: 0;
    transform-origin: center;
    stroke-width: 6px;
    animation: dash 1.7s linear infinite, colors 5.6s linear infinite
}

.spinner--white .spinner__path {
    stroke: #fff;
    animation: dash 1.32s linear infinite
}

@media(max-width:768px) {
    .spinner--white .spinner__path {
        stroke: #6ea500
    }

    .dark .spinner--white .spinner__path {
        stroke: #bed753
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .spinner__path {
        stroke-width: .6668rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .spinner__path {
        stroke-width: .41432rem
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 185;
        transform: rotate(0)
    }

    50% {
        stroke-dashoffset: 61.6666666667;
        transform: rotate(160deg)
    }

    to {
        stroke-dashoffset: 185;
        transform: rotate(2turn)
    }
}

@keyframes colors {
    0% {
        stroke: #4285f4
    }

    25% {
        stroke: #de3e35
    }

    50% {
        stroke: #f7c223
    }

    75% {
        stroke: #1b9a59
    }

    to {
        stroke: #4285f4
    }
}

.payout-cancel-popup__item {
    position: relative;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px dashed var(--LIGHT-THEME-PRIMARY-3)
}

.payout-cancel-popup__item:first-child {
    padding-top: 0
}

.payout-cancel-popup__item:last-child {
    border-bottom: none
}

.dark .payout-cancel-popup__item {
    border-color: var(--DARK-THEME-PRIMARY-3)
}

@media(min-width:769px)and (max-width:1024px) {
    .payout-cancel-popup__item {
        padding: 2.2226666667rem 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payout-cancel-popup__item {
        padding: 1.3810666667rem 1.1048533333rem
    }
}

@media(min-width:1546px) {
    .payout-cancel-popup__item {
        padding: 20px 16px
    }
}

.payout-cancel-popup__item .payout-cancel-popup__item-btn {
    height: 34px;
    padding: 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--LIGHT-THEME-SECONDARY-2);
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .payout-cancel-popup__item .payout-cancel-popup__item-btn {
    background-color: var(--DARK-THEME--SECONDARY-2)
}

.payout-cancel-popup__item .payout-cancel-popup__item-btn.disabled,
.payout-cancel-popup__item .payout-cancel-popup__item-btn[disabled] {
    background-color: var(--LIGHT-THEME-PRIMARY-5);
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.dark .payout-cancel-popup__item .payout-cancel-popup__item-btn.disabled,
.dark .payout-cancel-popup__item .payout-cancel-popup__item-btn[disabled] {
    background-color: var(--DARK-THEME-PRIMARY-5);
    color: var(--DARK-THEME-PRIMARY-3)
}

.no-touch .payout-cancel-popup__item .payout-cancel-popup__item-btn:enabled:hover {
    background-color: var(--LIGHT-THEME-SECONDARY-1)
}

.dark .no-touch .payout-cancel-popup__item .payout-cancel-popup__item-btn:enabled:hover {
    background-color: var(--DARK-THEME--SECONDARY-1)
}

.dark .payout-cancel-popup__item .payout-cancel-popup__item-btn {
    color: var(--DARK-THEME-PRIMARY-6)
}

@media(min-width:769px)and (max-width:1024px) {
    .payout-cancel-popup__item .payout-cancel-popup__item-btn {
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payout-cancel-popup__item .payout-cancel-popup__item-btn {
        font-size: .9667466667rem;
        line-height: 1.24296rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .payout-cancel-popup__item .payout-cancel-popup__item-btn {
        height: 3.7785333333rem;
        padding: 0 1.3336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payout-cancel-popup__item .payout-cancel-popup__item-btn {
        height: 2.3478133333rem;
        padding: 0 .82864rem
    }
}

.payout-cancel-popup__item .payout-cancel-popup__item-info {
    width: 34px;
    height: 34px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-color: var(--LIGHT-THEME-SECONDARY-2);
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .payout-cancel-popup__item .payout-cancel-popup__item-info {
    color: var(--DARK-THEME-BACKGROUND)
}

@media(min-width:769px)and (max-width:1024px) {
    .payout-cancel-popup__item .payout-cancel-popup__item-info {
        font-size: 2.6672rem;
        line-height: 3.1117333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payout-cancel-popup__item .payout-cancel-popup__item-info {
        font-size: 1.65728rem;
        line-height: 1.9334933333rem
    }
}

.dark .payout-cancel-popup__item .payout-cancel-popup__item-info {
    background-color: var(--DARK-THEME--SECONDARY-2)
}

.no-touch .payout-cancel-popup__item .payout-cancel-popup__item-info.btn:enabled:hover {
    background-color: var(--LIGHT-THEME-SECONDARY-1)
}

.dark .no-touch .payout-cancel-popup__item .payout-cancel-popup__item-info.btn:enabled:hover {
    background-color: var(--DARK-THEME--SECONDARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .payout-cancel-popup__item .payout-cancel-popup__item-info {
        width: 3.7785333333rem;
        height: 3.7785333333rem;
        margin-bottom: 2.2226666667rem;
        border-radius: .6668rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payout-cancel-popup__item .payout-cancel-popup__item-info {
        width: 2.3478133333rem;
        height: 2.3478133333rem;
        margin-bottom: 1.3810666667rem;
        border-radius: .41432rem
    }
}

.payout-cancel-popup__item-close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    cursor: pointer
}

.payout-cancel-popup__item-title {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.dark .payout-cancel-popup__item-title {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .payout-cancel-popup__item-title {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payout-cancel-popup__item-title {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .payout-cancel-popup__item-title {
        margin-bottom: .8890666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payout-cancel-popup__item-title {
        margin-bottom: .5524266667rem
    }
}

.payout-cancel-popup__item-sum {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.dark .payout-cancel-popup__item-sum {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .payout-cancel-popup__item-sum {
        font-size: 3.1117333333rem;
        line-height: 3.5562666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payout-cancel-popup__item-sum {
        font-size: 1.9334933333rem;
        line-height: 2.2097066667rem
    }
}

.payout-cancel-popup__item-sum>span {
    white-space: nowrap
}

@media(min-width:769px)and (max-width:1024px) {
    .payout-cancel-popup__item-sum {
        margin-bottom: 1.1113333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payout-cancel-popup__item-sum {
        margin-bottom: .6905333333rem
    }
}

.payout-cancel-popup,
.payout-cancel-popup__item,
.payout-cancel-popup__items-wr {
    width: 242px
}

@media(max-width:768px) {

    .payout-cancel-popup,
    .payout-cancel-popup__item,
    .payout-cancel-popup__items-wr {
        width: 100%
    }
}

@media(min-width:769px)and (max-width:1024px) {

    .payout-cancel-popup,
    .payout-cancel-popup__item,
    .payout-cancel-popup__items-wr {
        width: 26.8942666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {

    .payout-cancel-popup,
    .payout-cancel-popup__item,
    .payout-cancel-popup__items-wr {
        width: 16.7109066667rem
    }
}

.payout-cancel-popup {
    position: absolute;
    right: 0;
    top: 50px;
    padding: 20px 0 50px;
    border-radius: 8px 8px 16px 16px;
    letter-spacing: normal;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .16);
    background-color: var(--LIGHT-THEME-PRIMARY-1)
}

.play .payout-cancel-popup {
    z-index: 12
}

.dark .payout-cancel-popup {
    background-color: var(--DARK-THEME-BACKGROUND)
}

@media(max-width:768px) {
    .payout-cancel-popup {
        position: fixed;
        top: 56px;
        bottom: 48px;
        width: 100%;
        padding-bottom: 40px;
        border-radius: 0;
        display: flex;
        justify-content: center
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .payout-cancel-popup {
        top: 5.5566666667rem;
        padding: 2.2226666667rem 0 5.5566666667rem;
        border-radius: .8890666667rem .8890666667rem 1.7781333333rem 1.7781333333rem;
        box-shadow: 0 .8890666667rem .8890666667rem 0 rgba(0, 0, 0, .16)
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payout-cancel-popup {
        top: 3.4526666667rem;
        padding: 1.3810666667rem 0 3.4526666667rem;
        border-radius: .5524266667rem .5524266667rem 1.1048533333rem 1.1048533333rem;
        box-shadow: 0 .5524266667rem .5524266667rem 0 rgba(0, 0, 0, .16)
    }
}

.payout-cancel-popup__items-wr {
    height: 100%
}

@media(max-width:768px) {
    .payout-cancel-popup__items-wr {
        padding-left: 12px;
        padding-right: 12px
    }
}

.payout-cancel-popup__soc {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.payout-cancel-popup__items {
    height: 100%;
    max-height: 239px
}

@media(max-width:768px) {
    .payout-cancel-popup__items {
        max-height: 100%
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .payout-cancel-popup__items {
        max-height: 26.5608666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payout-cancel-popup__items {
        max-height: 16.5037466667rem
    }
}

.payout-cancel-popup__soc-item {
    display: inline-block;
    margin-right: 19px;
    line-height: 1;
    letter-spacing: normal;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    transition: all .2s ease-out
}

.payout-cancel-popup__soc-item:last-child {
    margin-right: 0
}

.payout-cancel-popup__close {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--LIGHT-THEME-PRIMARY-4);
    cursor: pointer;
    transition: all .3s ease;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .payout-cancel-popup__close {
    color: var(--DARK-THEME-PRIMARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .payout-cancel-popup__close {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payout-cancel-popup__close {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.dark .payout-cancel-popup__close {
    background-color: var(--DARK-THEME-PRIMARY-4)
}

.no-touch .payout-cancel-popup__close:hover {
    background-color: var(--LIGHT-THEME-SECONDARY-2)
}

.dark .no-touch .payout-cancel-popup__close:hover {
    background-color: var(--DARK-THEME--SECONDARY-2);
    color: var(--DARK-THEME-PRIMARY-6)
}

@media(min-width:769px)and (max-width:1024px) {
    .payout-cancel-popup__close {
        height: 5.5566666667rem;
        border-bottom-right-radius: .8890666667rem;
        border-bottom-left-radius: .8890666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payout-cancel-popup__close {
        height: 3.4526666667rem;
        border-bottom-right-radius: .5524266667rem;
        border-bottom-left-radius: .5524266667rem
    }
}

@media(min-width:1546px) {
    .payout-cancel-popup__close {
        height: 50px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px
    }
}

.user-top__cancel-payout {
    margin-right: 4px;
    display: flex;
    align-items: center
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top__cancel-payout {
        margin-right: 1.3336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top__cancel-payout {
        margin-right: .82864rem
    }
}

@media(min-width:1546px) {
    .user-top__cancel-payout {
        margin-right: 12px
    }
}

.user-top__cancel-payout-btn-wr {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.user-top__cancel-payout-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 6px;
    cursor: pointer;
    background-color: var(--COMMON-PINK-2);
    transition: all .3s ease
}

@media(max-width:1024px) {
    .user-top__cancel-payout-btn {
        width: 34px;
        height: 34px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top__cancel-payout-btn {
        width: 3.0383466667rem;
        height: 3.0383466667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top__cancel-payout-btn {
        width: 4.8898666667rem;
        height: 4.8898666667rem
    }
}

.no-touch .user-top__cancel-payout-btn:hover {
    background-color: var(--COMMON-PINK-1)
}

.user-top__cancel-payout-btn-ic-wr {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.user-top__cancel-payout-btn-ic-2-wr {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-size: 0;
    line-height: 0;
    color: #fff;
    letter-spacing: normal
}

.user-top__cancel-payout-btn-ic-2-wr:before {
    font-size: 16px;
    line-height: 1
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top__cancel-payout-btn-ic-2-wr:before {
        font-size: 1.1048533333rem
    }
}

.user-top__cancel-payout-btn-ic-2 {
    width: auto;
    height: 16px
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top__cancel-payout-btn-ic-2 {
        height: 1.1048533333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top__cancel-payout-btn-ic-2 {
        height: 1.7781333333rem
    }
}

@media(max-width:768px) {
    .user-top__cancel-payout-btn-ic-2 {
        height: 11px
    }
}

.user-top__cancel-payout-count {
    position: absolute;
    right: -8px;
    top: -6px;
    min-width: 16px;
    padding: 0 2px;
    border-radius: 7px;
    background-color: #fff;
    color: #ff2bfd;
    font-weight: 600;
    font-size: 9px;
    line-height: 16px;
    letter-spacing: normal;
    text-align: center
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top__cancel-payout-count {
        right: -.5524266667rem;
        top: -.41432rem;
        min-width: 1.1048533333rem;
        padding: 0 .1381066667rem;
        border-radius: .4833733333rem;
        font-size: .62148rem;
        line-height: 1.1048533333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top__cancel-payout-count {
        right: -.8890666667rem;
        top: -.6668rem;
        min-width: 1.7781333333rem;
        padding: 0 .2222666667rem;
        border-radius: .7779333333rem;
        font-size: 1.0002rem;
        line-height: 1.7781333333rem
    }
}

@media(max-width:768px) {
    .user-top__cancel-payout-count {
        background-color: #df1f3d;
        color: #fff
    }
}

.user-top__cancel-payout-btn-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: .93;
    color: #fff;
    letter-spacing: normal
}

.top-bar__links--no-text .user-top__cancel-payout-btn-text {
    display: none
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top__cancel-payout-btn-text {
        font-size: .9667466667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top__cancel-payout-btn-text {
        font-size: 1.5558666667rem
    }
}

.micro-app-messenger-container-flex {
    display: none
}

.user-top {
    height: 100%;
    width: 100%
}

.user-top,
.user-top .user-top__left,
.user-top .user-top__right {
    display: flex;
    align-items: center
}

.user-top .user-top__right {
    margin-left: auto
}

.user-top__jackpot-wr {
    position: absolute;
    top: 0;
    height: 100%;
    padding-right: 5px;
    text-decoration: none;
    left: 0;
    pointer-events: none
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top__jackpot-wr {
        left: -1.667rem
    }
}

@media(max-width:768px) {
    .user-top__jackpot-wr {
        display: none
    }
}

.user-top__right-item {
    position: relative;
    margin-right: 20px;
    width: 46px;
    height: 46px
}

.user-top__right-item:last-child {
    margin-right: 0
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top__right-item {
        width: 3.1764533333rem;
        height: 3.1764533333rem;
        margin-right: 1.3810666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top__right-item {
        width: auto;
        height: 4.2230666667rem;
        margin-right: .5556666667rem
    }

    .user-top__right-item:last-child {
        margin-right: 0
    }
}

.user-top__right-item:hover .nav-links__links-item-text {
    color: hsla(0, 0%, 100%, .7)
}

.user-top__btn-auth,
.user-top__reg {
    display: flex;
    align-items: center
}

.user-top__btn-auth {
    height: 34px;
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .user-top__btn-auth {
    color: var(--DARK-THEME-BACKGROUND)
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top__btn-auth {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top__btn-auth {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

@media(min-width:1546px) {
    .user-top__btn-auth {
        font-size: 16px;
        line-height: 20px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top__btn-auth {
        height: 4.8898666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top__btn-auth {
        height: 3.0383466667rem
    }
}

@media(min-width:1546px) {
    .user-top__btn-auth {
        height: 44px
    }
}

.user-top__btn-auth-registration {
    padding: 0 12px;
    border-radius: 6px 0 0 6px;
    background-color: var(--LIGHT-THEME-SECONDARY-2);
    transition: background-color .3s ease
}

.dark .user-top__btn-auth-registration {
    background-color: var(--DARK-THEME--SECONDARY-2)
}

.no-touch .user-top__btn-auth-registration:hover {
    background-color: var(--LIGHT-THEME-SECONDARY-1)
}

.dark .no-touch .user-top__btn-auth-registration:hover {
    background-color: var(--DARK-THEME--SECONDARY-1)
}

@media(max-width:576px) {
    .play .user-top__btn-auth-registration {
        border-radius: 6px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top__btn-auth-registration {
        padding: 0 1.7781333333rem;
        border-radius: .6668rem 0 0 .6668rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top__btn-auth-registration {
        padding: 0 1.1048533333rem;
        border-radius: .41432rem 0 0 .41432rem
    }
}

@media(min-width:1546px) {
    .user-top__btn-auth-registration {
        padding: 0 16px
    }
}

.user-top__btn-auth-signin {
    padding: 0 12px 0 8px;
    border-radius: 0 6px 6px 0;
    background-color: var(--LIGHT-THEME-PRIMARY-1);
    transition: background-color .3s ease
}

.dark .user-top__btn-auth-signin {
    background-color: var(--DARK-THEME-PRIMARY-1);
    color: var(--DARK-THEME-PRIMARY-6)
}

.no-touch .user-top__btn-auth-signin:hover {
    background-color: var(--LIGHT-THEME-PRIMARY-2)
}

.dark .no-touch .user-top__btn-auth-signin:hover {
    background-color: var(--DARK-THEME-PRIMARY-2);
    color: var(--DARK-THEME-PRIMARY-6)
}

@media(max-width:576px) {
    .play .user-top__btn-auth-signin {
        padding: 0 0 0 4px;
        background-color: transparent
    }

    .dark .play .user-top__btn-auth-signin {
        background-color: transparent
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top__btn-auth-signin {
        padding: 0 1.7781333333rem 0 1.3336rem;
        border-radius: 0 .6668rem .6668rem 0
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top__btn-auth-signin {
        padding: 0 1.1048533333rem 0 .82864rem;
        border-radius: 0 .41432rem .41432rem 0
    }
}

@media(min-width:1546px) {
    .user-top__btn-auth-signin {
        padding: 0 16px 0 12px
    }
}

.user-top__icon-signin {
    width: 16px;
    height: auto;
    margin-right: 4px
}

@media(max-width:576px) {
    .play .user-top__icon-signin {
        width: 24px;
        color: var(--LIGHT-THEME-PRIMARY-1)
    }

    .dark .play .user-top__icon-signin {
        color: var(--DARK-THEME-PRIMARY-2)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top__icon-signin {
        width: 2.6672rem;
        margin-right: .8890666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top__icon-signin {
        width: 1.65728rem;
        margin-right: .5524266667rem
    }
}

@media(min-width:1546px) {
    .user-top__icon-signin {
        width: 24px;
        margin-right: 8px
    }
}

@media(max-width:576px) {
    .play .user-top__text-signin {
        display: none
    }
}

.user-top__right-item-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsla(0, 0%, 100%, .6);
    width: 46px;
    height: 46px;
    border-radius: 10px;
    color: #292925;
    cursor: pointer
}

.top-bar--fixed .user-top__right-item-link {
    background-color: transparent !important
}

.dark .user-top__right-item-link {
    background-color: rgba(56, 61, 65, .6);
    color: hsla(0, 0%, 100%, .8)
}

@media(min-width:1546px)and (max-width:1919px) {
    .user-top__right-item-link {
        width: 46px;
        height: 46px;
        border-radius: 10px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top__right-item-link {
        width: 3.1764533333rem;
        height: 3.1764533333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top__right-item-link {
        width: 4.4453333333rem;
        height: 4.4453333333rem;
        background-color: transparent
    }

    .user-top__right-item--theme .user-top__right-item-link {
        width: auto;
        height: auto
    }
}

.user-top__right-item-link:hover {
    color: #6ea500
}

.dark .user-top__right-item-link:hover {
    color: #fff
}

.user-top__right-item-link .user-top__right-item-ic {
    width: 18px
}

.dark .user-top__right-item-link .user-top__right-item-ic {
    width: 22px
}

@media(min-width:1546px)and (max-width:1919px) {
    .user-top__right-item-link .user-top__right-item-ic {
        width: 18px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top__right-item-link .user-top__right-item-ic {
        width: 1.3120133333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top__right-item-link .user-top__right-item-ic {
        width: 2.1115333333rem
    }
}

.user-top__btn-payment-wr {
    position: relative;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.top-bar__links--no-text .user-top__btn-text {
    display: none
}

.user-top__btn {
    margin-right: 10px
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top__btn {
        margin-right: 1.1113333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top__btn {
        margin-right: .6905333333rem
    }
}

@media(min-width:1546px) {
    .user-top__btn {
        margin-right: 10px
    }
}

.user-top__btn--payment {
    width: 34px;
    height: 34px;
    margin-right: 4px;
    padding: 0;
    border-radius: 6px;
    background-color: var(--LIGHT-THEME-SECONDARY-2);
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .user-top__btn--payment {
    color: var(--DARK-THEME-BACKGROUND)
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top__btn--payment {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top__btn--payment {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

@media(min-width:1546px) {
    .user-top__btn--payment {
        font-size: 16px;
        line-height: 20px
    }
}

.dark .user-top__btn--payment {
    background-color: var(--DARK-THEME--SECONDARY-2)
}

.no-touch .user-top__btn--payment:enabled:hover {
    background-color: var(--LIGHT-THEME-SECONDARY-1)
}

.dark .no-touch .user-top__btn--payment:enabled:hover {
    background-color: var(--DARK-THEME--SECONDARY-1)
}

.user-top__btn--payment .btn__icon {
    width: 16px;
    height: auto;
    margin: 0
}

@media screen and (min-width:769px) {
    .user-top__btn--payment {
        width: auto
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top__btn--payment {
        height: 4.8898666667rem;
        margin-right: 1.3336rem;
        padding: 0 1.7781333333rem 0 1.3336rem
    }

    .user-top__btn--payment .btn__icon {
        width: 2.6672rem;
        margin-right: .8890666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top__btn--payment {
        height: 3.0383466667rem;
        margin-right: .82864rem;
        padding: 0 1.1048533333rem 0 .82864rem
    }

    .user-top__btn--payment .btn__icon {
        width: 1.65728rem;
        margin-right: .5524266667rem
    }
}

@media(min-width:1546px) {
    .user-top__btn--payment {
        height: 44px;
        margin-right: 12px;
        padding: 0 16px 0 12px
    }

    .user-top__btn--payment .btn__icon {
        width: 24px;
        margin-right: 8px
    }
}

.header__login-in {
    position: relative;
    margin-left: 6px
}

.user-top__btn-wr-balance {
    cursor: pointer;
    position: relative;
    height: 34px;
    margin-right: -4px;
    padding: 0 12px 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 0 0 6px;
    background-color: var(--LIGHT-THEME-BACKGROUND)
}

.dark .user-top__btn-wr-balance {
    background-color: var(--DARK-THEME-PRIMARY-6)
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top__btn-wr-balance {
        height: 4.8898666667rem;
        margin-right: -.4445333333rem;
        padding: 0 2.2226666667rem;
        border-radius: .6668rem 0 0 .6668rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top__btn-wr-balance {
        height: 3.0383466667rem;
        margin-right: -.2762133333rem;
        padding: 0 1.3810666667rem;
        border-radius: .41432rem 0 0 .41432rem
    }
}

@media(min-width:1546px) {
    .user-top__btn-wr-balance {
        height: 44px;
        padding: 0 20px
    }
}

.user-top__btn-wr-balance .header__login-balance {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: var(--LIGHT-THEME-PRIMARY-1)
}

.dark .user-top__btn-wr-balance .header__login-balance {
    color: var(--DARK-THEME-PRIMARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top__btn-wr-balance .header__login-balance {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top__btn-wr-balance .header__login-balance {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

@media(min-width:1546px) {
    .user-top__btn-wr-balance .header__login-balance {
        font-size: 16px;
        line-height: 20px
    }
}

.user-top-balance__notify-ic-wr {
    position: relative
}

.user-top-balance__notify-ic {
    height: 11px;
    cursor: pointer;
    width: 5px
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top-balance__notify-ic {
        height: .7595866667rem;
        width: .3452666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top-balance__notify-ic {
        height: 1.0002rem;
        width: .4445333333rem
    }
}

.user-top-balance__notify-ic-btn {
    width: 19px;
    height: 19px;
    border-radius: 5px;
    background-color: #6fbc00;
    color: #fff;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-left: 6px
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top-balance__notify-ic-btn {
        width: 1.3120133333rem;
        height: 1.3120133333rem;
        border-radius: .3452666667rem;
        margin-left: .41432rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top-balance__notify-ic-btn {
        width: 1.7781333333rem;
        height: 1.7781333333rem;
        border-radius: .5556666667rem;
        margin-left: .6668rem
    }
}

.dark .user-top-balance__notify-ic-btn {
    background-color: #9aa859
}

.user-top-balance__notify-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    color: #fff;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    transition: all .3s ease
}

.user-top-balance__notify-close:hover {
    color: hsla(0, 0%, 100%, .7)
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top-balance__notify-close {
        top: 1.0358rem;
        right: 1.0358rem;
        width: 1.1048533333rem;
        height: 1.1048533333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top-balance__notify-close {
        top: 1.667rem;
        right: 1.667rem;
        width: 1.7781333333rem;
        height: 1.7781333333rem
    }
}

@media(max-width:768px) {
    .user-top-balance__notify-close {
        top: 13px;
        right: 13px
    }
}

.user-top-balance__notify-close-ic {
    width: auto;
    height: 16px;
    letter-spacing: normal;
    color: #545d4f
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top-balance__notify-close-ic {
        height: 1.1048533333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top-balance__notify-close-ic {
        height: 1.7781333333rem
    }
}

.dark .user-top-balance__notify-close-ic {
    color: #c6c7ca
}

.user-top-balance__notify-text {
    margin-bottom: 6px;
    font-size: 14px;
    color: #747c6e;
    white-space: normal;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: -.9px
}

.dark .user-top-balance__notify-text {
    color: #c6c7ca
}

.user-top-balance__notify-text:last-child {
    margin-bottom: 0
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top-balance__notify-text {
        margin-bottom: .41432rem;
        font-size: .9667466667rem;
        letter-spacing: -.062148rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top-balance__notify-text {
        margin-bottom: .6668rem;
        font-size: 1.5558666667rem;
        letter-spacing: -.020004rem
    }
}

@media(max-width:768px) {
    .user-top-balance__notify-text {
        font-size: 13px;
        letter-spacing: -.9px
    }
}

.user-top-balance__notify-btn {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    color: #6da602;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -.86px;
    cursor: pointer;
    transition: all .3s ease
}

.dark .user-top-balance__notify-btn {
    color: #929f54
}

.dark .user-top-balance__notify-btn:hover {
    color: rgba(109, 166, 2, .7)
}

.user-top-balance__notify-btn:hover {
    color: rgba(146, 159, 84, .7)
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top-balance__notify-btn {
        font-size: 1.0358rem;
        letter-spacing: -.0593858667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top-balance__notify-btn {
        font-size: 1.667rem;
        letter-spacing: -.053344rem
    }
}

@media(max-width:768px) {
    .user-top-balance__notify-btn {
        font-size: 15px;
        letter-spacing: -.86px
    }
}

.user-top-balance__notify {
    position: absolute;
    top: 64px;
    right: 4px;
    width: 350px;
    padding: 15px 40px 19px 21px;
    background-color: #fff;
    box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .24);
    border-radius: 6px;
    cursor: default;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    z-index: 20
}

.dark .user-top-balance__notify {
    background-color: #393d41
}

.user-top-balance__notify:before {
    content: "";
    position: absolute;
    right: 8px;
    left: auto;
    top: -10px;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: transparent transparent #fff transparent
}

.dark .user-top-balance__notify:before {
    border-color: transparent transparent #393d41 transparent
}

.user-top-balance__notify:after {
    content: "";
    left: 0;
    top: 0;
    width: 12px;
    height: 100%;
    position: absolute;
    border-radius: 6px;
    border-left: 6px solid #6ea500
}

.dark .user-top-balance__notify:after {
    border-left: 6px solid #98a657
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top-balance__notify {
        top: 4.4194133333rem;
        right: .2762133333rem;
        width: 24.1686666667rem;
        padding: 1.0358rem 2.7621333333rem 1.3120133333rem 1.45012rem;
        box-shadow: 0 .4833733333rem .9667466667rem 0 rgba(0, 0, 0, .24);
        border-radius: .41432rem
    }

    .user-top-balance__notify:before {
        right: .5524266667rem;
        top: -.6905333333rem;
        border-width: 0 1.0358rem 1.0358rem
    }

    .user-top-balance__notify:after {
        width: .82864rem;
        border-radius: .41432rem;
        border-left: .41432rem solid #6ea500
    }

    .dark .user-top-balance__notify:after {
        border-left: .41432rem solid #98a657
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top-balance__notify {
        top: 7.1125333333rem;
        right: .4445333333rem;
        width: 43.342rem;
        padding: 1.667rem 4.4453333333rem 2.1115333333rem 2.3338rem
    }

    .user-top-balance__notify:before {
        right: .7779333333rem;
        left: auto;
        top: -.8890666667rem;
        border-style: solid;
        border-width: 0 1.667rem 1.667rem
    }
}

@media(max-width:768px) {
    .user-top-balance__notify {
        top: 56px;
        right: 0;
        left: 0;
        position: fixed;
        width: 100vw;
        border-radius: 0;
        padding: 15px 45px 18px 15px
    }

    .modal-opened.sport .user-top-balance__notify {
        display: none
    }

    .user-top-balance__notify:before {
        right: 18px;
        left: auto;
        top: -6px;
        border-style: solid;
        border-width: 0 7px 7px
    }

    .user-top-balance__notify:after {
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        height: 6px;
        position: absolute;
        border-radius: 0;
        border-left: none;
        background-color: #6ea500
    }

    .dark .user-top-balance__notify:after {
        background-color: #98a657
    }
}

.header__login-balance__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-left: 7px;
    border-radius: 50%;
    background-color: #6ea500
}

.dark .header__login-balance__icon {
    background-color: #97a94c
}

@media(min-width:1025px)and (max-width:1545px) {
    .header__login-balance__icon {
        width: 1.3810666667rem;
        height: 1.3810666667rem;
        margin-left: .4833733333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .header__login-balance__icon {
        width: 1.667rem;
        height: 1.667rem;
        margin-left: .5556666667rem
    }
}

.header__login-balance__icon:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #fff
}

@media(min-width:1025px)and (max-width:1545px) {
    .header__login-balance__icon:after {
        width: .6905333333rem;
        height: .1381066667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .header__login-balance__icon:after {
        width: .7779333333rem;
        height: .2222666667rem
    }
}

.header__login-balance__icon:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    background-color: #fff
}

@media(min-width:1025px)and (max-width:1545px) {
    .header__login-balance__icon:before {
        width: .1381066667rem;
        height: .6905333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .header__login-balance__icon:before {
        width: .2222666667rem;
        height: .7779333333rem
    }
}

.user-top__search {
    position: relative;
    margin-left: 24px
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top__search {
        margin-left: 2.6672rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top__search {
        margin-left: 1.65728rem
    }
}

.user-top__search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: auto;
    color: var(--LIGHT-THEME-PRIMARY-1)
}

.dark .user-top__search-icon {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top__search-icon {
        left: 1.7781333333rem;
        width: 2.6672rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top__search-icon {
        left: 1.1048533333rem;
        width: 1.65728rem
    }
}

.user-top__search-input {
    min-width: 246px;
    height: 44px;
    padding: 0 16px 0 48px;
    border: none;
    border-radius: 6px;
    background-color: var(--LIGHT-THEME-BACKGROUND)
}

.user-top__search-input:-ms-input-placeholder {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.user-top__search-input::-ms-input-placeholder {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.user-top__search-input::placeholder {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.dark .user-top__search-input:-ms-input-placeholder {
    color: var(--DARK-THEME-PRIMARY-3)
}

.dark .user-top__search-input::-ms-input-placeholder {
    color: var(--DARK-THEME-PRIMARY-3)
}

.dark .user-top__search-input::placeholder {
    color: var(--DARK-THEME-PRIMARY-3)
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top__search-input:-ms-input-placeholder {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }

    .user-top__search-input::-ms-input-placeholder {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }

    .user-top__search-input::placeholder {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top__search-input:-ms-input-placeholder {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }

    .user-top__search-input::-ms-input-placeholder {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }

    .user-top__search-input::placeholder {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.dark .user-top__search-input {
    background-color: var(--DARK-THEME-PRIMARY-6)
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top__search-input {
        min-width: 27.3388rem;
        height: 4.8898666667rem;
        padding: 0 1.7781333333rem 0 5.3344rem;
        border-radius: .6668rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top__search-input {
        min-width: 16.98712rem;
        height: 3.0383466667rem;
        padding: 0 1.1048533333rem 0 3.31456rem;
        border-radius: .41432rem
    }
}

.search-block__btn-search {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.4453333333rem;
    height: 4.4453333333rem;
    border-radius: 1.1113333333rem
}

.basic .search-block__btn-search {
    background-color: hsla(0, 0%, 100%, .6);
    color: #292925
}

.basic .search-block__btn-search:hover {
    color: #6ea500
}

.dark .search-block__btn-search {
    background-color: rgba(56, 61, 65, .6);
    color: hsla(0, 0%, 100%, .8)
}

.dark .search-block__btn-search:hover {
    color: #fff
}

.search-block-wrap--opened .search-block__btn-search,
.top-bar--fixed .search-block__btn-search {
    background-color: transparent
}

.dark .play__search .search-block__btn-search {
    background-color: hsla(0, 0%, 94.9%, .6)
}

.dark .play__search .search-block-wrap--opened .search-block__btn-search {
    background-color: transparent
}

@media(min-width:769px)and (max-width:1024px) {

    .basic .search-block__btn-search,
    .dark .search-block__btn-search {
        background-color: transparent
    }

    .play .search-block__btn-search {
        width: 4.8898666667rem;
        height: 4.8898666667rem;
        border-radius: .6668rem
    }

    .basic .play__search .search-block__btn-search {
        background-color: hsla(0, 0%, 100%, .6);
        color: #292925
    }

    .basic .play__search .search-block__btn-search:hover {
        color: #6ea500
    }

    .dark .play__search .search-block__btn-search {
        background-color: rgba(56, 61, 65, .6);
        color: hsla(0, 0%, 100%, .8)
    }

    .dark .play__search .search-block__btn-search:hover {
        color: #fff
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-block__btn-search {
        width: 3.1764533333rem;
        height: 3.1764533333rem;
        border-radius: .6905333333rem
    }

    .play .search-block__btn-search {
        width: 3.0383466667rem;
        height: 3.0383466667rem;
        border-radius: .41432rem
    }
}

@media(min-width:1546px) {
    .search-block__btn-search {
        width: 46px;
        height: 46px;
        border-radius: 10px
    }

    .play .search-block__btn-search {
        width: 44px;
        height: 44px;
        border-radius: 6px
    }
}

@media(min-width:1546px) {
    .micro-app-messenger-container-flex--corrective {
        margin-left: 14px !important
    }
}

.top-bar {
    z-index: 75;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    background-color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .top-bar {
    background-color: var(--DARK-THEME-BACKGROUND)
}

@media(min-width:1546px)and (max-width:1919px) {
    .top-bar {
        width: 100%;
        top: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .top-bar {
        position: fixed;
        top: 0;
        width: 100%
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .top-bar {
        top: 0;
        width: 100%
    }
}

@media(max-width:768px) {
    .top-bar {
        width: auto;
        top: 0;
        z-index: 117;
        padding-left: 56px
    }

    .top-bar--mobile-search-open {
        z-index: 102
    }

    .modal-opened.sport .top-bar,
    .search .top-bar,
    .sport .top-bar {
        z-index: 117 !important
    }

    .e-sport .top-bar {
        z-index: 99 !important
    }

    .menu-opened.sport .top-bar {
        z-index: 10018
    }
}

@media(max-width:1024px) {
    .top-bar {
        height: 56px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .top-bar {
        height: 4.4194133333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .top-bar {
        height: 7.1125333333rem
    }
}

@media(max-width:768px) {
    .menu-opened .top-bar {
        z-index: 118
    }
}

.messenger-opened.sport .top-bar {
    z-index: 117
}

.sport .top-bar {
    position: fixed;
    top: 0;
    z-index: 66
}

.balance-notify-show .top-bar {
    z-index: 66
}

.top-bar--game-page {
    display: none
}

.top-bar-wr {
    position: absolute;
    left: 280px;
    right: 0;
    z-index: 118;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 1328px;
    margin: 0 auto
}

@media(min-width:1546px)and (max-width:1919px) {
    .top-bar-wr {
        left: 64px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .top-bar-wr {
        width: 91.7028266667rem;
        left: 4.4194133333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .top-bar-wr {
        width: 100%;
        left: 0;
        padding-left: 9.7797333333rem
    }
}

@media(max-width:768px) {
    .top-bar-wr {
        background-color: var(--LIGHT-THEME-PRIMARY-6);
        position: fixed;
        height: 56px;
        left: 0;
        top: 0;
        width: auto;
        margin-left: 56px
    }

    .dark .top-bar-wr {
        background-color: var(--DARK-THEME-BACKGROUND)
    }

    .current-modal-registration .top-bar-wr,
    .current-modal-signin .top-bar-wr,
    .registration .top-bar-wr,
    .signin .top-bar-wr {
        background-color: var(--LIGHT-THEME-PRIMARY-6)
    }

    .dark .current-modal-registration .top-bar-wr,
    .dark .current-modal-signin .top-bar-wr,
    .dark .registration .top-bar-wr,
    .dark .signin .top-bar-wr {
        background-color: var(--DARK-THEME-BACKGROUND)
    }

    #no_layout_page.registration .top-bar-wr,
    #no_layout_page.signin .top-bar-wr {
        margin-left: 0;
        padding-left: 64px
    }
}

.top-bar__burger {
    flex-shrink: 0;
    margin-right: 14px
}

.top-bar__burger:last-child {
    margin-right: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .top-bar__burger {
        margin-right: 3.3333333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .top-bar__burger {
        margin-right: 1.6666666667rem
    }
}

.top-bar__logo {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer
}

@media screen and (min-width:769px) {
    .top-bar__logo {
        margin-right: 0
    }
}

@media(max-width:768px) {
    .top-bar__logo {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .current-modal-patch-profile .top-bar__logo {
        display: none
    }
    .user-top__search{
        display: none !important;
    }
    .swiper-container-multirow .swiper-wrapper{
        display: flex !important;
    }
    .real-time-winners{
        left: 0 !important;
    }
}

.header__logo-image {
    width: auto;
    height: 32px
}

@media(min-width:1546px)and (max-width:1919px) {
    .header__logo-image {
        height: 32px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .header__logo-image {
        height: 2.2097066667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .header__logo-image {
        height: 3.5562666667rem
    }
}

@media(max-width:768px) {
    .header__logo-image {
        height: 28px
    }
}

.top-bar__right {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%
}

@media(min-width:769px)and (max-width:1024px) {
    .top-bar__right {
        margin-right: 1.667rem
    }
}

@media(max-width:768px) {
    .top-bar__right {
        margin-left: 10px;
        margin-right: 10px
    }
}

.burger {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: var(--LIGHT-THEME-SECONDARY-2);
    cursor: pointer;
    transition: background-color .3s ease
}

.dark .burger {
    background-color: var(--DARK-THEME--SECONDARY-2)
}

.no-touch .burger:hover {
    background-color: var(--LIGHT-THEME-SECONDARY-1)
}

.dark .no-touch .burger:hover {
    background-color: var(--DARK-THEME--SECONDARY-3)
}

@media(max-width:768px) {
    .burger {
        top: -56px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .burger {
        top: -7.1125333333rem;
        width: 7.1125333333rem;
        height: 7.1125333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .burger {
        top: -4.4194133333rem;
        width: 4.4194133333rem;
        height: 4.4194133333rem
    }
}

@media(min-width:1546px)and (max-width:1919px) {
    .burger {
        top: -64px
    }
}

@media(min-width:1546px) {
    .burger {
        width: 64px;
        height: 64px
    }
}

.burger__trigger {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .burger__trigger {
    color: var(--DARK-THEME-PRIMARY-6)
}

@media(max-width:768px) {
    .burger__trigger {
        box-shadow: 0 5px 10px 0 rgba(84, 130, 0, .39)
    }
}

.burger__trigger-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    transition: all .3s ease
}

.burger__trigger-icon--burger {
    width: 20px;
    height: auto;
    opacity: 1
}

.menu-opened .burger__trigger-icon--burger {
    top: -20px;
    opacity: 0
}

@media(max-width:768px) {
    .modal-opened .burger__trigger-icon--burger {
        display: none
    }

    .modal-opened .burger--show-menu .burger__trigger-icon--burger,
    .modal-opened.login-denied .burger__trigger-icon--burger {
        display: block
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .burger__trigger-icon--burger {
        width: 3.334rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .burger__trigger-icon--burger {
        width: 2.0716rem
    }
}

@media(min-width:1546px) {
    .burger__trigger-icon--burger {
        width: 30px
    }
}

.burger__trigger-icon--back {
    bottom: -20px;
    width: auto;
    height: 20px;
    opacity: 0
}

.menu-opened .burger__trigger-icon--back {
    bottom: 1px;
    opacity: 1
}

@media(min-width:769px)and (max-width:1024px) {
    .burger__trigger-icon--back {
        bottom: -2.2226666667rem;
        height: 3.334rem
    }

    .menu-opened .burger__trigger-icon--back {
        bottom: .1111333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .burger__trigger-icon--back {
        bottom: -1.3810666667rem;
        height: 2.0716rem
    }

    .menu-opened .burger__trigger-icon--back {
        bottom: .0690533333rem
    }
}

@media(min-width:1546px) {
    .burger__trigger-icon--back {
        height: 30px
    }
}

.burger__trigger-icon--close {
    display: none;
    width: 18px;
    height: auto
}

@media(max-width:768px) {

    .messenger-opened .burger__trigger-icon--close,
    .modal-opened .burger__trigger-icon--close {
        display: block
    }

    .modal-opened .burger--show-menu .burger__trigger-icon--close,
    .modal-opened.login-denied .burger__trigger-icon--close {
        display: none
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .burger__trigger-icon--close {
        width: 3.1117333333rem
    }

    .game-page .burger__trigger-icon--close {
        width: 2.6672rem;
        display: block
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .burger__trigger-icon--close {
        width: 1.9334933333rem
    }
}

@media(min-width:1546px) {
    .burger__trigger-icon--close {
        width: 28px
    }
}

.burger__trigger-icon--home {
    width: 20px
}

.quick-bar__menu .burger__trigger-icon--home {
    display: block
}

@media(min-width:769px)and (max-width:1024px) {
    .burger__trigger-icon--home {
        width: 3.334rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .burger__trigger-icon--home {
        width: 2.0716rem
    }
}

@media(min-width:1546px) {
    .burger__trigger-icon--home {
        width: 30px
    }
}

.list__element {
    position: absolute
}

@media(max-width:768px) {
    .list__element {
        overflow: hidden;
        left: 0;
        top: 100%;
        max-height: 0;
        transition: max-height .3s ease
    }

    .list__element.opened {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        max-height: 250px
    }
}

@media screen and (min-width:769px) {
    .list__element {
        z-index: -1;
        left: 100%;
        bottom: 0;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        transform: translateX(-100%);
        transition: z-index 0s, transform .2s
    }

    .list__element.opened {
        transform: translateX(0);
        z-index: 1;
        transition: transform .2s, z-index 0s .2s
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .list__element {
        width: 28.4501333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .list__element {
        width: 17.6776533333rem
    }
}

@media(min-width:1546px) {
    .list__element {
        width: 256px
    }
}

.list__container {
    padding: 24px 24px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 0 12px 12px 0;
    background: var(--LIGHT-THEME-PRIMARY-1);
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, .25), 0 0 8px 0 rgba(0, 0, 0, .16)
}

.dark .list__container {
    background: var(--DARK-THEME-PRIMARY-6)
}

@media(max-width:768px) {
    .list__container {
        padding: 16px 24px 6px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .list__container {
        padding: 2.6672rem 2.6672rem 0;
        border-radius: 0 1.3336rem 1.3336rem 0;
        box-shadow: 0 1.3336rem 1.3336rem 0 rgba(0, 0, 0, .25), 0 0 .8890666667rem 0 rgba(0, 0, 0, .16)
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .list__container {
        padding: 1.65728rem 1.65728rem 0;
        border-radius: 0 .82864rem .82864rem 0;
        box-shadow: 0 .82864rem .82864rem 0 rgba(0, 0, 0, .25), 0 0 .5524266667rem 0 rgba(0, 0, 0, .16)
    }
}

.list__item {
    width: 29%;
    margin-bottom: 24px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    border-radius: 110px;
    cursor: pointer;
    transition: all .3s ease
}

.list__item:nth-child(3n) {
    margin-right: 0
}

.no-touch .list__item:hover {
    background-color: var(--LIGHT-THEME-PRIMARY-2)
}

.dark .no-touch .list__item:hover {
    background-color: var(--DARK-THEME-PRIMARY-5)
}

@media(min-width:769px)and (max-width:1024px) {
    .list__item {
        margin-bottom: 2.6672rem;
        margin-right: .8890666667rem;
        border-radius: 7.5958666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .list__item {
        margin-bottom: 1.65728rem;
        margin-right: .5524266667rem;
        border-radius: 7.5958666667rem
    }
}

.list__item-img-wr {
    flex-shrink: 0;
    width: 24px;
    height: 24px
}

@media(min-width:1025px)and (max-width:1545px) {
    .list__item-img-wr {
        width: 1.65728rem;
        height: 1.65728rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .list__item-img-wr {
        width: 2.6672rem;
        height: 2.6672rem
    }
}

.list__item-img {
    border-radius: 50%
}

.list__item-label {
    padding: 0 8px;
    flex-shrink: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-5)
}

.dark .list__item-label {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .list__item-label {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .list__item-label {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.active .list__item-label {
    color: var(--LIGHT-THEME-SECONDARY-2)
}

.dark .active .list__item-label {
    color: var(--DARK-THEME--SECONDARY-2)
}

.logout-confirm {
    color: var(--LIGHT-THEME-PRIMARY-1);
    text-align: center
}

@media(max-width:768px) {
    .profile-menu .logout-confirm {
        padding: 16px 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .logout-confirm {
        text-align: center
    }

    .profile-menu .logout-confirm {
        padding: 1.7781333333rem 0
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .profile-menu .logout-confirm {
        padding: 1.1048533333rem 0
    }
}

.logout-confirm-text {
    margin-bottom: 10px;
    display: block;
    padding: 0 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #b1baad;
    letter-spacing: normal
}

.dark .logout-confirm-text {
    color: hsla(0, 0%, 100%, .8)
}

.active .logout-confirm-text {
    color: #6ea500
}

.dark .active .logout-confirm-text {
    color: #97a94c
}

.quick-bar .logout-confirm-text {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-5)
}

.dark .quick-bar .logout-confirm-text {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar .logout-confirm-text {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar .logout-confirm-text {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

@media(max-width:768px) {
    .logout-confirm-text {
        font-size: 13px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .logout-confirm-text {
        margin-bottom: 1.1113333333rem;
        padding: 0 1.667rem;
        font-size: 1.5558666667rem
    }

    .quick-bar .logout-confirm-text {
        margin-bottom: 1.3336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .logout-confirm-text {
        margin-bottom: .6905333333rem;
        padding: 0 1.0358rem;
        font-size: 1.1048533333rem
    }

    .quick-bar .logout-confirm-text {
        margin-bottom: .82864rem
    }
}

.logout-confirm-btns {
    display: inline-flex
}

.logout-confirm-btn {
    position: relative;
    display: inline-block;
    box-shadow: none;
    padding: 12px 25px 12px 44px;
    margin-right: 5px;
    border: 2px solid;
    border-radius: 30px;
    background-color: transparent;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    letter-spacing: normal;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer
}

@media(min-width:1025px)and (max-width:1545px) {
    .logout-confirm-btn {
        padding: .4833733333rem .8976933333rem .4833733333rem 1.86444rem;
        margin-right: .3452666667rem;
        border: .1381066667rem solid;
        border-radius: 2.0716rem;
        font-size: .9667466667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .logout-confirm-btn {
        padding: .7779333333rem 1.4447333333rem .7779333333rem 3.0006rem;
        margin-right: .5556666667rem;
        border: .2222666667rem solid;
        border-radius: 3.334rem;
        font-size: 1.5558666667rem
    }
}

@media(max-width:768px) {
    .logout-confirm-btn {
        padding: 7px 15px 7px 25px;
        font-size: 14px
    }
}

.logout-confirm-btn:last-child {
    margin-right: 0
}

.logout-confirm-btn [class*=" icon-"],
.logout-confirm-btn [class^=icon-] {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    font-size: 9px;
    line-height: 1
}

.logout-confirm-btn-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

@media(min-width:1025px)and (max-width:1545px) {
    .logout-confirm-btn-icon {
        left: .6905333333rem;
        height: .5524266667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .logout-confirm-btn-icon {
        left: 1.1113333333rem;
        height: .8890666667rem
    }
}

@media(max-width:768px) {
    .logout-confirm-btn-icon {
        left: 10px;
        width: 10px;
        height: 10px
    }
}

.logout-confirm-btn--green {
    color: #6ea500
}

.dark .logout-confirm-btn--green {
    color: #97a94c
}

.logout-confirm-btn--red {
    color: #df1f3d
}

.dark .logout-confirm-btn--red {
    color: #df2244
}

.logout-btn {
    padding: 12px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer
}

.logout-btn.logout-btn--min {
    justify-content: center
}

@media(min-width:769px)and (max-width:1024px) {
    .logout-btn {
        padding: 1.3336rem 0
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .logout-btn {
        padding: .82864rem 0
    }

    .profile-menu .logout-btn {
        padding: .4833733333rem .6905333333rem .4833733333rem 2.0716rem
    }
}

@media(min-width:1546px) {
    .profile-menu .logout-btn {
        padding: 7px 10px 7px 30px
    }
}

.logout-btn__ic {
    width: 24px;
    height: auto;
    margin-right: 24px;
    color: var(--LIGHT-THEME-SECONDARY-2)
}

.dark .logout-btn__ic {
    color: var(--DARK-THEME--SECONDARY-2)
}

.profile-menu .logout-btn__ic {
    color: #6ea500
}

.dark .profile-menu .logout-btn__ic {
    color: #97a94c
}

.logout-btn--min .logout-btn__ic {
    margin-right: 0
}

.profile-menu .logout-btn__ic {
    margin-right: 12px
}

@media(min-width:769px)and (max-width:1024px) {
    .logout-btn__ic {
        width: 2.6672rem;
        margin-right: 2.6672rem
    }

    .profile-menu .logout-btn__ic {
        margin-right: 1.3336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .logout-btn__ic {
        width: 1.65728rem;
        margin-right: 1.65728rem
    }

    .profile-menu .logout-btn__ic {
        margin-right: .82864rem
    }
}

.logout-btn__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-5);
    transition: all .3s ease
}

.dark .logout-btn__text {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .logout-btn__text {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .logout-btn__text {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.profile-menu .logout-btn__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.dark .profile-menu .logout-btn__text {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-menu .logout-btn__text {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .profile-menu .logout-btn__text {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

@media(min-width:1546px) {
    .profile-menu .logout-btn__text {
        font-size: 16px;
        line-height: 20px
    }
}

.no-touch .logout-btn__text:hover {
    color: #6ea500
}

.dark .no-touch .logout-btn__text:hover {
    color: #97a94c
}

.current-local-time {
    font-size: 1.6666666667rem;
    color: #272a2d
}

.quick-bar .current-local-time {
    display: flex;
    flex-direction: column;
    align-items: center
}

.quick-bar .current-local-time__count {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: var(--LIGHT-THEME-PRIMARY-5)
}

.dark .quick-bar .current-local-time__count {
    color: var(--DARK-THEME-PRIMARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar .current-local-time__count {
        font-size: 2.0004rem;
        line-height: 2.4449333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar .current-local-time__count {
        font-size: 1.24296rem;
        line-height: 1.5191733333rem
    }
}

.current-local-time__title {
    font-size: 14px;
    line-height: 1;
    letter-spacing: normal;
    margin-bottom: 5px !important;
    font-weight: 600;
    color: var(--LIGHT-THEME-PRIMARY-3);
    transition: all .3s ease
}

.dark .current-local-time__title {
    color: hsla(0, 0%, 100%, .8)
}

.no-touch .quick-bar__menu-item-header:hover .current-local-time__title {
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.quick-bar .current-local-time__title {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.dark .quick-bar .current-local-time__title {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar .current-local-time__title {
        font-size: 1.3336rem;
        line-height: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar .current-local-time__title {
        font-size: .82864rem;
        line-height: 1.1048533333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .current-local-time__title {
        margin-bottom: .5556666667rem !important;
        font-size: 1.5558666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .current-local-time__title {
        margin-bottom: .3383613333rem !important;
        font-size: .9667466667rem
    }
}

.min-menu .quick-bar-lang-switcher {
    padding: 12px 0
}

@media(min-width:769px)and (max-width:1024px) {
    .min-menu .quick-bar-lang-switcher {
        padding: 1.3336rem 0
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .min-menu .quick-bar-lang-switcher {
        padding: .82864rem 0
    }
}

.quick-bar-lang-switcher__element {
    display: flex;
    align-items: center;
    cursor: pointer
}

.quick-bar-lang-switcher__image {
    width: 24px;
    height: 24px;
    margin-right: 4px;
    border-radius: 50%
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar-lang-switcher__image {
        width: 2.6672rem;
        height: 2.6672rem;
        margin-right: .4445333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar-lang-switcher__image {
        width: 1.65728rem;
        height: 1.65728rem;
        margin-right: .2762133333rem
    }
}

.quick-bar-lang-switcher__arrow-icon {
    width: 12px;
    height: auto;
    flex-shrink: 0;
    fill: var(--LIGHT-THEME-PRIMARY-5);
    transition: all .3s ease
}

.quick-bar-lang-switcher--opened .quick-bar-lang-switcher__arrow-icon {
    transform: rotate(-180deg)
}

.dark .quick-bar-lang-switcher__arrow-icon {
    fill: var(--DARK-THEME-PRIMARY-2)
}

@media screen and (min-width:769px) {
    .quick-bar-lang-switcher--opened .quick-bar-lang-switcher__arrow-icon {
        transform: rotate(-90deg)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar-lang-switcher__arrow-icon {
        width: 1.3336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar-lang-switcher__arrow-icon {
        width: .82864rem
    }
}

.switcher {
    line-height: 1;
    margin-bottom: 20px
}

.personal-data__subscriptions .switcher:last-child,
.switcher:last-child {
    margin-bottom: 0
}

.personal-data__subscriptions .switcher {
    margin-bottom: 12px
}

.game-filter .switcher {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .switcher {
        margin-bottom: 2.2226666667rem
    }

    .personal-data__subscriptions .switcher {
        margin-bottom: 1.3336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .switcher {
        margin-bottom: 1.3810666667rem
    }

    .personal-data__subscriptions .switcher {
        margin-bottom: .82864rem
    }
}

.switcher__item {
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    max-width: 100%;
    min-height: 18px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.play__demo-switcher .switcher__item {
    align-content: center;
    align-items: center;
    z-index: 10
}

@media(min-width:769px)and (max-width:1024px) {
    .switcher__item {
        min-height: 3.1117333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .switcher__item {
        min-height: 1.24296rem;
        letter-spacing: -.2762133333rem
    }
}

.switcher__item--reverse {
    flex-direction: row-reverse
}

.switcher__ch-wr {
    position: relative;
    letter-spacing: normal
}

@media(max-width:768px) {
    .switcher__ch-wr {
        flex-shrink: 0
    }
}

.switcher__ch {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.switcher__ch:checked~.switcher__pseudo-block {
    background-color: var(--LIGHT-THEME-SECONDARY-5)
}

.dark .switcher__ch:checked~.switcher__pseudo-block {
    background-color: var(--DARK-THEME--SECONDARY-5)
}

.switcher__ch:checked~.switcher__pseudo-block:before {
    background-color: var(--LIGHT-THEME-SECONDARY-1);
    transform: translate3d(22px, -50%, 0)
}

.dark .switcher__ch:checked~.switcher__pseudo-block:before {
    background-color: var(--DARK-THEME--SECONDARY-1)
}

.switcher__item--lk .switcher__ch:checked~.switcher__pseudo-block {
    background-color: #f3f3f3
}

.switcher__ch:checked~.switcher__pseudo-block .switcher__pseudo-text {
    color: var(--LIGHT-THEME-PRIMARY-2)
}

.dark .switcher__ch:checked~.switcher__pseudo-block .switcher__pseudo-text {
    color: var(--DARK-THEME-PRIMARY-6)
}

.switcher__ch:checked~.switcher__pseudo-block .switcher__pseudo-text:first-child {
    opacity: 1
}

.switcher__ch:checked~.switcher__pseudo-block .switcher__pseudo-text:last-child {
    opacity: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .switcher__ch:checked~.switcher__pseudo-block:before {
        transform: translate3d(2.4449333333rem, -50%, 0)
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .switcher__ch:checked~.switcher__pseudo-block:before {
        transform: translate3d(1.5191733333rem, -50%, 0)
    }
}

.switcher__pseudo-block {
    position: relative;
    width: 44px;
    height: 20px;
    border-radius: 13px;
    background-color: var(--LIGHT-THEME-PRIMARY-4);
    pointer-events: none
}

.dark .switcher__pseudo-block {
    background-color: var(--DARK-THEME-PRIMARY-4)
}

.switcher__pseudo-block:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translate3d(0, -50%, 0);
    z-index: 10;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    transition: all .2s ease-out;
    transition-property: transform, background-color
}

.dark .switcher__pseudo-block:before {
    background-color: #383d41
}

.switcher__item--error .switcher__pseudo-block:before {
    background-color: #fff !important
}

@media(max-width:768px) {
    .game-filter .switcher__pseudo-block:before {
        z-index: 5
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .switcher__pseudo-block:before {
        width: 1.3336rem;
        height: 1.3336rem;
        left: .4445333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .switcher__pseudo-block:before {
        width: .82864rem;
        height: .82864rem;
        left: .2762133333rem
    }
}

.switcher__item--error .switcher__pseudo-block {
    background-color: #df1f3d
}

@media(min-width:769px)and (max-width:1024px) {
    .switcher__pseudo-block {
        width: 5.001rem;
        height: 2.2226666667rem;
        border-radius: 1.4447333333rem
    }

    .switcher__pseudo-block:before {
        transform: translate3d(0, -50%, 0);
        width: 1.4447333333rem;
        height: 1.4447333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .switcher__pseudo-block {
        width: 3.1074rem;
        height: 1.3810666667rem;
        border-radius: .8976933333rem
    }

    .switcher__pseudo-block:before {
        transform: translate3d(0, -50%, 0);
        width: .8976933333rem;
        height: .8976933333rem
    }
}

.switcher__label {
    position: relative;
    z-index: 9;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    min-height: 20px;
    padding-left: 12px;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switcher__item--reverse .switcher__label {
    padding-left: 0;
    padding-right: 10px
}

.reg-form .switcher__label {
    min-height: auto;
    padding-left: 11px
}

.quick-bar__theme-swicher .switcher__label {
    display: none
}

@media(max-width:768px) {
    .game-filter .switcher__label {
        z-index: 5
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .switcher__label {
        min-height: 2.2226666667rem;
        padding-left: 1.3336rem
    }

    .switcher__item--reverse .switcher__label {
        padding-left: 0;
        padding-right: 1.1113333333rem
    }

    .reg-form .switcher__label {
        padding-left: 1.2224666667rem
    }

    .play .reg-form .switcher__label {
        padding-left: .8557266667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .switcher__label {
        min-height: 1.3810666667rem;
        padding-left: .82864rem
    }

    .switcher__item--reverse .switcher__label {
        padding-left: 0;
        padding-right: .6905333333rem
    }

    .reg-form .switcher__label {
        padding-left: .7595866667rem
    }

    .play .reg-form .switcher__label {
        padding-left: .7443949333rem
    }
}

@media(min-width:1546px) {
    .play .reg-form .switcher__label {
        padding-left: 10.78px
    }
}

.switcher__label-text {
    font-size: 14px;
    line-height: 1;
    letter-spacing: .17px;
    color: var(--LIGHT-THEME-PRIMARY-2);
    text-decoration: underline;
    transition: all .2s ease-out
}

.dark .switcher__label-text {
    color: var(--DARK-THEME-PRIMARY-2)
}

.game-filter .dark .switcher__label-text,
.game-filter .switcher__label-text,
.personal-data .dark .switcher__label-text,
.personal-data .switcher__label-text {
    text-decoration: none
}

.reg-form .switcher__label-text {
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: var(--LIGHT-THEME-PRIMARY-3)
}

.dark .reg-form .switcher__label-text {
    color: var(--DARK-THEME-PRIMARY-2)
}

.reg-form .switcher__label-text .reg-form__license-link {
    color: var(--LIGHT-THEME-SECONDARY-1);
    text-decoration: underline;
    display: inline
}

.dark .reg-form .switcher__label-text .reg-form__license-link {
    color: var(--DARK-THEME--SECONDARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .reg-form .switcher__label-text {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .reg-form .switcher__label-text {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

@media(min-width:1546px) {
    .reg-form .switcher__label-text {
        font-size: 16px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .switcher__label-text {
        font-size: 1.5558666667rem;
        letter-spacing: .0188926667rem
    }

    .play .switcher__label-text {
        font-size: 1.0891066667rem;
        letter-spacing: .0132248667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .switcher__label-text {
        font-size: .9667466667rem;
        letter-spacing: .0117390667rem
    }

    .play .switcher__label-text {
        font-size: .9474117333rem;
        letter-spacing: .0115042853rem
    }
}

@media(min-width:1546px) {
    .play .switcher__label-text {
        font-size: 13.72px;
        letter-spacing: .1666px
    }
}

.no-touch .basic .switcher__label-text:hover {
    color: #525d4e
}

.no-touch .dark .switcher__label-text:hover {
    color: #fff
}

.switcher__pseudo-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
    font-size: 9px;
    line-height: 0;
    letter-spacing: -.07px;
    color: var(--LIGHT-THEME-PRIMARY-2);
    pointer-events: none;
    transition: all .2s ease-out
}

.dark .switcher__pseudo-text {
    color: var(--DARK-THEME-PRIMARY-2)
}

.switcher__pseudo-text:first-child {
    left: 6px;
    opacity: 0
}

.switcher__pseudo-text:last-child {
    right: 6px
}

.switcher__item--error .switcher__pseudo-text {
    color: #fff !important
}

.personal-data .switcher__pseudo-text {
    text-transform: uppercase
}

@media(min-width:769px)and (max-width:1024px) {
    .switcher__pseudo-text {
        font-size: 1.0002rem;
        letter-spacing: -.0077793333rem
    }

    .switcher__pseudo-text:first-child {
        left: .8890666667rem
    }

    .switcher__pseudo-text:last-child {
        right: .8890666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .switcher__pseudo-text {
        font-size: .62148rem;
        letter-spacing: -.0048337333rem
    }

    .switcher__pseudo-text:first-child {
        left: .5524266667rem
    }

    .switcher__pseudo-text:last-child {
        right: .5524266667rem
    }
}

.switcher__item--lk .switcher__pseudo-block {
    width: 60px;
    height: 28px;
    border-radius: 15px;
    background-color: #f3f3f3
}

.switcher__item--lk .switcher__pseudo-block:before {
    background-color: #df2244;
    width: 22px;
    height: 22px;
    left: 3px;
    top: 3px;
    transform: translateX(32px)
}

.dark .switcher__item--lk .switcher__pseudo-block {
    background-color: #272a2d
}

.dark .switcher__item--lk .switcher__pseudo-block:before {
    background-color: #df2244
}

.switcher__item--lk .switcher__ch:checked~.switcher__pseudo-block:before {
    background-color: #6ea500;
    transform: translateZ(0)
}

.switcher__item--lk .switcher__ch:checked~.switcher__pseudo-block .switcher__pseudo-text:first-child {
    opacity: 1
}

.switcher__item--lk .switcher__ch:checked~.switcher__pseudo-block .switcher__pseudo-text:last-child {
    opacity: 0
}

.dark .switcher__item--lk .switcher__ch:checked~.switcher__pseudo-block {
    background-color: #272a2d
}

.dark .switcher__item--lk .switcher__ch:checked~.switcher__pseudo-block:before {
    background-color: #97a94c
}

.switcher__item--lk .switcher__pseudo-text {
    color: #969e8f;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: -.38px
}

.dark .switcher__item--lk .switcher__pseudo-text {
    color: #d7d8d9
}

.switcher__item--lk .switcher__pseudo-text:first-child {
    opacity: 0;
    left: 33px
}

.switcher__item--lk .switcher__pseudo-text:last-child {
    opacity: 1;
    left: 7px
}

@media(min-width:769px)and (max-width:1024px) {
    .switcher__item--lk .switcher__pseudo-block {
        width: 6.668rem;
        height: 3.1117333333rem;
        border-radius: 1.667rem
    }

    .switcher__item--lk .switcher__pseudo-block:before {
        transform: translateX(3.5562666667rem);
        width: 2.4449333333rem;
        height: 2.4449333333rem;
        left: .3334rem;
        top: .3334rem
    }

    .switcher__item--lk .switcher__pseudo-text {
        font-size: 1.0002rem;
        letter-spacing: -.0422306667rem
    }

    .switcher__item--lk .switcher__pseudo-text:first-child {
        left: 3.6674rem
    }

    .switcher__item--lk .switcher__pseudo-text:last-child {
        left: .7779333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .switcher__item--lk .switcher__pseudo-block {
        width: 4.1432rem;
        height: 1.9334933333rem;
        border-radius: 1.0358rem
    }

    .switcher__item--lk .switcher__pseudo-block:before {
        transform: translateX(2.2097066667rem);
        width: 1.5191733333rem;
        height: 1.5191733333rem;
        left: .20716rem;
        top: .20716rem
    }

    .switcher__item--lk .switcher__pseudo-text {
        font-size: .62148rem;
        letter-spacing: -.0262402667rem
    }

    .switcher__item--lk .switcher__pseudo-text:first-child {
        left: 2.27876rem
    }

    .switcher__item--lk .switcher__pseudo-text:last-child {
        left: .4833733333rem
    }
}

.quick-bar-player-status {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar-player-status {
        margin-bottom: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar-player-status {
        margin-bottom: 1.1048533333rem
    }
}

.quick-bar-player-status_flex-start {
    justify-content: flex-start
}

.quick-bar-player-status__img {
    width: 44px;
    height: auto;
    margin-right: 10px
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar-player-status__img {
        width: 4.8898666667rem;
        margin-right: 1.1113333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar-player-status__img {
        width: 3.0383466667rem;
        margin-right: .6905333333rem
    }
}

.quick-bar-player-status__block {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.quick-bar-player-status__title {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: var(--LIGHT-THEME-PRIMARY-5)
}

.dark .quick-bar-player-status__title {
    color: var(--DARK-THEME-PRIMARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar-player-status__title {
        font-size: 1.3336rem;
        line-height: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar-player-status__title {
        font-size: .82864rem;
        line-height: 1.1048533333rem
    }
}

.quick-bar-player-status__progress-wr {
    position: relative;
    height: 18px;
    display: flex;
    align-items: center
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar-player-status__progress-wr {
        height: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar-player-status__progress-wr {
        height: 1.24296rem
    }
}

.quick-bar-player-status__progress {
    width: 178px;
    height: 10px;
    border-radius: 7px;
    border: 2px solid var(--LIGHT-THEME-PRIMARY-6);
    background-color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .quick-bar-player-status__progress {
    border-color: var(--DARK-THEME-PRIMARY-5);
    background-color: var(--DARK-THEME-PRIMARY-5)
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar-player-status__progress {
        width: 19.7817333333rem;
        height: 1.1113333333rem;
        border-radius: .7779333333rem;
        border-width: .2222666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar-player-status__progress {
        width: 12.2914933333rem;
        height: .6905333333rem;
        border-radius: .4833733333rem;
        border-width: .1381066667rem
    }
}

.quick-bar-player-status__stroke {
    height: 100%;
    border-radius: 7px;
    background: var(--LIGHT-THEME-SECONDARY-GRADIENT)
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar-player-status__stroke {
        border-radius: .7779333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar-player-status__stroke {
        border-radius: .4833733333rem
    }
}

.quick-bar-player-status__toddler {
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: var(--LIGHT-THEME-SECONDARY-1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .4);
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .quick-bar-player-status__toddler {
    color: var(--DARK-THEME-PRIMARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar-player-status__toddler {
        font-size: 1.3336rem;
        line-height: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar-player-status__toddler {
        font-size: .82864rem;
        line-height: 1.1048533333rem
    }
}

.dark .quick-bar-player-status__toddler {
    background-color: var(--DARK-THEME--SECONDARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar-player-status__toddler {
        width: 4.4453333333rem;
        border-radius: 2.2226666667rem;
        box-shadow: 0 .2222666667rem .6668rem 0 rgba(0, 0, 0, .4)
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar-player-status__toddler {
        width: 2.7621333333rem;
        border-radius: 1.3810666667rem;
        box-shadow: 0 .1381066667rem .41432rem 0 rgba(0, 0, 0, .4)
    }
}

.quick-bar-player-status__caption {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar-player-status__caption {
        font-size: 1.3336rem;
        line-height: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar-player-status__caption {
        font-size: .82864rem;
        line-height: 1.1048533333rem
    }
}

.quick-bar-player-status__current {
    margin-right: 4px;
    color: var(--LIGHT-THEME-SECONDARY-2)
}

.dark .quick-bar-player-status__current {
    color: var(--DARK-THEME--SECONDARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar-player-status__current {
        margin-right: .4445333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar-player-status__current {
        margin-right: .2762133333rem
    }
}

.quick-bar-player-status__next {
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .quick-bar-player-status__next {
    color: var(--DARK-THEME-PRIMARY-1)
}

.quick-bar-profile-btn {
    margin-bottom: 16px;
    display: flex;
    justify-content: center
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar-profile-btn {
        margin-bottom: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar-profile-btn {
        margin-bottom: 1.1048533333rem
    }
}

.quick-bar-profile-btn__link {
    position: relative;
    height: 34px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    border: 1px solid var(--LIGHT-THEME-SECONDARY-2)
}

.dark .quick-bar-profile-btn__link {
    border-color: var(--DARK-THEME--SECONDARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar-profile-btn__link {
        height: 3.7785333333rem;
        padding: 0 1.3336rem;
        border-radius: .6668rem;
        border-width: .1111333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar-profile-btn__link {
        height: 2.3478133333rem;
        padding: 0 .82864rem;
        border-radius: .41432rem;
        border-width: .0690533333rem
    }
}

.quick-bar-profile-btn__link-txt {
    margin-right: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: var(--LIGHT-THEME-PRIMARY-5)
}

.dark .quick-bar-profile-btn__link-txt {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar-profile-btn__link-txt {
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar-profile-btn__link-txt {
        font-size: .9667466667rem;
        line-height: 1.24296rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar-profile-btn__link-txt {
        margin-right: .8890666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar-profile-btn__link-txt {
        margin-right: .5524266667rem
    }
}

.quick-bar-profile-btn__link-ic {
    width: auto;
    height: 16px;
    color: var(--LIGHT-THEME-PRIMARY-5)
}

.dark .quick-bar-profile-btn__link-ic {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar-profile-btn__link-ic {
        height: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar-profile-btn__link-ic {
        height: 1.1048533333rem
    }
}

.quick-bar-profile-btn__red_dot {
    position: absolute;
    left: -5px;
    top: -5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--COMMON-SYSTEM-RED)
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar-profile-btn__red_dot {
        left: -.5556666667rem;
        top: -.5556666667rem;
        width: 1.5558666667rem;
        height: 1.5558666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar-profile-btn__red_dot {
        left: -.3452666667rem;
        top: -.3452666667rem;
        width: .9667466667rem;
        height: .9667466667rem
    }
}

.quick-bar-player-balance {
    margin: 4px 0 12px
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar-player-balance {
        margin: .4445333333rem 0 1.3336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar-player-balance {
        margin: .2762133333rem 0 .82864rem
    }
}

.quick-bar-player-balance__item {
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--LIGHT-THEME-PRIMARY-3)
}

.quick-bar-player-balance__item.last,
.quick-bar-player-balance__item:last-child {
    border: none
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar-player-balance__item {
        padding: .8890666667rem 0;
        border-width: .1111333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar-player-balance__item {
        padding: .5524266667rem 0;
        border-width: .0690533333rem
    }
}

.quick-bar-player-balance__item-txt {
    margin-right: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--LIGHT-THEME-PRIMARY-5)
}

.quick-bar-player-balance__item-txt:first-letter {
    text-transform: uppercase
}

.dark .quick-bar-player-balance__item-txt {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar-player-balance__item-txt {
        font-size: 1.3336rem;
        line-height: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar-player-balance__item-txt {
        font-size: .82864rem;
        line-height: 1.1048533333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar-player-balance__item-txt {
        margin-right: .4445333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar-player-balance__item-txt {
        margin-right: .2762133333rem
    }
}

.quick-bar-player-balance__item-value {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .quick-bar-player-balance__item-value {
    color: var(--DARK-THEME-PRIMARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar-player-balance__item-value {
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar-player-balance__item-value {
        font-size: .9667466667rem;
        line-height: 1.24296rem
    }
}

.game-page .quick-bar-player-balance__item-value {
    cursor: default
}

.quick-bar-player-balance__more-toggler {
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar-player-balance__more-toggler {
        margin-bottom: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar-player-balance__more-toggler {
        margin-bottom: 1.1048533333rem
    }
}

.quick-bar-player-balance__more-txt {
    margin-right: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-5)
}

.dark .quick-bar-player-balance__more-txt {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar-player-balance__more-txt {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar-player-balance__more-txt {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar-player-balance__more-txt {
        margin-right: .8890666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar-player-balance__more-txt {
        margin-right: .5524266667rem
    }
}

.quick-bar-player-balance__more-ic {
    width: 16px;
    height: auto;
    color: var(--LIGHT-THEME-PRIMARY-5);
    transition: all .3s ease
}

.dark .quick-bar-player-balance__more-ic {
    color: var(--DARK-THEME-PRIMARY-2)
}

.quick-bar-player-balance__more-ic.opened {
    transform: rotate(-180deg)
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar-player-balance__more-ic {
        width: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar-player-balance__more-ic {
        width: 1.1048533333rem
    }
}

.quick-bar-player-balance__deposit-btn {
    width: 100%;
    height: 34px;
    padding: 0 12px;
    border-radius: 6px
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar-player-balance__deposit-btn {
        height: 3.7785333333rem;
        padding: 0 1.3336rem;
        border-radius: .6668rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar-player-balance__deposit-btn {
        height: 2.3478133333rem;
        padding: 0 .82864rem;
        border-radius: .41432rem
    }
}

.quick-bar {
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 84;
    display: flex;
    width: auto;
    height: 100%;
    transition: z-index .2s
}

.menu-opened .quick-bar {
    z-index: 101;
    transition: z-index 1ms
}

.menu-opened.e-sport .quick-bar {
    z-index: 102
}

.menu-opened.page-sport-lobby .quick-bar {
    z-index: 106
}

@media(max-width:768px) {

    .balance-notify-show .quick-bar,
    .sport .quick-bar {
        z-index: 66
    }
}

.messenger-opened.sport .quick-bar {
    z-index: 118
}

.modal-opened.sport .quick-bar {
    z-index: 117
}

@media(max-width:768px) {
    .quick-bar {
        top: 56px;
        z-index: 117
    }

    .menu-opened .quick-bar {
        z-index: 120;
        width: 100%;
        height: 100%
    }

    .game-page .quick-bar {
        top: 0
    }

    .messenger-opened.sport .quick-bar,
    .sport .quick-bar {
        z-index: 117
    }

    .e-sport .quick-bar,
    .messenger-opened.e-sport .quick-bar {
        z-index: 99
    }

    .menu-opened.sport .quick-bar {
        z-index: 10018
    }

    .search .quick-bar {
        z-index: 117
    }
}

@media screen and (min-width:769px) {
    .quick-bar.quick-bar--lang-list-opened {
        z-index: 87
    }

    .game-page .quick-bar.quick-bar--lang-list-opened,
    .quick-bar.quick-bar--not-opened.quick-bar--lang-list-opened {
        z-index: 101
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar {
        top: 7.1125333333rem
    }

    .game-page .quick-bar {
        top: 0;
        width: 7.1125333333rem;
        height: 7.1125333333rem;
        z-index: 117
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar {
        top: 4.4194133333rem
    }

    .game-page .quick-bar {
        top: 0
    }
}

@media(min-width:1546px)and (max-width:1919px) {
    .quick-bar {
        top: 64px
    }

    .game-page .quick-bar {
        top: 0
    }
}

@media(min-width:1920px) {

    .quick-bar--not-opened .quick-bar__menu,
    .quick-bar--not-opened .quick-bar__sidebar {
        width: 64px
    }
}

.quick-bar__inner-1 {
    display: flex !important;
    flex-shrink: 0
}

@media(max-width:768px) {

    .quick-bar__inner-1,
    .quick-bar__inner-2 {
        width: 100%;
        height: 100%
    }
}

.quick-bar__overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 64px;
    width: 100%;
    height: 100%;
    background-color: var(--COMMON-OPACITY-BLACK-30);
    cursor: pointer
}

.dark .quick-bar__overlay {
    background-color: var(--COMMON-OPACITY-BLACK-70)
}

.menu-opened .quick-bar__overlay {
    display: block
}

@media(max-width:768px) {
    .quick-bar__overlay {
        top: 56px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar__overlay {
        top: 7.1125333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar__overlay {
        top: 4.4194133333rem
    }
}

.quick-bar__sidebar {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--LIGHT-THEME-PRIMARY-1);
    transition: width .2s ease
}

.dark .quick-bar__sidebar {
    background-color: var(--DARK-THEME-PRIMARY-6)
}

@media(max-width:768px) {
    .quick-bar__sidebar {
        width: 0;
        height: calc(100% - 56px)
    }

    .menu-opened .quick-bar__sidebar {
        width: 300px
    }

    .game-page .quick-bar__sidebar {
        top: 56px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar__sidebar {
        width: 7.1125333333rem;
        height: calc(100% - 7.11253rem)
    }

    .menu-opened .quick-bar__sidebar {
        width: 31.1173333333rem
    }

    .game-page .quick-bar__sidebar {
        top: 7.1125333333rem;
        width: 0
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar__sidebar {
        width: 4.4194133333rem !important;
        height: calc(100% - 4.41941rem)
    }

    .menu-opened .quick-bar__sidebar {
        width: 19.3349333333rem !important
    }

    .game-page .quick-bar__sidebar {
        top: 4.4194133333rem
    }
}

@media(min-width:1546px)and (max-width:1919px) {
    .quick-bar__sidebar {
        width: 64px;
        height: calc(100% - 64px)
    }

    .menu-opened .quick-bar__sidebar {
        width: 280px !important
    }

    .game-page .quick-bar__sidebar {
        top: 64px
    }
}

@media(min-width:1920px) {
    .quick-bar__sidebar {
        width: 280px;
        padding-top: 66px;
        height: 100%
    }
}

.quick-bar__menu-wr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 100%
}

.quick-bar__section {
    position: relative;
    padding: 16px 0;
    border-bottom: 1px solid var(--LIGHT-THEME-PRIMARY-2)
}

.dark .quick-bar__section {
    border-color: var(--DARK-THEME-PRIMARY-5)
}

.quick-bar__section:last-child {
    border: none
}

.quick-bar__section.quick-bar__section--full {
    padding: 16px 24px
}

.quick-bar__section.quick-bar__section--flex {
    display: flex;
    justify-content: center;
    align-items: center
}

.opened-menu .quick-bar__section.quick-bar__section--flex {
    justify-content: space-between
}

.quick-bar__section.quick-bar__section--mob-lang {
    margin-bottom: 0;
    transition: margin-bottom .3s ease
}

.min-menu .quick-bar__section {
    padding: 10px 0
}

@media(max-width:768px) {
    .quick-bar--lang-list-opened .quick-bar__section.quick-bar__section--mob-lang {
        margin-bottom: 250px;
        transition: margin-bottom .3s ease
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar__section.quick-bar__section--full {
        padding: 1.7781333333rem 3.0006rem 1.7781333333rem 2.6672rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar__section.quick-bar__section--full {
        padding: 1.1048533333rem 1.86444rem 1.1048533333rem 1.65728rem
    }
}

@media(min-width:1546px) {
    .quick-bar__section.quick-bar__section--full {
        padding: 16px 27px 16px 24px
    }
}

@media screen and (min-width:769px) {
    .opened-menu .quick-bar__section--fix {
        z-index: 10;
        position: fixed;
        left: 0;
        bottom: 0;
        border-bottom: none;
        background-color: var(--LIGHT-THEME-PRIMARY-1)
    }

    .dark .opened-menu .quick-bar__section--fix {
        background-color: var(--DARK-THEME-PRIMARY-6)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .opened-menu .quick-bar__section--fix {
        width: 31.1173333333rem;
        box-shadow: 0 -.8890666667rem 1.3336rem 0 rgba(0, 0, 0, .25)
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .opened-menu .quick-bar__section--fix {
        width: 19.3349333333rem;
        box-shadow: 0 -.5524266667rem .82864rem 0 rgba(0, 0, 0, .25)
    }
}

@media(min-width:1546px) {
    .opened-menu .quick-bar__section--fix {
        width: 280px;
        box-shadow: 0 -8px 12px 0 rgba(0, 0, 0, .25)
    }
}

.quick-bar__menu--bottom {
    z-index: 10;
    width: 100%;
    border-top: 1px solid var(--LIGHT-THEME-PRIMARY-2);
    background-color: var(--LIGHT-THEME-PRIMARY-1)
}

.dark .quick-bar__menu--bottom {
    border-color: var(--DARK-THEME-PRIMARY-5);
    background-color: var(--DARK-THEME-PRIMARY-6)
}

@media(min-width:769px)and (max-width:1024px) {
    .opened-menu .quick-bar__menu--bottom {
        padding-bottom: 8.4461333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .opened-menu .quick-bar__menu--bottom {
        padding-bottom: 5.2480533333rem
    }
}

@media(min-width:1546px) {
    .opened-menu .quick-bar__menu--bottom {
        padding-bottom: 76px
    }
}

.quick-bar__menu--bottom_sticky {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0
}

.quick-bar__menu-item-header {
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px 24px;
    cursor: pointer
}

.quick-bar__bottom-block .quick-bar__menu-item-header {
    height: auto
}

.min-menu .quick-bar__menu-item-header {
    padding: 12px 0;
    justify-content: center
}

.quick-bar__menu-item-header.active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: var(--LIGHT-THEME-SECONDARY-2)
}

.dark .quick-bar__menu-item-header.active:before {
    background-color: var(--DARK-THEME--SECONDARY-2)
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar__menu-item-header.active:before {
        width: .4833733333rem;
        border-top-right-radius: .3452666667rem;
        border-bottom-right-radius: .3452666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar__menu-item-header.active:before {
        width: .7779333333rem;
        border-top-right-radius: .5556666667rem;
        border-bottom-right-radius: .5556666667rem
    }
}

@media(min-width:1546px) {
    .quick-bar__menu-item-header.active:before {
        width: 7px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar__menu-item-header {
        padding: .82864rem 1.65728rem
    }

    .min-menu .quick-bar__menu-item-header {
        padding: .82864rem 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar__menu-item-header {
        padding: 1.3336rem 2.6672rem
    }

    .min-menu .quick-bar__menu-item-header {
        padding: 1.3336rem 0
    }
}

.quick-bar__menu-item-header-block {
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.quick-bar__bottom-block .quick-bar__menu-item-header-block {
    height: auto
}

.min-menu .quick-bar__menu-item-header-block {
    margin-right: 3px
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar__menu-item-header-block {
        margin-right: 1.65728rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar__menu-item-header-block {
        margin-right: 1.65728rem
    }
}

.quick-bar__menu-item-header-block-ic {
    width: 24px;
    height: auto;
    color: var(--LIGHT-THEME-SECONDARY-2)
}

.dark .quick-bar__menu-item-header-block-ic {
    color: var(--DARK-THEME--SECONDARY-2)
}

.dark .min-menu .quick-bar__menu-item-header-block-ic {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar__menu-item-header-block-ic {
        width: 2.6672rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar__menu-item-header-block-ic {
        width: 1.65728rem
    }
}

.quick-bar__menu-item-header-arr {
    width: 12px;
    height: auto;
    fill: var(--LIGHT-THEME-PRIMARY-5);
    transition: all .3s ease
}

.dark .quick-bar__menu-item-header-arr {
    fill: var(--DARK-THEME-PRIMARY-2)
}

.quick-bar__menu-item--opened .quick-bar__menu-item-header-arr {
    transform: rotate(-180deg)
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar__menu-item-header-arr {
        width: 1.3336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar__menu-item-header-arr {
        width: .82864rem
    }
}

.icon-wheel-of-fortune {
    color: #df1f3d;
    width: auto;
    height: 22px
}

.dark .icon-wheel-of-fortune {
    color: #df1f3d
}

@media(min-width:1546px)and (max-width:1919px) {
    .icon-wheel-of-fortune {
        height: 22px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .icon-wheel-of-fortune {
        height: 1.7263333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .icon-wheel-of-fortune {
        height: 2.2226666667rem
    }
}

@media(max-width:768px) {
    .icon-wheel-of-fortune {
        height: 14px
    }
}

.quick-bar__menu-item-header-icon--red_dot {
    position: absolute;
    top: 10px;
    right: -10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--COMMON-SYSTEM-RED)
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar__menu-item-header-icon--red_dot {
        top: 1.1113333333rem;
        right: 1.3336rem;
        width: 1.1113333333rem;
        height: 1.1113333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar__menu-item-header-icon--red_dot {
        top: .6905333333rem;
        right: .82864rem;
        width: .6905333333rem;
        height: .6905333333rem
    }
}

@media(min-width:1546px) {
    .quick-bar__menu-item-header-icon--red_dot {
        right: 12px;
        width: 10px;
        height: 10px
    }
}

.quick-bar__menu-item-header-text {
    flex: 1 1 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: normal;
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-5);
    transition: all .3s ease
}

.dark .quick-bar__menu-item-header-text {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar__menu-item-header-text {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar__menu-item-header-text {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.active .quick-bar__menu-item-header-text {
    color: var(--LIGHT-THEME-SECONDARY-2)
}

.dark .active .quick-bar__menu-item-header-text {
    color: var(--DARK-THEME--SECONDARY-2)
}

@media(max-width:768px) {
    .quick-bar__menu-item-header-text {
        font-size: 13px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar__menu-item-header-text {
        width: 16.67rem;
        font-size: 1.5558666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar__menu-item-header-text {
        width: 10.7032666667rem;
        font-size: 1.1048533333rem
    }
}

@media(min-width:1546px) {
    .quick-bar__menu-item-header-text {
        width: 155px
    }
}

.quick-bar__submenu-item-inner {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 42px;
    padding-left: 72px;
    cursor: pointer
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar__submenu-item-inner {
        height: 4.6676rem;
        padding-left: 7.1125333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar__submenu-item-inner {
        height: 3.1764533333rem;
        padding-left: 4.97184rem
    }
}

@media(min-width:1546px) {
    .quick-bar__submenu-item-inner {
        height: 46px
    }
}

.quick-bar__submenu-item-text {
    letter-spacing: normal;
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-4);
    transition: all .3s ease
}

.dark .quick-bar__submenu-item-text {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar__submenu-item-text {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar__submenu-item-text {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.quick-bar__submenu-item-inner.active .quick-bar__submenu-item-text {
    color: var(--LIGHT-THEME-SECONDARY-2)
}

.dark .quick-bar__submenu-item-inner.active .quick-bar__submenu-item-text {
    color: var(--DARK-THEME--SECONDARY-2)
}

.no-touch .quick-bar__submenu-item:hover .quick-bar__submenu-item-text {
    color: var(--LIGHT-THEME-SECONDARY-4)
}

.dark .no-touch .quick-bar__submenu-item:hover .quick-bar__submenu-item-text {
    color: var(--DARK-THEME--SECONDARY-4)
}

@media(min-width:1546px)and (max-width:1919px) {
    .quick-bar__submenu-item-text {
        width: 255px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar__submenu-item-text {
        width: 10.7032666667rem;
        font-size: 1.1048533333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar__submenu-item-text {
        font-size: 1.5558666667rem;
        width: 16.67rem
    }
}

@media(max-width:768px) {
    .quick-bar__submenu-item-text {
        font-size: 13px
    }
}

.no-touch .quick-bar__menu-item:hover .quick-bar__menu-item-header-block-ic,
.no-touch .quick-bar__menu-item:hover .quick-bar__menu-item-header-text,
.no-touch .quick-bar__menu-item:hover .quick-bar__menu-item__label {
    color: var(--LIGHT-THEME-SECONDARY-4)
}

.dark .no-touch .quick-bar__menu-item:hover .quick-bar__menu-item-header-block-ic,
.dark .no-touch .quick-bar__menu-item:hover .quick-bar__menu-item-header-text,
.dark .no-touch .quick-bar__menu-item:hover .quick-bar__menu-item__label {
    color: var(--DARK-THEME--SECONDARY-4)
}

.quick-bar__menu-item-app-icon-wr {
    overflow: hidden;
    width: 170px;
    margin-left: 18px;
    border-radius: 10px;
    cursor: pointer
}

.quick-bar__menu-item-app-icon {
    display: block;
    width: 100%;
    height: auto
}

.tooltip.quick-bar__menu-item-tooltip {
    left: 64px !important
}

@media(min-width:1025px)and (max-width:1545px) {
    .tooltip.quick-bar__menu-item-tooltip {
        left: 4.4194133333rem !important
    }
}

.tooltip.quick-bar__menu-item-tooltip .tooltip-inner {
    padding: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12);
    background-color: var(--LIGHT-THEME-PRIMARY-1);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-5)
}

.dark .tooltip.quick-bar__menu-item-tooltip .tooltip-inner {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .tooltip.quick-bar__menu-item-tooltip .tooltip-inner {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .tooltip.quick-bar__menu-item-tooltip .tooltip-inner {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.dark .tooltip.quick-bar__menu-item-tooltip .tooltip-inner {
    background-color: var(--DARK-THEME-PRIMARY-6)
}

@media(min-width:1025px)and (max-width:1545px) {
    .tooltip.quick-bar__menu-item-tooltip .tooltip-inner {
        padding: .82864rem;
        box-shadow: 0 .2762133333rem .5524266667rem 0 rgba(0, 0, 0, .12)
    }
}

.tooltip.quick-bar__menu-item-tooltip .tooltip-arrow {
    left: -13px;
    right: 0
}

@media(min-width:1025px)and (max-width:1545px) {
    .tooltip.quick-bar__menu-item-tooltip .tooltip-arrow {
        left: -.8976933333rem
    }
}

.tooltip.quick-bar__menu-item-tooltip[x-placement^=left] {
    margin-left: 7px
}

@media(min-width:1025px)and (max-width:1545px) {
    .tooltip.quick-bar__menu-item-tooltip[x-placement^=left] {
        margin-left: .3452666667rem
    }
}

.tooltip.quick-bar__menu-item-tooltip[x-placement^=left] .tooltip-arrow {
    border-width: 5px 13px 5px 0 !important;
    border-color: #292925
}

.dark .tooltip.quick-bar__menu-item-tooltip[x-placement^=left] .tooltip-arrow {
    border-color: #383d41
}

@media(min-width:1025px)and (max-width:1545px) {
    .tooltip.quick-bar__menu-item-tooltip[x-placement^=left] .tooltip-arrow {
        border-width: .3452666667rem .8976933333rem .3452666667rem 0 !important
    }
}

.tooltip.quick-bar__menu-item-tooltip.hide {
    display: none !important
}

.quick-bar__bottom-block {
    flex-shrink: 0;
    padding-bottom: 20px
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar__bottom-block {
        padding-bottom: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar__bottom-block {
        padding-bottom: 1.3810666667rem
    }
}

.quick-bar__logout-block {
    width: 200px;
    padding: 0 5px;
    text-align: center
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar__logout-block {
        width: 22.2266666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar__logout-block {
        width: 15.537rem
    }
}

@media(min-width:1546px) {
    .quick-bar__logout-block {
        width: 225px
    }
}

.quick-bar__logout-link {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px dashed #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: normal;
    color: #fff;
    cursor: pointer;
    transition: color .3s ease
}

.no-touch .quick-bar__logout-link:hover {
    border-color: #c5c5c5;
    color: #c5c5c5
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar__logout-link {
        padding-bottom: .3334rem;
        font-size: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar__logout-link {
        padding-bottom: .20716rem;
        font-size: 1.1048533333rem
    }
}

.quick-bar__social-links {
    margin-bottom: 16px
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar__social-links {
        margin-bottom: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar__social-links {
        margin-bottom: 1.1048533333rem
    }
}

.quick-bar__theme-swicher {
    margin: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.min-menu .quick-bar__theme-swicher {
    padding: 12px 0
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar__theme-swicher {
        padding: 1.3336rem 0
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar__theme-swicher {
        padding: .82864rem 0
    }
}

.quick-bar__theme-swicher-ic {
    width: auto;
    height: 14px
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar__theme-swicher-ic {
        height: 1.5558666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .quick-bar__theme-swicher-ic {
        height: .9667466667rem
    }
}

@media screen and (min-width:769px) {

    #no_layout_page .quick-bar,
    #no_layout_page .top-bar {
        display: none
    }
}

.gambling-addict-notify {
    position: fixed;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 86;
    padding: 20px 12px;
    background-color: var(--COMMON-SYSTEM-RED);
    border-radius: 0;
    justify-content: center
}

.e-sport .gambling-addict-notify {
    z-index: 101
}

@media(min-width:769px)and (max-width:1024px) {
    .gambling-addict-notify {
        bottom: 0;
        left: 7.1125333333rem;
        padding: 1.3336rem 2.6672rem
    }
}

@media(max-width:768px) {
    .gambling-addict-notify {
        left: 0
    }

    .sport .gambling-addict-notify,
    [class*=page-profile] .gambling-addict-notify {
        padding: 1.7333333333rem .8rem;
        bottom: 0
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .gambling-addict-notify {
        bottom: 0;
        left: 4.4194133333rem;
        padding: .82864rem 1.65728rem
    }
}

@media(min-width:1546px) {
    .gambling-addict-notify {
        bottom: 0;
        left: 64px;
        padding: 4px 180px
    }
}

@media(min-width:1920px) {
    .gambling-addict-notify {
        left: 280px
    }

    .sport .gambling-addict-notify {
        left: 64px
    }
}

.gambling-addict-notify__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.gambling-addict-notify__text p {
    display: inline;
    margin-bottom: 0
}

.converter-game {
    position: relative;
    padding: 20px 28px 36px;
    max-width: 700px;
    max-height: 600px;
    background-color: #fff;
    box-shadow: 0 16px 16px rgba(0, 0, 0, .2);
    border-radius: 16px
}

.dark .converter-game {
    background-color: #383d41
}

@media screen and (min-width:769px) {
    .converter-game {
        display: flex;
        flex-direction: column
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-game {
        max-width: 77.7933333333rem;
        max-height: 51.1213333333rem;
        padding: 2.2226666667rem 3.1117333333rem 4.0008rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .converter-game {
        max-width: 48.3373333333rem;
        max-height: 40.0509333333rem;
        padding: 1.3810666667rem 1.9334933333rem 2.48592rem
    }
}

.converter-game--mobile {
    max-width: none;
    width: auto;
    max-height: none;
    height: 100%;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .25), 0 23px 12px rgba(0, 0, 0, .13)
}

.converter-game__close {
    position: absolute;
    top: 19px;
    right: 19px;
    color: #5a6446;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    transition: all .3s ease
}

.dark .converter-game__close {
    color: hsla(0, 0%, 100%, .8)
}

.no-touch .converter-game__close:hover {
    color: #83b812
}

.dark .no-touch .converter-game__close:hover {
    color: #97a94c
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-game__close {
        top: 2.1115333333rem;
        right: 2.1115333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .converter-game__close {
        top: 1.3120133333rem;
        right: 1.3120133333rem
    }
}

.converter-game__close-ic {
    width: 18px;
    height: auto
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-game__close-ic {
        width: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .converter-game__close-ic {
        width: 1.24296rem
    }
}

.converter-game__title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #5a6446
}

.dark .converter-game__title {
    color: hsla(0, 0%, 100%, .8)
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-game__title {
        margin-bottom: 2.6672rem;
        font-size: 2.6672rem;
        line-height: 3.1117333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .converter-game__title {
        margin-bottom: 1.65728rem;
        font-size: 1.65728rem;
        line-height: 1.9334933333rem
    }
}

@media(min-width:1546px) {
    .converter-game__title {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 28px
    }
}

.converter-game__block {
    margin-bottom: 16px
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-game__block {
        margin-bottom: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .converter-game__block {
        margin-bottom: 1.1048533333rem
    }
}

.converter-game__text {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 20px;
    color: #5a6446
}

.current-modal-balance .converter-game__text:last-child {
    display: none
}

.dark .converter-game__text {
    color: hsla(0, 0%, 100%, .8)
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-game__text {
        margin-bottom: 1.7781333333rem;
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .converter-game__text {
        margin-bottom: 1.1048533333rem;
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.converter-game__scroll {
    margin: 0 -20px !important;
    padding: 0 20px
}

@media screen and (orientation:portrait)and (max-width:1024px) {
    .current-modal-balance .converter-game__scroll {
        display: flex;
        flex-direction: column
    }
}

@media screen and (min-width:769px) {
    .play .converter-game__scroll {
        display: flex;
        flex-direction: column
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-game__scroll {
        margin: 0 -2.2226666667rem 1.7781333333rem !important;
        padding: 0 2.2226666667rem
    }

    .play .converter-game__scroll {
        margin: 0 -3.1117333333rem 1.7781333333rem -3.8896666667rem !important;
        padding: 0 3.1117333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .converter-game__scroll {
        margin: 0 -1.3810666667rem 1.1048533333rem !important;
        padding: 0 1.3810666667rem
    }

    .play .converter-game__scroll {
        margin: 0 -1.9334933333rem 1.1048533333rem -2.4168666667rem !important;
        padding: 0 1.9334933333rem
    }
}

@media(min-width:1546px) {
    .converter-game__scroll {
        margin: 0 -20px 16px !important;
        padding: 0 20px
    }

    .play .converter-game__scroll {
        margin: 0 -28px 16px -35px !important;
        padding: 0 28px
    }
}

.converter-game__wrap {
    padding-right: 40px !important;
    box-sizing: content-box
}

@media screen and (orientation:portrait)and (max-width:1024px) {
    .current-modal-balance .converter-game__wrap {
        max-height: calc(75vh - 164px)
    }
}

@media screen and (orientation:portrait)and (max-width:1024px)and (max-width:420px) {
    .current-modal-balance .converter-game__wrap {
        max-height: calc(75vh - 168px)
    }
}

.play .converter-game__wrap {
    max-height: 50vh
}

.converter-game__list {
    display: flex;
    flex-wrap: wrap
}

@media(max-width:768px) {
    .converter-game__list {
        margin: 0 -4px
    }
}

.converter-game__item {
    margin: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 calc(50% - 8px);
    padding: 10px 12px;
    border-radius: 5px;
    border: 2px solid #e1e6de;
    background-color: #e1e6de;
    cursor: pointer;
    transition: all .3s ease
}

.dark .converter-game__item {
    border: 2px solid #272a2d;
    background-color: #272a2d
}

.no-touch .converter-game__item:hover {
    border-color: #83b812
}

.dark .no-touch .converter-game__item:hover {
    border-color: #bed753
}

.converter-game__item.active {
    border-color: #83b812
}

.dark .converter-game__item.active {
    border-color: #97a94c
}

@media(min-width:421px)and (max-width:768px) {
    .converter-game__item {
        flex: 0 0 calc(33.33333% - 8px)
    }
}

@media screen and (min-width:769px) {
    .converter-game__item {
        flex: 0 0 calc(25% - 8px)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-game__item {
        padding: 1.1113333333rem 1.3336rem;
        border-radius: .5556666667rem
    }
}

@media(min-width:1025px) {
    .converter-game__item {
        flex: 0 0 calc(25% - 8px)
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .converter-game__item {
        padding: .6905333333rem .82864rem;
        border-radius: .3452666667rem
    }
}

.converter-game__item-icon {
    width: 20px;
    height: auto;
    margin-right: 8px
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-game__item-icon {
        width: 2.2226666667rem;
        margin-right: .8890666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .converter-game__item-icon {
        width: 1.3810666667rem;
        margin-right: .5524266667rem
    }
}

.converter-game__item-name {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #5a6446
}

.dark .converter-game__item-name {
    color: hsla(0, 0%, 100%, .6)
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-game__item-name {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .converter-game__item-name {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.converter-game__button {
    align-self: center
}

.play .converter-game__button {
    height: 44px;
    padding: 0 16px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .play .converter-game__button {
        height: 4.8898666667rem;
        padding: 0 1.7781333333rem;
        border-radius: .5556666667rem;
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .play .converter-game__button {
        height: 3.0383466667rem;
        padding: 0 1.1048533333rem;
        border-radius: .3452666667rem;
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.player-account-select,
.player-account-select--has-blocked {
    margin-bottom: 12px
}

@media screen and (min-width:769px) {

    .player-account-select,
    .player-account-select--has-blocked {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0
    }
}

.player-account-select__main {
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 8px;
    background-color: #e1e6de;
    flex: 1 0 auto
}

.dark .player-account-select__main {
    background-color: #272a2d
}

@media(min-width:769px)and (max-width:1024px) {
    .player-account-select__main {
        width: calc(50% - .6668rem);
        padding: 1.3336rem;
        margin-right: 1.3336rem;
        margin-bottom: 1.3336rem;
        border-radius: .8890666667rem
    }

    .player-account-select__main:last-child {
        width: 100%;
        margin-right: 0
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .player-account-select__main {
        width: calc(50% - .41432rem);
        padding: .82864rem;
        margin-right: .82864rem;
        margin-bottom: .82864rem;
        border-radius: .5524266667rem
    }

    .player-account-select__main:last-child {
        width: 100%;
        margin-right: 0
    }
}

@media(min-width:1546px) {
    .player-account-select__main {
        width: calc(50% - 6px);
        margin-right: 12px
    }

    .player-account-select__main:last-child {
        width: 100%;
        margin-right: 0
    }
}

.player-account-select__rows {
    display: flex;
    flex-direction: column
}

@media screen and (min-width:769px) {
    .player-account-select__main:last-child .player-account-select__rows {
        flex-direction: row;
        justify-content: space-between
    }
}

.player-account-select__row {
    flex: 1 1 auto
}

.player-account-select__exchange {
    display: none
}

@media screen and (min-width:769px) {
    .player-account-select__exchange {
        display: flex;
        justify-content: center;
        align-items: flex-end
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .player-account-select__exchange {
        margin: 1.3336rem 0 -.4445333333rem
    }

    .player-account-select__main:last-child .player-account-select__exchange {
        margin: 1.667rem .8890666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .player-account-select__exchange {
        margin: .82864rem 0 -.2762133333rem
    }

    .player-account-select__main:last-child .player-account-select__exchange {
        margin: 1.0358rem .5524266667rem
    }
}

@media(min-width:1546px) {
    .player-account-select__exchange {
        margin: 12px 0 -4px
    }

    .player-account-select__main:last-child .player-account-select__exchange {
        margin: 15px 8px
    }
}

.player-account-select__exchange-icon {
    width: auto;
    height: 13px;
    color: #98a590
}

.player-account-select__main:last-child .player-account-select__exchange-icon {
    transform: rotate(90deg)
}

@media(min-width:769px)and (max-width:1024px) {
    .player-account-select__exchange-icon {
        height: 1.4447333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .player-account-select__exchange-icon {
        height: .8976933333rem
    }
}

.player-account-select__checkbox {
    position: relative;
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.player-account-select__main:last-child .player-account-select__checkbox {
    width: 100%;
    margin-left: 0
}

@media screen and (min-width:769px) {
    .player-account-select__main:last-child .player-account-select__checkbox {
        width: calc(50% - 19px);
        margin-left: auto
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .player-account-select__main:last-child .player-account-select__checkbox {
        width: calc(50% - 2.11153rem)
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .player-account-select__main:last-child .player-account-select__checkbox {
        width: calc(50% - 1.31201rem)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .player-account-select__checkbox {
        margin-top: 1.3336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .player-account-select__checkbox {
        margin-top: .82864rem
    }
}

.player-account-select__checkbox-info {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #292925;
    border-radius: 50%;
    z-index: 11;
    cursor: pointer
}

.dark .player-account-select__checkbox-info {
    background-color: #97a94c
}

@media(min-width:769px)and (max-width:1024px) {
    .player-account-select__checkbox-info {
        width: 2.6672rem;
        height: 2.6672rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .player-account-select__checkbox-info {
        width: 1.65728rem;
        height: 1.65728rem
    }
}

.player-account-select__checkbox-icon {
    width: auto;
    height: 12px
}

@media(min-width:769px)and (max-width:1024px) {
    .player-account-select__checkbox-icon {
        height: 1.3336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .player-account-select__checkbox-icon {
        height: .82864rem
    }
}

.player-account-select__tooltip {
    max-width: calc(100% - 50px)
}

@media(min-width:769px)and (max-width:1024px) {
    .player-account-select__tooltip {
        max-width: 65.5686666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .player-account-select__tooltip {
        max-width: 40.7414666667rem
    }
}

@media(min-width:1546px) {
    .player-account-select__tooltip {
        max-width: 590px
    }
}

.player-account-select__tooltip.tooltip .tooltip-inner {
    padding: 12px
}

@media(min-width:769px)and (max-width:1024px) {
    .player-account-select__tooltip.tooltip .tooltip-inner {
        padding: 1.3336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .player-account-select__tooltip.tooltip .tooltip-inner {
        padding: .82864rem
    }
}

@media(min-width:1546px) {
    .player-account-select__tooltip.tooltip .tooltip-inner {
        padding: 12px
    }
}

.player-account-select__title {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #5a6446
}

.dark .player-account-select__title {
    color: hsla(0, 0%, 100%, .8)
}

@media(min-width:769px)and (max-width:1024px) {
    .player-account-select__title {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .player-account-select__title {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

@media screen and (min-width:769px) {
    .player-account-select__cols {
        display: flex;
        justify-content: space-between
    }
}

.player-account-select__cols-item {
    margin-bottom: 12px
}

.player-account-select--has-blocked .player-account-select__cols-item {
    width: 100%
}

@media screen and (min-width:769px) {
    .player-account-select__cols-item {
        width: calc(50% - 6px);
        margin-bottom: 0;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

.active-account {
    position: relative
}

.payment-providers-list .active-account {
    min-width: 280px
}

@media(max-width:768px) {
    .payment-providers-list .active-account {
        width: 100%
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .payment-providers-list .active-account {
        min-width: 31.1173333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payment-providers-list .active-account {
        min-width: 19.3349333333rem
    }
}

.active-account.without-arrow .converter-input__info-icon {
    display: none
}

.panel-account__active-account-hint-wr {
    margin-bottom: 12px;
    padding-bottom: 12px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(152, 165, 144, .44)
}

.panel-account__active-account-hint-wr:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

@media(min-width:769px)and (max-width:1024px) {
    .panel-account__active-account-hint-wr {
        margin-bottom: .4445333333rem;
        padding-bottom: .4445333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .panel-account__active-account-hint-wr {
        margin-bottom: .2762133333rem;
        padding-bottom: .2762133333rem
    }
}

@media(min-width:1546px) {
    .panel-account__active-account-hint-wr {
        margin-bottom: 4px;
        padding-bottom: 4px
    }
}

.panel-account__active-account-hint-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #5a6446
}

.panel-account__active-account-hint-text:first-letter {
    text-transform: uppercase
}

.dark .panel-account__active-account-hint-text {
    color: hsla(0, 0%, 100%, .6)
}

@media(min-width:769px)and (max-width:1024px) {
    .panel-account__active-account-hint-text {
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .panel-account__active-account-hint-text {
        font-size: .9667466667rem;
        line-height: 1.24296rem
    }
}

.panel-account__active-account-hint-sum {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    color: #5a6446
}

.dark .panel-account__active-account-hint-sum {
    color: hsla(0, 0%, 100%, .6)
}

@media(min-width:769px)and (max-width:1024px) {
    .panel-account__active-account-hint-sum {
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .panel-account__active-account-hint-sum {
        font-size: .9667466667rem;
        line-height: 1.24296rem
    }
}

.converter-input {
    padding: 10px 12px 10px 16px;
    display: flex;
    justify-content: space-between;
    border-radius: 6px;
    border: 2px solid #98a590;
    cursor: pointer;
    transition: all .3s ease
}

.converter-input,
.dark .converter-input {
    background-color: transparent
}

.converter-input:hover {
    border-color: #7ba330
}

.dark .converter-input:hover {
    border-color: #bed753
}

.converter-input.active {
    border-color: #83b812;
    background-color: #fff
}

.dark .converter-input.active {
    border-color: #97a94c;
    background-color: transparent
}

.converter-input.active:hover {
    border-color: #7ba330
}

.dark .converter-input.active:hover {
    border-color: #bed753
}

.converter-modal .converter-input {
    margin-bottom: 16px;
    border-color: var(--LIGHT-THEME-SECONDARY-2)
}

.dark .converter-modal .converter-input {
    border-color: var(--DARK-THEME--SECONDARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-modal .converter-input {
        margin-bottom: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .converter-modal .converter-input {
        margin-bottom: 1.1048533333rem
    }
}

.payment-providers-list .converter-input:not(.open) {
    min-height: 40px;
    padding: 8px 16px;
    align-items: center;
    border-radius: 6px;
    border: none;
    background-color: var(--LIGHT-THEME-BACKGROUND)
}

.dark .payment-providers-list .converter-input:not(.open) {
    background-color: var(--DARK-THEME-PRIMARY-6)
}

@media(min-width:769px)and (max-width:1024px) {
    .payment-providers-list .converter-input:not(.open) {
        min-height: 4.4453333333rem;
        padding: .8890666667rem 1.7781333333rem;
        border-radius: .6668rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payment-providers-list .converter-input:not(.open) {
        min-height: 2.7621333333rem;
        padding: .5524266667rem 1.1048533333rem;
        border-radius: .41432rem
    }
}

.payment-providers-list .converter-input:not(.open) .converter-input__info-name,
.payment-providers-list .converter-input:not(.open) .converter-input__name {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: var(--LIGHT-THEME-PRIMARY-2)
}

.dark .payment-providers-list .converter-input:not(.open) .converter-input__info-name,
.dark .payment-providers-list .converter-input:not(.open) .converter-input__name {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {

    .payment-providers-list .converter-input:not(.open) .converter-input__info-name,
    .payment-providers-list .converter-input:not(.open) .converter-input__name {
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {

    .payment-providers-list .converter-input:not(.open) .converter-input__info-name,
    .payment-providers-list .converter-input:not(.open) .converter-input__name {
        font-size: .9667466667rem;
        line-height: 1.24296rem
    }
}

.payment-providers-list .converter-input:not(.open) .converter-input__info {
    border: none
}

.payment-providers-list .converter-input:not(.open) .converter-input__info-logo {
    width: 24px
}

@media(min-width:769px)and (max-width:1024px) {
    .payment-providers-list .converter-input:not(.open) .converter-input__info-logo {
        width: 2.6672rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payment-providers-list .converter-input:not(.open) .converter-input__info-logo {
        width: 1.65728rem
    }
}

.payment-providers-list .converter-input:not(.open) .converter-input__info-icon {
    width: 16px;
    color: var(--LIGHT-THEME-PRIMARY-2)
}

.dark .payment-providers-list .converter-input:not(.open) .converter-input__info-icon {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .payment-providers-list .converter-input:not(.open) .converter-input__info-icon {
        width: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payment-providers-list .converter-input:not(.open) .converter-input__info-icon {
        width: 1.1048533333rem
    }
}

.converter-input__lable {
    position: absolute;
    left: 1rem;
    top: .7333333333rem;
    transform-origin: left top;
    font-weight: 400;
    font-size: 1.0666666667rem;
    line-height: 1;
    color: #7b7f92;
    letter-spacing: normal;
    pointer-events: none;
    transform: translateY(-1.9333333333rem) translateX(-.9333333333rem) scale(.667);
    transition: all .3s ease
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-input__lable {
        left: 1.667rem;
        top: 1.2224666667rem;
        font-size: 1.7781333333rem;
        transform: translateY(-2.7783333333rem) translateX(-1.5558666667rem) scale(.667)
    }

    .play .converter-input__lable {
        left: 1.1669rem;
        top: .8557266667rem;
        font-size: 1.1669rem
    }
}

@media(min-width:1025px) {
    .converter-input__lable {
        left: .8333333333rem;
        top: .6111111111rem;
        transform: translateX(-.7777777778rem) translateY(-1.5555555556rem) scale(.667);
        font-size: .8888888889rem
    }

    .play .converter-input__lable {
        left: 1.0358rem;
        top: .7595866667rem;
        font-size: 1.0358rem
    }
}

.converter-modal .converter-input__lable {
    display: none
}

.converter-input__name {
    margin-right: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-3)
}

.dark .converter-input__name {
    color: var(--DARK-THEME-PRIMARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-input__name {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .converter-input__name {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-input__name {
        margin-right: .4445333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .converter-input__name {
        margin-right: .2762133333rem
    }
}

.converter-input__info {
    padding-left: 10px;
    display: flex;
    align-items: center;
    border-left: 1px solid var(--LIGHT-THEME-PRIMARY-4);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-3)
}

.dark .converter-input__info {
    color: var(--DARK-THEME-PRIMARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-input__info {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .converter-input__info {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.dark .converter-input__info {
    border-color: var(--DARK-THEME-PRIMARY-3)
}

.converter-modal .converter-input__info {
    border-color: var(--LIGHT-THEME-PRIMARY-4)
}

.dark .converter-modal .converter-input__info {
    border-color: var(--DARK-THEME-PRIMARY-4)
}

.converter-input.active .converter-input__info {
    border-left: 1px solid #e1e6de
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-input__info {
        padding-left: 1.1113333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .converter-input__info {
        padding-left: .6905333333rem
    }
}

.converter-input__info-logo {
    width: 20px;
    height: auto;
    margin-right: 8px
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-input__info-logo {
        width: 2.2226666667rem;
        margin-right: .8890666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .converter-input__info-logo {
        width: 1.3810666667rem;
        margin-right: .5524266667rem
    }
}

.converter-input__info-name {
    margin-right: 8px;
    text-transform: uppercase
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-input__info-name {
        margin-right: .8890666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .converter-input__info-name {
        margin-right: .5524266667rem
    }
}

.converter-input__info-icon {
    width: 11px;
    height: auto;
    fill: var(--LIGHT-THEME-PRIMARY-3);
    transform: rotate(180deg);
    transition: all .3s ease
}

.dark .converter-input__info-icon {
    fill: var(--DARK-THEME-PRIMARY-1)
}

.converter-modal .converter-input__info-icon,
.open .converter-input__info-icon {
    transform: rotate(0)
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-input__info-icon {
        width: 1.2224666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .converter-input__info-icon {
        width: .7595866667rem
    }
}

.converter-modal {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0;
    border-radius: 12px;
    background-color: var(--LIGHT-THEME-PRIMARY-6);
    z-index: 25
}

.dark .converter-modal {
    background-color: var(--DARK-THEME-BACKGROUND)
}

.active-account .converter-modal,
.bottom-sheet .converter-modal {
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    padding: 20px;
    max-height: none;
    transform: none
}

@media(min-width:769px)and (max-width:1024px) {

    .active-account .converter-modal,
    .bottom-sheet .converter-modal {
        padding: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {

    .active-account .converter-modal,
    .bottom-sheet .converter-modal {
        padding: 1.3810666667rem
    }
}

@media(max-width:768px) {
    .converter-modal {
        height: 100%;
        display: flex;
        flex-direction: column
    }
}

@media screen and (min-width:769px) {
    .converter-modal {
        position: absolute;
        display: flex;
        flex-direction: column;
        max-height: 26.1111111111rem;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        box-shadow: 0 23px 12px 0 rgba(0, 0, 0, .13), 0 4px 12px 0 rgba(0, 0, 0, .25)
    }
}

@media screen and (min-width:769px)and (max-height:320px) {
    .converter-modal {
        transform: translate3d(-50%, -40%, 0)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-modal {
        width: 40.7859333333rem;
        padding: 2.2226666667rem;
        border-radius: 1.3336rem
    }

    .active-account .converter-modal {
        top: calc(-4.44533rem - 4px);
        left: -2.2226666667rem;
        right: -2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .converter-modal {
        width: 25.3425733333rem;
        padding: 1.3810666667rem;
        border-radius: .82864rem
    }

    .active-account .converter-modal {
        top: calc(-2.76213rem - 4px);
        left: -1.3810666667rem;
        right: -1.3810666667rem
    }
}

@media(min-width:1546px) {
    .converter-modal {
        width: 367px;
        padding: 20px;
        border-radius: 12px
    }

    .active-account .converter-modal {
        top: -44px;
        left: -20px;
        right: -20px
    }
}

.converter-modal__title {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--LIGHT-THEME-PRIMARY-3)
}

.dark .converter-modal__title {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-modal__title {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .converter-modal__title {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

@media(min-width:1546px) {
    .converter-modal__title {
        font-size: 16px;
        line-height: 20px
    }
}

@media screen and (min-width:769px) {
    .converter-modal__title {
        margin-bottom: 4px
    }
}

.converter-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20
}

.converter-modal-wrap {
    display: flex;
    flex-direction: column
}

@media screen and (min-width:769px) {
    .converter-modal-wrap {
        margin-right: -.5555555556rem
    }
}

.converter-modal-wrap--accounts {
    margin-right: 0
}

@media(max-width:768px) {
    .converter-modal-inner {
        padding-bottom: 1.3333333333rem
    }
}

.converter-list {
    margin-bottom: 16px
}

.converter-list:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-list {
        margin-bottom: .8890666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .converter-list {
        margin-bottom: .5524266667rem
    }
}

@media(min-width:1546px) {
    .converter-list {
        margin-bottom: 8px
    }
}

.converter-list__title {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    color: #5a6446
}

.dark .converter-list__title {
    color: hsla(0, 0%, 100%, .6)
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-list__title {
        margin-bottom: .8890666667rem;
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .converter-list__title {
        margin-bottom: .5524266667rem;
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.converter-list__item-wrap {
    margin: 0 -4px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.converter-list__item {
    width: calc(50% - 8px);
    margin: 0 4px 8px;
    padding: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 2px solid #e1e6de;
    background-color: #e1e6de;
    cursor: pointer;
    transition: all .3s ease
}

.dark .converter-list__item {
    border-color: #272a2d;
    background-color: #272a2d
}

.converter-list__item.active {
    border-color: #83b812
}

.dark .converter-list__item.active {
    border-color: #97a94c
}

@media screen and (min-width:769px) {
    .converter-list__item {
        width: calc(25% - 8px)
    }

    .converter-list__item:hover {
        border-color: #548200
    }

    .dark .converter-list__item:hover {
        border-color: #bed753
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-list__item {
        padding: 1.1113333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .converter-list__item {
        padding: .6905333333rem
    }
}

.converter-list__item-icon {
    width: 20px;
    height: auto
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-list__item-icon {
        width: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .converter-list__item-icon {
        width: 1.3810666667rem;
        height: 1.3810666667rem
    }
}

.converter-list__item-name,
.converter-list__item-symbol {
    margin-left: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #5a6446
}

.dark .converter-list__item-name,
.dark .converter-list__item-symbol {
    color: hsla(0, 0%, 100%, .6)
}

@media(min-width:769px)and (max-width:1024px) {

    .converter-list__item-name,
    .converter-list__item-symbol {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {

    .converter-list__item-name,
    .converter-list__item-symbol {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.accounts-list {
    display: flex;
    flex-direction: column
}

.accounts-list :last-child {
    margin-bottom: 0
}

@media screen and (orientation:portrait)and (max-width:1024px) {
    .accounts-list {
        max-height: 40vh
    }
}

.accounts-list__title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-3)
}

.dark .accounts-list__title {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .accounts-list__title {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .accounts-list__title {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .accounts-list__title {
        margin-bottom: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .accounts-list__title {
        margin-bottom: 1.1048533333rem
    }
}

.accounts-list__scroll-wr {
    margin: 0 -20px 16px;
    padding: 0 20px
}

.accounts-list__scroll-wr:last-child,
.payment-providers-list .accounts-list__scroll-wr {
    margin-bottom: 0
}

@media screen and (orientation:portrait)and (max-width:1024px) {
    .accounts-list__scroll-wr {
        display: flex;
        flex-direction: column
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .accounts-list__scroll-wr {
        margin: 0 -2.2226666667rem 1.7781333333rem;
        padding: 0 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .accounts-list__scroll-wr {
        margin: 0 -1.3810666667rem 1.1048533333rem;
        padding: 0 1.3810666667rem
    }
}

.accounts-list__scroll {
    padding-right: 40px !important;
    box-sizing: content-box
}

@media screen and (orientation:portrait)and (max-width:1024px) {
    .accounts-list__scroll {
        max-height: 258px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .accounts-list__scroll {
        max-height: 28.6724rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .accounts-list__scroll {
        max-height: 17.81576rem
    }
}

@media(min-width:1546px) {
    .accounts-list__scroll {
        max-height: 258px
    }
}

.accounts-list__ul {
    margin-right: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .accounts-list__ul {
        margin-right: .3334rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .accounts-list__ul {
        margin-right: .20716rem
    }
}

@media(min-width:1546px) {
    .accounts-list__ul {
        margin-right: 3px
    }
}

.accounts-list__li {
    height: 44px;
    margin-bottom: 8px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    border: 2px solid var(--LIGHT-THEME-PRIMARY-5);
    background-color: var(--LIGHT-THEME-PRIMARY-5);
    cursor: pointer;
    transition: all .3s ease
}

.accounts-list__li:last-child {
    margin-bottom: 0
}

.dark .accounts-list__li {
    border: 2px solid var(--DARK-THEME-PRIMARY-6);
    background-color: var(--DARK-THEME-PRIMARY-6)
}

.no-touch .accounts-list__li:hover {
    border-color: var(--LIGHT-THEME-SECONDARY-1)
}

.dark .no-touch .accounts-list__li:hover {
    border-color: var(--DARK-THEME--SECONDARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .accounts-list__li {
        margin-bottom: .8890666667rem;
        padding: 1.1113333333rem;
        border-radius: .6668rem;
        border-width: .2222666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .accounts-list__li {
        margin-bottom: .5524266667rem;
        padding: .6905333333rem;
        border-radius: .41432rem;
        border-width: .1381066667rem
    }
}

.accounts-list__li-right {
    margin-left: 4px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    border-left: 1px solid var(--LIGHT-THEME-PRIMARY-4)
}

.dark .accounts-list__li-right {
    border-left: 1px solid var(--DARK-THEME-PRIMARY-4)
}

.accounts-list__li-text {
    min-width: 38px;
    letter-spacing: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-3)
}

.dark .accounts-list__li-text {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .accounts-list__li-text {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .accounts-list__li-text {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .accounts-list__li-text {
        min-width: 4.2230666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .accounts-list__li-text {
        min-width: 2.6240266667rem
    }
}

.accounts-list__li-img {
    width: 20px;
    height: auto;
    margin-right: 8px
}

@media(min-width:769px)and (max-width:1024px) {
    .accounts-list__li-img {
        width: 2.2226666667rem;
        margin-right: .8890666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .accounts-list__li-img {
        width: 1.3810666667rem;
        margin-right: .5524266667rem
    }
}

.accounts-list__btn {
    width: 100%;
    padding: 12px;
    display: block;
    border-radius: 5px;
    background-color: #6ea500;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff
}

.accounts-list__btn:hover {
    border-color: #97a94c
}

.accounts-list__btn:hover .dark {
    background-color: #bed753
}

.accounts-list__btn .dark {
    background-color: #548200
}

.payment-providers-list .accounts-list__btn {
    display: none
}

@media(min-width:769px)and (max-width:1024px) {
    .accounts-list__btn {
        padding: 1.3336rem;
        border-radius: .5556666667rem;
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .accounts-list__btn {
        padding: .82864rem;
        border-radius: .3452666667rem;
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.accounts-list__btn-ic {
    width: 12px;
    height: 12px;
    margin-right: 5px
}

@media(min-width:769px)and (max-width:1024px) {
    .accounts-list__btn-ic {
        width: 1.3336rem;
        height: 1.3336rem;
        margin-right: .5556666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .accounts-list__btn-ic {
        width: .82864rem;
        height: .82864rem;
        margin-right: .3452666667rem
    }
}

.add-account-modal__inner {
    padding: 20px
}

@media screen and (min-width:769px) {
    .add-account-modal__inner {
        position: absolute;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .25), 0 23px 12px rgba(0, 0, 0, .13);
        background-color: #fff;
        z-index: 25
    }

    .dark .add-account-modal__inner {
        background-color: #383d41
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .add-account-modal__inner {
        top: 8.8906666667rem;
        left: 2.2226666667rem;
        right: 2.2226666667rem;
        padding: 2.2226666667rem;
        border-radius: 1.3336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .add-account-modal__inner {
        top: 5.5242666667rem;
        left: 1.3810666667rem;
        right: 1.3810666667rem;
        padding: 1.3810666667rem;
        border-radius: .82864rem
    }
}

@media(min-width:1546px) {
    .add-account-modal__inner {
        top: 80px;
        left: 20px;
        right: 20px
    }
}

.add-account-modal__close {
    position: absolute;
    cursor: pointer
}

@media(min-width:769px)and (max-width:1024px) {
    .add-account-modal__close {
        top: 2.2226666667rem;
        right: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .add-account-modal__close {
        top: 1.3810666667rem;
        right: 1.1048533333rem
    }
}

@media(min-width:1546px) {
    .add-account-modal__close {
        top: 20px;
        right: 16px
    }
}

.add-account-modal__close-ic {
    display: block;
    fill: #525d4e
}

.dark .add-account-modal__close-ic {
    fill: hsla(0, 0%, 100%, .6)
}

.add-account-modal__close:hover .add-account-modal__close-ic {
    fill: #9ea097
}

.dark .add-account-modal__close:hover .add-account-modal__close-ic {
    fill: #fff
}

@media screen and (min-width:769px) {
    .add-account-modal__close-ic {
        height: auto
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .add-account-modal__close-ic {
        width: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .add-account-modal__close-ic {
        width: 1.24296rem
    }
}

@media(min-width:1546px) {
    .add-account-modal__close-ic {
        width: 18px
    }
}

.add-account-modal__title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: normal;
    color: #5a6446
}

.dark .add-account-modal__title {
    color: hsla(0, 0%, 100%, .8)
}

@media(min-width:769px)and (max-width:1024px) {
    .add-account-modal__title {
        margin-bottom: 1.7781333333rem;
        font-size: 2.2226666667rem;
        line-height: 2.6672rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .add-account-modal__title {
        margin-bottom: 1.1048533333rem;
        font-size: 1.3810666667rem;
        line-height: 1.65728rem
    }
}

.add-account-modal__confirm {
    display: flex;
    flex-direction: column
}

@media screen and (min-width:769px) {
    .add-account-modal__confirm {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid #e1e6de
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .add-account-modal__confirm {
        padding-top: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .add-account-modal__confirm {
        padding-top: 1.1048533333rem
    }
}

@media(min-width:1546px) {
    .add-account-modal__confirm {
        padding-top: 16px
    }
}

.add-account-modal__confirm-text {
    width: 100%;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #e1e6de
}

.dark .add-account-modal__confirm-text {
    color: hsla(0, 0%, 100%, .6)
}

@media screen and (min-width:769px) {
    .add-account-modal__confirm-text {
        width: auto;
        margin-bottom: 0;
        text-align: left;
        color: #5a6446
    }

    .dark .add-account-modal__confirm-text {
        color: hsla(0, 0%, 100%, .6)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .add-account-modal__confirm-text {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .add-account-modal__confirm-text {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.add-account-modal__confirm-btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (min-width:769px) {
    .add-account-modal__confirm-btns {
        width: auto
    }
}

.add-account-modal__confirm-btn {
    width: calc(50% - 8px);
    padding: 12px;
    border-radius: 5px;
    background-color: #292925;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff
}

.dark .add-account-modal__confirm-btn {
    background-color: #292925
}

.add-account-modal__confirm-btn:first-child {
    background-color: #83b812
}

.dark .add-account-modal__confirm-btn:first-child {
    background-color: #97a94c
}

@media screen and (min-width:769px) {
    .add-account-modal__confirm-btn {
        width: auto
    }

    .add-account-modal__confirm-btn:first-child {
        margin-right: 8px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .add-account-modal__confirm-btn {
        padding: 1.3336rem 1.7781333333rem;
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .add-account-modal__confirm-btn {
        padding: .82864rem 1.1048533333rem;
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

@media(min-width:1546px) {
    .add-account-modal__confirm-btn {
        padding: 12px 16px
    }
}

.balance-block {
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 8px;
    background-color: #e1e6de
}

.dark .balance-block {
    background-color: #272a2d
}

@media(max-width:768px) {
    .balance-block:last-child {
        margin-bottom: 0
    }
}

@media screen and (min-width:769px) {
    .balance-block {
        flex-shrink: 0;
        width: calc(50% - 6px)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .balance-block {
        padding: 1.3336rem;
        margin-bottom: 1.3336rem;
        border-radius: .8890666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .balance-block {
        padding: .82864rem;
        margin-bottom: .82864rem;
        border-radius: .5524266667rem
    }
}

.balance-block .panel-account__title {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #5a6446
}

.dark .balance-block .panel-account__title {
    color: hsla(0, 0%, 100%, .8)
}

@media(min-width:769px)and (max-width:1024px) {
    .balance-block .panel-account__title {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .balance-block .panel-account__title {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.balance-block__tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px
}

@media(min-width:769px)and (max-width:1024px) {
    .balance-block__tabs {
        margin-bottom: 2.6672rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .balance-block__tabs {
        margin-bottom: 1.65728rem
    }
}

@media(min-width:1546px) {
    .balance-block__tabs {
        margin-bottom: 24px
    }
}

.balance-block__tab {
    width: calc(50% - 4px);
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 8px;
    background-color: #98a590;
    font-weight: 600;
    color: #fff
}

.dark .balance-block__tab {
    background-color: #545d4f;
    color: hsla(0, 0%, 100%, .6)
}

@media(min-width:769px)and (max-width:1024px) {
    .balance-block__tab {
        padding: 1.3336rem;
        border-radius: .8890666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .balance-block__tab {
        padding: .82864rem;
        border-radius: .5524266667rem
    }
}

.balance-block__tab-title-wr {
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start
}

.balance-block__tab-ic {
    width: auto;
    height: 14px;
    margin-right: 2px;
    fill: #fff
}

.dark .balance-block__tab-ic {
    fill: hsla(0, 0%, 100%, .6)
}

@media(min-width:769px)and (max-width:1024px) {
    .balance-block__tab-ic {
        height: 1.5558666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .balance-block__tab-ic {
        height: .9667466667rem
    }
}

.balance-block__tab-title {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.04em
}

@media(min-width:769px)and (max-width:1024px) {
    .balance-block__tab-title {
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .balance-block__tab-title {
        font-size: .9667466667rem;
        line-height: 1.24296rem
    }
}

.balance-block__tab-value {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -.04em
}

@media(min-width:769px)and (max-width:1024px) {
    .balance-block__tab-value {
        font-size: 2.0004rem;
        line-height: 2.4449333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .balance-block__tab-value {
        font-size: 1.24296rem;
        line-height: 1.5191733333rem
    }
}

.balance-block__toggle-balance-info {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    color: #5a6446
}

.dark .balance-block__toggle-balance-info {
    color: #97a94c
}

.balance-block__toggle-balance-info:after {
    content: "";
    width: 11px;
    height: 20px;
    margin-left: 4px;
    display: inline-block;
    background-image: url(arr-2-d.7219056c.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50%
}

.dark .balance-block__toggle-balance-info:after {
    background-image: url(arr-2-d-dark.07582c3d.svg)
}

.currency-list {
    margin: 0 -20px;
    padding: 0 20px
}

@media(min-width:769px)and (max-width:1024px) {
    .currency-list {
        margin: 0 -2.2226666667rem;
        padding: 0 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .currency-list {
        margin: 0 -1.3810666667rem;
        padding: 0 1.3810666667rem
    }
}

@media screen and (min-width:769px) {
    .currency-list__wrapper {
        padding-right: 40px !important;
        box-sizing: content-box
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .currency-list__wrapper {
        max-height: 28.6724rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .currency-list__wrapper {
        max-height: 17.81576rem
    }
}

@media(min-width:1546px) {
    .currency-list__wrapper {
        max-height: 258px
    }
}

.currency-list__items {
    margin-left: -4px;
    margin-right: -1px;
    display: flex;
    flex-wrap: wrap
}

.currency-list__item {
    margin: 4px;
    padding: 12px;
    flex: 1 0 calc(50% - 8px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 2px solid #e1e6de;
    background-color: #e1e6de;
    cursor: pointer;
    transition: all .3s ease
}

.dark .currency-list__item {
    border-color: #272a2d;
    background-color: #272a2d
}

.no-touch .currency-list__item:hover {
    border-color: #7ba330
}

.dark .no-touch .currency-list__item:hover {
    border-color: #bed753
}

@media(min-width:769px)and (max-width:1024px) {
    .currency-list__item {
        padding: 1.3336rem;
        border-radius: .5556666667rem;
        border-width: .2222666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .currency-list__item {
        padding: .82864rem;
        border-radius: .3452666667rem;
        border-width: .1381066667rem
    }
}

.currency-list__logo {
    width: 20px;
    height: auto;
    margin-right: 8px
}

@media(min-width:769px)and (max-width:1024px) {
    .currency-list__logo {
        width: 2.2226666667rem;
        margin-right: .8890666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .currency-list__logo {
        width: 1.3810666667rem;
        margin-right: .5524266667rem
    }
}

.currency-list__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #5a6446;
    letter-spacing: normal
}

.dark .currency-list__name {
    color: hsla(0, 0%, 100%, .6)
}

@media(min-width:769px)and (max-width:1024px) {
    .currency-list__name {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .currency-list__name {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.bottom-sheet {
    z-index: 99999;
    transition: all .4s ease;
    position: relative
}

.bottom-sheet * {
    box-sizing: border-box
}

.bottom-sheet__content {
    overflow-y: scroll
}

.bottom-sheet--converter-game .bottom-sheet__content,
.current-modal-balance .bottom-sheet__content,
.payment-providers-list .bottom-sheet__content,
.player-account-select .bottom-sheet__content,
div[class*=bets-history] .bottom-sheet__content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    border-radius: 12px
}

.current-modal-balance .bottom-sheet__content,
div[class*=bets-history] .bottom-sheet__content {
    margin-bottom: 12px;
    background-color: #fff
}

.dark .current-modal-balance .bottom-sheet__content,
.dark div[class*=bets-history] .bottom-sheet__content {
    background-color: #383d41
}

.current-modal-play .bottom-sheet__content,
.current-modal-registration .bottom-sheet__content,
.page-bonuses .bottom-sheet__content,
.page-sport-bonuses .bottom-sheet__content {
    margin-right: -16px;
    padding-right: 16px;
    display: flex;
    flex-direction: column;
    border-radius: 12px 12px 0 0
}

.bottom-sheet__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    background: var(--COMMON-OPACITY-BLACK-30) !important
}

.dark .bottom-sheet__backdrop {
    background: var(--COMMON-OPACITY-BLACK-70) !important
}

.bottom-sheet__card {
    width: 100%;
    position: fixed;
    background: #fff;
    border-radius: 14px 14px 0 0;
    left: 50%;
    z-index: 9999;
    margin: 0 auto
}

.bottom-sheet__card.square {
    border-radius: 0
}

.bottom-sheet__card.stripe {
    padding-bottom: 0
}

.bottom-sheet__card.fx-default {
    transform: translate(-50%);
    transition: bottom .3s ease
}

.bottom-sheet__card.fx-fadein-scale {
    transform: translate(-50%) scale(.7);
    opacity: 0;
    transition: all .3s
}

.bottom-sheet__card.fx-slide-from-right {
    transform: translate(100%);
    opacity: 0;
    transition: all .3s cubic-bezier(.25, .5, .5, .9)
}

.bottom-sheet__card.fx-slide-from-left {
    transform: translate(-100%);
    opacity: 0;
    transition: all .3s cubic-bezier(.25, .5, .5, .9)
}

.add-account-modal .bottom-sheet__card,
.bottom-sheet--active-account .bottom-sheet__card,
.bottom-sheet--close-modal-confirmation .bottom-sheet__card,
.bottom-sheet--converter-game .bottom-sheet__card,
.bottom-sheet--game-currency-usd .bottom-sheet__card,
.bottom-sheet--login-denied .bottom-sheet__card,
.current-modal-balance .bottom-sheet__card,
.current-modal-cashout .bottom-sheet__card,
.current-modal-deposit .bottom-sheet__card,
.current-modal-patch-profile .bottom-sheet__card,
.current-modal-play .bottom-sheet__card,
.current-modal-registration .bottom-sheet__card,
.current-modal-users-password-edit .bottom-sheet__card,
.current-modal-users-unlock .bottom-sheet__card,
.page-bonuses .bottom-sheet__card,
.page-sport-bonuses .bottom-sheet__card,
.payment-providers-list .bottom-sheet__card,
.player-account-select .bottom-sheet__card,
[class*=bets-history] .bottom-sheet__card {
    width: calc(100% - 32px);
    background-color: transparent
}

@media screen and (orientation:landscape)and (max-width:1024px) {

    .add-account-modal .bottom-sheet__card,
    .bottom-sheet--active-account .bottom-sheet__card,
    .bottom-sheet--close-modal-confirmation .bottom-sheet__card,
    .current-modal-balance .bottom-sheet__card,
    .current-modal-cashout .bottom-sheet__card,
    .current-modal-deposit .bottom-sheet__card,
    .current-modal-users-password-edit .bottom-sheet__card,
    .current-modal-users-unlock .bottom-sheet__card,
    .payment-providers-list .bottom-sheet__card,
    .player-account-select .bottom-sheet__card {
        display: flex;
        flex-direction: column
    }
}

.current-modal-balance .bottom-sheet__card,
.page-bonuses .bottom-sheet__card,
.page-sport-bonuses .bottom-sheet__card {
    max-height: 75vh !important
}

.bonuses-page .bottom-sheet__card,
.bottom-sheet--converter-game .bottom-sheet__card,
.current-modal-play .bottom-sheet__card,
.current-modal-registration .bottom-sheet__card,
.welcome-bonuses .bottom-sheet__card,
div[class*=bets-history] .bottom-sheet__card {
    display: flex;
    flex-direction: column
}

.bottom-sheet__pan {
    padding-bottom: 20px;
    padding-top: 15px;
    height: 38px
}

.add-account-modal .bottom-sheet__pan,
.bonuses-page .bottom-sheet__pan,
.bottom-sheet--close-modal-confirmation .bottom-sheet__pan,
.bottom-sheet--converter-game .bottom-sheet__pan,
.bottom-sheet--game-currency-usd .bottom-sheet__pan,
.bottom-sheet--login-denied .bottom-sheet__pan,
.current-modal-balance .bottom-sheet__pan,
.current-modal-cashout .bottom-sheet__pan,
.current-modal-deposit .bottom-sheet__pan,
.current-modal-patch-profile .bottom-sheet__pan,
.current-modal-play .bottom-sheet__pan,
.current-modal-registration .bottom-sheet__pan,
.current-modal-users-password-edit .bottom-sheet__pan,
.current-modal-users-unlock .bottom-sheet__pan,
.payment-providers-list .bottom-sheet__pan,
.player-account-select .bottom-sheet__pan,
div[class*=bets-history] .bottom-sheet__pan {
    padding: 8px;
    height: auto
}

.bottom-sheet__arrow-down {
    display: none
}

.add-account-modal .bottom-sheet__arrow-down,
.bonuses-page .bottom-sheet__arrow-down,
.bottom-sheet--close-modal-confirmation .bottom-sheet__arrow-down,
.bottom-sheet--converter-game .bottom-sheet__arrow-down,
.bottom-sheet--game-currency-usd .bottom-sheet__arrow-down,
.bottom-sheet--login-denied .bottom-sheet__arrow-down,
.current-modal-balance .bottom-sheet__arrow-down,
.current-modal-cashout .bottom-sheet__arrow-down,
.current-modal-deposit .bottom-sheet__arrow-down,
.current-modal-patch-profile .bottom-sheet__arrow-down,
.current-modal-play .bottom-sheet__arrow-down,
.current-modal-registration .bottom-sheet__arrow-down,
.current-modal-users-password-edit .bottom-sheet__arrow-down,
.current-modal-users-unlock .bottom-sheet__arrow-down,
.payment-providers-list .bottom-sheet__arrow-down,
.player-account-select .bottom-sheet__arrow-down,
div[class*=bets-history] .bottom-sheet__arrow-down {
    position: relative;
    margin: 0 auto;
    display: block;
    height: 26px;
    width: auto;
    transform: rotate(-90deg);
    fill: hsla(0, 0%, 100%, .6);
    z-index: 10
}

.bottom-sheet__bar {
    display: block;
    width: 50px;
    height: 3px;
    border-radius: 14px;
    margin: 0 auto;
    cursor: pointer;
    background: rgba(0, 0, 0, .3)
}

.add-account-modal .bottom-sheet__bar,
.bonuses-page .bottom-sheet__bar,
.bottom-sheet--close-modal-confirmation .bottom-sheet__bar,
.bottom-sheet--converter-game .bottom-sheet__bar,
.bottom-sheet--game-currency-usd .bottom-sheet__bar,
.bottom-sheet--login-denied .bottom-sheet__bar,
.current-modal-balance .bottom-sheet__bar,
.current-modal-cashout .bottom-sheet__bar,
.current-modal-deposit .bottom-sheet__bar,
.current-modal-patch-profile .bottom-sheet__bar,
.current-modal-play .bottom-sheet__bar,
.current-modal-registration .bottom-sheet__bar,
.current-modal-users-password-edit .bottom-sheet__bar,
.current-modal-users-unlock .bottom-sheet__bar,
.payment-providers-list .bottom-sheet__bar,
.player-account-select .bottom-sheet__bar,
div[class*=bets-history] .bottom-sheet__bar {
    position: relative;
    width: 0;
    height: 0
}

.add-account-modal .bottom-sheet__bar:after,
.bonuses-page .bottom-sheet__bar:after,
.bottom-sheet--close-modal-confirmation .bottom-sheet__bar:after,
.bottom-sheet--converter-game .bottom-sheet__bar:after,
.bottom-sheet--game-currency-usd .bottom-sheet__bar:after,
.bottom-sheet--login-denied .bottom-sheet__bar:after,
.current-modal-balance .bottom-sheet__bar:after,
.current-modal-cashout .bottom-sheet__bar:after,
.current-modal-deposit .bottom-sheet__bar:after,
.current-modal-patch-profile .bottom-sheet__bar:after,
.current-modal-play .bottom-sheet__bar:after,
.current-modal-registration .bottom-sheet__bar:after,
.current-modal-users-password-edit .bottom-sheet__bar:after,
.current-modal-users-unlock .bottom-sheet__bar:after,
.payment-providers-list .bottom-sheet__bar:after,
.player-account-select .bottom-sheet__bar:after,
div[class*=bets-history] .bottom-sheet__bar:after {
    content: "‹";
    position: absolute;
    top: -53px;
    left: -9px;
    font-weight: 400;
    font-size: 60px;
    line-height: 1.48;
    transform: rotate(-90deg);
    color: #fff;
    opacity: .6
}

.bottom-sheet.closed {
    opacity: 0;
    visibility: hidden
}

.bottom-sheet.closed .bottom-sheet__backdrop {
    animation: hide .3s ease
}

.bottom-sheet.moving .bottom-sheet__card {
    transition: none
}

.bottom-sheet.opened {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bottom-sheet.opened .bottom-sheet__backdrop {
    animation: show .3s ease;
    opacity: 1;
    visibility: visible
}

.bottom-sheet.opened .bottom-sheet__card.fx-fadein-scale {
    transform: translate(-50%) scale(1);
    opacity: 1
}

.bottom-sheet.opened .bottom-sheet__card.fx-slide-from-left,
.bottom-sheet.opened .bottom-sheet__card.fx-slide-from-right {
    transform: translate(-50%);
    opacity: 1
}

@media screen and (orientation:portrait)and (max-width:1024px)and (min-height:584px) {

    .bottom-sheet--close-modal-confirmation .bottom-sheet .bottom-sheet__scroll,
    .current-modal-play .bottom-sheet .bottom-sheet__scroll,
    .current-modal-registration .bottom-sheet .bottom-sheet__scroll,
    .page-bonuses .bottom-sheet .bottom-sheet__scroll,
    .page-sport-bonuses .bottom-sheet .bottom-sheet__scroll {
        display: flex !important
    }
}

.bottom-sheet--close-modal-confirmation .bottom-sheet .bottom-sheet__content-inner,
.current-modal-play .bottom-sheet .bottom-sheet__content-inner,
.current-modal-registration .bottom-sheet .bottom-sheet__content-inner,
.page-bonuses .bottom-sheet .bottom-sheet__content-inner,
.page-sport-bonuses .bottom-sheet .bottom-sheet__content-inner {
    width: 100%
}

@keyframes hide {
    0% {
        opacity: 1;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

@font-face {
    font-family: Gilroy-font;
    src: url(Gilroy-Bold.5e111ca0.eot);
    src: url(Gilroy-Bold.5e111ca0.eot?#iefix&v=1.1.0) format("embedded-opentype"), url(../fonts/uMIuNtezQV6B.woff) format("woff"), url(Gilroy-Bold.3cf0ee27.ttf) format("truetype"), url(Gilroy-Bold.a09ac823.svg#GilroyBold) format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Gilroy-font;
    src: url(Gilroy-Heavy.335c7ebf.eot);
    src: url(Gilroy-Heavy.335c7ebf.eot?#iefix&v=1.1.0) format("embedded-opentype"), url(Gilroy-Heavy.ffa5800e.woff) format("woff"), url(Gilroy-Heavy.8d36efeb.ttf) format("truetype"), url(Gilroy-Heavy.7355f00e.svg#GilroyHeavy) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Gilroy-font;
    src: url(Gilroy-Regular.59525ce1.eot);
    src: url(Gilroy-Regular.59525ce1.eot?#iefix&v=1.1.0) format("embedded-opentype"), url(../fonts/ioGNd54cHm99.woff) format("woff"), url(Gilroy-Regular.ae5e7255.ttf) format("truetype"), url(Gilroy-Regular.477c1234.svg#GilroyRegular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Murecho;
    src: url(Murecho-Regular.b3e114bc.eot);
    src: url(Murecho-Regular.b3e114bc.eot?#iefix) format("embedded-opentype"), url(Murecho-Regular.0ec9e8f3.woff2) format("woff2"), url(Murecho-Regular.8b38717e.woff) format("woff"), url(Murecho-Regular.72580aab.ttf) format("truetype"), url(Murecho-Regular.814398b4.svg#Murecho-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Murecho;
    src: url(Murecho-Bold.118bc959.eot);
    src: url(Murecho-Bold.118bc959.eot?#iefix) format("embedded-opentype"), url(Murecho-Bold.17ea13d5.woff2) format("woff2"), url(Murecho-Bold.8f744417.woff) format("woff"), url(Murecho-Bold.dbcb9b6f.ttf) format("truetype"), url(Murecho-Bold.0a2dcd5d.svg#Murecho-Bold) format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Murecho;
    src: url(Murecho-Black.d22664f3.eot);
    src: url(Murecho-Black.d22664f3.eot?#iefix) format("embedded-opentype"), url(Murecho-Black.c7d93129.woff2) format("woff2"), url(Murecho-Black.6cb58d1f.woff) format("woff"), url(Murecho-Black.53c0deb7.ttf) format("truetype"), url(Murecho-Black.281a7e8e.svg#Murecho-Black) format("svg");
    font-weight: 700;
    font-style: normal
}

:root {
    --COMMON-PINK-1: #bf3edb;
    --COMMON-PINK-2: #d458ef;
    --COMMON-PINK-3: #e278fa;
    --COMMON-PINK-4: #eca2fc;
    --COMMON-SYSTEM-ERROR: #b82612;
    --COMMON-SYSTEM-RED: #df2244;
    --COMMON-SYSTEM-YELLOW: #ff882e;
    --COMMON-SYSTEM-GREY: #bfbfbf;
    --COMMON-SYSTEM-GREY-2: #dfdfdf;
    --COMMON-SYSTEM-PINK: #f84e6d;
    --COMMON-OPACITY-WHITE-80: hsla(0, 0%, 100%, 0.8);
    --COMMON-OPACITY-WHITE-60: hsla(0, 0%, 100%, 0.6);
    --COMMON-OPACITY-BLACK-80: rgba(0, 0, 0, 0.8);
    --COMMON-OPACITY-BLACK-70: rgba(0, 0, 0, 0.7);
    --COMMON-OPACITY-BLACK-60: rgba(0, 0, 0, 0.6);
    --COMMON-OPACITY-BLACK-30: rgba(0, 0, 0, 0.3);
    --COMMON-OPACITY-GRADIENT: linear-gradient(180deg, rgba(0, 0, 0, 0.49), transparent);
    --LIGHT-THEME-BACKGROUND: #f2f2f2;
    --LIGHT-THEME-PRIMARY-1: #292925;
    --LIGHT-THEME-PRIMARY-2: #474d3a;
    --LIGHT-THEME-PRIMARY-3: #5a6446;
    --LIGHT-THEME-PRIMARY-4: #98a590;
    --LIGHT-THEME-PRIMARY-5: #e1e5de;
    --LIGHT-THEME-PRIMARY-6: #fff;
    --LIGHT-THEME-SECONDARY-1: #7ba330;
    --LIGHT-THEME-SECONDARY-2: #83b812;
    --LIGHT-THEME-SECONDARY-3: #9dd329;
    --LIGHT-THEME-SECONDARY-4: #bbe363;
    --LIGHT-THEME-SECONDARY-5: #e3f5bd;
    --LIGHT-THEME-SECONDARY-GRADIENT: linear-gradient(89.98deg, #bbe362 0.01%, #7ba330 100.47%);
    --DARK-THEME-BACKGROUND: #272a2d;
    --DARK-THEME-PRIMARY-1: #fff;
    --DARK-THEME-PRIMARY-2: #d7d8d9;
    --DARK-THEME-PRIMARY-3: #7c8687;
    --DARK-THEME-PRIMARY-4: #646b71;
    --DARK-THEME-PRIMARY-5: #4e5459;
    --DARK-THEME-PRIMARY-6: #383d41;
    --DARK-THEME--SECONDARY-1: #97a84c;
    --DARK-THEME--SECONDARY-2: #bfd653;
    --DARK-THEME--SECONDARY-3: #d7ed70;
    --DARK-THEME--SECONDARY-4: #e7f899;
    --DARK-THEME--SECONDARY-5: #f3ffc7;
    --DARK-THEME-SECONDARY-GRADIENT: linear-gradient(89.98deg, #e7f899 0.01%, #97a84c 100.47%)
}

html {
    font-family: sans-serif
}

body,
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    font-size: 100%;
    margin: 0
}

body,
body * {
    box-sizing: border-box
}

body * {
    -webkit-tap-highlight-color: transparent
}

:after,
:before {
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

.no-touch a:hover,
a:active {
    outline: 0
}

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

b,
strong {
    font-weight: 600
}

dfn {
    font-style: italic
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-transform: none
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

svg {
    pointer-events: none
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: border-box;
    height: 0
}

pre {
    margin: 0;
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em
}

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

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
    outline: none
}

button {
    border: none;
    box-shadow: none;
    background-color: transparent;
    overflow: visible
}

button:focus {
    outline: none
}

button,
select {
    text-transform: none
}

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

input[type=file] {
    -webkit-appearance: none;
    appearance: none
}

input[type=file]::-webkit-file-upload-button {
    visibility: hidden
}

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

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

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

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

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

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: border-box
}

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

input[type=number] {
    -moz-appearance: textfield
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 600
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

ol,
ul {
    list-style: none
}

ol,
p,
ul {
    padding: 0;
    margin: 0
}

[class*=js-],
[class^=js-] {
    -webkit-tap-highlight-color: transparent
}

:focus {
    outline: none
}

html {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased
}

@media(max-width:768px)and (max-width:450px) {
    html {
        font-size: 4.6875vw
    }
}

@media(max-width:768px)and (min-width:451px) {
    html {
        font-size: 2.5vw
    }
}

@media(min-width:769px) {
    html {
        font-size: .9375vw
    }
}

.mobile-iframe,
.mobile-iframe body,
.no-mobile-iframe,
.no-mobile-iframe body {
    height: 100%
}

@media(max-width:768px) {
    .no-mobile-iframe {
        font-size: 1.5625vw !important
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .no-mobile-iframe {
        font-size: .6528497409vw !important
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .no-mobile-iframe {
        font-size: 1.0301580583vw !important
    }
}

body {
    font-family: Gilroy-font;
    font-size: 1rem;
    line-height: 1.48;
    color: #fff
}

body.is-visible-capcha {
    margin-top: 0 !important
}

html[lang=ja] body {
    font-family: Murecho
}

body.dark {
    background-color: #272a2d
}

body.dark .h1,
body.dark .h2,
body.dark .h3,
body.dark h1,
body.dark h2,
body.dark h3 {
    color: #bed753
}

.is-visible-capcha {
    margin-top: 0 !important
}

#app {
    height: unset !important
}

#app.mobile {
    max-width: 100vw
}

a {
    text-decoration: none;
    display: inline-block;
    line-height: 20px
}

a .content {
    color: #fff
}

.webview-content .accordion-1__item-cont a[href*="facebook.com"],
.webview-content .accordion-1__item-cont a[href*="instagram.com"],
.webview-content .accordion-1__item-cont a[href*="t.me"],
.webview-content .accordion-1__item-cont a[href*="twitter.com"],
.webview-content .accordion-1__item-cont a[href*="vk.com"] {
    pointer-events: none;
    border-bottom: none
}

.basic .webview-content .accordion-1__item-cont a[href*="facebook.com"],
.basic .webview-content .accordion-1__item-cont a[href*="instagram.com"],
.basic .webview-content .accordion-1__item-cont a[href*="t.me"],
.basic .webview-content .accordion-1__item-cont a[href*="twitter.com"],
.basic .webview-content .accordion-1__item-cont a[href*="vk.com"] {
    color: #292925
}

.dark .webview-content .accordion-1__item-cont a[href*="facebook.com"],
.dark .webview-content .accordion-1__item-cont a[href*="instagram.com"],
.dark .webview-content .accordion-1__item-cont a[href*="t.me"],
.dark .webview-content .accordion-1__item-cont a[href*="twitter.com"],
.dark .webview-content .accordion-1__item-cont a[href*="vk.com"] {
    color: hsla(0, 0%, 100%, .8)
}

.border {
    border-bottom: 1px dashed
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

ul a {
    border-bottom: 0;
    line-height: inherit
}

img {
    display: block;
    width: 100%
}

@media screen and (min-width:769px) {
    .vb-content {
        -webkit-overflow-scrolling: touch
    }
}

.content-container {
    margin-left: 280px;
    overflow: hidden
}

@media(max-width:768px) {
    .content-container {
        margin-top: 56px;
        margin-left: 0
    }
}

@media screen and (min-width:769px) {
    .content-container.payments-page {
        overflow: unset
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .content-container {
        margin-top: 7.1125333333rem;
        margin-left: 7.1125333333rem
    }

    .content-container.sport {
        margin-top: 0
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .content-container {
        margin-top: 0;
        margin-left: 4.4194133333rem
    }
}

@media(min-width:1546px)and (max-width:1919px) {
    .content-container {
        margin-left: 64px
    }
}

@media(min-width:1546px) {
    .sport .content-container {
        margin-left: 64px
    }
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-bottom: .9em;
    color: #292925;
    font-weight: 600
}

.h1,
h1 {
    font-size: 1.68896016rem;
    font-size: 28.881218736px
}

@media screen and (min-width:320px) {

    .h1,
    h1 {
        font-size: calc(23.51867px + 1.6758vw)
    }
}

@media screen and (min-width:1920px) {

    .h1,
    h1 {
        font-size: 55.69395px
    }
}

.h2,
h2 {
    font-size: .740772rem;
    font-size: 25.3344024px
}

@media screen and (min-width:320px) {

    .h2,
    h2 {
        font-size: calc(20.54774px + 1.49583vw)
    }
}

@media screen and (min-width:1920px) {

    .h2,
    h2 {
        font-size: 49.267725px
    }
}

.h3,
h3 {
    font-size: 1.2996rem;
    font-size: 22.22316px
}

@media screen and (min-width:320px) {

    .h3,
    h3 {
        font-size: calc(18.95632px + 1.02089vw)
    }
}

@media screen and (min-width:1920px) {

    .h3,
    h3 {
        font-size: 38.55735px
    }
}

.content-text-page {
    font-size: 15px
}

@media screen and (min-width:320px) {
    .content-text-page {
        font-size: calc(14px + .3125vw)
    }
}

@media screen and (min-width:1920px) {
    .content-text-page {
        font-size: 20px
    }
}

p {
    line-height: 1.5;
    margin-bottom: 1.25em
}

@media(min-width:1025px) {
    p {
        margin-bottom: 2.25em
    }
}

p:last-child {
    margin-bottom: 0
}

.ol {
    list-style: none;
    counter-reset: item;
    margin-bottom: 30px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.ol:last-child {
    margin-bottom: 0
}

.ol>li {
    position: relative;
    padding-left: 1.6666666667rem;
    margin-bottom: .9333333333rem;
    font-size: 1rem;
    line-height: 1.6;
    color: hsla(0, 0%, 100%, .8);
    letter-spacing: .0173333333rem
}

.ol>li:before {
    content: counter(item);
    counter-increment: item;
    position: absolute;
    top: .2666666667rem;
    left: 0;
    font-weight: 600;
    font-size: 1.0666666667rem;
    line-height: 1;
    letter-spacing: normal;
    pointer-events: none
}

.ol>li:last-child {
    margin-bottom: 0
}

.ol>li>.ol,
.ol>li>.ul {
    margin-top: .9333333333rem;
    margin-left: -1.6666666667rem
}

.ol>li>.ol {
    counter-reset: item2
}

.ol>li>.ol>li:before {
    content: counter(item) "." counter(item2);
    counter-increment: item2
}

@media(min-width:421px)and (max-width:768px) {
    .ol>li {
        padding-left: 3.1333333333rem;
        margin-bottom: 1.7333333333rem;
        font-size: 1.8666666667rem;
        letter-spacing: .0326666667rem
    }

    .ol>li:before {
        top: .5333333333rem;
        font-size: 2rem
    }

    .ol>li>.ol,
    .ol>li>.ul {
        margin-top: 1.7333333333rem;
        margin-left: -3.1333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .ol {
        margin-bottom: 4.4453333333rem
    }

    .ol:last-child {
        margin-bottom: 0
    }

    .ol>li {
        padding-left: 4.6676rem;
        margin-bottom: 2.2226666667rem;
        font-size: 2.3338rem;
        line-height: 1.33;
        letter-spacing: -.0222266667rem
    }

    .ol>li:before {
        top: .4445333333rem;
        font-size: 2.3338rem
    }

    .ol>li:last-child {
        margin-bottom: 0
    }

    .ol>li>.ol,
    .ol>li>.ul {
        margin-top: 2.2226666667rem;
        margin-left: -4.6676rem
    }
}

@media(min-width:1025px) {
    .ol {
        margin-bottom: 2.2222222222rem
    }

    .ol:last-child {
        margin-bottom: 0
    }

    .ol>li {
        padding-left: 2.3333333333rem;
        margin-bottom: 1.1111111111rem;
        line-height: 1.33;
        letter-spacing: -.0111111111rem
    }

    .ol>li,
    .ol>li:before {
        font-size: 1.1666666667rem
    }

    .ol>li:before {
        top: .2222222222rem
    }

    .ol>li:last-child {
        margin-bottom: 0
    }

    .ol>li>.ol,
    .ol>li>.ul {
        margin-top: 1.1111111111rem;
        margin-left: -2.3333333333rem
    }
}

.webview-content .ol[href*="facebook.com"],
.webview-content .ol[href*="instagram.com"],
.webview-content .ol[href*="t.me"],
.webview-content .ol[href*="twitter.com"],
.webview-content .ol[href*="vk.com"] {
    pointer-events: none;
    border-bottom: none
}

.basic .webview-content .ol[href*="facebook.com"],
.basic .webview-content .ol[href*="instagram.com"],
.basic .webview-content .ol[href*="t.me"],
.basic .webview-content .ol[href*="twitter.com"],
.basic .webview-content .ol[href*="vk.com"] {
    color: #292925
}

.dark .webview-content .ol[href*="facebook.com"],
.dark .webview-content .ol[href*="instagram.com"],
.dark .webview-content .ol[href*="t.me"],
.dark .webview-content .ol[href*="twitter.com"],
.dark .webview-content .ol[href*="vk.com"] {
    color: hsla(0, 0%, 100%, .8)
}

.ul {
    list-style: none;
    margin-bottom: 2rem
}

.ul:last-child {
    margin-bottom: 0
}

.ul>li {
    position: relative;
    padding-left: 1.1333333333rem;
    margin-bottom: .9333333333rem;
    font-size: 1rem;
    line-height: 1.6;
    color: hsla(0, 0%, 100%, .8);
    letter-spacing: .0173333333rem
}

.ul>li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: .4666666667rem;
    height: .4666666667rem;
    border-radius: .1333333333rem
}

.ul>li:last-child {
    margin-bottom: 0
}

.ul>li>.ol,
.ul>li>.ul {
    margin-top: .9333333333rem;
    margin-left: -1.1333333333rem
}

@media(min-width:421px)and (max-width:768px) {
    .ul {
        margin-bottom: 3.7333333333rem
    }

    .ul>li {
        padding-left: 2.1333333333rem;
        margin-bottom: 1.7333333333rem;
        font-size: 1.8666666667rem;
        letter-spacing: .032rem
    }

    .ul>li:before {
        width: .8666666667rem;
        height: .8666666667rem;
        border-radius: .2666666667rem
    }

    .ul>li>.ol,
    .ul>li>.ul {
        margin-top: 1.7333333333rem;
        margin-left: -2.1333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .ul {
        margin-bottom: 4.4453333333rem
    }

    .ul:last-child {
        margin-bottom: 0
    }

    .ul>li {
        padding-left: 2.2226666667rem;
        margin-bottom: 1.5558666667rem;
        font-size: 2.0004rem;
        line-height: 1.78;
        letter-spacing: .0344513333rem
    }

    .ul>li:before {
        top: 1.2224666667rem;
        width: 1.1113333333rem;
        height: 1.1113333333rem;
        border-radius: .3334rem
    }

    .ul>li:last-child {
        margin-bottom: 0
    }

    .ul>li>.ol,
    .ul>li>.ul {
        margin-top: 1.5558666667rem;
        margin-left: -2.2226666667rem
    }
}

@media(min-width:1025px) {
    .ul {
        margin-bottom: 2.2222222222rem
    }

    .ul:last-child {
        margin-bottom: 0
    }

    .ul>li {
        padding-left: 1.1111111111rem;
        margin-bottom: .7777777778rem;
        font-size: 1rem;
        line-height: 1.78;
        letter-spacing: .0172222222rem
    }

    .ul>li:before {
        top: .6111111111rem;
        width: .5555555556rem;
        height: .5555555556rem;
        border-radius: .1666666667rem
    }

    .ul>li:last-child {
        margin-bottom: 0
    }

    .ul>li>.ol,
    .ul>li>.ul {
        margin-top: .7777777778rem;
        margin-left: -1.1111111111rem
    }
}

.ul-1 {
    list-style: none;
    margin-bottom: 20px
}

.ul-1:last-child {
    margin-bottom: 0
}

.ul-1>li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #757d6f
}

.dark .ul-1>li {
    color: #a4a4a4
}

.ul-1>li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #6ea500
}

.dark .ul-1>li:before {
    background-color: #97a94c
}

.ul-1>li:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .ul-1 {
        margin-bottom: 2.2226666667rem
    }

    .ul-1>li {
        padding-left: 3.0006rem;
        margin-bottom: 1.667rem;
        font-size: 1.7781333333rem
    }

    .ul-1>li:before {
        top: .6668rem;
        width: 1.3336rem;
        height: 1.3336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .ul-1 {
        margin-bottom: 1.3810666667rem
    }

    .ul-1>li {
        padding-left: 1.86444rem;
        margin-bottom: 1.0358rem;
        font-size: 1.1048533333rem
    }

    .ul-1>li:before {
        top: .41432rem;
        width: .82864rem;
        height: .82864rem
    }
}

.ol--mod-1 {
    margin-bottom: 30px
}

.ol--mod-1 li {
    padding-left: 36px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.7px
}

.ol--mod-1 li:before {
    min-width: 24px;
    height: 24px;
    padding: 0 5px;
    border-radius: 5px;
    background-color: #6ea500;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
    color: #fff;
    text-align: center
}

.dark .ol--mod-1 li:before {
    background-color: #97a94c;
    color: #fff
}

.ol--mod-1 li:last-child {
    margin-bottom: 0
}

.ol--mod-1 li p {
    color: #545d4f
}

.ol--mod-1:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .ol--mod-1 {
        margin-bottom: 4.4453333333rem
    }

    .ol--mod-1 li {
        padding-left: 6.2234666667rem;
        margin-bottom: 5.3344rem;
        font-size: 2.3338rem;
        line-height: 3.5562666667rem;
        letter-spacing: -.0444533333rem
    }

    .ol--mod-1 li:before {
        min-width: 3.334rem;
        height: 3.334rem;
        font-size: 1.7781333333rem;
        line-height: 3.334rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .ol--mod-1 {
        margin-bottom: 2.7621333333rem
    }

    .ol--mod-1 li {
        padding-left: 3.8669866667rem;
        margin-bottom: 3.31456rem;
        font-size: 1.45012rem;
        line-height: 2.2097066667rem;
        letter-spacing: -.0276213333rem
    }

    .ol--mod-1 li:before {
        min-width: 2.0716rem;
        height: 2.0716rem;
        font-size: 1.1048533333rem;
        line-height: 2.0716rem
    }
}

@media(min-width:1546px) {
    .ol--mod-1 {
        margin-bottom: 40px
    }

    .ol--mod-1 li {
        padding-left: 56px;
        margin-bottom: 48px;
        font-size: 21px;
        line-height: 32px;
        letter-spacing: -.4px
    }

    .ol--mod-1 li:before {
        min-width: 30px;
        height: 30px;
        font-size: 16px;
        line-height: 30px
    }
}

.content-page {
    position: relative;
    padding: 2.4rem 4% 3.3333333333rem;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top
}

@media(min-width:421px)and (max-width:768px) {
    .content-page {
        padding-top: 4.4666666667rem;
        padding-bottom: 6.2666666667rem
    }
}

@media screen and (min-width:769px) {
    .content-page {
        padding: 4.0008rem 4% 5.5566666667rem
    }
}

.content-page.dark {
    background-color: #272a2d
}

.p-none {
    margin: -4%
}

.content-page__subtitle {
    margin-bottom: .3333333333rem;
    font-weight: 600;
    font-size: 1.0666666667rem;
    line-height: 1.3;
    color: hsla(0, 0%, 100%, .9);
    letter-spacing: normal;
    text-transform: uppercase
}

@media(min-width:769px)and (max-width:1024px) {
    .content-page__subtitle {
        margin-bottom: 1.1113333333rem;
        font-size: 2.3338rem
    }
}

@media(min-width:1025px) {
    .content-page__subtitle {
        margin-bottom: .5555555556rem;
        font-size: 1.1666666667rem
    }
}

.hint-text {
    margin-bottom: 1.3333333333rem;
    font-size: .8rem;
    line-height: 1.86;
    color: hsla(0, 0%, 100%, .5);
    letter-spacing: .0133333333rem
}

.hint-text:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .hint-text {
        margin-bottom: 3.334rem;
        font-size: 1.5558666667rem;
        letter-spacing: .026672rem
    }

    .hint-text:last-child {
        margin-bottom: 0
    }
}

@media(min-width:1025px) {
    .hint-text {
        margin-bottom: 1.6666666667rem;
        font-size: .7777777778rem;
        letter-spacing: .0133333333rem
    }

    .hint-text:last-child {
        margin-bottom: 0
    }
}

.container {
    padding: 0 15px;
    max-width: none
}

.row {
    flex: 1 1 auto
}

.justify-center {
    justify-content: center
}

.text-dark {
    color: #292925 !important
}

.list-default {
    margin-bottom: 1.25em
}

@media(min-width:1025px) {
    .list-default {
        margin-bottom: 2.25em
    }
}

.list-default ul {
    padding-left: .3em
}

.list-default>li {
    position: relative;
    padding-left: .6em
}

.list-default>li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .8em;
    width: 4px;
    height: 4px;
    background-color: currentColor;
    border-radius: 50%
}

.h5 {
    font-weight: 600;
    font-size: 1em;
    line-height: 1
}

.bg-grey {
    background-color: #f2f2f2
}

.dark .bg-grey {
    background-color: #272a2d
}

.overflow--hidden,
.overflow--hidden-fixed {
    overflow: hidden !important
}

.overflow--hidden-fixed {
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.safari-fixed {
    height: calc(100vh - 1px)
}

@media(max-width:1025px) {

    div[style*="transition: visibility 0s linear 0s"],
    div[style*="transition: visibility linear, opacity 0.3s linear"] {
        overflow: auto;
        top: 0 !important;
        left: 0 !important;
        height: 100% !important;
        width: 100% !important;
        background-color: transparent !important;
        border: none !important
    }

    div[style*="transition: visibility 0s linear 0s"] div:first-child,
    div[style*="transition: visibility linear, opacity 0.3s linear"] div:first-child {
        background: radial-gradient(circle at center, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .8) 100%) !important;
        opacity: .5 !important
    }

    div[style*="transition: visibility 0s linear 0s"] div:last-of-type,
    div[style*="transition: visibility linear, opacity 0.3s linear"] div:last-of-type {
        display: flex;
        margin: 0 auto
    }
}

.fw-600 {
    font-weight: 600
}

.flex-box {
    display: flex
}

.swiper-button-disabled {
    opacity: .5
}

.content-container-wrap {
    min-height: calc(100vh - 56px)
}

.page-favorites .content-container-wrap {
    display: flex
}

@media(min-width:769px)and (max-width:1024px) {
    .content-container-wrap {
        min-height: calc(100vh - 7.11253rem)
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .content-container-wrap {
        min-height: 100vh
    }
}

@media(min-width:1546px) {
    .content-container-wrap {
        min-height: 100vh
    }
}

.btn-plus {
    position: absolute;
    right: 1.8em;
    top: 0;
    z-index: 2;
    transform: translateY(-50%);
    width: 2.9em;
    height: 2.9em;
    box-shadow: 0 3px 7px 0 rgba(41, 41, 37, .35);
    border: none;
    border-radius: 50%;
    background-color: #fff;
    color: #525d4e;
    text-decoration: none;
    text-align: center;
    cursor: pointer
}

.dark .btn-plus {
    background-color: #97a94c;
    color: #fff
}

.no-touch .btn-plus:hover {
    box-shadow: 0 2px 4px 0 rgba(41, 41, 37, .35);
    color: #6ea500
}

.dark .no-touch .btn-plus:hover {
    background-color: #bed753;
    color: #fff
}

.btn-plus .no-touch .btn-plus:active,
.btn-plus .no-touch .btn-plus:focus {
    box-shadow: 0 1px 4px 0 rgba(41, 41, 37, .35)
}

.lotteries-list__item--end .btn-plus,
.tournaments-list__item--end .btn-plus {
    filter: grayscale(1)
}

@media(max-width:768px) {

    .lotteries-list__item .btn-plus,
    .tournaments-list__item .btn-plus {
        width: 38px;
        height: 38px;
        right: 20px
    }
}

.btn-plus__ic {
    width: .5em;
    height: auto;
    letter-spacing: normal;
    color: #fff
}

@media screen and (min-width:769px) {
    .d-desktop-none {
        display: none
    }
}

.spt-bet-slip svg {
    pointer-events: auto
}

.link {
    color: #6ea500;
    font-size: inherit;
    text-decoration: none;
    border-bottom: 1px dashed;
    display: inline
}

.dark .link {
    color: #97a94c
}

.time {
    min-width: 32px
}

.time,
.timer-button {
    display: inline-block
}

.timer-button {
    width: 40px;
    text-align: left;
    margin-left: 5px
}

.qr-img canvas {
    width: 100%;
    height: auto
}

.top-observer {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    pointer-events: none;
    opacity: 0
}

.d-none {
    display: none
}

@media(min-width:1025px) {
    .d-pc-none {
        display: none
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .d-tab-none {
        display: none
    }
}

@media(max-width:768px) {
    .d-mob-none {
        display: none
    }
}

.pointer-none {
    pointer-events: none
}

.ta-center {
    text-align: center
}

.relative {
    position: relative
}

.mt-20 {
    margin-top: 20px
}

@media(min-width:769px)and (max-width:1024px) {
    .mt-20 {
        margin-top: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .mt-20 {
        margin-top: 1.3810666667rem
    }
}

@media(min-width:1546px) {
    .mt-20 {
        margin-top: 20px
    }
}

.mb-10 {
    margin-bottom: 10px
}

.mb-30 {
    margin-bottom: 30px
}

.h-all {
    height: 100%
}

.pointer-event-none {
    pointer-events: none
}

/*!* Bootstrap v4.3.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:769px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:1025px) {
    .container {
        max-width: 982px
    }
}

@media(min-width:1400px) {
    .container {
        max-width: 1300px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media(min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width:769px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width:1025px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width:1400px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #6ea500 !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #4c7200 !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #439043 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #336d33 !important
}

.bg-info {
    background-color: #e0e400 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #aeb100 !important
}

.bg-warning {
    background-color: #df1f3d !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #b21931 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #faf6f2 !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #ecddcd !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff
}

.dark .bg-white {
    background-color: rgba(56, 61, 65, .6);
    color: hsla(0, 0%, 100%, .8)
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #6ea500 !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #439043 !important
}

.border-info {
    border-color: #e0e400 !important
}

.border-warning {
    border-color: #df1f3d !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #faf6f2 !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media(min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:769px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:1025px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:1400px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.embed-responsive-3by4:before {
    padding-top: 133.3333333333%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media(min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media(min-width:769px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media(min-width:1025px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media(min-width:1400px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 0 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25em !important
}

.mt-1,
.my-1 {
    margin-top: .25em !important
}

.mr-1,
.mx-1 {
    margin-right: .25em !important
}

.mb-1,
.my-1 {
    margin-bottom: .25em !important
}

.ml-1,
.mx-1 {
    margin-left: .25em !important
}

.m-2 {
    margin: .5em !important
}

.mt-2,
.my-2 {
    margin-top: .5em !important
}

.mr-2,
.mx-2 {
    margin-right: .5em !important
}

.mb-2,
.my-2 {
    margin-bottom: .5em !important
}

.ml-2,
.mx-2 {
    margin-left: .5em !important
}

.m-3 {
    margin: 1em !important
}

.mt-3,
.my-3 {
    margin-top: 1em !important
}

.mr-3,
.mx-3 {
    margin-right: 1em !important
}

.mb-3,
.my-3 {
    margin-bottom: 1em !important
}

.ml-3,
.mx-3 {
    margin-left: 1em !important
}

.m-4 {
    margin: 1.5em !important
}

.mt-4,
.my-4 {
    margin-top: 1.5em !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5em !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5em !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5em !important
}

.m-5 {
    margin: 3em !important
}

.mt-5,
.my-5 {
    margin-top: 3em !important
}

.mr-5,
.mx-5 {
    margin-right: 3em !important
}

.mb-5,
.my-5 {
    margin-bottom: 3em !important
}

.ml-5,
.mx-5 {
    margin-left: 3em !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25em !important
}

.pt-1,
.py-1 {
    padding-top: .25em !important
}

.pr-1,
.px-1 {
    padding-right: .25em !important
}

.pb-1,
.py-1 {
    padding-bottom: .25em !important
}

.pl-1,
.px-1 {
    padding-left: .25em !important
}

.p-2 {
    padding: .5em !important
}

.pt-2,
.py-2 {
    padding-top: .5em !important
}

.pr-2,
.px-2 {
    padding-right: .5em !important
}

.pb-2,
.py-2 {
    padding-bottom: .5em !important
}

.pl-2,
.px-2 {
    padding-left: .5em !important
}

.p-3 {
    padding: 1em !important
}

.pt-3,
.py-3 {
    padding-top: 1em !important
}

.pr-3,
.px-3 {
    padding-right: 1em !important
}

.pb-3,
.py-3 {
    padding-bottom: 1em !important
}

.pl-3,
.px-3 {
    padding-left: 1em !important
}

.p-4 {
    padding: 1.5em !important
}

.pt-4,
.py-4 {
    padding-top: 1.5em !important
}

.pr-4,
.px-4 {
    padding-right: 1.5em !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5em !important
}

.pl-4,
.px-4 {
    padding-left: 1.5em !important
}

.p-5 {
    padding: 3em !important
}

.pt-5,
.py-5 {
    padding-top: 3em !important
}

.pr-5,
.px-5 {
    padding-right: 3em !important
}

.pb-5,
.py-5 {
    padding-bottom: 3em !important
}

.pl-5,
.px-5 {
    padding-left: 3em !important
}

.m-n1 {
    margin: -.25em !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25em !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25em !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25em !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25em !important
}

.m-n2 {
    margin: -.5em !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5em !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5em !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5em !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5em !important
}

.m-n3 {
    margin: -1em !important
}

.mt-n3,
.my-n3 {
    margin-top: -1em !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1em !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1em !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1em !important
}

.m-n4 {
    margin: -1.5em !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5em !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5em !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5em !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5em !important
}

.m-n5 {
    margin: -3em !important
}

.mt-n5,
.my-n5 {
    margin-top: -3em !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3em !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3em !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3em !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media(min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25em !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25em !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25em !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25em !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25em !important
    }

    .m-sm-2 {
        margin: .5em !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5em !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5em !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5em !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5em !important
    }

    .m-sm-3 {
        margin: 1em !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1em !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1em !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1em !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1em !important
    }

    .m-sm-4 {
        margin: 1.5em !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5em !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5em !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5em !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5em !important
    }

    .m-sm-5 {
        margin: 3em !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3em !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3em !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3em !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3em !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25em !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25em !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25em !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25em !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25em !important
    }

    .p-sm-2 {
        padding: .5em !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5em !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5em !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5em !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5em !important
    }

    .p-sm-3 {
        padding: 1em !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1em !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1em !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1em !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1em !important
    }

    .p-sm-4 {
        padding: 1.5em !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5em !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5em !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5em !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5em !important
    }

    .p-sm-5 {
        padding: 3em !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3em !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3em !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3em !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3em !important
    }

    .m-sm-n1 {
        margin: -.25em !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25em !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25em !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25em !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25em !important
    }

    .m-sm-n2 {
        margin: -.5em !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5em !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5em !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5em !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5em !important
    }

    .m-sm-n3 {
        margin: -1em !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1em !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1em !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1em !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1em !important
    }

    .m-sm-n4 {
        margin: -1.5em !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5em !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5em !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5em !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5em !important
    }

    .m-sm-n5 {
        margin: -3em !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3em !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3em !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3em !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3em !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width:769px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25em !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25em !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25em !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25em !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25em !important
    }

    .m-md-2 {
        margin: .5em !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5em !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5em !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5em !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5em !important
    }

    .m-md-3 {
        margin: 1em !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1em !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1em !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1em !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1em !important
    }

    .m-md-4 {
        margin: 1.5em !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5em !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5em !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5em !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5em !important
    }

    .m-md-5 {
        margin: 3em !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3em !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3em !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3em !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3em !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25em !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25em !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25em !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25em !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25em !important
    }

    .p-md-2 {
        padding: .5em !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5em !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5em !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5em !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5em !important
    }

    .p-md-3 {
        padding: 1em !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1em !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1em !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1em !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1em !important
    }

    .p-md-4 {
        padding: 1.5em !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5em !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5em !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5em !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5em !important
    }

    .p-md-5 {
        padding: 3em !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3em !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3em !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3em !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3em !important
    }

    .m-md-n1 {
        margin: -.25em !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25em !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25em !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25em !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25em !important
    }

    .m-md-n2 {
        margin: -.5em !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5em !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5em !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5em !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5em !important
    }

    .m-md-n3 {
        margin: -1em !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1em !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1em !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1em !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1em !important
    }

    .m-md-n4 {
        margin: -1.5em !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5em !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5em !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5em !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5em !important
    }

    .m-md-n5 {
        margin: -3em !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3em !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3em !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3em !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3em !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width:1025px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25em !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25em !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25em !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25em !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25em !important
    }

    .m-lg-2 {
        margin: .5em !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5em !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5em !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5em !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5em !important
    }

    .m-lg-3 {
        margin: 1em !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1em !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1em !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1em !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1em !important
    }

    .m-lg-4 {
        margin: 1.5em !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5em !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5em !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5em !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5em !important
    }

    .m-lg-5 {
        margin: 3em !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3em !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3em !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3em !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3em !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25em !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25em !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25em !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25em !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25em !important
    }

    .p-lg-2 {
        padding: .5em !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5em !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5em !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5em !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5em !important
    }

    .p-lg-3 {
        padding: 1em !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1em !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1em !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1em !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1em !important
    }

    .p-lg-4 {
        padding: 1.5em !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5em !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5em !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5em !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5em !important
    }

    .p-lg-5 {
        padding: 3em !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3em !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3em !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3em !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3em !important
    }

    .m-lg-n1 {
        margin: -.25em !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25em !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25em !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25em !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25em !important
    }

    .m-lg-n2 {
        margin: -.5em !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5em !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5em !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5em !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5em !important
    }

    .m-lg-n3 {
        margin: -1em !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1em !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1em !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1em !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1em !important
    }

    .m-lg-n4 {
        margin: -1.5em !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5em !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5em !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5em !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5em !important
    }

    .m-lg-n5 {
        margin: -3em !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3em !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3em !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3em !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3em !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width:1400px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25em !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25em !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25em !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25em !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25em !important
    }

    .m-xl-2 {
        margin: .5em !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5em !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5em !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5em !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5em !important
    }

    .m-xl-3 {
        margin: 1em !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1em !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1em !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1em !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1em !important
    }

    .m-xl-4 {
        margin: 1.5em !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5em !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5em !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5em !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5em !important
    }

    .m-xl-5 {
        margin: 3em !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3em !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3em !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3em !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3em !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25em !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25em !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25em !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25em !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25em !important
    }

    .p-xl-2 {
        padding: .5em !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5em !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5em !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5em !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5em !important
    }

    .p-xl-3 {
        padding: 1em !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1em !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1em !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1em !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1em !important
    }

    .p-xl-4 {
        padding: 1.5em !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5em !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5em !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5em !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5em !important
    }

    .p-xl-5 {
        padding: 3em !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3em !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3em !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3em !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3em !important
    }

    .m-xl-n1 {
        margin: -.25em !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25em !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25em !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25em !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25em !important
    }

    .m-xl-n2 {
        margin: -.5em !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5em !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5em !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5em !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5em !important
    }

    .m-xl-n3 {
        margin: -1em !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1em !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1em !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1em !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1em !important
    }

    .m-xl-n4 {
        margin: -1.5em !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5em !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5em !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5em !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5em !important
    }

    .m-xl-n5 {
        margin: -3em !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3em !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3em !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3em !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3em !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media(min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width:769px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width:1025px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width:1400px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #6ea500 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #3b5900 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #439043 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #2b5c2b !important
}

.text-info {
    color: #e0e400 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #959800 !important
}

.text-warning {
    color: #df1f3d !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #9c162b !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #faf6f2 !important
}

a.text-light:focus,
a.text-light:hover {
    color: #e5d0bb !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.vb-dragger {
    width: 7px;
    right: 2px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 20px
}

.vb-visible .vb-dragger {
    min-height: 1px
}

.vb-invisible .vb-dragger {
    min-height: 0
}

.touch .vb-dragger {
    display: none !important
}

.current-modal-registration .bottom-sheet .vb-dragger,
.touch .bonuses-page .vb-dragger,
.touch .country-select .vb-dragger,
.touch .currencies-popup__body .vb-dragger,
.touch .custom-modal--contacts .vb-dragger,
.touch .custom-select__options-wrap .vb-dragger,
.touch .search-popup .vb-dragger {
    display: block !important
}

.bonuses-page .vb-dragger,
.current-modal-registration .bottom-sheet .vb-dragger,
.payout-cancel-popup .vb-dragger {
    right: 6px;
    width: 6px;
    border-radius: 7px;
    background-color: var(--LIGHT-THEME-PRIMARY-5)
}

.dark .bonuses-page .vb-dragger,
.dark .current-modal-registration .bottom-sheet .vb-dragger,
.dark .payout-cancel-popup .vb-dragger {
    background-color: var(--DARK-THEME-PRIMARY-3)
}

.country-select .vb-dragger,
.custom-select .vb-dragger {
    transform: scaleY(.9);
    width: 6px;
    background-color: rgba(0, 0, 0, .4)
}

.dark .country-select .vb-dragger,
.dark .custom-select .vb-dragger {
    background-color: #9ea097
}

.profile-edit .country-select .vb-dragger,
.profile-edit .custom-select .vb-dragger {
    background-color: var(--LIGHT-THEME-PRIMARY-5)
}

.dark .profile-edit .country-select .vb-dragger,
.dark .profile-edit .custom-select .vb-dragger {
    background-color: var(--DARK-THEME-PRIMARY-3)
}

.search-popup .vb-dragger {
    right: 8px;
    width: 6px;
    border-radius: 7px;
    background-color: #98a590;
    transform: scaleY(.9)
}

.dark .search-popup .vb-dragger {
    background-color: #545d4f
}

@media(min-width:769px)and (max-width:1024px) {
    .search-popup .vb-dragger {
        right: .8890666667rem;
        width: .6668rem;
        border-radius: .7779333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .search-popup .vb-dragger {
        right: .5524266667rem;
        width: .41432rem;
        border-radius: .4833733333rem
    }
}

.search-block-wrap .vb-dragger {
    z-index: 5;
    width: 5px;
    right: 7px;
    height: calc(100% - 10px);
    background-color: #9ea097;
    border-radius: 5px;
    opacity: .8;
    overflow: hidden
}

.search-block-wrap .vb-dragger:hover {
    opacity: 1
}

.currency-list .vb-dragger,
.search__filters-item-dropdown .vb-dragger {
    transform: scaleY(.9)
}

.disable-v-bar .vb-dragger,
.play-form-block__inner.auth-form .vb-dragger,
.quick-bar .vb-dragger {
    display: none
}

.currencies-popup__body .vb-dragger {
    right: 6px;
    width: 8px;
    border-radius: 11px;
    background-color: #e1e6de
}

.dark .currencies-popup__body .vb-dragger,
.play .currencies-popup__body .vb-dragger {
    background-color: #545d4f
}

@media screen and (min-width:769px) {
    .reg-form .currencies-popup__body .vb-dragger {
        transform: scaleY(1)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .currencies-popup__body .vb-dragger {
        right: .4445333333rem;
        width: .8890666667rem;
        border-radius: 1.2224666667rem
    }

    .play .currencies-popup__body .vb-dragger {
        width: .6223466667rem;
        border-radius: .8557266667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .currencies-popup__body .vb-dragger {
        right: .2762133333rem;
        width: .5524266667rem;
        border-radius: .7595866667rem
    }

    .play .currencies-popup__body .vb-dragger {
        width: .5413781333rem;
        border-radius: .7443949333rem
    }
}

@media(min-width:1546px) {
    .currencies-popup__body .vb-dragger {
        right: 5px
    }
}

.add-account-modal .bottom-sheet .vb-dragger,
.bottom-sheet--converter-game .vb-dragger,
.current-modal-balance .bottom-sheet .vb-dragger,
.payment-providers-list .bottom-sheet .vb-dragger,
.player-account-select .bottom-sheet .vb-dragger {
    z-index: 25;
    right: 6px;
    width: 8px;
    display: block !important;
    border-radius: 11px;
    background-color: #e1e6de
}

.dark .add-account-modal .bottom-sheet .vb-dragger,
.dark .bottom-sheet--converter-game .vb-dragger,
.dark .current-modal-balance .bottom-sheet .vb-dragger,
.dark .payment-providers-list .bottom-sheet .vb-dragger,
.dark .player-account-select .bottom-sheet .vb-dragger {
    background-color: var(--DARK-THEME-PRIMARY-3)
}

.bottom-sheet--converter-game .vb-dragger,
.currency-list .vb-dragger,
.current-modal-balance .bottom-sheet .vb-dragger,
.payment-providers-list .accounts-list__scroll-wr .vb-dragger,
.play .converter-game__scroll .vb-dragger,
.player-account-select .accounts-list__scroll-wr .vb-dragger {
    display: block !important;
    background-color: #e1e6de
}

.dark .bottom-sheet--converter-game .vb-dragger,
.dark .currency-list .vb-dragger,
.dark .current-modal-balance .bottom-sheet .vb-dragger,
.dark .payment-providers-list .accounts-list__scroll-wr .vb-dragger,
.dark .play .converter-game__scroll .vb-dragger,
.dark .player-account-select .accounts-list__scroll-wr .vb-dragger {
    background-color: var(--DARK-THEME-PRIMARY-3)
}

@media(min-width:769px)and (max-width:1024px) {

    .bottom-sheet--converter-game .vb-dragger,
    .currency-list .vb-dragger,
    .current-modal-balance .bottom-sheet .vb-dragger,
    .payment-providers-list .accounts-list__scroll-wr .vb-dragger,
    .play .converter-game__scroll .vb-dragger,
    .player-account-select .accounts-list__scroll-wr .vb-dragger {
        right: .6668rem;
        width: .8890666667rem;
        border-radius: 1.2224666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {

    .bottom-sheet--converter-game .vb-dragger,
    .currency-list .vb-dragger,
    .current-modal-balance .bottom-sheet .vb-dragger,
    .payment-providers-list .accounts-list__scroll-wr .vb-dragger,
    .play .converter-game__scroll .vb-dragger,
    .player-account-select .accounts-list__scroll-wr .vb-dragger {
        right: .41432rem;
        width: .5524266667rem;
        border-radius: .7595866667rem
    }
}

@media(min-width:1546px) {

    .bottom-sheet--converter-game .vb-dragger,
    .currency-list .vb-dragger,
    .current-modal-balance .bottom-sheet .vb-dragger,
    .payment-providers-list .accounts-list__scroll-wr .vb-dragger,
    .play .converter-game__scroll .vb-dragger,
    .player-account-select .accounts-list__scroll-wr .vb-dragger {
        right: 6px;
        width: 8px;
        border-radius: 11px
    }
}

.converter-game__scroll .vb-dragger {
    transform: scaleY(.97)
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-game__scroll .vb-dragger {
        right: .8890666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .converter-game__scroll .vb-dragger {
        right: .5524266667rem
    }
}

@media(min-width:1546px) {
    .converter-game__scroll .vb-dragger {
        right: 8px
    }
}

.bottom-sheet--converter-game .vb-dragger {
    transform: scaleY(.9)
}

@media(max-width:768px) {

    .custom-modal--add-money-limit .vb-dragger,
    .custom-modal--change-limit .vb-dragger {
        display: none
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .vb-dragger {
        border-radius: 2.2226666667rem;
        width: .7779333333rem;
        right: .2222666667rem
    }

    .custom-select .vb-dragger {
        width: .6668rem
    }

    .play .custom-select .vb-dragger {
        width: .46676rem
    }

    .search-block-wrap .vb-dragger {
        right: 3px
    }

    .reg-form .vb-dragger {
        transform: scaleY(.9)
    }

    .custom-modal--add-money-limit .vb-dragger,
    .custom-modal--change-limit .vb-dragger {
        margin-top: 3.334rem
    }

    .payout-cancel-popup .vb-dragger {
        right: .6668rem;
        width: .6668rem;
        border-radius: .7779333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .vb-dragger {
        border-radius: 1.3810666667rem;
        width: .4833733333rem;
        right: .1381066667rem
    }

    .custom-select .vb-dragger {
        width: .41432rem
    }

    .play .custom-select .vb-dragger {
        width: .4060336rem
    }

    .reg-form .vb-dragger {
        transform: scaleY(.9)
    }

    .custom-modal--add-money-limit .vb-dragger,
    .custom-modal--change-limit .vb-dragger {
        margin-top: 2.0716rem
    }

    .payout-cancel-popup .vb-dragger {
        right: .41432rem;
        width: .41432rem;
        border-radius: .4833733333rem
    }
}

@media(min-width:1546px) {
    .play .custom-select .vb-dragger {
        width: 5.88px
    }

    .reg-form .vb-dragger {
        transform: scaleY(.9)
    }

    .custom-modal--add-money-limit .vb-dragger,
    .custom-modal--change-limit .vb-dragger {
        margin-top: 30px
    }
}

.vb-invisible,
.vb-visible {
    margin-left: -3px
}

@media(min-width:1025px)and (max-width:1545px) {

    .vb-invisible,
    .vb-visible {
        margin-left: -.20716rem
    }
}

@media(min-width:769px)and (max-width:1024px) {

    .vb-invisible,
    .vb-visible {
        margin-left: -.3334rem
    }
}

@media(max-width:768px) {

    .vb-invisible,
    .vb-visible {
        margin-left: 0
    }
}

.country-select .vb-content,
.country-select .vb-invisible,
.country-select .vb-visible,
.custom-select .vb-content,
.custom-select .vb-invisible,
.custom-select .vb-visible,
.swipe-slider__item-gamers-inner .vb-content,
.swipe-slider__item-gamers-inner .vb-invisible,
.swipe-slider__item-gamers-inner .vb-visible {
    margin-left: 0
}

.disable-v-bar .vb-content {
    padding-right: 0
}

.custom-modal--status-up .vb-content {
    padding-left: 20px
}

@media(max-width:768px) {
    .vb-content {
        padding-left: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .vb-content {
        margin-left: .3334rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .vb-content {
        margin-left: .20716rem
    }
}

@media(min-width:1546px) {
    .vb-content {
        margin-left: 3px
    }
}

.vue-tel-input {
    position: relative;
    height: 44px;
    border-radius: 5px !important;
    box-shadow: none !important;
    border-width: 2px !important;
    border-color: var(--LIGHT-THEME-SECONDARY-2) !important;
    width: 100%;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.dark .vue-tel-input,
.play .vue-tel-input {
    border-color: var(--DARK-THEME--SECONDARY-2) !important;
    background-color: transparent
}

.vue-tel-input.disabled .vti__dropdown {
    cursor: auto
}

.input-field--error .vue-tel-input {
    border-color: var(--COMMON-SYSTEM-ERROR) !important
}

.dark .input-field--error .vue-tel-input {
    border-color: var(--COMMON-SYSTEM-RED) !important
}

.input-field--error .vue-tel-input:has(.vti__input:focus) {
    border-color: var(--COMMON-SYSTEM-ERROR) !important
}

.dark .input-field--error .vue-tel-input:has(.vti__input:focus) {
    border-color: var(--COMMON-SYSTEM-RED) !important
}

.auth-form .input-field--error .vue-tel-input,
.reg-form .input-field--error .vue-tel-input {
    border-color: var(--COMMON-SYSTEM-ERROR) !important
}

.dark .auth-form .input-field--error .vue-tel-input,
.dark .reg-form .input-field--error .vue-tel-input {
    border-color: var(--COMMON-SYSTEM-RED) !important
}

.auth-form .vue-tel-input,
.reg-form .vue-tel-input {
    border-color: var(--LIGHT-THEME-SECONDARY-2) !important
}

.dark .auth-form .vue-tel-input,
.dark .reg-form .vue-tel-input {
    border-color: var(--DARK-THEME--SECONDARY-2) !important
}

.vue-tel-input.open:after {
    content: "×";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 5px;
    background-color: #fff;
    font-weight: 100;
    font-size: 34px;
    line-height: 1;
    letter-spacing: normal;
    color: #525d4e;
    cursor: pointer
}

.dark .vue-tel-input.open:after {
    background-color: transparent;
    color: hsla(0, 0%, 100%, .8)
}

.play .vue-tel-input.open:after {
    background-color: transparent;
    color: #99a187
}

.vue-tel-input.open .vti__country-code {
    font-weight: 400 !important
}

.vue-tel-input:has(.vti__input:focus) {
    border-color: var(--LIGHT-THEME-PRIMARY-3) !important
}

.dark .vue-tel-input:has(.vti__input:focus) {
    border-color: var(--LIGHT-THEME-SECONDARY-5) !important
}

.vue-tel-input .vti__input {
    height: 39px;
    box-shadow: none;
    padding-left: 4px;
    padding-right: 14px;
    margin-bottom: 2px;
    width: 100%;
    flex: 1 1 auto;
    border: none;
    background-color: transparent;
    font-family: Gilroy-font;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -.18px;
    color: #292925
}

html[lang=ja] .vue-tel-input .vti__input {
    font-family: Murecho
}

.auth-form .vue-tel-input .vti__input,
.custom-modal--cashout .missing-data .vue-tel-input .vti__input,
.custom-modal--deposit .missing-data .vue-tel-input .vti__input,
.page-profile .vue-tel-input .vti__input,
.reg-form .vue-tel-input .vti__input {
    filter: none
}

.auth-form .vue-tel-input .vti__input:-webkit-autofill,
.auth-form .vue-tel-input .vti__input:-webkit-autofill:active,
.auth-form .vue-tel-input .vti__input:-webkit-autofill:focus,
.auth-form .vue-tel-input .vti__input:-webkit-autofill:hover,
.custom-modal--cashout .missing-data .vue-tel-input .vti__input:-webkit-autofill,
.custom-modal--cashout .missing-data .vue-tel-input .vti__input:-webkit-autofill:active,
.custom-modal--cashout .missing-data .vue-tel-input .vti__input:-webkit-autofill:focus,
.custom-modal--cashout .missing-data .vue-tel-input .vti__input:-webkit-autofill:hover,
.custom-modal--deposit .missing-data .vue-tel-input .vti__input:-webkit-autofill,
.custom-modal--deposit .missing-data .vue-tel-input .vti__input:-webkit-autofill:active,
.custom-modal--deposit .missing-data .vue-tel-input .vti__input:-webkit-autofill:focus,
.custom-modal--deposit .missing-data .vue-tel-input .vti__input:-webkit-autofill:hover,
.page-profile .vue-tel-input .vti__input:-webkit-autofill,
.page-profile .vue-tel-input .vti__input:-webkit-autofill:active,
.page-profile .vue-tel-input .vti__input:-webkit-autofill:focus,
.page-profile .vue-tel-input .vti__input:-webkit-autofill:hover,
.reg-form .vue-tel-input .vti__input:-webkit-autofill,
.reg-form .vue-tel-input .vti__input:-webkit-autofill:active,
.reg-form .vue-tel-input .vti__input:-webkit-autofill:focus,
.reg-form .vue-tel-input .vti__input:-webkit-autofill:hover {
    box-shadow: inset 0 0 0 50px #fff;
    -webkit-text-fill-color: #292925;
    caret-color: #292925;
    background-clip: content-box !important
}

.custom-modal--cashout .payment-area-form .vue-tel-input .vti__input,
.custom-modal--deposit .payment-area-form .vue-tel-input .vti__input {
    filter: none;
    background-color: transparent;
    box-shadow: 0 0 0 50px var(--LIGHT-THEME-BACKGROUND) inset !important
}

.custom-modal--cashout .payment-area-form .vue-tel-input .vti__input:-webkit-autofill,
.custom-modal--cashout .payment-area-form .vue-tel-input .vti__input:-webkit-autofill:active,
.custom-modal--cashout .payment-area-form .vue-tel-input .vti__input:-webkit-autofill:focus,
.custom-modal--cashout .payment-area-form .vue-tel-input .vti__input:-webkit-autofill:hover,
.custom-modal--deposit .payment-area-form .vue-tel-input .vti__input:-webkit-autofill,
.custom-modal--deposit .payment-area-form .vue-tel-input .vti__input:-webkit-autofill:active,
.custom-modal--deposit .payment-area-form .vue-tel-input .vti__input:-webkit-autofill:focus,
.custom-modal--deposit .payment-area-form .vue-tel-input .vti__input:-webkit-autofill:hover {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: 0 0 0 50px var(--LIGHT-THEME-BACKGROUND) inset !important;
    -webkit-text-fill-color: var(--LIGHT-THEME-PRIMARY-1) !important;
    caret-color: var(--LIGHT-THEME-PRIMARY-1) !important;
    background-clip: content-box !important
}

.dark .auth-form .vue-tel-input .vti__input,
.dark .custom-modal--cashout .missing-data .vue-tel-input .vti__input,
.dark .custom-modal--deposit .missing-data .vue-tel-input .vti__input,
.dark .reg-form .vue-tel-input .vti__input {
    filter: none
}

.dark .auth-form .vue-tel-input .vti__input:-webkit-autofill,
.dark .auth-form .vue-tel-input .vti__input:-webkit-autofill:active,
.dark .auth-form .vue-tel-input .vti__input:-webkit-autofill:focus,
.dark .auth-form .vue-tel-input .vti__input:-webkit-autofill:hover,
.dark .custom-modal--cashout .missing-data .vue-tel-input .vti__input:-webkit-autofill,
.dark .custom-modal--cashout .missing-data .vue-tel-input .vti__input:-webkit-autofill:active,
.dark .custom-modal--cashout .missing-data .vue-tel-input .vti__input:-webkit-autofill:focus,
.dark .custom-modal--cashout .missing-data .vue-tel-input .vti__input:-webkit-autofill:hover,
.dark .custom-modal--deposit .missing-data .vue-tel-input .vti__input:-webkit-autofill,
.dark .custom-modal--deposit .missing-data .vue-tel-input .vti__input:-webkit-autofill:active,
.dark .custom-modal--deposit .missing-data .vue-tel-input .vti__input:-webkit-autofill:focus,
.dark .custom-modal--deposit .missing-data .vue-tel-input .vti__input:-webkit-autofill:hover,
.dark .reg-form .vue-tel-input .vti__input:-webkit-autofill,
.dark .reg-form .vue-tel-input .vti__input:-webkit-autofill:active,
.dark .reg-form .vue-tel-input .vti__input:-webkit-autofill:focus,
.dark .reg-form .vue-tel-input .vti__input:-webkit-autofill:hover {
    box-shadow: 0 0 0 50px var(--DARK-THEME-BACKGROUND) inset;
    -webkit-text-fill-color: #fff;
    caret-color: #fff;
    background-clip: content-box !important
}

.dark .custom-modal--cashout .payment-area-form .vue-tel-input .vti__input,
.dark .custom-modal--deposit .payment-area-form .vue-tel-input .vti__input,
.dark .page-profile .vue-tel-input .vti__input {
    filter: none;
    background-color: transparent;
    box-shadow: 0 0 0 50px var(--DARK-THEME-PRIMARY-6) inset !important
}

.dark .custom-modal--cashout .payment-area-form .vue-tel-input .vti__input:-webkit-autofill,
.dark .custom-modal--cashout .payment-area-form .vue-tel-input .vti__input:-webkit-autofill:active,
.dark .custom-modal--cashout .payment-area-form .vue-tel-input .vti__input:-webkit-autofill:focus,
.dark .custom-modal--cashout .payment-area-form .vue-tel-input .vti__input:-webkit-autofill:hover,
.dark .custom-modal--deposit .payment-area-form .vue-tel-input .vti__input:-webkit-autofill,
.dark .custom-modal--deposit .payment-area-form .vue-tel-input .vti__input:-webkit-autofill:active,
.dark .custom-modal--deposit .payment-area-form .vue-tel-input .vti__input:-webkit-autofill:focus,
.dark .custom-modal--deposit .payment-area-form .vue-tel-input .vti__input:-webkit-autofill:hover,
.dark .page-profile .vue-tel-input .vti__input:-webkit-autofill,
.dark .page-profile .vue-tel-input .vti__input:-webkit-autofill:active,
.dark .page-profile .vue-tel-input .vti__input:-webkit-autofill:focus,
.dark .page-profile .vue-tel-input .vti__input:-webkit-autofill:hover {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: 0 0 0 50px var(--DARK-THEME-PRIMARY-6) inset !important;
    -webkit-text-fill-color: var(--DARK-THEME-PRIMARY-1) !important;
    caret-color: var(--DARK-THEME-PRIMARY-1) !important;
    background-clip: content-box !important
}

.dark .play .missing-data .vue-tel-input .vti__input,
.play .missing-data .vue-tel-input .vti__input {
    filter: none
}

.dark .play .missing-data .vue-tel-input .vti__input:-webkit-autofill,
.dark .play .missing-data .vue-tel-input .vti__input:-webkit-autofill:active,
.dark .play .missing-data .vue-tel-input .vti__input:-webkit-autofill:focus,
.dark .play .missing-data .vue-tel-input .vti__input:-webkit-autofill:hover,
.play .missing-data .vue-tel-input .vti__input:-webkit-autofill,
.play .missing-data .vue-tel-input .vti__input:-webkit-autofill:active,
.play .missing-data .vue-tel-input .vti__input:-webkit-autofill:focus,
.play .missing-data .vue-tel-input .vti__input:-webkit-autofill:hover {
    box-shadow: 0 0 0 50px var(--LIGHT-THEME-PRIMARY-1) inset;
    -webkit-text-fill-color: var(--LIGHT-THEME-PRIMARY-6);
    caret-color: var(--LIGHT-THEME-PRIMARY-6);
    background-clip: content-box !important
}

.dark .vue-tel-input .vti__input,
.play .missing-data .vue-tel-input .vti__input {
    color: #fff
}

.play .single-form--restore-account .vue-tel-input .vti__input {
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.vue-tel-input .vti__input::-ms-input-placeholder {
    font-family: Gilroy-font;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.18px;
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.vue-tel-input .vti__input::placeholder {
    font-family: Gilroy-font;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.18px;
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.dark .vue-tel-input .vti__input::-ms-input-placeholder {
    color: var(--DARK-THEME-PRIMARY-2)
}

.dark .vue-tel-input .vti__input::placeholder {
    color: var(--DARK-THEME-PRIMARY-2)
}

.play .missing-data .vue-tel-input .vti__input::-ms-input-placeholder {
    font-weight: 400
}

.play .missing-data .vue-tel-input .vti__input::placeholder {
    font-weight: 400
}

html[lang=ja] .vue-tel-input .vti__input::-ms-input-placeholder {
    font-family: Murecho
}

html[lang=ja] .vue-tel-input .vti__input::placeholder {
    font-family: Murecho
}

.play .single-form--restore-account .vue-tel-input .vti__input::-ms-input-placeholder {
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.play .single-form--restore-account .vue-tel-input .vti__input::placeholder {
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.vue-tel-input .vti__input::-webkit-input-placeholder {
    font-family: Gilroy-font;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.18px;
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.dark .vue-tel-input .vti__input::-webkit-input-placeholder {
    color: var(--DARK-THEME-PRIMARY-2)
}

.play .missing-data .vue-tel-input .vti__input::-webkit-input-placeholder {
    font-weight: 400
}

html[lang=ja] .vue-tel-input .vti__input::-webkit-input-placeholder {
    font-family: Murecho
}

.play .single-form--restore-account .vue-tel-input .vti__input::-webkit-input-placeholder {
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.vue-tel-input .vti__input::-moz-placeholder {
    font-family: Gilroy-font;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.18px;
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.dark .vue-tel-input .vti__input::-moz-placeholder {
    color: var(--DARK-THEME-PRIMARY-2)
}

.play .missing-data .vue-tel-input .vti__input::-moz-placeholder {
    font-weight: 400
}

html[lang=ja] .vue-tel-input .vti__input::-moz-placeholder {
    font-family: Murecho
}

.play .single-form--restore-account .vue-tel-input .vti__input::-moz-placeholder {
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.vue-tel-input .vti__input:-ms-input-placeholder {
    font-family: Gilroy-font;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.18px;
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.dark .vue-tel-input .vti__input:-ms-input-placeholder {
    color: var(--DARK-THEME-PRIMARY-2)
}

.play .missing-data .vue-tel-input .vti__input:-ms-input-placeholder {
    font-weight: 400
}

html[lang=ja] .vue-tel-input .vti__input:-ms-input-placeholder {
    font-family: Murecho
}

.play .single-form--restore-account .vue-tel-input .vti__input:-ms-input-placeholder {
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.vue-tel-input .vti__input:-moz-placeholder {
    font-family: Gilroy-font;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.18px;
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.dark .vue-tel-input .vti__input:-moz-placeholder {
    color: var(--DARK-THEME-PRIMARY-2)
}

.play .missing-data .vue-tel-input .vti__input:-moz-placeholder {
    font-weight: 400
}

html[lang=ja] .vue-tel-input .vti__input:-moz-placeholder {
    font-family: Murecho
}

.play .single-form--restore-account .vue-tel-input .vti__input:-moz-placeholder {
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.vue-tel-input .vti__input:disabled {
    opacity: 1;
    background-color: #f2f2f2;
    -webkit-text-fill-color: var(--LIGHT-THEME-PRIMARY-1);
    cursor: auto
}

.dark .vue-tel-input .vti__input:disabled {
    background-color: #444a4f;
    color: hsla(0, 0%, 100%, .8);
    -webkit-text-fill-color: hsla(0, 0%, 100%, .8)
}

.vue-tel-input.vue-tel-input--without-country-flags .vti__input {
    padding-left: 15px
}

@media(min-width:769px)and (max-width:1024px) {
    .vue-tel-input.vue-tel-input--without-country-flags .vti__input {
        padding-left: 1.667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .vue-tel-input.vue-tel-input--without-country-flags .vti__input {
        padding-left: 1.0358rem
    }
}

@media(min-width:1546px) {
    .vue-tel-input.vue-tel-input--without-country-flags .vti__input {
        padding-left: 1.0358rem
    }
}

.vue-tel-input .vti__selection .vti__flag {
    opacity: 0
}

.vue-tel-input .vti__selection .vti__country-code {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
    color: var(--LIGHT-THEME-PRIMARY-1)
}

.dark .vue-tel-input .vti__selection .vti__country-code {
    color: var(--DARK-THEME-PRIMARY-1)
}

.play .missing-data .vue-tel-input .vti__selection .vti__country-code {
    color: #99a187
}

.play .single-form--restore-account .vue-tel-input .vti__selection .vti__country-code {
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.vue-tel-input .vti__dropdown {
    position: static;
    flex-basis: 104px;
    padding-left: 14px;
    padding-right: 4px;
    background-color: transparent
}

.custom-modal--registration .vue-tel-input .vti__dropdown,
.custom-modal--restore-password-request .vue-tel-input .vti__dropdown,
.custom-modal--signin .vue-tel-input .vti__dropdown,
.missing-data .vue-tel-input .vti__dropdown,
.play .vue-tel-input .vti__dropdown {
    background-color: transparent
}

.vue-tel-input .vti__dropdown-arrow {
    order: 0;
    font-size: 14px;
    line-height: 1;
    letter-spacing: normal;
    color: var(--LIGHT-THEME-PRIMARY-1)
}

.dark .vue-tel-input .vti__dropdown-arrow {
    color: var(--DARK-THEME-PRIMARY-1)
}

.play .missing-data .vue-tel-input .vti__dropdown-arrow {
    color: #99a187
}

.play .single-form--restore-account .vue-tel-input .vti__dropdown-arrow {
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.vue-tel-input .vti__dropdown.open {
    background-color: transparent;
    border-bottom-left-radius: 0
}

.vue-tel-input.hide-code-dropdown .vti__dropdown-arrow,
.vue-tel-input .vti__dropdown.open .vti__dropdown-arrow {
    opacity: 0
}

.vue-tel-input.one-country .vti__dropdown {
    cursor: auto;
    pointer-events: none;
    flex-basis: auto
}

.vue-tel-input.one-country .vti__dropdown-arrow,
.vue-tel-input.one-country .vti__flag {
    display: none
}

.vue-tel-input .vti__dropdown-list {
    top: 48px;
    left: -2px;
    z-index: 15;
    width: calc(100% + 4px);
    border: none;
    min-height: 190px;
    box-shadow: 0 12px 32px 0 rgba(28, 30, 26, .3), 0 4px 16px 0 rgba(28, 30, 26, .2);
    border-radius: 12px;
    background-color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .vue-tel-input .vti__dropdown-list {
    background-color: var(--DARK-THEME-PRIMARY-6)
}

.vue-tel-input .vti__dropdown-list::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.vue-tel-input .vti__dropdown-list::-webkit-scrollbar-track,
.vue-tel-input .vti__dropdown-list::-webkit-scrollbar-track-piece {
    background-color: transparent
}

.vue-tel-input .vti__dropdown-list::-webkit-scrollbar-thumb {
    background-color: var(--LIGHT-THEME-PRIMARY-5);
    border-radius: 8px
}

.dark .vue-tel-input .vti__dropdown-list::-webkit-scrollbar-thumb {
    background-color: var(--DARK-THEME-PRIMARY-3)
}

.play .vue-tel-input .vti__dropdown-list {
    left: -2px;
    min-height: 230px
}

.vue-tel-input .vti__flag {
    margin-left: 0 !important;
    margin-right: 8px
}

.vue-tel-input .vti__dropdown-item {
    display: flex;
    align-items: center;
    height: 48px;
    padding: 16px 4px 16px 12px;
    line-height: 1;
    letter-spacing: normal;
    background-color: var(--LIGHT-THEME-PRIMARY-6);
    transition: all .2s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .vue-tel-input .vti__dropdown-item {
        transition: none
    }
}

.vue-tel-input .vti__dropdown-item.highlighted {
    background-color: var(--LIGHT-THEME-PRIMARY-5)
}

.vue-tel-input .vti__dropdown-item.highlighted span {
    color: var(--LIGHT-THEME-PRIMARY-2)
}

.dark .vue-tel-input .vti__dropdown-item {
    background-color: var(--DARK-THEME-PRIMARY-6)
}

.dark .vue-tel-input .vti__dropdown-item.highlighted {
    background-color: var(--DARK-THEME-PRIMARY-5)
}

.dark .vue-tel-input .vti__dropdown-item.highlighted span,
.dark .vue-tel-input .vti__dropdown-item.highlighted strong {
    color: var(--DARK-THEME-PRIMARY-1)
}

.vue-tel-input .vti__dropdown-item .vti__flag {
    order: 0;
    margin-right: 8px;
    flex-shrink: 0
}

.vue-tel-input .vti__dropdown-item.last-preferred {
    border: none
}

.vue-tel-input .vti__dropdown-item strong {
    order: 0;
    margin-right: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: var(--LIGHT-THEME-PRIMARY-2)
}

.dark .vue-tel-input .vti__dropdown-item strong {
    color: hsla(0, 0%, 100%, .7)
}

.vue-tel-input .vti__dropdown-item span {
    order: 1;
    flex-grow: 1;
    font-size: 16px;
    line-height: 1;
    text-align: right;
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.dark .vue-tel-input .vti__dropdown-item span {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(max-width:768px) {
    .vue-tel-input {
        margin-bottom: 4px
    }
}

@media screen and (min-width:769px) {
    .personal-data__tel-input-field--no-border .vue-tel-input {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .vue-tel-input {
        height: 4.7787333333rem;
        border-radius: .5556666667rem !important;
        border-width: .2222666667rem !important
    }

    .play .vue-tel-input {
        height: 3.3451133333rem;
        border-radius: .3889666667rem !important;
        border-width: .1555866667rem !important
    }

    .vue-tel-input:before {
        right: -.8890666667rem;
        top: .1111333333rem;
        font-size: 2.6672rem
    }

    .play .vue-tel-input:before {
        right: -.6223466667rem;
        top: .0777933333rem;
        font-size: 1.86704rem
    }

    .vue-tel-input.open:after {
        right: .2222666667rem;
        width: 4.4453333333rem;
        border-radius: .5556666667rem;
        font-size: 3.7785333333rem
    }

    .play .vue-tel-input.open:after {
        right: .1555866667rem;
        width: 3.1117333333rem;
        border-radius: .3889666667rem;
        font-size: 2.6449733333rem
    }

    .vue-tel-input .vti__input {
        height: 4.3342rem;
        padding-left: .4445333333rem;
        padding-right: 1.5558666667rem;
        margin-bottom: .2222666667rem;
        font-size: 1.7781333333rem;
        letter-spacing: -.020004rem
    }

    .play .vue-tel-input .vti__input {
        height: 3.03394rem;
        padding-left: .3111733333rem;
        padding-right: 1.0891066667rem;
        margin-bottom: .1555866667rem;
        font-size: 1.2446933333rem;
        letter-spacing: -.0140028rem
    }

    .vue-tel-input .vti__input::-ms-input-placeholder {
        font-size: 1.7781333333rem;
        letter-spacing: -.020004rem
    }

    .vue-tel-input .vti__input::placeholder {
        font-size: 1.7781333333rem;
        letter-spacing: -.020004rem
    }

    .play .vue-tel-input .vti__input::-ms-input-placeholder {
        font-size: 1.2446933333rem;
        letter-spacing: -.0140028rem
    }

    .play .vue-tel-input .vti__input::placeholder {
        font-size: 1.2446933333rem;
        letter-spacing: -.0140028rem
    }

    .vue-tel-input .vti__input::-webkit-input-placeholder {
        font-size: 1.7781333333rem;
        letter-spacing: -.020004rem
    }

    .play .vue-tel-input .vti__input::-webkit-input-placeholder {
        font-size: 1.2446933333rem;
        letter-spacing: -.0140028rem
    }

    .vue-tel-input .vti__input::-moz-placeholder {
        font-size: 1.7781333333rem;
        letter-spacing: -.020004rem
    }

    .play .vue-tel-input .vti__input::-moz-placeholder {
        font-size: 1.2446933333rem;
        letter-spacing: -.0140028rem
    }

    .vue-tel-input .vti__input:-ms-input-placeholder {
        font-size: 1.7781333333rem;
        letter-spacing: -.020004rem
    }

    .play .vue-tel-input .vti__input:-ms-input-placeholder {
        font-size: 1.2446933333rem;
        letter-spacing: -.0140028rem
    }

    .vue-tel-input .vti__input:-moz-placeholder {
        font-size: 1.7781333333rem;
        letter-spacing: -.020004rem
    }

    .play .vue-tel-input .vti__input:-moz-placeholder {
        font-size: 1.2446933333rem;
        letter-spacing: -.0140028rem
    }

    .vue-tel-input .vti__selection .vti__country-code {
        font-size: 1.7781333333rem
    }

    .play .vue-tel-input .vti__selection .vti__country-code {
        font-size: 1.2446933333rem
    }

    .vue-tel-input .vti__dropdown {
        flex-basis: 11.5578666667rem;
        padding-left: 1.5558666667rem;
        padding-right: .4445333333rem
    }

    .play .vue-tel-input .vti__dropdown {
        flex-basis: 8.0905066667rem;
        padding-left: 1.0891066667rem;
        padding-right: .3111733333rem
    }

    .vue-tel-input .vti__dropdown-arrow {
        font-size: 1.5558666667rem
    }

    .play .vue-tel-input .vti__dropdown-arrow {
        font-size: 1.0891066667rem
    }

    .vue-tel-input .vti__dropdown-list {
        top: 5.3344rem;
        left: -.2222666667rem;
        max-height: 21.1153333333rem;
        border-radius: 1.3336rem
    }

    .vue-tel-input .vti__dropdown-list::-webkit-scrollbar {
        width: .7779333333rem;
        height: 1.1113333333rem;
        margin-right: .1111333333rem
    }

    .play .vue-tel-input .vti__dropdown-list {
        top: 3.73408rem;
        left: -.1555866667rem;
        min-height: 14.7807333333rem;
        border-radius: .93352rem
    }

    .play .vue-tel-input .vti__dropdown-list::-webkit-scrollbar {
        width: .5445533333rem;
        height: .7779333333rem;
        margin-right: .0777933333rem
    }

    .vue-tel-input .vti__flag {
        margin-right: .8890666667rem
    }

    .play .vue-tel-input .vti__flag {
        margin-right: .6223466667rem
    }

    .vue-tel-input .vti__dropdown-item {
        height: 5.3344rem;
        padding: 1.7781333333rem .4445333333rem 1.7781333333rem 1.3336rem
    }

    .play .vue-tel-input .vti__dropdown-item {
        height: 3.73408rem;
        padding: 1.2446933333rem .3111733333rem 1.2446933333rem .93352rem
    }

    .vue-tel-input .vti__dropdown-item .vti__flag {
        margin-right: .8890666667rem
    }

    .play .vue-tel-input .vti__dropdown-item .vti__flag {
        margin-right: .6223466667rem
    }

    .vue-tel-input .vti__dropdown-item strong {
        margin-right: .8890666667rem;
        font-size: 1.7781333333rem
    }

    .play .vue-tel-input .vti__dropdown-item strong {
        margin-right: .6223466667rem;
        font-size: 1.2446933333rem
    }

    .vue-tel-input .vti__dropdown-item span {
        font-size: 1.7781333333rem
    }

    .play .vue-tel-input .vti__dropdown-item span {
        font-size: 1.2446933333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .vue-tel-input {
        height: 2.9692933333rem;
        border-radius: .3452666667rem !important;
        border-width: .1381066667rem !important
    }

    .play .vue-tel-input {
        height: 2.9099074667rem;
        border-radius: .3383613333rem !important;
        border-width: .1353445333rem !important
    }

    .vue-tel-input:before {
        right: -.5524266667rem;
        top: .0690533333rem;
        font-size: 1.65728rem
    }

    .play .vue-tel-input:before {
        right: -.5413781333rem;
        top: .0676722667rem;
        font-size: 1.6241344rem
    }

    .vue-tel-input.open:after {
        right: .1381066667rem;
        width: 2.7621333333rem;
        border-radius: .3452666667rem;
        font-size: 2.3478133333rem
    }

    .play .vue-tel-input.open:after {
        right: .1353445333rem;
        width: 2.7068906667rem;
        border-radius: .3383613333rem;
        font-size: 2.3008570667rem
    }

    .vue-tel-input .vti__input {
        height: 2.69308rem;
        padding-left: .2762133333rem;
        padding-right: .9667466667rem;
        margin-bottom: .1381066667rem;
        font-size: 1.1048533333rem;
        letter-spacing: -.0124296rem
    }

    .play .vue-tel-input .vti__input {
        height: 2.6392184rem;
        padding-left: .2706890667rem;
        padding-right: .9474117333rem;
        margin-bottom: .1353445333rem;
        font-size: 1.0827562667rem;
        letter-spacing: -.012181008rem
    }

    .vue-tel-input .vti__input::-ms-input-placeholder {
        font-size: 1.1048533333rem;
        letter-spacing: -.0124296rem
    }

    .vue-tel-input .vti__input::placeholder {
        font-size: 1.1048533333rem;
        letter-spacing: -.0124296rem
    }

    .play .vue-tel-input .vti__input::-ms-input-placeholder {
        font-size: 1.0827562667rem;
        letter-spacing: -.012181008rem
    }

    .play .vue-tel-input .vti__input::placeholder {
        font-size: 1.0827562667rem;
        letter-spacing: -.012181008rem
    }

    .vue-tel-input .vti__input::-webkit-input-placeholder {
        font-size: 1.1048533333rem;
        letter-spacing: -.0124296rem
    }

    .play .vue-tel-input .vti__input::-webkit-input-placeholder {
        font-size: 1.0827562667rem;
        letter-spacing: -.012181008rem
    }

    .vue-tel-input .vti__input::-moz-placeholder {
        font-size: 1.1048533333rem;
        letter-spacing: -.0124296rem
    }

    .play .vue-tel-input .vti__input::-moz-placeholder {
        font-size: 1.0827562667rem;
        letter-spacing: -.012181008rem
    }

    .vue-tel-input .vti__input:-ms-input-placeholder {
        font-size: 1.1048533333rem;
        letter-spacing: -.0124296rem
    }

    .play .vue-tel-input .vti__input:-ms-input-placeholder {
        font-size: 1.0827562667rem;
        letter-spacing: -.012181008rem
    }

    .vue-tel-input .vti__input:-moz-placeholder {
        font-size: 1.1048533333rem;
        letter-spacing: -.0124296rem
    }

    .play .vue-tel-input .vti__input:-moz-placeholder {
        font-size: 1.0827562667rem;
        letter-spacing: -.012181008rem
    }

    .vue-tel-input .vti__selection .vti__country-code {
        font-size: 1.1048533333rem
    }

    .play .vue-tel-input .vti__selection .vti__country-code {
        font-size: 1.0827562667rem
    }

    .vue-tel-input .vti__dropdown {
        flex-basis: 7.1815466667rem;
        padding-left: .9667466667rem;
        padding-right: .2762133333rem
    }

    .play .vue-tel-input .vti__dropdown {
        flex-basis: 7.0379157333rem;
        padding-left: .9474117333rem;
        padding-right: .2706890667rem
    }

    .vue-tel-input .vti__dropdown-arrow {
        font-size: .9667466667rem
    }

    .play .vue-tel-input .vti__dropdown-arrow {
        font-size: .9474117333rem
    }

    .vue-tel-input .vti__dropdown-list {
        top: 3.31456rem;
        left: -.1381066667rem;
        min-height: 13.1201333333rem;
        border-radius: .82864rem
    }

    .vue-tel-input .vti__dropdown-list::-webkit-scrollbar {
        width: .4833733333rem;
        height: .6905333333rem;
        margin-right: .0690533333rem
    }

    .play .vue-tel-input .vti__dropdown-list {
        top: 3.2482688rem;
        left: -.1353445333rem;
        min-height: 12.8577306667rem;
        border-radius: .8120672rem
    }

    .play .vue-tel-input .vti__dropdown-list::-webkit-scrollbar {
        width: .4737058667rem;
        height: .6767226667rem;
        margin-right: .0676722667rem
    }

    .vue-tel-input .vti__flag {
        margin-right: .5524266667rem
    }

    .play .vue-tel-input .vti__flag {
        margin-right: .5413781333rem
    }

    .vue-tel-input .vti__dropdown-item {
        height: 3.31456rem;
        padding: 1.1048533333rem .2762133333rem 1.1048533333rem .82864rem
    }

    .play .vue-tel-input .vti__dropdown-item {
        height: 3.2482688rem;
        padding: 1.0827562667rem .2706890667rem 1.0827562667rem .8120672rem
    }

    .vue-tel-input .vti__dropdown-item .vti__flag {
        margin-right: .5524266667rem
    }

    .play .vue-tel-input .vti__dropdown-item .vti__flag {
        margin-right: .5413781333rem
    }

    .vue-tel-input .vti__dropdown-item strong {
        margin-right: .5524266667rem;
        font-size: 1.1048533333rem
    }

    .play .vue-tel-input .vti__dropdown-item strong {
        margin-right: .5413781333rem;
        font-size: 1.0827562667rem
    }

    .vue-tel-input .vti__dropdown-item span {
        font-size: 1.1048533333rem
    }

    .play .vue-tel-input .vti__dropdown-item span {
        font-size: 1.0827562667rem
    }
}

@media(min-width:1546px) {
    .play .vue-tel-input {
        height: 42.14px;
        border-radius: 4.9px !important;
        border-width: 1.96px !important
    }

    .play .vue-tel-input:before {
        right: -7.84px;
        top: 2.94px;
        font-size: 23.52px
    }

    .play .vue-tel-input.open:after {
        right: 1.96px;
        width: 39.2px;
        border-radius: 4.9px;
        font-size: 33.32px
    }

    .vue-tel-input--without-country-flags .vue-tel-input .vti__input {
        padding-left: 2.9692933333rem
    }

    .play .vue-tel-input .vti__input {
        height: 38.22px;
        padding-left: 3.92px;
        padding-right: 13.72px;
        margin-bottom: 1.96px;
        font-size: 15.68px;
        letter-spacing: -.1764px
    }

    .play .vue-tel-input .vti__input::-ms-input-placeholder {
        font-size: 15.68px;
        letter-spacing: -.1764px
    }

    .play .vue-tel-input .vti__input::placeholder {
        font-size: 15.68px;
        letter-spacing: -.1764px
    }

    .play .vue-tel-input .vti__input::-webkit-input-placeholder {
        font-size: 15.68px;
        letter-spacing: -.1764px
    }

    .play .vue-tel-input .vti__input::-moz-placeholder {
        font-size: 15.68px;
        letter-spacing: -.1764px
    }

    .play .vue-tel-input .vti__input:-ms-input-placeholder {
        font-size: 15.68px;
        letter-spacing: -.1764px
    }

    .play .vue-tel-input .vti__input:-moz-placeholder {
        font-size: 15.68px;
        letter-spacing: -.1764px
    }

    .play .vue-tel-input .vti__selection .vti__country-code {
        font-size: 15.68px
    }

    .play .vue-tel-input .vti__dropdown {
        flex-basis: 101.92px;
        padding-left: 13.72px;
        padding-right: 3.92px
    }

    .play .vue-tel-input .vti__dropdown-arrow {
        font-size: 13.72px
    }

    .play .vue-tel-input .vti__dropdown-list {
        top: 47.04px;
        left: -1.96px;
        min-height: 186.2px;
        border-radius: 11.76px
    }

    .play .vue-tel-input .vti__dropdown-list::-webkit-scrollbar {
        width: 6.86px;
        height: 9.8px;
        margin-right: .98px
    }

    .vue-tel-input .vti__flag {
        margin-right: 8px
    }

    .play .vue-tel-input .vti__flag {
        margin-right: 7.84px
    }

    .play .vue-tel-input .vti__dropdown-item {
        height: 47.04px;
        padding: 15.68px 3.92px 15.68px 11.76px
    }

    .play .vue-tel-input .vti__dropdown-item .vti__flag {
        margin-right: 7.84px
    }

    .play .vue-tel-input .vti__dropdown-item strong {
        margin-right: 7.84px;
        font-size: 15.68px
    }

    .play .vue-tel-input .vti__dropdown-item span {
        font-size: 15.68px
    }
}

.vue-tel-input--without-country-flags .vti__dropdown {
    display: none
}

.table-1 {
    width: 100%;
    margin-bottom: 1.3333333333rem;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0
}

.table-1:last-child {
    margin-bottom: 0
}

.table-1 tr {
    border-bottom: 1px dashed hsla(0, 0%, 100%, .2)
}

.table-1 tr:last-child {
    border-bottom: none
}

.table-1 td {
    padding: .5333333333rem 0;
    font-size: .9333333333rem;
    line-height: 1.57;
    color: #fff;
    letter-spacing: -.0466666667rem;
    vertical-align: top
}

.table-1 td:first-child {
    color: hsla(0, 0%, 100%, .82);
    text-align: left
}

.table-1 td:last-child {
    text-align: right
}

@media(min-width:421px)and (max-width:768px) {
    .table-1 {
        margin-bottom: 2.5333333333rem
    }

    .table-1 td {
        padding: 1rem 0;
        font-size: 1.7333333333rem;
        letter-spacing: -.0866666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .table-1 {
        margin-bottom: 2.2226666667rem
    }

    .table-1 td {
        padding: 1.667rem 0;
        font-size: 1.7781333333rem;
        line-height: 1.38;
        letter-spacing: -.0889066667rem
    }
}

@media(min-width:1025px) {
    .table-1 {
        margin-bottom: 1.1111111111rem
    }

    .table-1 td {
        padding: .8333333333rem 0;
        font-size: .8888888889rem;
        line-height: 1.38;
        letter-spacing: -.0444444444rem
    }
}

.table__title {
    color: #9ea097;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 1.1em;
    text-align: center
}

.table__head {
    font-size: 1.05em;
    font-weight: 600;
    color: #6ea500
}

.table__head .table__col-left,
.table__head .table__col-right {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 2px solid rgba(110, 165, 0, .7)
}

@media screen and (min-width:769px) {

    .table__head .table__col-left,
    .table__head .table__col-right {
        padding-left: 0;
        padding-right: 0
    }
}

.dark .table__head .table__col-left,
.dark .table__head .table__col-right {
    border-bottom: 2px solid rgba(151, 169, 76, .7)
}

.dark .table__head {
    color: #97a94c
}

.table__body {
    color: #525d4e
}

.table__body2 {
    display: flex;
    color: #292925;
    margin-bottom: 3.75em
}

.dark .table__body2 {
    color: hsla(0, 0%, 100%, .8)
}

.table__row {
    display: flex
}

.table__row .tablet {
    flex-direction: column
}

.table__row .table__col-right {
    background-color: #f2f2f2
}

@media screen and (min-width:769px) {

    .table__row .table__col-left,
    .table__row .table__col-right {
        background-color: transparent
    }
}

.table__number {
    color: #525d4e;
    padding-left: 1.214em;
    font-size: 1.4em;
    font-weight: 600
}

.prizes-table__container--lottery .table__number {
    flex: 1 0 60%
}

@media(max-width:768px) {
    .prizes-table__container--lottery .table__number {
        max-width: 100%
    }
}

.dark .table__number {
    color: hsla(0, 0%, 100%, .8)
}

.table__th-number {
    max-width: 100%
}

.tournament .table__th-number {
    padding-left: calc(6px + 1.214em)
}

@media screen and (min-width:769px) {
    .tournament .table__th-number {
        padding-left: calc(12px + 1.214em)
    }
}

.table__row--visible {
    display: flex !important
}

.table__col-left,
.table__col-right,
.table__head {
    height: 3.5em;
    display: flex;
    align-items: center
}

@media screen and (min-width:769px) {

    .table__col-left,
    .table__col-right,
    .table__head {
        height: 4.2em
    }
}

.table__col-left,
.table__col-right,
.table__number,
.table__prize,
.table__row,
.table__th-number,
.table__th-prize {
    flex: 1 1 50%
}

.table__col-left {
    margin-right: auto
}

@media screen and (min-width:769px) {
    .table__col-left {
        margin-right: 6px
    }
}

.table__col-right {
    margin-left: 6px
}

.table__col-columns {
    display: flex;
    flex: 1 1 50%;
    flex-direction: column
}

.table__col-columns:first-child {
    margin-right: 0
}

.table__col-columns:last-child {
    margin-left: 0
}

@media screen and (min-width:769px) {
    .table__col-columns:first-child {
        margin-right: 6px
    }

    .table__col-columns:last-child {
        margin-left: 6px
    }
}

.table__col-col {
    display: flex;
    align-items: center;
    height: 4.2em;
    padding: 0 15px
}

@media screen and (min-width:769px) {
    .table__col-col {
        padding: 0
    }
}

.table__col-col:nth-child(2n) {
    background-color: #f2f2f2
}

.dark .table__col-col:nth-child(2n) {
    background-color: #383d41
}

.four-col-table__inner {
    display: flex;
    flex-wrap: wrap
}

.table-3-col .table__number,
.table-3-col .table__percent,
.table-3-col .table__prize,
.table-3-col .table__th-number,
.table-3-col .table__th-percent,
.table-3-col .table__th-prize {
    flex: 1 0 33%
}

.prizes-table__container--lottery .table__th-number,
.prizes-table__container--lottery .table__th-prize {
    flex: 1 0 60%
}

@media(max-width:768px) {

    .prizes-table__container--lottery .table__th-number,
    .prizes-table__container--lottery .table__th-prize {
        max-width: 100%
    }
}

.table__prize {
    padding-right: 15px;
    font-size: 16px
}

.prizes-table__container--lottery .table__prize {
    flex: 1 0 50%
}

.container-sidebar {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.container-sidebar-top {
    position: relative;
    z-index: 3
}

.container-sidebar--padding {
    padding: 0 10px
}

.container-sidebar__center {
    flex: 1 1 auto;
    margin-top: 45px
}

@media(min-width:1546px)and (max-width:1919px) {
    .container-sidebar__center {
        margin-top: 46px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .container-sidebar__center {
        margin-top: 3.1764533333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .container-sidebar__center {
        margin-top: 1.8892666667rem
    }
}

@media(max-width:768px) {
    .container-sidebar__center {
        margin-top: 26px
    }
}

@media(min-width:421px)and (max-width:768px) {
    .container-sidebar__center {
        margin-top: 24px
    }
}

@media(min-width:620px)and (max-width:768px) {
    .container-sidebar__center {
        margin-top: 30px
    }
}

.container-sidebar__sidebar {
    flex-shrink: 0
}

@media(min-width:1546px)and (max-width:1919px) {
    .container-sidebar__sidebar {
        width: 394px
    }

    .main .container-sidebar__sidebar {
        padding-top: 67px
    }
}

@media(min-width:1025px) {
    .container-sidebar__sidebar {
        width: 21.8888888889rem
    }

    .main .container-sidebar__sidebar {
        padding-top: 3.7222222222rem
    }
}

.container-sidebar__sidebar-all-prizes {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.37;
    color: #d5b631;
    letter-spacing: normal
}

@media(min-width:421px)and (max-width:768px) {
    .container-sidebar__sidebar-all-prizes {
        font-size: 3rem
    }
}

@media(min-width:1546px)and (max-width:1919px) {
    .container-sidebar__sidebar-all-prizes {
        font-size: 38px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .container-sidebar__sidebar-all-prizes {
        font-size: 4.2230666667rem
    }
}

@media(min-width:1025px) {
    .container-sidebar__sidebar-all-prizes {
        font-size: 2.1111111111rem
    }
}

.container-sidebar__sidebar-bet {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.37;
    color: #d54731;
    letter-spacing: normal
}

@media(min-width:421px)and (max-width:768px) {
    .container-sidebar__sidebar-bet {
        font-size: 3rem
    }
}

@media(min-width:1546px)and (max-width:1919px) {
    .container-sidebar__sidebar-bet {
        font-size: 38px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .container-sidebar__sidebar-bet {
        font-size: 4.2230666667rem
    }
}

@media(min-width:1025px) {
    .container-sidebar__sidebar-bet {
        font-size: 2.1111111111rem
    }
}

.container-sidebar__sidebar-all-prizes-sum {
    display: inline;
    white-space: nowrap
}

.container-sidebar__sidebar-all-prizes-symbol {
    display: inline;
    color: #fff
}

.vue-notification-group {
    width: 400px !important;
    position: fixed;
    z-index: 1010000 !important
}

.vue-notification-group:before {
    content: "";
    background-image: url(no_connection_fresh_light.png);
    opacity: 0
}

.dark .vue-notification-group:before {
    background-image: url(no_connection_fresh_dark.png)
}

@media(min-width:1025px)and (max-width:1545px) {
    .vue-notification-group {
        width: 27.6213333333rem !important
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .vue-notification-group {
        width: 44.4533333333rem !important
    }
}

@media(max-width:768px) {
    .vue-notification-group {
        max-width: 333px !important;
        width: 100%;
        left: 50%;
        transform: translate3d(-50%, 0, 0)
    }
}

.vue-notification-group .vue-notification-wrapper {
    position: relative;
    right: 20px;
    bottom: 20px;
    margin-top: 5px;
    overflow: visible !important
}

@media(min-width:1025px)and (max-width:1545px) {
    .vue-notification-group .vue-notification-wrapper {
        right: 1.0358rem;
        bottom: 1.0358rem;
        margin-top: .3452666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .vue-notification-group .vue-notification-wrapper {
        right: 1.667rem;
        bottom: 1.667rem;
        margin-top: .5556666667rem
    }
}

@media(max-width:768px) {
    .vue-notification-group .vue-notification-wrapper {
        right: auto;
        bottom: 50px
    }
}

.vue-notification-group .vue-notification {
    position: relative;
    padding: 21px 30px 21px 27px;
    margin: 0;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -.7px
}

@media(min-width:1025px)and (max-width:1545px) {
    .vue-notification-group .vue-notification {
        padding: 1.45012rem 2.0716rem 1.45012rem 1.86444rem;
        border-radius: .6905333333rem;
        font-size: 1.1048533333rem;
        letter-spacing: -.0483373333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .vue-notification-group .vue-notification {
        padding: 2.3338rem 3.334rem 2.3338rem 3.0006rem;
        border-radius: 1.1113333333rem;
        font-size: 1.7781333333rem;
        letter-spacing: -.0777933333rem
    }
}

.vue-notification-group .vue-notification.error {
    box-shadow: 0 2px 20px 0 rgba(41, 41, 37, .5);
    background-color: #fff !important
}

.dark .vue-notification-group .vue-notification.error {
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .09);
    background-color: #4b5056 !important
}

.vue-notification-group .vue-notification.info {
    box-shadow: 0 2px 20px 0 rgba(41, 41, 37, .5);
    background-color: #fff !important
}

.dark .vue-notification-group .vue-notification.info {
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .09);
    background-color: #4b5056 !important
}

.vue-notification-group .vue-notification.success {
    box-shadow: 0 2px 20px 0 rgba(41, 41, 37, .5);
    background-color: #fff !important
}

.dark .vue-notification-group .vue-notification.success {
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .09);
    background-color: #4b5056 !important
}

.vue-notification-group .vue-notification.warn {
    box-shadow: 0 2px 20px 0 rgba(41, 41, 37, .5);
    background-color: #fff !important
}

.dark .vue-notification-group .vue-notification.warn {
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .09);
    background-color: #4b5056 !important
}

.vue-notification-group .vue-notification.offline {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    box-shadow: 0 2px 20px 0 rgba(41, 41, 37, .5);
    background-color: #fff
}

.dark .vue-notification-group .vue-notification.offline {
    background-color: #4b5056
}

.vue-notification-group .vue-notification.offline:before {
    content: "";
    width: 2.6666666667rem;
    height: 2.6666666667rem;
    margin-right: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(no_connection_fresh_light.png)
}

@media(min-width:421px)and (max-width:768px) {
    .vue-notification-group .vue-notification.offline:before {
        width: 5rem;
        height: 5rem;
        margin-right: 1.8666666667rem
    }
}

@media(min-width:1025px) {
    .vue-notification-group .vue-notification.offline:before {
        width: 2.2222222222rem;
        height: 2.2222222222rem;
        margin-right: .8333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .vue-notification-group .vue-notification.offline:before {
        width: 4.4453333333rem;
        height: 4.4453333333rem;
        margin-right: 1.667rem
    }
}

.dark .vue-notification-group .vue-notification.offline:before {
    background-image: url(no_connection_fresh_dark.png)
}

.vue-notification-group .vue-notification.payment_problems {
    background-color: #fff !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 6px;
    padding: 6px 11px 24px
}

.dark .vue-notification-group .vue-notification.payment_problems {
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .09);
    background-color: #4b5056 !important
}

.vue-notification-group .vue-notification.payment_problems .notification-title {
    font-size: 24px;
    line-height: 29.02px;
    margin-left: 85px;
    margin-bottom: 10px
}

@media(max-width:768px) {
    .vue-notification-group .vue-notification.payment_problems .notification-title {
        margin-left: 20px
    }
}

.notification-title {
    margin-right: 20px;
    color: #525d4e;
    font-size: 20px;
    font-weight: 600
}

.dark .notification-title {
    color: hsla(0, 0%, 100%, .8)
}

@media(min-width:1025px)and (max-width:1545px) {
    .notification-title {
        margin-right: 1.3810666667rem;
        font-size: 1.3810666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .notification-title {
        margin-right: 2.2226666667rem;
        font-size: 2.2226666667rem
    }
}

@media(max-width:768px) {
    .notification-title {
        text-align: center;
        margin-bottom: 12px
    }
}

.notification-content {
    color: #525d4e;
    font-size: 14px;
    letter-spacing: -.09px
}

.dark .notification-content {
    color: hsla(0, 0%, 100%, .8)
}

.notification-content a {
    color: #6ea500
}

.dark .notification-content a {
    color: #97a94c
}

@media(min-width:1025px)and (max-width:1545px) {
    .notification-content {
        font-size: .9667466667rem;
        letter-spacing: -.0062148rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .notification-content {
        font-size: 1.5558666667rem;
        letter-spacing: -.010002rem
    }
}

.notification-wrapper {
    overflow: visible !important;
    padding: 0 10px 10px !important
}

@media(min-width:1025px)and (max-width:1545px) {
    .notification-wrapper {
        padding: 0 .6905333333rem .6905333333rem !important
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .notification-wrapper {
        padding: 0 1.1113333333rem 1.1113333333rem !important
    }
}

.vue-notification-inner {
    position: relative
}

.vue-notification__close {
    display: flex;
    position: absolute;
    top: 12px;
    right: 11px;
    cursor: pointer;
    z-index: 1
}

@media(min-width:1025px)and (max-width:1545px) {
    .vue-notification__close {
        top: .82864rem;
        right: .7595866667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .vue-notification__close {
        top: 1.3336rem;
        right: 1.2224666667rem
    }
}

.vue-notification__close.error .vue-notification__close-icon {
    color: #afb3b6
}

.vue-notification__close-icon {
    width: 10px;
    height: 10px;
    color: rgba(41, 41, 37, .5)
}

.dark .vue-notification__close-icon {
    color: hsla(0, 0%, 100%, .8)
}

.payment-problems-close .vue-notification__close-icon {
    width: 14px;
    height: 14px;
    color: #525d4e
}

@media(min-width:1025px)and (max-width:1545px) {
    .payment-problems-close .vue-notification__close-icon {
        width: .9667466667rem;
        height: .9667466667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .payment-problems-close .vue-notification__close-icon {
        width: 1.5558666667rem;
        height: 1.5558666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .vue-notification__close-icon {
        width: .6905333333rem;
        height: .6905333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .vue-notification__close-icon {
        width: 1.1113333333rem;
        height: 1.1113333333rem
    }
}

.notification-content__flag {
    text-align: center;
    margin-right: 7px
}

.notification-content__flag:after {
    content: "🇷🇺";
    font-size: 64px;
    line-height: 1
}

.notification-content__message {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 18.83px;
    margin-bottom: 30px
}

.notification-content__message:last-child {
    margin-bottom: 0
}

.notification-content__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.notification-content__buttons #payment-problems-message-read-more {
    padding: 10px
}

.notification-content__buttons #payment-problems-message-read-more:last-child {
    margin-bottom: 0
}

.notification-content__hide-message {
    width: 90px;
    margin-left: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: #6ea500;
    cursor: pointer;
    transition: all .2s linear
}

.no-touch .notification-content__hide-message:hover {
    color: #548200
}

.dots {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center
}

.dots__item {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 12px;
    border-radius: 50%;
    letter-spacing: normal;
    background-color: #fff;
    cursor: pointer;
    transition: all .2s ease
}

@media(min-width:1025px)and (max-width:1545px) {
    .dots__item {
        width: .5524266667rem;
        height: .5524266667rem;
        margin-right: .82864rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .dots__item {
        width: .8890666667rem;
        height: .8890666667rem;
        margin-right: 1.3336rem
    }
}

.dots__item.active {
    pointer-events: none
}

.basic .dots__item.active {
    background-color: #6ea500
}

.dark .dots__item.active {
    background-color: #97a94c
}

.basic .no-touch .dots__item:hover,
.dark .no-touch .dots__item:hover {
    background-color: #525d4e
}

.payment-modal {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 10px
}

@media(min-width:1025px)and (max-width:1545px) {
    .payment-modal {
        border-radius: .6905333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .payment-modal {
        border-radius: 1.1113333333rem
    }
}

@media(max-width:768px) {
    .payment-modal {
        border-radius: 0
    }
}

.payment-modal__header {
    position: relative;
    height: 64px;
    flex-shrink: 0;
    display: flex
}

@media(max-width:768px) {
    .payment-modal__header {
        z-index: 1;
        width: 100%;
        height: 40px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12)
    }

    .dark .payment-modal__header {
        background-color: var(--DARK-THEME-PRIMARY-6)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .payment-modal__header {
        height: 7.1125333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payment-modal__header {
        height: 4.4194133333rem
    }
}

.payment-modal__tabs {
    margin-left: 8px;
    display: flex
}

.payment-modal__tabs .swiper-wrapper {
    display: flex
}

@media(min-width:769px)and (max-width:1024px) {
    .payment-modal__tabs {
        margin-left: 1.3336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payment-modal__tabs {
        margin-left: .82864rem
    }
}

@media(min-width:1546px) {
    .payment-modal__tabs {
        margin-left: 12px
    }
}

.payment-modal__tab {
    position: relative;
    padding: 12px 8px 0;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: var(--LIGHT-THEME-PRIMARY-2);
    transition: all .2s ease-in-out
}

.dark .payment-modal__tab {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .payment-modal__tab {
        font-size: 2.0004rem;
        line-height: 2.4449333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payment-modal__tab {
        font-size: 1.24296rem;
        line-height: 1.5191733333rem
    }
}

@media(min-width:1546px) {
    .payment-modal__tab {
        font-size: 18px;
        line-height: 22px
    }
}

@media(prefers-reduced-motion:reduce) {
    .payment-modal__tab {
        transition: none
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .payment-modal__tab {
        padding: 2.4449333333rem 1.7781333333rem 0
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payment-modal__tab {
        padding: 1.5191733333rem 1.1048533333rem 0
    }
}

@media(min-width:1546px) {
    .payment-modal__tab {
        padding: 22px 16px 0
    }
}

.no-touch .payment-modal__tab:hover {
    color: var(--LIGHT-THEME-SECONDARY-2)
}

.dark .no-touch .payment-modal__tab:hover {
    color: var(--DARK-THEME--SECONDARY-2)
}

.payment-modal__tab.active {
    pointer-events: none
}

.dark .payment-modal__tab.active {
    color: var(--DARK-THEME-PRIMARY-1)
}

.payment-modal__tab.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    height: 2px;
    border-radius: 12px 12px 0 0;
    background-color: var(--LIGHT-THEME-SECONDARY-2)
}

.dark .payment-modal__tab.active:before {
    background-color: var(--DARK-THEME--SECONDARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .payment-modal__tab.active:before {
        left: 1.7781333333rem;
        right: 1.7781333333rem;
        border-radius: 1.3336rem 1.3336rem 0 0
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payment-modal__tab.active:before {
        left: 1.1048533333rem;
        right: 1.1048533333rem;
        border-radius: .82864rem .82864rem 0 0
    }
}

@media(min-width:1546px) {
    .payment-modal__tab.active:before {
        left: 16px;
        right: 16px;
        height: 4px
    }
}

.payment-modal__body-wrap {
    min-height: 100%
}

.payment-modal__body-wrap-up {
    height: 100%;
    padding-bottom: 36px
}

@media(max-width:768px) {
    .payment-modal__body-wrap-up {
        padding-bottom: 0;
        width: 100%;
        display: flex;
        flex-direction: column
    }

    .custom-modal--balance .payment-modal__body-wrap-up {
        padding-bottom: 50px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .payment-modal__body-wrap-up {
        padding-bottom: 4.0008rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payment-modal__body-wrap-up {
        padding-bottom: 2.48592rem
    }
}

.payment-modal__body {
    padding: 20px 28px 0
}

@media(max-width:768px) {
    .payment-modal__body {
        padding: 20px 16px 60px
    }

    .no-mobile-iframe .payment-modal__body {
        padding-top: 1.0666666667rem;
        padding-left: 1.7066666667rem;
        padding-right: 1.7066666667rem
    }

    .deposit--with-extension-panel .payment-modal__body {
        padding-bottom: 100px
    }
}

@media screen and (min-width:769px) {
    .payment-modal__body {
        position: relative
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .payment-modal__body {
        padding: 2.2226666667rem 3.1117333333rem 0
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payment-modal__body {
        padding: 1.3810666667rem 1.9334933333rem 0
    }
}

.gender-radio,
.gender-radio-inner,
.gender-radio__label {
    display: flex;
    align-items: center
}

.missing-data .gender-radio__inner {
    margin-bottom: 4px
}

.missing-data .gender-radio {
    justify-content: center
}

.gender-radio-wrap.disabled>* {
    pointer-events: none
}

.gender-radio-error .gender-radio__label,
.gender-radio-error .gender-radio__label-text {
    color: #df1f3d
}

.gender-radio-error .gender-radio__switcher-wr {
    background-color: #df1f3d
}

.gender-radio--title {
    color: #525d4e;
    display: inline-block;
    margin-right: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1
}

.dark .gender-radio--title {
    color: hsla(0, 0%, 100%, .6)
}

.gender-radio--title-required {
    position: relative
}

.gender-radio--title-required:before {
    content: "*";
    position: absolute;
    right: -10px;
    top: -9px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #df1f3d
}

@media(min-width:769px)and (max-width:1024px) {
    .gender-radio--title-required:before {
        right: -1.1113333333rem;
        top: -1.0002rem;
        font-size: 2.6672rem
    }

    .play .gender-radio--title-required:before {
        right: -.7779333333rem;
        top: -.70014rem;
        font-size: 1.86704rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .gender-radio--title-required:before {
        right: -.6905333333rem;
        top: -.62148rem;
        font-size: 1.65728rem
    }

    .play .gender-radio--title-required:before {
        right: -.6767226667rem;
        top: -.6090504rem;
        font-size: 1.6241344rem
    }
}

@media(min-width:1546px) {
    .play .gender-radio--title-required:before {
        right: -9.8px;
        top: -8.82px;
        font-size: 23.52px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .gender-radio--title {
        margin-right: 3.4526666667rem;
        font-size: 1.1048533333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .gender-radio--title {
        margin-right: 5.5566666667rem;
        font-size: 1.7781333333rem
    }
}

@media(max-width:768px) {
    .no-mobile-iframe .gender-radio--title {
        margin-right: 2.6666666667rem;
        font-size: .8533333333rem
    }
}

.missing-data .gender-radio--title {
    margin-right: 24px
}

@media(min-width:1025px)and (max-width:1545px) {
    .missing-data .gender-radio--title {
        margin-right: 1.65728rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .missing-data .gender-radio--title {
        margin-right: 2.6672rem
    }
}

@media(max-width:768px) {
    .no-mobile-iframe .missing-data .gender-radio--title {
        margin-right: 1.28rem
    }
}

.gender-radio__item#gender-m:checked~.gender-radio__container label[for=gender-m] .gender-radio__label-text {
    color: #6ea500
}

.dark .gender-radio__item#gender-m:checked~.gender-radio__container label[for=gender-m] .gender-radio__label-text {
    color: #97a94c
}

.gender-radio__item#gender-m:checked~.gender-radio__container .gender-radio__switcher {
    left: 0
}

.gender-radio__item#gender-m:not(:checked)~.gender-radio__container .gender-radio__switcher-wr:after {
    left: 50%;
    background-color: #525d4e;
    transform: translate3d(-50%, 0, 0)
}

.gender-radio-error .gender-radio__item#gender-m:not(:checked)~.gender-radio__container .gender-radio__switcher-wr:after {
    background-color: #fff
}

.gender-radio__item#gender-f:checked~.gender-radio__container label[for=gender-f] .gender-radio__label-text {
    color: #6ea500
}

.gender-radio__item#gender-f:checked~.gender-radio__container .gender-radio__switcher-wr:after {
    background-color: #ff2bfd;
    left: 42px
}

@media(min-width:1025px)and (max-width:1545px) {
    .gender-radio__item#gender-f:checked~.gender-radio__container .gender-radio__switcher-wr:after {
        left: 2.90024rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .gender-radio__item#gender-f:checked~.gender-radio__container .gender-radio__switcher-wr:after {
        left: 4.6676rem
    }
}

.gender-radio__item#gender-f:checked~.gender-radio__container .gender-radio__switcher {
    right: 0
}

.missing-data .gender-radio__item {
    margin-right: 12px
}

.missing-data .gender-radio__item:last-child {
    margin-right: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .missing-data .gender-radio__item {
        margin-right: 1.3336rem
    }

    .play .missing-data .gender-radio__item {
        margin-right: .93352rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .missing-data .gender-radio__item {
        margin-right: .82864rem
    }

    .play .missing-data .gender-radio__item {
        margin-right: .8120672rem
    }
}

@media(min-width:1546px) {
    .play .missing-data .gender-radio__item {
        margin-right: 11.76px
    }
}

.missing-data .gender-radio__item-input {
    display: none
}

.gender-radio__switcher {
    position: absolute;
    width: 50%;
    height: 100%;
    cursor: pointer
}

.gender-radio__switcher-f,
.gender-radio__switcher-m {
    width: 50%;
    height: 100%;
    display: inline-block;
    cursor: pointer
}

.gender-radio__label {
    cursor: pointer
}

.gender-radio__label[for=gender-m] {
    order: 1
}

.gender-radio__label[for=gender-f] {
    order: 3
}

.missing-data .gender-radio__label {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 140px;
    height: 44px;
    padding: 0 15px;
    border-radius: 22px;
    background-color: #c5c5c5
}

.dark .missing-data .gender-radio__label,
.play .missing-data .gender-radio__label {
    background-color: #9ea097
}

.gender-radio__item input:checked~.gender-radio__label {
    background-color: #6ea500
}

.dark .gender-radio__item input:checked~.gender-radio__label {
    background-color: #97a94c
}

@media(min-width:769px)and (max-width:1024px) {
    .missing-data .gender-radio__label {
        min-width: 15.5586666667rem;
        height: 4.8898666667rem;
        padding: 0 1.667rem;
        border-radius: 2.4449333333rem
    }

    .play .missing-data .gender-radio__label {
        min-width: 10.8910666667rem;
        height: 3.4229066667rem;
        padding: 0 1.1669rem;
        border-radius: 1.7114533333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .missing-data .gender-radio__label {
        min-width: 9.6674666667rem;
        height: 3.0383466667rem;
        padding: 0 1.0358rem;
        border-radius: 1.5191733333rem
    }

    .play .missing-data .gender-radio__label {
        min-width: 9.4741173333rem;
        height: 2.9775797333rem;
        padding: 0 1.015084rem;
        border-radius: 1.4887898667rem
    }
}

@media(min-width:1546px) {
    .play .missing-data .gender-radio__label {
        min-width: 137.2px;
        height: 43.12px;
        padding: 0 14.7px;
        border-radius: 21.56px
    }
}

.gender-radio__label-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -.1px;
    color: #9b9084;
    transition: all .2s ease-out
}

.dark .gender-radio__label-text {
    color: #9ea097
}

.missing-data .gender-radio__label-text {
    font-size: 16px;
    letter-spacing: normal;
    color: #545d4f
}

.gender-radio__item input:checked~label .gender-radio__label-text {
    color: #6ea500
}

.dark .gender-radio__item input:checked~label .gender-radio__label-text {
    color: #9ea097
}

.missing-data .gender-radio__item input:checked~label .gender-radio__label-text {
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .gender-radio__label-text {
        letter-spacing: -.0111133333rem;
        font-size: 1.5558666667rem
    }

    .missing-data .gender-radio__label-text {
        font-size: 1.7781333333rem
    }

    .play .missing-data .gender-radio__label-text {
        font-size: 1.2446933333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .gender-radio__label-text {
        letter-spacing: -.0069053333rem;
        font-size: .9667466667rem
    }

    .missing-data .gender-radio__label-text {
        font-size: 1.1048533333rem
    }

    .play .missing-data .gender-radio__label-text {
        font-size: 1.0827562667rem
    }
}

.gender-radio__switcher-wr {
    position: relative;
    width: 56px;
    height: 29px;
    margin: 0 8px;
    border-radius: 5px;
    background-color: #9ea097;
    order: 2;
    cursor: pointer
}

@media(min-width:1025px)and (max-width:1545px) {
    .gender-radio__switcher-wr {
        width: 3.8669866667rem;
        height: 2.0025466667rem;
        margin: 0 .5524266667rem;
        border-radius: .3452666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .gender-radio__switcher-wr {
        width: 6.2234666667rem;
        height: 3.2228666667rem;
        margin: 0 .8890666667rem;
        border-radius: .5556666667rem
    }
}

.gender-radio__switcher-wr:after {
    content: "";
    width: 22px;
    height: 23px;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 3px;
    pointer-events: none;
    background-color: #8bc7e7;
    transition: all .2s ease;
    z-index: 1
}

@media(min-width:1025px)and (max-width:1545px) {
    .gender-radio__switcher-wr:after {
        width: 1.5191733333rem;
        height: 1.5882266667rem;
        top: .20716rem;
        left: .20716rem;
        border-radius: .20716rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .gender-radio__switcher-wr:after {
        width: 2.4449333333rem;
        height: 2.5560666667rem;
        top: .3334rem;
        left: .3334rem;
        border-radius: .3334rem
    }
}

.missing-data .gender-radio__label-ic {
    display: none
}

.gender-radio__item input:checked~label .gender-radio__ic {
    color: #6ea500
}

.dark .gender-radio__item input:checked~label .gender-radio__ic {
    color: #97a94c
}

@media(max-width:768px) {
    .single-form__path-profile-form {
        height: 100%
    }
}

.custom-modal--one-time-password .single-form#one-time-password-form {
    text-align: left;
    padding: 34px 37px
}

.play-form-block--restore-request-form .single-form {
    height: 100%
}

@media(max-width:768px) {
    .custom-modal--one-time-password .single-form#one-time-password-form {
        padding: 23px 18px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-modal--one-time-password .single-form#one-time-password-form {
        padding: 3.7785333333rem 4.1119333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .custom-modal--one-time-password .single-form#one-time-password-form {
        padding: 2.3478133333rem 2.5549733333rem
    }
}

.single-form--registration,
.single-form--sign-in {
    width: 100%
}

@media(max-width:768px) {

    .single-form--registration,
    .single-form--sign-in {
        height: 100%;
        background-color: var(--LIGHT-THEME-PRIMARY-6)
    }

    .dark .single-form--registration,
    .dark .single-form--sign-in {
        background-color: var(--DARK-THEME-BACKGROUND)
    }
}

@media(max-width:768px) {
    .single-form--restore-account {
        height: 100%
    }
}

.custom-modal--one-time-password #one-time-password-form.single-form input {
    height: 43px;
    padding: 0 43px 0 15px
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-modal--one-time-password #one-time-password-form.single-form input {
        height: 4.7787333333rem;
        padding: 0 4.7787333333rem 0 1.667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .custom-modal--one-time-password #one-time-password-form.single-form input {
        height: 2.9692933333rem;
        padding: 0 2.9692933333rem 0 1.0358rem
    }
}

.single-form--one-time-password-form .single-form__wrap {
    display: block;
    max-width: 330px;
    margin: 0 auto
}

.play-form-block--restore-request-form .single-form__wrap {
    justify-content: center
}

@media(max-width:768px) {
    .play-form-block__inner .single-form__wrap {
        padding: 15px
    }

    .play-form-block--restore-request-form .single-form__wrap {
        padding: 0
    }
}

@media(max-width:374px) {
    .single-form--one-time-password-form .single-form__wrap {
        max-width: 274px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .single-form--one-time-password-form .single-form__wrap {
        max-width: 36.674rem
    }

    .play-form-block--restore-request-form .single-form__wrap {
        margin-bottom: 1.5558666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .single-form--one-time-password-form .single-form__wrap {
        max-width: 22.7876rem
    }

    .play-form-block--restore-request-form .single-form__wrap {
        margin-bottom: 1.3534453333rem
    }
}

@media(min-width:1546px) {
    .play-form-block--restore-request-form .single-form__wrap {
        margin-bottom: 19.6px
    }
}

.single-form--one-time-password-form .single-form__fields {
    margin-bottom: 30px
}

@media(min-width:769px)and (max-width:1024px) {
    .single-form--one-time-password-form .single-form__fields {
        margin-bottom: 3.334rem
    }

    .play .single-form--one-time-password-form .single-form__fields {
        margin-bottom: 2.3338rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .single-form--one-time-password-form .single-form__fields {
        margin-bottom: 2.0716rem
    }

    .play .single-form--one-time-password-form .single-form__fields {
        margin-bottom: 2.030168rem
    }
}

@media(min-width:1546px) {
    .play .single-form--one-time-password-form .single-form__fields {
        margin-bottom: 29.4px
    }
}

.single-form--one-time-password-form .single-form__button {
    text-align: center
}

.play-form-block--restore-request-form .single-form__restore-inner {
    padding: 15px
}

@media(max-width:768px) {
    .single-form__restore-inner {
        max-width: 375px;
        padding: 23px 15px;
        margin: 0 auto
    }

    .custom-modal--restore-password-request .single-form__restore-inner {
        max-width: 330px;
        text-align: center
    }
}

@media(max-width:374px) {
    .custom-modal--restore-password-request .single-form__restore-inner {
        max-width: 290px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .play-form-block--restore-request-form .single-form__restore-inner {
        padding: 1.5558666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .play-form-block--restore-request-form .single-form__restore-inner {
        padding: 1.3534453333rem
    }
}

@media(min-width:1546px) {
    .play-form-block--restore-request-form .single-form__restore-inner {
        padding: 19.6px
    }
}

.single-form__head-button-wr {
    display: flex;
    align-items: center
}

.single-form__head-button {
    margin-right: 32px;
    padding-bottom: 16px;
    border-bottom: 4px solid transparent;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    color: var(--LIGHT-THEME-PRIMARY-2);
    cursor: pointer;
    transition: all .2s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .single-form__head-button {
        transition: none
    }
}

.single-form__head-button:last-child {
    margin-right: 0
}

.dark .single-form__head-button {
    color: var(--DARK-THEME-PRIMARY-2)
}

.no-touch .single-form__head-button:hover {
    color: var(--LIGHT-THEME-SECONDARY-2)
}

.dark .no-touch .single-form__head-button:hover {
    color: var(--DARK-THEME--SECONDARY-2)
}

.single-form__head-button.active {
    border-bottom: 4px solid var(--LIGHT-THEME-SECONDARY-2);
    pointer-events: none
}

.dark .single-form__head-button.active {
    border-bottom: 4px solid var(--DARK-THEME--SECONDARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .single-form__head-button {
        margin-right: 3.5562666667rem;
        padding-bottom: 1.7781333333rem;
        font-size: 2.0004rem;
        line-height: 2.4449333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .single-form__head-button {
        margin-right: 2.2097066667rem;
        padding-bottom: 1.1048533333rem;
        font-size: 1.24296rem;
        line-height: 1.5191733333rem
    }
}

.currency-content {
    display: none
}

.currency-content.default {
    display: inline
}

.currency-rub .currency-content.rub {
    display: inline !important
}

.currency-rub .currency-content:not(.rub) {
    display: none !important
}

.currency-usd .currency-content.usd {
    display: inline !important
}

.currency-usd .currency-content:not(.usd) {
    display: none !important
}

.currency-eur .currency-content.eur {
    display: inline !important
}

.currency-eur .currency-content:not(.eur) {
    display: none !important
}

.currency-kzt .currency-content.kzt {
    display: inline !important
}

.currency-kzt .currency-content:not(.kzt) {
    display: none !important
}

.currency-nok .currency-content.nok {
    display: inline !important
}

.currency-nok .currency-content:not(.nok) {
    display: none !important
}

.currency-pln .currency-content.pln {
    display: inline !important
}

.currency-pln .currency-content:not(.pln) {
    display: none !important
}

.currency-try .currency-content.try {
    display: inline !important
}

.currency-try .currency-content:not(.try) {
    display: none !important
}

.currency-uah .currency-content.uah {
    display: inline !important
}

.currency-uah .currency-content:not(.uah) {
    display: none !important
}

.currency-cad .currency-content.cad {
    display: inline !important
}

.currency-cad .currency-content:not(.cad) {
    display: none !important
}

.currency-nzd .currency-content.nzd {
    display: inline !important
}

.currency-nzd .currency-content:not(.nzd) {
    display: none !important
}

.currency-brl .currency-content.brl {
    display: inline !important
}

.currency-brl .currency-content:not(.brl) {
    display: none !important
}

.currency-aud .currency-content.aud {
    display: inline !important
}

.currency-aud .currency-content:not(.aud) {
    display: none !important
}

.currency-azn .currency-content.azn {
    display: inline !important
}

.currency-azn .currency-content:not(.azn) {
    display: none !important
}

.currency-inr .currency-content.inr {
    display: inline !important
}

.currency-inr .currency-content:not(.inr) {
    display: none !important
}

.currency-ars .currency-content.ars {
    display: inline !important
}

.currency-ars .currency-content:not(.ars) {
    display: none !important
}

.currency-mxn .currency-content.mxn {
    display: inline !important
}

.currency-mxn .currency-content:not(.mxn) {
    display: none !important
}

.currency-pen .currency-content.pen {
    display: inline !important
}

.currency-pen .currency-content:not(.pen) {
    display: none !important
}

.currency-ngn .currency-content.ngn {
    display: inline !important
}

.currency-ngn .currency-content:not(.ngn) {
    display: none !important
}

.currency-zar .currency-content.zar {
    display: inline !important
}

.currency-zar .currency-content:not(.zar) {
    display: none !important
}

.currency-sek .currency-content.sek {
    display: inline !important
}

.currency-sek .currency-content:not(.sek) {
    display: none !important
}

.currency-clp .currency-content.clp {
    display: inline !important
}

.currency-clp .currency-content:not(.clp) {
    display: none !important
}

.currency-bch .currency-content.bch {
    display: inline !important
}

.currency-bch .currency-content:not(.bch) {
    display: none !important
}

.currency-btc .currency-content.btc {
    display: inline !important
}

.currency-btc .currency-content:not(.btc) {
    display: none !important
}

.currency-eth .currency-content.eth {
    display: inline !important
}

.currency-eth .currency-content:not(.eth) {
    display: none !important
}

.currency-ltc .currency-content.ltc {
    display: inline !important
}

.currency-ltc .currency-content:not(.ltc) {
    display: none !important
}

.currency-trx .currency-content.trx {
    display: inline !important
}

.currency-trx .currency-content:not(.trx) {
    display: none !important
}

.currency-usdt .currency-content.usdt {
    display: inline !important
}

.currency-usdt .currency-content:not(.usdt) {
    display: none !important
}

.currency-xrp .currency-content.xrp {
    display: inline !important
}

.currency-xrp .currency-content:not(.xrp) {
    display: none !important
}

.currency-jpy .currency-content.jpy {
    display: inline !important
}

.currency-jpy .currency-content:not(.jpy) {
    display: none !important
}

.game-currency-content {
    display: none
}

.game-currency-content.default {
    display: inline
}

.content-game-currency-rub .game-currency-content.rub {
    display: inline !important
}

.content-game-currency-rub .game-currency-content.default:not(.rub) {
    display: none !important
}

.content-game-currency-usd .game-currency-content.usd {
    display: inline !important
}

.content-game-currency-usd .game-currency-content.default:not(.usd) {
    display: none !important
}

.content-game-currency-eur .game-currency-content.eur {
    display: inline !important
}

.content-game-currency-eur .game-currency-content.default:not(.eur) {
    display: none !important
}

.content-game-currency-kzt .game-currency-content.kzt {
    display: inline !important
}

.content-game-currency-kzt .game-currency-content.default:not(.kzt) {
    display: none !important
}

.content-game-currency-nok .game-currency-content.nok {
    display: inline !important
}

.content-game-currency-nok .game-currency-content.default:not(.nok) {
    display: none !important
}

.content-game-currency-pln .game-currency-content.pln {
    display: inline !important
}

.content-game-currency-pln .game-currency-content.default:not(.pln) {
    display: none !important
}

.content-game-currency-try .game-currency-content.try {
    display: inline !important
}

.content-game-currency-try .game-currency-content.default:not(.try) {
    display: none !important
}

.content-game-currency-uah .game-currency-content.uah {
    display: inline !important
}

.content-game-currency-uah .game-currency-content.default:not(.uah) {
    display: none !important
}

.content-game-currency-cad .game-currency-content.cad {
    display: inline !important
}

.content-game-currency-cad .game-currency-content.default:not(.cad) {
    display: none !important
}

.content-game-currency-nzd .game-currency-content.nzd {
    display: inline !important
}

.content-game-currency-nzd .game-currency-content.default:not(.nzd) {
    display: none !important
}

.content-game-currency-brl .game-currency-content.brl {
    display: inline !important
}

.content-game-currency-brl .game-currency-content.default:not(.brl) {
    display: none !important
}

.content-game-currency-aud .game-currency-content.aud {
    display: inline !important
}

.content-game-currency-aud .game-currency-content.default:not(.aud) {
    display: none !important
}

.content-game-currency-azn .game-currency-content.azn {
    display: inline !important
}

.content-game-currency-azn .game-currency-content.default:not(.azn) {
    display: none !important
}

.content-game-currency-inr .game-currency-content.inr {
    display: inline !important
}

.content-game-currency-inr .game-currency-content.default:not(.inr) {
    display: none !important
}

.content-game-currency-ars .game-currency-content.ars {
    display: inline !important
}

.content-game-currency-ars .game-currency-content.default:not(.ars) {
    display: none !important
}

.content-game-currency-mxn .game-currency-content.mxn {
    display: inline !important
}

.content-game-currency-mxn .game-currency-content.default:not(.mxn) {
    display: none !important
}

.content-game-currency-pen .game-currency-content.pen {
    display: inline !important
}

.content-game-currency-pen .game-currency-content.default:not(.pen) {
    display: none !important
}

.content-game-currency-ngn .game-currency-content.ngn {
    display: inline !important
}

.content-game-currency-ngn .game-currency-content.default:not(.ngn) {
    display: none !important
}

.content-game-currency-zar .game-currency-content.zar {
    display: inline !important
}

.content-game-currency-zar .game-currency-content.default:not(.zar) {
    display: none !important
}

.content-game-currency-sek .game-currency-content.sek {
    display: inline !important
}

.content-game-currency-sek .game-currency-content.default:not(.sek) {
    display: none !important
}

.content-game-currency-clp .game-currency-content.clp {
    display: inline !important
}

.content-game-currency-clp .game-currency-content.default:not(.clp) {
    display: none !important
}

.content-game-currency-bch .game-currency-content.bch {
    display: inline !important
}

.content-game-currency-bch .game-currency-content.default:not(.bch) {
    display: none !important
}

.content-game-currency-btc .game-currency-content.btc {
    display: inline !important
}

.content-game-currency-btc .game-currency-content.default:not(.btc) {
    display: none !important
}

.content-game-currency-eth .game-currency-content.eth {
    display: inline !important
}

.content-game-currency-eth .game-currency-content.default:not(.eth) {
    display: none !important
}

.content-game-currency-ltc .game-currency-content.ltc {
    display: inline !important
}

.content-game-currency-ltc .game-currency-content.default:not(.ltc) {
    display: none !important
}

.content-game-currency-trx .game-currency-content.trx {
    display: inline !important
}

.content-game-currency-trx .game-currency-content.default:not(.trx) {
    display: none !important
}

.content-game-currency-usdt .game-currency-content.usdt {
    display: inline !important
}

.content-game-currency-usdt .game-currency-content.default:not(.usdt) {
    display: none !important
}

.content-game-currency-xrp .game-currency-content.xrp {
    display: inline !important
}

.content-game-currency-xrp .game-currency-content.default:not(.xrp) {
    display: none !important
}

.content-game-currency-jpy .game-currency-content.jpy {
    display: inline !important
}

.content-game-currency-jpy .game-currency-content.default:not(.jpy) {
    display: none !important
}

.game-currency-rub .currency-content.rub {
    display: inline !important
}

.game-currency-rub .currency-content.default:not(.rub) {
    display: none !important
}

.game-currency-usd .currency-content.usd {
    display: inline !important
}

.game-currency-usd .currency-content.default:not(.usd) {
    display: none !important
}

.game-currency-eur .currency-content.eur {
    display: inline !important
}

.game-currency-eur .currency-content.default:not(.eur) {
    display: none !important
}

.game-currency-kzt .currency-content.kzt {
    display: inline !important
}

.game-currency-kzt .currency-content.default:not(.kzt) {
    display: none !important
}

.game-currency-nok .currency-content.nok {
    display: inline !important
}

.game-currency-nok .currency-content.default:not(.nok) {
    display: none !important
}

.game-currency-pln .currency-content.pln {
    display: inline !important
}

.game-currency-pln .currency-content.default:not(.pln) {
    display: none !important
}

.game-currency-try .currency-content.try {
    display: inline !important
}

.game-currency-try .currency-content.default:not(.try) {
    display: none !important
}

.game-currency-uah .currency-content.uah {
    display: inline !important
}

.game-currency-uah .currency-content.default:not(.uah) {
    display: none !important
}

.game-currency-cad .currency-content.cad {
    display: inline !important
}

.game-currency-cad .currency-content.default:not(.cad) {
    display: none !important
}

.game-currency-nzd .currency-content.nzd {
    display: inline !important
}

.game-currency-nzd .currency-content.default:not(.nzd) {
    display: none !important
}

.game-currency-brl .currency-content.brl {
    display: inline !important
}

.game-currency-brl .currency-content.default:not(.brl) {
    display: none !important
}

.game-currency-aud .currency-content.aud {
    display: inline !important
}

.game-currency-aud .currency-content.default:not(.aud) {
    display: none !important
}

.game-currency-azn .currency-content.azn {
    display: inline !important
}

.game-currency-azn .currency-content.default:not(.azn) {
    display: none !important
}

.game-currency-inr .currency-content.inr {
    display: inline !important
}

.game-currency-inr .currency-content.default:not(.inr) {
    display: none !important
}

.game-currency-ars .currency-content.ars {
    display: inline !important
}

.game-currency-ars .currency-content.default:not(.ars) {
    display: none !important
}

.game-currency-mxn .currency-content.mxn {
    display: inline !important
}

.game-currency-mxn .currency-content.default:not(.mxn) {
    display: none !important
}

.game-currency-pen .currency-content.pen {
    display: inline !important
}

.game-currency-pen .currency-content.default:not(.pen) {
    display: none !important
}

.game-currency-ngn .currency-content.ngn {
    display: inline !important
}

.game-currency-ngn .currency-content.default:not(.ngn) {
    display: none !important
}

.game-currency-zar .currency-content.zar {
    display: inline !important
}

.game-currency-zar .currency-content.default:not(.zar) {
    display: none !important
}

.game-currency-sek .currency-content.sek {
    display: inline !important
}

.game-currency-sek .currency-content.default:not(.sek) {
    display: none !important
}

.game-currency-clp .currency-content.clp {
    display: inline !important
}

.game-currency-clp .currency-content.default:not(.clp) {
    display: none !important
}

.game-currency-bch .currency-content.bch {
    display: inline !important
}

.game-currency-bch .currency-content.default:not(.bch) {
    display: none !important
}

.game-currency-btc .currency-content.btc {
    display: inline !important
}

.game-currency-btc .currency-content.default:not(.btc) {
    display: none !important
}

.game-currency-eth .currency-content.eth {
    display: inline !important
}

.game-currency-eth .currency-content.default:not(.eth) {
    display: none !important
}

.game-currency-ltc .currency-content.ltc {
    display: inline !important
}

.game-currency-ltc .currency-content.default:not(.ltc) {
    display: none !important
}

.game-currency-trx .currency-content.trx {
    display: inline !important
}

.game-currency-trx .currency-content.default:not(.trx) {
    display: none !important
}

.game-currency-usdt .currency-content.usdt {
    display: inline !important
}

.game-currency-usdt .currency-content.default:not(.usdt) {
    display: none !important
}

.game-currency-xrp .currency-content.xrp {
    display: inline !important
}

.game-currency-xrp .currency-content.default:not(.xrp) {
    display: none !important
}

.game-currency-jpy .currency-content.jpy {
    display: inline !important
}

.game-currency-jpy .currency-content.default:not(.jpy) {
    display: none !important
}

.v-popper__popper--hidden.v-popper--theme-basic-tooltip,
.v-popper__popper--shown.v-popper--theme-basic-tooltip {
    transition-duration: .35s
}

.v-popper__inner {
    max-width: 288px
}

.v-popper--theme-basic-tooltip .v-popper__inner {
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .25);
    background-color: var(--LIGHT-THEME-PRIMARY-6);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--LIGHT-THEME-PRIMARY-2)
}

.dark .v-popper--theme-basic-tooltip .v-popper__inner {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .v-popper--theme-basic-tooltip .v-popper__inner {
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .v-popper--theme-basic-tooltip .v-popper__inner {
        font-size: .9667466667rem;
        line-height: 1.24296rem
    }
}

.dark .v-popper--theme-basic-tooltip .v-popper__inner {
    background-color: var(--DARK-THEME-PRIMARY-6)
}

.v-popper--theme-basic-tooltip .v-popper__inner>div {
    position: static
}

.v-popper--theme-quick-bar-tooltip .v-popper__inner {
    margin-left: 3px;
    padding: 12px;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12);
    background-color: var(--LIGHT-THEME-PRIMARY-1);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-5)
}

.dark .v-popper--theme-quick-bar-tooltip .v-popper__inner {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .v-popper--theme-quick-bar-tooltip .v-popper__inner {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .v-popper--theme-quick-bar-tooltip .v-popper__inner {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.dark .v-popper--theme-quick-bar-tooltip .v-popper__inner {
    background-color: var(--DARK-THEME-PRIMARY-6)
}

@media(min-width:769px)and (max-width:1024px) {
    .v-popper__inner {
        max-width: 32.0064rem
    }

    .v-popper--theme-basic-tooltip .v-popper__inner {
        padding: 1.7781333333rem;
        border-radius: .8890666667rem;
        box-shadow: 0 .4445333333rem 2.2226666667rem 0 rgba(0, 0, 0, .25)
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .v-popper__inner {
        max-width: 19.88736rem
    }

    .v-popper--theme-basic-tooltip .v-popper__inner {
        padding: 1.1048533333rem;
        border-radius: .5524266667rem;
        box-shadow: 0 .2762133333rem 1.3810666667rem 0 rgba(0, 0, 0, .25)
    }

    .v-popper--theme-quick-bar-tooltip .v-popper__inner {
        margin-left: .20716rem;
        padding: .82864rem;
        border-radius: .41432rem;
        box-shadow: 0 .2762133333rem .5524266667rem 0 rgba(0, 0, 0, .12)
    }
}

.v-popper--theme-basic-tooltip .v-popper__arrow-outer {
    border-color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .v-popper--theme-basic-tooltip .v-popper__arrow-outer {
    border-color: var(--DARK-THEME-PRIMARY-6)
}

.v-popper--theme-basic-tooltip[data-popper-placement^=top] .v-popper__arrow-outer {
    bottom: -6px;
    border-width: 6px 6px 0
}

.v-popper--theme-basic-tooltip[data-popper-placement^=bottom] .v-popper__arrow-outer {
    top: -6px;
    border-width: 0 6px 6px
}

.v-popper--theme-basic-tooltip[data-popper-placement^=right] .v-popper__arrow-outer {
    left: -6px;
    border-width: 6px 6px 6px 0
}

.v-popper--theme-basic-tooltip[data-popper-placement^=left] .v-popper__arrow-outer {
    right: -6px;
    border-width: 6px 0 6px 6px
}

.v-popper--theme-quick-bar-tooltip .v-popper__arrow-outer {
    border-color: var(--LIGHT-THEME-PRIMARY-1)
}

.dark .v-popper--theme-quick-bar-tooltip .v-popper__arrow-outer {
    border-color: var(--DARK-THEME-PRIMARY-6)
}

.v-popper--theme-quick-bar-tooltip[data-popper-placement^=right] .v-popper__arrow-outer {
    left: -9px;
    border-width: 5px 13px 5px 0
}

@media(min-width:769px)and (max-width:1024px) {
    .v-popper--theme-basic-tooltip[data-popper-placement^=top] .v-popper__arrow-outer {
        bottom: -.6668rem;
        border-width: .6668rem .6668rem 0
    }

    .v-popper--theme-basic-tooltip[data-popper-placement^=bottom] .v-popper__arrow-outer {
        top: -.6668rem;
        border-width: 0 .6668rem .6668rem
    }

    .v-popper--theme-basic-tooltip[data-popper-placement^=right] .v-popper__arrow-outer {
        left: -.6668rem;
        border-width: .6668rem .6668rem .6668rem 0
    }

    .v-popper--theme-basic-tooltip[data-popper-placement^=left] .v-popper__arrow-outer {
        right: -.6668rem;
        border-width: .6668rem 0 .6668rem .6668rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .v-popper--theme-basic-tooltip[data-popper-placement^=top] .v-popper__arrow-outer {
        bottom: -.41432rem;
        border-width: .41432rem .41432rem 0
    }

    .v-popper--theme-basic-tooltip[data-popper-placement^=bottom] .v-popper__arrow-outer {
        top: -.41432rem;
        border-width: 0 .41432rem .41432rem
    }

    .v-popper--theme-basic-tooltip[data-popper-placement^=right] .v-popper__arrow-outer {
        left: -.41432rem;
        border-width: .41432rem .41432rem .41432rem 0
    }

    .v-popper--theme-basic-tooltip[data-popper-placement^=left] .v-popper__arrow-outer {
        right: -.41432rem;
        border-width: .41432rem 0 .41432rem .41432rem
    }

    .v-popper--theme-quick-bar-tooltip[data-popper-placement^=right] .v-popper__arrow-outer {
        left: -.62148rem;
        border-width: .3452666667rem .8976933333rem .3452666667rem 0
    }
}

.v-popper__close {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.no-touch .v-popper__close:hover .icon {
    color: var(--LIGHT-THEME-SECONDARY-2)
}

.dark .no-touch .v-popper__close:hover .icon {
    color: var(--DARK-THEME--SECONDARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .v-popper__close {
        top: .2222666667rem;
        right: .2222666667rem;
        width: 3.7785333333rem;
        height: 3.7785333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .v-popper__close {
        top: .1381066667rem;
        right: .1381066667rem;
        width: 2.3478133333rem;
        height: 2.3478133333rem
    }
}

.v-popper__close-ic {
    width: 16px;
    height: auto;
    color: var(--LIGHT-THEME-PRIMARY-2);
    transition: all .2s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .v-popper__close-ic {
        transition: none
    }
}

.dark .v-popper__close-ic {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .v-popper__close-ic {
        width: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .v-popper__close-ic {
        width: 1.1048533333rem
    }
}

.v-popper__body--with-close-btn .v-popper__content>:first-child {
    padding-right: 20px
}

.v-popper__body .v-popper__content :last-child {
    margin-bottom: 0
}

.v-popper__content h3 {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-1)
}

.dark .v-popper__content h3 {
    color: var(--DARK-THEME-PRIMARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .v-popper__content h3 {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .v-popper__content h3 {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.v-popper__content p {
    margin-bottom: 12px;
    font-size: inherit;
    line-height: inherit
}

.v-popper--promocode-form .v-popper__content p {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-1)
}

.dark .v-popper--promocode-form .v-popper__content p {
    color: var(--DARK-THEME-PRIMARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .v-popper--promocode-form .v-popper__content p {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .v-popper--promocode-form .v-popper__content p {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.v-popper__content ol {
    margin-bottom: 12px;
    list-style-type: decimal
}

.v-popper__content ol li {
    margin-left: 16px
}

.v-popper__content ul {
    margin-bottom: 12px
}

.v-popper__content ul li {
    display: flex
}

.v-popper__content ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    margin: 4px 12px 0 0;
    flex-shrink: 0;
    background-color: var(--LIGHT-THEME-SECONDARY-1)
}

.dark .v-popper__content ul li:before {
    background-color: var(--DARK-THEME--SECONDARY-2)
}

.v-popper__content li {
    margin-bottom: 12px
}

.v-popper__content .v-popper__content-btn {
    width: 100%;
    height: 34px;
    margin-bottom: 12px;
    padding: 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid var(--LIGHT-THEME-SECONDARY-2);
    background-color: transparent;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: var(--LIGHT-THEME-PRIMARY-2)
}

.dark .v-popper__content .v-popper__content-btn {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .v-popper__content .v-popper__content-btn {
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .v-popper__content .v-popper__content-btn {
        font-size: .9667466667rem;
        line-height: 1.24296rem
    }
}

.dark .v-popper__content .v-popper__content-btn {
    border-color: var(--DARK-THEME--SECONDARY-2)
}

.no-touch .v-popper__content .v-popper__content-btn:enabled:hover {
    border: 1px solid var(--LIGHT-THEME-SECONDARY-1);
    background-color: transparent
}

.dark .no-touch .v-popper__content .v-popper__content-btn:enabled:hover {
    border-color: var(--DARK-THEME--SECONDARY-1);
    background-color: transparent
}

.v-popper__content .v-popper__content-link {
    text-decoration: underline;
    color: var(--LIGHT-THEME-SECONDARY-2);
    transition: all .2s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .v-popper__content .v-popper__content-link {
        transition: none
    }
}

.dark .v-popper__content .v-popper__content-link {
    color: var(--DARK-THEME--SECONDARY-2)
}

.no-touch .v-popper__content .v-popper__content-link:hover {
    color: var(--LIGHT-THEME-SECONDARY-1)
}

.dark .no-touch .v-popper__content .v-popper__content-link:hover {
    color: var(--DARK-THEME--SECONDARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .v-popper__body--with-close-btn .v-popper__content>:first-child {
        padding-right: 2.2226666667rem
    }

    .v-popper__body .v-popper__content :last-child {
        margin-bottom: 0
    }

    .v-popper__content h3,
    .v-popper__content ol,
    .v-popper__content p {
        margin-bottom: 1.3336rem
    }

    .v-popper__content ol li {
        margin-left: 1.7781333333rem
    }

    .v-popper__content ul {
        margin-bottom: 1.3336rem
    }

    .v-popper__content ul li:before {
        width: 1.1113333333rem;
        height: 1.1113333333rem;
        margin: .4445333333rem 1.3336rem 0 0
    }

    .v-popper__content li {
        margin-bottom: 1.3336rem
    }

    .v-popper__content .v-popper__content-btn {
        height: 3.7785333333rem;
        margin-bottom: 1.3336rem;
        padding: 0 1.3336rem;
        border-radius: .6668rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .v-popper__body--with-close-btn .v-popper__content>:first-child {
        padding-right: 1.3810666667rem
    }

    .v-popper__body .v-popper__content :last-child {
        margin-bottom: 0
    }

    .v-popper__content h3,
    .v-popper__content ol,
    .v-popper__content p {
        margin-bottom: .82864rem
    }

    .v-popper__content ol li {
        margin-left: 1.1048533333rem
    }

    .v-popper__content ul {
        margin-bottom: .82864rem
    }

    .v-popper__content ul li:before {
        width: .6905333333rem;
        height: .6905333333rem;
        margin: .2762133333rem .82864rem 0 0
    }

    .v-popper__content li {
        margin-bottom: .82864rem
    }

    .v-popper__content .v-popper__content-btn {
        height: 2.3478133333rem;
        margin-bottom: .82864rem;
        padding: 0 .82864rem;
        border-radius: .41432rem
    }
}

.slide-left-right-enter-active,
.slide-left-right-leave-active {
    transition: all 1s
}

.slide-left-right-enter-to,
.slide-left-right-leave {
    max-width: 100%
}

.slide-left-right-enter,
.slide-left-right-leave-to {
    max-width: 0
}

.fade-enter-active,
.fade-leave-active {
    transition: all .2s
}

.fade-enter-to,
.fade-leave {
    opacity: 1
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

.real-time-winners {
    z-index: 85;
    position: fixed;
    left: 280px;
    right: 0;
    bottom: 0;
    height: 68px;
    display: flex;
    align-items: center;
    background-color: hsla(0, 0%, 100%, .7)
}

.play .real-time-winners {
    left: 64px;
    background-color: rgba(41, 41, 37, .7)
}

@media(min-width:1025px)and (max-width:1545px) {
    .play .real-time-winners {
        left: 4.4194133333rem
    }
}

.dark .real-time-winners {
    background-color: rgba(56, 61, 65, .6)
}

.real-time-winners:hover {
    background-color: #fff
}

.play .real-time-winners:hover {
    background-color: #292925
}

.dark .real-time-winners:hover {
    background-color: #383d41
}

@media(min-width:1546px)and (max-width:1919px) {
    .real-time-winners {
        height: 68px;
        left: 64px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .real-time-winners {
        left: 4.4194133333rem;
        height: 4.6956266667rem
    }
}

.real-time-winners__inner {
    flex-grow: 0;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: 100%;
    min-width: 0
}

.real-time-winners__list {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-left: 32px;
    margin-right: 12px
}

@media(min-width:1025px)and (max-width:1545px) {
    .real-time-winners__list {
        margin-left: 2.2097066667rem;
        margin-right: .82864rem
    }
}

.real-time-winners__slider {
    overflow: hidden;
    position: relative;
    height: 100%;
    min-width: 0;
    flex: 1 1 auto
}

.real-time-winners__slider .swiper-container {
    overflow: hidden;
    position: relative;
    height: 100%;
    margin: 0 32px
}

@media(min-width:1025px)and (max-width:1545px) {
    .real-time-winners__slider .swiper-container {
        margin: 0 2.2097066667rem
    }
}

.real-time-winners__slider .swiper-wrapper {
    display: flex;
    align-items: center;
    height: 100%
}

.real-time-winners__slider .swiper-wrapper .real-time-winners__item {
    flex: 0 0 auto
}

.real-time-winners__slider-next,
.real-time-winners__slider-prev {
    color: #6ea500;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 100%;
    transition: all .2s ease;
    cursor: pointer
}

.dark .real-time-winners__slider-next,
.dark .real-time-winners__slider-prev {
    color: #97a94c
}

@media(min-width:1025px)and (max-width:1545px) {

    .real-time-winners__slider-next,
    .real-time-winners__slider-prev {
        width: 2.2097066667rem
    }
}

.real-time-winners__slider-prev {
    left: 0
}

.real-time-winners__slider-next {
    right: 0
}

.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
    cursor: default !important
}

.real-time-winners__slider-ic {
    width: auto;
    height: 24px;
    fill: #98a590
}

.play .real-time-winners__slider-ic {
    fill: #99a187
}

.dark .real-time-winners__slider-ic {
    fill: hsla(0, 0%, 100%, .8)
}

.real-time-winners__slider-next:hover .real-time-winners__slider-ic,
.real-time-winners__slider-prev:hover .real-time-winners__slider-ic {
    fill: #7ba330
}

.play .real-time-winners__slider-next:hover .real-time-winners__slider-ic,
.play .real-time-winners__slider-prev:hover .real-time-winners__slider-ic {
    fill: #6ea500
}

.dark .real-time-winners__slider-next:hover .real-time-winners__slider-ic,
.dark .real-time-winners__slider-prev:hover .real-time-winners__slider-ic {
    fill: #97a94c
}

@media(min-width:1025px)and (max-width:1545px) {
    .real-time-winners__slider-ic {
        height: 1.65728rem
    }
}

.real-time-winners__item {
    flex: 1 1 16.67%;
    display: flex;
    align-items: center;
    max-width: 256px;
    min-height: 48px;
    margin-right: 12px;
    animation-fill-mode: forwards;
    transition: all .3s ease
}

.real-time-winners__item:last-child {
    margin-right: 0
}

.real-time-winners__item:hover {
    transform: translateY(-8px)
}

.real-time-winners__item:nth-child(10) {
    animation: nowWinsAnim1 3s linear 1
}

@media(max-width:2440px) {
    .real-time-winners__item:nth-child(10) {
        display: none
    }

    .real-time-winners__slider .real-time-winners__item:nth-child(10) {
        display: flex
    }
}

.real-time-winners__item:nth-child(9) {
    animation: nowWinsAnim2 3s linear 1
}

@media(max-width:2226px) {
    .real-time-winners__item:nth-child(9) {
        display: none
    }

    .real-time-winners__slider .real-time-winners__item:nth-child(9) {
        display: flex
    }
}

.real-time-winners__item:nth-child(8) {
    animation: nowWinsAnim3 3s linear 1
}

@media(max-width:2003px) {
    .real-time-winners__item:nth-child(8) {
        display: none
    }

    .real-time-winners__slider .real-time-winners__item:nth-child(8) {
        display: flex
    }
}

.real-time-winners__item:nth-child(7) {
    animation: nowWinsAnim4 3s linear 1
}

@media(max-width:1981px) {
    .real-time-winners__item:nth-child(7) {
        display: none
    }

    .real-time-winners__slider .real-time-winners__item:nth-child(7) {
        display: flex
    }
}

.real-time-winners__item:nth-child(6) {
    margin: 0;
    animation: nowWinsAnim5 3s linear 1
}

.real-time-winners__item:nth-child(5) {
    animation: nowWinsAnim6 3s linear 1
}

.real-time-winners__item:nth-child(4) {
    animation: nowWinsAnim7 3s linear 1
}

.real-time-winners__item:nth-child(3) {
    animation: nowWinsAnim8 3s linear 1
}

.real-time-winners__item:nth-child(2) {
    animation: nowWinsAnim9 3s linear 1
}

.real-time-winners__item:first-child {
    animation: nowWinsAnim10 3s linear 1
}

@media(min-width:1546px)and (max-width:1919px) {
    .real-time-winners__item {
        max-width: 256px;
        min-height: 46px;
        margin-right: 12px
    }

    .real-time-winners__item:nth-child(n+7) {
        display: none
    }

    .real-time-winners__slider .real-time-winners__item:nth-child(n+7) {
        display: flex
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .real-time-winners__item {
        max-width: 17.6776533333rem;
        min-height: 3.1764533333rem;
        margin-right: .82864rem
    }

    .real-time-winners__item:nth-child(n+7) {
        display: none
    }

    .real-time-winners__slider .real-time-winners__item:nth-child(n+7) {
        display: flex
    }

    .real-time-winners__item:hover {
        transform: translateY(-.5524266667rem)
    }
}

.real-time-winners__game-link {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 55px;
    font-size: 12px;
    line-height: 1.25;
    color: #acacac !important;
    letter-spacing: -.58px;
    cursor: pointer
}

@media(min-width:1546px)and (max-width:1919px) {
    .real-time-winners__game-link {
        padding-left: 56px;
        font-size: 12px;
        letter-spacing: -.58px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .real-time-winners__game-link {
        padding-left: 3.8669866667rem;
        font-size: .82864rem;
        letter-spacing: -.0400509333rem
    }
}

.real-time-winners__game-logo-bg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 46px;
    height: 46px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 10px
}

@media(min-width:1546px)and (max-width:1919px) {
    .real-time-winners__game-logo-bg {
        width: 46px;
        height: 46px;
        border-radius: 10px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .real-time-winners__game-logo-bg {
        width: 2.8311866667rem;
        height: 2.8311866667rem;
        border-radius: .6905333333rem
    }
}

.real-time-winners__game-logo-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    max-width: 63px;
    max-height: 67px
}

.real-time-winners__game-name {
    display: block;
    color: var(--LIGHT-THEME-PRIMARY-3);
    position: relative;
    overflow: hidden;
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: -.87px;
    text-overflow: ellipsis
}

.play .real-time-winners__game-name {
    color: #99a187
}

.dark .real-time-winners__game-name {
    color: var(--DARK-THEME-PRIMARY-1)
}

@media(min-width:1546px)and (max-width:1919px) {
    .real-time-winners__game-name {
        margin-bottom: 2px;
        font-size: 12px;
        letter-spacing: -.87px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .real-time-winners__game-name {
        margin-bottom: .1381066667rem;
        font-size: .82864rem;
        letter-spacing: -.0600764rem
    }
}

.real-time-winners__nik-name {
    color: var(--LIGHT-THEME-PRIMARY-4);
    font-weight: 600;
    font-size: 10px;
    letter-spacing: -.67px;
    line-height: 1;
    text-decoration: none;
    margin-bottom: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle
}

.play .real-time-winners__nik-name {
    color: #757d6f
}

.dark .real-time-winners__nik-name {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:1546px)and (max-width:1919px) {
    .real-time-winners__nik-name {
        font-size: 10px;
        letter-spacing: -.67px;
        margin-bottom: 2px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .real-time-winners__nik-name {
        font-size: .6905333333rem;
        letter-spacing: -.0462657333rem;
        margin-bottom: .1381066667rem
    }
}

.real-time-winners__win {
    display: block;
    width: 100%
}

.real-time-winners__win-amount {
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    color: var(--LIGHT-THEME-SECONDARY-1)
}

.play .real-time-winners__win-amount {
    color: #6ea500
}

.dark .real-time-winners__win-amount {
    color: var(--DARK-THEME--SECONDARY-2)
}

@media(min-width:1546px)and (max-width:1919px) {
    .real-time-winners__win-amount {
        font-size: 16px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .real-time-winners__win-amount {
        font-size: 1.1048533333rem
    }
}

.real-time-winners__remove {
    margin-top: 4px;
    display: inline-block;
    border-bottom: 1px solid var(--LIGHT-THEME-SECONDARY-1);
    font-size: 12px;
    line-height: 16px;
    color: var(--LIGHT-THEME-SECONDARY-1);
    transition: all .3s ease
}

.play .real-time-winners__remove {
    color: #6ea500;
    border-bottom: 1px solid #6ea500
}

.dark .real-time-winners__remove {
    color: #97a94c;
    border-bottom: 1px solid #548200
}

.real-time-winners__remove:hover {
    color: #548200;
    border-bottom: 1px solid #548200
}

.dark .real-time-winners__remove:hover {
    color: #bed753;
    border-bottom: 1px solid #bed753
}

@media(min-width:1025px)and (max-width:1545px) {
    .real-time-winners__remove {
        margin-top: .2762133333rem;
        font-size: .82864rem;
        line-height: 1.1048533333rem
    }
}

@keyframes nowWinsAnim1 {
    0% {
        opacity: 0
    }

    10% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@keyframes nowWinsAnim2 {
    0% {
        opacity: 0
    }

    10% {
        opacity: 0
    }

    20% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@keyframes nowWinsAnim3 {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0
    }

    30% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@keyframes nowWinsAnim4 {
    0% {
        opacity: 0
    }

    30% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@keyframes nowWinsAnim5 {
    0% {
        opacity: 0
    }

    40% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@keyframes nowWinsAnim6 {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    60% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@keyframes nowWinsAnim7 {
    0% {
        opacity: 0
    }

    60% {
        opacity: 0
    }

    70% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@keyframes nowWinsAnim8 {
    0% {
        opacity: 0
    }

    70% {
        opacity: 0
    }

    80% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@keyframes nowWinsAnim9 {
    0% {
        opacity: 0
    }

    80% {
        opacity: 0
    }

    90% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@keyframes nowWinsAnim10 {
    0% {
        opacity: 0
    }

    90% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.real-time-winners__close {
    flex-shrink: 0;
    width: 58px;
    height: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    cursor: pointer
}

@media(min-width:1546px)and (max-width:1919px) {
    .real-time-winners__close {
        width: 58px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .real-time-winners__close {
        width: 4.0050933333rem
    }
}

.real-time-winners__close-icon {
    width: 15px;
    height: 15px;
    letter-spacing: normal;
    fill: #474d3a;
    transition: all .3s ease
}

.play .real-time-winners__close-icon {
    fill: #99a187
}

.dark .real-time-winners__close-icon {
    fill: hsla(0, 0%, 100%, .8)
}

.real-time-winners__close:hover .real-time-winners__close-icon {
    fill: #7ba330
}

.play .real-time-winners__close:hover .real-time-winners__close-icon {
    fill: #6ea500
}

.dark .real-time-winners__close:hover .real-time-winners__close-icon {
    fill: #97a94c
}

@media(min-width:1546px)and (max-width:1919px) {
    .real-time-winners__close-icon {
        width: 15px;
        height: 15px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .real-time-winners__close-icon {
        width: 1.0358rem;
        height: 1.0358rem
    }
}

.real-time-winners__toggle {
    z-index: 35;
    position: fixed;
    bottom: 0;
    right: 58px;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px 16px 0 0;
    background: #7ba330;
    cursor: pointer;
    transition: all .3s ease
}

.play .real-time-winners__toggle {
    background-color: #6ea500
}

.dark .real-time-winners__toggle {
    background-color: #97a94c
}

.real-time-winners__toggle:hover {
    background-color: #548200
}

.dark .real-time-winners__toggle:hover {
    background-color: #bed753
}

@media(min-width:1025px)and (max-width:1545px) {
    .real-time-winners__toggle {
        right: 4.0050933333rem;
        padding: 1.1048533333rem;
        border-radius: 1.1048533333rem 1.1048533333rem 0 0
    }
}

.real-time-winners__toggle-text {
    margin-right: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff
}

.dark .real-time-winners__toggle-text {
    color: hsla(0, 0%, 100%, .8)
}

@media(min-width:1025px)and (max-width:1545px) {
    .real-time-winners__toggle-text {
        margin-right: .5524266667rem;
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.real-time-winners__toggle-icon {
    width: 11px;
    height: auto;
    fill: #fff
}

.dark .real-time-winners__toggle-icon {
    fill: hsla(0, 0%, 100%, .8)
}

@media(min-width:1025px)and (max-width:1545px) {
    .real-time-winners__toggle-icon {
        width: .7595866667rem
    }
}

.recent-wins-ticker {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 40px
}

.recent-wins-ticker:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .82) 0, hsla(0, 0%, 100%, .9) 50%, var(--LIGHT-THEME-PRIMARY-6))
}

.dark .recent-wins-ticker:before {
    background-image: linear-gradient(180deg, rgba(78, 84, 89, .82) 0, rgba(39, 42, 45, .9) 50%, var(--DARK-THEME-BACKGROUND))
}

@media(min-width:769px)and (max-width:1024px) {
    .recent-wins-ticker {
        padding: 7.1125333333rem 2.6672rem 4.4453333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .recent-wins-ticker {
        padding: 4.4194133333rem 0
    }
}

@media(min-width:1546px) {
    .recent-wins-ticker {
        padding: 64px 0
    }
}

.recent-wins-ticker__artboard {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    bottom: 1px;
    height: 700px;
    width: 100%
}

@media(min-width:1025px)and (max-width:1545px) {
    .recent-wins-ticker__artboard {
        height: 48.3373333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .recent-wins-ticker__artboard {
        height: 77.7933333333rem
    }
}

@media(max-width:768px) {
    .recent-wins-ticker__artboard {
        height: 515px;
        width: auto
    }
}

.recent-wins-ticker__title {
    z-index: 2;
    margin-bottom: 136px;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: var(--LIGHT-THEME-PRIMARY-1)
}

.dark .recent-wins-ticker__title {
    color: var(--DARK-THEME--SECONDARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .recent-wins-ticker__title {
        margin-bottom: 3.5562666667rem;
        align-self: flex-start;
        font-size: 3.1117333333rem;
        line-height: 3.5562666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .recent-wins-ticker__title {
        margin-bottom: 2.2097066667rem;
        font-size: 3.31456rem;
        line-height: 3.5907733333rem
    }
}

@media(min-width:1546px) {
    .recent-wins-ticker__title {
        margin-bottom: 32px;
        font-weight: 600;
        font-size: 48px;
        line-height: 52px
    }
}

.recent-wins-ticker__wr {
    z-index: 2;
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding: 16px;
    background-color: var(--LIGHT-THEME-SECONDARY-5);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .12)
}

.recent-wins-ticker__wr:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--COMMON-OPACITY-WHITE-80)
}

.dark .recent-wins-ticker__wr:before {
    background-color: unset
}

.dark .recent-wins-ticker__wr {
    background-color: var(--DARK-THEME-PRIMARY-5)
}

.recent-wins-ticker__wr:focus .recent-wins-ticker__items-wr,
.recent-wins-ticker__wr:focus .recent-wins-ticker__items-wr--copy,
.recent-wins-ticker__wr:hover .recent-wins-ticker__items-wr,
.recent-wins-ticker__wr:hover .recent-wins-ticker__items-wr--copy {
    animation-play-state: paused
}

.recent-wins-ticker__wr--touched .real-time-winners__game-link {
    pointer-events: auto !important
}

@media(min-width:769px)and (max-width:1024px) {
    .recent-wins-ticker__wr {
        border-radius: .8890666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .recent-wins-ticker__wr {
        max-width: 91.7028266667rem;
        border-radius: .5524266667rem
    }
}

@media(min-width:1546px) {
    .recent-wins-ticker__wr {
        max-width: 1328px;
        border-radius: 8px
    }
}

.recent-wins-ticker__items-wr,
.recent-wins-ticker__items-wr--copy {
    display: flex;
    position: relative;
    animation: ticker 20s linear infinite
}

.recent-wins-ticker__items-wr--copy .real-time-winners__item,
.recent-wins-ticker__items-wr .real-time-winners__item {
    width: 160px;
    max-width: 160px;
    margin: 0;
    padding-right: 4px;
    flex: 0 0 auto
}

@media(max-width:1024px) {

    .recent-wins-ticker__items-wr--copy .real-time-winners__item .real-time-winners__game-link,
    .recent-wins-ticker__items-wr .real-time-winners__item .real-time-winners__game-link {
        pointer-events: none
    }
}

@media(min-width:769px)and (max-width:1024px) {

    .recent-wins-ticker__items-wr--copy .real-time-winners__item,
    .recent-wins-ticker__items-wr .real-time-winners__item {
        width: 23.1157333333rem;
        max-width: 23.1157333333rem;
        padding-right: .4445333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {

    .recent-wins-ticker__items-wr--copy .real-time-winners__item,
    .recent-wins-ticker__items-wr .real-time-winners__item {
        width: 14.3630933333rem;
        max-width: rem-l(208px);
        padding-right: .2762133333rem
    }
}

@media(min-width:1546px) {

    .recent-wins-ticker__items-wr--copy .real-time-winners__item,
    .recent-wins-ticker__items-wr .real-time-winners__item {
        width: 208px;
        max-width: 208px
    }
}

.recent-wins-ticker__items-wr--copy .real-time-winners__item:nth-child(n+7),
.recent-wins-ticker__items-wr .real-time-winners__item:nth-child(n+7) {
    display: block
}

.recent-wins-ticker__items-wr--copy {
    animation-delay: 0s
}

@keyframes ticker {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-100%)
    }
}

.recent-wins-ticker__mascot {
    z-index: 1;
    position: absolute;
    top: 64px;
    right: calc(50% - 116px)
}

@media(max-width:768px) {
    .recent-wins-ticker__mascot {
        top: 40px
    }
}

@media screen and (min-width:769px) {
    .recent-wins-ticker__mascot {
        top: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .recent-wins-ticker__mascot {
        right: .8890666667rem
    }
}

@media(min-width:1025px) {
    .recent-wins-ticker__mascot {
        right: 6%
    }
}

.recent-wins-ticker__mascot-cloud {
    position: absolute;
    top: 48px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: normal;
    color: var(--LIGHT-THEME-PRIMARY-1);
    background-image: url(promotions/cloud.png);
    background-size: cover;
    background-repeat: no-repeat;
    animation: cloud 8s linear infinite
}

@media(min-width:769px)and (max-width:1024px) {
    .recent-wins-ticker__mascot-cloud {
        top: 8.0016rem;
        font-size: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .recent-wins-ticker__mascot-cloud {
        top: 5.5242666667rem;
        font-size: 1.65728rem
    }
}

@media(min-width:1546px) {
    .recent-wins-ticker__mascot-cloud {
        top: 80px;
        font-size: 24px
    }
}

@keyframes cloud {
    0% {
        font-size: 0;
        width: 0;
        height: 0;
        left: 0;
        transform: translate(50px, 20px);
        opacity: 0
    }

    25%,
    75% {
        font-size: 20px;
        width: 116px;
        height: 64px;
        left: 0;
        transform: translate(-80px, -40px);
        opacity: 1
    }

    to {
        font-size: 0;
        width: 0;
        height: 0;
        left: 0;
        transform: translate(50px, 20px);
        opacity: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    @keyframes cloud {
        0% {
            font-size: 0;
            width: 0;
            height: 0;
            transform: translate(7.7793333333rem, 2.2226666667rem);
            opacity: 0
        }

        25%,
        75% {
            font-size: 2.6672rem;
            width: 17.7813333333rem;
            height: 9.7797333333rem;
            transform: translate(-13.336rem, -6.668rem);
            opacity: 1
        }

        to {
            font-size: 0;
            width: 0;
            height: 0;
            transform: translate(7.7793333333rem, 2.2226666667rem);
            opacity: 0
        }
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    @keyframes cloud {
        0% {
            font-size: 0;
            width: 0;
            height: 0;
            transform: translate(4.8337333333rem, 1.3810666667rem);
            opacity: 0
        }

        25%,
        75% {
            font-size: 1.3810666667rem;
            width: 12.4296rem;
            height: 6.9053333333rem;
            transform: translate(-8.9769333333rem, -4.1432rem);
            opacity: 1
        }

        to {
            font-size: 0;
            width: 0;
            height: 0;
            transform: translate(4.8337333333rem, 1.3810666667rem);
            opacity: 0
        }
    }
}

@media(min-width:1546px) {
    @keyframes cloud {
        0% {
            font-size: 0;
            width: 0;
            height: 0;
            transform: translate(70px, 20px);
            opacity: 0
        }

        25%,
        75% {
            font-size: 20px;
            width: 180px;
            height: 100px;
            transform: translate(-130px, -60px);
            opacity: 1
        }

        to {
            font-size: 0;
            width: 0;
            height: 0;
            transform: translate(70px, 20px);
            opacity: 0
        }
    }
}

.recent-wins-ticker__mascot-img {
    width: 149px;
    height: 149px
}

@media(min-width:769px)and (max-width:1024px) {
    .recent-wins-ticker__mascot-img {
        width: 22.7823333333rem;
        height: 22.7823333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .recent-wins-ticker__mascot-img {
        width: 16.0203733333rem;
        height: 16.0203733333rem
    }
}

@media(min-width:1546px) {
    .recent-wins-ticker__mascot-img {
        width: 232px;
        height: 232px
    }
}

.odometer.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-animating-up .odometer-ribbon-inner {
    transition-duration: .5s !important
}

.odometer-inside * {
    will-change: transform
}

.odometer-currency {
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
    line-height: 1.1em
}

.container-sidebar__jackpot {
    position: relative;
    margin: -160px auto 30px;
    width: 1328px;
    height: 6.91rem
}

@media(min-width:1546px)and (max-width:1919px) {
    .container-sidebar__jackpot {
        width: 1328px;
        margin: -145px auto 40px;
        left: 14px
    }
}

@media(min-width:1713px)and (max-width:1919px) {
    .container-sidebar__jackpot {
        margin: -160px auto 30px;
        width: 1328px;
        left: 0
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .container-sidebar__jackpot {
        width: 91.7028266667rem;
        margin: -10.0127333333rem auto 2.7621333333rem;
        left: .9667466667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .container-sidebar__jackpot {
        width: auto;
        margin: -5.5566666667rem auto 4.2230666667rem
    }
}

@media(max-width:768px) {
    .container-sidebar__jackpot {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 49px;
        height: auto
    }

    .container-sidebar__jackpot.container-sidebar__jackpot--not-authorized {
        margin-bottom: 20px
    }
}

@media(min-width:577px)and (max-width:768px) {
    .container-sidebar__jackpot {
        margin-top: -30px
    }
}

.jackpot-block {
    display: flex;
    align-items: center
}

.user-top .jackpot-block {
    position: relative;
    top: 100%;
    margin: 0 auto;
    width: 1328px;
    pointer-events: none
}

@media(min-width:1546px)and (max-width:1919px) {
    .user-top .jackpot-block {
        width: 1328px;
        left: 14px
    }
}

@media(min-width:1713px)and (max-width:1919px) {
    .user-top .jackpot-block {
        width: 1328px;
        left: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top .jackpot-block {
        width: auto;
        left: 7.7793333333rem !important
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top .jackpot-block {
        width: 91.7028266667rem;
        left: .9667466667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top .jackpot-block {
        margin: 0 auto
    }
}

@media(max-width:768px) {
    .user-top .jackpot-block {
        display: none
    }
}

.jackpot-block--invisible {
    opacity: 0
}

.user-top .jackpot-block--static {
    top: 0
}

.jackpot-block__img {
    display: flex;
    justify-content: flex-end;
    width: 234px;
    margin-right: 30px
}

.container-sidebar__jackpot .jackpot-block__img {
    transition: height .2s ease-in-out
}

.jackpot-block--min .jackpot-block__img {
    display: flex;
    justify-content: flex-end;
    width: 120px;
    margin-right: 12px
}

@media(min-width:1546px)and (max-width:1919px) {
    .jackpot-block__img {
        width: 220px;
        margin-right: 12px
    }
}

@media(min-width:1713px)and (max-width:1919px) {
    .jackpot-block__img {
        width: 234px;
        margin-right: 30px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .jackpot-block__img {
        width: 15.1917333333rem;
        margin-right: .82864rem
    }

    .jackpot-block--min .jackpot-block__img {
        width: 6.2148rem;
        margin-right: .82864rem
    }

    .jackpot-block--sport .jackpot-block__img {
        width: 4.1432rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .jackpot-block__img {
        width: 11.1133333333rem;
        margin-right: 1.3336rem
    }

    .user-top .jackpot-block__img {
        width: 3.334rem
    }

    .jackpot-block--min .jackpot-block__img {
        left: 5.5566666667rem
    }
}

@media(max-width:768px) {

    .jackpot-block--min .jackpot-block__img,
    .jackpot-block__img {
        width: 80px;
        margin-right: 15px
    }
}

.jackpot-block__img-item {
    height: 120px;
    width: auto
}

.jackpot-block--min .jackpot-block__img-item {
    height: 30px;
    width: auto
}

.jackpot-block--static .jackpot-block__img-item {
    transition: none
}

.user-top .jackpot-block__img-item {
    transition: height .2s ease
}

@media(min-width:1546px)and (max-width:1919px) {
    .jackpot-block__img-item {
        height: 100px
    }
}

@media(min-width:1713px)and (max-width:1919px) {
    .jackpot-block__img-item {
        height: 120px;
        width: auto
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .jackpot-block__img-item {
        height: 6.9053333333rem
    }

    .jackpot-block--min .jackpot-block__img-item {
        height: 2.0716rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .jackpot-block__img-item {
        height: 6.7791333333rem
    }

    .user-top .jackpot-block--min .jackpot-block__img-item {
        height: 3.334rem
    }
}

@media(max-width:768px) {
    .jackpot-block__img-item {
        height: 64px
    }
}

.jackpot-block__text {
    cursor: pointer
}

.container-sidebar__jackpot .jackpot-block__text {
    display: block
}

.jackpot-block--min .jackpot-block__text {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.jackpot-block__text-title {
    font-size: 35px;
    line-height: .91;
    letter-spacing: -1.17px;
    font-weight: 600;
    color: #9ea097;
    margin-bottom: 5px;
    transition: font-size .2s ease
}

.dark .jackpot-block__text-title {
    color: hsla(0, 0%, 100%, .8)
}

.jackpot-block--min .jackpot-block__text-title {
    width: 100%;
    color: #9ea097;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 13px;
    line-height: .91;
    letter-spacing: -.45px;
    text-shadow: none
}

.user-top .jackpot-block--static .jackpot-block__text-title {
    transition: none
}

@media(min-width:1546px)and (max-width:1919px) {
    .jackpot-block__text-title {
        font-size: 29px;
        letter-spacing: -1.17px;
        margin-bottom: 5px
    }
}

@media(min-width:1713px)and (max-width:1919px) {
    .jackpot-block__text-title {
        font-size: 35px;
        letter-spacing: -1.17px;
        margin-bottom: 5px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .jackpot-block__text-title {
        margin-bottom: .3452666667rem;
        font-size: 2.0025466667rem;
        letter-spacing: -.0807924rem
    }

    .jackpot-block--min .jackpot-block__text-title {
        font-size: .8976933333rem;
        letter-spacing: -.031074rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .jackpot-block__text-title {
        font-size: 2.1115333333rem;
        letter-spacing: -.130026rem;
        margin-bottom: .5556666667rem
    }

    .jackpot-block--min .jackpot-block__text-title {
        margin-bottom: 0;
        font-size: 1.4447333333rem;
        letter-spacing: -.0444533333rem
    }
}

@media(max-width:768px) {
    .jackpot-block__text-title {
        font-size: 18px;
        line-height: .95;
        letter-spacing: -.6px;
        margin-bottom: 5px
    }
}

.jackpot-block__text-number {
    font-size: 62px;
    line-height: 1;
    letter-spacing: -2.2px;
    font-weight: 600;
    padding-right: 5px;
    color: #df1f3d;
    transition: font-size .2s ease;
    overflow: hidden
}

.no-touch .jackpot-block__text-number:hover {
    text-shadow: 0 4px 9px rgba(41, 41, 37, .3), 0 2px 5px rgba(41, 41, 37, .1)
}

.jackpot-block__text-number .odometer.odometer-theme-default {
    font-family: Gilroy-font
}

html[lang=ja] .jackpot-block__text-number .odometer.odometer-theme-default {
    font-family: Murecho
}

.jackpot-block__text-number .odometer.odometer-theme-default .odometer-inside span {
    font-family: Gilroy-font;
    font-weight: 600
}

html[lang=ja] .jackpot-block__text-number .odometer.odometer-theme-default .odometer-inside span {
    font-family: Murecho
}

.jackpot-block__text-number .odometer-currency {
    font-family: Gilroy-font
}

html[lang=ja] .jackpot-block__text-number .odometer-currency {
    font-family: Murecho
}

.jackpot-block__text-number .odometer-value {
    width: .67em
}

.jackpot-block__text-number .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    overflow: visible
}

.jackpot-block--min .jackpot-block__text-number {
    display: inline-block;
    color: #df1f3d;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.23;
    letter-spacing: -.67px;
    padding-right: 3px;
    text-shadow: none
}

.jackpot-block--min .jackpot-block__text-number span {
    font-weight: 400
}

.user-top .jackpot-block--static .jackpot-block__text-number {
    transition: none
}

@media(min-width:1546px)and (max-width:1919px) {
    .jackpot-block__text-number {
        font-size: 50px;
        letter-spacing: -2.2px
    }

    .no-touch .jackpot-block__text-number:hover {
        text-shadow: 0 4px 9px rgba(41, 41, 37, .3), 0 2px 5px rgba(41, 41, 37, .1)
    }
}

@media(min-width:1713px)and (max-width:1919px) {
    .jackpot-block__text-number {
        font-size: 62px;
        letter-spacing: -2.2px
    }

    .jackpot-block__text-number,
    .no-touch .jackpot-block__text-number:hover {
        text-shadow: 0 4px 9px rgba(41, 41, 37, .3), 0 2px 5px rgba(41, 41, 37, .1)
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .jackpot-block__text-number {
        font-size: 3.4526666667rem;
        letter-spacing: -.1519173333rem;
        text-shadow: 0 .2762133333rem .62148rem rgba(41, 41, 37, .3), 0 .1381066667rem .3452666667rem rgba(41, 41, 37, .1)
    }

    .jackpot-block--min .jackpot-block__text-number {
        font-size: 1.3120133333rem;
        line-height: 1.23;
        letter-spacing: -.0462657333rem
    }

    .no-touch .jackpot-block__text-number:hover {
        text-shadow: 0 .2762133333rem .62148rem rgba(41, 41, 37, .3), 0 .1381066667rem .3452666667rem rgba(41, 41, 37, .1)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .jackpot-block__text-number {
        font-size: 4.2230666667rem;
        letter-spacing: -.2444933333rem;
        text-shadow: 0 .4445333333rem 1.0002rem rgba(41, 41, 37, .3), 0 .2222666667rem .5556666667rem rgba(41, 41, 37, .1)
    }

    .jackpot-block--min .jackpot-block__text-number {
        font-size: 2.1115333333rem;
        line-height: 1.23;
        letter-spacing: -.0744593333rem
    }

    .no-touch .jackpot-block__text-number:hover {
        text-shadow: 0 .4445333333rem 1.0002rem rgba(41, 41, 37, .3), 0 .2222666667rem .5556666667rem rgba(41, 41, 37, .1)
    }
}

@media(max-width:768px) {
    .jackpot-block__text-number {
        font-size: 32px;
        line-height: 1.02;
        letter-spacing: -1.14px
    }
}

.jackpot-block__text-number span {
    font-weight: 400
}

.container-sidebar__jackpot .jackpot-block--min {
    position: relative;
    left: 103px
}

.user-top .jackpot-block--min {
    height: 100%;
    left: 40px;
    width: auto;
    pointer-events: auto
}

@media(min-width:1025px)and (max-width:1545px) {
    .user-top .jackpot-block--min {
        left: 5.5242666667rem
    }

    .sport .user-top .jackpot-block--min {
        left: 7.2506rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top .jackpot-block--min {
        left: 5rem
    }
}

@media(min-width:769px)and (max-width:850px) {
    .user-top .jackpot-block--min {
        left: 3rem
    }
}

.payments-list {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid var(--LIGHT-THEME-PRIMARY-5);
    border-bottom: 1px solid var(--LIGHT-THEME-PRIMARY-5)
}

.dark .payments-list {
    border-color: var(--DARK-THEME-PRIMARY-5)
}

.payments-list .swiper-wrapper {
    display: flex;
    justify-content: space-between
}

@media(min-width:769px)and (max-width:1024px) {
    .payments-list {
        width: calc(100% - 5.3344rem);
        margin: 2.6672rem 2.6672rem 3.5562666667rem;
        padding: 2.6672rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payments-list {
        max-width: 91.7028266667rem;
        margin: 1.65728rem auto 3.31456rem;
        padding: 1.65728rem
    }
}

@media(min-width:1546px) {
    .payments-list {
        max-width: 1328px;
        margin: 24px auto 48px;
        padding: 24px
    }
}

.payments-list__img {
    width: auto !important;
    cursor: pointer;
    margin: auto;
    height: 28px;
    padding: 0 8px
}

@media(min-width:769px)and (max-width:1024px) {
    .payments-list__img {
        height: 4.0008rem;
        padding: 0 .8890666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payments-list__img {
        height: 2.7621333333rem;
        padding: 0 .5524266667rem
    }
}

@media(min-width:1546px) {
    .payments-list__img {
        height: 40px
    }
}

.sport-lobby-slider-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateZ(0) !important;
    flex-shrink: 0;
    opacity: 0 !important;
    pointer-events: none
}

@media(max-width:768px) {
    .sport-lobby-slider-item {
        padding: 36px 12px 42px;
        display: flex;
        flex-direction: column;
        justify-content: space-around
    }
}

.sport-lobby-slider-item__content {
    width: 100%;
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
    padding: 16px 72px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(max-width:768px) {
    .sport-lobby-slider-item__content {
        height: auto;
        margin-bottom: 16px;
        padding: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .sport-lobby-slider-item__content {
        max-width: 142.2506666667rem;
        padding: 1.7781333333rem 8.0016rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .sport-lobby-slider-item__content {
        max-width: 88.3882666667rem;
        padding: 1.1048533333rem 4.97184rem
    }
}

.sport-lobby-slider-item__block {
    z-index: 3;
    flex: 1 1 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media(max-width:768px) {
    .sport-lobby-slider-item__block {
        flex-basis: 25%
    }

    .sport-lobby-slider-item__block:first-child,
    .sport-lobby-slider-item__block:last-child {
        flex-basis: 37.5%;
        align-self: flex-start
    }
}

@media screen and (min-width:769px) {
    .sport-lobby-slider-item__block {
        flex: 1 1 auto
    }
}

@media(min-width:769px)and (max-width:1024px) {

    .sport-lobby-slider-item__block:first-child,
    .sport-lobby-slider-item__block:last-child {
        flex: 0 0 26.672rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {

    .sport-lobby-slider-item__block:first-child,
    .sport-lobby-slider-item__block:last-child {
        flex: 0 0 22.0970666667rem
    }
}

@media(min-width:1546px) {

    .sport-lobby-slider-item__block:first-child,
    .sport-lobby-slider-item__block:last-child {
        flex: 0 0 320px
    }
}

.sport-lobby-slider-item__team-img {
    width: 96px;
    height: 96px;
    object-fit: contain
}

@media(max-width:768px) {
    .sport-lobby-slider-item__team-img {
        margin-bottom: 4px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .sport-lobby-slider-item__team-img {
        width: 26.672rem;
        height: 26.672rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .sport-lobby-slider-item__team-img {
        width: 16.5728rem;
        height: 16.5728rem
    }
}

@media(min-width:1546px) {
    .sport-lobby-slider-item__team-img {
        width: 240px;
        height: 240px
    }
}

.sport-lobby-slider-item__team-title {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .sport-lobby-slider-item__team-title {
    color: var(--DARK-THEME-PRIMARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .sport-lobby-slider-item__team-title {
        font-size: 3.1117333333rem;
        line-height: 3.5562666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .sport-lobby-slider-item__team-title {
        font-size: 1.9334933333rem;
        line-height: 2.2097066667rem
    }
}

@media(min-width:1546px) {
    .sport-lobby-slider-item__team-title {
        font-size: 28px;
        line-height: 32px
    }
}

.sport-lobby-slider-item__subtitle {
    z-index: 3;
    position: relative;
    margin-bottom: 8px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .sport-lobby-slider-item__subtitle {
    color: var(--DARK-THEME-PRIMARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .sport-lobby-slider-item__subtitle {
        font-size: 3.1117333333rem;
        line-height: 3.5562666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .sport-lobby-slider-item__subtitle {
        font-size: 1.9334933333rem;
        line-height: 2.2097066667rem
    }
}

@media(min-width:1546px) {
    .sport-lobby-slider-item__subtitle {
        font-size: 28px;
        line-height: 32px
    }
}

@media(max-width:768px) {
    .sport-lobby-slider-item__subtitle {
        justify-self: flex-start
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .sport-lobby-slider-item__subtitle {
        margin-bottom: 4.4453333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .sport-lobby-slider-item__subtitle {
        margin-bottom: 2.7621333333rem
    }
}

@media(min-width:1546px) {
    .sport-lobby-slider-item__subtitle {
        margin-bottom: 40px
    }
}

.sport-lobby-slider-item__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .sport-lobby-slider-item__title {
    color: var(--DARK-THEME-PRIMARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .sport-lobby-slider-item__title {
        font-size: 4.4453333333rem;
        line-height: 4.8898666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .sport-lobby-slider-item__title {
        font-size: 2.7621333333rem;
        line-height: 3.0383466667rem
    }
}

@media(min-width:1546px) {
    .sport-lobby-slider-item__title {
        font-size: 40px;
        line-height: 44px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .sport-lobby-slider-item__title {
        margin-bottom: 4.4453333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .sport-lobby-slider-item__title {
        margin-bottom: 2.7621333333rem
    }
}

@media(min-width:1546px) {
    .sport-lobby-slider-item__title {
        margin-bottom: 40px
    }
}

.sport-lobby-slider-item__btn {
    z-index: 3;
    position: relative
}

@media(min-width:769px)and (max-width:1024px) {
    .sport-lobby-slider-item__btn {
        min-width: 26.672rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .sport-lobby-slider-item__btn {
        min-width: 16.5728rem
    }
}

@media(min-width:1546px) {
    .sport-lobby-slider-item__btn {
        min-width: 240px
    }
}

.main-slider {
    overflow: hidden;
    position: relative;
    z-index: 0;
    height: 720px
}

@media(min-width:1546px) {
    .sport-lobby .main-slider {
        height: 380px
    }
}

@media(min-width:1546px)and (max-width:1919px) {
    .main-slider {
        height: 540px
    }
}

@media(min-width:1580px)and (max-width:1919px) {
    .main-slider {
        height: 720px
    }

    .sport-lobby .main-slider {
        height: 380px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .main-slider {
        height: 37.2888rem
    }

    .sport-lobby .main-slider {
        height: 26.2402666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .main-slider {
        height: 47.7873333333rem
    }

    .sport-lobby .main-slider {
        height: 42.2306666667rem
    }
}

@media(max-width:768px) {
    .main-slider {
        height: 275px
    }

    .sport-lobby .main-slider {
        height: 360px
    }
}

@media(min-width:577px)and (max-width:768px) {
    .main-slider {
        height: 490px
    }
}

.main-slider__inner .swiper-wrapper {
    display: flex
}

.main-slider-pagination {
    z-index: 3;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 12px
}

.main-slider-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: var(--LIGHT-THEME-PRIMARY-5)
}

.dark .main-slider-pagination .swiper-pagination-bullet {
    background-color: var(--DARK-THEME-PRIMARY-2)
}

.main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--LIGHT-THEME-SECONDARY-2)
}

.dark .main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--DARK-THEME--SECONDARY-2)
}

@media screen and (min-width:769px) {
    .main-slider-pagination {
        display: none
    }
}

.main-slider__pagination {
    position: absolute;
    right: -.3333333333rem;
    bottom: 2.8rem;
    transform: skew(-15deg, 0);
    width: 56.5vw;
    height: 2.6666666667rem;
    background-color: rgba(0, 0, 0, .3);
    pointer-events: none
}

@media(min-width:421px)and (max-width:768px) {
    .main-slider__pagination {
        right: -.6rem;
        bottom: 5.2666666667rem;
        height: 5rem
    }
}

.main-slider__pagination-inner {
    transform: skew(15deg, 0);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding: 0 1rem;
    font-style: italic;
    font-size: .7333333333rem;
    line-height: 1;
    color: #fff;
    letter-spacing: normal
}

@media(min-width:421px)and (max-width:768px) {
    .main-slider__pagination-inner {
        padding: 0 1.8666666667rem;
        font-size: 1.4rem
    }
}

.main-slider-navigate {
    display: none;
    width: 1328px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 40%;
    right: 0;
    z-index: 7
}

.sport-lobby .main-slider-navigate {
    top: 50%;
    width: 100%;
    height: 0
}

@media(min-width:1546px) {
    .sport-lobby .main-slider-navigate {
        max-width: 1280px
    }
}

@media(min-width:1546px)and (max-width:1919px) {
    .main-slider-navigate {
        width: 1328px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .main-slider-navigate {
        width: 91.7028266667rem
    }

    .sport-lobby .main-slider-navigate {
        max-width: 88.3882666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .main-slider-navigate {
        width: 82.2386666667rem
    }

    .sport-lobby .main-slider-navigate {
        max-width: 142.2506666667rem
    }
}

@media screen and (min-width:769px) {
    .main-slider-navigate {
        display: block
    }
}

.main-slider-navigate__next,
.main-slider-navigate__prev {
    position: absolute;
    top: 50%;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    cursor: pointer;
    display: block
}

.sport-lobby .main-slider-navigate__next,
.sport-lobby .main-slider-navigate__prev {
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center
}

@media(min-width:769px)and (max-width:1024px) {

    .main-slider-navigate__next,
    .main-slider-navigate__prev {
        top: -43%
    }
}

@media(max-width:768px) {

    .main-slider-navigate__next,
    .main-slider-navigate__prev {
        display: none
    }
}

.no-touch .main-slider-navigate__next:hover .main-slider-navigate__next-ic,
.no-touch .main-slider-navigate__next:hover .main-slider-navigate__prev-ic,
.no-touch .main-slider-navigate__prev:hover .main-slider-navigate__next-ic,
.no-touch .main-slider-navigate__prev:hover .main-slider-navigate__prev-ic {
    color: #548200
}

.dark .no-touch .main-slider-navigate__next:hover .main-slider-navigate__next-ic,
.dark .no-touch .main-slider-navigate__next:hover .main-slider-navigate__prev-ic,
.dark .no-touch .main-slider-navigate__prev:hover .main-slider-navigate__next-ic,
.dark .no-touch .main-slider-navigate__prev:hover .main-slider-navigate__prev-ic {
    color: #bed753
}

.sport-lobby .no-touch .main-slider-navigate__next:hover .main-slider-navigate__next-ic,
.sport-lobby .no-touch .main-slider-navigate__next:hover .main-slider-navigate__prev-ic,
.sport-lobby .no-touch .main-slider-navigate__prev:hover .main-slider-navigate__next-ic,
.sport-lobby .no-touch .main-slider-navigate__prev:hover .main-slider-navigate__prev-ic {
    color: var(--LIGHT-THEME-SECONDARY-1)
}

.dark .sport-lobby .no-touch .main-slider-navigate__next:hover .main-slider-navigate__next-ic,
.dark .sport-lobby .no-touch .main-slider-navigate__next:hover .main-slider-navigate__prev-ic,
.dark .sport-lobby .no-touch .main-slider-navigate__prev:hover .main-slider-navigate__next-ic,
.dark .sport-lobby .no-touch .main-slider-navigate__prev:hover .main-slider-navigate__prev-ic {
    color: var(--DARK-THEME--SECONDARY-1)
}

.main-slider-navigate__prev {
    left: 0;
    width: 72px;
    text-align: left
}

.sport-lobby .main-slider-navigate__prev {
    justify-content: flex-end
}

@media(min-width:769px)and (max-width:1024px) {
    .main-slider-navigate__prev {
        width: 8.0016rem
    }
}

@media(min-width:1025px) {
    .sport-lobby .main-slider-navigate__prev {
        justify-content: flex-start
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .main-slider-navigate__prev {
        width: 4.97184rem
    }
}

@media(min-width:1546px)and (max-width:1919px) {
    .main-slider-navigate__prev {
        width: 72px
    }
}

.main-slider-navigate__next {
    right: 0;
    width: 72px;
    text-align: right
}

@media(min-width:769px)and (max-width:1024px) {
    .main-slider-navigate__next {
        width: 8.0016rem
    }
}

@media(min-width:1025px) {
    .sport-lobby .main-slider-navigate__next {
        justify-content: flex-end
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .main-slider-navigate__next {
        width: 4.97184rem
    }
}

@media(min-width:1546px)and (max-width:1919px) {
    .main-slider-navigate__next {
        width: 72px
    }
}

.main-slider-navigate__next-ic,
.main-slider-navigate__prev-ic {
    width: auto;
    height: 60px;
    color: #6ea500;
    letter-spacing: normal;
    transition: all .3s ease
}

.dark .main-slider-navigate__next-ic,
.dark .main-slider-navigate__prev-ic {
    color: #97a94c
}

.sport-lobby .main-slider-navigate__next-ic,
.sport-lobby .main-slider-navigate__prev-ic {
    height: 48px;
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .sport-lobby .main-slider-navigate__next-ic,
.dark .sport-lobby .main-slider-navigate__prev-ic {
    color: var(--DARK-THEME-PRIMARY-1)
}

@media(min-width:1546px)and (max-width:1919px) {

    .main-slider-navigate__next-ic,
    .main-slider-navigate__prev-ic {
        height: 62px
    }
}

@media(min-width:1025px)and (max-width:1545px) {

    .main-slider-navigate__next-ic,
    .main-slider-navigate__prev-ic {
        height: 4.2813066667rem
    }

    .sport-lobby .main-slider-navigate__next-ic,
    .sport-lobby .main-slider-navigate__prev-ic {
        height: 3.31456rem
    }
}

@media(min-width:769px)and (max-width:1024px) {

    .main-slider-navigate__next-ic,
    .main-slider-navigate__prev-ic {
        height: 5.5566666667rem
    }

    .sport-lobby .main-slider-navigate__next-ic,
    .sport-lobby .main-slider-navigate__prev-ic {
        height: 5.3344rem
    }
}

.main-slider__item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateZ(0) !important;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    opacity: 0 !important;
    pointer-events: none
}

.swiper-slide-active {
    opacity: 1 !important;
    z-index: 2;
    pointer-events: auto
}

.swiper-slide-duplicate-active {
    z-index: 0;
    transition: none
}

@media screen and (min-width:769px) {

    .swiper-slide-active .main-slider-anim-1,
    .swiper-slide-active .main-slider-anim-2,
    .swiper-slide-duplicate-active .main-slider-anim-1,
    .swiper-slide-duplicate-active .main-slider-anim-2 {
        transform: translateZ(0);
        opacity: 1
    }
}

.swiper-slide-duplicate-next,
.swiper-slide-duplicate-prev,
.swiper-slide-next,
.swiper-slide-prev {
    z-index: 1
}

@media screen and (min-width:769px) {
    .main-slider-anim-1 {
        transition: transform .4s ease-in, opacity .4s ease-in
    }
}

@media screen and (min-width:769px) {

    .main-slider-anim-1,
    .main-slider-anim-2 {
        transform: translate3d(-100px, 0, 0);
        opacity: 0
    }

    .main-slider-anim-2 {
        transition: transform .4s ease-in .1s, opacity .4s ease-in .1s
    }
}

.sport-lobby .main-slider__item-text-wr {
    padding: 32px 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media(max-width:768px) {
    .sport-lobby .main-slider__item-text-wr {
        padding: 0;
        justify-content: flex-start
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .sport-lobby .main-slider__item-text-wr {
        padding: 2.6672rem 0
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .sport-lobby .main-slider__item-text-wr {
        padding: 2.2097066667rem 0
    }
}

.main-slider__item-img-wr {
    z-index: 9;
    flex: 0 0;
    display: flex;
    align-items: center
}

html[lang=ja] .main-slider__item-img-wr {
    visibility: hidden
}

@media(max-width:768px) {
    .main-slider__item-img-wr {
        margin-bottom: 16px;
        justify-content: center
    }
}

.main-slider__item-img {
    width: auto;
    height: 100%;
    object-fit: contain
}

@media(max-width:768px) {
    .main-slider__item-img {
        height: 160px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .main-slider__item-img {
        height: 80%
    }
}

.main-slider__item-content {
    height: 100%;
    width: 1328px;
    position: relative;
    z-index: 5;
    padding: 140px 70px 0;
    margin: 0 auto;
    text-align: left
}

.sport-lobby .main-slider__item-content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 112px;
    display: flex;
    justify-content: space-between
}

@media(min-width:1546px) {
    .sport-lobby .main-slider__item-content {
        max-width: 1280px;
        padding: 0 112px
    }
}

@media(min-width:1546px)and (max-width:1919px) {
    .main-slider__item-content {
        width: 1328px;
        padding: 80px 70px 0
    }
}

@media(min-width:1580px)and (max-width:1919px) {
    .main-slider__item-content {
        width: 1328px;
        padding: 140px 70px 0
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .main-slider__item-content {
        width: 91.7028266667rem;
        padding: 5.5242666667rem 4.8337333333rem 0
    }

    .sport-lobby .main-slider__item-content {
        max-width: 88.3882666667rem;
        padding: 0 7.7339733333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .main-slider__item-content {
        width: 82.2386666667rem;
        padding: 4.4453333333rem 4.4453333333rem 0
    }

    .sport-lobby .main-slider__item-content {
        max-width: 142.2506666667rem;
        padding: 0 12.4469333333rem
    }
}

@media(max-width:768px) {
    .main-slider__item-content {
        padding: 20px 20px 120px;
        width: 100%;
        text-align: center
    }

    .sport-lobby .main-slider__item-content {
        padding: 20px 12px;
        flex-direction: column-reverse;
        justify-content: flex-end
    }
}

.main-slider__item-bg-wr {
    overflow: hidden
}

.main-slider__item-bg,
.main-slider__item-bg-wr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.main-slider__item-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.main-slider__item-subtitle {
    font-weight: 600;
    font-size: 48px;
    line-height: .94;
    letter-spacing: -2.07px;
    color: #292925
}

.dark .main-slider__item-subtitle {
    color: #fff
}

@media(min-width:1546px)and (max-width:1919px) {
    .main-slider__item-subtitle {
        font-size: 30px;
        letter-spacing: -2.07px
    }
}

@media(min-width:1580px)and (max-width:1919px) {
    .main-slider__item-subtitle {
        font-size: 48px;
        letter-spacing: -2.07px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .main-slider__item-subtitle {
        font-size: 2.0716rem;
        letter-spacing: -.1429404rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .main-slider__item-subtitle {
        font-size: 3.334rem;
        letter-spacing: -.230046rem
    }
}

@media(max-width:768px) {
    .main-slider__item-subtitle {
        font-size: 21px;
        line-height: 25px;
        letter-spacing: -.9px;
        color: #292925
    }
}

.main-slider__item-title {
    min-height: 32px;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 62px;
    line-height: 1;
    color: #548200;
    letter-spacing: -2.67px;
    text-shadow: 1px 1px 0 #121c00
}

html[lang=ja] .main-slider__item-title {
    min-height: 0
}

.dark .main-slider__item-title {
    color: #bed753;
    text-shadow: 1px 1px 0 #889f25
}

.sport-lobby .main-slider__item-title {
    letter-spacing: normal;
    text-shadow: none;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .sport-lobby .main-slider__item-title {
    color: var(--DARK-THEME-PRIMARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .sport-lobby .main-slider__item-title {
        font-size: 5.3344rem;
        line-height: 5.7789333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .sport-lobby .main-slider__item-title {
        font-size: 3.31456rem;
        line-height: 3.5907733333rem
    }
}

@media(min-width:1546px) {
    .sport-lobby .main-slider__item-title {
        font-size: 48px;
        line-height: 52px
    }
}

@media(min-width:1546px)and (max-width:1919px) {
    .main-slider__item-title {
        margin-bottom: 15px;
        font-size: 42px;
        letter-spacing: -2.67px;
        text-shadow: 1px 1px 0 #121c00
    }
}

@media(min-width:1580px)and (max-width:1919px) {
    .main-slider__item-title {
        margin-bottom: 30px;
        font-size: 62px;
        letter-spacing: -2.67px;
        text-shadow: 1px 1px 0 #121c00
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .main-slider__item-title {
        margin-bottom: 1.0358rem;
        font-size: 2.90024rem;
        letter-spacing: -.1843724rem;
        text-shadow: .0690533333rem .0690533333rem 0 #121c00
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .main-slider__item-title {
        font-size: 4.6676rem;
        letter-spacing: -.296726rem
    }
}

@media(max-width:768px) {
    .main-slider__item-title {
        margin-bottom: 4px;
        font-size: 26px;
        line-height: 25px;
        letter-spacing: -1.12px;
        text-shadow: 1px 1px 1px #121c00
    }

    .sport-lobby .main-slider__item-title {
        margin-bottom: 8px
    }
}

.main-slider__item-text {
    min-height: 25px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.21;
    letter-spacing: -.51px;
    color: #525d4e;
    margin-bottom: 10px
}

html[lang=ja] .main-slider__item-text {
    min-height: 0
}

.sport-lobby .main-slider__item-text {
    letter-spacing: normal;
    text-shadow: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .sport-lobby .main-slider__item-text {
    color: var(--DARK-THEME-PRIMARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .sport-lobby .main-slider__item-text {
        font-size: 3.1117333333rem;
        line-height: 3.5562666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .sport-lobby .main-slider__item-text {
        font-size: 1.9334933333rem;
        line-height: 2.2097066667rem
    }
}

@media(min-width:1546px) {
    .sport-lobby .main-slider__item-text {
        font-size: 28px;
        line-height: 32px
    }
}

.dark .main-slider__item-text {
    color: hsla(0, 0%, 100%, .7)
}

@media(min-width:1546px)and (max-width:1919px) {
    .main-slider__item-text {
        margin-bottom: 10px;
        font-size: 28px;
        letter-spacing: -.51px
    }
}

@media(min-width:1580px)and (max-width:1919px) {
    .main-slider__item-text {
        font-size: 28px;
        letter-spacing: -.51px;
        margin-bottom: 10px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .main-slider__item-text {
        margin-bottom: .6905333333rem;
        font-size: 1.9334933333rem;
        letter-spacing: -.0352172rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .main-slider__item-text {
        font-size: 2.5560666667rem;
        letter-spacing: -.056678rem;
        margin-bottom: 1.1113333333rem
    }
}

@media(max-width:768px) {
    .main-slider__item-text {
        font-size: 16px;
        line-height: 21px;
        letter-spacing: -.3px;
        margin-bottom: 5px;
        color: #292925
    }

    .sport-lobby .main-slider__item-text {
        margin-bottom: 12px
    }
}

.main-slider__item-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 16px 47px;
    margin-top: 30px;
    border-radius: 30px;
    z-index: 5
}

.sport-lobby .main-slider__item-btn {
    height: 44px;
    padding: 0 16px;
    border-radius: 6px;
    background-color: var(--LIGHT-THEME-SECONDARY-2);
    transition: all .3s ease;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .sport-lobby .main-slider__item-btn {
    color: var(--DARK-THEME-BACKGROUND)
}

@media(min-width:769px)and (max-width:1024px) {
    .sport-lobby .main-slider__item-btn {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .sport-lobby .main-slider__item-btn {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

.dark .sport-lobby .main-slider__item-btn {
    background-color: var(--DARK-THEME--SECONDARY-2)
}

.no-touch .sport-lobby .main-slider__item-btn:enabled:hover {
    background-color: var(--LIGHT-THEME-SECONDARY-1)
}

.dark .no-touch .sport-lobby .main-slider__item-btn:enabled:hover {
    background-color: var(--DARK-THEME--SECONDARY-1)
}

html[lang=ja] .sport-lobby .main-slider__item-btn {
    margin-top: 0
}

@media(min-width:1546px) {
    html[lang=ja] .sport-lobby .main-slider__item-btn {
        top: -104px
    }
}

@media(min-width:1546px)and (max-width:1919px) {
    .main-slider__item-btn {
        font-size: 16px;
        margin-top: 10px;
        padding: 16px 47px;
        border-radius: 30px
    }
}

@media(min-width:1580px)and (max-width:1919px) {
    .main-slider__item-btn {
        font-size: 16px;
        padding: 16px 47px;
        margin-top: 30px;
        border-radius: 30px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .main-slider__item-btn {
        font-size: 1.1048533333rem;
        margin-top: .6905333333rem;
        padding: 1.1048533333rem 3.2455066667rem;
        border-radius: 2.0716rem
    }

    .sport-lobby .main-slider__item-btn {
        height: 3.0383466667rem;
        padding: 0 1.1048533333rem;
        border-radius: .41432rem
    }

    html[lang=ja] .sport-lobby .main-slider__item-btn {
        top: -7.1815466667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .main-slider__item-btn {
        font-size: 1.7781333333rem;
        padding: 1.1113333333rem 5.4455333333rem;
        margin-top: 1.1113333333rem;
        border-radius: 3.334rem
    }

    .sport-lobby .main-slider__item-btn {
        height: 4.8898666667rem;
        padding: 0 1.7781333333rem;
        border-radius: .6668rem
    }

    html[lang=ja] .sport-lobby .main-slider__item-btn {
        top: -11.5578666667rem
    }
}

@media(max-width:768px) {
    .main-slider__item-btn {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        min-width: 170px;
        margin: 0 auto;
        padding: 9px 25px;
        font-size: 14px;
        border-radius: 30px
    }

    .sport-lobby .main-slider__item-btn {
        position: static;
        width: 100%;
        transform: translateZ(0)
    }

    html[lang=ja] .sport-lobby .main-slider__item-btn {
        margin-top: 56px
    }
}

@media(min-width:577px)and (max-width:768px) {
    .main-slider__item-btn {
        bottom: 50px
    }
}

.main-slider__item-artboard {
    position: absolute;
    left: -1%;
    bottom: -3px;
    z-index: 1;
    width: 102%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100%;
    pointer-events: none
}

@media(max-width:768px) {
    .main-slider__item-artboard {
        position: absolute;
        bottom: -2px;
        width: 102%
    }
}

.artboard-basic {
    background-image: url(artboard-banner-basic.svg)
}

.artboard-dark {
    background-image: url(../images/zdZInloJ4EYN.svg)
}

.main-slider__item-btn-ic {
    display: inline-block;
    width: auto;
    height: 8px;
    opacity: .7
}

.promo-cards {
    z-index: 1;
    position: relative;
    padding: 0 12px 40px;
    background-color: var(--LIGHT-THEME-SECONDARY-5)
}

.dark .promo-cards {
    background-color: var(--DARK-THEME-PRIMARY-5)
}

@media(min-width:769px)and (max-width:1024px) {
    .promo-cards {
        padding: 0 2.6672rem 4.4453333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .promo-cards {
        padding: 0 1.65728rem 2.7621333333rem
    }
}

@media(min-width:1546px) {
    .promo-cards {
        padding: 0 0 40px
    }
}

.promo-cards__title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
    color: var(--LIGHT-THEME-PRIMARY-1)
}

.dark .promo-cards__title {
    color: var(--DARK-THEME--SECONDARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .promo-cards__title {
        margin-bottom: 2.6672rem;
        font-size: 3.1117333333rem;
        line-height: 3.5562666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .promo-cards__title {
        margin-bottom: 1.65728rem;
        font-size: 1.9334933333rem;
        line-height: 2.2097066667rem
    }
}

@media(min-width:1546px) {
    .promo-cards__title {
        margin-bottom: 32px;
        font-size: 48px;
        line-height: 52px
    }
}

.promo-cards__wave {
    position: absolute;
    z-index: -1;
    top: 1px;
    left: 0;
    width: 100%;
    transform: translate3d(0, -100%, 0)
}

.promo-cards__cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px 0
}

@media(min-width:577px)and (max-width:768px) {
    .promo-cards__cards {
        gap: 16px 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .promo-cards__cards {
        gap: 1.7781333333rem 0
    }
}

@media(min-width:1025px) {
    .promo-cards__cards {
        max-width: 91.7028266667rem;
        margin: 0 auto;
        gap: 0
    }
}

@media(min-width:1546px) {
    .promo-cards__cards {
        max-width: 1328px;
        gap: 32px;
        flex-wrap: nowrap
    }
}

.promo-cards__card {
    width: calc(50% - 4px);
    border-radius: 12px;
    background-color: var(--LIGHT-THEME-PRIMARY-6);
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .16);
    text-align: center
}

.dark .promo-cards__card {
    background-color: var(--DARK-THEME-BACKGROUND)
}

@media(min-width:577px)and (max-width:768px) {
    .promo-cards__card {
        width: calc(50% - 8px);
        border-radius: 16px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .promo-cards__card {
        width: calc(25% - .88907rem);
        border-radius: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .promo-cards__card {
        width: calc(25% - .55243rem);
        border-radius: 1.1048533333rem
    }
}

@media(min-width:1546px) {
    .promo-cards__card {
        width: auto;
        flex: 1 1 100%;
        border-radius: 20px
    }
}

.promo-cards__card-inner {
    height: 100%;
    padding: 12px;
    display: flex;
    flex-direction: column
}

@media(min-width:577px)and (max-width:768px) {
    .promo-cards__card-inner {
        padding: 20px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .promo-cards__card-inner {
        padding: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .promo-cards__card-inner {
        padding: 1.3810666667rem
    }
}

@media(min-width:1546px) {
    .promo-cards__card-inner {
        padding: 24px
    }
}

.promo-cards__card-img-wr {
    width: 64px;
    margin: 0 auto 8px;
    transition: transform .3s ease
}

.no-touch .promo-cards__card:hover .promo-cards__card-img-wr {
    transform: scale(1.12)
}

@media(min-width:577px)and (max-width:768px) {
    .promo-cards__card-img-wr {
        width: 120px;
        margin: 0 auto 16px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .promo-cards__card-img-wr {
        width: 13.336rem;
        margin: 0 auto 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .promo-cards__card-img-wr {
        width: 8.2864rem;
        margin: 0 auto 1.1048533333rem
    }
}

@media(min-width:1546px) {
    .promo-cards__card-img-wr {
        width: 160px;
        margin: 0 auto 24px
    }
}

.promo-cards__card-title {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: var(--LIGHT-THEME-PRIMARY-2)
}

.dark .promo-cards__card-title {
    color: var(--LIGHT-THEME-PRIMARY-6)
}

@media(min-width:577px)and (max-width:768px) {
    .promo-cards__card-title {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 28px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .promo-cards__card-title {
        margin-bottom: .8890666667rem;
        font-size: 2.2226666667rem;
        line-height: 3.1117333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .promo-cards__card-title {
        margin-bottom: .5524266667rem;
        font-size: 1.3810666667rem;
        line-height: 1.9334933333rem
    }
}

@media(min-width:1546px) {
    .promo-cards__card-title {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 28px
    }
}

.promo-cards__card-text {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: var(--LIGHT-THEME-PRIMARY-4)
}

.dark .promo-cards__card-text {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:577px)and (max-width:768px) {
    .promo-cards__card-text {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 20px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .promo-cards__card-text {
        margin-bottom: 2.6672rem;
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .promo-cards__card-text {
        margin-bottom: 1.65728rem;
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

@media(min-width:1546px) {
    .promo-cards__card-text {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 20px
    }
}

.promo-cards__card-btn-wr {
    margin-right: auto
}

.promo-cards__card-btn {
    min-height: 44px;
    margin-top: auto;
    padding: 0 16px;
    border-radius: 6px;
    font-size: 12px;
    white-space: normal;
    background-color: var(--LIGHT-THEME-SECONDARY-2)
}

.no-touch .promo-cards__card-btn:enabled:hover {
    background-color: var(--LIGHT-THEME-SECONDARY-1)
}

.dark .no-touch .promo-cards__card-btn:enabled:hover {
    background-color: var(--DARK-THEME--SECONDARY-1)
}

.promo-cards__card-btn:active,
.promo-cards__card-btn:focus {
    background-color: var(--LIGHT-THEME-SECONDARY-3)
}

.dark .promo-cards__card-btn {
    color: var(--DARK-THEME-PRIMARY-6);
    background-color: var(--DARK-THEME--SECONDARY-2)
}

.dark .promo-cards__card-btn:active,
.dark .promo-cards__card-btn:focus {
    background-color: var(--DARK-THEME--SECONDARY-3)
}

@media(min-width:577px)and (max-width:768px) {
    .promo-cards__card-btn {
        min-width: 130px;
        width: auto;
        margin: auto auto 0;
        padding: 0 16px;
        font-size: 16px
    }
}

@media screen and (min-width:769px) {
    .promo-cards__card-btn {
        margin: auto auto 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .promo-cards__card-btn {
        min-width: 14.4473333333rem;
        min-height: 4.8898666667rem;
        padding: 0 1.7781333333rem;
        border-radius: .6668rem;
        font-size: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .promo-cards__card-btn {
        min-width: 8.9769333333rem;
        min-height: 3.0383466667rem;
        padding: 0 1.1048533333rem;
        border-radius: .41432rem;
        font-size: 1.1048533333rem
    }
}

@media(min-width:1546px) {
    .promo-cards__card-btn {
        min-width: 130px;
        min-height: 44px;
        padding: 0 16px;
        border-radius: 6px;
        font-size: 16px
    }
}

.timer-block {
    display: flex;
    line-height: 0;
    letter-spacing: -4px;
    font-size: 1em
}

.payment-balance__timer-wr .timer-block {
    margin-bottom: 2px
}

.lotteries-list__item .timer-block,
.tournaments-list__item .timer-block {
    justify-content: center;
    font-size: 1.1111111111em;
    color: #525d4e
}

.dark .lotteries-list__item .timer-block,
.dark .tournaments-list__item .timer-block {
    background-color: #383d41;
    color: hsla(0, 0%, 100%, .8)
}

.lotteries-list__item--end .timer-block,
.tournaments-list__item--end .timer-block {
    display: none
}

@media(min-width:769px)and (max-width:1024px) {
    .payment-balance__timer-wr .timer-block {
        margin-bottom: .2222666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .payment-balance__timer-wr .timer-block {
        margin-bottom: .1381066667rem
    }
}

.profile-lottery-ticket__bottom-timer .timer-block__item.day {
    padding-right: 10px
}

.profile-promotions__item-bottom-timer .timer-block__item.day {
    padding-right: 5px
}

.lotteries-list__item .timer-block__item.min,
.lotteries-list__item .timer-block__item.sec,
.tournaments-list__item .timer-block__item.min,
.tournaments-list__item .timer-block__item.sec {
    width: 1.2em
}

.lotteries-list__item .timer-block__item.min:after,
.lotteries-list__item .timer-block__item.sec:after,
.tournaments-list__item .timer-block__item.min:after,
.tournaments-list__item .timer-block__item.sec:after {
    content: ":";
    position: absolute;
    right: calc(100% + .65em);
    top: 50%;
    transform: translateY(-55%);
    display: inline-block;
    font-weight: 700;
    font-size: 1em;
    line-height: 1;
    color: #9ea097
}

.play-widget__item-freespins-info__timer .timer-block__item.hour:after,
.play-widget__item-freespins-info__timer .timer-block__item.min:after {
    content: ":";
    position: relative;
    right: -.1666666667rem;
    bottom: 0;
    display: inline-block;
    font-weight: 600;
    font-size: .8888888889rem;
    line-height: 1;
    color: #df1f3d
}

.lotteries-list__item .timer-block__item,
.tournaments-list__item .timer-block__item {
    position: relative;
    height: auto;
    margin-right: 1.2em
}

.lotteries-list__item .timer-block__item:last-child,
.tournaments-list__item .timer-block__item:last-child {
    margin-right: 0
}

.lotteries-list__item .timer-block__item:before,
.tournaments-list__item .timer-block__item:before {
    display: none
}

.tournament .timer-block__item {
    width: 2.9em;
    margin-right: 1em;
    text-align: left
}

.tournament .timer-block__item>div {
    position: relative
}

.tournament .timer-block__item:last-child {
    margin-left: 1em;
    margin-right: 0
}

.tournament .timer-block__item.min {
    margin-left: 1em
}

.play-widget__item-freespins-info__timer .timer-block__item {
    position: relative;
    display: flex;
    align-items: baseline;
    height: auto;
    margin-right: .6em
}

.play-tournaments__item-timer .timer-block__item {
    position: relative;
    width: 2.3338rem;
    margin-right: .5556666667rem
}

.play-tournaments__item-timer .timer-block__item.day {
    width: auto
}

.play-tournaments__item-timer .timer-block__item.min:before,
.play-tournaments__item-timer .timer-block__item.sec:before {
    content: ":";
    position: absolute;
    left: -.4445333333rem;
    top: 0;
    font-weight: 600;
    font-size: 1.667rem;
    line-height: 1
}

.play-tournaments__item-timer .timer-block__item:last-child {
    margin-right: 0
}

.sport-lobby-promotions__timer-wr .timer-block__item,
.swipe-slider__timer-item-wr .timer-block__item {
    position: relative;
    transform: translate(0);
    width: 40px;
    height: 42px;
    margin-right: 5px
}

.sport-lobby-promotions__timer-wr .timer-block__item:before,
.swipe-slider__timer-item-wr .timer-block__item:before {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 9px
}

.sport-lobby-promotions__timer-wr .timer-block__item:last-child,
.swipe-slider__timer-item-wr .timer-block__item:last-child {
    margin-right: 0
}

.swipe-slider__timer-item-wr .timer-block__item:before {
    box-shadow: 0 5px 10px 0 rgba(28, 30, 26, .29);
    background-color: #9ea097
}

.sport-lobby-promotions__timer-wr .timer-block__item:before {
    box-shadow: none;
    background-color: var(--LIGHT-THEME-BACKGROUND)
}

.dark .sport-lobby-promotions__timer-wr .timer-block__item:before {
    background-color: var(--DARK-THEME-PRIMARY-5)
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-lottery-ticket__bottom-timer .timer-block__item.day {
        padding-right: 1.667rem
    }

    .profile-promotions__item-bottom-timer .timer-block__item.day {
        padding-right: .5556666667rem
    }

    .tournament .timer-block__item {
        width: 7.2236666667rem
    }

    .swipe-slider__timer-item-wr .timer-block__item {
        width: 5.3344rem;
        height: 5.7789333333rem;
        margin-right: .6668rem
    }

    .swipe-slider__timer-item-wr .timer-block__item:before {
        left: .2222666667rem;
        right: .2222666667rem;
        top: .2222666667rem;
        bottom: .2222666667rem;
        box-shadow: 0 .5556666667rem 1.1113333333rem 0 rgba(28, 30, 26, .29);
        border-radius: 1.0002rem
    }

    .sport-lobby-promotions__timer-wr .timer-block__item {
        width: 4.4453333333rem;
        height: 4.6676rem;
        margin-right: .5556666667rem
    }

    .sport-lobby-promotions__timer-wr .timer-block__item:before {
        left: .2222666667rem;
        right: .2222666667rem;
        top: .2222666667rem;
        bottom: .2222666667rem;
        box-shadow: none;
        border-radius: 1.0002rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {

    .profile-lottery-ticket__bottom-timer .timer-block__item.day,
    .profile-promotions__item-bottom-timer .timer-block__item.day {
        padding-right: 1.0358rem
    }

    .tournament .timer-block__item {
        width: 5.5242666667rem
    }

    .play-tournaments__item-timer .timer-block__item {
        width: 1.65728rem;
        margin-right: .3888888889rem
    }

    .play-tournaments__item-timer .timer-block__item.min:before,
    .play-tournaments__item-timer .timer-block__item.sec:before {
        left: -.3333333333rem;
        font-size: 1.1111111111rem
    }

    .play-tournaments__item-timer .timer-block__item:last-child {
        margin-right: 0
    }

    .swipe-slider__timer-item-wr .timer-block__item {
        width: 3.31456rem;
        height: 3.5907733333rem;
        margin-right: .41432rem
    }

    .swipe-slider__timer-item-wr .timer-block__item:before {
        left: .1381066667rem;
        right: .1381066667rem;
        top: .1381066667rem;
        bottom: .1381066667rem;
        box-shadow: 0 .3452666667rem .6905333333rem 0 rgba(28, 30, 26, .29);
        border-radius: .62148rem
    }

    .sport-lobby-promotions__timer-wr .timer-block__item {
        width: 2.7621333333rem;
        height: 2.90024rem;
        margin-right: .3452666667rem
    }

    .sport-lobby-promotions__timer-wr .timer-block__item:before {
        left: .1381066667rem;
        right: .1381066667rem;
        top: .1381066667rem;
        bottom: .1381066667rem;
        box-shadow: none;
        border-radius: .62148rem
    }
}

@media(min-width:1546px) {

    .profile-lottery-ticket__bottom-timer .timer-block__item.day,
    .profile-promotions__item-bottom-timer .timer-block__item.day {
        padding-right: 15px
    }

    .tournament .timer-block__item {
        width: 80px
    }

    .play-tournaments__item-timer .timer-block__item {
        width: 24px;
        margin-right: .4444444444rem
    }

    .play-tournaments__item-timer .timer-block__item.min:before,
    .play-tournaments__item-timer .timer-block__item.sec:before {
        left: -.3333333333rem;
        font-size: 1.1111111111rem
    }

    .play-tournaments__item-timer .timer-block__item:last-child {
        margin-right: 0
    }

    .swipe-slider__timer-item-wr .timer-block__item {
        width: 48px;
        height: 52px;
        margin-right: 6px
    }
}

.sport-lobby-promotions__timer-wr .timer-block__item-bottom,
.sport-lobby-promotions__timer-wr .timer-block__item-top,
.swipe-slider__timer-item-wr .timer-block__item-bottom,
.swipe-slider__timer-item-wr .timer-block__item-top {
    position: absolute;
    width: 100%;
    height: 20px
}

.swipe-slider__timer-item-wr .timer-block__item-bottom,
.swipe-slider__timer-item-wr .timer-block__item-top {
    background-color: #f2f2f2
}

.sport-lobby-promotions__timer-wr .timer-block__item-bottom,
.sport-lobby-promotions__timer-wr .timer-block__item-top {
    background-color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .sport-lobby-promotions__timer-wr .timer-block__item-bottom,
.dark .sport-lobby-promotions__timer-wr .timer-block__item-top {
    background-color: var(--DARK-THEME-PRIMARY-6)
}

@media screen and (min-width:769px) {

    .swipe-slider__timer-item-wr .timer-block__item-bottom,
    .swipe-slider__timer-item-wr .timer-block__item-top {
        background-color: #fff
    }
}

@media(min-width:769px)and (max-width:1024px) {

    .swipe-slider__timer-item-wr .timer-block__item-bottom,
    .swipe-slider__timer-item-wr .timer-block__item-top {
        height: 2.7783333333rem
    }

    .sport-lobby-promotions__timer-wr .timer-block__item-bottom,
    .sport-lobby-promotions__timer-wr .timer-block__item-top {
        height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {

    .swipe-slider__timer-item-wr .timer-block__item-bottom,
    .swipe-slider__timer-item-wr .timer-block__item-top {
        height: 1.7263333333rem
    }

    .sport-lobby-promotions__timer-wr .timer-block__item-bottom,
    .sport-lobby-promotions__timer-wr .timer-block__item-top {
        height: 1.3810666667rem
    }
}

@media(min-width:1546px) {

    .swipe-slider__timer-item-wr .timer-block__item-bottom,
    .swipe-slider__timer-item-wr .timer-block__item-top {
        height: 25px
    }
}

.sport-lobby-promotions__timer-wr .timer-block__item-top,
.swipe-slider__timer-item-wr .timer-block__item-top {
    top: 0;
    z-index: 3;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px
}

@media(min-width:769px)and (max-width:1024px) {
    .swipe-slider__timer-item-wr .timer-block__item-top {
        border-top-left-radius: 1.0002rem;
        border-top-right-radius: 1.0002rem
    }

    .sport-lobby-promotions__timer-wr .timer-block__item-top {
        border-top-left-radius: .7779333333rem;
        border-top-right-radius: .7779333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .swipe-slider__timer-item-wr .timer-block__item-top {
        border-top-left-radius: .62148rem;
        border-top-right-radius: .62148rem
    }

    .sport-lobby-promotions__timer-wr .timer-block__item-top {
        border-top-left-radius: .4833733333rem;
        border-top-right-radius: .4833733333rem
    }
}

@media(min-width:1546px) {
    .swipe-slider__timer-item-wr .timer-block__item-top {
        border-top-left-radius: 9px;
        border-top-right-radius: 9px
    }
}

.sport-lobby-promotions__timer-wr .timer-block__item-bottom,
.swipe-slider__timer-item-wr .timer-block__item-bottom {
    bottom: 0;
    z-index: 5;
    transform-origin: top;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px
}

.sport-lobby-promotions__timer-wr .timer-block__item-bottom.airflip,
.swipe-slider__timer-item-wr .timer-block__item-bottom.airflip {
    animation: airflipAnimation .2s linear
}

@media(min-width:769px)and (max-width:1024px) {
    .swipe-slider__timer-item-wr .timer-block__item-bottom {
        border-bottom-left-radius: 1.0002rem;
        border-bottom-right-radius: 1.0002rem
    }

    .sport-lobby-promotions__timer-wr .timer-block__item-bottom {
        border-bottom-left-radius: .7779333333rem;
        border-bottom-right-radius: .7779333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .swipe-slider__timer-item-wr .timer-block__item-bottom {
        border-bottom-left-radius: .62148rem;
        border-bottom-right-radius: .62148rem
    }

    .sport-lobby-promotions__timer-wr .timer-block__item-bottom {
        border-bottom-left-radius: .4833733333rem;
        border-bottom-right-radius: .4833733333rem
    }
}

@media(min-width:1546px) {
    .swipe-slider__timer-item-wr .timer-block__item-bottom {
        border-bottom-left-radius: 9px;
        border-bottom-right-radius: 9px
    }
}

@keyframes airflipAnimation {
    0% {
        transform: perspective(150px) rotateX(90deg)
    }

    to {
        transform: perspective(150px) rotateX(0deg)
    }
}

.timer-block__count {
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.27px;
    color: #f2f2f2;
    text-align: center;
    font-size: 36.10152342px
}

@media screen and (min-width:320px) {
    .timer-block__count {
        font-size: calc(31.6261px + 1.39857vw)
    }
}

@media screen and (min-width:1920px) {
    .timer-block__count {
        font-size: 58.4786475px
    }
}

.profile-lottery-ticket__bottom-timer .timer-block__count {
    display: inline-block;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -.47px;
    color: #fff
}

.profile-promotions__item-bottom-timer .timer-block__count {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -.23px;
    color: #969e8f
}

.dark .profile-promotions__item-bottom-timer .timer-block__count {
    color: #d7d8d9
}

.table-tabsbox__timer .timer-block__count {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -.23px;
    color: var(--COMMON-SYSTEM-RED)
}

.payment-balance__timer-wr .timer-block__count {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    color: #df2244
}

.lotteries-list__item .timer-block__count,
.tournaments-list__item .timer-block__count {
    font-size: 1em;
    color: inherit
}

.tournament .timer-block__count {
    font-weight: 600;
    color: #6ea500
}

.dark .tournament .timer-block__count {
    color: #97a94c
}

.tournament .timer-block__item.min .timer-block__count,
.tournament .timer-block__item:last-child .timer-block__count {
    position: relative
}

.tournament .timer-block__item.min .timer-block__count:before,
.tournament .timer-block__item:last-child .timer-block__count:before {
    content: ":";
    position: absolute;
    top: 0;
    right: calc(100% + .21em)
}

.tournament .timer-block__item.min .timer-block__count:before {
    display: none
}

.play-widget__item-freespins-info__timer .timer-block__count {
    font-weight: 600;
    font-size: 1.2222222222rem;
    letter-spacing: -1.47px;
    color: #df1f3d
}

.sport-lobby-promotions__timer-wr .timer-block__item-top .timer-block__count,
.swipe-slider__timer-item-wr .timer-block__item-top .timer-block__count {
    position: relative;
    top: 0;
    height: 20px
}

.sport-lobby-promotions__timer-wr .timer-block__item-bottom .timer-block__count,
.swipe-slider__timer-item-wr .timer-block__item-bottom .timer-block__count {
    overflow: hidden;
    position: relative;
    top: 0;
    height: 17px
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-lottery-ticket__bottom-timer .timer-block__count {
        font-size: 3.1117333333rem;
        letter-spacing: -.0522326667rem
    }

    .profile-promotions__item-bottom-timer .timer-block__count {
        font-size: 2.3338rem;
        letter-spacing: -.0388966667rem
    }

    .table-tabsbox__timer .timer-block__count {
        font-size: 2.0004rem;
        letter-spacing: -.030006rem
    }

    .payment-balance__timer-wr .timer-block__count {
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }

    .swipe-slider__timer-item-wr .timer-block__item-bottom .timer-block__count,
    .swipe-slider__timer-item-wr .timer-block__item-top .timer-block__count {
        height: 2.7783333333rem
    }

    .sport-lobby-promotions__timer-wr .timer-block__item-top .timer-block__count {
        height: 2.2226666667rem
    }

    .sport-lobby-promotions__timer-wr .timer-block__item-bottom .timer-block__count {
        height: 1.8892666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {

    .profile-lottery-ticket__bottom-timer .timer-block__count,
    .profile-promotions__item-bottom-timer .timer-block__count {
        font-size: 1.9334933333rem;
        letter-spacing: -.0324550667rem
    }

    .table-tabsbox__timer .timer-block__count {
        font-size: 1.45012rem;
        letter-spacing: -.020716rem
    }

    .payment-balance__timer-wr .timer-block__count {
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }

    .swipe-slider__timer-item-wr .timer-block__item-bottom .timer-block__count,
    .swipe-slider__timer-item-wr .timer-block__item-top .timer-block__count {
        height: 1.7263333333rem
    }

    .sport-lobby-promotions__timer-wr .timer-block__item-top .timer-block__count {
        height: 1.3810666667rem
    }

    .sport-lobby-promotions__timer-wr .timer-block__item-bottom .timer-block__count {
        height: 1.1739066667rem
    }
}

@media(min-width:1546px) {
    .profile-promotions__item-bottom-timer .timer-block__count {
        font-size: 28px;
        letter-spacing: -.47px
    }

    .table-tabsbox__timer .timer-block__count {
        font-size: 21px;
        letter-spacing: -.3px
    }

    .swipe-slider__timer-item-wr .timer-block__item-bottom .timer-block__count,
    .swipe-slider__timer-item-wr .timer-block__item-top .timer-block__count {
        height: 25px
    }
}

.lotteries-list__item .timer-block__count-inner,
.tournaments-list__item .timer-block__count-inner {
    position: relative;
    font-weight: 600;
    font-size: 1em
}

.play-tournaments__item-timer .timer-block__count-inner {
    font-weight: 600;
    font-size: 1.667rem;
    line-height: 1;
    letter-spacing: normal;
    white-space: nowrap
}

.sport-lobby-promotions__timer-wr .timer-block__count-inner,
.swipe-slider__timer-item-wr .timer-block__count-inner {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    letter-spacing: .61px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swipe-slider__timer-item-wr .timer-block__count-inner {
    color: #6ea500
}

.dark .swipe-slider__timer-item-wr .timer-block__count-inner {
    color: #97a94c
}

.sport-lobby-promotions__timer-wr .timer-block__count-inner {
    color: var(--LIGHT-THEME-SECONDARY-2)
}

.dark .sport-lobby-promotions__timer-wr .timer-block__count-inner {
    color: var(--DARK-THEME--SECONDARY-2)
}

.sport-lobby-promotions__timer-wr .timer-block__item-top .timer-block__count-inner,
.swipe-slider__timer-item-wr .timer-block__item-top .timer-block__count-inner {
    bottom: -11px
}

html[lang=ja] .sport-lobby-promotions__timer-wr .timer-block__item-top .timer-block__count-inner,
html[lang=ja] .swipe-slider__timer-item-wr .timer-block__item-top .timer-block__count-inner {
    bottom: -9px
}

.sport-lobby-promotions__timer-wr .timer-block__item-bottom .timer-block__count-inner,
.swipe-slider__timer-item-wr .timer-block__item-bottom .timer-block__count-inner {
    top: -13px
}

html[lang=ja] .sport-lobby-promotions__timer-wr .timer-block__item-bottom .timer-block__count-inner,
html[lang=ja] .swipe-slider__timer-item-wr .timer-block__item-bottom .timer-block__count-inner {
    top: -15px
}

@media(min-width:769px)and (max-width:1024px) {
    .swipe-slider__timer-item-wr .timer-block__count-inner {
        font-size: 3.1117333333rem;
        letter-spacing: .086684rem
    }

    .sport-lobby-promotions__timer-wr .timer-block__count-inner {
        font-size: 2.4449333333rem;
        letter-spacing: .0677913333rem
    }

    .swipe-slider__timer-item-wr .timer-block__item-top .timer-block__count-inner {
        bottom: -1.667rem
    }

    html[lang=ja] .swipe-slider__timer-item-wr .timer-block__item-top .timer-block__count-inner {
        bottom: -1.4447333333rem
    }

    .sport-lobby-promotions__timer-wr .timer-block__item-top .timer-block__count-inner {
        bottom: -1.2224666667rem
    }

    .swipe-slider__timer-item-wr .timer-block__item-bottom .timer-block__count-inner {
        top: -1.667rem
    }

    html[lang=ja] .swipe-slider__timer-item-wr .timer-block__item-bottom .timer-block__count-inner {
        top: -1.8892666667rem
    }

    .sport-lobby-promotions__timer-wr .timer-block__item-bottom .timer-block__count-inner {
        top: -1.4447333333rem
    }
}

@media(min-width:1025px) {
    .play-tournaments__item-timer .timer-block__count-inner {
        font-size: 1.1111111111rem;
        letter-spacing: .0433333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .swipe-slider__timer-item-wr .timer-block__count-inner {
        font-size: 1.9334933333rem;
        letter-spacing: .0538616rem
    }

    .sport-lobby-promotions__timer-wr .timer-block__count-inner {
        font-size: 1.5191733333rem;
        letter-spacing: .0421225333rem
    }

    .swipe-slider__timer-item-wr .timer-block__item-top .timer-block__count-inner {
        bottom: -1.0358rem
    }

    html[lang=ja] .swipe-slider__timer-item-wr .timer-block__item-top .timer-block__count-inner {
        bottom: -.8976933333rem
    }

    .sport-lobby-promotions__timer-wr .timer-block__item-top .timer-block__count-inner {
        bottom: -.7595866667rem
    }

    .swipe-slider__timer-item-wr .timer-block__item-bottom .timer-block__count-inner {
        top: -1.0358rem
    }

    html[lang=ja] .swipe-slider__timer-item-wr .timer-block__item-bottom .timer-block__count-inner {
        top: -1.1739066667rem
    }

    .sport-lobby-promotions__timer-wr .timer-block__item-bottom .timer-block__count-inner {
        top: -.8976933333rem
    }
}

@media(min-width:1546px) {
    .swipe-slider__timer-item-wr .timer-block__count-inner {
        font-size: 28px;
        letter-spacing: .78px
    }

    .swipe-slider__timer-item-wr .timer-block__item-top .timer-block__count-inner {
        bottom: -15px
    }

    html[lang=ja] .swipe-slider__timer-item-wr .timer-block__item-top .timer-block__count-inner {
        bottom: -13px
    }

    .swipe-slider__timer-item-wr .timer-block__item-bottom .timer-block__count-inner {
        top: -15px
    }

    html[lang=ja] .swipe-slider__timer-item-wr .timer-block__item-bottom .timer-block__count-inner {
        top: -17px
    }
}

.timer-block__label {
    font-size: .9em;
    line-height: 1;
    letter-spacing: -.44px;
    text-align: center
}

.profile-lottery-ticket__bottom-timer .timer-block__label {
    display: inline-block;
    padding-left: 2px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -.53px;
    color: #fff
}

.profile-promotions__item-bottom-timer .timer-block__label {
    display: inline-block;
    padding-left: 2px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -.47px;
    color: #969e8f
}

.dark .profile-promotions__item-bottom-timer .timer-block__label {
    color: #a4a4a4
}

.table-tabsbox__timer .timer-block__label {
    display: inline-block;
    padding-right: 4px;
    padding-left: 2px;
    font-weight: 600;
    font-size: 11px;
    line-height: 1;
    letter-spacing: -.16px;
    color: var(--LIGHT-THEME-PRIMARY-3)
}

.dark .table-tabsbox__timer .timer-block__label {
    color: var(--DARK-THEME-PRIMARY-2)
}

.payment-balance__timer-wr .timer-block__label {
    display: inline-block;
    padding-right: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
    color: var(--LIGHT-THEME-PRIMARY-3)
}

.dark .payment-balance__timer-wr .timer-block__label {
    color: var(--DARK-THEME-PRIMARY-2)
}

.lotteries-list__item .timer-block__label,
.tournaments-list__item .timer-block__label {
    position: absolute;
    bottom: -1.3em;
    left: 50%;
    transform: translateX(-50%);
    font-size: .4444444444em;
    line-height: 1.13;
    color: #9ea097;
    white-space: nowrap
}

.tournament .timer-block__label {
    top: 100%;
    font-weight: 600;
    line-height: 1.4
}

.dark .tournament .timer-block__label {
    color: hsla(0, 0%, 100%, .6)
}

.play-tournaments__item-timer .timer-block__label {
    display: none
}

.sport-lobby-promotions__timer-wr .timer-block__item-top .timer-block__label,
.swipe-slider__timer-item-wr .timer-block__item-top .timer-block__label {
    position: absolute;
    bottom: -22px;
    z-index: -1;
    width: 100%;
    height: 20px;
    padding-top: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    font-weight: 600;
    font-size: 8px;
    line-height: 1;
    letter-spacing: -.27px;
    text-align: center
}

.swipe-slider__timer-item-wr .timer-block__item-top .timer-block__label {
    background-color: #f2f2f2;
    color: #525d4e
}

.sport-lobby-promotions__timer-wr .timer-block__item-top .timer-block__label {
    background-color: var(--LIGHT-THEME-PRIMARY-6);
    color: var(--LIGHT-THEME-PRIMARY-2)
}

.dark .sport-lobby-promotions__timer-wr .timer-block__item-top .timer-block__label {
    background-color: var(--DARK-THEME-PRIMARY-6);
    color: var(--DARK-THEME-PRIMARY-2)
}

.sport-lobby-promotions__timer-wr .timer-block__item-bottom .timer-block__label,
.swipe-slider__timer-item-wr .timer-block__item-bottom .timer-block__label {
    position: absolute;
    bottom: 5px;
    z-index: 10;
    width: 100%;
    font-weight: 600;
    font-size: 8px;
    line-height: 1;
    letter-spacing: -.27px;
    color: #525d4e;
    text-align: center
}

.swipe-slider__timer-item-wr .timer-block__item-bottom .timer-block__label {
    color: #525d4e
}

.sport-lobby-promotions__timer-wr .timer-block__item-bottom .timer-block__label {
    color: var(--LIGHT-THEME-PRIMARY-2)
}

.dark .sport-lobby-promotions__timer-wr .timer-block__item-bottom .timer-block__label {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media screen and (min-width:769px) {
    .timer-block__label {
        font-size: 1.05em
    }

    .swipe-slider__timer-item-wr .timer-block__item-top .timer-block__label {
        background-color: #fff
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-lottery-ticket__bottom-timer .timer-block__label {
        padding-left: .2222666667rem;
        font-size: 1.7781333333rem;
        letter-spacing: -.0589006667rem
    }

    .profile-promotions__item-bottom-timer .timer-block__label {
        padding-left: .2222666667rem;
        font-size: 1.5558666667rem;
        letter-spacing: -.0522326667rem
    }

    .table-tabsbox__timer .timer-block__label {
        padding-right: .4445333333rem;
        padding-left: .2222666667rem;
        font-size: 1.3336rem;
        letter-spacing: -.0188926667rem
    }

    .payment-balance__timer-wr .timer-block__label {
        padding-right: .4445333333rem;
        font-size: 1.7781333333rem
    }

    .swipe-slider__timer-item-wr .timer-block__item-top .timer-block__label {
        bottom: -3.0006rem;
        height: 2.7783333333rem;
        padding-top: 1.2224666667rem;
        border-bottom-left-radius: 1.0002rem;
        border-bottom-right-radius: 1.0002rem;
        font-size: 1.1113333333rem;
        letter-spacing: -.036674rem
    }

    .sport-lobby-promotions__timer-wr .timer-block__item-top .timer-block__label {
        bottom: -2.4449333333rem;
        height: 2.2226666667rem;
        padding-top: .7779333333rem;
        border-bottom-left-radius: .7779333333rem;
        border-bottom-right-radius: .7779333333rem;
        font-size: .8890666667rem;
        letter-spacing: -.030006rem
    }

    .swipe-slider__timer-item-wr .timer-block__item-bottom .timer-block__label {
        bottom: .4445333333rem;
        font-size: 1.1113333333rem;
        letter-spacing: -.036674rem
    }

    .sport-lobby-promotions__timer-wr .timer-block__item-bottom .timer-block__label {
        bottom: .5556666667rem;
        font-size: .8890666667rem;
        letter-spacing: -.030006rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {

    .profile-lottery-ticket__bottom-timer .timer-block__label,
    .profile-promotions__item-bottom-timer .timer-block__label {
        padding-left: .1381066667rem;
        font-size: 1.1048533333rem;
        letter-spacing: -.0365982667rem
    }

    .table-tabsbox__timer .timer-block__label {
        padding-left: .1381066667rem;
        letter-spacing: -.0158822667rem
    }

    .payment-balance__timer-wr .timer-block__label,
    .table-tabsbox__timer .timer-block__label {
        padding-right: .2762133333rem;
        font-size: 1.1048533333rem
    }

    .swipe-slider__timer-item-wr .timer-block__item-top .timer-block__label {
        bottom: -1.86444rem;
        height: 1.7263333333rem;
        padding-top: .7595866667rem;
        border-bottom-left-radius: .62148rem;
        border-bottom-right-radius: .62148rem;
        font-size: .6905333333rem;
        letter-spacing: -.0227876rem
    }

    .sport-lobby-promotions__timer-wr .timer-block__item-top .timer-block__label {
        bottom: -1.5191733333rem;
        height: 1.3810666667rem;
        padding-top: .4833733333rem;
        border-bottom-left-radius: .4833733333rem;
        border-bottom-right-radius: .4833733333rem;
        font-size: .5524266667rem;
        letter-spacing: -.0186444rem
    }

    .swipe-slider__timer-item-wr .timer-block__item-bottom .timer-block__label {
        bottom: .2762133333rem;
        font-size: .6905333333rem;
        letter-spacing: -.0227876rem
    }

    .sport-lobby-promotions__timer-wr .timer-block__item-bottom .timer-block__label {
        bottom: .3452666667rem;
        font-size: .5524266667rem;
        letter-spacing: -.0186444rem
    }
}

@media(min-width:1546px) {
    .profile-promotions__item-bottom-timer .timer-block__label {
        font-size: 16px;
        letter-spacing: -.53px
    }

    .table-tabsbox__timer .timer-block__label {
        font-size: 16px;
        letter-spacing: -.23px
    }

    .swipe-slider__timer-item-wr .timer-block__item-top .timer-block__label {
        bottom: -27px;
        height: 25px;
        padding-top: 11px;
        border-bottom-left-radius: 9px;
        border-bottom-right-radius: 9px;
        font-size: 10px;
        letter-spacing: -.33px
    }

    .swipe-slider__timer-item-wr .timer-block__item-bottom .timer-block__label {
        bottom: 4px;
        font-size: 10px;
        letter-spacing: -.33px
    }
}

.profile-lottery-ticket__bottom-timer .timer-block__item-colon {
    display: inline-block;
    padding-left: 3px;
    padding-right: 4px;
    font-weight: 700;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -.47px;
    color: #fff
}

.profile-promotions__item-bottom-timer .timer-block__item-colon {
    padding-left: 3px;
    padding-right: 4px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -.23px;
    color: #969e8f
}

.dark .profile-promotions__item-bottom-timer .timer-block__item-colon {
    color: #d7d8d9
}

.table-tabsbox__timer .timer-block__item-colon {
    display: inline-block;
    padding-right: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -.23px;
    color: var(--LIGHT-THEME-PRIMARY-3)
}

.dark .table-tabsbox__timer .timer-block__item-colon {
    color: var(--DARK-THEME-PRIMARY-2)
}

.payment-balance__timer-wr .timer-block__item-colon {
    display: inline-block;
    padding-right: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    color: var(--LIGHT-THEME-PRIMARY-3)
}

.dark .payment-balance__timer-wr .timer-block__item-colon {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-lottery-ticket__bottom-timer .timer-block__item-colon {
        padding-left: .3334rem;
        padding-right: .4445333333rem;
        font-size: 3.1117333333rem;
        letter-spacing: -.0522326667rem
    }

    .profile-promotions__item-bottom-timer .timer-block__item-colon {
        padding-left: .3334rem;
        padding-right: .4445333333rem;
        font-size: 2.3338rem;
        letter-spacing: -.0388966667rem
    }

    .table-tabsbox__timer .timer-block__item-colon {
        padding-right: .4445333333rem;
        font-size: 1.5558666667rem;
        line-height: 1.5;
        letter-spacing: -.0522326667rem
    }

    .payment-balance__timer-wr .timer-block__item-colon {
        padding-right: .4445333333rem;
        font-size: 1.7781333333rem;
        line-height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {

    .profile-lottery-ticket__bottom-timer .timer-block__item-colon,
    .profile-promotions__item-bottom-timer .timer-block__item-colon {
        padding-left: .20716rem;
        padding-right: .2762133333rem;
        font-size: 1.9334933333rem;
        letter-spacing: -.0324550667rem
    }

    .table-tabsbox__timer .timer-block__item-colon {
        padding-right: .2762133333rem;
        font-size: .9667466667rem;
        line-height: 1.5;
        letter-spacing: -.020716rem
    }

    .payment-balance__timer-wr .timer-block__item-colon {
        padding-right: .2762133333rem;
        font-size: 1.1048533333rem;
        line-height: 1.3810666667rem
    }
}

@media(min-width:1546px) {
    .profile-promotions__item-bottom-timer .timer-block__item-colon {
        font-size: 28px;
        letter-spacing: -.47px
    }

    .table-tabsbox__timer .timer-block__item-colon {
        font-size: 14px;
        letter-spacing: -.3px
    }
}

.swipe-slider__item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-shrink: 0;
    position: relative;
    width: 640px;
    min-height: 320px;
    padding: 24px;
    border-radius: 23px;
    box-shadow: 0 48px 36px -24px rgba(41, 41, 37, .36);
    background-color: #fff;
    margin-right: 48px;
    transform: translateZ(0);
    overflow: visible
}

.swipe-slider__item.swiper-slide-preventTransition {
    transition: all 0s !important
}

@media(min-width:769px)and (max-width:1024px) {
    .swipe-slider__item {
        width: 71.1253333333rem;
        min-height: 46.676rem;
        padding: 2.6672rem;
        margin-right: 5.3344rem;
        border-radius: 2.6672rem;
        box-shadow: 0 4.0008rem 4.0008rem -2.6672rem rgba(41, 41, 37, .36)
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .swipe-slider__item {
        width: 44.1941333333rem;
        min-height: 29.0024rem;
        padding: 1.65728rem;
        border-radius: 1.5882266667rem;
        box-shadow: 0 3.31456rem 2.48592rem -1.65728rem rgba(41, 41, 37, .36);
        margin-right: 3.31456rem
    }
}

@media(max-width:768px) {
    .swipe-slider__item {
        width: 270px;
        min-height: 320px;
        margin-right: 20px;
        padding: 17px 15px 20px;
        border-radius: 23px;
        box-shadow: 0 36px 36px -24px rgba(41, 41, 37, .36);
        overflow: hidden
    }

    .dark .swipe-slider__item {
        background-color: #383d41
    }
}

@media screen and (min-width:769px) {
    .swipe-slider__item-inner {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }
}

.swipe-slider__item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 23px
}

@media(min-width:769px)and (max-width:1024px) {
    .swipe-slider__item-bg {
        border-radius: 2.6672rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .swipe-slider__item-bg {
        border-radius: 1.65728rem
    }
}

@media(max-width:768px) {
    .swipe-slider__item-bg {
        top: 0;
        left: -50%;
        transform: translate3d(50%, 0, 0);
        height: 154px;
        border-radius: 0
    }
}

.swipe-slider__item-img {
    position: absolute;
    left: -24px;
    top: -24px;
    z-index: -1;
    max-width: 325px;
    max-height: 410px;
    transform: scale(0);
    transition: .5s ease .2s
}

@media(max-width:768px) {
    .swipe-slider__item-img {
        transition: none
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .swipe-slider__item-img {
        left: -2.6672rem;
        top: -2.6672rem;
        max-width: 36.1183333333rem;
        max-height: 45.5646666667rem;
        transform-origin: left bottom
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .swipe-slider__item-img {
        left: -1.65728rem;
        top: -1.65728rem;
        max-width: 22.4423333333rem;
        max-height: 28.3118666667rem
    }
}

.swiper-slide-preventTransition .swipe-slider__item-img {
    transition: none
}

.swipe-slider__item.swiper-slide-active .swipe-slider__item-img,
.swipe-slider__item.swiper-slide-next .swipe-slider__item-img {
    transform: scale(1)
}

@media(min-width:769px)and (max-width:1024px) {
    .swipe-slider__item.swiper-slide-next .swipe-slider__item-img {
        transform: scale(0)
    }
}

.swipe-slider__item-overlink {
    display: inline-block;
    padding: 0 9px;
    margin: 0 0 3px 277px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -.8px;
    border-radius: 9px;
    background-color: #292925;
    color: #f2f2f2;
    font-weight: 600;
    position: relative
}

@media(min-width:769px)and (max-width:1024px) {
    .swipe-slider__item-overlink {
        padding: 0 1.0002rem;
        margin: 0 0 .3334rem 30.7839333333rem;
        font-size: 1.5558666667rem;
        line-height: 2.8894666667rem;
        letter-spacing: -.0889066667rem;
        border-radius: 1.0002rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .swipe-slider__item-overlink {
        padding: 0 .62148rem;
        margin: 0 0 .20716rem 19.1277733333rem;
        font-size: .9667466667rem;
        line-height: 1.7953866667rem;
        letter-spacing: -.0552426667rem;
        border-radius: .62148rem
    }
}

@media(max-width:768px) {
    .swipe-slider__item-overlink {
        padding: 0 9px;
        margin: 0 0 15px;
        font-size: 14px;
        line-height: 26px;
        letter-spacing: -.8px;
        border-radius: 9px
    }
}

.swipe-slider__item-strategy {
    position: absolute;
    left: 24px;
    top: 24px;
    background-color: #df1f3d;
    padding: 10px 24px 6px;
    border-radius: 20px;
    z-index: 2
}

@media(max-width:768px) {
    .swipe-slider__item-strategy {
        left: 110px;
        top: 18px;
        padding: 0 5px 0 0;
        border-radius: 0;
        line-height: 1;
        font-size: 0;
        background-color: transparent
    }

    html[lang=ja] .swipe-slider__item-strategy {
        left: 116px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .swipe-slider__item-strategy {
        left: 2.6672rem;
        top: 2.6672rem;
        padding: 1.1113333333rem 2.6672rem .6668rem;
        border-radius: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .swipe-slider__item-strategy {
        left: 1.65728rem;
        top: 1.65728rem;
        padding: .6905333333rem 1.65728rem .41432rem;
        border-radius: 1.3810666667rem;
        letter-spacing: -.2762133333rem
    }
}

.swipe-slider__item-strategy-word {
    color: #fff;
    font-size: 20px;
    letter-spacing: -.27px;
    display: inline-block;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase
}

@media(min-width:769px)and (max-width:1024px) {
    .swipe-slider__item-strategy-word {
        font-size: 2.2226666667rem;
        line-height: 2.6672rem;
        letter-spacing: -.036674rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .swipe-slider__item-strategy-word {
        font-size: 1.3810666667rem;
        line-height: 1.65728rem;
        letter-spacing: -.0186444rem
    }
}

@media(max-width:768px) {
    .swipe-slider__item-strategy-word {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.27px
    }
}

.swipe-slider__item-strategy-hint {
    color: #fff;
    margin-top: -4px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.7px;
    text-transform: lowercase
}

@media(min-width:769px)and (max-width:1024px) {
    .swipe-slider__item-strategy-hint {
        font-size: 1.5558666667rem;
        line-height: 2.0004rem;
        letter-spacing: -.0777933333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .swipe-slider__item-strategy-hint {
        margin-top: -.2762133333rem;
        font-size: .9667466667rem;
        line-height: 1.24296rem;
        letter-spacing: -.0483373333rem
    }
}

@media(max-width:768px) {
    .swipe-slider__item-strategy-hint {
        margin-top: -1px;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: -.5px
    }
}

.swipe-slider__item-prize {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

@media(max-width:768px) {
    .swipe-slider__item-prize {
        display: block;
        position: absolute;
        top: 18px;
        right: 15px;
        padding-right: 5px
    }
}

.swipe-slider__item-prize-val {
    box-shadow: 0 6px 9px 0 rgba(41, 41, 37, .24);
    background-color: #d1d500;
    color: #fff;
    min-width: 142px;
    padding: 16px 15px 15px;
    border-radius: 9px;
    font-weight: 600;
    font-size: 21px;
    line-height: 21px;
    letter-spacing: -1.2px;
    white-space: nowrap;
    order: 2
}

@media(min-width:769px)and (max-width:1024px) {
    .swipe-slider__item-prize-val {
        box-shadow: 0 .6668rem 1.0002rem 0 rgba(41, 41, 37, .24);
        min-width: 15.7809333333rem;
        padding: 1.7781333333rem 1.667rem 1.667rem;
        border-radius: 1.0002rem;
        font-size: 2.3338rem;
        line-height: 2.3338rem;
        letter-spacing: -.13336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .swipe-slider__item-prize-val {
        box-shadow: 0 .41432rem .62148rem 0 rgba(41, 41, 37, .24);
        min-width: 9.8055733333rem;
        padding: 1.1048533333rem 1.0358rem 1.0358rem;
        border-radius: .62148rem;
        font-size: 1.45012rem;
        line-height: 1.45012rem;
        letter-spacing: -.082864rem
    }
}

@media(max-width:768px) {
    .swipe-slider__item-prize-val {
        box-shadow: none;
        background-color: transparent;
        min-width: auto;
        padding: 0;
        border-radius: 0;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: -.6px;
        white-space: normal
    }
}

.swipe-slider__item-prize-val--non-numeric {
    font-size: 30px
}

@media(min-width:769px)and (max-width:1024px) {
    .swipe-slider__item-prize-val--non-numeric {
        font-size: 3.334rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .swipe-slider__item-prize-val--non-numeric {
        font-size: 2.0716rem
    }
}

@media(max-width:768px) {
    .swipe-slider__item-prize-val--non-numeric {
        font-size: 24px
    }
}

.swipe-slider__item-prize-text {
    margin-bottom: 14px;
    display: flex;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -.52px;
    width: 100%
}

.swipe-slider__item-prize-text:after {
    content: ":"
}

.swipe-slider__item-prize-text.swipe-slider__item-prize-text--fr {
    display: block
}

@media(min-width:769px)and (max-width:1024px) {
    .swipe-slider__item-prize-text {
        margin-bottom: 1.5558666667rem;
        font-size: 1.7781333333rem;
        letter-spacing: -.0577893333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .swipe-slider__item-prize-text {
        margin-bottom: .9667466667rem;
        font-size: 1.1048533333rem;
        letter-spacing: -.0359077333rem
    }
}

@media(max-width:768px) {
    .swipe-slider__item-prize-text {
        color: #fff;
        margin-bottom: 0;
        font-weight: 400;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: -.6px;
        margin-top: -1px;
        text-transform: lowercase
    }

    .swipe-slider__item-prize-text:after {
        display: none
    }
}

.swipe-slider__item-title {
    margin: 0 0 40px 277px;
    position: relative;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: -.89px;
    color: #fff;
    text-shadow: 0 2px 3px rgba(28, 30, 26, .5)
}

.dark .swipe-slider__item-title {
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .swipe-slider__item-title {
        margin: 0 0 4.4453333333rem 30.7839333333rem;
        font-size: 3.4451333333rem;
        letter-spacing: -.0989086667rem;
        text-shadow: 0 .2222666667rem .3334rem rgba(28, 30, 26, .5)
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .swipe-slider__item-title {
        margin: 0 0 2.7621333333rem 19.1277733333rem;
        font-size: 2.1406533333rem;
        letter-spacing: -.0614574667rem;
        text-shadow: 0 .1381066667rem .20716rem rgba(28, 30, 26, .5)
    }
}

@media(max-width:768px) {
    .swipe-slider__item-title {
        margin: 1px 0 31px;
        height: 100px;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.17;
        letter-spacing: -.69px;
        color: #fff;
        text-shadow: 0 2px 3px rgba(28, 30, 26, .5)
    }
}

.add-tournaments-icon {
    height: 20px
}

@media(min-width:769px)and (max-width:1024px) {
    .add-tournaments-icon {
        height: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .add-tournaments-icon {
        height: 1.3810666667rem
    }
}

@media(max-width:768px) {
    .add-tournaments-icon {
        height: 16px
    }
}

.tournament-slider__add-tournaments {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #6ea500;
    width: 52px;
    height: 52px;
    color: #fff;
    box-shadow: 0 6px 18px 0 #6ea500;
    border-radius: 50%;
    transform: translateZ(0);
    z-index: 5
}

.dark .tournament-slider__add-tournaments {
    background-color: #97a94c;
    box-shadow: 0 6px 18px 0 #97a94c
}

@media(min-width:769px)and (max-width:1024px) {
    .tournament-slider__add-tournaments {
        width: 5.7789333333rem;
        height: 5.7789333333rem;
        box-shadow: 0 .6668rem 2.0004rem 0 rgba(28, 30, 26, .5), 0 .6668rem 1.8892666667rem 0 #6ea500
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .tournament-slider__add-tournaments {
        width: 3.5907733333rem;
        height: 3.5907733333rem;
        box-shadow: 0 .41432rem 1.24296rem 0 #6ea500
    }
}

@media(max-width:768px) {
    .tournament-slider__add-tournaments {
        position: absolute;
        right: 15px;
        top: 133px;
        width: 42px;
        height: 42px;
        box-shadow: 0 4px 8px -2px #6ea500
    }
}

.swipe-slider__item-description-inner {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px
}

@media screen and (min-width:769px) {
    .swipe-slider__item-description-inner {
        flex: 1 1 auto
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .swipe-slider__item-description-inner {
        font-size: 1.7781333333rem;
        line-height: 3.1117333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .swipe-slider__item-description-inner {
        font-size: 1.1048533333rem;
        line-height: 1.9334933333rem
    }
}

@media(max-width:768px) {
    .swipe-slider__item-description-inner {
        color: #292925;
        font-size: 12px;
        line-height: 1.21;
        padding: 0 5%
    }

    .dark .swipe-slider__item-description-inner {
        color: hsla(0, 0%, 100%, .8)
    }
}

.swipe-slider__item-description-inner a {
    color: #fff;
    font-weight: 600;
    transition: color .2s
}

.no-touch .swipe-slider__item-description-inner a:hover {
    color: #d2e7a6
}

@media(max-width:768px) {
    .swipe-slider__item-description-inner a {
        color: #292925;
        font-size: 12px;
        line-height: 1.21
    }

    .dark .swipe-slider__item-description-inner a {
        color: hsla(0, 0%, 100%, .8)
    }
}

.swipe-slider__item-description-inner .d-desktop-game-inline {
    display: inline
}

@media(max-width:768px) {
    .swipe-slider__item-description-inner .d-desktop-game-inline {
        display: none
    }
}

.swipe-slider__item-description-inner .d-mobile-game-inline {
    display: none
}

@media(max-width:768px) {
    .swipe-slider__item-description-inner .d-mobile-game-inline {
        display: inline-block
    }
}

.swipe-slider__item-description-inner,
.swipe-slider__item-gamers-inner {
    position: relative;
    width: 305px;
    height: 164px;
    margin-bottom: 28px;
    left: 277px;
    z-index: 3
}

@media(min-width:769px)and (max-width:1024px) {

    .swipe-slider__item-description-inner,
    .swipe-slider__item-gamers-inner {
        width: 33.8956666667rem;
        height: 18.2258666667rem;
        margin-bottom: 3.1117333333rem;
        left: 30.7839333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {

    .swipe-slider__item-description-inner,
    .swipe-slider__item-gamers-inner {
        width: 21.0612666667rem;
        height: 11.3247466667rem;
        margin-bottom: 1.9334933333rem;
        left: 19.1277733333rem
    }
}

@media(max-width:768px) {

    .swipe-slider__item-description-inner,
    .swipe-slider__item-gamers-inner {
        width: 100%;
        height: 184px;
        margin: 0;
        left: auto
    }
}

.swipe-slider__item-description-inner .swipe-slider__item-gamers-inner2,
.swipe-slider__item-gamers-inner .swipe-slider__item-gamers-inner2 {
    display: table;
    width: 100%
}

.swipe-slider__item-description-inner .swipe-slider__item-gamer,
.swipe-slider__item-gamers-inner .swipe-slider__item-gamer {
    display: table-row;
    color: #292925
}

.swipe-slider__item-description-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-place,
.swipe-slider__item-gamers-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-place {
    display: table-cell;
    width: 28px;
    padding-right: 6px;
    padding-bottom: 12px;
    font-size: 18px;
    color: #fff;
    letter-spacing: -.8px;
    font-weight: 600;
    line-height: 1;
    vertical-align: middle
}

@media(min-width:1025px)and (max-width:1545px) {

    .swipe-slider__item-description-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-place,
    .swipe-slider__item-gamers-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-place {
        width: 1.9334933333rem;
        padding-right: .41432rem;
        padding-bottom: .82864rem;
        font-size: 1.24296rem;
        letter-spacing: -.0552426667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {

    .swipe-slider__item-description-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-place,
    .swipe-slider__item-gamers-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-place {
        width: 3.1117333333rem;
        padding-right: .6668rem;
        padding-bottom: 1.3336rem;
        font-size: 2.0004rem;
        letter-spacing: -.0889066667rem
    }
}

@media(max-width:768px) {

    .swipe-slider__item-description-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-place,
    .swipe-slider__item-gamers-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-place {
        width: 23px;
        color: #292925;
        font-size: 14px;
        letter-spacing: -.62px;
        padding-right: 5px;
        padding-bottom: 10px;
        padding-top: 5px
    }

    .dark .swipe-slider__item-description-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-place,
    .dark .swipe-slider__item-gamers-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-place {
        color: hsla(0, 0%, 100%, .8)
    }
}

.swipe-slider__item-description-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-avatar-wr,
.swipe-slider__item-gamers-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-avatar-wr {
    display: table-cell;
    width: 33px;
    padding-right: 5px;
    padding-bottom: 10px;
    border-radius: 50%
}

@media(min-width:769px)and (max-width:1024px) {

    .swipe-slider__item-description-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-avatar-wr,
    .swipe-slider__item-gamers-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-avatar-wr {
        width: 3.6674rem;
        padding-right: .5556666667rem;
        padding-bottom: 1.3336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {

    .swipe-slider__item-description-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-avatar-wr,
    .swipe-slider__item-gamers-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-avatar-wr {
        width: 2.6240266667rem;
        padding-right: .41432rem;
        padding-bottom: .82864rem
    }
}

@media(max-width:768px) {

    .swipe-slider__item-description-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-avatar-wr,
    .swipe-slider__item-gamers-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-avatar-wr {
        width: 33px;
        padding-right: 5px;
        padding-bottom: 10px
    }
}

.swipe-slider__item-description-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-avatar-wr .swipe-slider__item-gamer-avatar,
.swipe-slider__item-gamers-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-avatar-wr .swipe-slider__item-gamer-avatar {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    color: #fff;
    background-position: 50%;
    background-color: #d8d8d8;
    font-weight: 600;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase
}

@media(min-width:769px)and (max-width:1024px) {

    .swipe-slider__item-description-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-avatar-wr .swipe-slider__item-gamer-avatar,
    .swipe-slider__item-gamers-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-avatar-wr .swipe-slider__item-gamer-avatar {
        width: 3.5562666667rem;
        height: 3.5562666667rem;
        line-height: 3.5562666667rem;
        font-size: 1.5558666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {

    .swipe-slider__item-description-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-avatar-wr .swipe-slider__item-gamer-avatar,
    .swipe-slider__item-gamers-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-avatar-wr .swipe-slider__item-gamer-avatar {
        width: 2.2097066667rem;
        height: 2.2097066667rem;
        line-height: 2.2097066667rem;
        font-size: .9667466667rem
    }
}

@media(max-width:768px) {

    .swipe-slider__item-description-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-avatar-wr .swipe-slider__item-gamer-avatar,
    .swipe-slider__item-gamers-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-avatar-wr .swipe-slider__item-gamer-avatar {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 14px
    }

    .dark .swipe-slider__item-description-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-avatar-wr .swipe-slider__item-gamer-avatar,
    .dark .swipe-slider__item-gamers-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-avatar-wr .swipe-slider__item-gamer-avatar {
        background-color: #5b646a
    }
}

.swipe-slider__item-description-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-name-wr,
.swipe-slider__item-gamers-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-name-wr {
    display: table-cell;
    padding-bottom: 10px;
    vertical-align: middle
}

@media(min-width:1025px)and (max-width:1545px) {

    .swipe-slider__item-description-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-name-wr,
    .swipe-slider__item-gamers-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-name-wr {
        padding-bottom: .82864rem
    }
}

@media(min-width:769px)and (max-width:1024px) {

    .swipe-slider__item-description-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-name-wr,
    .swipe-slider__item-gamers-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-name-wr {
        padding-bottom: 1.3336rem
    }
}

@media(max-width:768px) {

    .swipe-slider__item-description-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-name-wr,
    .swipe-slider__item-gamers-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-name-wr {
        padding-bottom: 10px
    }
}

.swipe-slider__item-description-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-name-wr .swipe-slider__item-gamer-name,
.swipe-slider__item-gamers-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-name-wr .swipe-slider__item-gamer-name {
    overflow: hidden;
    color: #fff;
    max-width: 115px;
    font-size: 15px;
    letter-spacing: -.62px;
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media(min-width:769px)and (max-width:1024px) {

    .swipe-slider__item-description-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-name-wr .swipe-slider__item-gamer-name,
    .swipe-slider__item-gamers-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-name-wr .swipe-slider__item-gamer-name {
        max-width: 12.7803333333rem;
        font-size: 1.5558666667rem;
        letter-spacing: -.0689026667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {

    .swipe-slider__item-description-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-name-wr .swipe-slider__item-gamer-name,
    .swipe-slider__item-gamers-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-name-wr .swipe-slider__item-gamer-name {
        max-width: 7.9411333333rem;
        font-size: 1.0358rem;
        letter-spacing: -.0428130667rem
    }
}

@media(max-width:768px) {

    .swipe-slider__item-description-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-name-wr .swipe-slider__item-gamer-name,
    .swipe-slider__item-gamers-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-name-wr .swipe-slider__item-gamer-name {
        color: #292925;
        max-width: 85px;
        font-size: 12px;
        letter-spacing: -.53px
    }

    .dark .swipe-slider__item-description-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-name-wr .swipe-slider__item-gamer-name,
    .dark .swipe-slider__item-gamers-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-name-wr .swipe-slider__item-gamer-name {
        color: hsla(0, 0%, 100%, .8)
    }
}

.swipe-slider__item-description-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-score,
.swipe-slider__item-gamers-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-score {
    color: #fff;
    display: table-cell;
    width: 90px;
    padding-bottom: 12px;
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.93px;
    vertical-align: middle
}

@media(min-width:1025px)and (max-width:1545px) {

    .swipe-slider__item-description-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-score,
    .swipe-slider__item-gamers-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-score {
        width: 6.2148rem;
        padding-bottom: .82864rem;
        font-size: 1.45012rem;
        letter-spacing: -.0642196rem
    }
}

@media(min-width:769px)and (max-width:1024px) {

    .swipe-slider__item-description-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-score,
    .swipe-slider__item-gamers-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-score {
        width: 10.5576666667rem;
        padding-bottom: 1.3336rem;
        font-size: 2.3338rem;
        letter-spacing: -.103354rem
    }
}

@media(max-width:768px) {

    .swipe-slider__item-description-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-score,
    .swipe-slider__item-gamers-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-score {
        color: #292925;
        width: 70px;
        padding-bottom: 10px;
        font-size: 16px
    }

    .dark .swipe-slider__item-description-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-score,
    .dark .swipe-slider__item-gamers-inner .swipe-slider__item-gamer .swipe-slider__item-gamer-score {
        color: hsla(0, 0%, 100%, .8)
    }
}

.swipe-slider__item-footer {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%
}

@media(max-width:768px) {
    .swipe-slider__item-footer {
        display: block;
        position: static
    }
}

.swipe-slider__item-footer .swipe-slider__item-footer-left {
    display: flex;
    align-items: baseline
}

@media(max-width:768px) {
    .swipe-slider__item-footer .swipe-slider__item-footer-left {
        display: block;
        position: static
    }
}

@media(max-width:768px) {
    .swipe-slider__timer-wr {
        position: absolute;
        left: 15px;
        top: 113px;
        margin-right: 0
    }
}

.swipe-slider__timer-wr .swipe-slider__timer-title {
    color: #fff;
    text-shadow: 0 0 1px #1c1e1a;
    margin-bottom: 14px;
    font-size: 16px;
    letter-spacing: -.52px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    position: relative
}

@media(min-width:769px)and (max-width:1024px) {
    .swipe-slider__timer-wr .swipe-slider__timer-title {
        text-shadow: 0 0 .1111333333rem #1c1e1a;
        margin-bottom: 1.5558666667rem;
        font-size: 1.7781333333rem;
        letter-spacing: -.0577893333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .swipe-slider__timer-wr .swipe-slider__timer-title {
        text-shadow: 0 0 .0690533333rem #1c1e1a;
        margin-bottom: .9667466667rem;
        font-size: 1.1048533333rem;
        letter-spacing: -.0359077333rem
    }
}

@media(max-width:768px) {
    .swipe-slider__timer-wr .swipe-slider__timer-title {
        font-size: 12px;
        letter-spacing: -.39px;
        margin-bottom: 8px;
        text-shadow: 0 0 1px #1c1e1a
    }
}

.swipe-slider__timer-item-wr {
    min-width: 200px;
    margin-right: 10px
}

@media(min-width:769px)and (max-width:1024px) {
    .swipe-slider__timer-item-wr {
        min-width: 22.2266666667rem;
        margin-right: 1.667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .swipe-slider__timer-item-wr {
        min-width: 13.8106666667rem;
        margin-right: .6905333333rem
    }
}

.swipe-slider__item-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

@media(max-width:768px) {
    .swipe-slider__item-link {
        height: 154px;
        bottom: auto
    }
}

.tournaments-slider__inner {
    width: 1328px;
    margin: 0 auto;
    overflow-x: visible;
    position: relative;
    z-index: 7
}

@media(min-width:769px)and (max-width:1024px) {
    .tournaments-slider__inner {
        width: 71.1253333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .tournaments-slider__inner {
        width: 91.7028266667rem
    }
}

@media(max-width:768px) {
    .tournaments-slider__inner {
        overflow-x: hidden;
        padding: 0 12px 40px;
        width: 100%
    }
}

.tournaments-slider__inner .swiper-wrapper {
    display: flex
}

.container-sidebar.container-sidebar--tournament {
    position: relative;
    padding: 24px 0 64px
}

@media(min-width:769px)and (max-width:1024px) {
    .container-sidebar.container-sidebar--tournament {
        padding: 2.6672rem 0 4.4453333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .container-sidebar.container-sidebar--tournament {
        padding: 1.65728rem 0 4.4194133333rem
    }
}

@media(max-width:768px) {
    .container-sidebar.container-sidebar--tournament {
        padding: 0
    }
}

.container-sidebar.container-sidebar--tournament:before {
    content: "";
    position: absolute;
    z-index: 5;
    height: 171px;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--LIGHT-THEME-SECONDARY-5)
}

.dark .container-sidebar.container-sidebar--tournament:before {
    background-color: var(--DARK-THEME-PRIMARY-5)
}

@media(min-width:1025px)and (max-width:1545px) {
    .container-sidebar.container-sidebar--tournament:before {
        height: 11.80812rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .container-sidebar.container-sidebar--tournament:before {
        height: 35.6738rem
    }
}

@media(max-width:768px) {
    .container-sidebar.container-sidebar--tournament:before {
        height: 171px
    }
}

.container-sidebar.container-sidebar--tournament:after {
    content: "";
    position: absolute;
    z-index: 5;
    left: 0;
    top: 171px;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(180deg, var(--LIGHT-THEME-SECONDARY-5), hsla(0, 0%, 100%, .54))
}

html[lang=ja] .container-sidebar.container-sidebar--tournament:after {
    background-image: linear-gradient(180deg, var(--LIGHT-THEME-SECONDARY-5), hsla(0, 0%, 100%, .82))
}

.dark .container-sidebar.container-sidebar--tournament:after {
    background-image: linear-gradient(180deg, var(--DARK-THEME-PRIMARY-5) 0, var(--DARK-THEME-PRIMARY-5) 40%, rgba(78, 84, 89, .62))
}

html[lang=ja] .dark .container-sidebar.container-sidebar--tournament:after {
    background-image: linear-gradient(180deg, var(--DARK-THEME-PRIMARY-5) 0, var(--DARK-THEME-PRIMARY-5) 40%, rgba(78, 84, 89, .82))
}

@media(min-width:1025px)and (max-width:1545px) {
    .container-sidebar.container-sidebar--tournament:after {
        top: 11.80812rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .container-sidebar.container-sidebar--tournament:after {
        height: 34.0068rem;
        top: auto
    }
}

@media(max-width:768px) {
    .container-sidebar.container-sidebar--tournament:after {
        top: 171px
    }
}

.container-sidebar.container-sidebar--tournament .container-sidebar--tournament-wr {
    width: 1328px;
    margin: 0 auto;
    position: relative
}

@media(min-width:1025px)and (max-width:1545px) {
    .container-sidebar.container-sidebar--tournament .container-sidebar--tournament-wr {
        width: 91.7028266667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .container-sidebar.container-sidebar--tournament .container-sidebar--tournament-wr {
        width: 71.1253333333rem
    }
}

@media(max-width:768px) {
    .container-sidebar.container-sidebar--tournament .container-sidebar--tournament-wr {
        width: 100%
    }
}

.container-sidebar--tournament-blocked {
    position: relative
}

.container-sidebar--tournament-blocked:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99
}

.swipe-slider-main-navigate__prev {
    position: absolute;
    top: 57%;
    transform: translate3d(0, -100%, 0);
    left: -40px;
    z-index: 15;
    cursor: pointer;
    transition: all .3s ease
}

.no-touch .swipe-slider-main-navigate__prev:hover .swipe-slider-main-navigate__prev-ic {
    color: #548200
}

.dark .no-touch .swipe-slider-main-navigate__prev:hover .swipe-slider-main-navigate__prev-ic {
    color: #bed753
}

@media(min-width:1546px)and (max-width:1919px) {
    .swipe-slider-main-navigate__prev {
        left: -40px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .swipe-slider-main-navigate__prev {
        top: 57%;
        left: -4.4453333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .swipe-slider-main-navigate__prev {
        left: -2.4168666667rem
    }
}

@media(max-width:768px) {
    .swipe-slider-main-navigate__prev {
        display: none
    }
}

.swipe-slider-main-navigate__prev .swipe-slider-main-navigate__prev-ic {
    height: 56px;
    width: 21px;
    color: #6ea500;
    transition: all .3s ease
}

.dark .swipe-slider-main-navigate__prev .swipe-slider-main-navigate__prev-ic {
    color: #97a94c
}

@media(min-width:769px)and (max-width:1024px) {
    .swipe-slider-main-navigate__prev .swipe-slider-main-navigate__prev-ic {
        width: 2.3338rem;
        height: 6.2234666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .swipe-slider-main-navigate__prev .swipe-slider-main-navigate__prev-ic {
        width: 1.3810666667rem;
        height: 4.2122533333rem
    }
}

.swipe-slider-main-navigate__next {
    position: absolute;
    top: 57%;
    transform: translate3d(0, -100%, 0);
    right: -35px;
    z-index: 15;
    cursor: pointer
}

.no-touch .swipe-slider-main-navigate__next:hover .swipe-slider-main-navigate__next-ic {
    color: #548200
}

.dark .no-touch .swipe-slider-main-navigate__next:hover .swipe-slider-main-navigate__next-ic {
    color: #bed753
}

@media(min-width:1546px)and (max-width:1919px) {
    .swipe-slider-main-navigate__next {
        right: -40px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .swipe-slider-main-navigate__next {
        top: 57%;
        right: -3.8896666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .swipe-slider-main-navigate__next {
        right: -2.4168666667rem
    }
}

@media(max-width:768px) {
    .swipe-slider-main-navigate__next {
        display: none
    }
}

.swipe-slider-main-navigate__next .swipe-slider-main-navigate__next-ic {
    height: 56px;
    width: 21px;
    color: #6ea500;
    transition: all .3s ease
}

.dark .swipe-slider-main-navigate__next .swipe-slider-main-navigate__next-ic {
    color: #97a94c
}

@media(min-width:769px)and (max-width:1024px) {
    .swipe-slider-main-navigate__next .swipe-slider-main-navigate__next-ic {
        width: 2.3338rem;
        height: 6.2234666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .swipe-slider-main-navigate__next .swipe-slider-main-navigate__next-ic {
        width: 1.3810666667rem;
        height: 4.2122533333rem
    }
}

.statistics-slider__item {
    flex-shrink: 0;
    width: 224px;
    margin-right: 52px;
    text-align: center;
    position: relative
}

.statistics-slider__item:hover .statistics-slider__item-bg {
    transform: translate3d(0, .0555555556rem, 0);
    box-shadow: 0 .2222222222rem .5rem 0 rgba(0, 0, 0, .4)
}

@media(min-width:1025px)and (max-width:1545px) {
    .statistics-slider__item {
        width: 15.4679466667rem;
        margin-right: 3.5907733333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .statistics-slider__item {
        width: 17.7813333333rem;
        margin-right: 3.334rem
    }
}

@media(max-width:768px) {
    .statistics-slider__item {
        width: 94px;
        margin-right: 5px
    }
}

@media(min-width:577px)and (max-width:768px) {
    .statistics-slider__item {
        width: 120px;
        margin-right: 5px
    }
}

.statistics-slider__item:last-child {
    margin-right: 0
}

.statistics-slider__item-bg {
    position: relative;
    width: 224px;
    height: 224px;
    margin-bottom: 23px;
    border-radius: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    box-shadow: 0 8px 13px rgba(28, 30, 26, .6)
}

@media(min-width:1025px)and (max-width:1545px) {
    .statistics-slider__item-bg {
        width: 15.4679466667rem;
        height: 15.4679466667rem;
        margin-bottom: 3.1074rem;
        border-radius: 2.7621333333rem;
        box-shadow: 0 .5524266667rem .8976933333rem rgba(28, 30, 26, .6)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .statistics-slider__item-bg {
        width: 16.67rem;
        height: 16.67rem;
        margin-bottom: 1.667rem;
        border-radius: 3.334rem;
        box-shadow: 0 .6668rem 1.1113333333rem rgba(28, 30, 26, .5)
    }
}

@media(max-width:768px) {
    .statistics-slider__item-bg {
        width: 78px;
        height: 78px;
        margin-bottom: 5px;
        border-radius: 22px;
        margin-left: 10px;
        margin-right: 10px;
        box-shadow: 0 4px 7px rgba(28, 30, 26, .5)
    }
}

@media(min-width:577px)and (max-width:768px) {
    .statistics-slider__item-bg {
        width: 100px;
        height: 100px;
        margin-bottom: 5px;
        border-radius: 22px;
        box-shadow: 0 4px 7px rgba(28, 30, 26, .5)
    }
}

.statistics-slider__item-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    max-width: 274px;
    max-height: 304px;
    width: auto;
    height: auto
}

@media(min-width:1025px)and (max-width:1545px) {
    .statistics-slider__item-img {
        max-width: 18.9206133333rem;
        max-height: 20.9922133333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .statistics-slider__item-img {
        max-width: 20.5596666667rem;
        max-height: 20.5596666667rem
    }
}

@media(max-width:768px) {
    .statistics-slider__item-img {
        width: 100%
    }
}

.statistics-slider__item-title {
    position: relative;
    color: #525d4e;
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -1.2px
}

.dark .statistics-slider__item-title {
    color: hsla(0, 0%, 100%, .8)
}

@media(min-width:1025px)and (max-width:1545px) {
    .statistics-slider__item-title {
        margin-bottom: 1.1048533333rem;
        font-size: 1.65728rem;
        letter-spacing: -.082864rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .statistics-slider__item-title {
        font-size: 2.1115333333rem;
        margin-bottom: 1.1113333333rem
    }
}

@media(max-width:768px) {
    .statistics-slider__item-title {
        font-size: 14px;
        margin-bottom: 4px;
        line-height: .93;
        letter-spacing: -.88px
    }
}

@media(min-width:577px)and (max-width:768px) {
    .statistics-slider__item-title {
        margin-bottom: 4px;
        font-size: 16px;
        line-height: .93;
        letter-spacing: -.88px
    }
}

.statistics-slider__item-subtitle {
    color: #9ea097;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -.23px
}

.dark .statistics-slider__item-subtitle {
    color: #9ea097
}

@media(min-width:1025px)and (max-width:1545px) {
    .statistics-slider__item-subtitle {
        margin-bottom: .2762133333rem;
        font-size: 1.24296rem;
        letter-spacing: -.0158822667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .statistics-slider__item-subtitle {
        font-size: 1.667rem;
        margin-bottom: .4445333333rem;
        letter-spacing: -.0444533333rem
    }
}

@media(max-width:768px) {
    .statistics-slider__item-subtitle {
        font-size: 12px;
        margin-bottom: 3px;
        letter-spacing: -.65px
    }
}

@media(min-width:577px)and (max-width:768px) {
    .statistics-slider__item-subtitle {
        margin-bottom: 3px;
        font-size: 14px;
        letter-spacing: -.65px
    }
}

.statistics-slider__item-text {
    color: #548200;
    font-weight: 600;
    line-height: 1;
    min-height: 42px;
    font-size: 21px;
    letter-spacing: -.21px
}

.dark .statistics-slider__item-text {
    color: #97a94c
}

@media(min-width:1025px)and (max-width:1545px) {
    .statistics-slider__item-text {
        min-height: 2.90024rem;
        font-size: 1.45012rem;
        letter-spacing: -.0145012rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .statistics-slider__item-text {
        min-height: 3.334rem;
        font-size: 1.667rem;
        letter-spacing: -.01667rem
    }
}

@media(max-width:768px) {
    .statistics-slider__item-text {
        min-height: 20px;
        font-size: 10px;
        letter-spacing: -.1px
    }
}

@media(min-width:577px)and (max-width:768px) {
    .statistics-slider__item-text {
        min-height: 26px;
        font-size: 13px;
        letter-spacing: -.1px
    }
}

.statistics-slider {
    overflow-x: hidden
}

.container-sidebar--statistics {
    position: relative
}

.container-sidebar--statistics:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 372px;
    width: 100%;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .54), var(--LIGHT-THEME-PRIMARY-6))
}

.dark .container-sidebar--statistics:before {
    background-image: linear-gradient(180deg, rgba(78, 84, 89, .62), var(--DARK-THEME-BACKGROUND))
}

@media(min-width:1025px)and (max-width:1545px) {
    .container-sidebar--statistics:before {
        height: 25.68784rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .container-sidebar--statistics:before {
        height: 29.6726rem
    }
}

@media(max-width:768px) {
    .container-sidebar--statistics:before {
        height: 143px
    }
}

.container-sidebar--statistics:after {
    content: "";
    position: absolute;
    left: 0;
    top: 372px;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background-color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .container-sidebar--statistics:after {
    background-color: var(--DARK-THEME-BACKGROUND)
}

@media(min-width:1025px)and (max-width:1545px) {
    .container-sidebar--statistics:after {
        top: 25.68784rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .container-sidebar--statistics:after {
        top: 29.5614666667rem
    }
}

@media(max-width:768px) {
    .container-sidebar--statistics:after {
        top: 143px
    }
}

.statistics-slider-wr {
    position: relative
}

.statistics-slider-artboard {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    bottom: 173px;
    height: 700px;
    width: 100%
}

@media(min-width:1025px)and (max-width:1545px) {
    .statistics-slider-artboard {
        bottom: 11.9462266667rem;
        height: 48.3373333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .statistics-slider-artboard {
        bottom: 19.2260666667rem;
        height: 77.7933333333rem
    }
}

@media(max-width:768px) {
    .statistics-slider-artboard {
        bottom: 100px;
        height: 515px;
        width: auto
    }
}

.statistics-slider__inner {
    overflow-x: hidden;
    position: relative;
    z-index: 7;
    padding: 0 52px 40px
}

.statistics-slider__inner .swiper-wrapper {
    display: flex
}

@media(max-width:768px) {
    .statistics-slider__inner {
        padding: 0 8px 40px
    }
}

@media(min-width:577px)and (max-width:768px) {
    .statistics-slider__inner {
        padding: 0 10px 40px
    }

    .statistics-slider__inner .swiper-wrapper {
        justify-content: center
    }
}

@media screen and (min-width:769px) {
    .statistics-slider__inner .swiper-wrapper {
        justify-content: center
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .statistics-slider__inner {
        padding: 0 5.7789333333rem 4.4453333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .statistics-slider__inner {
        padding: 0 3.5907733333rem 4.4194133333rem
    }
}

@media(min-width:1546px) {
    .statistics-slider__inner {
        padding: 0 52px 64px
    }
}

.cards-slots-slider__item {
    position: relative;
    margin-left: 4px;
    margin-right: 4px;
    max-width: 120px;
    flex-shrink: 0
}

@media(min-width:1546px)and (max-width:1919px) {
    .cards-slots-slider__item {
        margin-left: 4px;
        margin-right: 4px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .cards-slots-slider__item {
        margin-left: .2762133333rem;
        margin-right: .2762133333rem;
        max-width: 8.2864rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .cards-slots-slider__item {
        max-width: 8.335rem;
        margin-left: .4445333333rem;
        margin-right: .4445333333rem
    }
}

@media(max-width:768px) {
    .cards-slots-slider__item {
        margin-left: 4px;
        margin-right: 4px;
        max-width: 58px
    }
}

@media(min-width:620px)and (max-width:768px) {
    .cards-slots-slider__item {
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 20px
    }
}

.cards-slots-slider__item .active .cards-slots-slider__item-wr,
.no-touch .cards-slots-slider__item:hover .cards-slots-slider__item-wr {
    box-shadow: 0 4px 9px 0 rgba(28, 30, 26, .16), 0 2px 5px 0 rgba(28, 30, 26, .09);
    transform: translate3d(0, 1px, 0)
}

.dark .cards-slots-slider__item .active .cards-slots-slider__item-wr,
.dark .no-touch .cards-slots-slider__item:hover .cards-slots-slider__item-wr {
    box-shadow: none;
    color: #97a94c
}

.cards-slots-slider__item .active .cards-slots-slider__icon,
.no-touch .cards-slots-slider__item:hover .cards-slots-slider__icon {
    color: #6ea500
}

.dark .cards-slots-slider__item .active .cards-slots-slider__icon,
.dark .no-touch .cards-slots-slider__item:hover .cards-slots-slider__icon {
    color: #97a94c
}

.cards-slots-slider__item .active .cards-slots__item-title,
.no-touch .cards-slots-slider__item:hover .cards-slots__item-title {
    color: #6ea500
}

.dark .cards-slots-slider__item .active .cards-slots__item-title,
.dark .no-touch .cards-slots-slider__item:hover .cards-slots__item-title {
    color: #97a94c
}

.cards-slots-slider__item-wr {
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-bottom: 36px;
    background-color: #292925;
    color: #fff;
    box-shadow: 0 16px 32px 0 rgba(28, 30, 26, .5);
    cursor: pointer
}

.dark .cards-slots-slider__item-wr {
    background-color: #383d41;
    box-shadow: none
}

@media(min-width:1546px)and (max-width:1919px) {
    .cards-slots-slider__item-wr {
        margin-bottom: 20px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .cards-slots-slider__item-wr {
        height: 8.2864rem;
        width: 8.2864rem;
        border-radius: 2.0716rem;
        margin-bottom: 1.3810666667rem;
        box-shadow: 0 1.1048533333rem 2.2097066667rem 0 rgba(28, 30, 26, .5)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .cards-slots-slider__item-wr {
        height: 8.335rem;
        width: 8.335rem;
        border-radius: 2.2226666667rem;
        margin-bottom: .6668rem;
        box-shadow: 0 .3334rem .7779333333rem 0 rgba(28, 30, 26, .15), 0 .8890666667rem 1.7781333333rem 0 rgba(28, 30, 26, .25)
    }
}

@media(max-width:768px) {
    .cards-slots-slider__item-wr {
        height: 58px;
        width: 58px;
        border-radius: 18px;
        margin-bottom: 10px;
        box-shadow: 0 3px 7px 0 rgba(28, 30, 26, .15), 0 8px 16px 0 rgba(28, 30, 26, .25)
    }
}

@media(min-width:620px)and (max-width:768px) {
    .cards-slots-slider__item-wr {
        width: 75px;
        height: 75px;
        border-radius: 20px;
        margin-bottom: 6px
    }
}

.cards-slots-slider__icon {
    width: 100%
}

.dark .cards-slots-slider__icon {
    color: hsla(0, 0%, 100%, .8)
}

.cards-slots__item-title {
    color: #525d4e;
    font-size: 18px;
    letter-spacing: -1px;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    width: 110%;
    margin-left: -5%
}

.dark .cards-slots__item-title {
    color: #97a94c
}

@media(min-width:1546px)and (max-width:1919px) {
    .cards-slots__item-title {
        font-size: 18px;
        letter-spacing: normal
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .cards-slots__item-title {
        font-size: 1.24296rem;
        letter-spacing: normal
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .cards-slots__item-title {
        font-size: 1.3336rem;
        letter-spacing: normal
    }
}

@media(max-width:768px) {
    .cards-slots__item-title {
        font-size: 12px
    }
}

@media(min-width:620px)and (max-width:768px) {
    .cards-slots__item-title {
        font-size: 13px
    }
}

.icon-name--popular {
    height: 35px
}

@media(min-width:1025px)and (max-width:1545px) {
    .icon-name--popular {
        height: 2.4168666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .icon-name--popular {
        height: 3.6674rem
    }
}

@media(max-width:768px) {
    .icon-name--popular {
        height: 25px
    }
}

.icon-name--new {
    height: 50px
}

@media(min-width:1025px)and (max-width:1545px) {
    .icon-name--new {
        height: 3.4526666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .icon-name--new {
        height: 5.001rem
    }
}

@media(max-width:768px) {
    .icon-name--new {
        height: 29px
    }
}

.icon-name--slots {
    height: 50px
}

@media(min-width:1025px)and (max-width:1545px) {
    .icon-name--slots {
        height: 3.4526666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .icon-name--slots {
        height: 4.4453333333rem
    }
}

@media(max-width:768px) {
    .icon-name--slots {
        height: 29px
    }
}

.icon-name--live,
.icon-name--live-games,
.icon-name--live_games {
    height: 54px
}

@media(min-width:1025px)and (max-width:1545px) {

    .icon-name--live,
    .icon-name--live-games,
    .icon-name--live_games {
        height: 3.72888rem
    }
}

@media(min-width:769px)and (max-width:1024px) {

    .icon-name--live,
    .icon-name--live-games,
    .icon-name--live_games {
        height: 5.2232666667rem
    }
}

@media(max-width:768px) {

    .icon-name--live,
    .icon-name--live-games,
    .icon-name--live_games {
        height: 29px
    }
}

.icon-name--jackpot {
    height: 42px
}

@media(min-width:1025px)and (max-width:1545px) {
    .icon-name--jackpot {
        height: 2.90024rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .icon-name--jackpot {
        height: 4.1119333333rem
    }
}

@media(max-width:768px) {
    .icon-name--jackpot {
        height: 29px
    }
}

.icon-name--roulette_nolive {
    height: 48px
}

@media(min-width:1025px)and (max-width:1545px) {
    .icon-name--roulette_nolive {
        height: 3.31456rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .icon-name--roulette_nolive {
        height: 5.001rem
    }
}

@media(max-width:768px) {
    .icon-name--roulette_nolive {
        height: 29px
    }
}

.icon-name--instant {
    height: 48px
}

@media(min-width:1025px)and (max-width:1545px) {
    .icon-name--instant {
        height: 3.31456rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .icon-name--instant {
        height: 5.001rem
    }
}

@media(max-width:768px) {
    .icon-name--instant {
        height: 29px
    }
}

.icon-name--genres {
    height: 45px
}

@media(min-width:1025px)and (max-width:1545px) {
    .icon-name--genres {
        height: 3.1074rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .icon-name--genres {
        height: 5.001rem
    }
}

@media(max-width:768px) {
    .icon-name--genres {
        height: 29px
    }
}

.icon-name--features {
    height: 49px
}

@media(min-width:1025px)and (max-width:1545px) {
    .icon-name--features {
        height: 3.3836133333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .icon-name--features {
        height: 5.4455333333rem
    }
}

@media(max-width:768px) {
    .icon-name--features {
        height: 29px
    }
}

.icon-name--table {
    height: 47px
}

@media(min-width:1025px)and (max-width:1545px) {
    .icon-name--table {
        height: 3.2455066667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .icon-name--table {
        height: 4.7787333333rem
    }
}

@media(max-width:768px) {
    .icon-name--table {
        height: 29px
    }
}

.icon-name--buy_bonus_games {
    height: 49px
}

@media(min-width:1025px)and (max-width:1545px) {
    .icon-name--buy_bonus_games {
        height: 3.3836133333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .icon-name--buy_bonus_games {
        height: 4.4453333333rem
    }
}

@media(max-width:768px) {
    .icon-name--buy_bonus_games {
        height: 29px
    }
}

.icon-name--sportlobby {
    height: 78px
}

@media(min-width:1025px)and (max-width:1545px) {
    .icon-name--sportlobby {
        height: 5.38616rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .icon-name--sportlobby {
        height: 8.6684rem
    }
}

@media(max-width:768px) {
    .icon-name--sportlobby {
        height: 78px
    }
}

.cards-slots-slider {
    display: flex;
    justify-content: center;
    overflow-x: visible;
    width: 1328px;
    margin-left: auto;
    margin-right: auto
}

@media(min-width:1546px)and (max-width:1919px) {
    .cards-slots-slider {
        width: 1328px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .cards-slots-slider {
        width: 91.7028266667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .cards-slots-slider {
        width: 100%;
        padding: 2.8894666667rem 2.6672rem 0
    }
}

@media(max-width:768px) {
    .cards-slots-slider {
        width: 100%
    }
}

.cards-slots-slider__inner {
    width: 100%
}

.cards-slots-slider__inner .swiper-wrapper {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    justify-content: space-between
}

@media(min-width:1025px)and (max-width:1545px) {
    .cards-slots-slider__inner .swiper-wrapper {
        margin-left: -.6905333333rem;
        margin-right: -.6905333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .cards-slots-slider__inner .swiper-wrapper {
        justify-content: space-between;
        margin-left: -10px;
        margin-right: -10px
    }
}

@media(max-width:768px) {
    .cards-slots-slider__inner .swiper-wrapper {
        margin-left: .2rem;
        margin-right: .2rem
    }
}

@media(min-width:577px)and (max-width:768px) {
    .cards-slots-slider__inner .swiper-wrapper {
        max-width: 568px;
        margin-left: auto;
        margin-right: auto
    }
}

@media(min-width:620px)and (max-width:768px) {
    .cards-slots-slider__inner .swiper-wrapper {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }
}

.call-for-registration {
    display: flex;
    flex-direction: column;
    background-color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .call-for-registration {
    background-color: var(--DARK-THEME-BACKGROUND)
}

.call-for-registration__container {
    margin-bottom: 40px
}

@media(min-width:769px)and (max-width:1024px) {
    .call-for-registration__container {
        margin-bottom: 4.4453333333rem
    }

    .call-for-registration__container.container {
        width: 100%;
        max-width: unset;
        margin-left: 0;
        margin-right: 0;
        padding: 0 2.6672rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .call-for-registration__container {
        margin-bottom: 7.1125333333rem
    }
}

@media(min-width:1546px) {
    .call-for-registration__container {
        margin-bottom: 64px
    }
}

.call-for-registration__row {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.call-for-registration__row--mascot {
    align-items: center
}

.call-for-registration__row--mascot:last-child {
    align-items: flex-end
}

@media(min-width:769px)and (max-width:1024px) {
    .call-for-registration__row--mascot {
        align-items: flex-start
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .call-for-registration__row--mascot {
        align-items: flex-start
    }
}

@media(min-width:1546px) {
    .call-for-registration__row--mascot {
        align-items: flex-start
    }
}

.call-for-registration__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
    font-weight: 700;
    color: var(--LIGHT-THEME-PRIMARY-1);
    text-align: center
}

.dark .call-for-registration__title {
    color: var(--DARK-THEME--SECONDARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .call-for-registration__title {
        font-size: 3.1117333333rem;
        line-height: 3.5562666667rem;
        margin-bottom: 1.3336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .call-for-registration__title {
        font-size: 1.9334933333rem;
        line-height: 2.2097066667rem;
        margin-bottom: .82864rem
    }
}

@media(min-width:1546px) {
    .call-for-registration__title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 24px
    }
}

.call-for-registration__list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 16px
}

@media(min-width:769px)and (max-width:1024px) {
    .call-for-registration__list {
        justify-content: center;
        gap: 3.1117333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .call-for-registration__list {
        justify-content: center;
        gap: 3.31456rem
    }
}

@media(min-width:1546px) {
    .call-for-registration__list {
        justify-content: center;
        gap: 40px
    }
}

.call-for-registration__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 1 calc(33.33333% - 8px);
    max-width: 140px;
    z-index: 0
}

.call-for-registration__item:after {
    content: "";
    position: absolute;
    top: 34px;
    background-color: var(--LIGHT-THEME-SECONDARY-5);
    width: 140px;
    height: 58px;
    border-radius: 8.5px;
    z-index: -1
}

.dark .call-for-registration__item:after {
    background-color: var(--DARK-THEME--SECONDARY-4)
}

@media(min-width:769px)and (max-width:1024px) {
    .call-for-registration__item {
        flex: 0 1 calc(33.33333% - 2.11153rem);
        max-width: 30.3394rem
    }

    .call-for-registration__item:after {
        top: 4.4453333333rem;
        width: 30.3394rem;
        height: 12.5580666667rem;
        border-radius: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .call-for-registration__item {
        max-width: 22.7876rem
    }

    .call-for-registration__item:after {
        top: 4.35036rem;
        width: 22.7876rem;
        height: 9.4603066667rem;
        border-radius: 1.3810666667rem
    }
}

@media(min-width:1546px) {
    .call-for-registration__item {
        max-width: 330px
    }

    .call-for-registration__item:after {
        top: 63px;
        width: 330px;
        height: 137px;
        border-radius: 20px
    }
}

.call-for-registration__item-img {
    width: 84.5px;
    height: 84.5px;
    transition: all .5s
}

.call-for-registration__item:hover .call-for-registration__item-img {
    transform: scale(1.12)
}

@media(min-width:769px)and (max-width:1024px) {
    .call-for-registration__item-img {
        width: 15.5586666667rem;
        height: 15.5586666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .call-for-registration__item-img {
        width: 13.8106666667rem;
        height: 13.8106666667rem
    }
}

@media(min-width:1546px) {
    .call-for-registration__item-img {
        width: 200px;
        height: 200px
    }
}

.call-for-registration__item-text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin-top: 17px;
    color: var(--LIGHT-THEME-PRIMARY-3);
    text-align: center
}

.dark .call-for-registration__item-text {
    color: var(--DARK-THEME-PRIMARY-2)
}

@media(min-width:769px)and (max-width:1024px) {
    .call-for-registration__item-text {
        font-size: 2.2226666667rem;
        line-height: 3.1117333333rem;
        margin-top: 1.8892666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .call-for-registration__item-text {
        font-size: 1.65728rem;
        line-height: 1.9334933333rem;
        margin-top: 1.7263333333rem
    }
}

@media(min-width:1546px) {
    .call-for-registration__item-text {
        font-size: 24px;
        line-height: 28px;
        margin-top: 17px
    }
}

.call-for-registration__mascot {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 364px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(promotions/background_mascot_mob.png?v1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: top
}

.dark .call-for-registration__mascot {
    background-image: url(promotions/background_mascot_dark_mob.png?v1)
}

@media(min-width:769px)and (max-width:1024px) {
    .call-for-registration__mascot {
        height: 33.7845333333rem;
        padding-top: 8.0016rem;
        padding-bottom: 6.2234666667rem;
        background-image: url(promotions/background_mascot_tab.png?v1)
    }

    .dark .call-for-registration__mascot {
        background-image: url(promotions/background_mascot_dark_tab.png?v1)
    }
}

@media(min-width:1025px) {
    .call-for-registration__mascot {
        background-image: url(promotions/background_mascot.png?v1)
    }

    .dark .call-for-registration__mascot {
        background-image: url(promotions/background_mascot_dark.png?v1)
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .call-for-registration__mascot {
        height: 23.20192rem;
        padding-top: 5.5242666667rem;
        padding-bottom: 4.4194133333rem
    }
}

@media(min-width:1546px) {
    .call-for-registration__mascot {
        height: 360px;
        padding-top: 80px;
        padding-bottom: 64px
    }
}

.call-for-registration__mascot-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between
}

@media(min-width:769px)and (max-width:1024px) {
    .call-for-registration__mascot-container {
        flex-direction: row
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .call-for-registration__mascot-container {
        flex-direction: row;
        justify-content: space-around
    }
}

@media(min-width:1546px) {
    .call-for-registration__mascot-container {
        flex-direction: row;
        max-width: 1090px
    }
}

.call-for-registration__mascot-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
    text-align: center;
    color: var(--LIGHT-THEME-PRIMARY-1)
}

.dark .call-for-registration__mascot-title {
    color: var(--DARK-THEME-PRIMARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .call-for-registration__mascot-title {
        font-size: 3.5562666667rem;
        line-height: 4.8898666667rem;
        max-width: 35.1181333333rem;
        margin-bottom: 3.5562666667rem;
        text-align: left
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .call-for-registration__mascot-title {
        font-size: 2.7621333333rem;
        line-height: 3.5907733333rem;
        max-width: 26.5855333333rem;
        margin-bottom: 2.2097066667rem;
        text-align: left
    }
}

@media(min-width:1546px) {
    .call-for-registration__mascot-title {
        font-size: 48px;
        line-height: 52px;
        max-width: 520px;
        margin-bottom: 48px;
        text-align: left
    }
}

.call-for-registration__mascot-link {
    width: 100%
}

@media(min-width:769px)and (max-width:1024px) {
    .call-for-registration__mascot-link {
        width: auto
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .call-for-registration__mascot-link {
        width: auto
    }
}

@media(min-width:1546px) {
    .call-for-registration__mascot-link {
        width: auto
    }
}

.call-for-registration__mascot-btn {
    width: 100%;
    height: 56px;
    padding: 0 16px;
    border-radius: 5px;
    background-color: var(--LIGHT-THEME-SECONDARY-2);
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: var(--LIGHT-THEME-PRIMARY-6)
}

.dark .call-for-registration__mascot-btn {
    color: var(--DARK-THEME-PRIMARY-6)
}

@media(min-width:769px)and (max-width:1024px) {
    .call-for-registration__mascot-btn {
        font-size: 2.6672rem;
        line-height: 3.1117333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .call-for-registration__mascot-btn {
        font-size: 1.65728rem;
        line-height: 1.9334933333rem
    }
}

.dark .call-for-registration__mascot-btn {
    background-color: var(--DARK-THEME--SECONDARY-2)
}

.no-touch .call-for-registration__mascot-btn:enabled:hover {
    background-color: var(--LIGHT-THEME-SECONDARY-1)
}

.dark .no-touch .call-for-registration__mascot-btn:enabled:hover {
    background-color: var(--DARK-THEME--SECONDARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .call-for-registration__mascot-btn {
        width: 22.2266666667rem;
        height: 6.2234666667rem;
        padding: 0 1.7781333333rem;
        border-radius: .5556666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .call-for-registration__mascot-btn {
        width: 16.5728rem;
        height: 4.4194133333rem;
        padding: 0 1.1048533333rem;
        border-radius: .3452666667rem
    }
}

@media(min-width:1546px) {
    .call-for-registration__mascot-btn {
        width: 240px;
        height: 64px
    }
}

.call-for-registration__mascot-cloud {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 20px;
    line-height: normal;
    color: var(--LIGHT-THEME-PRIMARY-1);
    background-image: url(promotions/cloud.png);
    background-size: cover;
    background-repeat: no-repeat;
    animation: show 8s ease infinite
}

@media(min-width:769px)and (max-width:1024px) {
    .call-for-registration__mascot-cloud {
        font-size: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .call-for-registration__mascot-cloud {
        font-size: 1.65728rem
    }
}

@media(min-width:1546px) {
    .call-for-registration__mascot-cloud {
        font-size: 24px
    }
}

@keyframes show {
    0% {
        font-size: 0;
        width: 0;
        height: 0;
        transform: translate(-120px, -50px);
        opacity: 0
    }

    50%,
    75% {
        font-size: 20px;
        width: 116px;
        height: 64px;
        transform: translate(-140px, -50px);
        opacity: 1
    }

    to {
        font-size: 0;
        width: 0;
        height: 0;
        transform: translate(-120px, -50px);
        opacity: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    @keyframes show {
        0% {
            font-size: 0;
            width: 0;
            height: 0;
            transform: translate(-25.5606666667rem, -5.5566666667rem);
            opacity: 0
        }

        50%,
        75% {
            font-size: 2.2226666667rem;
            width: 12.8914666667rem;
            height: 7.1125333333rem;
            transform: translate(-30.006rem, -5.5566666667rem);
            opacity: 1
        }

        to {
            font-size: 0;
            width: 0;
            height: 0;
            transform: translate(-25.5606666667rem, -5.5566666667rem);
            opacity: 0
        }
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    @keyframes show {
        0% {
            font-size: 0;
            width: 0;
            height: 0;
            transform: translate(-17.2633333333rem, -3.4526666667rem);
            opacity: 0
        }

        50%,
        75% {
            font-size: 1.65728rem;
            width: 11.0485333333rem;
            height: 6.0766933333rem;
            transform: translate(-20.716rem, -3.4526666667rem);
            opacity: 1
        }

        to {
            font-size: 0;
            width: 0;
            height: 0;
            transform: translate(-17.2633333333rem, -3.4526666667rem);
            opacity: 0
        }
    }
}

@media(min-width:1546px) {
    @keyframes show {
        0% {
            font-size: 0;
            width: 0;
            height: 0;
            transform: translate(-270px, -50px);
            opacity: 0
        }

        50%,
        75% {
            font-size: 24px;
            width: 180px;
            height: 100px;
            transform: translate(-320px, -50px);
            opacity: 1
        }

        to {
            font-size: 0;
            width: 0;
            height: 0;
            transform: translate(-270px, -50px);
            opacity: 0
        }
    }
}

.call-for-registration__mascot-img {
    width: 168px;
    height: 168px
}

@media(min-width:769px)and (max-width:1024px) {
    .call-for-registration__mascot-img {
        width: 35.3404rem;
        height: 35.3404rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .call-for-registration__mascot-img {
        width: 24.3067733333rem;
        height: 24.3067733333rem
    }
}

@media(min-width:1546px) {
    .call-for-registration__mascot-img {
        width: 100%;
        height: 100%
    }
}

.games-slider__navigation-inner {
    display: flex;
    align-items: center
}

.games-slider__navigation-right .games-slider__navigation-inner {
    display: flex;
    flex-direction: column-reverse
}

.swiper-button-next,
.swiper-button-prev {
    cursor: pointer;
    transition: all .3s ease
}

.games-slider__navigation-top .swiper-button-next,
.games-slider__navigation-top .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #98a590
}

.dark .games-slider__navigation-top .swiper-button-next,
.dark .games-slider__navigation-top .swiper-button-prev {
    background-color: var(--DARK-THEME-PRIMARY-4)
}

.dark .games-slider__navigation-top .swiper-button-next .games-slider__navigation-icon,
.dark .games-slider__navigation-top .swiper-button-prev .games-slider__navigation-icon,
.games-slider__navigation-top .swiper-button-next .games-slider__navigation-icon,
.games-slider__navigation-top .swiper-button-prev .games-slider__navigation-icon {
    color: #fff
}

.games-slider__navigation-top .swiper-button-next.swiper-button-disabled,
.games-slider__navigation-top .swiper-button-prev.swiper-button-disabled {
    background-color: var(--LIGHT-THEME-PRIMARY-5)
}

.dark .games-slider__navigation-top .swiper-button-next.swiper-button-disabled,
.dark .games-slider__navigation-top .swiper-button-prev.swiper-button-disabled {
    background-color: var(--DARK-THEME-PRIMARY-5)
}

.games-slider__navigation-top .swiper-button-next.swiper-button-disabled .games-slider__navigation-icon,
.games-slider__navigation-top .swiper-button-prev.swiper-button-disabled .games-slider__navigation-icon {
    color: #98a590
}

.dark .games-slider__navigation-top .swiper-button-next.swiper-button-disabled .games-slider__navigation-icon,
.dark .games-slider__navigation-top .swiper-button-prev.swiper-button-disabled .games-slider__navigation-icon {
    color: var(--DARK-THEME-PRIMARY-3)
}

@media(min-width:769px)and (max-width:1024px) {

    .games-slider__navigation-top .swiper-button-next,
    .games-slider__navigation-top .swiper-button-prev {
        width: 3.5562666667rem;
        height: 3.5562666667rem;
        border-radius: .6668rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {

    .games-slider__navigation-top .swiper-button-next,
    .games-slider__navigation-top .swiper-button-prev {
        width: 1.8888888889rem;
        height: 1.8888888889rem;
        border-radius: .3333333333rem
    }
}

@media(min-width:1546px) {

    .games-slider__navigation-top .swiper-button-next,
    .games-slider__navigation-top .swiper-button-prev {
        width: 34px;
        height: 34px;
        border-radius: 6px
    }
}

.games-slider__navigation-top .swiper-button-next:hover,
.games-slider__navigation-top .swiper-button-prev:hover {
    background-color: var(--LIGHT-THEME-PRIMARY-3)
}

.dark .games-slider__navigation-top .swiper-button-next:hover,
.dark .games-slider__navigation-top .swiper-button-prev:hover {
    background-color: var(--DARK-THEME-PRIMARY-3)
}

.swiper-button-next .games-slider__navigation-icon,
.swiper-button-prev .games-slider__navigation-icon {
    width: auto;
    color: var(--LIGHT-THEME-SECONDARY-2);
    transition: all .3s ease
}

.dark .swiper-button-next .games-slider__navigation-icon,
.dark .swiper-button-prev .games-slider__navigation-icon {
    color: var(--DARK-THEME--SECONDARY-2)
}

@media(min-width:769px)and (max-width:1024px) {

    .swiper-button-next .games-slider__navigation-icon,
    .swiper-button-prev .games-slider__navigation-icon {
        height: 1.5558666667rem
    }

    .games-slider__navigation-right .swiper-button-next .games-slider__navigation-icon,
    .games-slider__navigation-right .swiper-button-prev .games-slider__navigation-icon {
        height: auto;
        width: .8890666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {

    .swiper-button-next .games-slider__navigation-icon,
    .swiper-button-prev .games-slider__navigation-icon {
        height: .9667466667rem
    }

    .games-slider__navigation-right .swiper-button-next .games-slider__navigation-icon,
    .games-slider__navigation-right .swiper-button-prev .games-slider__navigation-icon {
        height: auto;
        width: 1.0358rem
    }
}

@media(min-width:1546px) {

    .swiper-button-next .games-slider__navigation-icon,
    .swiper-button-prev .games-slider__navigation-icon {
        height: 14px
    }

    .games-slider__navigation-right .swiper-button-next .games-slider__navigation-icon,
    .games-slider__navigation-right .swiper-button-prev .games-slider__navigation-icon {
        height: auto;
        width: 12px
    }
}

.games-slider__navigation-right .swiper-button-next:hover .games-slider__navigation-icon,
.games-slider__navigation-right .swiper-button-prev:hover .games-slider__navigation-icon {
    color: var(--LIGHT-THEME-SECONDARY-4)
}

.dark .games-slider__navigation-right .swiper-button-next:hover .games-slider__navigation-icon,
.dark .games-slider__navigation-right .swiper-button-prev:hover .games-slider__navigation-icon {
    color: var(--DARK-THEME--SECONDARY-4)
}

.games-slider__navigation-right .swiper-button-next.swiper-button-disabled .games-slider__navigation-icon,
.games-slider__navigation-right .swiper-button-prev.swiper-button-disabled .games-slider__navigation-icon {
    color: var(--LIGHT-THEME-PRIMARY-5)
}

.dark .games-slider__navigation-right .swiper-button-next.swiper-button-disabled .games-slider__navigation-icon,
.dark .games-slider__navigation-right .swiper-button-prev.swiper-button-disabled .games-slider__navigation-icon {
    color: var(--DARK-THEME-PRIMARY-5)
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto
}

@media(min-width:769px)and (max-width:1024px) {
    .games-slider__navigation-top .swiper-button-prev {
        margin-right: .6668rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-slider__navigation-top .swiper-button-prev {
        margin-right: .3333333333rem
    }
}

@media(min-width:1546px) {
    .games-slider__navigation-top .swiper-button-prev {
        margin-right: 6px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .games-slider__navigation-right .swiper-button-next {
        margin-bottom: 3.5562666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-slider__navigation-right .swiper-button-next {
        margin-bottom: 1.7777777778rem
    }
}

@media(min-width:1546px) {
    .games-slider__navigation-right .swiper-button-next {
        margin-bottom: 32px
    }
}

.games-slider__navigation-right {
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    z-index: 5;
    opacity: 0;
    transition: opacity .3s ease-out
}

@media(min-width:769px)and (max-width:1024px) {
    .games-slider__navigation-right {
        right: -7.2236666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-slider__navigation-right {
        right: -3.3333333333rem
    }
}

.games-slider-wrap {
    position: relative;
    width: 100%;
    margin-left: .2666666667rem;
    margin-right: .2666666667rem;
    margin-bottom: 16px;
    z-index: 1
}

.games-slider-wrap:has(.games-item__hovered-block-content) {
    z-index: 2
}

@media(max-width:768px) {
    .games-slider-wrap {
        width: 38.6666666667rem
    }
}

@media(max-width:450px) {
    .games-slider-wrap {
        width: 20rem
    }
}

@media screen and (min-width:769px) {
    .games-slider-wrap {
        margin-left: 0;
        margin-right: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .games-slider-wrap {
        margin-bottom: 2.6672rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-slider-wrap {
        margin-bottom: 1.65728rem
    }
}

@media(min-width:1546px) {
    .games-slider-wrap {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 24px
    }
}

.games-slider-wrap .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

@media(min-width:1025px) {
    .book-collection .games-slider-wrap {
        width: 100%
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .games-jackpot .games-slider-wrap {
        margin: 2.5560666667rem auto 4.4453333333rem
    }
}

@media(min-width:1025px) {
    .games-jackpot .games-slider-wrap {
        margin: 1.2777777778rem auto 2.2222222222rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .swiper-container-multirow-column .swiper-wrapper {
        max-height: 44.4533333333rem
    }
}

@media(min-width:1025px) {
    .swiper-container-multirow-column .swiper-wrapper {
        max-height: 33.3333333333rem
    }
}

.games-slider {
    position: relative;
    padding: 24px 12px 60px;
    margin: -24px -12px -60px
}

@media(max-width:768px) {
    .games-slider {
        display: flex;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory
    }

    .games-slider .games-item {
        scroll-snap-align: end
    }

    .games-slider::-webkit-scrollbar {
        display: none
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .games-slider {
        display: flex;
        padding: 3.5562666667rem 6.668rem 2.6672rem .8890666667rem;
        margin: -3.5562666667rem -6.668rem -2.6672rem -.8890666667rem;
        overflow: hidden
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-slider {
        display: flex;
        padding: 2.2097066667rem 4.1432rem 1.65728rem .20716rem;
        margin: -2.2097066667rem -4.1432rem -1.65728rem -.20716rem;
        overflow: hidden
    }
}

@media(min-width:1546px) {
    .games-slider {
        display: flex;
        padding: 32px 60px 24px 3px;
        margin: -32px -60px -24px -3px;
        overflow: hidden
    }
}

.games-slider__title {
    display: flex;
    align-items: center;
    max-width: 70%;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #292925
}

.dark .games-slider__title {
    color: var(--DARK-THEME-PRIMARY-1)
}

@media(min-width:769px)and (max-width:1024px) {
    .games-slider__title {
        margin-right: 2.2226666667rem;
        font-size: 2.6672rem;
        line-height: 3.1117333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-slider__title {
        margin-right: 1.1111111111rem;
        font-size: 1.3333333333rem;
        letter-spacing: -.0074073889rem;
        line-height: 1.5555555556rem
    }
}

@media(min-width:1546px) {
    .games-slider__title {
        margin-right: 20px;
        font-size: 28px;
        line-height: 32px
    }
}

.games-slider__title__safari-padding {
    width: 4rem;
    flex-shrink: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .games-slider__title__safari-padding {
        width: 6.668rem
    }
}

@media(min-width:1025px) {
    .games-slider__title__safari-padding {
        width: 3.3333333333rem
    }
}

.games-slider__title--full-width {
    max-width: 100%
}

.games-slider__title--big {
    line-height: 1
}

@media(min-width:769px)and (max-width:1024px) {
    .games-slider__title--big {
        font-size: 3.1117333333rem;
        letter-spacing: -.0207449259rem
    }
}

@media(min-width:1025px) {
    .games-slider__title--big {
        font-size: 1.5555555556rem;
        letter-spacing: -.0103703889rem
    }
}

.games-slider__title-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    stroke: var(--COMMON-SYSTEM-PINK);
    fill: var(--COMMON-SYSTEM-PINK)
}

@media(min-width:769px)and (max-width:1024px) {
    .games-slider__title-icon {
        width: 3.1117333333rem;
        height: 3.1117333333rem;
        margin-right: .8890666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-slider__title-icon {
        width: 1.9334933333rem;
        height: 1.9334933333rem;
        margin-right: .5524266667rem
    }
}

@media(min-width:1546px) {
    .games-slider__title-icon {
        width: 28px;
        height: 28px
    }
}

.games-slider__navigation {
    display: flex;
    align-items: center
}

.games-slider__navigation-next,
.games-slider__navigation-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s
}

@media(min-width:769px)and (max-width:1024px) {

    .games-slider__navigation-next,
    .games-slider__navigation-prev {
        width: 3.5562666667rem;
        height: 3.5562666667rem;
        border: .1111333333rem solid #1c1e1a;
        border-radius: .8890666667rem
    }
}

@media(min-width:1025px) {

    .games-slider__navigation-next,
    .games-slider__navigation-prev {
        width: 1.7777777778rem;
        height: 1.7777777778rem;
        border: .0555555556rem solid #1c1e1a;
        border-radius: .4444444444rem
    }
}

.games-slider__navigation-next.swiper-button-disabled,
.games-slider__navigation-prev.swiper-button-disabled {
    opacity: .4;
    cursor: auto
}

@media(min-width:769px)and (max-width:1024px) {
    .games-slider__navigation-prev {
        margin-right: .5556666667rem
    }
}

@media(min-width:1025px) {
    .games-slider__navigation-prev {
        margin-right: .2777777778rem
    }
}

.games-slider__button-all {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 7px 12px;
    transform: translateY(-50%);
    background-color: #83b812;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease
}

.games-slider__button-all:hover {
    background-color: #548200
}

.dark .games-slider__button-all {
    background-color: #97a94c
}

.dark .games-slider__button-all:hover {
    background-color: #bed753
}

@media(min-width:769px)and (max-width:1024px) {
    .games-slider__button-all {
        padding: .7779333333rem 1.3336rem;
        border-radius: .5556666667rem;
        font-size: 1.5558666667rem;
        line-height: 2.0004rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-slider__button-all {
        padding: .3888888889rem .6666666667rem;
        border-radius: .4444444444rem;
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

@media(min-width:1546px) {
    .games-slider__button-all {
        border-radius: 8px;
        font-size: 16px;
        line-height: 20px
    }
}

.games-slider__head {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 22px
}

@media(min-width:769px)and (max-width:1024px) {
    .games-slider__head {
        width: 107.6%;
        margin-bottom: 3.5562666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-slider__head {
        margin-bottom: 2.2097066667rem
    }
}

@media(min-width:1546px) {
    .games-slider__head {
        margin-bottom: 32px
    }
}

.games-slider__inner {
    position: relative
}

.games-slider__inner:hover .games-slider__navigation-right {
    opacity: 1
}

.games-slider__inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% + 1px);
    background: linear-gradient(270deg, #fff -2%, hsla(0, 0%, 100%, .9) 39.99%, hsla(0, 0%, 100%, .5) 75.5%, hsla(0, 0%, 100%, .0001));
    height: 100%;
    z-index: 3
}

@media(min-width:769px)and (max-width:1024px) {
    .games-slider__inner:after {
        left: calc(100% + .11113rem);
        width: 7.8904666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-slider__inner:after {
        left: calc(100% + .06905rem);
        width: 4.9027866667rem
    }
}

@media(min-width:1546px) {
    .games-slider__inner:after {
        width: 71px
    }
}

.dark .games-slider__inner:after {
    background: linear-gradient(270deg, #272a2d -2%, rgba(39, 42, 45, .9) 39.99%, rgba(39, 42, 45, .5) 75.5%, rgba(39, 42, 45, .0001))
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px
}

.games-slider-wrap .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2.1333333333rem
}

.book-collection .swiper-pagination {
    bottom: -.6666666667rem
}

.swiper-container-multirow .swiper-wrapper {
    width: 100% !important;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 1fr)
}

@media(max-width:1025px) {
    .swiper-container-multirow.games-slider:not(.swiper-container-initialized) {
        width: 100% !important;
        display: grid;
        grid-auto-flow: column;
        grid-template-rows: repeat(2, 1fr)
    }
}

@media(max-width:768px) {
    .favorites-page .section-games__list {
        margin: 0;
        padding: 0
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .favorites-page .section-games__list {
        margin-left: .20716rem;
        margin-right: -1.0358rem
    }
}

@media(min-width:1546px) {
    .favorites-page .section-games__list {
        margin-left: 4px;
        margin-right: -15px
    }
}

.section-games__list {
    width: 100%;
    padding-left: .3333333333rem;
    padding-right: .3333333333rem
}

@media(max-width:768px) {
    .section-games__list {
        margin: 0
    }
}

@media screen and (min-width:769px) {
    .section-games__list {
        padding: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list {
        width: 100%;
        margin: 0 -.5556666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .section-games__list {
        margin: 0 -.3452666667rem
    }
}

@media(min-width:1546px) {
    .section-games__list {
        margin: 0 -6px
    }
}

.games-item {
    position: relative;
    transform: translateZ(0);
    flex: 0 0 50%;
    display: flex;
    max-width: 50%;
    padding: 0 .3333333333rem;
    margin-bottom: 1.0666666667rem;
    transition: transform .3s ease
}

.games-item.games-item--hover {
    z-index: 3
}

.favorites-games__top-hot-slider .games-item,
.last-games-list .games-item {
    width: 9.5333333333rem;
    margin-right: .6666666667rem;
    margin-bottom: 1.6rem;
    padding: 0;
    flex: none;
    max-width: none
}

.last-games__inner .games-item {
    margin-top: .6666666667rem;
    margin-bottom: 1.6666666667rem
}

.content-single-page__games-list .games-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 .3333333333rem
}

.swiper-container-multirow .games-item {
    max-width: 100% !important
}

@media(max-width:450px) {
    .games-slider .games-item {
        flex: 0 0 48%;
        max-width: 48%
    }
}

@media(min-width:451px)and (max-width:619px) {
    .games-item {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
        padding: 0 .3333333333rem;
        margin-bottom: 1.0666666667rem
    }

    .favorites-games__top-hot-slider .games-item,
    .last-games-list .games-item {
        flex: 0 0 12.1333333333rem;
        max-width: 12.1333333333rem
    }

    .games-slider .games-item {
        flex: 0 0 32%;
        max-width: 32%
    }
}

@media(min-width:620px)and (max-width:768px) {
    .games-item {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 .3333333333rem;
        margin-bottom: 1.0666666667rem
    }

    .favorites-games__top-hot-slider .games-item,
    .last-games-list .games-item {
        flex: 0 0 9.0666666667rem;
        max-width: 9.0666666667rem
    }

    .games-slider .games-item {
        flex: 0 0 24%;
        max-width: 24%
    }
}

@media screen and (min-width:769px) {
    .content-single-page__games-list .games-item {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item {
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0 .5556666667rem;
        margin-bottom: 1.4447333333rem
    }

    .favorites-games__top-hot-slider .games-item,
    .last-games-list .games-item {
        width: 15.5586666667rem;
        margin-right: .8890666667rem;
        margin-bottom: 2.2226666667rem
    }

    .last-games__inner .games-item {
        margin-top: 1.1113333333rem;
        margin-bottom: 5.001rem
    }

    .content-single-page__games-list .games-item {
        padding: 0 .5556666667rem
    }

    .games-slider .games-item {
        flex: 0 0 19%;
        max-width: 19%
    }
}

@media(min-width:1025px) {
    .games-item {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item {
        padding: 0 .41432rem;
        margin-bottom: 1.1048533333rem
    }

    .favorites-games__top-hot-slider .games-item,
    .last-games-list .games-item {
        width: 14.70836rem;
        margin-right: .6905333333rem;
        margin-bottom: 1.3810666667rem
    }

    .last-games__inner .games-item {
        margin-top: 1.7263333333rem;
        margin-bottom: 3.1074rem
    }

    .content-single-page__games-list .games-item {
        padding: 0 .41432rem
    }
}

@media(min-width:1546px) {
    .games-item {
        padding: 0 6px;
        margin-bottom: 16px
    }

    .favorites-games__top-hot-slider .games-item,
    .last-games-list .games-item {
        width: 213px;
        margin-right: 10px;
        margin-bottom: 25px
    }

    .last-games__inner .games-item {
        margin-top: 25px;
        margin-bottom: 45px
    }

    .content-single-page__games-list .games-item {
        padding: 0 6px
    }
}

.games-item--not-time-work {
    filter: contrast(.8)
}

.games-item__sticker {
    position: absolute;
    top: -.5333333333rem;
    right: .9333333333rem;
    z-index: 2;
    transform: translateZ(0);
    pointer-events: none;
    padding: .2666666667rem .6666666667rem;
    border-radius: 1rem;
    font-weight: 600;
    font-size: .6666666667rem;
    line-height: .6666666667rem;
    text-align: center;
    transition: opacity .3s ease
}

.games-item--hover .games-item__sticker {
    opacity: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__sticker {
        top: -.8890666667rem;
        right: 1.5558666667rem;
        padding: .4445333333rem 1.1113333333rem;
        border-radius: 1.667rem;
        font-size: 1.3336rem;
        line-height: 1.1113333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__sticker {
        top: -.62148rem;
        right: .9667466667rem;
        border-radius: 1.0358rem;
        padding: 0 1.1048533333rem;
        line-height: 1.7953866667rem;
        font-size: .82864rem
    }
}

@media(min-width:1546px) {
    .games-item__sticker {
        top: -8px;
        right: 14px;
        padding: 0 16px;
        border-radius: 15px;
        font-size: 12px;
        line-height: 26px
    }
}

.games-item__sticker.stick-new {
    background-color: #6ea500;
    color: #fff
}

.dark .games-item__sticker.stick-new {
    background-color: #97a94c
}

.games-item__sticker.stick-top {
    display: none;
    background-color: #e0e400;
    color: #383d41
}

.games-item__sticker.stick-hot {
    display: none;
    background-color: #df2244
}

.games-item__sticker.stick-rtp-hot {
    display: flex;
    align-items: center;
    background-color: var(--COMMON-SYSTEM-PINK)
}

.games-item__fire-icon {
    width: 16px;
    height: 16px;
    position: relative;
    margin-right: 4px
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__fire-icon {
        width: 1.7781333333rem;
        height: 1.7781333333rem;
        margin-right: .5556666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__fire-icon {
        width: 1.1048533333rem;
        height: 1.1048533333rem;
        margin-right: .3452666667rem
    }
}

.games-item__sticker-inner {
    padding: .2666666667rem .6666666667rem;
    border-radius: 1rem;
    font-weight: 600;
    font-size: .6666666667rem;
    line-height: .6666666667rem;
    text-align: center
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__sticker-inner {
        padding: .4445333333rem 1.1113333333rem;
        border-radius: 1.667rem;
        font-size: 1.3336rem;
        line-height: 1.1113333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__sticker-inner {
        border-radius: 1.0358rem;
        padding: 0 1.1048533333rem;
        line-height: 1.7953866667rem;
        font-size: .82864rem
    }
}

@media(min-width:1546px) {
    .games-item__sticker-inner {
        padding: 0 16px;
        border-radius: 15px;
        font-size: 12px;
        line-height: 26px
    }
}

.games-item__sticker-inner.stick-new {
    background-color: #6ea500;
    color: #fff
}

.dark .games-item__sticker-inner.stick-new {
    background-color: #97a94c
}

.games-item__sticker-inner.stick-top {
    display: none;
    background-color: #e0e400;
    color: #383d41
}

.games-item__sticker-inner.stick-hot {
    display: none;
    background-color: #df2244
}

.games-item__sticker-inner.stick-rtp-hot {
    display: flex;
    align-items: center;
    background-color: var(--COMMON-SYSTEM-PINK)
}

.games-item__header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transform: translateZ(0);
    display: flex;
    align-items: center;
    min-height: 3.1333333333rem;
    padding: .6666666667rem .4rem .6666666667rem .8rem;
    line-height: 1;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    cursor: pointer;
    pointer-events: none
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__header {
        min-height: 5.3344rem;
        padding: 1.2224666667rem .6668rem 1.2224666667rem 1.3336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__header {
        min-height: 4.6265733333rem;
        padding: 1.0358rem .6905333333rem 1.0358rem 1.7263333333rem
    }
}

@media(min-width:1546px) {
    .games-item__header {
        min-height: 67px;
        padding: 15px 10px 15px 25px
    }
}

.games-item__header--jackpot {
    background: linear-gradient(180deg, rgba(0, 0, 0, .58), transparent);
    border-top-left-radius: 13px;
    border-top-right-radius: 13px
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__header--jackpot {
        border-top-left-radius: 1.4447333333rem;
        border-top-right-radius: 1.4447333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__header--jackpot {
        border-top-left-radius: 1.65728rem;
        border-top-right-radius: 1.65728rem
    }
}

@media(min-width:1546px) {
    .games-item__header--jackpot {
        border-top-left-radius: 24px;
        border-top-right-radius: 24px
    }
}

.games-item__jackpot-title {
    margin-bottom: .2rem;
    font-size: .6666666667rem;
    line-height: 1;
    letter-spacing: -.0086666667rem;
    color: #fff
}

.games-item__jackpot-title:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__jackpot-title {
        margin-bottom: .3334rem;
        font-size: 1.1113333333rem;
        letter-spacing: -.0144473333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__jackpot-title {
        margin-bottom: .2762133333rem;
        font-size: 1.1048533333rem;
        letter-spacing: -.0138106667rem
    }
}

@media(min-width:1546px) {
    .games-item__jackpot-title {
        margin-bottom: 4px;
        font-size: 16px;
        letter-spacing: -.2px
    }
}

.games-item__jackpot-sum {
    font-weight: 600;
    font-size: .8rem;
    line-height: 1;
    letter-spacing: -.008rem;
    color: #fff;
    white-space: nowrap
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__jackpot-sum {
        font-size: 1.3336rem;
        letter-spacing: -.013336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__jackpot-sum {
        font-size: 1.3810666667rem;
        letter-spacing: -.0138106667rem
    }
}

@media(min-width:1546px) {
    .games-item__jackpot-sum {
        font-size: 20px;
        letter-spacing: -.2px
    }
}

.games-item__inner {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 .2rem .4666666667rem 0 rgba(41, 41, 37, .15), 0 .5333333333rem 1.0666666667rem 0 rgba(41, 41, 37, .25);
    border-radius: .8666666667rem;
    background-color: #fff
}

.dark .games-item__inner {
    background-color: #383d41
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__inner {
        box-shadow: 0 .3334rem .7779333333rem 0 rgba(41, 41, 37, .15), 0 .8890666667rem 1.7781333333rem 0 rgba(41, 41, 37, .25);
        border-radius: 1.4447333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__inner {
        box-shadow: 0 1.1048533333rem 1.7263333333rem 0 rgba(41, 41, 37, .25), 0 .4833733333rem .9667466667rem 0 rgba(41, 41, 37, .15);
        border-radius: 1.65728rem
    }

    .games-slider-wrap .games-item__inner {
        box-shadow: 0 .3452666667rem .3452666667rem 0 rgba(41, 41, 37, .25)
    }
}

@media(min-width:1546px) {
    .games-item__inner {
        box-shadow: 0 16px 25px 0 rgba(41, 41, 37, .25), 0 7px 14px 0 rgba(41, 41, 37, .15);
        border-radius: 24px
    }

    .games-slider-wrap .games-item__inner {
        box-shadow: 0 5px 5px 0 rgba(41, 41, 37, .25)
    }
}

@media(min-width:1546px)and (max-width:1919px) {
    .games-item__inner {
        width: 100%;
        height: 100%;
        position: relative;
        top: 0
    }
}

.iOS.Safari .games-slider__inner .games-item__inner,
.iOS.Safari .my-games__favorites .games-item__inner {
    border-radius: 13px
}

.games-item__img-block {
    overflow: hidden;
    position: relative;
    display: block;
    height: 11rem;
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
    cursor: pointer;
    transform: translateZ(0)
}

@media(max-width:768px) {
    .games-item__img-block {
        height: auto;
        padding-top: 78%;
        border-top-left-radius: 13px;
        border-top-right-radius: 13px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__img-block {
        height: 12.1135333333rem;
        border-top-left-radius: 1.4447333333rem;
        border-top-right-radius: 1.4447333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__img-block {
        height: 11.3938rem;
        border-top-left-radius: 1.65728rem;
        border-top-right-radius: 1.65728rem
    }
}

@media(min-width:1546px) {
    .games-item__img-block {
        height: 165px;
        border-top-left-radius: 24px;
        border-top-right-radius: 24px
    }
}

.iOS.Safari .games-slider__inner .games-item__img-block,
.iOS.Safari .my-games__favorites .games-item__img-block {
    border-radius: unset
}

.games-item__img-block-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.games-item__bg-text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 .6666666667rem;
    color: #fff;
    text-align: center
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__bg-text {
        padding: 0 1.1113333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__bg-text {
        padding: 0 .6905333333rem
    }
}

@media(min-width:1546px) {
    .games-item__bg-text {
        padding: 0 10px
    }
}

.games-item__bg-text-title {
    font-size: 1.0666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__bg-text-title {
        font-size: 1.7781333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__bg-text-title {
        font-size: 1.24296rem
    }
}

@media(min-width:1546px) {
    .games-item__bg-text-title {
        font-size: 18px
    }
}

.games-item__bg-text-time {
    margin-top: .3333333333rem;
    font-size: 2rem
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__bg-text-time {
        margin-top: .5556666667rem;
        font-size: 3.6674rem
    }
}

@media(min-width:1025px) {
    .games-item__bg-text-time {
        margin-top: .3452666667rem;
        font-size: 2.27876rem
    }
}

@media(min-width:1546px) {
    .games-item__bg-text-time {
        margin-top: 5px;
        font-size: 33px
    }
}

.games-item__main-img {
    position: absolute;
    left: 50%;
    top: 0;
    min-width: 100%;
    height: 100%;
    transform: translate3d(-50%, 0, 0);
    pointer-events: none
}

.games-item__main-img[lazy=error] {
    top: 50%;
    width: auto;
    height: auto;
    min-width: auto;
    transform: translate3d(-50%, -50%, 0)
}

.iOS.Safari .games-slider__inner .games-item__main-img,
.iOS.Safari .my-games__favorites .games-item__main-img {
    border-radius: 13px 13px 0 0
}

.games-item__game-name {
    overflow: hidden;
    padding: .6666666667rem;
    margin-bottom: 0;
    border-bottom-left-radius: 1.6rem;
    border-bottom-right-radius: 1.6rem;
    font-weight: 400;
    font-size: .8rem;
    line-height: 1.25;
    color: #292925;
    white-space: nowrap;
    text-overflow: ellipsis
}

.dark .games-item__game-name {
    color: hsla(0, 0%, 100%, .8)
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__game-name {
        min-height: auto;
        height: 3.8896666667rem;
        padding: 1.1113333333rem;
        border-bottom-left-radius: 1.4447333333rem;
        border-bottom-right-radius: 1.4447333333rem;
        font-size: 1.3336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__game-name {
        padding: .5524266667rem 1.65728rem;
        border-bottom-left-radius: 1.65728rem;
        border-bottom-right-radius: 1.65728rem;
        font-size: 1.1048533333rem
    }
}

@media(min-width:1546px) {
    .games-item__game-name {
        padding: 8px 24px;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
        font-size: 16px
    }
}

.games-item__realmoney-notice {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: .6666666667rem;
    border-radius: .8666666667rem;
    background-color: rgba(0, 0, 0, .78);
    font-weight: 600;
    font-size: .9333333333rem;
    line-height: 1.29;
    letter-spacing: -.0093333333rem;
    text-align: center;
    transition: all .3s ease
}

.games-item__realmoney-notice div {
    width: 100%
}

.games-item__realmoney-notice b {
    display: block;
    margin-bottom: .3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__realmoney-notice {
        padding: 1.1113333333rem;
        border-radius: 1.4447333333rem;
        font-size: 1.5558666667rem;
        letter-spacing: -.0155586667rem
    }

    .games-item__realmoney-notice b {
        margin-bottom: 0
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__realmoney-notice {
        padding: .6905333333rem;
        border-radius: 1.65728rem;
        font-size: 1.24296rem;
        letter-spacing: -.0124296rem
    }

    .games-item__realmoney-notice b {
        margin-bottom: 0
    }
}

@media(min-width:1546px) {
    .games-item__realmoney-notice {
        padding: 10px;
        border-radius: 24px;
        font-size: 18px;
        letter-spacing: -.18px
    }

    .games-item__realmoney-notice b {
        margin-bottom: 0
    }
}

.games-item__ft {
    position: relative;
    z-index: 1;
    border-bottom-left-radius: .8666666667rem;
    border-bottom-right-radius: .8666666667rem;
    transform: translateZ(0)
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__ft {
        border-bottom-left-radius: 1.4447333333rem;
        border-bottom-right-radius: 1.4447333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__ft {
        border-bottom-left-radius: 1.65728rem;
        border-bottom-right-radius: 1.65728rem
    }
}

@media(min-width:1546px) {
    .games-item__ft {
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px
    }
}

.games-item__ft-stickers {
    position: absolute;
    left: 1rem;
    top: -.8666666667rem;
    z-index: 12;
    display: flex;
    height: .9333333333rem;
    padding-top: .4666666667rem;
    padding-left: .3333333333rem;
    padding-right: .3333333333rem;
    background-color: #fff;
    align-items: center
}

.touch .games-item__ft-stickers {
    pointer-events: none
}

.dark .games-item__ft-stickers {
    background-color: #383d41
}

.games-item__ft-stickers:before {
    content: "";
    position: absolute;
    top: 0;
    left: -.6rem;
    height: 100%;
    width: .6666666667rem;
    background-image: url(left-border-basic.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0
}

.dark .games-item__ft-stickers:before {
    background-image: url(left-border-dark.svg)
}

.games-item__ft-stickers:after {
    content: "";
    position: absolute;
    top: 0;
    right: -.6rem;
    height: 100%;
    width: .6666666667rem;
    background-image: url(right-border-basic.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0
}

.dark .games-item__ft-stickers:after {
    background-image: url(right-border-dark.svg)
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__ft-stickers {
        top: -1.4447333333rem;
        left: 1.667rem;
        height: 1.5558666667rem;
        padding-top: 1.1113333333rem;
        padding-left: .5556666667rem;
        padding-right: .5556666667rem
    }

    .games-item__ft-stickers:before {
        left: -.8890666667rem;
        width: 1.1113333333rem
    }

    .games-item__ft-stickers:after {
        right: -1.0002rem;
        width: 1.1113333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__ft-stickers {
        left: 2.0716rem;
        top: -1.65728rem;
        height: 1.7263333333rem;
        padding-top: .41432rem;
        padding-left: .4833733333rem;
        padding-right: .4833733333rem
    }

    .games-item__ft-stickers:before {
        left: -1.1048533333rem;
        width: 1.24296rem
    }

    .games-item__ft-stickers:after {
        right: -1.1048533333rem;
        width: 1.24296rem
    }
}

@media(min-width:1546px) {
    .games-item__ft-stickers {
        left: 30px;
        top: -23px;
        height: 25px;
        padding-top: .41432rem;
        padding-left: 7px;
        padding-right: 7px
    }

    .games-item__ft-stickers:before {
        left: -16px;
        width: 18px
    }

    .games-item__ft-stickers:after {
        right: -16px;
        width: 18px
    }
}

.games-item__ft-sticker {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.6666666667rem;
    margin-right: .6666666667rem
}

.games-item__ft-sticker:last-child {
    margin-right: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__ft-sticker {
        height: 2.7783333333rem;
        margin-right: .5555555556rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__ft-sticker {
        height: 1.3120133333rem;
        margin-right: 1.0358rem
    }
}

@media(min-width:1546px) {
    .games-item__ft-sticker {
        height: 25px;
        margin-right: 16px
    }
}

.games-item__ft-sticker-ic {
    height: auto;
    width: 1.2rem;
    color: #6ea500
}

.dark .games-item__ft-sticker-ic {
    color: #97a94c
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__ft-sticker-ic {
        width: 1.4447333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__ft-sticker-ic {
        width: 1.1739066667rem
    }
}

@media(min-width:1546px) {
    .games-item__ft-sticker-ic {
        width: 17px
    }
}

.games-item__ft-sticker-rm-notice {
    position: absolute;
    left: -7.2236666667rem;
    bottom: 3.8896666667rem;
    width: 18.8926666667rem;
    box-shadow: 0 .6668rem 1.4447333333rem 0 rgba(0, 0, 0, .34);
    padding: 1.1113333333rem 1.667rem;
    border-radius: .5556666667rem;
    background-color: #fff;
    font-size: 1.3336rem;
    line-height: 1.29;
    letter-spacing: -.013336rem;
    color: #545d4f;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease
}

.games-item__ft-sticker-rm-notice:before {
    content: "";
    position: absolute;
    left: 7.4459333333rem;
    bottom: -.7779333333rem;
    border-top: .8890666667rem solid #fff;
    border-left: .6668rem solid transparent;
    border-right: .6668rem solid transparent
}

.games-item__ft-sticker:hover .games-item__ft-sticker-rm-notice {
    opacity: 1
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__ft-sticker-rm-notice {
        left: -4.4884666667rem;
        bottom: 2.4168666667rem;
        width: 13.8106666667rem;
        box-shadow: 0 .41432rem .8976933333rem 0 rgba(0, 0, 0, .34);
        padding: .6905333333rem 1.0358rem;
        border-radius: .3452666667rem;
        font-size: .9667466667rem;
        letter-spacing: -.0096674667rem
    }

    .games-item__ft-sticker-rm-notice:before {
        left: 4.6265733333rem;
        bottom: -.62148rem;
        border-top-width: .6905333333rem;
        border-left-width: .5524266667rem;
        border-right-width: .5524266667rem
    }
}

@media(min-width:1546px) {
    .games-item__ft-sticker-rm-notice {
        left: -65px;
        bottom: 35px;
        width: 200px;
        box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .34);
        padding: 10px 15px;
        border-radius: 5px;
        font-size: 14px;
        letter-spacing: -.14px
    }

    .games-item__ft-sticker-rm-notice:before {
        left: 67px;
        bottom: -9px;
        border-top-width: 10px;
        border-left-width: 8px;
        border-right-width: 8px
    }
}

.games-item__hovered-block {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    display: flex;
    width: 130%;
    min-height: 130%;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
    border-radius: .8666666667rem;
    opacity: 0;
    pointer-events: none
}

.games-item--hover .games-item__hovered-block {
    opacity: 1;
    pointer-events: auto
}

.games-item__hovered-block:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%
}

.games-item--hover .games-item__hovered-block:before {
    animation: setPointer .2s linear 0s 1 forwards
}

.games-slider-wrap .games-item__hovered-block {
    width: 130%;
    min-height: 120%
}

@media(min-width:620px)and (max-width:768px) {
    .games-slider-wrap .games-item__hovered-block {
        width: 150%;
        min-height: 120%
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .games-slider-wrap .games-item__hovered-block {
        width: 130%;
        min-height: 120%
    }
}

@media(min-width:1025px) {
    .games-slider-wrap .games-item__hovered-block {
        width: 106.25%;
        min-height: 106.25%
    }
}

.tabs-game-slider__slider-wr .games-item:last-child .games-item__hovered-block {
    left: auto;
    right: 0
}

@media(max-width:450px) {
    .games-slider .games-item .games-item__hovered-block {
        top: 60%
    }
}

@media(min-width:451px)and (max-width:619px) {
    .games-slider .games-item .games-item__hovered-block {
        top: 50%
    }
}

@media(min-width:620px)and (max-width:768px) {
    .games-slider .games-item .games-item__hovered-block {
        top: 60%
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .games-slider .games-item .games-item__hovered-block {
        top: 55%
    }
}

@media(max-width:450px) {
    .games-slider .games-item:not(:last-child) .games-item__hovered-block {
        left: -10%;
        right: auto
    }
}

@media(min-width:451px)and (max-width:619px) {
    .games-slider .games-item:not(:last-child) .games-item__hovered-block {
        left: -5%;
        right: auto
    }
}

@media(min-width:620px)and (max-width:768px) {
    .games-slider .games-item:not(:last-child) .games-item__hovered-block {
        left: -10%;
        right: auto
    }
}

@media(max-width:1024px) {
    .games-slider .games-item:last-child .games-item__hovered-block {
        left: auto;
        right: 0
    }
}

@media(max-width:768px) {
    .games-item:nth-child(odd) .games-item__hovered-block {
        left: 0
    }

    .games-item:nth-child(2n) .games-item__hovered-block {
        right: 0
    }

    .last-games .games-item:last-child .games-item__hovered-block {
        left: auto;
        right: 0
    }

    .tabs-game-slider__slider-wr .games-item:nth-child(2n) .games-item__hovered-block,
    .tabs-game-slider__slider-wr .games-item:nth-child(odd) .games-item__hovered-block {
        left: -15%;
        right: auto
    }
}

@media(max-width:768px)and (max-width:768px) {

    .tabs-game-slider__slider-wr .games-item:nth-child(2n) .games-item__hovered-block,
    .tabs-game-slider__slider-wr .games-item:nth-child(odd) .games-item__hovered-block {
        left: 0
    }
}

@media(max-width:768px) {
    .tabs-game-slider__slider-wr .games-item:last-child .games-item__hovered-block {
        left: auto;
        right: 0
    }
}

@media(min-width:451px)and (max-width:619px) {
    .games-item:nth-child(3n-2) .games-item__hovered-block {
        left: 0;
        right: auto
    }

    .games-item:nth-child(3n-1) .games-item__hovered-block {
        left: -9%;
        right: auto
    }

    .games-item:nth-child(3n) .games-item__hovered-block,
    .games-item__hovered-block .games-item:last-child {
        right: 0;
        left: auto
    }

    .tabs-game-slider__slider-wr .games-item:nth-child(3n) .games-item__hovered-block,
    .tabs-game-slider__slider-wr .games-item:nth-child(3n-1) .games-item__hovered-block,
    .tabs-game-slider__slider-wr .games-item:nth-child(3n-2) .games-item__hovered-block {
        left: -15%;
        right: auto
    }

    .games-slider-wrap .tabs-game-slider__slider-wr .games-item:nth-child(3n) .games-item__hovered-block,
    .games-slider-wrap .tabs-game-slider__slider-wr .games-item:nth-child(3n-1) .games-item__hovered-block,
    .games-slider-wrap .tabs-game-slider__slider-wr .games-item:nth-child(3n-2) .games-item__hovered-block {
        left: -10%
    }

    .tabs-game-slider__slider-wr .games-item:first-child .games-item__hovered-block {
        left: -9%
    }

    .tabs-game-slider__slider-wr .games-item:last-child .games-item__hovered-block {
        left: auto;
        right: 0
    }
}

@media(min-width:620px)and (max-width:768px) {
    .games-item:nth-child(4n-3) .games-item__hovered-block {
        left: 0;
        right: auto
    }

    .games-item:nth-child(4n-1) .games-item__hovered-block,
    .games-item:nth-child(4n-2) .games-item__hovered-block {
        left: -15%;
        right: auto
    }

    .games-item:nth-child(4n) .games-item__hovered-block {
        left: auto;
        right: 0
    }

    .tabs-game-slider__slider-wr .games-item:nth-child(4n) .games-item__hovered-block,
    .tabs-game-slider__slider-wr .games-item:nth-child(4n-1) .games-item__hovered-block,
    .tabs-game-slider__slider-wr .games-item:nth-child(4n-2) .games-item__hovered-block,
    .tabs-game-slider__slider-wr .games-item:nth-child(4n-3) .games-item__hovered-block {
        left: -15%;
        right: auto
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__hovered-block {
        left: -9%;
        border-radius: 1.4447333333rem
    }

    .games-item--hover .games-item__hovered-block {
        box-shadow: 0 .1111333333rem .5556666667rem 0 rgba(0, 0, 0, .5)
    }
}

@media(min-width:1025px) {
    .games-item__hovered-block {
        left: -3.125%;
        width: 106.25%;
        min-height: 106.25%
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__hovered-block {
        border-radius: 1.65728rem
    }

    .games-item--hover .games-item__hovered-block {
        box-shadow: 0 .0690533333rem .3452666667rem 0 rgba(0, 0, 0, .5)
    }
}

@media(min-width:1546px) {
    .games-item__hovered-block {
        border-radius: 24px
    }

    .games-item--hover .games-item__hovered-block {
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5)
    }
}

@keyframes setPointer {
    0% {
        z-index: 10
    }

    99% {
        z-index: 10
    }

    to {
        z-index: -10
    }
}

.games-item__hovered-block-img-wr {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    border-radius: .8666666667rem
}

.games-item__hovered-block--visible .games-item__hovered-block-img-wr:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transform: translateZ(0);
    width: 101%;
    height: 101%;
    border-radius: .8666666667rem;
    background-color: rgba(0, 0, 0, .78)
}

.games-item__hovered-block .games-item__hovered-block-img-wr:after {
    content: "";
    position: absolute;
    left: -80%;
    right: -80%;
    top: -100%;
    z-index: 30;
    transform: translateY(0) rotate(-12deg);
    height: 120%;
    opacity: .6;
    background-image: linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .4) 29%, hsla(0, 0%, 100%, 0));
    animation: flareAnim .4s ease-in-out 0s 1 forwards
}

@media(min-width:769px)and (max-width:1024px) {

    .games-item__hovered-block-img-wr,
    .games-item__hovered-block-img-wr:before {
        border-radius: 1.4447333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {

    .games-item__hovered-block-img-wr,
    .games-item__hovered-block-img-wr:before {
        border-radius: 1.65728rem
    }
}

@media(min-width:1546px) {

    .games-item__hovered-block-img-wr,
    .games-item__hovered-block-img-wr:before {
        border-radius: 24px
    }
}

@keyframes flareAnim {
    0% {
        transform: translateY(0) rotate(-12deg)
    }

    to {
        transform: translateY(180%) rotate(-12deg)
    }
}

.games-item__hovered-block-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    min-width: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .8666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__hovered-block-img {
        border-radius: 1.4447333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__hovered-block-img {
        border-radius: 1.65728rem
    }
}

@media(min-width:1546px) {
    .games-item__hovered-block-img {
        border-radius: 24px
    }
}

.games-item__hovered-block-content {
    position: relative;
    transform: translateZ(0);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: .6666666667rem 1rem
}

.games-slider-wrap .games-item__hovered-block-content {
    padding: 12px
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__hovered-block-content {
        padding: 1.1113333333rem 1.667rem
    }

    .games-slider-wrap .games-item__hovered-block-content {
        padding: .8890666667rem 1.667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__hovered-block-content {
        padding: 1.1739066667rem 1.3810666667rem
    }

    .games-slider-wrap .games-item__hovered-block-content {
        padding: 1.0358rem 1.3810666667rem
    }
}

@media(min-width:1546px) {
    .games-item__hovered-block-content {
        padding: 17px 20px
    }

    .games-slider-wrap .games-item__hovered-block-content {
        padding: 15px 20px
    }
}

.games-item__hovered-top-block {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center
}

.games-item__provider-wr {
    margin-bottom: .2666666667rem;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.games-item__provider-wr:last-child,
.games-slider-wrap .games-item__provider-wr {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__provider-wr {
        margin-bottom: .7779333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__provider-wr {
        margin-bottom: .4833733333rem
    }
}

@media(min-width:1546px) {
    .games-item__provider-wr {
        margin-bottom: 7px
    }
}

.games-item__provider {
    padding: 0 .1333333333rem;
    border-bottom: .0666666667rem solid #6ea500;
    font-size: .7333333333rem;
    line-height: 1.27;
    letter-spacing: -.0073333333rem;
    color: #6ea500;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer
}

.dark .games-item__provider {
    border-color: #97a94c;
    color: #97a94c
}

.games-item__provider:hover {
    background-color: rgba(110, 165, 0, .2)
}

.dark .games-item__provider:hover {
    background-color: rgba(151, 169, 76, .2)
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__provider {
        padding: 0 .2222666667rem;
        border-width: .1111333333rem;
        font-size: 1.2224666667rem;
        letter-spacing: -.0122246667rem
    }
}

@media(min-width:1025px) {
    .games-item__provider {
        line-height: 1.29
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__provider {
        padding: 0 .1381066667rem;
        border-width: .0690533333rem;
        font-size: .9667466667rem;
        letter-spacing: -.0096674667rem
    }
}

@media(min-width:1546px) {
    .games-item__provider {
        padding: 0 2px;
        border-width: 1px;
        font-size: 14px;
        letter-spacing: -.14px
    }
}

.games-item__real-money {
    position: relative;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .6666666667rem;
    font-weight: 400;
    color: #6ea500;
    text-align: center
}

.games-slider-wrap .games-item__real-money {
    margin-bottom: .3333333333rem
}

.dark .games-item__real-money {
    color: #97a94c
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__real-money {
        margin-bottom: 1.1113333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__real-money {
        margin-bottom: .6905333333rem
    }
}

@media(min-width:1546px) {
    .games-item__real-money {
        margin-bottom: 10px
    }
}

.games-item__real-money-ic {
    width: auto;
    height: .6rem;
    margin-right: .4rem
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__real-money-ic {
        height: .8890666667rem;
        margin-right: .6668rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__real-money-ic {
        height: 1.0358rem;
        margin-right: .3452666667rem
    }
}

@media(min-width:1546px) {
    .games-item__real-money-ic {
        height: 15px;
        margin-right: 5px
    }
}

.games-item__real-money-title {
    width: auto !important;
    font-size: .7333333333rem;
    line-height: 1.64;
    letter-spacing: -.0073333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__real-money-title {
        border-width: .1111333333rem;
        font-size: 1.2224666667rem;
        letter-spacing: -.0122246667rem
    }
}

@media(min-width:1025px) {
    .games-item__real-money-title {
        line-height: 1.29
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__real-money-title {
        border-width: .0690533333rem;
        font-size: .9667466667rem;
        letter-spacing: -.0096674667rem
    }
}

@media(min-width:1546px) {
    .games-item__real-money-title {
        font-size: 14px;
        letter-spacing: -.14px
    }
}

.games-item__title {
    display: inline;
    min-height: 2.4666666667rem;
    margin: 5px 0;
    text-align: center
}

.games-slider-wrap .games-item__title {
    min-height: unset
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__title {
        min-height: 4.1119333333rem
    }
}

@media(min-width:1025px) {
    .games-item__title {
        line-height: 1.33
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__title {
        min-height: 3.31456rem
    }
}

@media(min-width:1546px) {
    .games-item__title {
        min-height: 48px
    }
}

.games-item__title-text {
    display: inline;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -.0093333333rem;
    color: #fff;
    cursor: pointer
}

.games-item__title-text:hover {
    background-color: hsla(0, 0%, 100%, .2)
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__title-text {
        font-size: 1.5558666667rem;
        letter-spacing: -.0155586667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__title-text {
        font-size: 1.24296rem;
        letter-spacing: -.0124296rem
    }
}

@media(min-width:1546px) {
    .games-item__title-text {
        font-size: 18px;
        letter-spacing: -.18px
    }
}

.games-item__play-demo-wr {
    margin-bottom: .2666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__play-demo-wr {
        margin-bottom: .3334rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__play-demo-wr {
        margin-bottom: .4833733333rem
    }
}

@media(min-width:1546px) {
    .games-item__play-demo-wr {
        margin-bottom: 4px
    }
}

.games-item__play-demo {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid transparent;
    background-color: transparent;
    font-weight: 600;
    font-size: .8rem;
    line-height: 1.5;
    letter-spacing: -.008rem;
    color: #6ea500;
    cursor: pointer;
    transition: all .3s ease;
    transition-property: background-color, color
}

.dark .games-item__play-demo {
    color: #97a94c
}

.games-item__play-demo:hover {
    border-color: #6ea500
}

.dark .games-item__play-demo:hover {
    border-color: #97a94c
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__play-demo {
        font-size: 1.3336rem;
        letter-spacing: -.013336rem
    }
}

@media(min-width:1025px) {
    .games-item__play-demo {
        line-height: 1.13
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__play-demo {
        font-size: 1.1048533333rem;
        letter-spacing: -.0110485333rem
    }
}

@media(min-width:1546px) {
    .games-item__play-demo {
        font-size: 16px;
        letter-spacing: -.16px
    }
}

.games-item__heart-wr {
    display: flex;
    justify-content: flex-end
}

.games-item__hovered-block .games-item__heart-wr {
    position: absolute;
    right: 0;
    bottom: 0
}

.games-item__heart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.7333333333rem;
    height: 1.7333333333rem;
    border-radius: .5333333333rem;
    color: #f2f2f2;
    cursor: pointer;
    transition: opacity .3s ease
}

.games-item__header .games-item__heart {
    margin-right: 1rem;
    background-color: rgba(0, 0, 0, .5)
}

.games-item__heart.active {
    color: #e0e400
}

.games-item__heart:hover {
    opacity: .8
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__heart {
        width: 2.8894666667rem;
        height: 2.8894666667rem;
        border-radius: .8890666667rem
    }

    .games-item__header .games-item__heart {
        margin-right: 1.667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__heart {
        width: 2.3478133333rem;
        height: 2.3478133333rem;
        border-radius: .5524266667rem
    }

    .games-item__header .games-item__heart {
        margin-right: 1.0358rem
    }
}

@media(min-width:1546px) {
    .games-item__heart {
        width: 34px;
        height: 34px;
        border-radius: 8px
    }

    .games-item__header .games-item__heart {
        margin-right: 15px
    }
}

.games-item__heart-ic {
    display: block;
    flex-shrink: 0;
    width: .8666666667rem;
    height: auto
}

@media(max-width:450px) {
    .games-item__heart-ic {
        width: 18px
    }
}

@media(max-width:420px) {
    .games-item__heart-ic {
        width: 16px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__heart-ic {
        width: 1.5003rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__heart-ic {
        width: 1.24296rem
    }
}

@media(min-width:1546px) {
    .games-item__heart-ic {
        width: 18px
    }
}

.games-item__footer {
    position: relative;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 5.7333333333rem;
    padding-top: 2.2rem;
    margin-top: 1.5333333333rem;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    text-align: center
}

.games-slider-wrap .games-item__footer {
    height: 4.8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__footer {
        height: 9.5574666667rem;
        padding-top: 3.6674rem;
        margin-top: 2.5560666667rem
    }

    .games-slider-wrap .games-item__footer {
        height: 7.5570666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__footer {
        height: 7.5958666667rem;
        padding-top: 2.90024rem;
        margin-top: 2.2097066667rem
    }

    .games-slider-wrap .games-item__footer {
        height: 5.6623733333rem
    }
}

@media(min-width:1546px) {
    .games-item__footer {
        height: 110px;
        padding-top: 42px;
        margin-top: 32px
    }

    .games-slider-wrap .games-item__footer {
        height: 80px
    }
}

.games-item__footer--jackpot-or-tournament {
    justify-content: space-between
}

.item__footer-line {
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.games-item__footer-line--jackpot-and-tournament {
    justify-content: space-between
}

.games-item__play {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate3d(-50%, -50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.0666666667rem;
    height: 3.0666666667rem;
    border-radius: 50%;
    background-color: #6ea500;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease;
    transition-property: background-color, box-shadow
}

.dark .games-item__play {
    background-color: #97a94c
}

.no-touch .games-item__play:hover {
    box-shadow: 0 0 1rem .3333333333rem hsla(0, 0%, 100%, .6)
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__play {
        width: 5.1121333333rem;
        height: 5.1121333333rem
    }

    .no-touch .games-item__play:hover {
        box-shadow: 0 0 1.667rem .5556666667rem hsla(0, 0%, 100%, .6)
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__play {
        width: 3.8669866667rem;
        height: 3.8669866667rem
    }

    .no-touch .games-item__play:hover {
        box-shadow: 0 0 1.0358rem .3452666667rem hsla(0, 0%, 100%, .6)
    }
}

@media(min-width:1546px) {
    .games-item__play {
        width: 56px;
        height: 56px
    }

    .no-touch .games-item__play:hover {
        box-shadow: 0 0 15px 5px hsla(0, 0%, 100%, .6)
    }
}

.games-item__play-ic {
    display: block;
    width: auto;
    height: 1.3333333333rem;
    margin-left: .2rem;
    transition: transform .3s ease
}

.games-item__play:hover .games-item__play-ic {
    transform: scale(1.5)
}

@media screen and (min-width:769px) {
    .games-item__play:hover .games-item__play-ic {
        transform: scale(1.8)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__play-ic {
        height: 1.3810666667rem;
        margin-left: .20716rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__play-ic {
        height: 1.3810666667rem;
        margin-left: .20716rem
    }
}

@media(min-width:1546px) {
    .games-item__play-ic {
        height: 20px;
        margin-left: 3px
    }
}

.games-item__footer-left,
.games-item__footer-right {
    flex: 1 1 auto
}

.games-item__footer-line--jackpot-and-tournament .games-item__footer-left {
    margin-right: .6666666667rem
}

.games-item__footer-line--jackpot-and-tournament .games-item__footer-left:last-child {
    margin-right: 0
}

.games-slider-wrap .games-item__footer-left {
    text-align-last: left
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__footer-line--jackpot-and-tournament .games-item__footer-left {
        margin-right: 1.1113333333rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__footer-line--jackpot-and-tournament .games-item__footer-left {
        margin-right: .6905333333rem;
        margin-right: 10px
    }
}

.games-item__footer-title {
    font-size: .7333333333rem;
    line-height: 1;
    letter-spacing: -.0093333333rem;
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__footer-title {
        font-size: 1.2224666667rem;
        letter-spacing: -.0155586667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__footer-title {
        font-size: .82864rem;
        letter-spacing: -.0082864rem
    }
}

@media(min-width:1546px) {
    .games-item__footer-title {
        font-size: 12px;
        letter-spacing: -.12px
    }
}

.games-item__footer-jackpot-sum {
    display: inline-block;
    font-weight: 600;
    font-size: .8rem;
    line-height: 1.13;
    letter-spacing: -.008rem;
    color: #fff;
    white-space: nowrap;
    transition: all .1s ease
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__footer-jackpot-sum {
        font-size: 1.3336rem;
        letter-spacing: -.013336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__footer-jackpot-sum {
        font-size: 1.1048533333rem;
        letter-spacing: -.0110485333rem
    }
}

@media(min-width:1546px) {
    .games-item__footer-jackpot-sum {
        font-size: 16px;
        letter-spacing: -.16px
    }
}

.games-item__footer-tournament-name {
    display: inline-block;
    padding: 0 .1333333333rem;
    background-color: transparent;
    font-weight: 600;
    font-size: .8rem;
    line-height: 1;
    letter-spacing: -.008rem;
    color: #6ea500;
    white-space: nowrap;
    cursor: pointer;
    transition: color .3s ease
}

.dark .games-item__footer-tournament-name {
    color: #97a94c
}

.games-item__footer-tournament-name:hover {
    background-color: rgba(110, 165, 0, .2)
}

.dark .games-item__footer-tournament-name:hover {
    background-color: rgba(151, 169, 76, .2)
}

@media(min-width:769px)and (max-width:1024px) {
    .games-item__footer-tournament-name {
        padding: 0 .2222666667rem;
        font-size: 1.3336rem;
        letter-spacing: -.013336rem
    }
}

@media(min-width:1025px) {
    .games-item__footer-tournament-name {
        line-height: 1.13
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .games-item__footer-tournament-name {
        padding: 0 .1381066667rem;
        font-size: 1.1048533333rem;
        letter-spacing: -.0110485333rem
    }
}

@media(min-width:1546px) {
    .games-item__footer-tournament-name {
        padding: 0 2px;
        font-size: 16px;
        letter-spacing: -.16px
    }
}

.section-games-wrapper {
    margin-bottom: 64px
}

@media(min-width:1546px)and (max-width:1919px) {
    .section-games-wrapper {
        margin-bottom: 64px
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .section-games-wrapper {
        margin-bottom: 4.4194133333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games-wrapper {
        margin-bottom: 4.4453333333rem
    }
}

@media(max-width:768px) {
    .section-games-wrapper {
        margin-bottom: 40px
    }
}

.section-games,
.section-games__list-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1328px;
    margin-left: auto;
    margin-right: auto;
    z-index: 5
}

.section-games:has(.games-item__hovered-block-content),
.section-games__list-wrap:has(.games-item__hovered-block-content) {
    z-index: 6
}

@media(min-width:1546px)and (max-width:1919px) {

    .section-games,
    .section-games__list-wrap {
        width: 1328px
    }
}

@media(min-width:1025px)and (max-width:1545px) {

    .section-games,
    .section-games__list-wrap {
        width: 91.7028266667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {

    .section-games,
    .section-games__list-wrap {
        padding-left: 2.6672rem;
        padding-right: 1.667rem;
        width: 92%;
        margin: 0
    }
}

@media(max-width:768px) {

    .section-games,
    .section-games__list-wrap {
        width: 100%
    }
}

.section-games__wrap {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1328px;
    height: 56px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 36px
}

@media(min-width:1025px)and (max-width:1545px) {
    .section-games__wrap {
        width: 91.7028266667rem;
        height: 3.8669866667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__wrap {
        width: 100%;
        height: 6.2234666667rem;
        margin-top: 2.2226666667rem
    }
}

@media(max-width:768px) {
    .section-games__wrap {
        margin-top: 0;
        max-width: 440px;
        width: 100%;
        height: auto;
        display: block
    }

    .favorites-page .section-games__wrap {
        max-width: inherit
    }
}

.section-games__btn-all {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 260px;
    height: 56px;
    margin-left: 35px;
    margin-right: 35px;
    border-radius: 30px
}

@media(min-width:1025px)and (max-width:1545px) {
    .section-games__btn-all {
        font-size: 1.1048533333rem;
        width: 17.9538666667rem;
        height: 3.8669866667rem;
        margin-left: 2.4168666667rem;
        margin-right: 2.4168666667rem;
        border-radius: 2.0716rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__btn-all {
        font-size: 1.5558666667rem;
        margin-left: 3.8896666667rem;
        margin-right: 3.8896666667rem;
        width: 28.8946666667rem;
        height: 4.6676rem
    }
}

@media(max-width:768px) {
    .section-games__btn-all {
        height: 42px;
        width: 170px;
        font-size: 14px;
        margin-left: auto;
        margin-right: auto
    }
}

.section-games__btn-all-text {
    width: 100%
}

.section-games__header {
    margin-bottom: 16px;
    display: flex;
    align-items: center
}

@media(max-width:768px) {
    .section-games__header {
        margin-left: 10px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__header {
        margin-bottom: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .section-games__header {
        margin-bottom: 1.5555555556rem
    }
}

@media(min-width:1546px) {
    .section-games__header {
        margin-bottom: 28px
    }
}

.section-games__back {
    width: 26px;
    height: 26px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 6px;
    background-color: #e1e6de;
    transition: all .3s ease
}

.dark .section-games__back {
    background-color: #5b646a
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__back {
        width: 2.8894666667rem;
        height: 2.8894666667rem;
        margin-right: 1.3336rem;
        border-radius: .6668rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .section-games__back {
        width: 1.7777777778rem;
        height: 1.7777777778rem;
        margin-right: .6666666667rem;
        border-radius: .3333333333rem
    }
}

@media(min-width:1546px) {
    .section-games__back {
        width: 32px;
        height: 32px
    }
}

.section-games__back:hover {
    background-color: #83b812
}

.dark .section-games__back:hover {
    background-color: #97a94c
}

.section-games__back-ic {
    width: 12px;
    height: auto;
    color: #474d3a
}

.dark .section-games__back-ic {
    color: hsla(0, 0%, 100%, .8)
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__back-ic {
        width: 1.3336rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .section-games__back-ic {
        width: 1.1111111111rem
    }
}

@media(min-width:1546px) {
    .section-games__back-ic {
        width: 20px
    }
}

.section-games__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    color: #292925
}

.dark .section-games__title {
    color: hsla(0, 0%, 100%, .8)
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__title {
        font-size: 2.4449333333rem;
        line-height: 2.8894666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .section-games__title {
        font-size: 1.5555555556rem;
        letter-spacing: -.0074073889rem;
        line-height: 1.7777777778rem
    }
}

@media(min-width:1546px) {
    .section-games__title {
        font-size: 28px;
        line-height: 32px
    }
}

.main.disabled {
    pointer-events: none
}

.main__sidebar,
.main__sidebar:last-child {
    margin-bottom: 25px
}

@media(min-width:1025px) {
    .main__sidebar {
        padding-top: 3.7222222222rem
    }
}

.section-title {
    padding: 0 20px;
    margin-bottom: 42px;
    font-weight: 600;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -2.07px;
    position: relative;
    text-align: center;
    color: #292925;
    z-index: 5
}

.dark .section-title {
    color: #bed753
}

@media(max-width:768px) {
    html[lang=ua] .container-sidebar--promo .section-title {
        letter-spacing: .0666666667rem
    }
}

@media screen and (min-width:769px) {
    html[lang=ua] .container-sidebar--promo .section-title {
        letter-spacing: .13336rem
    }
}

@media(min-width:1025px) {
    html[lang=ua] .container-sidebar--promo .section-title {
        letter-spacing: .0833333333rem
    }
}

@media(min-width:1546px)and (max-width:1919px) {
    .section-title {
        padding: 0 20px;
        margin-bottom: 42px;
        font-size: 48px;
        letter-spacing: -2.07px
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-title {
        font-size: 3.8896666667rem;
        margin-bottom: 4.6676rem;
        letter-spacing: -.230046rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .section-title {
        margin-bottom: 2.90024rem;
        font-size: 3.31456rem;
        letter-spacing: -.1429404rem
    }
}

@media(max-width:768px) {
    .section-title {
        letter-spacing: -1.12px;
        font-size: 26px;
        margin-bottom: 20px;
        padding: 0 10px
    }
}

.container-bottom {
    min-height: 620px;
    background-color: var(--LIGHT-THEME-SECONDARY-5)
}

@media(min-width:769px)and (max-width:1024px) {
    .container-bottom {
        min-height: 80.016rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .container-bottom {
        min-height: 49.7184rem
    }
}

@media(max-width:768px) {
    .container-bottom {
        min-height: 620px
    }
}

.dark .container-bottom {
    background-color: var(--DARK-THEME-PRIMARY-5)
}

.sharing-block {
    box-shadow: 0 8px 16px 0 rgba(41, 41, 37, .2);
    background-color: #fff;
    display: inline-flex;
    padding: 1.2em 2em;
    border-radius: 12px;
    line-height: 0;
    white-space: nowrap;
    align-items: center
}

.dark .sharing-block {
    background-color: #383d41
}

@media(max-width:768px) {
    .sharing-block {
        width: 100%;
        flex-direction: column;
        padding: .2em 1.85em 1.5em
    }
}

.sharing-block__text {
    font-size: .7em;
    line-height: 3
}

@media screen and (min-width:769px) {
    .sharing-block__text {
        margin-right: 2.2226666667rem
    }
}

@media(min-width:1025px)and (max-width:1545px) {
    .sharing-block__text {
        font-size: 1.0358rem;
        margin-right: 1.0358rem
    }
}

@media(min-width:1546px) {
    .sharing-block__text {
        margin-right: 20px
    }
}

.invite-soc__items {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

@media(max-width:768px) {
    .invite-soc__items {
        padding-left: 24px;
        padding-right: 24px
    }
}

.invite-soc__item {
    display: inline-block;
    margin-right: 33px;
    vertical-align: middle;
    cursor: pointer;
    line-height: 1
}

.invite-soc__item:last-child {
    margin-right: 0
}

@media(min-width:1025px)and (max-width:1545px) {
    .invite-soc__item {
        margin-right: 1.5882266667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .invite-soc__item {
        margin-right: 3.0006rem;
        margin-bottom: 0
    }
}

@media(max-width:768px) {
    .invite-soc__item {
        margin-right: 27px
    }
}

.no-touch .invite-soc__item:hover .invite-soc__item-svg {
    color: #548200
}

.dark .no-touch .invite-soc__item:hover .invite-soc__item-svg {
    color: #bed753
}

.invite-soc__item-svg {
    height: auto;
    color: #6ea500;
    transition: all .2s ease
}

.dark .invite-soc__item-svg {
    color: #97a94c
}

.invite-soc__item-svg.icon-facebook {
    width: 10px
}

@media(min-width:1025px)and (max-width:1545px) {
    .invite-soc__item-svg.icon-facebook {
        width: .82864rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .invite-soc__item-svg.icon-facebook {
        width: .8890666667rem
    }
}

.invite-soc__item-svg.icon-vkontakte {
    width: 20px
}

@media(min-width:1025px)and (max-width:1545px) {
    .invite-soc__item-svg.icon-vkontakte {
        width: 1.5882266667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .invite-soc__item-svg.icon-vkontakte {
        width: 2.0004rem
    }
}

.invite-soc__item-svg.icon-odnoklassniki {
    width: 12px
}

@media(min-width:1025px)and (max-width:1545px) {
    .invite-soc__item-svg.icon-odnoklassniki {
        width: 1.0358rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .invite-soc__item-svg.icon-odnoklassniki {
        width: 1.0002rem
    }
}

.invite-soc__item-svg.icon-twitter {
    width: 17px
}

@media(min-width:1025px)and (max-width:1545px) {
    .invite-soc__item-svg.icon-twitter {
        width: 1.45012rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .invite-soc__item-svg.icon-twitter {
        width: 1.4447333333rem
    }
}