.mount-into-view {
    min-height: 1px
}

.preloader-spinner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.preloader-spinner__image {
    animation: spin 2s linear infinite;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-image: url(preloader-spinner.webp)
}

.no-webp .preloader-spinner__image {
    background-image: url(preloader-spinner.png)
}

@media(max-width:768px) {
    .preloader-spinner__image {
        width: 2.9333333333rem;
        height: 2.9333333333rem
    }
}

@media(min-width:769px) {
    .preloader-spinner__image {
        width: 4.4rem;
        height: 4.4rem
    }
}

@media(min-width:1025px) {
    .preloader-spinner__image {
        width: 2.4444444444rem;
        height: 2.4444444444rem
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.section-links {
    width: 100%;
    display: flex;
    overflow: auto;
    scroll-behavior: smooth;
    top: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition: transform .2s ease-in-out;
    transition-duration: 0ms
}

.section-links::-webkit-scrollbar {
    display: none
}

@media(max-width:768px) {
    .section-links {
        padding: .5333333333rem;
        gap: .2666666667rem;
        margin-bottom: .5333333333rem
    }
}

.section-links__item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #fff;
    outline: 1px solid rgba(55, 100, 243, .25);
    outline-offset: -1px;
    transition: all .2s ease-in-out
}

@media(max-width:768px) {
    .section-links__item {
        height: 2.1333333333rem;
        padding: .5333333333rem .8rem .5333333333rem .5333333333rem;
        font-size: .8rem;
        line-height: 1.0666666667rem;
        border-radius: 1.3333333333rem;
        gap: .2666666667rem
    }
}

.section-links__item--active {
    outline: .1333333333rem solid #6183f3;
    outline-offset: -.1333333333rem
}

.section-links__icon {
    color: #90a7ff
}

@media(max-width:768px) {
    .section-links__icon {
        width: 1.0666666667rem;
        height: 1.0666666667rem
    }
}

.preloader__spinner--btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 1.0666666667rem;
    height: 1.0666666667rem;
    margin: -.5333333333rem 0 0 -.5333333333rem;
    border-radius: 50%;
    animation: spin2 3s linear infinite;
    background: conic-gradient(from 190.62deg at 50% 50%, rgba(144, 167, 255, 0) 0deg, rgba(144, 167, 255, 0) 39.37deg, #90a7ff 256.87deg, #fff 1turn);
    -webkit-mask: radial-gradient(circle farthest-side, transparent calc(100% - 2px), #fff calc(100% - 2px));
    mask: radial-gradient(circle farthest-side, transparent calc(100% - 2px), #fff calc(100% - 2px))
}

.preloader__spinner--btn:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 50%;
    background-color: #fff;
    border-radius: 50%
}

@media(max-width:768px) {
    .preloader__spinner--btn:after {
        width: .1333333333rem;
        height: .1333333333rem
    }
}

@media(min-width:769px) {
    .preloader__spinner--btn:after {
        width: .1333333333rem;
        height: .1333333333rem
    }
}

@media(min-width:1025px) {
    .preloader__spinner--btn:after {
        width: .1333333333rem;
        height: .1333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader__spinner--btn {
        width: 1.6rem;
        height: 1.6rem;
        margin: -.8rem 0 0 -.8rem
    }
}

@media(min-width:1025px) {
    .preloader__spinner--btn {
        width: .8888888889rem;
        height: .8888888889rem;
        margin: -.4444444444rem 0 0 -.4444444444rem
    }
}

.btn {
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 2.4rem;
    padding: 0 1.0666666667rem;
    border: none;
    background-color: rgba(46, 71, 155, .5);
    border-radius: 2.6666666667rem;
    outline: none;
    cursor: pointer;
    transition: all .2s ease-in-out;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

@media(max-width:768px) {

    .change-limit__text__btns-wr .btn,
    .limits__card-edit-btns .btn {
        width: 100%
    }

    .change-limit__text__btns-wr .btn:last-child,
    .limits__card-edit-btns .btn:last-child {
        margin-left: 0
    }
}

.no-touch .btn:hover {
    background-color: #3764f3
}

.deposit-bonus-activated__close-wr .btn {
    padding: 0
}

.status-up__btn-wr .btn {
    width: 100%
}

@media(max-width:768px) {
    .user-top__btn-wr--deposit .btn {
        overflow: visible
    }
}

.profile-contacts .btn,
.profile-security .btn {
    height: 1.8666666667rem;
    padding: .4rem 1.0666666667rem
}

@media(max-width:768px) {

    .add-money-limit__btn-wr .btn,
    .limits__card-bottom-btn-wr .btn {
        width: 100%
    }
}

@media(max-width:768px) {
    .limits-modal .btn {
        max-width: 17.6rem;
        width: 100%;
        margin: 0 auto
    }
}

@media(min-width:769px) {
    .limits-modal .btn {
        min-width: 13.6rem
    }
}

@media(min-width:1025px) {
    .limits-modal .btn {
        min-width: 7.5555555556rem
    }
}

.btn[disabled] {
    opacity: .5;
    pointer-events: none
}

.btn[disabled]:before {
    background: radial-gradient(75% 100% at 50.34% 100%, rgba(104, 183, 255, .3) 0, rgba(55, 100, 243, .3) 100%), linear-gradient(180.11deg, rgba(0, 30, 149, .25) .11%, rgba(17, 48, 159, .25) 99.91%)
}

.custom-modal--email-one-time-password .btn[disabled],
.custom-modal--restore-password-request .btn[disabled] {
    opacity: 1
}

.single-form__button .btn {
    height: 2.1333333333rem
}

@media(max-width:768px) {
    .single-form__button .btn {
        height: 2.1333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .single-form__button .btn {
        height: 4rem
    }
}

@media(min-width:1025px) {
    .single-form__button .btn {
        height: 2.2222222222rem
    }
}

.payment-method__confirmed-btn .btn {
    width: 100%;
    height: 100%
}

@media(max-width:768px) {
    .payment-area-block-btns .btn {
        margin-bottom: .6666666667rem
    }

    .payment-area-block-btns .btn:last-child {
        margin-bottom: 0
    }

    .custom-modal--success-registration .btn {
        min-width: 8rem
    }

    .payment-modal__payment-area .btn {
        height: 2.6666666667rem
    }
}

@media(min-width:451px) {
    .payment-area-block-btns .btn {
        margin-bottom: 0;
        margin-right: .6666666667rem
    }

    .payment-area-block-btns .btn:last-child {
        margin-right: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .btn {
        height: 4rem;
        padding: 0 2rem;
        border-radius: .2rem
    }

    .profile-contacts .btn,
    .profile-security .btn {
        height: 3.6rem;
        padding: .8rem 2rem
    }

    .play .btn {
        height: 1.96rem;
        padding: 0 1.4rem
    }

    .antilock .btn {
        min-width: 21.6rem
    }

    .payment-area-block-btns .btn {
        margin-right: 1rem
    }

    .custom-modal--success-registration .btn {
        min-width: 20rem
    }
}

@media(min-width:1025px) {
    .btn {
        height: 2.2222222222rem;
        padding: 0 1.3888888889rem;
        border-radius: .1111111111rem
    }

    .profile-contacts .btn,
    .profile-security .btn {
        height: 2rem;
        padding: .4444444444rem 1.1111111111rem
    }

    .play .btn {
        height: 2.1777777778rem;
        padding: 0 1.3611111111rem
    }

    .antilock .btn {
        min-width: 12rem
    }

    .payment-area-block-btns .btn {
        margin-right: .5555555556rem
    }

    .custom-modal--success-registration .btn {
        min-width: 11.1111111111rem
    }
}

.no-touch .leave-reg-modal__button--close:hover {
    background: transparent
}

.access-confirmation-outside-countries-notify__btn {
    height: 2rem
}

@media(min-width:769px) {

    .partners-contests-history-content__btn,
    .partners-contests__create {
        height: 3.6rem;
        padding: 0 1.6rem
    }
}

@media(min-width:1025px) {

    .partners-contests-history-content__btn,
    .partners-contests__create {
        height: 2rem;
        padding: 0 .8888888889rem
    }
}

.unknown-document__send {
    padding-left: 0;
    padding-right: 0
}

@media(max-width:768px) {
    .unknown-document__send {
        width: 3.1333333333rem
    }
}

@media(min-width:769px) {
    .unknown-document__send {
        width: 5.8rem;
        height: 3.6rem
    }
}

@media(min-width:1025px) {
    .unknown-document__send {
        width: 3.2222222222rem;
        height: 2rem
    }
}

.btn--dashed {
    background-color: transparent;
    padding: 0
}

.btn--dashed:before {
    content: "";
    position: absolute;
    bottom: .4444444444rem;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed #90a7ff
}

.btn--dashed:hover {
    background-color: transparent;
    opacity: .7
}

.bonuses-notify__btn:hover {
    background: rgba(55, 100, 243, .5)
}

@media(max-width:768px) {
    .access-confirmation-outside-countries-notify__btn {
        height: 2rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .access-confirmation-outside-countries-notify__btn {
        height: 2.8rem
    }
}

@media(min-width:1025px) {
    .access-confirmation-outside-countries-notify__btn {
        height: 2.2222222222rem
    }
}

.partners-contests-history-content__btn {
    transition: none
}

.partners-contests-history-content__btn[disabled] {
    opacity: .5 !important;
    pointer-events: none;
    cursor: default
}

@media(max-width:768px) {
    .partners-contests-history-content__dropdown-item .partners-contests-history-content__btn {
        width: 100%;
        height: 1.3333333333rem;
        padding: 0;
        margin: .8rem 0;
        background: transparent;
        border-radius: 0;
        font-weight: 400;
        font-size: .9333333333rem;
        line-height: 1.3333333333rem;
        justify-content: flex-start
    }

    .partners-contests-history-content__dropdown-item .partners-contests-history-content__btn .icon,
    .partners-contests-history-content__dropdown-item .partners-contests-history-content__btn:after,
    .partners-contests-history-content__dropdown-item .partners-contests-history-content__btn:before {
        display: none
    }
}

@media(max-width:768px) {
    .partners-contests-history-content__btn {
        padding: 0 1rem
    }
}

@media(min-width:769px) {
    .partners-contests-history-content__btn {
        padding: 0 2rem
    }
}

@media(min-width:1025px) {
    .partners-contests-history-content__btn {
        padding: 0 1.1111111111rem
    }
}

.payment-crypto__wallet-copy-btn {
    width: 100%;
    margin-top: .5333333333rem;
    height: 2.4rem
}

.contest-stream-winners-list-btn {
    flex-shrink: 0
}

.partners-contests-contest-details__status-btn {
    width: 100%
}

@media(max-width:768px) {
    .partners-contests-contest-details__status-btn {
        height: 2.4rem;
        margin-top: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .partners-contests-contest-details__status-btn {
        margin-top: 2rem
    }
}

@media(min-width:1025px) {
    .partners-contests-contest-details__status-btn {
        margin-top: 1.1111111111rem
    }
}

.partners-contests-winners-list-item__btn {
    flex: 1
}

@media(max-width:768px) {
    .partners-contests-winners-list-item__btn {
        height: 2.4rem;
        padding: 0 1.3333333333rem
    }
}

@media(min-width:769px) {
    .partners-contests-winners-list-item__btn {
        height: 3.6rem;
        padding: 0 2rem
    }
}

@media(min-width:1025px) {
    .partners-contests-winners-list-item__btn {
        height: 2rem;
        padding: 0 1.1111111111rem
    }
}

@media(max-width:768px) {

    .partners-contests-history-content__btn,
    .partners-contests__create {
        height: 2.4rem
    }
}

@media(min-width:769px) {

    .partners-contests-history-content__btn,
    .partners-contests__create {
        height: 3.6rem
    }
}

@media(min-width:1025px) {

    .partners-contests-history-content__btn,
    .partners-contests__create {
        height: 2rem
    }
}

@media(max-width:768px) {

    .partners-contests-history-content__btn .icon,
    .partners-contests__create .icon {
        width: 1.3333333333rem;
        height: 1.3333333333rem;
        margin-right: .2666666667rem
    }
}

@media(min-width:769px) {

    .partners-contests-history-content__btn .icon,
    .partners-contests__create .icon {
        width: 2rem;
        height: 2rem;
        margin-right: .4rem
    }
}

@media(min-width:1025px) {

    .partners-contests-history-content__btn .icon,
    .partners-contests__create .icon {
        width: 1.1111111111rem;
        height: 1.1111111111rem;
        margin-right: .2222222222rem
    }
}

@media(min-width:769px) {
    .partners-contests-history-content__container--empty .partners-contests__create {
        height: 4rem
    }
}

@media(min-width:1025px) {
    .partners-contests-history-content__container--empty .partners-contests__create {
        height: 2.2222222222rem
    }
}

@media(max-width:768px) {
    .contest-stream-winners-list-more {
        margin: 1.0666666667rem auto;
        width: 100%;
        height: 1.3333333333rem;
        background: none
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .play-tournaments__btn {
        min-width: 17rem;
        height: 4rem
    }
}

@media(min-width:1025px) {
    .play-tournaments__btn {
        min-width: 12.2222222222rem;
        height: 2.2222222222rem
    }
}

@media(min-width:1025px) {
    .sport-lobby-promotions__item-btn {
        padding: 0 1.1111111111rem
    }
}

.btn--gray {
    background: none
}

.btn--gray:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(46, 71, 155, .5);
    z-index: 1;
    transition: all .2s ease-in-out
}

.no-touch .btn--gray:hover {
    background-color: rgba(55, 100, 243, .5)
}

.btn--no-rounded {
    border-radius: 0
}

.btn__icon-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 3
}

.btn--middle {
    height: 2.1333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .btn--middle {
        height: 4.8rem
    }
}

@media(min-width:1025px) {
    .btn--middle {
        height: 2.6666666667rem
    }
}

@media(max-width:768px) {
    .btn--small {
        height: 1.6rem
    }
}

@media(min-width:769px) {
    .btn--small {
        height: 2.4rem
    }
}

@media(min-width:1025px) {
    .btn--small {
        height: 1.3333333333rem
    }
}

.btn--bordered {
    height: 2.9333333333rem;
    padding-left: .9333333333rem;
    padding-right: .9333333333rem;
    border: .2666666667rem solid #3e3eeb;
    transition: all .2s ease-in-out
}

@media(min-width:769px)and (max-width:1024px) {
    .btn--bordered {
        height: 4.4rem;
        padding-left: 1.4rem;
        padding-right: 1.4rem;
        border: .4rem solid #3e3eeb
    }
}

@media(min-width:1025px) {
    .btn--bordered {
        height: 2.4444444444rem;
        padding-left: .7777777778rem;
        padding-right: .7777777778rem;
        border: .2222222222rem solid #3e3eeb
    }
}

.no-touch .btn--bordered:hover {
    border-color: rgba(62, 62, 235, .7)
}

.btn__text {
    position: relative;
    transform: translateZ(0);
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: .8rem;
    line-height: 1.0666666667rem;
    color: #fff;
    letter-spacing: normal;
    text-align: center;
    z-index: 3
}

.adult-modal-new__btn .btn__text {
    padding: 0
}

@media(max-width:768px) {
    .adult-modal-new__btn .btn__text {
        font-size: .8rem;
        line-height: 1.0666666667rem;
        font-size: .7777777778rem;
        line-height: 1rem;
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

.sport-lobby-promotions__item-btn .btn__text {
    padding: 0
}

.leave-reg-modal__button--close .btn__text {
    color: #90a7ff
}

.cashout-alert-item__action.btn--dark .btn__text {
    color: #fff
}

.cashout-alert-item__action .btn__text {
    font-size: 1.0666666667rem;
    line-height: 1
}

.bonuses-package-content__back-btn-hide-info .btn__text {
    padding: 0;
    line-height: 0
}

.single-welcome-bonus__btn-apply .btn__text {
    font-size: .9333333333rem;
    line-height: 1.43
}

@media(min-width:769px) {
    .single-welcome-bonus__btn-apply .btn__text {
        font-size: 1.4rem
    }
}

@media(min-width:1025px) {
    .single-welcome-bonus__btn-apply .btn__text {
        font-size: .7777777778rem
    }
}

@media(max-width:768px) {
    .promo-tabs__item .btn__text {
        padding-left: 0
    }
}

.change-limit__text__btns-wr .btn__text,
.limits__card-edit-btns .btn__text,
.reality-check-notify__btn .btn__text {
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    font-weight: 500
}

@media(min-width:769px) {

    .change-limit__text__btns-wr .btn__text,
    .limits__card-edit-btns .btn__text,
    .reality-check-notify__btn .btn__text {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {

    .change-limit__text__btns-wr .btn__text,
    .limits__card-edit-btns .btn__text,
    .reality-check-notify__btn .btn__text {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

.news-app__button .btn__text {
    padding-left: 0
}

.add-money-limit__btn-wr .btn__text,
.limits__card-bottom-btn-wr .btn__text {
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    font-weight: 500
}

@media(min-width:769px) {

    .add-money-limit__btn-wr .btn__text,
    .limits__card-bottom-btn-wr .btn__text {
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {

    .add-money-limit__btn-wr .btn__text,
    .limits__card-bottom-btn-wr .btn__text {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

.btn--info .btn__text {
    color: #14141e
}

.btn--rectangle .btn__text {
    color: hsla(0, 0%, 100%, .75)
}

.btn--middle .btn__text {
    font-style: normal;
    font-size: .8rem;
    letter-spacing: -.0293333333rem;
    text-transform: none;
    white-space: nowrap;
    width: auto
}

.btn--dark .btn__text {
    color: #74dcd2
}

@media(max-width:768px) {
    .btn--small .btn__text {
        font-size: .7333333333rem
    }
}

@media(min-width:769px) {
    .btn--small .btn__text {
        font-size: 1.1rem
    }
}

@media(min-width:1025px) {
    .btn--small .btn__text {
        font-size: .6111111111rem
    }
}

.btn--style-normal .btn__text {
    font-style: normal
}

.btn--not-uppercase .btn__text {
    text-transform: none
}

.auth-form .btn__text,
.recurents__footer-btn .btn__text,
.reg-form__btn--mod .btn__text {
    font-size: 1.0666666667rem
}

.panel-coins__btn .btn__text {
    white-space: unset
}

.panel-coins__form-right-btn .btn__text {
    font-style: normal;
    font-size: .8rem;
    text-transform: none
}

.panel-currencies__btn .btn__text {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 12rem
}

.bonuses-slider-img__btn .btn__text {
    font-size: .9333333333rem
}

.bonuses-slider-img__btn--active .btn__text {
    color: #14141e
}

.main-slider__item-btn .btn__text {
    white-space: nowrap;
    padding: 0
}

@media(max-width:768px) {
    .main-slider__item-btn .btn__text {
        font-size: .8rem;
        line-height: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .main-slider__item-btn .btn__text {
        font-size: 1.2rem;
        line-height: 1.6rem
    }
}

@media(min-width:1025px) {
    .main-slider__item-btn .btn__text {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

.missing-data__btn .btn__text,
.news-list__item-btn .btn__text {
    font-style: normal
}

.payment__tab .btn__text {
    font-weight: 500;
    font-size: 1.0666666667rem;
    text-transform: none
}

.payment-card__btn .btn__text {
    font-size: .8rem
}

.payment-area__input-field-btn .btn__text {
    font-style: normal;
    text-transform: none
}

.payment-method__confirmed-btn .btn__text {
    font-size: .9333333333rem
}

.promocode-form__btn .btn__text {
    font-style: normal;
    text-transform: none
}

.bonuses-list__item-btn .btn__text {
    font-size: .8rem
}

.quick-bar__action-popup-btn .btn__text {
    font-size: 1.0666666667rem
}

.section-games__header-btn .btn__text {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500
}

@media(max-width:768px) {
    .section-games__header-btn .btn__text {
        line-height: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .section-games__header-btn .btn__text {
        line-height: 1.6rem
    }
}

@media(min-width:1025px) {
    .section-games__header-btn .btn__text {
        line-height: 1.1111111111rem
    }
}

.event__sidebar-btn .btn__text,
.tournament-games__btn .btn__text {
    letter-spacing: .0333333333rem
}

.tournament-slider__item-bottom-panel-btn .btn__text {
    text-transform: none
}

.welcome-bonus__btn .btn__text {
    font-size: inherit;
    text-transform: none
}

.section-games__list-item-btn .btn__text {
    font-size: .778em;
    letter-spacing: -.006em
}

@media(min-width:1025px)and (max-width:1400px) {
    .section-games__list-item-btn .btn__text {
        font-size: .9444444444rem;
        letter-spacing: -.0055555556rem
    }
}

.wheel-of-fortune__btn .btn__text {
    font-style: italic;
    text-transform: uppercase;
    font-size: .9333333333rem;
    font-weight: 500;
    padding: .3333333333rem 0
}

.no-touch .btn--bordered:hover .btn__text {
    color: hsla(0, 0%, 100%, .7)
}

.access-confirmation-outside-countries-notify__btn .btn__text,
.verification-block__btn .btn__text {
    font-size: .8rem
}

.play-tournaments__btn .btn__text {
    font-weight: 500
}

.btn--dashed .btn__text {
    color: #90a7ff
}

.verification-document__close-block-button .btn__text {
    font-size: .8rem;
    padding: 0
}

.history__item-btn .btn__text {
    font-size: .8rem
}

.profile-contacts .btn__text,
.profile-security .btn__text {
    font-size: .8rem;
    line-height: 1.0666666667rem
}

.notification-block__button .btn__text {
    font-size: .8rem
}

.notification-block__button--close .btn__text {
    color: #90a7ff
}

.notification-block__button--close:hover .btn__text {
    color: #fff
}

.bonuses-notify__btn .btn__text {
    font-size: .8rem;
    font-weight: 500;
    line-height: 1.0666666667rem
}

.partners-contests__create .btn__text {
    font-weight: 500;
    padding-left: 0
}

@media(max-width:768px) {
    .partners-contests__create .btn__text {
        font-size: .8rem;
        line-height: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .partners-contests__create .btn__text {
        font-size: 1.2rem;
        line-height: 1.6rem
    }
}

@media(min-width:1025px) {
    .partners-contests__create .btn__text {
        font-size: .6666666667rem;
        line-height: .8888888889rem
    }
}

@media(max-width:768px) {
    .partners-contests-history-content__container--empty .partners-contests__create .btn__text {
        font-size: .8rem;
        line-height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .partners-contests-history-content__container--empty .partners-contests__create .btn__text {
        font-size: 1.6rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .partners-contests-history-content__container--empty .partners-contests__create .btn__text {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

.partners-contests-history-content__btn .btn__text {
    font-weight: 500
}

@media(max-width:768px) {
    .partners-contests-history-content__btn .btn__text {
        font-size: .9333333333rem;
        line-height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .partners-contests-history-content__btn .btn__text {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .partners-contests-history-content__btn .btn__text {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

@media(max-width:768px) {
    .contest-stream-winners-list-more .btn__text {
        font-weight: 500;
        font-size: .8rem;
        line-height: 1.3333333333rem
    }
}

@media(max-width:768px) {

    .auth-form .btn__text,
    .reg-form__btn--mod .btn__text {
        font-size: .8rem;
        line-height: 1.0666666667rem
    }

    .payment-area__btn-change-provider .btn__text {
        font-size: .8rem;
        letter-spacing: normal
    }

    .payment-code-entry__btn .btn__text {
        font-size: .9333333333rem;
        letter-spacing: -.034rem
    }

    .panel-coins__btn .btn__text {
        font-size: .6666666667rem
    }

    .user-top__btn .btn__text {
        letter-spacing: .02rem
    }

    .cashwait__popup-btn .btn__text,
    .cashwait__popup .cancel-all-payments__btn .btn__text {
        font-size: .8rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .btn__text {
        line-height: 2rem
    }

    .btn__text,
    .cashout-alert-item__action .btn__text {
        font-size: 1.6rem
    }

    .panel-bonuses .btn__text,
    .panel-freespins .btn__text,
    .panel-tickets .btn__text {
        font-size: 1.4rem;
        line-height: 2rem
    }

    .btn--middle .btn__text {
        font-size: 1.6rem;
        letter-spacing: -.018rem
    }

    .play .btn--middle .btn__text {
        font-size: 1.12rem;
        letter-spacing: -.0126rem
    }

    .single-form__btn-wr .btn__text {
        font-size: 1.4rem
    }

    .restore-password-form .single-form__btn-wr .btn__text {
        font-size: 1.6rem
    }

    .payment-card__btn .btn__text {
        font-size: 1.4rem
    }

    .bonuses-list__item-btn .btn__text {
        font-size: 1.6rem
    }

    .verification-document__close-block-button .btn__text {
        font-size: 1.2rem;
        padding: 0
    }

    .input-field__button .btn__text {
        font-size: 1.2rem
    }

    .play .input-field__button .btn__text {
        font-size: .84rem
    }

    .auth-form .btn__text,
    .recurents__footer-btn .btn__text,
    .reg-form__btn--mod .btn__text {
        font-size: 1.6rem
    }

    .single-welcome-bonus__btn .btn__text {
        font-size: 1.6rem;
        line-height: 2rem
    }

    .payment-code-entry__btn .btn__text {
        font-size: 1.4rem;
        letter-spacing: -.051rem
    }

    .panel-coins__btn .btn__text {
        white-space: nowrap
    }

    .panel-coins__form-right-btn .btn__text {
        font-size: 1.4rem
    }

    .panel-currencies__btn .btn__text {
        white-space: nowrap;
        max-width: 12rem
    }

    .bonuses-slider-img__btn .btn__text,
    .missing-data__btn .btn__text {
        font-size: 1.4rem
    }

    .play .missing-data__btn .btn__text {
        font-size: .98rem
    }

    .payment__tab .btn__text {
        font-size: 1.6rem
    }

    .payment-area__btn-change-provider .btn__text {
        font-size: 1.2rem;
        letter-spacing: normal
    }

    .payment-area__input-field-btn .btn__text {
        font-size: 1.6rem;
        letter-spacing: -.051rem
    }

    .payment-method__confirmed-btn .btn__text {
        font-size: 1.4rem
    }

    .promocode-form__btn .btn__text {
        font-size: 1.6rem
    }

    .wheel-of-fortune__btn .btn__text {
        font-size: 2.2rem
    }

    .play .btn__text {
        padding: 0 .14rem;
        font-size: 1.12rem
    }

    .access-confirmation-outside-countries-notify__btn .btn__text,
    .add-account-modal__confirm-btn .btn__text,
    .verification-block__btn .btn__text {
        font-size: 1.2rem
    }

    .event__sidebar-btn .btn__text,
    .tournament-games__btn .btn__text {
        letter-spacing: .05rem
    }

    .history__item-btn .btn__text {
        font-size: 1.2rem
    }

    .cashwait__popup-btn .btn__text,
    .cashwait__popup .cancel-all-payments__btn .btn__text {
        font-size: 1.4rem
    }

    .bonuses-notify__btn .btn__text,
    .profile-contacts .btn__text,
    .profile-security .btn__text {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:769px) {
    .notification-block__button .btn__text {
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    .btn__text {
        line-height: 1.1111111111rem
    }

    .btn__text,
    .cashout-alert-item__action .btn__text {
        font-size: .8888888889rem
    }

    .panel-bonuses .btn__text,
    .panel-freespins .btn__text,
    .panel-tickets .btn__text {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }

    .btn--middle .btn__text {
        font-size: .8888888889rem;
        letter-spacing: -.01rem
    }

    .play .btn--middle .btn__text {
        font-size: .8711111111rem;
        letter-spacing: -.0098rem
    }

    .single-form__btn-wr .btn__text {
        font-size: .7777777778rem
    }

    .bonuses-list__item-btn .btn__text,
    .restore-password-form .single-form__btn-wr .btn__text {
        font-size: .8888888889rem
    }

    .verification-document__close-block-button .btn__text {
        font-size: .6666666667rem;
        padding: 0
    }

    .input-field__button .btn__text {
        font-size: .6666666667rem
    }

    .play .input-field__button .btn__text {
        font-size: .6533333333rem
    }

    .auth-form .btn__text,
    .recurents__footer-btn .btn__text,
    .reg-form__btn--mod .btn__text {
        font-size: .8888888889rem
    }

    .play .auth-form .btn__text,
    .play .recurents__footer-btn .btn__text,
    .play .reg-form__btn--mod .btn__text {
        font-size: .8711111111rem
    }

    .single-welcome-bonus__btn .btn__text {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }

    .payment-code-entry__btn .btn__text {
        font-size: .7777777778rem;
        letter-spacing: -.0283333333rem
    }

    .payment-area__btn-change-provider .btn__text {
        font-size: .6666666667rem;
        letter-spacing: normal
    }

    .panel-coins__btn .btn__text {
        white-space: nowrap
    }

    .panel-coins__form-right-btn .btn__text {
        font-size: .7777777778rem
    }

    .panel-currencies__btn .btn__text {
        white-space: nowrap;
        max-width: 6.6666666667rem
    }

    .bonuses-slider-img__btn .btn__text,
    .missing-data__btn .btn__text {
        font-size: .7777777778rem
    }

    .play .missing-data__btn .btn__text {
        font-size: .7622222222rem
    }

    .payment__tab .btn__text {
        font-size: .8888888889rem
    }

    .payment-area__input-field-btn .btn__text {
        font-size: .8888888889rem;
        letter-spacing: -.0283333333rem
    }

    .payment-method__confirmed-btn .btn__text {
        font-size: .7777777778rem
    }

    .promocode-form__btn .btn__text {
        font-size: .8888888889rem
    }

    .wheel-of-fortune__btn .btn__text {
        font-size: 1.5555555556rem
    }

    .play .btn__text {
        padding: 0 .1088888889rem;
        font-size: .8711111111rem
    }

    .access-confirmation-outside-countries-notify__btn .btn__text,
    .add-account-modal__confirm-btn .btn__text,
    .verification-block__btn .btn__text {
        font-size: .6666666667rem
    }

    .event__sidebar-btn .btn__text,
    .tournament-games__btn .btn__text {
        letter-spacing: .0277777778rem
    }

    .history__item-btn .btn__text {
        font-size: .6666666667rem
    }

    .cashwait__popup-btn .btn__text,
    .cashwait__popup .cancel-all-payments__btn .btn__text {
        font-size: .7777777778rem
    }

    .profile-contacts .btn__text,
    .profile-security .btn__text {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }

    .notification-block__button .btn__text {
        font-size: .8888888889rem
    }

    .bonuses-notify__btn .btn__text {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

.custom-modal--restore-password-request .btn__text {
    font-weight: 500;
    letter-spacing: normal;
    color: #fff;
    padding: 0
}

@media(max-width:768px) {
    .custom-modal--restore-password-request .btn__text {
        font-size: .8rem;
        line-height: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .custom-modal--restore-password-request .btn__text {
        font-size: 1.2rem;
        line-height: 1.6rem
    }
}

@media(min-width:1025px) {
    .custom-modal--restore-password-request .btn__text {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

.custom-modal--email-one-time-password .btn[disabled] .btn__text,
.custom-modal--restore-password-request .btn[disabled] .btn__text {
    color: hsla(0, 0%, 100%, .3)
}

.btn__text--loading {
    visibility: hidden;
    opacity: 0
}

.btn__countdown-timer:before {
    content: " ";
    white-space: pre
}

.custom-modal--email-one-time-password .btn__countdown-timer,
.custom-modal--restore-password-request .btn__countdown-timer {
    font-weight: 500;
    letter-spacing: normal;
    color: #fff;
    z-index: 3
}

@media(max-width:768px) {

    .custom-modal--email-one-time-password .btn__countdown-timer,
    .custom-modal--restore-password-request .btn__countdown-timer {
        font-size: .8rem;
        line-height: 1.0666666667rem
    }
}

@media(min-width:769px) {

    .custom-modal--email-one-time-password .btn__countdown-timer,
    .custom-modal--restore-password-request .btn__countdown-timer {
        font-size: 1.6rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {

    .custom-modal--email-one-time-password .btn__countdown-timer,
    .custom-modal--restore-password-request .btn__countdown-timer {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

.custom-modal--email-one-time-password .btn[disabled] .btn__countdown-timer,
.custom-modal--restore-password-request .btn[disabled] .btn__countdown-timer {
    color: hsla(0, 0%, 100%, .3)
}

.btn--gradient:before,
.partners-contests-confirmation-modal-popup__btn--agree:before,
.partners-contests-contest-details__status-btn:before,
.partners-contests-create-contest__submit:before,
.partners-contests-history-content__container--empty .partners-contests__create:before,
.partners-contests-history-content__duplicate-btn:before,
.partners-contests-modal-insufficient-funds__btn--agree:before,
.partners-contests-not-referral__btn:before,
.partners-contests-winners-list-item__btn--award:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(75% 100% at 50.34% 100%, #2094ff 0, #0b3ddd 100%);
    z-index: 1;
    transition: all .2s ease-in-out
}

.btn--gradient:after,
.partners-contests-confirmation-modal-popup__btn--agree:after,
.partners-contests-contest-details__status-btn:after,
.partners-contests-create-contest__submit:after,
.partners-contests-history-content__container--empty .partners-contests__create:after,
.partners-contests-history-content__duplicate-btn:after,
.partners-contests-modal-insufficient-funds__btn--agree:after,
.partners-contests-not-referral__btn:after,
.partners-contests-winners-list-item__btn--award:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(75% 100% at 50.34% 100%, #d7dfff 0, #4765d6 53.25%, #183cc8 100%);
    opacity: 0;
    z-index: 2;
    transition: all .2s ease-in-out
}

.providers-filter__filter-wrap .btn--gradient:after,
.providers-filter__filter-wrap .partners-contests-confirmation-modal-popup__btn--agree:after,
.providers-filter__filter-wrap .partners-contests-contest-details__status-btn:after,
.providers-filter__filter-wrap .partners-contests-create-contest__submit:after,
.providers-filter__filter-wrap .partners-contests-history-content__container--empty .partners-contests__create:after,
.providers-filter__filter-wrap .partners-contests-history-content__duplicate-btn:after,
.providers-filter__filter-wrap .partners-contests-modal-insufficient-funds__btn--agree:after,
.providers-filter__filter-wrap .partners-contests-not-referral__btn:after,
.providers-filter__filter-wrap .partners-contests-winners-list-item__btn--award:after {
    content: none
}

.no-touch .btn--gradient:hover:after,
.no-touch .partners-contests-confirmation-modal-popup__btn--agree:hover:after,
.no-touch .partners-contests-contest-details__status-btn:hover:after,
.no-touch .partners-contests-create-contest__submit:hover:after,
.no-touch .partners-contests-history-content__container--empty .partners-contests__create:hover:after,
.no-touch .partners-contests-history-content__duplicate-btn:hover:after,
.no-touch .partners-contests-modal-insufficient-funds__btn--agree:hover:after,
.no-touch .partners-contests-not-referral__btn:hover:after,
.no-touch .partners-contests-winners-list-item__btn--award:hover:after {
    opacity: 1
}

.btn--radius {
    border-radius: 2.2222222222rem
}

.btn__icon {
    position: relative;
    margin-right: .5555555556rem;
    z-index: 3
}

@media(max-width:768px) {
    .promo-tabs__item .btn__icon {
        width: auto;
        height: .9333333333rem;
        margin-right: .3333333333rem
    }
}

.news-app__button .btn__icon {
    height: 1.3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .news-app__button .btn__icon {
        height: 2rem
    }
}

@media(min-width:1025px) {
    .news-app__button .btn__icon {
        height: 1.1111111111rem
    }
}

@media(max-width:768px) {
    .verification-block__btn .btn__icon {
        display: none
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-block__btn .btn__icon {
        height: 1.2rem;
        width: 1.2rem;
        margin-right: .8rem
    }
}

@media(min-width:1025px) {
    .verification-block__btn .btn__icon {
        height: .6666666667rem;
        width: .6666666667rem;
        margin-right: .4444444444rem
    }
}

.verification-document__close-block-button .btn__icon {
    height: .9333333333rem;
    width: auto;
    margin-right: .4rem
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-document__close-block-button .btn__icon {
        height: 1.5rem;
        margin-right: .6rem
    }
}

@media(min-width:1025px) {
    .verification-document__close-block-button .btn__icon {
        height: .8333333333rem;
        margin-right: .3333333333rem
    }
}

.btn--rectangle {
    background-color: #333d6c;
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .75);
    border-radius: .5333333333rem;
    color: hsla(0, 0%, 100%, .75)
}

@media(min-width:769px)and (max-width:1024px) {
    .btn--rectangle {
        border-radius: .8rem
    }
}

@media(min-width:1025px) {
    .btn--rectangle {
        border-radius: .4444444444rem
    }
}

.btn--rectangle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(75% 100% at 50.34% 100%, #2094ff 0, #0b3ddd 100%);
    opacity: 0;
    z-index: 1;
    transition: all .2s ease-in-out
}

.btn--rectangle:hover {
    background-color: #333d6c
}

.btn--notbg {
    background-color: transparent;
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    border-bottom: 1px dashed #90a7ff;
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .btn--notbg {
        font-size: 1.6rem;
        line-height: 2.4rem
    }
}

@media(min-width:1025px) {
    .btn--notbg {
        font-size: .8888888889rem;
        line-height: 1.3333333333rem
    }
}

.btn--notbg .btn__text {
    color: #90a7ff;
    padding-left: 0;
    padding-right: 0
}

.btn--notbg:hover {
    background-color: transparent;
    cursor: #90a7ff
}

.drops-and-wins {
    border-radius: .5333333333rem 0 .4666666667rem 0;
    padding: .1333333333rem .2rem .3333333333rem .2666666667rem;
    background-color: rgba(11, 17, 52, .8)
}

@media(min-width:769px)and (max-width:1024px) {
    .drops-and-wins {
        border-radius: .8rem 0 .7rem 0;
        padding: .2rem .3rem .5rem .4rem
    }
}

@media(min-width:1025px) {
    .drops-and-wins {
        border-radius: .6666666667rem 0 .3888888889rem 0;
        padding: .1111111111rem .1666666667rem .2777777778rem .2222222222rem
    }
}

.drops-and-wins__img {
    max-width: 2rem;
    max-height: 2rem
}

@media(min-width:769px)and (max-width:1024px) {
    .drops-and-wins__img {
        max-width: 4rem;
        max-height: 4rem
    }
}

@media(min-width:1025px) {
    .drops-and-wins__img {
        max-width: 2.5555555556rem;
        max-height: 2.5555555556rem
    }
}

.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
}

.number-in-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 1.3333333333rem;
    height: 1.3333333333rem;
    margin-left: 1.0666666667rem;
    border-radius: 50%;
    background-color: #3764f3;
    font-size: .6666666667rem;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
    transition: all .2s ease-in-out
}

.section-games__back-title-wr .number-in-circle {
    margin-top: .3333333333rem
}

.back-title__inner--fixed .number-in-circle {
    margin-top: 0
}

@media(min-width:451px) {
    .section-games__back-title-wr .number-in-circle {
        margin-top: .2666666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .number-in-circle {
        min-width: 3.6rem;
        height: 3.6rem;
        margin-left: 1.6rem;
        font-size: 1.6rem
    }

    .section-games__back-title-wr .number-in-circle {
        margin-top: -.2rem
    }

    .back-title__inner--fixed .number-in-circle {
        margin-left: 1rem;
        margin-top: 0
    }

    .back-title__inner--fixed .number-in-circle,
    .section-jackpot__games .number-in-circle {
        min-width: 2.5rem;
        height: 2.5rem;
        font-size: 1.2rem
    }
}

@media(min-width:1025px) {
    .number-in-circle {
        min-width: 2rem;
        height: 2rem;
        padding: 0 .1111111111rem;
        margin-left: .8888888889rem;
        font-size: .8888888889rem
    }

    .section-games__back-title-wr .number-in-circle {
        margin-top: .2777777778rem
    }

    .back-title__inner--fixed .number-in-circle {
        margin-left: .5555555556rem;
        margin-top: 0
    }

    .back-title__inner--fixed .number-in-circle,
    .section-jackpot__games .number-in-circle {
        min-width: 1.3888888889rem;
        height: 1.3888888889rem;
        font-size: .6666666667rem
    }
}

.slider-provider__item {
    position: relative;
    margin-right: .2666666667rem;
    border-radius: .5333333333rem;
    background-color: #252c4c;
    cursor: pointer
}

.slider-provider__item>* {
    position: relative;
    z-index: 2
}

.slider-provider__item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    background: radial-gradient(38.23% 39.84% at 50% 100%, rgba(55, 100, 243, .51) 0, rgba(55, 100, 243, 0) 100%), #252c4c;
    transition: all .2s ease-in-out
}

@media(max-width:768px) {
    .slider-provider__item:before {
        display: none
    }
}

@media(min-width:769px) {
    .slider-provider__item:before {
        border-radius: .8rem
    }
}

@media(min-width:1025px) {
    .slider-provider__item:before {
        border-radius: .4444444444rem
    }
}

@media(min-width:769px) {
    .no-touch .slider-provider__item:hover:before {
        opacity: 1
    }
}

.slider-provider__item:last-child {
    margin-right: 0
}

@media(min-width:769px) {
    .slider-provider__item {
        width: 100%;
        text-align: center
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .slider-provider__item {
        margin-right: 1.2rem;
        border-radius: .8rem
    }
}

@media(min-width:1025px) {
    .slider-provider__item {
        margin-right: .6666666667rem;
        border-radius: .4444444444rem
    }
}

.custom-group__item--active {
    background-color: #3764f3
}

@media(min-width:769px) {
    .no-touch .custom-group__item--active:hover:before {
        opacity: 0
    }
}

.slider-provider {
    position: relative;
    margin-bottom: 1rem;
    padding: 0 .5333333333rem
}

.no-touch .slider-provider:hover .slider-provider__navigation-button {
    opacity: 1
}

.no-touch .slider-provider:hover .slider-provider__navigation-button--disabled {
    opacity: .5
}

.slider-provider .swiper {
    overflow: hidden
}

.slider-provider .swiper-wrapper {
    display: flex
}

@media(max-width:768px) {
    .slider-provider {
        margin-right: -.5333333333rem;
        margin-left: -.5333333333rem
    }
}

@media(min-width:769px) {
    .slider-provider .swiper-container {
        overflow: hidden
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .slider-provider {
        margin-bottom: 4rem;
        padding: 0 .8rem
    }
}

@media(min-width:1025px) {
    .slider-provider {
        margin: 0 1rem 2.2222222222rem 0;
        padding: 0
    }
}

@media(max-width:768px) {
    .slider-provider__scroll {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        padding: 0 .5333333333rem;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .slider-provider__scroll::-webkit-scrollbar {
        display: none
    }
}

.slider-provider__navigation-button {
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    background-color: #2e479a;
    z-index: 1;
    opacity: 0;
    transition: .3s
}

@media(max-width:768px) {
    .slider-provider__navigation-button {
        display: none
    }
}

@media(min-width:769px) {
    .slider-provider__navigation-button {
        display: flex;
        width: 2.8rem;
        height: 2.8rem
    }
}

@media(min-width:1025px) {
    .slider-provider__navigation-button {
        width: 1.5555555556rem;
        height: 1.5555555556rem
    }
}

@media(min-width:769px) {
    .slider-provider__navigation-button--prev {
        left: -.6rem
    }
}

@media(min-width:1025px) {
    .slider-provider__navigation-button--prev {
        left: -.7777777778rem
    }
}

@media(min-width:769px) {
    .slider-provider__navigation-button--next {
        right: -.6rem
    }
}

@media(min-width:1025px) {
    .slider-provider__navigation-button--next {
        right: -.7777777778rem
    }
}

.slider-provider__navigation-icon {
    height: auto
}

@media(min-width:769px) {
    .slider-provider__navigation-icon {
        width: .4rem
    }
}

@media(min-width:1025px) {
    .slider-provider__navigation-icon {
        width: .2222222222rem
    }
}

.slider-provide-item {
    white-space: nowrap;
    padding: .2666666667rem .2666666667rem .2666666667rem .5333333333rem
}

.slider-provider__item:first-child .slider-provide-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-right: .5333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .slider-provide-item {
        padding: 1.2rem
    }

    .slider-provider__item:first-child .slider-provide-item {
        padding-right: 1.2rem
    }
}

@media(min-width:1025px) {
    .slider-provide-item {
        padding: .6666666667rem
    }

    .slider-provider__item:first-child .slider-provide-item {
        padding-right: .6666666667rem
    }
}

.slider-provide-item__title {
    font-weight: 800;
    font-size: .8rem;
    line-height: 1.3333333333rem;
    text-transform: uppercase
}

@media(min-width:769px)and (max-width:1024px) {
    .slider-provide-item__title {
        font-size: 1.6rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .slider-provide-item__title {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

.slider-provide-item__label {
    font-weight: 500;
    font-size: .9333333333rem;
    line-height: 1.0666666667rem;
    color: rgba(144, 167, 255, .5)
}

@media(min-width:769px) {
    .slider-provide-item__label {
        color: #90a7ff
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .slider-provide-item__label {
        font-size: 1.6rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .slider-provide-item__label {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

.slider-provide-item__value {
    font-weight: 700;
    font-size: .9333333333rem;
    line-height: 1.3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .slider-provide-item__value {
        font-size: 1.6rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .slider-provide-item__value {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

@media(max-width:768px) {
    .slider-games {
        margin: 0 -.5333333333rem
    }
}

@media(max-width:768px) {
    .slider-games__scroll {
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        padding: 0 .5333333333rem;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .slider-games__scroll::-webkit-scrollbar {
        display: none
    }
}

@media(min-width:769px) {
    .slider-games__slider {
        overflow: hidden
    }
}

.slider-games__pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

@media(min-width:1025px) {
    .slider-games__pagination {
        display: none
    }
}

.slider-games__navigation-button {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    width: 1.5555555556rem;
    height: 1.5555555556rem;
    border-radius: 100%;
    background-color: #2e479a;
    z-index: 1;
    opacity: 0;
    transition: .3s
}

@media(min-width:1025px) {
    .slider-games__navigation-button {
        display: flex
    }
}

.slider-games__navigation-button--prev {
    left: -.7777777778rem
}

.slider-games__navigation-button--next {
    right: .1666666667rem
}

.slider-games__navigation-icon {
    width: .2222222222rem;
    height: auto
}

.section-jackpot:before {
    content: "";
    position: absolute;
    bottom: -8.6666666667rem;
    left: 0;
    right: 0;
    height: 39.6666666667rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

@media(min-width:451px) {
    .section-jackpot:before {
        bottom: -6rem;
        background-position: -2rem
    }
}

.error-block {
    display: flex;
    justify-content: center;
    align-items: center
}

.error-block__inner,
.game_error {
    max-height: 100%;
    padding: 8rem 1rem 2rem;
    text-align: center
}

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

    .error-block__inner,
    .game_error {
        padding: 18rem 2rem 18rem
    }
}

@media(min-width:1025px) {

    .error-block__inner,
    .game_error {
        padding: 10rem 1.1111111111rem 10rem
    }
}

.main .error-block__inner {
    padding: 3.3333333333rem .6666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .main .error-block__inner {
        padding: 7rem 2rem
    }
}

@media(min-width:1025px) {
    .main .error-block__inner {
        padding: 3.8888888889rem 0
    }
}

.error-block__title,
.game__error-title {
    margin-bottom: 1.3333333333rem;
    font-weight: 900;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #dce7f3;
    text-transform: uppercase
}

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

    .error-block__title,
    .game__error-title {
        margin-bottom: 4rem;
        font-size: 5rem
    }
}

@media(min-width:1025px) {

    .error-block__title,
    .game__error-title {
        margin-bottom: 2.2222222222rem;
        font-size: 2.7777777778rem
    }
}

.error-404 .error-block__title {
    margin-bottom: .6666666667rem;
    padding-top: 2.4rem;
    opacity: .71;
    font-size: 6rem;
    letter-spacing: -1.21px;
    color: #fff;
    font-weight: 400
}

@media(min-width:769px)and (max-width:1024px) {
    .error-404 .error-block__title {
        margin-bottom: 1rem;
        padding-top: 12rem;
        font-size: 16rem;
        letter-spacing: -2.16px
    }
}

@media(min-width:1025px) {
    .error-404 .error-block__title {
        margin-bottom: .5555555556rem;
        padding-top: 6.6666666667rem;
        font-size: 8.8888888889rem;
        letter-spacing: -2.16px
    }
}

.error-block__text,
.game__error-subtitle {
    margin-bottom: 2rem;
    font-size: 1.0666666667rem;
    line-height: 1.3;
    color: #dce7f3;
    letter-spacing: .0666666667rem
}

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

    .error-block__text,
    .game__error-subtitle {
        margin-bottom: 9.5rem;
        font-size: 3.6rem;
        letter-spacing: .2rem
    }
}

@media(min-width:1025px) {

    .error-block__text,
    .game__error-subtitle {
        margin-bottom: 5.2777777778rem;
        font-size: 2rem;
        letter-spacing: .1111111111rem
    }
}

.error-404 .error-block__text {
    font-size: 1.0666666667rem;
    letter-spacing: -.22px;
    margin-bottom: 2.0666666667rem;
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .error-404 .error-block__text {
        font-size: 1.9rem;
        letter-spacing: -.26px;
        margin-bottom: 5rem
    }
}

@media(min-width:1025px) {
    .error-404 .error-block__text {
        font-size: 1.0555555556rem;
        letter-spacing: -.26px;
        margin-bottom: 2.7777777778rem
    }
}

.error-404 .error-block__btn {
    min-width: 14.4rem;
    margin-bottom: 4rem
}

@media(min-width:769px)and (max-width:1024px) {
    .error-404 .error-block__btn {
        min-width: 21.6rem;
        margin-bottom: 12rem
    }
}

@media(min-width:1025px) {
    .error-404 .error-block__btn {
        min-width: 12rem;
        margin-bottom: 6.6666666667rem
    }
}

.main-preloader {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100%
}

.custom-modal--deposit-missing .main-preloader,
.custom-modal:not(.custom-modal--play, .custom-modal--signin, .custom-modal--registration, .custom-modal--super-widget) .main-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.custom-modal--registration .main-preloader,
.custom-modal--signin .main-preloader,
.custom-modal--super-widget .main-preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.main-preloader--full-page {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 31;
    height: calc(100vh - 1px);
    height: -webkit-fill-available;
    transform: translateZ(0);
    background-image: linear-gradient(180deg, #282b5a, #25293a 100%, #25293a 0)
}

.main-preloader__inner {
    position: relative;
    pointer-events: none
}

.main-preloader--full-page .main-preloader__inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 17em;
    height: 17em;
    transform-style: preserve-3d;
    display: flex
}

.main-preloader__img {
    background-image: url(preloaderNew.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    width: 18rem;
    height: 16rem;
    transform: translateZ(0)
}

@media(min-width:769px) {
    .main-preloader__img {
        width: 41rem;
        height: 36rem
    }
}

@media(min-width:1025px) {
    .main-preloader__img {
        width: 22.7777777778rem;
        height: 20rem
    }
}

.main-preloader__spinner {
    width: 1.8666666667rem;
    height: 1.8666666667rem;
    background-image: radial-gradient(75% 100% at 50.34% 100%, #d7dfff 0, #4765d6 53.25%, #183cc8 100%);
    border-radius: 50%;
    position: relative;
    -webkit-mask: radial-gradient(circle farthest-side, transparent calc(100% - 4px), #fff calc(100% - 4px));
    mask: radial-gradient(circle farthest-side, transparent calc(100% - 4px), #fff calc(100% - 4px));
    animation: spin2 2s linear infinite
}

@media(min-width:769px)and (max-width:1024px) {
    .main-preloader__spinner {
        width: 2.8rem;
        height: 2.8rem
    }
}

@media(min-width:1025px) {
    .main-preloader__spinner {
        width: 1.5555555556rem;
        height: 1.5555555556rem
    }
}

@keyframes spin2 {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.main-slider {
    position: relative;
    overflow: hidden;
    z-index: 1
}

@media(max-width:768px) {
    .main-slider {
        height: 14.8666666667rem
    }
}

@media(min-width:1025px) {
    .main-slider {
        min-height: 19.8333333333rem;
        min-width: 100%
    }
}

.main-slider mark {
    display: inline;
    background-color: transparent
}

.no-touch .main-slider:hover .main-slider__next,
.no-touch .main-slider:hover .main-slider__prev {
    opacity: 1
}

@media(max-width:768px) {
    .main-slider__preloader {
        height: 14.8666666667rem
    }
}

@media(min-width:769px) {
    .main-slider__preloader {
        height: 35.4rem
    }
}

@media(min-width:1025px) {
    .main-slider__preloader {
        height: 19.8333333333rem
    }
}

@media(max-width:768px) {
    .main-slider__inner {
        margin-left: .8rem;
        margin-right: .8rem;
        padding-top: .5333333333rem;
        padding-bottom: 0
    }
}

@media(min-width:769px) {
    .main-slider__inner {
        margin: 0;
        padding-top: 2.8rem;
        padding-bottom: 3rem;
        padding-left: 1rem
    }
}

@media(min-width:1025px) {
    .main-slider__inner {
        max-width: 94.6666666667rem;
        margin: 0 auto;
        padding: 1.5555555556rem 0 1.6666666667rem;
        overflow: hidden
    }
}

.main-slider__inner .swiper-wrapper {
    display: flex;
    will-change: transform;
    transition-timing-function: ease-in-out
}

.main-slider__next,
.main-slider__prev {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2e479a;
    border-radius: 100%;
    opacity: 0;
    cursor: pointer;
    transition: opacity .5s ease-in-out;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

@media(max-width:768px) {

    .main-slider__next,
    .main-slider__prev {
        display: none
    }
}

@media(min-width:1025px) {

    .main-slider__next,
    .main-slider__prev {
        width: 3.3333333333rem;
        height: 3.3333333333rem
    }
}

@media(min-width:769px) {
    .main-slider__prev {
        left: 0;
        transform: translateX(50%) translateY(-50%)
    }
}

@media(min-width:769px) {
    .main-slider__next {
        right: 0;
        transform: translateX(-50%) translateY(-50%)
    }
}

.main-slider__next-ic,
.main-slider__prev-ic {
    width: auto;
    height: 2.4rem;
    color: #fff;
    letter-spacing: normal
}

@media(min-width:769px) {

    .main-slider__next-ic,
    .main-slider__prev-ic {
        height: 1.6rem
    }
}

@media(min-width:1025px) {

    .main-slider__next-ic,
    .main-slider__prev-ic {
        height: .8888888889rem
    }
}

.main-slider__item {
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    flex-shrink: 0;
    width: 19.7333333333rem;
    min-height: 12.5333333333rem;
    padding: 1rem 1rem 1.0666666667rem;
    margin-right: .5333333333rem;
    border-radius: 1.0666666667rem;
    box-shadow: 0 2.1333333333rem 1.3333333333rem -1.3333333333rem rgba(0, 19, 57, .25);
    transform: translateZ(0);
}



@media(min-width:769px)and (max-width:1024px) {
    .main-slider__item {
        width: 42.5rem;
        min-height: 21.5rem;
        padding: 1.5rem 1.5rem 1.6rem;
        margin-right: 3rem;
        border-radius: 1.6rem;
        box-shadow: 0 3.2rem 2rem -2rem rgba(0, 19, 57, .25)
    }
}

@media(min-width:1025px) {
    .main-slider__item {
        width: 30.5rem;
        min-height: 16.6111111111rem;
        padding: 1.5rem 1.5555555556rem 1.5555555556rem;
        margin-right: 1.5555555556rem;
        border-radius: .8888888889rem;
        box-shadow: 0 1.7777777778rem 1.1111111111rem -1.1111111111rem rgba(0, 19, 57, .25)
    }
}

.main-slider__item:last-child {
    margin-right: 0
}

.sport-lobby-slider .main-slider__item {
    width: 100%
}

@media(max-width:768px) {
    .sport-lobby-slider .main-slider__item {
        min-height: 14.2666666667rem;
        padding: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .sport-lobby-slider .main-slider__item {
        padding: 2.4rem
    }
}

@media(min-width:1025px) {
    .sport-lobby-slider .main-slider__item {
        padding: 2.2222222222rem
    }
}

@media(min-width:769px) {
    .sport-lobby-slider.sport-multi-slides .main-slider__item {
        width: calc(50% - 1.4rem)
    }
}

@media(min-width:1025px) {
    .sport-lobby-slider.sport-multi-slides .main-slider__item {
        width: calc(50% - .77778rem)
    }
}



.main-slider__item-bg-wr {
    position: relative;
    display: flex;
    flex-direction: column;
    word-break: break-word;
    z-index: 31;
    height: 100%
}

@media(max-width:768px) {
    .main-slider__item-bg-wr {
        max-width: 10.3333333333rem;
        gap: .2666666667rem
    }
}

@media(min-width:769px) {
    .main-slider__item-bg-wr {
        gap: 1.2rem;
        max-width: 15.5rem
    }
}

@media(min-width:1025px) {
    .main-slider__item-bg-wr {
        gap: .6666666667rem;
        max-width: 15rem
    }
}

@media(min-width:1025px) {
    .sport-multi-slides .main-slider__item-bg-wr {
        max-width: 25.3888888889rem
    }
}

.sport-lobby-slider .main-slider__item-bg-wr {
    width: 65%
}

@media(min-width:769px) {
    .main-slider__item--with-prize .main-slider__item-bg-wr {
        gap: .4rem
    }
}

@media(min-width:1025px) {
    .main-slider__item--with-prize .main-slider__item-bg-wr {
        gap: .2222222222rem;
        max-width: 15rem
    }
}

.main-slider__item-time {
    position: absolute;
    background: #1f2d5d;
    bottom: 1.0666666667rem;
    right: 1.2rem;
    font-size: .6666666667rem;
    line-height: .9333333333rem;
    padding: .4rem 1.0666666667rem;
    border-radius: 1.3333333333rem;
    font-weight: 400
}

@media(min-width:769px)and (max-width:1024px) {
    .main-slider__item-time {
        bottom: 1.6rem;
        right: 1.6rem;
        font-size: 1.2rem;
        line-height: 1.6rem;
        padding: .6rem 1.6rem;
        border-radius: 2rem
    }
}

@media(min-width:1025px) {
    .main-slider__item-time {
        bottom: 1.5555555556rem;
        right: 1.5555555556rem;
        font-size: .6666666667rem;
        line-height: .8888888889rem;
        padding: .4444444444rem 1.1111111111rem;
        border-radius: 1.2222222222rem
    }
}

.main-slider__item-time-text {
    font-weight: 500
}

.main-slider__item-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: auto
}

@media(max-width:768px) {
    .main-slider__item-btn {
        height: 2.1333333333rem;
        padding: .5333333333rem 1.0666666667rem
    }
}

@media(min-width:769px) {
    .main-slider__item-btn {
        height: 3.2rem;
        padding: .8rem 1.6rem
    }
}

@media(min-width:1025px) {
    .main-slider__item-btn {
        height: 2.2222222222rem;
        padding: .5555555556rem 1.3333333333rem
    }
}

.main-slider__item--with-prize .main-slider__item-btn {
    margin-top: 0
}

.main-slider__item-badge_title {
    font-size: .6666666667rem;
    line-height: 1.0666666667rem;
    font-weight: 400;
    text-transform: uppercase;
    opacity: .65
}

@media(min-width:769px) {
    .main-slider__item-badge_title {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .main-slider__item-badge_title {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

@media(min-width:769px) {
    .sport-lobby-slider .main-slider__item-badge_title {
        font-weight: 600
    }
}

.main-slider__item--with-prize .main-slider__item-badge_title {
    text-transform: capitalize
}

@media(max-width:768px) {
    .main-slider__item--with-prize .main-slider__item-badge_title {
        font-size: .9333333333rem;
        line-height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .main-slider__item--with-prize .main-slider__item-badge_title {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .main-slider__item--with-prize .main-slider__item-badge_title {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

.main-slider__item-title {
    font-size: 1.3333333333rem;
    line-height: 1.6rem;
    font-weight: 500
}

@media(min-width:769px) {
    .main-slider__item-title {
        font-weight: 700;
        font-size: 2.8rem;
        line-height: 3.2rem
    }
}

@media(min-width:1025px) {
    .main-slider__item-title {
        font-size: 1.5555555556rem;
        line-height: 1.7777777778rem
    }
}

.sport-lobby-slider .main-slider__item-title {
    font-weight: 500;
    font-size: 1.3333333333rem;
    line-height: 1.6rem
}

@media(min-width:769px) {
    .sport-lobby-slider .main-slider__item-title {
        font-size: 2.4rem;
        line-height: 3.2rem
    }
}

@media(min-width:1025px) {
    .sport-lobby-slider .main-slider__item-title {
        font-weight: 700;
        font-size: 1.5555555556rem;
        line-height: 1.7777777778rem
    }
}

.main-slider__item-text {
    font-size: .8rem;
    line-height: 1.0666666667rem;
    font-weight: 400
}

@media(min-width:769px) {
    .main-slider__item-text {
        font-size: 2rem;
        line-height: 2.4rem;
        font-weight: 500
    }
}

@media(min-width:1025px) {
    .main-slider__item-text {
        font-size: 1.1111111111rem;
        line-height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .sport-lobby-slider .main-slider__item-text {
        font-size: 2.4rem;
        line-height: 3.2rem
    }
}

@media(min-width:1025px) {
    .sport-lobby-slider .main-slider__item-text {
        font-weight: 700;
        font-size: 1.1111111111rem;
        line-height: 1.3333333333rem
    }
}

.main-slider__item-img {
    position: absolute;
    top: -.2rem;
    right: -.2rem;
    height: 10rem;
    width: auto;
    border-bottom-right-radius: 1.3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .main-slider__item-img {
        top: -1.5rem;
        right: -1.5rem;
        height: 23rem
    }
}

@media(min-width:1025px) {
    .main-slider__item-img {
        top: -1.1111111111rem;
        right: -1.1111111111rem;
        height: 17.7777777778rem
    }
}

@media(max-width:768px) {
    .sport-lobby-slider .main-slider__item-img {
        height: 12rem;
        right: -2rem
    }
}

@media(min-width:769px) {
    .sport-lobby-slider .main-slider__item-img {
        right: 0
    }
}

@media(min-width:1025px) {
    .sport-lobby-slider .main-slider__item-img {
        right: 1.5555555556rem
    }
}

.main-slider__item-prize {
    margin-top: auto;
    display: flex;
    flex-direction: column
}

@media(max-width:768px) {
    .main-slider__item-prize {
        gap: .2666666667rem;
        margin-bottom: .5333333333rem
    }
}

@media(min-width:769px) {
    .main-slider__item-prize {
        gap: .4rem;
        margin-bottom: .8rem
    }
}

@media(min-width:1025px) {
    .main-slider__item-prize {
        gap: .2222222222rem;
        margin-bottom: 1.3333333333rem
    }
}

.main-slider__item-prize-title {
    font-size: .6666666667rem;
    line-height: 1.0666666667rem;
    font-weight: 400;
    opacity: .65
}

@media(min-width:769px) {
    .main-slider__item-prize-title {
        font-size: 1.4rem;
        line-height: 1.8rem
    }
}

@media(min-width:1025px) {
    .main-slider__item-prize-title {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

.main-slider__item-prize-value {
    font-size: 1.0666666667rem;
    line-height: 1.3333333333rem;
    font-weight: 700
}

@media(min-width:769px) {
    .main-slider__item-prize-value {
        font-size: 2rem;
        line-height: 2.4rem
    }
}

@media(min-width:1025px) {
    .main-slider__item-prize-value {
        font-size: 1.3333333333rem;
        line-height: 1.5555555556rem
    }
}

.main-slider__pagination {
    position: relative;
    height: 1.3333333333rem;
    padding: .5333333333rem 0
}

.payment-providers {
    position: relative;
    z-index: 1;
    height: 3.7333333333rem;
    overflow: auto;
    scroll-behavior: smooth;
    margin: 0 auto .5333333333rem;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.payment-providers::-webkit-scrollbar {
    display: none
}

@media(max-width:768px) {
    .payment-providers {
        display: flex
    }
}

@media(min-width:769px) {
    .payment-providers {
        height: 8.6rem
    }
}

@media(min-width:1025px) {
    .payment-providers {
        overflow: hidden;
        height: 4.7777777778rem;
        margin: 0 auto 1.6666666667rem
    }
}

@media(max-width:768px) {
    .payment-providers__preloader {
        height: 3.7333333333rem;
        margin: 0 auto .5333333333rem
    }
}

@media(min-width:769px) {
    .payment-providers__preloader {
        height: 6.2rem
    }
}

@media(min-width:1025px) {
    .payment-providers__preloader {
        height: 4.7777777778rem;
        margin: 0 auto 1.6666666667rem
    }
}

.payment-providers__list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: rgba(44, 51, 87, .5);
    border-radius: .2rem;
    height: 100%
}

@media(max-width:768px) {
    .payment-providers__list {
        flex-shrink: 0;
        padding: 0 .2666666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .payment-providers__list {
        border-radius: .3rem;
        padding: 0 .4rem
    }
}

@media(min-width:1025px) {
    .payment-providers__list {
        width: 94.6666666667rem;
        border-radius: .8888888889rem;
        margin-left: auto;
        margin-right: auto;
        padding: 0 11.1111111111rem
    }
}

.payment-providers__link {
    display: flex;
    justify-content: center;
    position: relative;
    height: 1.6rem;
    flex: 1;
    flex-shrink: 0;
    margin: 0 .5333333333rem
}

.no-touch .payment-providers__link {
    cursor: pointer
}

@media(min-width:769px)and (max-width:1024px) {
    .payment-providers__link {
        flex: auto;
        height: 3rem
    }
}

@media(min-width:1025px) {
    .payment-providers__link {
        flex: 1;
        height: 1.6666666667rem
    }
}

.payment-providers__logo {
    height: 100%;
    width: auto;
    max-height: 100%
}

@media(max-width:768px) {
    .payment-providers__logo {
        max-width: 5.3333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .payment-providers__logo {
        max-width: 12rem
    }
}

@media(min-width:1025px) {
    .payment-providers__logo {
        max-width: 6.6666666667rem
    }
}

.input-field {
    margin-bottom: 2.4rem;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.play .registration-promocode .input-field,
.registration-promocode .input-field {
    margin-bottom: 0
}

.profile-edit .input-field,
.profile-security .input-field {
    margin-bottom: 2.4rem
}

.email-form-inner .input-field {
    margin-bottom: 0
}

.personal-data-inner--nikname .input-field {
    margin-bottom: 1.0666666667rem
}

.input-field:last-child,
.personal-data-inner--nikname .input-field:last-child {
    margin-bottom: 0
}

.form-constructor__field-wrap--confirmed_phone .input-field {
    margin-bottom: 2rem
}

.payment-area-form .input-field {
    width: 100%
}

.confirm_code_from_sms .input-field {
    margin-bottom: .6666666667rem;
    width: 100%
}

.payment-area-form__input-wrap--show-amount .input-field {
    margin-bottom: 0
}

@media(max-width:768px) {
    .profile-security__auth-code-wr .input-field {
        order: 2
    }

    .missing-data .input-field {
        margin-bottom: 1.3333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field {
        margin-bottom: 2.6rem
    }

    .play .input-field {
        margin-bottom: 1.82rem
    }

    .play .input-field:last-child {
        margin-bottom: 0
    }

    .profile-edit .input-field,
    .profile-security .input-field {
        margin-bottom: 3.2rem
    }

    .profile-edit .personal-data__cols .input-field {
        margin-bottom: .6rem
    }

    .email-form-inner .input-field {
        margin-bottom: 0
    }

    .confirm_code_from_sms .input-field {
        margin-bottom: 1rem
    }

    .phone-form-inner .input-field {
        margin-bottom: 2rem
    }

    .payment-area-form .input-field {
        margin-bottom: 1.2rem
    }

    .payment-area-form__input-wrap .input-field {
        margin-bottom: 0
    }

    .form-constructor__field-wrap--confirmed_phone .input-field {
        margin-bottom: .8rem
    }

    .play .form-constructor__field-wrap--confirmed_phone .input-field {
        margin-bottom: 1.82rem
    }

    .form-constructor__field-wrap--confirmed_phone .confirmed-phone__body .input-field,
    .personal-data-inner--nikname .input-field {
        margin-bottom: 2rem
    }
}

@media(min-width:1025px) {
    .input-field {
        margin-bottom: 2rem
    }

    .profile-edit .input-field,
    .profile-security .input-field {
        margin-bottom: 1.7777777778rem
    }

    .profile-edit .personal-data__cols .input-field {
        margin-bottom: .3333333333rem
    }

    .email-form-inner .input-field {
        margin-bottom: 0
    }

    .confirm_code_from_sms .input-field {
        margin-bottom: .5555555556rem
    }

    .phone-form-inner .input-field {
        margin-bottom: 1.1111111111rem
    }

    .play .input-field {
        margin-bottom: 1.96rem
    }

    .play .input-field:last-child {
        margin-bottom: 0
    }

    .payment-area-form .input-field {
        margin-bottom: .6666666667rem
    }

    .payment-area-form__input-wrap .input-field {
        margin-bottom: 0
    }

    .form-constructor__field-wrap--confirmed_phone .input-field {
        margin-bottom: .4444444444rem
    }

    .play .form-constructor__field-wrap--confirmed_phone .input-field {
        margin-bottom: 1.96rem
    }

    .form-constructor__field-wrap--confirmed_phone .confirmed-phone__body .input-field,
    .personal-data-inner--nikname .input-field {
        margin-bottom: 1.1111111111rem
    }
}

.input-field--no-label-on-focus .input-field__label-anim {
    display: none
}

.input-field--no-label-on-focus .anim-label:focus~.input-field__label-anim,
.input-field--no-label-on-focus .input-field--placeholder~.input-field__label-anim,
.input-field--no-label-on-focus .input-field--top-label~.input-field__label-anim,
.input-field--no-label-on-focus .input-field__input-wr--focus .input-field__label-anim,
.input-field--no-label-on-focus .input-field__input:-webkit-autofill~.input-field__label-anim,
.input-field--no-label-on-focus .input-field__phone-form .input-field__label-anim {
    display: block
}

.input-field--no-label-on-focus .anim-label:focus~.input-field__label-anim:first-letter,
.input-field--no-label-on-focus .input-field--placeholder~.input-field__label-anim:first-letter,
.input-field--no-label-on-focus .input-field--top-label~.input-field__label-anim:first-letter,
.input-field--no-label-on-focus .input-field__input-wr--focus .input-field__label-anim:first-letter,
.input-field--no-label-on-focus .input-field__input:-webkit-autofill~.input-field__label-anim:first-letter,
.input-field--no-label-on-focus .input-field__phone-form .input-field__label-anim:first-letter {
    text-transform: capitalize
}

.confirmed-phone .input-field-wr {
    position: relative;
    flex: 1
}

.input-field__input-wr {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 2.4rem
}

.profile-security__auth-code-wr .input-field__input-wr {
    position: static;
    display: block
}

.confirm-code__sms-code .input-field__input-wr {
    border-radius: .2666666667rem;
    border: 1px solid #3f4f8c
}

@media(max-width:768px) {

    .confirm_code_from_sms .input-field__input-wr,
    .input-field--profile-contacts .input-field__input-wr {
        margin-right: .3333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__input-wr {
        min-height: 3.6rem
    }
}

@media(min-width:1025px) {
    .input-field__input-wr {
        min-height: 2rem
    }
}

.confirm-code__sms-code .input-field__input-wr--error {
    border-color: #e933a0
}

.input-field__input-wr--country input {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.input-field__input {
    flex: 1 1 auto;
    display: block;
    height: 2.4rem;
    width: 100%;
    box-shadow: none;
    padding: .5333333333rem 2.4rem .5333333333rem .8rem;
    border-radius: .2666666667rem;
    border: 1px solid #3f4f8c;
    background-color: transparent;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1.0666666667rem;
    line-height: 1.3333333333rem;
    letter-spacing: normal;
    color: #fff;
    transition: all .2s ease-in-out
}

.input-field__input-wr--country .input-field__input {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.country-select__selected .input-field__input {
    border: none
}

.confirm_code_from_sms .input-field__input {
    padding: .5333333333rem .8rem
}

.disabled .input-field__input,
.input-field__input[disabled] {
    color: hsla(0, 0%, 100%, .5);
    border: 1px solid rgba(63, 79, 140, .5);
    text-overflow: ellipsis;
    pointer-events: none
}

.custom-modal--deposit-missing .input-field__input,
.custom-modal--missing-data .input-field__input,
.custom-modal--patch-profile .input-field__input,
.custom-modal--play .input-field__input,
.custom-modal--registration .input-field__input,
.custom-modal--restore-password-request .input-field__input,
.custom-modal--restore-password .input-field__input,
.custom-modal--signin .input-field__input,
.custom-modal--unlock-account-by-phone-modal .input-field__input,
.custom-modal--users-unlock .input-field__input,
.file-error .input-field__input,
.missing-data .input-field__input,
.payment-area-form__input-shift .input-field__input,
.payment-area-form__validate-card .input-field__input,
.payment-card .input-field__input,
.profile-security .input-field__input,
.single-form .input-field__input {
    filter: none
}

.custom-modal--deposit-missing .input-field__input:-webkit-autofill,
.custom-modal--deposit-missing .input-field__input:-webkit-autofill:active,
.custom-modal--deposit-missing .input-field__input:-webkit-autofill:first-line,
.custom-modal--deposit-missing .input-field__input:-webkit-autofill:focus,
.custom-modal--deposit-missing .input-field__input:-webkit-autofill:hover,
.custom-modal--deposit-missing .input-field__input[chrome-autofilled],
.custom-modal--deposit-missing .input-field__input[chrome-autofilled]:active,
.custom-modal--deposit-missing .input-field__input[chrome-autofilled]:first-line,
.custom-modal--deposit-missing .input-field__input[chrome-autofilled]:focus,
.custom-modal--deposit-missing .input-field__input[chrome-autofilled]:hover,
.custom-modal--missing-data .input-field__input:-webkit-autofill,
.custom-modal--missing-data .input-field__input:-webkit-autofill:active,
.custom-modal--missing-data .input-field__input:-webkit-autofill:first-line,
.custom-modal--missing-data .input-field__input:-webkit-autofill:focus,
.custom-modal--missing-data .input-field__input:-webkit-autofill:hover,
.custom-modal--missing-data .input-field__input[chrome-autofilled],
.custom-modal--missing-data .input-field__input[chrome-autofilled]:active,
.custom-modal--missing-data .input-field__input[chrome-autofilled]:first-line,
.custom-modal--missing-data .input-field__input[chrome-autofilled]:focus,
.custom-modal--missing-data .input-field__input[chrome-autofilled]:hover,
.custom-modal--patch-profile .input-field__input:-webkit-autofill,
.custom-modal--patch-profile .input-field__input:-webkit-autofill:active,
.custom-modal--patch-profile .input-field__input:-webkit-autofill:first-line,
.custom-modal--patch-profile .input-field__input:-webkit-autofill:focus,
.custom-modal--patch-profile .input-field__input:-webkit-autofill:hover,
.custom-modal--patch-profile .input-field__input[chrome-autofilled],
.custom-modal--patch-profile .input-field__input[chrome-autofilled]:active,
.custom-modal--patch-profile .input-field__input[chrome-autofilled]:first-line,
.custom-modal--patch-profile .input-field__input[chrome-autofilled]:focus,
.custom-modal--patch-profile .input-field__input[chrome-autofilled]:hover,
.custom-modal--play .input-field__input:-webkit-autofill,
.custom-modal--play .input-field__input:-webkit-autofill:active,
.custom-modal--play .input-field__input:-webkit-autofill:first-line,
.custom-modal--play .input-field__input:-webkit-autofill:focus,
.custom-modal--play .input-field__input:-webkit-autofill:hover,
.custom-modal--play .input-field__input[chrome-autofilled],
.custom-modal--play .input-field__input[chrome-autofilled]:active,
.custom-modal--play .input-field__input[chrome-autofilled]:first-line,
.custom-modal--play .input-field__input[chrome-autofilled]:focus,
.custom-modal--play .input-field__input[chrome-autofilled]:hover,
.custom-modal--registration .input-field__input:-webkit-autofill,
.custom-modal--registration .input-field__input:-webkit-autofill:active,
.custom-modal--registration .input-field__input:-webkit-autofill:first-line,
.custom-modal--registration .input-field__input:-webkit-autofill:focus,
.custom-modal--registration .input-field__input:-webkit-autofill:hover,
.custom-modal--registration .input-field__input[chrome-autofilled],
.custom-modal--registration .input-field__input[chrome-autofilled]:active,
.custom-modal--registration .input-field__input[chrome-autofilled]:first-line,
.custom-modal--registration .input-field__input[chrome-autofilled]:focus,
.custom-modal--registration .input-field__input[chrome-autofilled]:hover,
.custom-modal--restore-password-request .input-field__input:-webkit-autofill,
.custom-modal--restore-password-request .input-field__input:-webkit-autofill:active,
.custom-modal--restore-password-request .input-field__input:-webkit-autofill:first-line,
.custom-modal--restore-password-request .input-field__input:-webkit-autofill:focus,
.custom-modal--restore-password-request .input-field__input:-webkit-autofill:hover,
.custom-modal--restore-password-request .input-field__input[chrome-autofilled],
.custom-modal--restore-password-request .input-field__input[chrome-autofilled]:active,
.custom-modal--restore-password-request .input-field__input[chrome-autofilled]:first-line,
.custom-modal--restore-password-request .input-field__input[chrome-autofilled]:focus,
.custom-modal--restore-password-request .input-field__input[chrome-autofilled]:hover,
.custom-modal--restore-password .input-field__input:-webkit-autofill,
.custom-modal--restore-password .input-field__input:-webkit-autofill:active,
.custom-modal--restore-password .input-field__input:-webkit-autofill:first-line,
.custom-modal--restore-password .input-field__input:-webkit-autofill:focus,
.custom-modal--restore-password .input-field__input:-webkit-autofill:hover,
.custom-modal--restore-password .input-field__input[chrome-autofilled],
.custom-modal--restore-password .input-field__input[chrome-autofilled]:active,
.custom-modal--restore-password .input-field__input[chrome-autofilled]:first-line,
.custom-modal--restore-password .input-field__input[chrome-autofilled]:focus,
.custom-modal--restore-password .input-field__input[chrome-autofilled]:hover,
.custom-modal--signin .input-field__input:-webkit-autofill,
.custom-modal--signin .input-field__input:-webkit-autofill:active,
.custom-modal--signin .input-field__input:-webkit-autofill:first-line,
.custom-modal--signin .input-field__input:-webkit-autofill:focus,
.custom-modal--signin .input-field__input:-webkit-autofill:hover,
.custom-modal--signin .input-field__input[chrome-autofilled],
.custom-modal--signin .input-field__input[chrome-autofilled]:active,
.custom-modal--signin .input-field__input[chrome-autofilled]:first-line,
.custom-modal--signin .input-field__input[chrome-autofilled]:focus,
.custom-modal--signin .input-field__input[chrome-autofilled]:hover,
.custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill,
.custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill:active,
.custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill:first-line,
.custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill:focus,
.custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill:hover,
.custom-modal--unlock-account-by-phone-modal .input-field__input[chrome-autofilled],
.custom-modal--unlock-account-by-phone-modal .input-field__input[chrome-autofilled]:active,
.custom-modal--unlock-account-by-phone-modal .input-field__input[chrome-autofilled]:first-line,
.custom-modal--unlock-account-by-phone-modal .input-field__input[chrome-autofilled]:focus,
.custom-modal--unlock-account-by-phone-modal .input-field__input[chrome-autofilled]: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:first-line,
.custom-modal--users-unlock .input-field__input:-webkit-autofill:focus,
.custom-modal--users-unlock .input-field__input:-webkit-autofill:hover,
.custom-modal--users-unlock .input-field__input[chrome-autofilled],
.custom-modal--users-unlock .input-field__input[chrome-autofilled]:active,
.custom-modal--users-unlock .input-field__input[chrome-autofilled]:first-line,
.custom-modal--users-unlock .input-field__input[chrome-autofilled]:focus,
.custom-modal--users-unlock .input-field__input[chrome-autofilled]:hover,
.file-error .input-field__input:-webkit-autofill,
.file-error .input-field__input:-webkit-autofill:active,
.file-error .input-field__input:-webkit-autofill:first-line,
.file-error .input-field__input:-webkit-autofill:focus,
.file-error .input-field__input:-webkit-autofill:hover,
.file-error .input-field__input[chrome-autofilled],
.file-error .input-field__input[chrome-autofilled]:active,
.file-error .input-field__input[chrome-autofilled]:first-line,
.file-error .input-field__input[chrome-autofilled]:focus,
.file-error .input-field__input[chrome-autofilled]:hover,
.missing-data .input-field__input:-webkit-autofill,
.missing-data .input-field__input:-webkit-autofill:active,
.missing-data .input-field__input:-webkit-autofill:first-line,
.missing-data .input-field__input:-webkit-autofill:focus,
.missing-data .input-field__input:-webkit-autofill:hover,
.missing-data .input-field__input[chrome-autofilled],
.missing-data .input-field__input[chrome-autofilled]:active,
.missing-data .input-field__input[chrome-autofilled]:first-line,
.missing-data .input-field__input[chrome-autofilled]:focus,
.missing-data .input-field__input[chrome-autofilled]:hover,
.payment-area-form__input-shift .input-field__input:-webkit-autofill,
.payment-area-form__input-shift .input-field__input:-webkit-autofill:active,
.payment-area-form__input-shift .input-field__input:-webkit-autofill:first-line,
.payment-area-form__input-shift .input-field__input:-webkit-autofill:focus,
.payment-area-form__input-shift .input-field__input:-webkit-autofill:hover,
.payment-area-form__input-shift .input-field__input[chrome-autofilled],
.payment-area-form__input-shift .input-field__input[chrome-autofilled]:active,
.payment-area-form__input-shift .input-field__input[chrome-autofilled]:first-line,
.payment-area-form__input-shift .input-field__input[chrome-autofilled]:focus,
.payment-area-form__input-shift .input-field__input[chrome-autofilled]:hover,
.payment-area-form__validate-card .input-field__input:-webkit-autofill,
.payment-area-form__validate-card .input-field__input:-webkit-autofill:active,
.payment-area-form__validate-card .input-field__input:-webkit-autofill:first-line,
.payment-area-form__validate-card .input-field__input:-webkit-autofill:focus,
.payment-area-form__validate-card .input-field__input:-webkit-autofill:hover,
.payment-area-form__validate-card .input-field__input[chrome-autofilled],
.payment-area-form__validate-card .input-field__input[chrome-autofilled]:active,
.payment-area-form__validate-card .input-field__input[chrome-autofilled]:first-line,
.payment-area-form__validate-card .input-field__input[chrome-autofilled]:focus,
.payment-area-form__validate-card .input-field__input[chrome-autofilled]:hover,
.payment-card .input-field__input:-webkit-autofill,
.payment-card .input-field__input:-webkit-autofill:active,
.payment-card .input-field__input:-webkit-autofill:first-line,
.payment-card .input-field__input:-webkit-autofill:focus,
.payment-card .input-field__input:-webkit-autofill:hover,
.payment-card .input-field__input[chrome-autofilled],
.payment-card .input-field__input[chrome-autofilled]:active,
.payment-card .input-field__input[chrome-autofilled]:first-line,
.payment-card .input-field__input[chrome-autofilled]:focus,
.payment-card .input-field__input[chrome-autofilled]:hover,
.profile-security .input-field__input:-webkit-autofill,
.profile-security .input-field__input:-webkit-autofill:active,
.profile-security .input-field__input:-webkit-autofill:first-line,
.profile-security .input-field__input:-webkit-autofill:focus,
.profile-security .input-field__input:-webkit-autofill:hover,
.profile-security .input-field__input[chrome-autofilled],
.profile-security .input-field__input[chrome-autofilled]:active,
.profile-security .input-field__input[chrome-autofilled]:first-line,
.profile-security .input-field__input[chrome-autofilled]:focus,
.profile-security .input-field__input[chrome-autofilled]:hover,
.single-form .input-field__input:-webkit-autofill,
.single-form .input-field__input:-webkit-autofill:active,
.single-form .input-field__input:-webkit-autofill:first-line,
.single-form .input-field__input:-webkit-autofill:focus,
.single-form .input-field__input:-webkit-autofill:hover,
.single-form .input-field__input[chrome-autofilled],
.single-form .input-field__input[chrome-autofilled]:active,
.single-form .input-field__input[chrome-autofilled]:first-line,
.single-form .input-field__input[chrome-autofilled]:focus,
.single-form .input-field__input[chrome-autofilled]:hover {
    box-shadow: inset 0 0 0 50px transparent !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    caret-color: #fff;
    letter-spacing: normal;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff;
    color: #fff !important
}

.custom-modal--deposit-missing .input-field__input:-webkit-autofill-and-obscured,
.custom-modal--deposit-missing .input-field__input:-webkit-autofill-and-obscured:active,
.custom-modal--deposit-missing .input-field__input:-webkit-autofill-and-obscured:first-line,
.custom-modal--deposit-missing .input-field__input:-webkit-autofill-and-obscured:focus,
.custom-modal--deposit-missing .input-field__input:-webkit-autofill-and-obscured:hover,
.custom-modal--deposit-missing .input-field__input:-webkit-autofill-strong-password,
.custom-modal--deposit-missing .input-field__input:-webkit-autofill-strong-password-viewable,
.custom-modal--deposit-missing .input-field__input:-webkit-autofill-strong-password-viewable:active,
.custom-modal--deposit-missing .input-field__input:-webkit-autofill-strong-password-viewable:first-line,
.custom-modal--deposit-missing .input-field__input:-webkit-autofill-strong-password-viewable:focus,
.custom-modal--deposit-missing .input-field__input:-webkit-autofill-strong-password-viewable:hover,
.custom-modal--deposit-missing .input-field__input:-webkit-autofill-strong-password:active,
.custom-modal--deposit-missing .input-field__input:-webkit-autofill-strong-password:first-line,
.custom-modal--deposit-missing .input-field__input:-webkit-autofill-strong-password:focus,
.custom-modal--deposit-missing .input-field__input:-webkit-autofill-strong-password:hover,
.custom-modal--deposit-missing .input-field__input:autofill,
.custom-modal--deposit-missing .input-field__input:autofill:active,
.custom-modal--deposit-missing .input-field__input:autofill:first-line,
.custom-modal--deposit-missing .input-field__input:autofill:focus,
.custom-modal--deposit-missing .input-field__input:autofill:hover,
.custom-modal--missing-data .input-field__input:-webkit-autofill-and-obscured,
.custom-modal--missing-data .input-field__input:-webkit-autofill-and-obscured:active,
.custom-modal--missing-data .input-field__input:-webkit-autofill-and-obscured:first-line,
.custom-modal--missing-data .input-field__input:-webkit-autofill-and-obscured:focus,
.custom-modal--missing-data .input-field__input:-webkit-autofill-and-obscured:hover,
.custom-modal--missing-data .input-field__input:-webkit-autofill-strong-password,
.custom-modal--missing-data .input-field__input:-webkit-autofill-strong-password-viewable,
.custom-modal--missing-data .input-field__input:-webkit-autofill-strong-password-viewable:active,
.custom-modal--missing-data .input-field__input:-webkit-autofill-strong-password-viewable:first-line,
.custom-modal--missing-data .input-field__input:-webkit-autofill-strong-password-viewable:focus,
.custom-modal--missing-data .input-field__input:-webkit-autofill-strong-password-viewable:hover,
.custom-modal--missing-data .input-field__input:-webkit-autofill-strong-password:active,
.custom-modal--missing-data .input-field__input:-webkit-autofill-strong-password:first-line,
.custom-modal--missing-data .input-field__input:-webkit-autofill-strong-password:focus,
.custom-modal--missing-data .input-field__input:-webkit-autofill-strong-password:hover,
.custom-modal--missing-data .input-field__input:autofill,
.custom-modal--missing-data .input-field__input:autofill:active,
.custom-modal--missing-data .input-field__input:autofill:first-line,
.custom-modal--missing-data .input-field__input:autofill:focus,
.custom-modal--missing-data .input-field__input:autofill:hover,
.custom-modal--patch-profile .input-field__input:-webkit-autofill-and-obscured,
.custom-modal--patch-profile .input-field__input:-webkit-autofill-and-obscured:active,
.custom-modal--patch-profile .input-field__input:-webkit-autofill-and-obscured:first-line,
.custom-modal--patch-profile .input-field__input:-webkit-autofill-and-obscured:focus,
.custom-modal--patch-profile .input-field__input:-webkit-autofill-and-obscured:hover,
.custom-modal--patch-profile .input-field__input:-webkit-autofill-strong-password,
.custom-modal--patch-profile .input-field__input:-webkit-autofill-strong-password-viewable,
.custom-modal--patch-profile .input-field__input:-webkit-autofill-strong-password-viewable:active,
.custom-modal--patch-profile .input-field__input:-webkit-autofill-strong-password-viewable:first-line,
.custom-modal--patch-profile .input-field__input:-webkit-autofill-strong-password-viewable:focus,
.custom-modal--patch-profile .input-field__input:-webkit-autofill-strong-password-viewable:hover,
.custom-modal--patch-profile .input-field__input:-webkit-autofill-strong-password:active,
.custom-modal--patch-profile .input-field__input:-webkit-autofill-strong-password:first-line,
.custom-modal--patch-profile .input-field__input:-webkit-autofill-strong-password:focus,
.custom-modal--patch-profile .input-field__input:-webkit-autofill-strong-password:hover,
.custom-modal--patch-profile .input-field__input:autofill,
.custom-modal--patch-profile .input-field__input:autofill:active,
.custom-modal--patch-profile .input-field__input:autofill:first-line,
.custom-modal--patch-profile .input-field__input:autofill:focus,
.custom-modal--patch-profile .input-field__input:autofill:hover,
.custom-modal--play .input-field__input:-webkit-autofill-and-obscured,
.custom-modal--play .input-field__input:-webkit-autofill-and-obscured:active,
.custom-modal--play .input-field__input:-webkit-autofill-and-obscured:first-line,
.custom-modal--play .input-field__input:-webkit-autofill-and-obscured:focus,
.custom-modal--play .input-field__input:-webkit-autofill-and-obscured:hover,
.custom-modal--play .input-field__input:-webkit-autofill-strong-password,
.custom-modal--play .input-field__input:-webkit-autofill-strong-password-viewable,
.custom-modal--play .input-field__input:-webkit-autofill-strong-password-viewable:active,
.custom-modal--play .input-field__input:-webkit-autofill-strong-password-viewable:first-line,
.custom-modal--play .input-field__input:-webkit-autofill-strong-password-viewable:focus,
.custom-modal--play .input-field__input:-webkit-autofill-strong-password-viewable:hover,
.custom-modal--play .input-field__input:-webkit-autofill-strong-password:active,
.custom-modal--play .input-field__input:-webkit-autofill-strong-password:first-line,
.custom-modal--play .input-field__input:-webkit-autofill-strong-password:focus,
.custom-modal--play .input-field__input:-webkit-autofill-strong-password:hover,
.custom-modal--play .input-field__input:autofill,
.custom-modal--play .input-field__input:autofill:active,
.custom-modal--play .input-field__input:autofill:first-line,
.custom-modal--play .input-field__input:autofill:focus,
.custom-modal--play .input-field__input:autofill:hover,
.custom-modal--registration .input-field__input:-webkit-autofill-and-obscured,
.custom-modal--registration .input-field__input:-webkit-autofill-and-obscured:active,
.custom-modal--registration .input-field__input:-webkit-autofill-and-obscured:first-line,
.custom-modal--registration .input-field__input:-webkit-autofill-and-obscured:focus,
.custom-modal--registration .input-field__input:-webkit-autofill-and-obscured:hover,
.custom-modal--registration .input-field__input:-webkit-autofill-strong-password,
.custom-modal--registration .input-field__input:-webkit-autofill-strong-password-viewable,
.custom-modal--registration .input-field__input:-webkit-autofill-strong-password-viewable:active,
.custom-modal--registration .input-field__input:-webkit-autofill-strong-password-viewable:first-line,
.custom-modal--registration .input-field__input:-webkit-autofill-strong-password-viewable:focus,
.custom-modal--registration .input-field__input:-webkit-autofill-strong-password-viewable:hover,
.custom-modal--registration .input-field__input:-webkit-autofill-strong-password:active,
.custom-modal--registration .input-field__input:-webkit-autofill-strong-password:first-line,
.custom-modal--registration .input-field__input:-webkit-autofill-strong-password:focus,
.custom-modal--registration .input-field__input:-webkit-autofill-strong-password:hover,
.custom-modal--registration .input-field__input:autofill,
.custom-modal--registration .input-field__input:autofill:active,
.custom-modal--registration .input-field__input:autofill:first-line,
.custom-modal--registration .input-field__input:autofill:focus,
.custom-modal--registration .input-field__input:autofill:hover,
.custom-modal--restore-password-request .input-field__input:-webkit-autofill-and-obscured,
.custom-modal--restore-password-request .input-field__input:-webkit-autofill-and-obscured:active,
.custom-modal--restore-password-request .input-field__input:-webkit-autofill-and-obscured:first-line,
.custom-modal--restore-password-request .input-field__input:-webkit-autofill-and-obscured:focus,
.custom-modal--restore-password-request .input-field__input:-webkit-autofill-and-obscured:hover,
.custom-modal--restore-password-request .input-field__input:-webkit-autofill-strong-password,
.custom-modal--restore-password-request .input-field__input:-webkit-autofill-strong-password-viewable,
.custom-modal--restore-password-request .input-field__input:-webkit-autofill-strong-password-viewable:active,
.custom-modal--restore-password-request .input-field__input:-webkit-autofill-strong-password-viewable:first-line,
.custom-modal--restore-password-request .input-field__input:-webkit-autofill-strong-password-viewable:focus,
.custom-modal--restore-password-request .input-field__input:-webkit-autofill-strong-password-viewable:hover,
.custom-modal--restore-password-request .input-field__input:-webkit-autofill-strong-password:active,
.custom-modal--restore-password-request .input-field__input:-webkit-autofill-strong-password:first-line,
.custom-modal--restore-password-request .input-field__input:-webkit-autofill-strong-password:focus,
.custom-modal--restore-password-request .input-field__input:-webkit-autofill-strong-password:hover,
.custom-modal--restore-password-request .input-field__input:autofill,
.custom-modal--restore-password-request .input-field__input:autofill:active,
.custom-modal--restore-password-request .input-field__input:autofill:first-line,
.custom-modal--restore-password-request .input-field__input:autofill:focus,
.custom-modal--restore-password-request .input-field__input:autofill:hover,
.custom-modal--restore-password .input-field__input:-webkit-autofill-and-obscured,
.custom-modal--restore-password .input-field__input:-webkit-autofill-and-obscured:active,
.custom-modal--restore-password .input-field__input:-webkit-autofill-and-obscured:first-line,
.custom-modal--restore-password .input-field__input:-webkit-autofill-and-obscured:focus,
.custom-modal--restore-password .input-field__input:-webkit-autofill-and-obscured:hover,
.custom-modal--restore-password .input-field__input:-webkit-autofill-strong-password,
.custom-modal--restore-password .input-field__input:-webkit-autofill-strong-password-viewable,
.custom-modal--restore-password .input-field__input:-webkit-autofill-strong-password-viewable:active,
.custom-modal--restore-password .input-field__input:-webkit-autofill-strong-password-viewable:first-line,
.custom-modal--restore-password .input-field__input:-webkit-autofill-strong-password-viewable:focus,
.custom-modal--restore-password .input-field__input:-webkit-autofill-strong-password-viewable:hover,
.custom-modal--restore-password .input-field__input:-webkit-autofill-strong-password:active,
.custom-modal--restore-password .input-field__input:-webkit-autofill-strong-password:first-line,
.custom-modal--restore-password .input-field__input:-webkit-autofill-strong-password:focus,
.custom-modal--restore-password .input-field__input:-webkit-autofill-strong-password:hover,
.custom-modal--restore-password .input-field__input:autofill,
.custom-modal--restore-password .input-field__input:autofill:active,
.custom-modal--restore-password .input-field__input:autofill:first-line,
.custom-modal--restore-password .input-field__input:autofill:focus,
.custom-modal--restore-password .input-field__input:autofill:hover,
.custom-modal--signin .input-field__input:-webkit-autofill-and-obscured,
.custom-modal--signin .input-field__input:-webkit-autofill-and-obscured:active,
.custom-modal--signin .input-field__input:-webkit-autofill-and-obscured:first-line,
.custom-modal--signin .input-field__input:-webkit-autofill-and-obscured:focus,
.custom-modal--signin .input-field__input:-webkit-autofill-and-obscured:hover,
.custom-modal--signin .input-field__input:-webkit-autofill-strong-password,
.custom-modal--signin .input-field__input:-webkit-autofill-strong-password-viewable,
.custom-modal--signin .input-field__input:-webkit-autofill-strong-password-viewable:active,
.custom-modal--signin .input-field__input:-webkit-autofill-strong-password-viewable:first-line,
.custom-modal--signin .input-field__input:-webkit-autofill-strong-password-viewable:focus,
.custom-modal--signin .input-field__input:-webkit-autofill-strong-password-viewable:hover,
.custom-modal--signin .input-field__input:-webkit-autofill-strong-password:active,
.custom-modal--signin .input-field__input:-webkit-autofill-strong-password:first-line,
.custom-modal--signin .input-field__input:-webkit-autofill-strong-password:focus,
.custom-modal--signin .input-field__input:-webkit-autofill-strong-password:hover,
.custom-modal--signin .input-field__input:autofill,
.custom-modal--signin .input-field__input:autofill:active,
.custom-modal--signin .input-field__input:autofill:first-line,
.custom-modal--signin .input-field__input:autofill:focus,
.custom-modal--signin .input-field__input:autofill:hover,
.custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill-and-obscured,
.custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill-and-obscured:active,
.custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill-and-obscured:first-line,
.custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill-and-obscured:focus,
.custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill-and-obscured:hover,
.custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill-strong-password,
.custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill-strong-password-viewable,
.custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill-strong-password-viewable:active,
.custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill-strong-password-viewable:first-line,
.custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill-strong-password-viewable:focus,
.custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill-strong-password-viewable:hover,
.custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill-strong-password:active,
.custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill-strong-password:first-line,
.custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill-strong-password:focus,
.custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill-strong-password:hover,
.custom-modal--unlock-account-by-phone-modal .input-field__input:autofill,
.custom-modal--unlock-account-by-phone-modal .input-field__input:autofill:active,
.custom-modal--unlock-account-by-phone-modal .input-field__input:autofill:first-line,
.custom-modal--unlock-account-by-phone-modal .input-field__input:autofill:focus,
.custom-modal--unlock-account-by-phone-modal .input-field__input:autofill:hover,
.custom-modal--users-unlock .input-field__input:-webkit-autofill-and-obscured,
.custom-modal--users-unlock .input-field__input:-webkit-autofill-and-obscured:active,
.custom-modal--users-unlock .input-field__input:-webkit-autofill-and-obscured:first-line,
.custom-modal--users-unlock .input-field__input:-webkit-autofill-and-obscured:focus,
.custom-modal--users-unlock .input-field__input:-webkit-autofill-and-obscured:hover,
.custom-modal--users-unlock .input-field__input:-webkit-autofill-strong-password,
.custom-modal--users-unlock .input-field__input:-webkit-autofill-strong-password-viewable,
.custom-modal--users-unlock .input-field__input:-webkit-autofill-strong-password-viewable:active,
.custom-modal--users-unlock .input-field__input:-webkit-autofill-strong-password-viewable:first-line,
.custom-modal--users-unlock .input-field__input:-webkit-autofill-strong-password-viewable:focus,
.custom-modal--users-unlock .input-field__input:-webkit-autofill-strong-password-viewable:hover,
.custom-modal--users-unlock .input-field__input:-webkit-autofill-strong-password:active,
.custom-modal--users-unlock .input-field__input:-webkit-autofill-strong-password:first-line,
.custom-modal--users-unlock .input-field__input:-webkit-autofill-strong-password:focus,
.custom-modal--users-unlock .input-field__input:-webkit-autofill-strong-password:hover,
.custom-modal--users-unlock .input-field__input:autofill,
.custom-modal--users-unlock .input-field__input:autofill:active,
.custom-modal--users-unlock .input-field__input:autofill:first-line,
.custom-modal--users-unlock .input-field__input:autofill:focus,
.custom-modal--users-unlock .input-field__input:autofill:hover,
.file-error .input-field__input:-webkit-autofill-and-obscured,
.file-error .input-field__input:-webkit-autofill-and-obscured:active,
.file-error .input-field__input:-webkit-autofill-and-obscured:first-line,
.file-error .input-field__input:-webkit-autofill-and-obscured:focus,
.file-error .input-field__input:-webkit-autofill-and-obscured:hover,
.file-error .input-field__input:-webkit-autofill-strong-password,
.file-error .input-field__input:-webkit-autofill-strong-password-viewable,
.file-error .input-field__input:-webkit-autofill-strong-password-viewable:active,
.file-error .input-field__input:-webkit-autofill-strong-password-viewable:first-line,
.file-error .input-field__input:-webkit-autofill-strong-password-viewable:focus,
.file-error .input-field__input:-webkit-autofill-strong-password-viewable:hover,
.file-error .input-field__input:-webkit-autofill-strong-password:active,
.file-error .input-field__input:-webkit-autofill-strong-password:first-line,
.file-error .input-field__input:-webkit-autofill-strong-password:focus,
.file-error .input-field__input:-webkit-autofill-strong-password:hover,
.file-error .input-field__input:autofill,
.file-error .input-field__input:autofill:active,
.file-error .input-field__input:autofill:first-line,
.file-error .input-field__input:autofill:focus,
.file-error .input-field__input:autofill:hover,
.missing-data .input-field__input:-webkit-autofill-and-obscured,
.missing-data .input-field__input:-webkit-autofill-and-obscured:active,
.missing-data .input-field__input:-webkit-autofill-and-obscured:first-line,
.missing-data .input-field__input:-webkit-autofill-and-obscured:focus,
.missing-data .input-field__input:-webkit-autofill-and-obscured:hover,
.missing-data .input-field__input:-webkit-autofill-strong-password,
.missing-data .input-field__input:-webkit-autofill-strong-password-viewable,
.missing-data .input-field__input:-webkit-autofill-strong-password-viewable:active,
.missing-data .input-field__input:-webkit-autofill-strong-password-viewable:first-line,
.missing-data .input-field__input:-webkit-autofill-strong-password-viewable:focus,
.missing-data .input-field__input:-webkit-autofill-strong-password-viewable:hover,
.missing-data .input-field__input:-webkit-autofill-strong-password:active,
.missing-data .input-field__input:-webkit-autofill-strong-password:first-line,
.missing-data .input-field__input:-webkit-autofill-strong-password:focus,
.missing-data .input-field__input:-webkit-autofill-strong-password:hover,
.missing-data .input-field__input:autofill,
.missing-data .input-field__input:autofill:active,
.missing-data .input-field__input:autofill:first-line,
.missing-data .input-field__input:autofill:focus,
.missing-data .input-field__input:autofill:hover,
.payment-area-form__input-shift .input-field__input:-webkit-autofill-and-obscured,
.payment-area-form__input-shift .input-field__input:-webkit-autofill-and-obscured:active,
.payment-area-form__input-shift .input-field__input:-webkit-autofill-and-obscured:first-line,
.payment-area-form__input-shift .input-field__input:-webkit-autofill-and-obscured:focus,
.payment-area-form__input-shift .input-field__input:-webkit-autofill-and-obscured:hover,
.payment-area-form__input-shift .input-field__input:-webkit-autofill-strong-password,
.payment-area-form__input-shift .input-field__input:-webkit-autofill-strong-password-viewable,
.payment-area-form__input-shift .input-field__input:-webkit-autofill-strong-password-viewable:active,
.payment-area-form__input-shift .input-field__input:-webkit-autofill-strong-password-viewable:first-line,
.payment-area-form__input-shift .input-field__input:-webkit-autofill-strong-password-viewable:focus,
.payment-area-form__input-shift .input-field__input:-webkit-autofill-strong-password-viewable:hover,
.payment-area-form__input-shift .input-field__input:-webkit-autofill-strong-password:active,
.payment-area-form__input-shift .input-field__input:-webkit-autofill-strong-password:first-line,
.payment-area-form__input-shift .input-field__input:-webkit-autofill-strong-password:focus,
.payment-area-form__input-shift .input-field__input:-webkit-autofill-strong-password:hover,
.payment-area-form__input-shift .input-field__input:autofill,
.payment-area-form__input-shift .input-field__input:autofill:active,
.payment-area-form__input-shift .input-field__input:autofill:first-line,
.payment-area-form__input-shift .input-field__input:autofill:focus,
.payment-area-form__input-shift .input-field__input:autofill:hover,
.payment-area-form__validate-card .input-field__input:-webkit-autofill-and-obscured,
.payment-area-form__validate-card .input-field__input:-webkit-autofill-and-obscured:active,
.payment-area-form__validate-card .input-field__input:-webkit-autofill-and-obscured:first-line,
.payment-area-form__validate-card .input-field__input:-webkit-autofill-and-obscured:focus,
.payment-area-form__validate-card .input-field__input:-webkit-autofill-and-obscured:hover,
.payment-area-form__validate-card .input-field__input:-webkit-autofill-strong-password,
.payment-area-form__validate-card .input-field__input:-webkit-autofill-strong-password-viewable,
.payment-area-form__validate-card .input-field__input:-webkit-autofill-strong-password-viewable:active,
.payment-area-form__validate-card .input-field__input:-webkit-autofill-strong-password-viewable:first-line,
.payment-area-form__validate-card .input-field__input:-webkit-autofill-strong-password-viewable:focus,
.payment-area-form__validate-card .input-field__input:-webkit-autofill-strong-password-viewable:hover,
.payment-area-form__validate-card .input-field__input:-webkit-autofill-strong-password:active,
.payment-area-form__validate-card .input-field__input:-webkit-autofill-strong-password:first-line,
.payment-area-form__validate-card .input-field__input:-webkit-autofill-strong-password:focus,
.payment-area-form__validate-card .input-field__input:-webkit-autofill-strong-password:hover,
.payment-area-form__validate-card .input-field__input:autofill,
.payment-area-form__validate-card .input-field__input:autofill:active,
.payment-area-form__validate-card .input-field__input:autofill:first-line,
.payment-area-form__validate-card .input-field__input:autofill:focus,
.payment-area-form__validate-card .input-field__input:autofill:hover,
.payment-card .input-field__input:-webkit-autofill-and-obscured,
.payment-card .input-field__input:-webkit-autofill-and-obscured:active,
.payment-card .input-field__input:-webkit-autofill-and-obscured:first-line,
.payment-card .input-field__input:-webkit-autofill-and-obscured:focus,
.payment-card .input-field__input:-webkit-autofill-and-obscured:hover,
.payment-card .input-field__input:-webkit-autofill-strong-password,
.payment-card .input-field__input:-webkit-autofill-strong-password-viewable,
.payment-card .input-field__input:-webkit-autofill-strong-password-viewable:active,
.payment-card .input-field__input:-webkit-autofill-strong-password-viewable:first-line,
.payment-card .input-field__input:-webkit-autofill-strong-password-viewable:focus,
.payment-card .input-field__input:-webkit-autofill-strong-password-viewable:hover,
.payment-card .input-field__input:-webkit-autofill-strong-password:active,
.payment-card .input-field__input:-webkit-autofill-strong-password:first-line,
.payment-card .input-field__input:-webkit-autofill-strong-password:focus,
.payment-card .input-field__input:-webkit-autofill-strong-password:hover,
.payment-card .input-field__input:autofill,
.payment-card .input-field__input:autofill:active,
.payment-card .input-field__input:autofill:first-line,
.payment-card .input-field__input:autofill:focus,
.payment-card .input-field__input:autofill:hover,
.profile-security .input-field__input:-webkit-autofill-and-obscured,
.profile-security .input-field__input:-webkit-autofill-and-obscured:active,
.profile-security .input-field__input:-webkit-autofill-and-obscured:first-line,
.profile-security .input-field__input:-webkit-autofill-and-obscured:focus,
.profile-security .input-field__input:-webkit-autofill-and-obscured:hover,
.profile-security .input-field__input:-webkit-autofill-strong-password,
.profile-security .input-field__input:-webkit-autofill-strong-password-viewable,
.profile-security .input-field__input:-webkit-autofill-strong-password-viewable:active,
.profile-security .input-field__input:-webkit-autofill-strong-password-viewable:first-line,
.profile-security .input-field__input:-webkit-autofill-strong-password-viewable:focus,
.profile-security .input-field__input:-webkit-autofill-strong-password-viewable:hover,
.profile-security .input-field__input:-webkit-autofill-strong-password:active,
.profile-security .input-field__input:-webkit-autofill-strong-password:first-line,
.profile-security .input-field__input:-webkit-autofill-strong-password:focus,
.profile-security .input-field__input:-webkit-autofill-strong-password:hover,
.profile-security .input-field__input:autofill,
.profile-security .input-field__input:autofill:active,
.profile-security .input-field__input:autofill:first-line,
.profile-security .input-field__input:autofill:focus,
.profile-security .input-field__input:autofill:hover,
.single-form .input-field__input:-webkit-autofill-and-obscured,
.single-form .input-field__input:-webkit-autofill-and-obscured:active,
.single-form .input-field__input:-webkit-autofill-and-obscured:first-line,
.single-form .input-field__input:-webkit-autofill-and-obscured:focus,
.single-form .input-field__input:-webkit-autofill-and-obscured:hover,
.single-form .input-field__input:-webkit-autofill-strong-password,
.single-form .input-field__input:-webkit-autofill-strong-password-viewable,
.single-form .input-field__input:-webkit-autofill-strong-password-viewable:active,
.single-form .input-field__input:-webkit-autofill-strong-password-viewable:first-line,
.single-form .input-field__input:-webkit-autofill-strong-password-viewable:focus,
.single-form .input-field__input:-webkit-autofill-strong-password-viewable:hover,
.single-form .input-field__input:-webkit-autofill-strong-password:active,
.single-form .input-field__input:-webkit-autofill-strong-password:first-line,
.single-form .input-field__input:-webkit-autofill-strong-password:focus,
.single-form .input-field__input:-webkit-autofill-strong-password:hover,
.single-form .input-field__input:autofill,
.single-form .input-field__input:autofill:active,
.single-form .input-field__input:autofill:first-line,
.single-form .input-field__input:autofill:focus,
.single-form .input-field__input:autofill:hover {
    box-shadow: inset 0 0 0 50px transparent !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    caret-color: #fff;
    letter-spacing: normal;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff;
    color: #fff !important
}

@media(max-width:768px) {

    .custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill,
    .custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill:active,
    .custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill:first-line,
    .custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill:focus,
    .custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill:hover,
    .custom-modal--unlock-account-by-phone-modal .input-field__input[chrome-autofilled],
    .custom-modal--unlock-account-by-phone-modal .input-field__input[chrome-autofilled]:active,
    .custom-modal--unlock-account-by-phone-modal .input-field__input[chrome-autofilled]:first-line,
    .custom-modal--unlock-account-by-phone-modal .input-field__input[chrome-autofilled]:focus,
    .custom-modal--unlock-account-by-phone-modal .input-field__input[chrome-autofilled]:hover {
        letter-spacing: .6666666667rem
    }
}

@media(min-width:769px) {

    .custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill,
    .custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill:active,
    .custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill:first-line,
    .custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill:focus,
    .custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill:hover,
    .custom-modal--unlock-account-by-phone-modal .input-field__input[chrome-autofilled],
    .custom-modal--unlock-account-by-phone-modal .input-field__input[chrome-autofilled]:active,
    .custom-modal--unlock-account-by-phone-modal .input-field__input[chrome-autofilled]:first-line,
    .custom-modal--unlock-account-by-phone-modal .input-field__input[chrome-autofilled]:focus,
    .custom-modal--unlock-account-by-phone-modal .input-field__input[chrome-autofilled]:hover {
        letter-spacing: 1rem
    }
}

@media(min-width:1025px) {

    .custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill,
    .custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill:active,
    .custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill:first-line,
    .custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill:focus,
    .custom-modal--unlock-account-by-phone-modal .input-field__input:-webkit-autofill:hover,
    .custom-modal--unlock-account-by-phone-modal .input-field__input[chrome-autofilled],
    .custom-modal--unlock-account-by-phone-modal .input-field__input[chrome-autofilled]:active,
    .custom-modal--unlock-account-by-phone-modal .input-field__input[chrome-autofilled]:first-line,
    .custom-modal--unlock-account-by-phone-modal .input-field__input[chrome-autofilled]:focus,
    .custom-modal--unlock-account-by-phone-modal .input-field__input[chrome-autofilled]:hover {
        letter-spacing: .5555555556rem
    }
}

.input-field__input-wr--error .input-field__input {
    border-color: #e933a0
}

.card_holder .input-field__input {
    text-transform: uppercase
}

.card_holder .input-field__input::-webkit-input-placeholder {
    text-transform: none
}

.card_holder .input-field__input::-moz-placeholder {
    text-transform: none
}

.card_holder .input-field__input:-ms-input-placeholder {
    text-transform: none
}

.card_holder .input-field__input:-moz-placeholder {
    text-transform: none
}

.input-field__input::-webkit-input-placeholder {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1.0666666667rem;
    color: #7b7f92
}

.input-field__input::-moz-placeholder {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1.0666666667rem;
    color: #7b7f92
}

.input-field__input:-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1.0666666667rem;
    color: #7b7f92
}

.input-field__input:-moz-placeholder {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1.0666666667rem;
    color: #7b7f92
}

.input-field__input:focus {
    outline: none
}

.input-field__input:focus::-webkit-input-placeholder {
    color: transparent
}

.input-field__input:focus::-moz-placeholder {
    color: transparent
}

.input-field__input:focus:-ms-input-placeholder {
    color: transparent
}

.input-field__input:focus:-moz-placeholder {
    color: transparent
}

.registration-promocode .input-field__input {
    text-transform: uppercase
}

.no-touch .missing-data__birthday-wr:hover .input-field__input {
    border-color: rgba(167, 184, 202, .9)
}

.one-time-password-form.single-form .input-field__input {
    height: 2.4rem
}

.custom-modal .payment-code-entry .input-field__input,
.payment-card .input-field__input {
    font-size: 1.0666666667rem;
    height: 2.6666666667rem;
    max-width: 100%
}

.custom-modal .payment-code-entry .input-field__input::-webkit-input-placeholder,
.payment-card .input-field__input::-webkit-input-placeholder {
    color: rgba(220, 231, 243, .5)
}

.custom-modal .payment-code-entry .input-field__input::-moz-placeholder,
.payment-card .input-field__input::-moz-placeholder {
    color: rgba(220, 231, 243, .5)
}

.custom-modal .payment-code-entry .input-field__input:-ms-input-placeholder,
.payment-card .input-field__input:-ms-input-placeholder {
    color: rgba(220, 231, 243, .5)
}

.custom-modal .payment-code-entry .input-field__input:-moz-placeholder,
.payment-card .input-field__input:-moz-placeholder {
    color: rgba(220, 231, 243, .5)
}

.payment-card__cvv-field .input-field__input,
.payment-card__date .input-field__input {
    padding: 0 .8rem;
    text-align: center
}

.payment-area-form__input-shift .input-field__input,
.payment-area-form__input-wrap .input-field__input {
    font-weight: 300;
    color: #fff;
    font-size: 1.0666666667rem
}

.promocode-form__input-field .input-field__input {
    text-transform: uppercase;
    border-radius: .2666666667rem;
    height: 2.4rem
}

.bonuses-privilege .promocode-form__input-field .input-field__input {
    border-radius: 2.6666666667rem
}

.promocode-form__input-field .input-field__input::-webkit-input-placeholder {
    font-size: 1.0666666667rem;
    color: #fff;
    opacity: .75
}

.promocode-form__input-field .input-field__input::-moz-placeholder {
    font-size: 1.0666666667rem;
    color: #fff;
    opacity: .75
}

.promocode-form__input-field .input-field__input:-ms-input-placeholder {
    font-size: 1.0666666667rem;
    color: #fff;
    opacity: .75
}

.promocode-form__input-field .input-field__input:-moz-placeholder {
    font-size: 1.0666666667rem;
    color: #fff;
    opacity: .75
}

@media(max-width:768px) {
    .providers-filter__input .input-field__input {
        font-size: .9333333333rem;
        line-height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .providers-filter__input .input-field__input {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .providers-filter__input .input-field__input {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

.providers-filter__input .input-field__input::-webkit-input-placeholder {
    font-weight: 400;
    color: hsla(0, 0%, 100%, .5)
}

@media(max-width:768px) {
    .providers-filter__input .input-field__input::-webkit-input-placeholder {
        font-size: .9333333333rem;
        line-height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .providers-filter__input .input-field__input::-webkit-input-placeholder {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .providers-filter__input .input-field__input::-webkit-input-placeholder {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

.providers-filter__input .input-field__input::-moz-placeholder {
    font-weight: 400;
    color: hsla(0, 0%, 100%, .5)
}

@media(max-width:768px) {
    .providers-filter__input .input-field__input::-moz-placeholder {
        font-size: .9333333333rem;
        line-height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .providers-filter__input .input-field__input::-moz-placeholder {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .providers-filter__input .input-field__input::-moz-placeholder {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

.providers-filter__input .input-field__input:-ms-input-placeholder {
    font-weight: 400;
    color: hsla(0, 0%, 100%, .5)
}

@media(max-width:768px) {
    .providers-filter__input .input-field__input:-ms-input-placeholder {
        font-size: .9333333333rem;
        line-height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .providers-filter__input .input-field__input:-ms-input-placeholder {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .providers-filter__input .input-field__input:-ms-input-placeholder {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

.providers-filter__input .input-field__input:-moz-placeholder {
    font-weight: 400;
    color: hsla(0, 0%, 100%, .5)
}

@media(max-width:768px) {
    .providers-filter__input .input-field__input:-moz-placeholder {
        font-size: .9333333333rem;
        line-height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .providers-filter__input .input-field__input:-moz-placeholder {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .providers-filter__input .input-field__input:-moz-placeholder {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

.search__input-field .input-field__input {
    padding: 0 .5333333333rem 0 2.1333333333rem;
    font-size: .9333333333rem
}

.search__input-field .input-field__input::-webkit-input-placeholder {
    font-size: .9333333333rem
}

.search__input-field .input-field__input::-moz-placeholder {
    font-size: .9333333333rem
}

.search__input-field .input-field__input:-ms-input-placeholder {
    font-size: .9333333333rem
}

.search__input-field .input-field__input:-moz-placeholder {
    font-size: .9333333333rem
}

.profile-security__auth-code-wr .input-field__input {
    width: 100%;
    height: 3.7333333333rem;
    padding: 1.6666666667rem .8rem .5333333333rem;
    color: #fff;
    font-size: 1.0666666667rem;
    letter-spacing: .4rem
}

.profile-security__auth-code-wr .input-field__input:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .5);
    letter-spacing: 0
}

.profile-security__auth-code-wr .input-field__input::-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .5);
    letter-spacing: 0
}

.profile-security__auth-code-wr .input-field__input::placeholder {
    color: hsla(0, 0%, 100%, .5);
    letter-spacing: 0
}

.confirm-code__sms-code .input-field__input {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    transition: none;
    margin: 0 auto;
    border: none;
    font-weight: 400
}

@media(max-width:768px) {
    .confirm-code__sms-code .input-field__input {
        font-size: 1.0666666667rem;
        line-height: 1.3333333333rem;
        letter-spacing: .6666666667rem;
        max-width: 5.1333333333rem;
        background: repeating-linear-gradient(270deg, transparent 0 .6rem, #fff .6rem 1.2666666667rem) bottom/5.0666666667rem 2px content-box no-repeat
    }

    .char-1 .confirm-code__sms-code .input-field__input {
        background: repeating-linear-gradient(270deg, transparent 0 .6rem, #fff .6rem 1.2666666667rem) bottom/3.8666666667rem 2px content-box no-repeat;
        background-position: 1.2rem 100%
    }

    .char-2 .confirm-code__sms-code .input-field__input {
        background: repeating-linear-gradient(270deg, transparent 0 .6rem, #fff .6rem 1.2666666667rem) bottom/2.5333333333rem 2px content-box no-repeat;
        background-position: 2.4666666667rem 100%
    }

    .char-3 .confirm-code__sms-code .input-field__input {
        background: repeating-linear-gradient(270deg, transparent 0 .6rem, #fff .6rem 1.2666666667rem) bottom/1.2666666667rem 2px content-box no-repeat;
        background-position: 3.7333333333rem 100%
    }
}

@media(min-width:769px) {
    .confirm-code__sms-code .input-field__input {
        font-size: 1.6rem;
        line-height: 2rem;
        letter-spacing: 1rem;
        max-width: 7.7rem;
        background: repeating-linear-gradient(270deg, transparent 0 .9rem, #fff .9rem 1.9rem) bottom/7.6rem 2px content-box no-repeat
    }

    .char-1 .confirm-code__sms-code .input-field__input {
        background: repeating-linear-gradient(270deg, transparent 0 .9rem, #fff .9rem 1.9rem) bottom/5.8rem 2px content-box no-repeat;
        background-position: 1.8rem 100%
    }

    .char-2 .confirm-code__sms-code .input-field__input {
        background: repeating-linear-gradient(270deg, transparent 0 .9rem, #fff .9rem 1.9rem) bottom/3.8rem 2px content-box no-repeat;
        background-position: 3.7rem 100%
    }

    .char-3 .confirm-code__sms-code .input-field__input {
        background: repeating-linear-gradient(270deg, transparent 0 .9rem, #fff .9rem 1.9rem) bottom/1.9rem 2px content-box no-repeat;
        background-position: 5.6rem 100%
    }
}

@media(min-width:1025px) {
    .confirm-code__sms-code .input-field__input {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem;
        letter-spacing: .5555555556rem;
        height: 2.4444444444rem;
        max-width: 4.2777777778rem;
        background: repeating-linear-gradient(270deg, transparent 0 .5rem, #fff .5rem 1.0555555556rem) bottom/4.2222222222rem 2px content-box no-repeat
    }

    .char-1 .confirm-code__sms-code .input-field__input {
        background: repeating-linear-gradient(270deg, transparent 0 .5rem, #fff .5rem 1.0555555556rem) bottom/3.2222222222rem 2px content-box no-repeat;
        background-position: 1rem 100%
    }

    .char-2 .confirm-code__sms-code .input-field__input {
        background: repeating-linear-gradient(270deg, transparent 0 .5rem, #fff .5rem 1.0555555556rem) bottom/2.1111111111rem 2px content-box no-repeat;
        background-position: 2.0555555556rem 100%
    }

    .char-3 .confirm-code__sms-code .input-field__input {
        background: repeating-linear-gradient(270deg, transparent 0 .5rem, #fff .5rem 1.0555555556rem) bottom/1.0555555556rem 2px content-box no-repeat;
        background-position: 3.1111111111rem 100%
    }
}

.char-4 .confirm-code__sms-code .input-field__input {
    background: none
}

@media(max-width:768px) {
    .input-field__input-wr--prepend-icon .input-field__input {
        padding-left: 2.6666666667rem
    }
}

@media(min-width:769px) {
    .input-field__input-wr--prepend-icon .input-field__input {
        padding-left: 4rem
    }
}

@media(min-width:1025px) {
    .input-field__input-wr--prepend-icon .input-field__input {
        padding-left: 2.2222222222rem
    }
}

@media(max-width:768px) {

    .payment-modal__payment-area .payment-area-form__validate-card .input-field__input,
    .payment-modal__payment-area .payment-card__card-number-wr .input-field__input,
    .payment-modal__payment-area .payment-card__content .input-field__input {
        padding-right: 4.1333333333rem
    }

    .payment-modal__payment-area .input-field__input {
        height: 2.6666666667rem;
        padding: .5333333333rem .8rem
    }

    .payment-modal__payment-area .payment-crypto__converter .input-field__input {
        height: 2.4rem;
        padding: .5333333333rem .8rem
    }

    .one-time-password-form.single-form .input-field__input {
        height: 2.4rem;
        padding: .4444444444rem .6666666667rem
    }

    .custom-modal--deposit-missing:not(.custom-modal--missing-data-sport) .payment.payment--cashout .confirmed-phone__sms-code .input-field__input {
        height: 2.9333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__input {
        height: 3.6rem;
        padding: .8rem 3rem .8rem 1.2rem;
        border-radius: .4rem;
        font-size: 1.6rem;
        line-height: 2rem
    }

    .input-field__input::-webkit-input-placeholder {
        font-size: 1.5rem
    }

    .input-field__input::-moz-placeholder {
        font-size: 1.5rem
    }

    .input-field__input:-ms-input-placeholder {
        font-size: 1.5rem
    }

    .input-field__input:-moz-placeholder {
        font-size: 1.5rem
    }

    .payment-modal__payment-area .payment-area-form__validate-card .input-field__input,
    .payment-modal__payment-area .payment-card__card-number-wr .input-field__input,
    .payment-modal__payment-area .payment-card__content .input-field__input {
        padding-right: 6.2rem
    }

    .payment-modal__payment-area .input-field__input {
        height: 4rem
    }

    .payment-modal__payment-area .payment-crypto__converter .input-field__input {
        height: 3.6rem
    }

    .confirm_code_from_sms .input-field__input {
        padding: .8rem 1.2rem
    }

    .one-time-password-form.single-form .input-field__input {
        height: 3.6rem
    }

    .custom-modal .payment-code-entry .input-field__input,
    .payment-card .input-field__input {
        font-size: 1.6rem;
        height: 4rem
    }

    .payment-card__cvv-field .input-field__input,
    .payment-card__date .input-field__input {
        padding: 0 .5rem
    }

    .payment-area-form__input-shift .input-field__input,
    .payment-area-form__input-wrap .input-field__input {
        font-size: 1.6rem
    }

    .search__input-field .input-field__input {
        padding: 0 4rem 0 4.4rem;
        font-size: 1.6rem
    }

    .search__input-field .input-field__input::-webkit-input-placeholder {
        font-size: 1.6rem
    }

    .search__input-field .input-field__input::-moz-placeholder {
        font-size: 1.6rem
    }

    .search__input-field .input-field__input:-ms-input-placeholder {
        font-size: 1.6rem
    }

    .search__input-field .input-field__input:-moz-placeholder {
        font-size: 1.6rem
    }

    .play .input-field__input {
        height: 2.52rem;
        padding: .56rem .84rem;
        border-radius: .28rem;
        font-size: 1.12rem
    }

    .play .input-field__input::-webkit-input-placeholder {
        font-size: 1.12rem
    }

    .play .input-field__input::-moz-placeholder {
        font-size: 1.12rem
    }

    .play .input-field__input:-ms-input-placeholder {
        font-size: 1.12rem
    }

    .play .input-field__input:-moz-placeholder {
        font-size: 1.12rem
    }

    .promocode-form__input-field .input-field__input {
        border-radius: .4rem;
        height: 4rem
    }

    .bonuses-privilege .promocode-form__input-field .input-field__input {
        border-radius: 4rem
    }

    .promocode-form__input-field .input-field__input::-webkit-input-placeholder {
        font-size: 1.6rem;
        color: hsla(0, 0%, 100%, .75)
    }

    .promocode-form__input-field .input-field__input::-moz-placeholder {
        font-size: 1.6rem;
        color: hsla(0, 0%, 100%, .75)
    }

    .promocode-form__input-field .input-field__input:-ms-input-placeholder {
        font-size: 1.6rem;
        color: hsla(0, 0%, 100%, .75)
    }

    .promocode-form__input-field .input-field__input:-moz-placeholder {
        font-size: 1.6rem;
        color: hsla(0, 0%, 100%, .75)
    }

    .profile-security__auth-code-wr .input-field__input {
        height: 5.6rem;
        padding: 2.5rem 1.2rem .8rem;
        font-size: 1.6rem;
        letter-spacing: .6rem
    }
}

@media(min-width:1025px) {
    .input-field__input {
        height: 2rem;
        padding: .4444444444rem 1.6666666667rem .4444444444rem .6666666667rem;
        border-radius: .2222222222rem;
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }

    .input-field__input::-webkit-input-placeholder {
        font-size: .8888888889rem;
        letter-spacing: .0166666667rem
    }

    .input-field__input::-moz-placeholder {
        font-size: .8888888889rem;
        letter-spacing: .0166666667rem
    }

    .input-field__input:-ms-input-placeholder {
        font-size: .8888888889rem;
        letter-spacing: .0166666667rem
    }

    .input-field__input:-moz-placeholder {
        font-size: .8888888889rem;
        letter-spacing: .0166666667rem
    }

    .payment-modal__payment-area .payment-area-form__validate-card .input-field__input,
    .payment-modal__payment-area .payment-card__card-number-wr .input-field__input,
    .payment-modal__payment-area .payment-card__content .input-field__input {
        padding-right: 3.4444444444rem
    }

    .confirm_code_from_sms .input-field__input {
        padding: .4444444444rem .6666666667rem
    }

    .one-time-password-form.single-form .input-field__input {
        height: 2rem
    }

    .custom-modal .payment-code-entry .input-field__input,
    .payment-card .input-field__input {
        font-size: .8888888889rem;
        height: 2.2222222222rem
    }

    .payment-card__cvv-field .input-field__input,
    .payment-card__date .input-field__input {
        padding: 0 .2777777778rem
    }

    .payment-area-form__input-shift .input-field__input,
    .payment-area-form__input-wrap .input-field__input {
        font-size: .8888888889rem;
        height: 2.2222222222rem
    }

    .payment-modal__payment-area .payment-crypto__converter .input-field__input {
        height: 2rem
    }

    .search__input-field .input-field__input {
        padding: 0 2.2222222222rem 0 2.4444444444rem;
        font-size: .8888888889rem
    }

    .search__input-field .input-field__input::-webkit-input-placeholder {
        font-size: .8888888889rem
    }

    .search__input-field .input-field__input::-moz-placeholder {
        font-size: .8888888889rem
    }

    .search__input-field .input-field__input:-ms-input-placeholder {
        font-size: .8888888889rem
    }

    .search__input-field .input-field__input:-moz-placeholder {
        font-size: .8888888889rem
    }

    .play .input-field__input {
        height: 1.96rem;
        padding: .4355555556rem .6533333333rem;
        border-radius: .2177777778rem;
        font-size: .8711111111rem
    }

    .play .input-field__input::-webkit-input-placeholder {
        font-size: .8711111111rem
    }

    .play .input-field__input::-moz-placeholder {
        font-size: .8711111111rem
    }

    .play .input-field__input:-ms-input-placeholder {
        font-size: .8711111111rem
    }

    .play .input-field__input:-moz-placeholder {
        font-size: .8711111111rem
    }

    .promocode-form__input-field .input-field__input {
        border-radius: .2222222222rem;
        height: 2.2222222222rem;
        padding-top: .5555555556rem;
        padding-bottom: .5555555556rem
    }

    .bonuses-privilege .promocode-form__input-field .input-field__input {
        border-radius: 2.2222222222rem
    }

    .promocode-form__input-field .input-field__input::-webkit-input-placeholder {
        font-size: .8888888889rem;
        color: hsla(0, 0%, 100%, .75)
    }

    .promocode-form__input-field .input-field__input::-moz-placeholder {
        font-size: .8888888889rem;
        color: hsla(0, 0%, 100%, .75)
    }

    .promocode-form__input-field .input-field__input:-ms-input-placeholder {
        font-size: .8888888889rem;
        color: hsla(0, 0%, 100%, .75)
    }

    .promocode-form__input-field .input-field__input:-moz-placeholder {
        font-size: .8888888889rem;
        color: hsla(0, 0%, 100%, .75)
    }

    .profile-security__auth-code-wr .input-field__input {
        height: 3.1111111111rem;
        padding: 1.3888888889rem .6666666667rem .4444444444rem;
        font-size: .8888888889rem;
        letter-spacing: .3333333333rem
    }
}

@media(max-width:768px) {
    .input-field__input-wr:has(.input-field__button--inner) .input-field__input {
        padding-right: 2.8rem
    }
}

@media(min-width:769px) {
    .input-field__input-wr:has(.input-field__button--inner) .input-field__input {
        padding-right: 4.2rem
    }
}

@media(min-width:1025px) {
    .input-field__input-wr:has(.input-field__button--inner) .input-field__input {
        padding-right: 2.3333333333rem
    }
}

.input-field__input--password {
    padding-right: 3rem
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__input--password {
        padding-right: 4.5rem
    }

    .play .input-field__input--password {
        padding-right: 3.15rem
    }
}

@media(min-width:1025px) {
    .input-field__input--password {
        padding-right: 2.5rem
    }

    .play .input-field__input--password {
        padding-right: 2.45rem
    }
}

.input-field__button-icon--lock {
    color: #90a7ff
}

.disabled .input-field__button-icon--lock {
    color: rgba(144, 167, 255, .5)
}

.input-field--show-button {
    display: flex;
    flex-wrap: wrap
}

.input-field__inner {
    display: flex;
    width: 100%
}

.input-field__inner .input-field__tel input[type=tel]:-webkit-autofill,
.input-field__inner .input-field__tel input[type=tel]:-webkit-autofill:active,
.input-field__inner .input-field__tel input[type=tel]:-webkit-autofill:first-line,
.input-field__inner .input-field__tel input[type=tel]:-webkit-autofill:focus,
.input-field__inner .input-field__tel input[type=tel]:-webkit-autofill:hover {
    box-shadow: inset 0 0 0 50px transparent !important;
    background-clip: content-box !important;
    caret-color: #fff;
    letter-spacing: normal;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff;
    color: #fff !important
}

.input-field__pseudo-pas-eye {
    position: absolute;
    right: .6666666667rem;
    top: 50%;
    z-index: 10;
    transform: translate3d(0, -50%, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #90a7ff;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    transition: all .2s ease-in-out
}

.no-touch .input-field__pseudo-pas-eye:hover {
    color: #4563e3
}

@media(max-width:768px) {
    .input-field__pseudo-pas-eye {
        right: 0;
        top: 0;
        transform: translateZ(0);
        width: 3.2rem;
        height: 100%
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__pseudo-pas-eye {
        right: 1rem
    }

    .play .input-field__pseudo-pas-eye {
        right: .7rem
    }
}

@media(min-width:1025px) {
    .input-field__pseudo-pas-eye {
        right: .5555555556rem
    }

    .play .input-field__pseudo-pas-eye {
        right: .5444444444rem
    }
}

.input-field__pseudo-pas-eye--active {
    color: #4563e3
}

.input-field__pseudo-pas-eye-ic {
    width: 1.6666666667rem;
    letter-spacing: normal
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__pseudo-pas-eye-ic {
        width: 2.2rem
    }

    .play .input-field__pseudo-pas-eye-ic {
        width: 1.54rem
    }
}

@media(min-width:1025px) {
    .input-field__pseudo-pas-eye-ic {
        width: 1.2222222222rem
    }

    .play .input-field__pseudo-pas-eye-ic {
        width: 1.1977777778rem
    }
}

.input-field__label-anim {
    position: absolute;
    left: .8rem;
    top: .6666666667rem;
    transform-origin: left top;
    font-weight: 400;
    font-size: 1.0666666667rem;
    line-height: 1.3333333333rem;
    color: #fff;
    letter-spacing: normal;
    pointer-events: none;
    text-align: left;
    transition: all .2s ease-in-out
}

.reg-form__select .input-field__label-anim {
    top: 0
}

.input-field__input-wr--error .input-field__label-anim {
    color: #e933a0
}

.promocode-form .input-field__label-anim {
    color: hsla(0, 0%, 100%, .5)
}

.anim-label:focus~.input-field__label-anim,
.confirmed-phone .input-field__label-anim,
.input-field--placeholder~.input-field__label-anim,
.input-field--top-label~.input-field__label-anim,
.input-field__input-wr--focus .input-field__label-anim,
.input-field__input:-webkit-autofill~.input-field__label-anim,
.input-field__phone-form .input-field__label-anim {
    color: #7b7f92;
    margin-left: 0;
    transform: translateY(-1.8rem) translateX(-.6666666667rem) scale(.667);
    width: 149.92504%
}

.reg-form__select.anim-label:focus~.input-field__label-anim,
.reg-form__select .input-field--placeholder~.input-field__label-anim,
.reg-form__select .input-field--top-label~.input-field__label-anim,
.reg-form__select .input-field__input-wr--focus .input-field__label-anim,
.reg-form__select.input-field__input:-webkit-autofill~.input-field__label-anim {
    display: none
}

.payment-area-form__input.has-error .input-field__label-anim {
    left: 0
}

.promocode-form__input-field .input-field__label-anim {
    font-weight: 400;
    color: hsla(0, 0%, 100%, .75);
    top: .6666666667rem;
    width: auto !important
}

.disabled .input-field__label-anim,
.personal-data-inner--nikname .input-field__input-wr--top-label .input-field__label-anim {
    transition: none
}

.profile-security__auth-code-wr .input-field__label-anim {
    position: static;
    font-size: .6666666667rem;
    color: hsla(0, 0%, 100%, .35);
    transform: translate(.8666666667rem, -2.8666666667rem) !important;
    height: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__label-anim {
        left: 1.2rem;
        top: 1rem;
        font-size: 1.6rem;
        line-height: 2rem
    }

    .reg-form__select .input-field__label-anim {
        top: .2rem;
        left: 1rem
    }

    .play .input-field__label-anim {
        left: 1.05rem;
        top: 1.26rem;
        font-size: 1.05rem
    }

    .anim-label:focus~.input-field__label-anim,
    .confirmed-phone .input-field__label-anim,
    .input-field--placeholder~.input-field__label-anim,
    .input-field--top-label~.input-field__label-anim,
    .input-field__input-wr--focus .input-field__label-anim,
    .input-field__input:-webkit-autofill~.input-field__label-anim,
    .input-field__phone-form .input-field__label-anim {
        transform: translateY(-2.5rem) translateX(-1.4rem) scale(.667);
        width: 149.92504%
    }

    .play .anim-label:focus~.input-field__label-anim,
    .play .confirmed-phone .input-field__label-anim,
    .play .input-field--placeholder~.input-field__label-anim,
    .play .input-field--top-label~.input-field__label-anim,
    .play .input-field__input-wr--focus .input-field__label-anim,
    .play .input-field__input:-webkit-autofill~.input-field__label-anim,
    .play .input-field__phone-form .input-field__label-anim {
        top: 1.12rem;
        font-size: 1.05rem;
        transform: translateY(-1.89rem) translateX(-.98rem) scale(.667)
    }

    .promocode-form__input-field .input-field__label-anim {
        top: 1rem
    }

    .profile-security__auth-code-wr .input-field__label-anim {
        font-size: 1rem;
        transform: translate(1.3rem, -4.3rem) !important
    }
}

@media(min-width:1025px) {
    .input-field__label-anim {
        left: .6666666667rem;
        top: .5555555556rem;
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }

    .reg-form__select .input-field__label-anim {
        top: .1111111111rem;
        left: .9444444444rem
    }

    .play .input-field__label-anim {
        left: .8166666667rem;
        top: .5444444444rem;
        font-size: .8166666667rem
    }

    .anim-label:focus~.input-field__label-anim,
    .confirmed-phone .input-field__label-anim,
    .input-field--placeholder~.input-field__label-anim,
    .input-field--top-label~.input-field__label-anim,
    .input-field__input-wr--focus .input-field__label-anim,
    .input-field__input:-webkit-autofill~.input-field__label-anim,
    .input-field__phone-form .input-field__label-anim {
        transform: translateX(-.5555555556rem) translateY(-1.4444444444rem) scale(.667);
        width: 149.92504%
    }

    .promocode-form__input-field .input-field__label-anim {
        top: .6666666667rem
    }

    .profile-security__auth-code-wr .input-field__label-anim {
        font-size: .5555555556rem;
        transform: translate(.7222222222rem, -2.3888888889rem) !important
    }
}

.reg-form__promocode .input-field__label-anim {
    font-weight: 400;
    color: hsla(0, 0%, 100%, .75)
}

@media(max-width:768px) {
    .input-field__input-wr--prepend-icon:not(.input-field__input-wr--focus, .input-field__input-wr--top-label) .input-field__label-anim {
        left: 2.6666666667rem
    }
}

@media(min-width:769px) {
    .input-field__input-wr--prepend-icon:not(.input-field__input-wr--focus, .input-field__input-wr--top-label) .input-field__label-anim {
        left: 4rem
    }
}

@media(min-width:1025px) {
    .input-field__input-wr--prepend-icon:not(.input-field__input-wr--focus, .input-field__input-wr--top-label) .input-field__label-anim {
        left: 2.2222222222rem
    }
}

.email-otp-form__code .input-field__label-anim {
    opacity: .75
}

.email-otp-form__code .input-field__input-wr--focus .input-field__label-anim {
    opacity: 1
}

.input-field__button {
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.4rem;
    padding: 0 .6666666667rem;
    margin-left: .1333333333rem;
    margin-right: .1333333333rem;
    border: none;
    font-style: normal;
    font-size: .8rem;
    color: #fff;
    letter-spacing: -.0293333333rem;
    text-transform: none;
    outline: none;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.input-field--show-button .input-field__button {
    flex-shrink: 0
}

.input-field__button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: translateZ(0);
    width: 200%;
    height: 100%;
    transition: all .2s ease-in-out
}

.no-touch .input-field__button:hover:before {
    transform: translate3d(-50%, 0, 0)
}

.providers-filter__input .input-field__button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    padding: 0;
    height: 1.3333333333rem
}

.providers-filter__input .input-field__button:before {
    content: none
}

@media(max-width:768px) {
    .providers-filter__input .input-field__button {
        right: .5333333333rem
    }
}

@media(min-width:769px) {
    .providers-filter__input .input-field__button {
        right: .8rem
    }
}

@media(min-width:1025px) {
    .providers-filter__input .input-field__button {
        right: .4444444444rem
    }
}

.single-welcome-bonus__promo .input-field__button {
    transform: translateZ(0)
}

.form-constructor__field-wrap .birthday-calendar__input .input-field__button {
    display: none
}

.profile-security__auth-code-wr .input-field__button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    height: 2.4rem;
    margin: 0;
    border-radius: 2.6666666667rem;
    padding: .2666666667rem 1rem;
    background: radial-gradient(75% 100% at 50.34% 100%, #2094ff 0, #0b3ddd 100%);
    color: #fff;
    width: 100%;
    font-size: .8rem
}

.profile-security__auth-code-wr .input-field__button[disabled=disabled] {
    background: radial-gradient(75% 100% at 50.34% 100%, rgba(104, 183, 255, .3) 0, rgba(55, 100, 243, .3) 100%), linear-gradient(180.11deg, rgba(0, 30, 149, .25) .11%, rgba(17, 48, 159, .25) 99.91%);
    color: hsla(0, 0%, 100%, .3)
}

.profile-security__auth-code-wr .input-field__button:before {
    display: none
}

.profile-security__auth-code-wr .two-fa--cancel .input-field__button {
    margin: .8rem auto 0
}

@media(max-width:768px) {
    .profile-security__auth_code-field-wr .input-field__button {
        display: inline-flex
    }
}

@media(min-width:769px) {
    .profile-security__auth-code-wr .input-field__button {
        width: auto
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__button {
        height: 3.2rem;
        padding: 0 1rem;
        margin-left: .2rem;
        margin-right: .2rem;
        font-size: 1.2rem;
        letter-spacing: -.044rem
    }

    .input-field--show-button .input-field__button {
        height: 3.6rem
    }

    .search__input-field .input-field__button {
        display: none
    }

    .play .input-field__button {
        height: 2.24rem;
        padding: 0 .7rem;
        margin-right: .14rem;
        font-size: .84rem;
        letter-spacing: -.0308rem
    }

    .profile-security__auth-code-wr .input-field__button {
        left: 0;
        transform: none;
        height: 3.6rem;
        border-radius: 4rem;
        font-size: 1.2rem
    }

    .profile-security__auth-code-wr .two-fa--cancel .input-field__button {
        margin: 1.2rem auto 0
    }
}

@media(min-width:1025px) {
    .input-field__button {
        height: 1.7777777778rem;
        padding: 0 .5555555556rem;
        margin-left: .2777777778rem;
        margin-right: .1111111111rem;
        font-size: .6666666667rem;
        letter-spacing: -.0244444444rem
    }

    .input-field--show-button .input-field__button {
        height: 2rem
    }

    .search__input-field .input-field__button {
        display: none
    }

    .play .input-field__button {
        height: 1.7422222222rem;
        padding: 0 .5444444444rem;
        margin-right: .1088888889rem;
        font-size: .6533333333rem;
        letter-spacing: -.0239555556rem
    }

    .profile-security__auth-code-wr .input-field__button {
        left: 0;
        transform: none;
        height: 2rem;
        border-radius: 2.2222222222rem;
        font-size: .6666666667rem
    }

    .profile-security__auth-code-wr .two-fa--cancel .input-field__button {
        margin: .6666666667rem auto 0
    }
}

@media(max-width:768px) {
    .input-field__button--mobile-out {
        margin: .6666666667rem auto 0
    }
}

.input-field__button--inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    padding: 0;
    margin: 0
}

@media(max-width:768px) {
    .input-field__button--inner {
        right: .8rem
    }
}

@media(min-width:769px) {
    .input-field__button--inner {
        right: 1.2rem
    }
}

@media(min-width:1025px) {
    .input-field__button--inner {
        right: .6666666667rem
    }
}

.input-field__button--inner:before {
    content: none
}

.input-field__button-icon {
    color: #fff
}

@media(max-width:768px) {
    .input-field__button-icon {
        width: 1.3333333333rem;
        height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .input-field__button-icon {
        width: 2rem;
        height: 2rem
    }
}

@media(min-width:1025px) {
    .input-field__button-icon {
        width: 1.1111111111rem;
        height: 1.1111111111rem
    }
}

.input-field__button-icon--check {
    color: #00c193
}

.input-field__hint {
    margin-bottom: 1.8666666667rem;
    font-size: .8rem;
    line-height: 1.0666666667rem;
    letter-spacing: normal;
    color: rgba(220, 231, 243, .8)
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__hint {
        margin-bottom: 2.8rem;
        font-size: 1.2rem;
        line-height: 1.6rem
    }
}

@media(min-width:1025px) {
    .input-field__hint {
        margin-bottom: 1.5555555556rem;
        font-size: .6666666667rem;
        line-height: .8888888889rem
    }
}

.input-field__error-wr {
    display: table;
    width: 100%
}

.payment-card__cvv-field .input-field__error-wr {
    width: -webkit-max-content;
    width: max-content
}

@media(max-width:768px) {
    .payment-card__cvv-field .input-field__error-wr {
        max-width: 8rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .payment-card__cvv-field .input-field__error-wr {
        max-width: 13.5rem
    }
}

@media(min-width:1025px) {
    .payment-card__cvv-field .input-field__error-wr {
        max-width: 7.5rem
    }
}

.input-field__masked-error-msg-wrap {
    position: relative;
    width: -webkit-max-content;
    width: max-content
}

.payment-card__date-fields--fix-errors .payment-card__date-field--year .input-field__masked-error-msg-wrap {
    display: none
}

.payment-card__date-fields--fix-errors .payment-card__date-field--month .input-field__masked-error-msg-wrap {
    transform: translateX(5.6666666667rem)
}

@media(max-width:768px) {
    .input-field__masked-error-msg-wrap {
        max-width: 22rem;
        margin-bottom: .6666666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__masked-error-msg-wrap {
        max-width: 33rem;
        margin-bottom: 1rem
    }

    .payment-card__date-fields--fix-errors .payment-card__date-field--month .input-field__masked-error-msg-wrap {
        transform: translateX(8.5rem)
    }
}

@media(min-width:1025px) {
    .input-field__masked-error-msg-wrap {
        max-width: 18.3333333333rem;
        margin-bottom: .5555555556rem
    }

    .payment-card__date-fields--fix-errors .payment-card__date-field--month .input-field__masked-error-msg-wrap {
        transform: translateX(4.7222222222rem)
    }
}

.input-field__error {
    display: table-caption;
    font-weight: 400;
    letter-spacing: normal;
    text-align: left;
    color: #e933a0
}

@media(max-width:768px) {
    .input-field__error {
        margin-top: .2666666667rem;
        font-size: .6666666667rem;
        line-height: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .input-field__error {
        margin-top: .4rem;
        font-size: 1rem;
        line-height: 1.6rem
    }
}

@media(min-width:1025px) {
    .input-field__error {
        margin-top: .2222222222rem;
        font-size: .5555555556rem;
        line-height: .8888888889rem
    }
}

.input-field__error:first-letter {
    text-transform: capitalize
}

@media(max-width:768px) {
    .checkbox__pseudo-wrapper--error+.input-field__error {
        margin-left: 2.3333333333rem
    }
}

@media(min-width:769px) {
    .checkbox__pseudo-wrapper--error+.input-field__error {
        margin-left: 3.5rem
    }
}

@media(min-width:1025px) {
    .checkbox__pseudo-wrapper--error+.input-field__error {
        margin-left: 1.9444444444rem
    }
}

@media(min-width:769px) {
    .play .checkbox__pseudo-wrapper--error+.input-field__error {
        margin-left: 2.45rem
    }
}

@media(min-width:1025px) {
    .play .checkbox__pseudo-wrapper--error+.input-field__error {
        margin-left: 1.9055555556rem
    }
}

.input-field--warning .input-field__error {
    color: #d5b631
}

.input-field__masked-error-msg-wrap .input-field__error {
    text-align: right
}

.limits__card .input-field__error,
.payment-card .input-field__error {
    display: block
}

@media(max-width:768px) {
    .payment-card .input-field__error {
        font-size: .6666666667rem
    }
}

@media(min-width:769px) {
    .payment-card .input-field__error {
        font-size: 1.2rem
    }
}

@media(min-width:1025px) {
    .payment-card .input-field__error {
        font-size: .6666666667rem
    }
}

@media(min-width:769px) {
    .play .input-field__error {
        margin-top: .28rem;
        font-size: .7rem;
        line-height: 1.12rem
    }
}

@media(min-width:1025px) {
    .play .input-field__error {
        margin-top: .2177777778rem;
        font-size: .5444444444rem;
        line-height: .8711111111rem
    }
}

.payment-card__cvv-field .input-field__error {
    text-align: right
}

.custom-modal--partners-contests-create-contest .input-field__error {
    display: flex
}

.input-field__tooltip {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.input-field--card .input-field__tooltip {
    position: static;
    transform: none
}

.bonuses-privilege .input-field__tooltip {
    display: none
}

@media(max-width:768px) {
    .input-field__tooltip {
        right: .2666666667rem
    }
}

@media(min-width:1025px) {
    .input-field__tooltip {
        right: .2222222222rem
    }
}

.input-field__tooltip-wrap {
    position: relative
}

@media(min-width:769px) {
    .payment--minimal-qtu-payments .input-field__tooltip-wrap {
        position: static !important
    }
}

.input-field__tooltip-ic-wr {
    cursor: pointer;
    color: #90a7ff;
    padding: .6666666667rem;
    transition: all .2s ease-in-out
}

.input-field--card .input-field__tooltip-ic-wr {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media(min-width:769px) {
    .input-field__tooltip-ic-wr {
        padding: 1rem
    }
}

@media(min-width:1025px) {
    .input-field__tooltip-ic-wr {
        padding: .5555555556rem
    }
}

.no-touch .input-field__tooltip-ic-wr:hover {
    color: rgba(144, 167, 255, .4)
}

.input-field__tooltip-ic {
    pointer-events: auto;
    width: 1.0666666667rem
}

@media(min-width:769px) {
    .input-field__tooltip-ic {
        width: 1.6rem
    }
}

@media(min-width:1025px) {
    .input-field__tooltip-ic {
        width: .8888888889rem
    }
}

.input-field__card-type {
    position: absolute;
    right: .6666666667rem;
    top: .0666666667rem;
    bottom: .0666666667rem;
    width: 3.3333333333rem;
    display: flex;
    align-items: center
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__card-type {
        right: 1rem;
        top: .1rem;
        bottom: .1rem;
        width: 5rem
    }
}

@media(min-width:1025px) {
    .input-field__card-type {
        right: .5555555556rem;
        top: .0555555556rem;
        bottom: .0555555556rem;
        width: 2.7777777778rem
    }
}

.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(svg/diners-white-text.svg)
}

.input-field__card-type-ic--amex {
    background-image: url(svg/amex.svg);
    height: 80%
}

.input-field__card-type-ic--jcb {
    background-image: url(svg/jcb.svg);
    height: 70%
}

.input-field__card-type-ic--maestro {
    background-image: url(svg/maestro.svg)
}

.input-field__card-type-ic--mastercard {
    background-image: url(svg/mastercard.svg);
    height: 80%
}

.input-field__card-type-ic--mir {
    background-image: url(svg/mir.svg)
}

.input-field__card-type-ic--rupay {
    background-image: url(svg/rupay.svg)
}

.input-field__card-type-ic--visa {
    background-image: url(svg/visa.svg);
    height: 80%
}

.input-field__card-type-ic--unionpay {
    background-image: url(svg/unionpay.svg)
}

.input-field__validate-progress-bar {
    overflow: hidden;
    width: 100%;
    height: .2666666667rem;
    margin-top: .4rem;
    margin-bottom: .2666666667rem;
    border-radius: .1333333333rem;
    background-color: #333d6c
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__validate-progress-bar {
        height: .4rem;
        margin-top: .6rem;
        margin-bottom: .4rem;
        border-radius: .2rem
    }
}

@media(min-width:1025px) {
    .input-field__validate-progress-bar {
        height: .2222222222rem;
        margin-top: .3333333333rem;
        margin-bottom: .2222222222rem;
        border-radius: .1111111111rem
    }
}

.input-field__validate-progress-bar-inner {
    width: 30%;
    height: 100%;
    border-radius: .1333333333rem;
    background-color: #e933a0
}

.input-field__validate-progress-bar-wr--valid .input-field__validate-progress-bar-inner {
    background-color: #00c193
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__validate-progress-bar-inner {
        border-radius: .2rem
    }
}

@media(min-width:1025px) {
    .input-field__validate-progress-bar-inner {
        border-radius: .1111111111rem
    }
}

.input-field__validate-progress-bar-text {
    margin-top: .2666666667rem;
    font-size: .8rem;
    line-height: .8rem;
    letter-spacing: normal;
    color: #00c193
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__validate-progress-bar-text {
        margin-top: .4rem;
        font-size: 1.4rem;
        line-height: 1.14;
        letter-spacing: -.015rem
    }
}

@media(min-width:1025px) {
    .input-field__validate-progress-bar-text {
        margin-top: .2222222222rem;
        font-size: .7777777778rem;
        line-height: 1.14;
        letter-spacing: -.0083333333rem
    }
}

.input-field__button-icon--pen {
    color: #90a7ff
}

.profile-security__auth-code-wr .input-field__input-wr--margin-top,
.profile-security__auth-code-wr .input-field__input-wr--top-label {
    margin-top: 0 !important
}

.input-field__prepend-icon-wr {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width:768px) {
    .input-field__prepend-icon-wr {
        left: .8rem
    }
}

@media(min-width:769px) {
    .input-field__prepend-icon-wr {
        left: 1.2rem
    }
}

@media(min-width:1025px) {
    .input-field__prepend-icon-wr {
        left: .6666666667rem
    }
}

@media(max-width:768px) {
    .input-field__prepend-icon {
        width: 1.3333333333rem;
        height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .input-field__prepend-icon {
        width: 2rem;
        height: 2rem
    }
}

@media(min-width:1025px) {
    .input-field__prepend-icon {
        width: 1.1111111111rem;
        height: 1.1111111111rem
    }
}

.providers-filter {
    width: 100%
}

@media(max-width:768px) {
    .providers-filter {
        padding: 1.0666666667rem
    }

    .bottom-menu .providers-filter {
        position: fixed;
        left: 0;
        right: 0;
        top: 3.4666666667rem;
        bottom: 0;
        margin-bottom: 0;
        padding-bottom: 4rem;
        height: auto;
        width: 100%;
        background: linear-gradient(0deg, #282b5a, #25293a 100%, #25293a 0);
        z-index: -1
    }
}

@media(min-width:1025px) {
    .providers-filter {
        min-height: 14.8888888889rem
    }
}

@media(min-width:769px) {
    .providers-filter:has(+.providers-filter) {
        margin-bottom: 4.8rem
    }
}

@media(min-width:1025px) {
    .providers-filter:has(+.providers-filter) {
        margin-bottom: 2.6666666667rem
    }
}

.providers-filter--open+.providers-filter,
.providers-filter:has(+.providers-filter--open) {
    display: none
}

@media(max-width:768px) {
    .providers-filter .vb-scrolling-phantom {
        padding-right: .6666666667rem
    }
}

@media(min-width:769px) {
    .providers-filter .vb-scrolling-phantom {
        padding-right: 1.2rem
    }
}

@media(min-width:1025px) {
    .providers-filter .vb-scrolling-phantom {
        padding-right: .6666666667rem
    }
}

.providers-filter .vb-scrolling-phantom:before {
    opacity: .5 !important
}

.providers-filter .jackpot-list {
    padding-top: 0
}

@media(min-width:1025px) {
    .providers-filter--genres .providers-filter__dropdown-item {
        padding: .7777777778rem .8888888889rem .9444444444rem 0
    }
}

@media(max-width:768px) {
    .providers-filter__preloader-providers {
        height: 12.2666666667rem
    }
}

@media(min-width:769px) {
    .providers-filter__preloader-providers {
        height: 10.6rem
    }
}

@media(min-width:1025px) {
    .providers-filter__preloader-providers {
        height: 18.0555555556rem;
        margin-top: .8888888889rem
    }
}

@media(min-width:1025px) {
    .providers-filter__preloader-features {
        height: 11.7222222222rem;
        margin-top: .8888888889rem
    }
}

.providers-filter__tabs {
    display: flex;
    align-items: center;
    background: rgba(51, 61, 108, .2)
}

@media(max-width:768px) {
    .providers-filter__tabs {
        margin-bottom: 1.0666666667rem;
        border-radius: .5333333333rem
    }
}

@media(min-width:769px) {
    .providers-filter__tabs {
        margin-bottom: 1.6rem;
        border-radius: .8rem
    }
}

@media(min-width:1025px) {
    .providers-filter__tabs {
        margin-bottom: .8888888889rem;
        border-radius: .4444444444rem
    }
}

.providers-filter__tabs-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0
}

.no-touch .providers-filter__tabs-button {
    cursor: pointer
}

.providers-filter__title-text {
    font-weight: 500;
    color: hsla(0, 0%, 100%, .5);
    white-space: nowrap;
    transition: all .2s ease-in-out
}

.providers-filter__button--show-filter .providers-filter__title-text {
    overflow: hidden;
    width: 0
}

@media(max-width:768px) {
    .providers-filter__title-text {
        font-size: 1.0666666667rem;
        line-height: 1.3333333333rem;
        border-radius: .5333333333rem;
        padding: .5333333333rem 1.0666666667rem
    }

    .bottom-menu .providers-filter__title-text {
        font-size: .8rem;
        line-height: 1.0666666667rem;
        text-align: center
    }
}

@media(min-width:769px) {
    .providers-filter__title-text {
        font-size: 1.6rem;
        line-height: 2rem;
        border-radius: .8rem;
        padding: .8rem 1.2rem
    }
}

@media(min-width:1025px) {
    .providers-filter__title-text {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem;
        border-radius: .4444444444rem;
        padding: .4444444444rem .6666666667rem
    }
}

.providers-filter__title-text--active {
    color: #fff;
    background-color: #333d6c
}

.providers-filter__button {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    align-content: space-between;
    border-radius: .4444444444rem;
    background: rgba(51, 61, 108, .2);
    cursor: pointer
}

.providers-filter__button .swiper-wrapper {
    display: flex
}

@media(max-width:768px) {
    .bottom-menu .providers-filter__button {
        background: rgba(51, 61, 108, .2);
        margin: 1.0666666667rem 1.0666666667rem 1.0666666667rem 1.0666666667rem
    }

    .providers-filter__button .swiper-wrapper {
        min-width: 100%
    }
}

.providers-filter__input {
    margin-bottom: 0;
    width: 100%;
    display: block;
    transition: width .3s ease
}

.providers-filter__dropdown-inner {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    transition: all .2s ease-in-out
}

@media(max-width:768px) {
    .bottom-menu .providers-filter__dropdown-inner {
        width: auto;
        height: 100%;
        max-height: none
    }
}

.providers-filter__dropdown-inner--open {
    height: 100%
}

@media(min-width:769px) {
    .providers-filter__dropdown-inner--open {
        max-height: calc(100vh - 24.8rem)
    }
}

@media(min-width:1025px) {
    .providers-filter__dropdown-inner--open {
        max-height: calc(100vh - 13.77778rem)
    }
}

@media(min-width:769px) {
    .providers-filter--with-search .providers-filter__dropdown-inner--open {
        max-height: calc(100vh - 30rem)
    }
}

@media(min-width:1025px) {
    .providers-filter--with-search .providers-filter__dropdown-inner--open {
        max-height: calc(100vh - 16.66667rem)
    }
}

.providers-filter__dropdown-inner--filter {
    min-height: 0
}

.providers-filter__filter-wrap {
    position: relative;
    width: auto
}

@media(max-width:768px) {
    .providers-filter__filter-wrap {
        margin-bottom: .5333333333rem
    }
}

@media(min-width:769px) {
    .providers-filter__filter-wrap {
        margin-bottom: 1.6rem
    }
}

@media(min-width:1025px) {
    .providers-filter__filter-wrap {
        margin-bottom: .8888888889rem
    }
}

.providers-filter__dropdown {
    display: flex !important;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    -ms-overflow-style: none
}

@media(max-width:768px) {
    .bottom-menu .providers-filter__dropdown {
        padding: 0
    }
}

.providers-filter__dropdown::-webkit-scrollbar {
    display: none
}

@media(max-width:768px) {
    .bottom-menu .providers-filter__dropdown-outer-wrapper {
        height: 100%
    }
}

@media(max-width:768px) {
    .bottom-menu .providers-filter__dropdown-wrapper {
        height: 100%;
        margin-top: 0;
        padding-bottom: 5.6666666667rem
    }
}

.providers-filter__dropdown-item {
    display: flex;
    align-items: center;
    width: 50%;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    border-color: #333d6c;
    border-style: solid;
    border-width: 0
}

@media(max-width:768px) {
    .providers-filter__dropdown-item {
        font-size: 1.0666666667rem;
        line-height: 1.3333333333rem;
        padding: .8rem 1.0666666667rem .8rem 0;
        border-bottom-width: .0666666667rem
    }

    .providers-filter__dropdown-item span {
        white-space: nowrap
    }

    .providers-filter__dropdown-item:last-child,
    .providers-filter__dropdown-item:nth-last-child(2):nth-child(odd) {
        border-bottom: none
    }
}

@media(min-width:769px) {
    .providers-filter__dropdown-item {
        font-size: 1.6rem;
        line-height: 2rem;
        padding: 1.2rem 1.6rem 1.2rem 0;
        border-bottom-width: .1rem
    }

    .providers-filter__dropdown-item:last-child,
    .providers-filter__dropdown-item:nth-last-of-type(-n+2):not(:nth-child(2n)) {
        border-bottom: none
    }
}

@media(min-width:1025px) {
    .providers-filter__dropdown-item {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem;
        padding: .6666666667rem .8888888889rem .6666666667rem 0;
        border-bottom-width: .0555555556rem
    }
}

@media(max-width:768px) {
    .providers-filter__dropdown-item--jackpot {
        padding: .5333333333rem 1.0666666667rem .5333333333rem 0
    }
}

@media(min-width:769px) {
    .providers-filter__dropdown-item--jackpot {
        padding: .8rem 1.6rem .8rem 0
    }
}

@media(min-width:1025px) {
    .providers-filter__dropdown-item--jackpot {
        padding: .4444444444rem .8888888889rem .4444444444rem 0
    }
}

.providers-filter__dropdown-data {
    flex-grow: 1;
    overflow: hidden
}

@media(max-width:768px) {
    .providers-filter__dropdown-provider-amount {
        font-size: .9333333333rem;
        line-height: 1.3333333333rem
    }
}

.providers-filter__dropdown-provider-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

@media(max-width:768px) {
    .providers-filter__dropdown-provider-name {
        font-size: .9333333333rem;
        line-height: 1.3333333333rem
    }
}

.providers-filter__dropdown-item--jackpot .providers-filter__dropdown-provider-name {
    color: #7b7f92
}

@media(max-width:768px) {
    .providers-filter__dropdown-item--jackpot .providers-filter__dropdown-provider-name {
        font-size: .8rem;
        line-height: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .providers-filter__dropdown-item--jackpot .providers-filter__dropdown-provider-name {
        font-size: 1.2rem;
        line-height: 1.6rem
    }
}

@media(min-width:1025px) {
    .providers-filter__dropdown-item--jackpot .providers-filter__dropdown-provider-name {
        font-size: .6666666667rem;
        line-height: .8888888889rem
    }
}

.providers-filter__dropdown-no-results {
    box-sizing: border-box;
    color: hsla(0, 0%, 100%, .5);
    font-size: .7777777778rem;
    font-weight: 400;
    line-height: 1.0555555556rem;
    letter-spacing: -.0277777778rem
}

.providers-filter__button-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 1.5555555556rem;
    border: 1px solid #4563e3;
    border-radius: 1.1111111111rem;
    margin-top: .4444444444rem;
    cursor: pointer
}

@media(max-width:768px) {
    .bottom-menu .providers-filter__button-bottom {
        display: none
    }
}

.providers-filter__button-bottom-arrow-ic {
    width: .4444444444rem;
    height: .3333333333rem;
    color: #fff;
    transition: all .2s ease-in-out
}

.providers-filter__button-bottom-arrow-ic--open {
    transform: rotate(180deg)
}

.providers-filter__dropdown-provider-logo {
    flex-shrink: 0
}

@media(max-width:768px) {
    .providers-filter__dropdown-provider-logo {
        width: 1.8666666667rem;
        height: 1.8666666667rem;
        margin-right: .5333333333rem
    }
}

@media(min-width:769px) {
    .providers-filter__dropdown-provider-logo {
        width: 2.8rem;
        height: 2.8rem;
        margin-right: .8rem
    }
}

@media(min-width:1025px) {
    .providers-filter__dropdown-provider-logo {
        width: 1.5555555556rem;
        height: 1.5555555556rem;
        margin-right: .4444444444rem
    }
}

@keyframes hideFilterInput {
    0% {
        display: block
    }

    99.9% {
        display: block
    }

    to {
        display: none
    }
}

.providers-list-slider-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 8.1333333333rem;
    height: 5.8666666667rem;
    border-radius: .5333333333rem;
    background-color: #252c4c;
    margin-bottom: .5333333333rem
}

.providers-list-slider-card:last-child {
    margin-bottom: 0
}

@media(min-width:769px) {
    .providers-list-slider-card {
        cursor: pointer;
        top: .3rem;
        width: 17.8rem;
        height: 10rem;
        margin-bottom: 0;
        transition: all .2s ease-in-out;
        position: absolute;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media(min-width:1025px) {
    .providers-list-slider-card {
        cursor: pointer;
        width: 9.8888888889rem;
        height: 5.5555555556rem;
        margin-bottom: 0
    }
}

.no-touch .providers-list-slider-card:hover {
    background: radial-gradient(42.94% 43.52% at 50.29% 77.78%, rgba(55, 100, 243, .86) 0, rgba(55, 100, 243, 0) 100%), linear-gradient(0deg, rgba(55, 100, 243, .25), rgba(55, 100, 243, .25));
    box-shadow: 0 32px 20px -20px rgba(0, 19, 57, .25);
    top: 0;
    height: 5.8888888889rem
}

.providers-list-slider-card__logo-wr {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1
}

.providers-list-slider-card__logo {
    max-height: 3.6rem;
    max-width: 6.6666666667rem
}

@media(min-width:769px) {
    .providers-list-slider-card__logo {
        max-height: 5.4rem;
        max-width: 10rem
    }
}

@media(min-width:1025px) {
    .providers-list-slider-card__logo {
        max-height: 3rem;
        max-width: 5.5555555556rem
    }
}

.providers-list-slider-card__count {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333d6c;
    height: 1.3333333333rem;
    font-size: .6666666667rem;
    line-height: .8rem;
    font-weight: 500
}

@media(min-width:769px) {
    .providers-list-slider-card__count {
        height: 2.4rem;
        font-size: 1.2rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .providers-list-slider-card__count {
        height: 1.3333333333rem;
        font-size: .6666666667rem;
        line-height: 1.1111111111rem
    }
}

.providers-list-slider-card__count-title {
    margin-right: .2666666667rem;
    color: #7b7f92
}

@media(min-width:769px) {
    .providers-list-slider-card__count-title {
        margin-right: .4rem
    }
}

@media(min-width:1025px) {
    .providers-list-slider-card__count-title {
        margin-right: .2222222222rem
    }
}

.providers-list-slider-card__count-value {
    color: #fff
}

.providers-list-slider {
    position: relative;
    width: 100%;
    padding: 0 0 1.4666666667rem
}

@media(min-width:769px) {
    .providers-list-slider {
        padding: 4.8rem 0 2.5555555556rem;
        background: #2c3357
    }
}

@media(min-width:1025px) {
    .providers-list-slider {
        padding: 2.6666666667rem 0 0
    }
}

.providers-list-slider__inner {
    position: relative;
    margin: 0 auto
}

@media(min-width:769px) {
    .providers-list-slider__inner {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media(min-width:1025px) {
    .providers-list-slider__inner {
        padding-left: .5555555556rem;
        padding-right: .5555555556rem;
        width: 95.3333333333rem
    }
}

.providers-list-slider__title {
    font-size: .8rem;
    line-height: 1.0666666667rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: .8rem;
    padding: 0 .8rem
}

@media(min-width:769px) {
    .providers-list-slider__title {
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin-bottom: 1.2rem;
        padding: 0 1.2rem
    }
}

@media(min-width:1025px) {
    .providers-list-slider__title {
        padding-left: .5555555556rem;
        padding-right: .5555555556rem;
        margin: 0 auto .8888888889rem;
        width: 95.3333333333rem;
        font-size: 1rem;
        line-height: 1.3333333333rem
    }
}

.providers-list-slider__swiper {
    display: flex;
    overflow: hidden;
    width: 100%;
    font-size: 0
}

@media(max-width:768px) {
    .providers-list-slider__swiper {
        overflow-x: auto;
        scroll-behavior: smooth;
        padding: 0 .4666666667rem;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .providers-list-slider__swiper::-webkit-scrollbar {
        display: none
    }
}

@media(min-width:769px) {
    .providers-list-slider__swiper {
        width: calc(100% + 6px);
        margin: 0 -.6rem
    }
}

@media(min-width:1025px) {
    .providers-list-slider__swiper {
        width: calc(100% + 6px);
        margin: 0 -.3333333333rem
    }
}

.providers-list-slider__swiper .swiper-wrapper {
    display: flex;
    will-change: transform
}

.providers-list-slider__item {
    position: relative;
    width: 8.6666666667rem;
    padding: 0 .2666666667rem
}

@media(min-width:769px) {
    .providers-list-slider__item {
        padding: 0 .6rem;
        width: 19rem;
        height: 14.8rem
    }
}

@media(min-width:1025px) {
    .providers-list-slider__item {
        padding: 0 .3333333333rem;
        width: 10.5555555556rem;
        height: 8.2222222222rem
    }
}

.providers-list-slider__item:last-child {
    margin-right: 0
}

.providers-list-slider__nav-button {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 50%;
    width: 1.8666666667rem;
    height: 1.8666666667rem;
    border-radius: 100%;
    background-color: #2e479a;
    opacity: 0;
    z-index: 1;
    transition: all .2s ease-in-out
}

.no-touch .providers-list-slider__inner:hover .providers-list-slider__nav-button {
    opacity: 1
}

@media(min-width:1025px) {
    .providers-list-slider__nav-button {
        display: flex;
        width: 1.5555555556rem;
        height: 1.5555555556rem
    }

    .no-desktop .providers-list-slider__nav-button,
    .touch .providers-list-slider__nav-button {
        display: none
    }
}

.providers-list-slider__nav-button--prev {
    left: -.2222222222rem
}

.providers-list-slider__nav-button--next {
    right: -.2222222222rem
}

.no-touch .providers-list-slider__inner:hover .providers-list-slider__nav-button--disabled {
    opacity: .5
}

.providers-list-slider__nav-icon {
    width: .2222222222rem;
    height: auto
}

.back-title__button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.8666666667rem;
    height: 1.8666666667rem;
    margin-right: .5333333333rem;
    border-radius: 100%;
    background-color: #2e479a;
    cursor: pointer;
    transition: all .2s ease-in-out
}

@media(min-width:769px) {
    .back-title__button {
        width: 3.6rem;
        height: 3.6rem;
        margin-right: 1.6rem
    }
}

@media(min-width:1025px) {
    .back-title__button {
        width: 2rem;
        height: 2rem;
        margin-right: .8888888889rem
    }
}

@media(max-width:768px) {
    .back-title__inner--fixed .back-title__button {
        width: 1.3333333333rem;
        height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .back-title__inner--fixed .back-title__button {
        width: 2.8rem;
        height: 2.8rem
    }
}

@media(min-width:1025px) {
    .back-title__inner--fixed .back-title__button {
        width: 1.5555555556rem;
        height: 1.5555555556rem
    }
}

.back-title__button-icon {
    width: .8rem;
    height: auto;
    transition: all .2s ease-in-out
}

@media(min-width:769px) {
    .back-title__button-icon {
        width: 1.6rem
    }
}

@media(min-width:1025px) {
    .back-title__button-icon {
        width: .8888888889rem
    }
}

@media(max-width:768px) {
    .back-title__inner--fixed .back-title__button-icon {
        width: .6rem
    }
}

@media(min-width:769px) {
    .back-title__inner--fixed .back-title__button-icon {
        width: 1.4rem
    }
}

@media(min-width:1025px) {
    .back-title__inner--fixed .back-title__button-icon {
        width: .7777777778rem
    }
}

.back-title__wrap {
    position: relative
}

@media(max-width:768px) {
    .back-title__wrap {
        overflow: hidden
    }
}

@media(max-width:768px) {

    .lottery .back-title__wrap,
    .news-page--promotion .back-title__wrap,
    .tournament .back-title__wrap {
        padding: 0 .8rem
    }
}

.back-title__wrap--christmas-heroes {
    margin-bottom: -4rem
}

@media(min-width:451px)and (max-width:768px) {
    .back-title__wrap--christmas-heroes {
        margin-bottom: -5.6666666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .back-title__wrap--christmas-heroes {
        margin-bottom: -14rem
    }
}

@media(min-width:1025px) {
    .back-title__wrap--christmas-heroes {
        margin-bottom: -7.7777777778rem
    }
}

.back-title__inner-2 {
    display: flex;
    align-items: center
}

@media(min-width:1025px) {
    .back-title__inner-2 {
        width: 94.6666666667rem;
        margin-inline: auto
    }
}

@media(min-width:769px) {
    .general-auth-form .back-title__inner-2 {
        margin-bottom: 2.8rem
    }
}

@media(min-width:1025px) {
    .general-auth-form .back-title__inner-2 {
        margin-bottom: 1.5555555556rem
    }
}

.back-title__inner {
    position: absolute;
    display: flex;
    align-items: flex-start;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.0666666667rem 0 1.8666666667rem
}

@media(max-width:768px) {
    .back-title__inner {
        transition: all .2s ease-in-out
    }

    .tooltip-open .back-title__inner {
        opacity: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .back-title__inner {
        padding: 2.5rem 0 1.5rem 0
    }

    .bonuses-page .back-title__inner {
        padding: 1rem 0 4.8rem 0
    }
}

@media(min-width:1025px) {
    .back-title__inner {
        padding: 2.3333333333rem 0 1.7777777778rem
    }

    .bonuses-page .back-title__inner {
        padding: .5555555556rem 0 2.6666666667rem 0
    }
}

@media(max-width:768px) {

    .content-page__content--tournaments .back-title__inner,
    .lottery .back-title__inner,
    .news-page--promotion .back-title__inner {
        padding-inline: .8rem
    }
}

.back-title__inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(48, 53, 106, .75);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    z-index: -1;
    opacity: 0
}

@media(max-width:768px) {
    .back-title__inner:before {
        -webkit-backdrop-filter: blur(200px);
        backdrop-filter: blur(200px)
    }
}

.back-title__inner--fixed.back-title__inner--fixed {
    position: fixed;
    top: 0;
    padding: .5333333333rem;
    z-index: 2
}

@media(min-width:769px)and (max-width:1024px) {
    .back-title__inner--fixed.back-title__inner--fixed {
        top: 6rem;
        padding: .8rem 0 .8rem 2rem
    }
}

@media(min-width:1025px) {
    .back-title__inner--fixed.back-title__inner--fixed {
        top: 3.7777777778rem;
        padding: .4444444444rem 0 .4444444444rem 4.4444444444rem
    }
}

.back-title__inner--fixed.back-title__inner--fixed:before {
    opacity: 1
}

.back-title__button-text {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.8666666667rem;
    color: #fff;
    transition: all .2s ease-in-out
}

@media(min-width:769px)and (max-width:1024px) {
    .back-title__button-text {
        font-size: 2.8rem;
        line-height: 2.8rem
    }
}

@media(min-width:1025px) {
    .back-title__button-text {
        font-size: 2.2222222222rem;
        line-height: 2.6666666667rem
    }
}

.back-title__inner--fixed .back-title__button-text {
    font-weight: 500;
    font-size: .9333333333rem;
    line-height: 1.3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .back-title__inner--fixed .back-title__button-text {
        font-size: 2rem;
        line-height: 2.4rem
    }
}

@media(min-width:1025px) {
    .back-title__inner--fixed .back-title__button-text {
        font-size: 1.1111111111rem;
        line-height: 1.3333333333rem
    }
}

.back-title__button-text--capitalize {
    text-transform: capitalize
}

.section-games__back-title-wr {
    padding: 0 .5333333333rem
}

@media(min-width:769px) {
    .section-games__back-title-wr {
        padding: 0 .6rem
    }
}

@media(min-width:1025px) {
    .section-games__back-title-wr {
        padding: 0
    }
}

.back-title__fake_height,
.back-title__fake_height-all {
    opacity: 0;
    pointer-events: none
}

.back-title__fake_height-all {
    position: static
}

.jackpot-card {
    transform: translateZ(0);
    display: flex;
    width: 100%;
    height: 10.6666666667rem;
    margin-bottom: .5333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .jackpot-card {
        height: auto
    }
}

@media(min-width:1025px) {
    .jackpot-card {
        width: inherit;
        height: 100%;
        margin: 0;
        grid-area: 1/1/span 2/span 2
    }
}

.jackpot-card__card {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: .5333333333rem;
    transition: .75s ease-in-out;
    background-image: url(jackpots/jackpot-card.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom
}

.jackpot-card--flip .jackpot-card__card {
    background-image: url(jackpots/jackpot-card--back.png)
}

.jackpot-card__card--front {
    position: relative;
    transform: perspective(3000px) rotateY(0deg);
    padding-bottom: 3.3333333333rem
}

.jackpot-card--flip .jackpot-card__card--front {
    transform: perspective(3000px) rotateY(180deg);
    pointer-events: none
}

@media(min-width:769px)and (max-width:1024px) {
    .jackpot-card__card--front {
        padding-top: 2.5rem;
        padding-bottom: 7.5rem
    }
}

@media(min-width:1025px) {
    .jackpot-card__card--front {
        padding-bottom: 5.5555555556rem
    }
}

.jackpot-card__card--back {
    transform-origin: -50% 50%;
    transform: perspective(3000px) rotateY(180deg) translate3d(-100%, 0, 0);
    pointer-events: none
}

.jackpot-card--flip .jackpot-card__card--back {
    transform: perspective(3000px) rotateY(1turn) translate3d(-100%, 0, 0);
    pointer-events: auto
}

.jackpot-card__img {
    width: 100%;
    max-width: 80%;
    max-height: 60%
}

@media(min-width:769px) {
    .jackpot-card__img {
        width: 16rem;
        max-width: none;
        max-height: 13.8888888889rem
    }
}

.jackpot-card__sum-wr {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.3333333333rem;
    text-align: center
}

@media(min-width:1025px) {
    .jackpot-card__sum-wr {
        bottom: 2.7777777778rem
    }
}

.jackpot-card__sum {
    font-family: Jedar;
    font-size: 1.8666666667rem;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
    text-shadow: 0 -.1333333333rem 0 #080e41, 0 -.2666666667rem .5333333333rem rgba(11, 17, 52, .5);
    text-align: center
}

@media(min-width:1025px) {
    .jackpot-card__sum {
        font-size: 2.6666666667rem;
        text-shadow: 0 -.1111111111rem 0 #080e41, 0 -.2222222222rem .4444444444rem rgba(11, 17, 52, .5)
    }
}

.jackpot-card__currency {
    font-family: Jedar;
    font-size: 1.0666666667rem;
    line-height: 1;
    letter-spacing: normal;
    text-shadow: 0 -.1333333333rem 0 #080e41, 0 -.2666666667rem .5333333333rem 0 rgba(11, 17, 52, .5)
}

@media(min-width:1025px) {
    .jackpot-card__currency {
        font-size: 1.3333333333rem;
        text-shadow: 0 -.1111111111rem 0 #080e41, 0 -.2222222222rem .4444444444rem rgba(11, 17, 52, .5)
    }
}

.jackpot-card__flip {
    position: absolute;
    top: .6666666667rem;
    right: .6666666667rem;
    cursor: pointer
}

@media(min-width:769px)and (max-width:1024px) {
    .jackpot-card__flip {
        top: 4rem;
        right: 4rem
    }
}

@media(min-width:1025px) {
    .jackpot-card__flip {
        top: 2.2222222222rem;
        right: 2.2222222222rem
    }
}

.jackpot-card__flip-ic {
    display: block;
    width: 1.3333333333rem;
    height: auto;
    color: #90a7ff
}

@media(min-width:769px)and (max-width:1024px) {
    .jackpot-card__flip-ic {
        width: 2rem
    }
}

@media(min-width:1025px) {
    .jackpot-card__flip-ic {
        width: 1.1111111111rem
    }
}

.game-card {
    position: relative;
    overflow: hidden;
    width: 100%
}

.no-touch .game-card:hover {
    cursor: pointer
}

.game-card:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-top: 59%
}

@media(max-width:768px) {
    .game-card:before {
        padding-top: 64%
    }
}

@media(max-width:768px) {
    .game-card {
        border-radius: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .game-card {
        border-radius: 1.6rem
    }
}

@media(min-width:1025px) {
    .game-card {
        border-radius: .8888888889rem
    }
}

.game-card__video-wr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1
}

@media(max-width:768px) {
    .game-card__video-wr {
        border-radius: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .game-card__video-wr {
        border-radius: 1.6rem
    }
}

@media(min-width:1025px) {
    .game-card__video-wr {
        border-radius: .8888888889rem
    }
}

.game-card__video {
    min-width: 100%;
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.game-card__color-bg {
    position: absolute;
    top: -2%;
    left: -2%;
    width: 104%;
    height: 104%;
    background: linear-gradient(180deg, rgba(0, 98, 74, 0) 50%, rgba(0, 8, 83, .9) 70%), linear-gradient(180deg, rgb(var(--game-card-bg)), rgba(0, 98, 74, 0) 15%), linear-gradient(180deg, rgba(0, 98, 74, 0) 60%, rgba(var(--game-card-bg), .6) 70%, rgba(var(--game-card-bg), .9) 90%);
    background-blend-mode: saturation
}

@media(max-width:768px) {
    .game-card__color-bg {
        border-radius: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .game-card__color-bg {
        border-radius: 1.6rem
    }
}

@media(min-width:1025px) {
    .game-card__color-bg {
        border-radius: .8888888889rem
    }
}

.game-card__button {
    display: flex;
    align-items: center;
    position: absolute;
    transition: background .2s ease-in-out
}

.no-touch .game-card:hover .game-card__button {
    background: #0b1134
}

@media(max-width:768px) {
    .game-card__button {
        width: calc(100% - 1.06667rem);
        bottom: .5333333333rem;
        left: .5333333333rem;
        padding: .2666666667rem;
        border-radius: .5333333333rem
    }

    .game-card.hover .game-card__button {
        background: #0b1134
    }
}

@media(min-width:769px) {
    .game-card__button {
        width: calc(100% - 1.6rem);
        bottom: .8rem;
        left: .8rem;
        padding: .4rem;
        border-radius: .8rem
    }
}

@media(min-width:1025px) {
    .game-card__button {
        width: calc(100% - .88889rem);
        bottom: .4444444444rem;
        left: .4444444444rem;
        padding: .2222222222rem;
        border-radius: .4444444444rem
    }
}

.game-card__img-wr {
    flex-shrink: 0;
    overflow: hidden
}

@media(max-width:768px) {
    .game-card__img-wr {
        border-radius: .5333333333rem;
        margin-right: .8rem
    }
}

@media(min-width:769px) {
    .game-card__img-wr {
        border-radius: .8rem;
        margin-right: 1.2rem
    }
}

@media(min-width:1025px) {
    .game-card__img-wr {
        border-radius: .4444444444rem;
        margin-right: .6666666667rem
    }
}

@media(max-width:768px) {
    .game-card__img {
        width: 5rem;
        height: 3.2rem
    }
}

@media(min-width:769px) {
    .game-card__img {
        width: 7.5rem;
        height: 4.8rem
    }
}

@media(min-width:1025px) {
    .game-card__img {
        width: 4.1666666667rem;
        height: 2.6666666667rem
    }
}

.game-card__about {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1
}

.game-card__title {
    font-weight: 500;
    width: 99%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: color .2s ease-in-out
}

.no-touch .game-card:hover .game-card__title {
    color: #90a7ff
}

@media(max-width:768px) {
    .game-card__title {
        font-size: .9333333333rem;
        line-height: 1.3333333333rem
    }

    .game-card.hover .game-card__title {
        color: #90a7ff
    }
}

@media(min-width:769px) {
    .game-card__title {
        font-size: 1.6rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .game-card__title {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

.game-card__provider {
    color: hsla(0, 0%, 100%, .8);
    font-weight: 400
}

@media(max-width:768px) {
    .game-card__provider {
        font-size: .8rem;
        line-height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .game-card__provider {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .game-card__provider {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

.game-card__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out
}

.no-touch .game-card:hover .game-card__nav {
    opacity: 1;
    visibility: unset
}

@media(max-width:768px) {
    .game-card__nav {
        width: 1.3333333333rem;
        height: 1.3333333333rem;
        margin: 0 .8rem
    }

    .game-card.hover .game-card__nav {
        opacity: 1;
        visibility: unset
    }
}

@media(min-width:769px) {
    .game-card__nav {
        width: 2rem;
        height: 2rem;
        margin: 0 1.2rem
    }
}

@media(min-width:1025px) {
    .game-card__nav {
        width: 1.1111111111rem;
        height: 1.1111111111rem;
        margin: 0 .6666666667rem
    }
}

.game-card__nav-icon {
    color: #90a7ff
}

@media(max-width:768px) {
    .game-card__nav-icon {
        width: .3333333333rem
    }
}

@media(min-width:769px) {
    .game-card__nav-icon {
        width: .5rem
    }
}

@media(min-width:1025px) {
    .game-card__nav-icon {
        width: .2777777778rem
    }
}

@media(max-width:768px) {
    .section-games-exclusive {
        min-height: 12.4666666667rem;
        margin-bottom: 1.6rem
    }
}

@media(min-width:769px) {
    .section-games-exclusive {
        margin-bottom: 2.8rem
    }
}

@media(min-width:1025px) {
    .section-games-exclusive {
        margin-bottom: 1.5555555556rem
    }
}

.section-games-exclusive .section-games-exclusive__pagination {
    position: absolute;
    left: 50%;
    bottom: -.8rem;
    transform: translateX(-50%)
}

@media(min-width:769px) {
    .section-games-exclusive .section-games-exclusive__pagination {
        display: none
    }
}

.section-games-exclusive__games {
    display: flex
}

@media(max-width:768px) {
    .section-games-exclusive__games {
        width: calc(100% - 1.6rem);
        margin: 0 auto
    }
}

@media(min-width:1025px) {
    .section-games-exclusive__games {
        width: 100%;
        overflow: hidden
    }
}

.section-games-exclusive__games .swiper-wrapper {
    display: flex
}

@media(max-width:768px) {
    .section-games-exclusive__games .swiper-slide {
        width: 100%;
        max-height: 12.4666666667rem
    }
}

@media(min-width:769px) {
    .section-games-exclusive__games .swiper-slide {
        width: 35rem
    }
}

@media(min-width:1025px) {
    .section-games-exclusive__games .swiper-slide {
        width: 22.7777777778rem;
        max-height: 13.4444444444rem;
        margin: 0 .8888888889rem 0 0
    }

    .section-games-exclusive__games .swiper-slide:last-child {
        margin: 0
    }
}

.section-games-exclusive__games-wr {
    position: relative;
    width: 100%
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games-exclusive__games-wr {
        max-width: calc(100% - 1.6rem);
        margin: 0 auto
    }
}

@media(min-width:1025px) {
    .section-games-exclusive__games-wr {
        max-width: 70.1666666667rem
    }
}

.section-games-exclusive__navigation-button {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.6666666667rem;
    height: 2.6666666667rem;
    border-radius: 100%;
    padding: 0;
    background-color: #2e479a;
    z-index: 1;
    transition: .3s
}

@media(min-width:1025px) {
    .section-games-exclusive__navigation-button {
        display: flex
    }
}

.section-games-exclusive__navigation-button--prev {
    left: -1.3333333333rem
}

.section-games-exclusive__navigation-button--next {
    right: -1.3333333333rem
}

.section-games-exclusive__navigation-button--disabled {
    opacity: 0;
    visibility: hidden
}

.section-games-exclusive__navigation-icon {
    width: .5555555556rem;
    height: auto
}

.switcher {
    margin-bottom: 2.1333333333rem;
    line-height: 0
}

@media(max-width:768px) {
    .table-winner-head .switcher {
        display: flex;
        align-items: center
    }
}

@media(min-width:769px) {
    .switcher {
        margin-bottom: 3.2rem
    }
}

@media(min-width:1025px) {
    .switcher {
        margin-bottom: 1.7777777778rem
    }
}

.switcher:last-child {
    margin-bottom: 0
}

.switcher--disabled {
    pointer-events: none
}

.game-wrapper__item-demo-toggle {
    margin-bottom: 0
}

@media(max-width:768px) {
    .setting-block__switcher {
        margin-bottom: .8rem
    }
}

@media(min-width:769px) {
    .setting-block__switcher {
        margin-bottom: .5rem
    }
}

@media(min-width:1025px) {
    .setting-block__switcher {
        margin-bottom: .2777777778rem
    }
}

.setting-block__switcher:last-child {
    margin-bottom: 0
}

.profile-timezone__switcher {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0
}

@media(min-width:769px) {
    .profile-timezone__switcher {
        align-items: center
    }
}

.section-games__header-switcher {
    z-index: 20;
    margin: 0
}

@media(max-width:768px) {
    .section-games__header-switcher {
        width: 100%;
        order: 3
    }
}

@media(min-width:769px) {
    .section-games__header-switcher {
        order: 0;
        width: auto;
        margin: 0 3.2rem 0 auto
    }
}

@media(min-width:1025px) {
    .section-games__header-switcher {
        margin-right: 1.7777777778rem
    }
}

@media(min-width:769px) {
    .switcher--halfWidth {
        display: inline-block;
        width: calc(50% - .4rem)
    }

    .switcher--halfWidth:nth-child(2n) {
        margin-left: .8rem
    }
}

@media(min-width:1025px) {
    .switcher--halfWidth {
        width: calc(50% - .22222rem)
    }

    .switcher--halfWidth:nth-child(2n) {
        margin-left: .4444444444rem
    }
}

.switcher__title {
    margin-bottom: 1.4666666667rem;
    font-weight: 500;
    font-size: 1.0666666667rem;
    line-height: 1;
    color: #fff
}

.switcher__title:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .switcher__title {
        margin-bottom: 2.2rem;
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    .switcher__title {
        margin-bottom: 1.2222222222rem;
        font-size: .8888888889rem
    }
}

.switcher__item {
    position: relative;
    z-index: 0;
    display: inline-flex;
    flex-direction: row-reverse;
    max-width: 100%;
    min-height: 1.8666666667rem;
    margin-bottom: 1.2666666667rem;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.bonuses-privilege .switcher__item {
    display: flex
}

.user-sessions__section .switcher__item {
    display: flex;
    flex-direction: row
}

.setting-block__switcher .switcher__item {
    flex-direction: row;
    align-items: flex-start;
    min-height: 1.6rem
}

.profile-timezone__switcher .switcher__item,
.switcher__item:last-child {
    margin-bottom: 0
}

.section-games__header-switcher .switcher__item {
    align-items: center;
    min-height: 0
}

@media(max-width:768px) {
    .table-winner-head .switcher__item {
        margin-bottom: 0;
        min-height: auto
    }

    .user-sessions__section .switcher__item {
        gap: .5333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .switcher__item {
        min-height: 2.8rem;
        margin-bottom: 1.9rem
    }

    .setting-block__switcher .switcher__item {
        min-height: 2.4rem
    }

    .user-sessions__section .switcher__item {
        gap: .8rem
    }
}

@media(min-width:1025px) {
    .switcher__item {
        min-height: 1.5555555556rem;
        margin-bottom: 1.0555555556rem
    }

    .setting-block__switcher .switcher__item {
        min-height: 1.3333333333rem
    }

    .user-sessions__section .switcher__item {
        gap: .4444444444rem
    }
}

.switcher__ch-wr {
    display: flex;
    align-items: center;
    position: relative;
    letter-spacing: normal
}

.bonuses-privilege .switcher__ch-wr {
    order: 1
}

.section-games__header-switcher .switcher__ch-wr {
    order: 1;
    margin-right: .2666666667rem
}

@media(min-width:769px) {
    .section-games__header-switcher .switcher__ch-wr {
        margin-right: .8rem
    }
}

@media(min-width:1025px) {
    .section-games__header-switcher .switcher__ch-wr {
        margin-right: .4444444444rem
    }
}

.switcher__ch {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.switcher__ch:read-only {
    opacity: 0 !important
}

@media(max-width:768px) {
    .section-games__header-switcher .switcher__ch {
        top: 50%;
        transform: translateY(-50%)
    }
}

.switcher__pseudo-block {
    position: relative;
    width: 2.8rem;
    height: 1.6rem;
    display: inline-block;
    border-radius: 1.3333333333rem;
    background-color: rgba(63, 79, 140, .5);
    pointer-events: none;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.switcher__ch:checked~.switcher__pseudo-block {
    background-color: #3f4f8c
}

.switcher__pseudo-block:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: .2rem;
    z-index: 10;
    transform: translate3d(0, -50%, 0);
    width: 1.3333333333rem;
    height: 1.3333333333rem;
    border-radius: 50%;
    background-color: #3f4f8c
}

.no-touch .switcher__pseudo-block:before {
    transition: transform .2s ease-out, background-color .2s ease-out
}

.switcher__ch:checked~.switcher__pseudo-block:before {
    transform: translate3d(1.2rem, -50%, 0);
    background: radial-gradient(75% 100% at 50.34% 100%, #68b7ff 0, #3764f3 100%), linear-gradient(0deg, #183cc9, #183cc9), linear-gradient(180.11deg, #001e95 .11%, #11309f 99.91%)
}

@media(max-width:768px) {

    .section-games__header-switcher .switcher__ch:checked~.switcher__pseudo-block:before,
    .table-winner-head .switcher__ch:checked~.switcher__pseudo-block:before {
        transform: translate3d(.8rem, -50%, 0)
    }
}

@media(max-width:768px) {
    .table-winner-head .switcher__pseudo-block:before {
        left: .2rem;
        width: .8rem;
        height: .8rem;
        background: radial-gradient(75% 100% at 50.34% 100%, #68b7ff 0, #3764f3 100%), linear-gradient(0deg, #183cc9, #183cc9), linear-gradient(180.11deg, #001e95 .11%, #11309f 99.91%)
    }

    .section-games__header-switcher .switcher__pseudo-block:before {
        width: .8rem;
        height: .8rem;
        left: .1333333333rem
    }
}

@media(max-width:768px) {

    .section-games__header-switcher .switcher__pseudo-block,
    .table-winner-head .switcher__pseudo-block {
        width: 1.8666666667rem;
        height: 1.0666666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .switcher__pseudo-block {
        width: 4.2rem;
        height: 2.4rem;
        border-radius: 2rem
    }

    .switcher__pseudo-block:before {
        left: .2rem;
        width: 2rem;
        height: 2rem
    }

    .switcher__ch:checked~.switcher__pseudo-block:before {
        transform: translate3d(1.8rem, -50%, 0)
    }
}

@media(min-width:1025px) {
    .switcher__pseudo-block {
        width: 2.3333333333rem;
        height: 1.3333333333rem;
        border-radius: 1.1111111111rem
    }

    .switcher__pseudo-block:before {
        left: .1111111111rem;
        width: 1.1111111111rem;
        height: 1.1111111111rem
    }

    .switcher__ch:checked~.switcher__pseudo-block:before {
        transform: translate3d(1rem, -50%, 0)
    }
}

.switcher__label {
    position: relative;
    z-index: 10;
    flex: 1 1 auto;
    display: inline-flex;
    align-items: center;
    min-height: 1.4rem;
    margin-right: .5333333333rem;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.no-touch .switcher__label:hover {
    color: #74dcd2
}

.game-wrapper__item-demo-toggle .switcher__label {
    margin-right: 1.0666666667rem
}

.bonuses-privilege .switcher__label {
    margin-left: .6666666667rem
}

.setting-block__switcher .switcher__label {
    margin: 0 0 0 .5333333333rem;
    min-height: 1.6rem
}

.profile-timezone__switcher .switcher__label {
    display: none
}

.section-games__header-switcher .switcher__label {
    min-height: 0
}

.user-sessions__section .switcher__label {
    margin-right: 0
}

@media(max-width:768px) {
    .table-winner-head .switcher__label {
        display: none
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .switcher__label {
        min-height: 2.1rem;
        margin-right: .8rem
    }

    .bonuses-privilege .switcher__label {
        margin-left: 1rem
    }

    .setting-block__switcher .switcher__label {
        margin: 0 0 0 .8rem;
        min-height: 2.4rem
    }
}

@media(min-width:1025px) {
    .switcher__label {
        min-height: 1.1666666667rem;
        margin-right: .4444444444rem
    }

    .game-wrapper__item-demo-toggle .switcher__label {
        margin-right: .8888888889rem
    }

    .bonuses-privilege .switcher__label {
        margin-left: .5555555556rem
    }

    .setting-block__switcher .switcher__label {
        margin: 0 0 0 .4444444444rem;
        min-height: 1.3333333333rem
    }
}

.switcher__label-text {
    font-size: .6666666667rem;
    line-height: 1.4rem;
    letter-spacing: .0333333333rem;
    color: #fff;
    text-transform: uppercase;
    transition: all .2s ease-out
}

.settings .switcher__label-text {
    font-weight: 400
}

.setting-block__header .switcher__label-text {
    font-size: .8888888889rem
}

.game-wrapper__item-demo-toggle .switcher__label-text {
    white-space: nowrap
}

.general-auth-form__play-mobile-demo-toggle .switcher__label-text {
    text-transform: lowercase;
    white-space: nowrap
}

.bonuses-privilege .switcher__label-text {
    font-size: .8rem;
    line-height: 1.3333333333rem
}

.setting-block__switcher .switcher__label-text {
    font-size: .8rem;
    line-height: 1.0666666667rem;
    text-transform: none
}

.user-sessions__section .switcher__label-text {
    text-transform: none;
    letter-spacing: normal;
    font-weight: 500
}

.disabled .switcher__label-text {
    color: hsla(0, 0%, 100%, .5)
}

@media(max-width:768px) {
    .section-games__header-switcher .switcher__label-text {
        font-weight: 400;
        font-size: .6666666667rem;
        line-height: .9333333333rem;
        color: #b5bec9;
        text-transform: none
    }

    .user-sessions__section .switcher__label-text {
        font-size: 1.0666666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .switcher__label-text {
        font-size: 1rem;
        line-height: 2.4rem;
        letter-spacing: .05rem
    }

    .bonuses-privilege .switcher__label-text {
        font-size: 1.2rem;
        line-height: 2rem
    }

    .setting-block__switcher .switcher__label-text {
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 1.6rem
    }

    .section-games__header-switcher .switcher__label-text {
        font-size: 1.2rem;
        line-height: 1.67
    }

    .user-sessions__section .switcher__label-text {
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    .switcher__label-text {
        font-size: .5555555556rem;
        line-height: 1.5555555556rem;
        letter-spacing: .0277777778rem
    }

    .bonuses-privilege .switcher__label-text {
        font-size: .6666666667rem;
        line-height: 1.1111111111rem
    }

    .setting-block__switcher .switcher__label-text {
        font-weight: 400;
        font-size: .6666666667rem;
        line-height: .8888888889rem
    }

    .section-games__header-switcher .switcher__label-text {
        font-size: .6666666667rem;
        line-height: 1.67
    }

    .user-sessions__section .switcher__label-text {
        font-size: .8888888889rem
    }
}

.switcher__pseudo-text {
    position: absolute;
    font-size: .7333333333rem;
    line-height: 1.2666666667rem;
    color: #fff;
    letter-spacing: -.0046666667rem;
    pointer-events: none;
    transition: all .1s ease-out;
    z-index: 10
}

.switcher__pseudo-text:first-child {
    opacity: 0
}

.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(max-width:768px) {
    .table-winner-head .switcher__pseudo-text {
        display: none
    }

    .section-games__header-switcher .switcher__pseudo-text {
        top: 50%;
        height: .3333333333rem;
        transform: translateY(-50%)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .switcher__pseudo-text {
        font-size: 1.1rem;
        line-height: 1.9rem;
        letter-spacing: -.007rem
    }
}

@media(min-width:1025px) {
    .switcher__pseudo-text {
        font-size: .6111111111rem;
        line-height: 1.0555555556rem;
        letter-spacing: -.0038888889rem
    }
}

.switcher__pseudo-text--checkbox {
    top: .5333333333rem;
    right: .4666666667rem;
    width: auto;
    height: .6rem;
    color: #74dcd2
}

@media(max-width:768px) {
    .section-games__header-switcher .switcher__pseudo-text--checkbox {
        right: .4rem;
        transition: none
    }

    .Safari.Mobile .section-games__header-switcher .switcher__pseudo-text--checkbox {
        right: .3333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .switcher__pseudo-text--checkbox {
        top: .8rem;
        right: .7rem;
        height: .9rem
    }
}

@media(min-width:1025px) {
    .switcher__pseudo-text--checkbox {
        top: .4444444444rem;
        right: .3888888889rem;
        height: .5rem
    }
}

.switcher__pseudo-text--close {
    top: .5333333333rem;
    left: .6rem;
    width: auto;
    height: .6rem;
    color: hsla(0, 0%, 100%, .5);
    letter-spacing: normal
}

@media(max-width:768px) {
    .section-games__header-switcher .switcher__pseudo-text--close {
        left: .3333333333rem;
        transition: none
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .switcher__pseudo-text--close {
        top: .8rem;
        left: .8rem;
        height: .9rem
    }
}

@media(min-width:1025px) {
    .switcher__pseudo-text--close {
        top: .4444444444rem;
        left: .4444444444rem;
        height: .4444444444rem
    }
}

.switcher__left-text,
.switcher__right-text {
    font-weight: 500;
    font-size: .6666666667rem;
    line-height: 1;
    color: hsla(0, 0%, 100%, .25);
    transition: .2s
}

.switcher__left-text--active,
.switcher__right-text--active {
    color: #90a7ff
}

.switcher__left-text {
    margin-right: .2666666667rem
}

.switcher__right-text {
    margin-left: .2666666667rem
}

.profile-timezone__switcher .switcher__right-text {
    font-size: .8rem;
    line-height: 1.33;
    font-weight: 400;
    margin-left: .5333333333rem
}

@media(min-width:769px) {
    .profile-timezone__switcher .switcher__right-text {
        font-size: 1.2rem;
        line-height: 1.33;
        margin-left: .8rem
    }
}

@media(min-width:1025px) {
    .profile-timezone__switcher .switcher__right-text {
        font-size: .6666666667rem;
        line-height: 1.33;
        margin-left: .4444444444rem
    }
}

.profile-timezone__switcher .switcher__right-text--active {
    color: #fff
}

.section-games__real-money-warning {
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #302d48;
    line-height: normal;
    letter-spacing: normal;
    color: hsla(0, 0%, 100%, .83);
    text-align: center;
    pointer-events: none
}

@media(max-width:768px) {
    .section-games__real-money-warning {
        top: 50%;
        left: 1rem;
        right: 1rem;
        transform: translateY(-50%);
        box-shadow: 0 .8rem 1.4666666667rem 0 rgba(0, 0, 0, .38);
        padding: .6666666667rem;
        font-size: .8666666667rem
    }
}

@media(min-width:451px)and (max-width:768px) {
    .section-games__real-money-warning {
        left: 1.3333333333rem;
        right: 1.3333333333rem;
        font-size: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .section-games__real-money-warning {
        top: 50%;
        transform: translateY(-50%)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__real-money-warning {
        left: 2rem;
        right: 2rem;
        box-shadow: 0 1.2rem 2.2rem 0 rgba(0, 0, 0, .38);
        padding: 1rem;
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    .section-games__real-money-warning {
        left: 1.4444444444rem;
        right: 1.4444444444rem;
        box-shadow: 0 .6666666667rem 1.2222222222rem 0 rgba(0, 0, 0, .38);
        padding: .5555555556rem;
        font-size: .8888888889rem
    }
}

@keyframes warningToTop {
    0% {
        transform: translate3d(-50%, .3333333333rem, 0);
        opacity: 0
    }

    to {
        transform: translate3d(-50%, 0, 0);
        opacity: 1
    }
}

.section-games__list {
    align-items: flex-start;
    margin-bottom: 1.3333333333rem;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

@media(max-width:768px) {

    .section-games--new .section-games__list,
    .section-games--popular .section-games__list,
    .section-games--recommended .section-games__list {
        min-height: 14.9333333333rem
    }
}

@media(min-width:1025px) {

    .section-games--new .section-games__list,
    .section-games--popular .section-games__list,
    .section-games--recommended .section-games__list {
        min-height: 19.4444444444rem
    }
}

.section-games__row {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto
}

@media(max-width:768px) {
    .section-games__row {
        margin-left: -1rem;
        margin-right: -1rem
    }
}

@media(min-width:769px) {
    .section-games__row {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }
}

@media(min-width:1025px) {
    .section-games__row {
        margin-left: -.8333333333rem;
        margin-right: -.8333333333rem
    }
}

.section-games__list.section-games__row {
    margin-left: 0;
    margin-right: 0
}

.section-games__list.section-games__row:before {
    display: none
}

.tournament .section-games__list.section-games__row {
    padding: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .tournament .section-games__list.section-games__row {
        margin-right: -1.5rem
    }
}

@media(min-width:1025px) {
    .tournament .section-games__list.section-games__row {
        margin-right: -1.3888888889rem
    }
}

@media(min-width:769px) {
    .section-games__list.section-games__row {
        padding: 0 .6rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list.section-games__row {
        margin-bottom: 2rem;
        margin-right: -.8rem
    }

    .main .section-games__list.section-games__row {
        margin-right: -1.4rem
    }
}

@media(min-width:1025px) {
    .section-games__list.section-games__row {
        margin-bottom: 1.1111111111rem;
        padding: 0
    }

    .section-games__provider-inner--game-provider .section-games__list.section-games__row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-gap: .8888888889rem
    }
}

.play-tournaments__games-wr .section-games__list.section-games__row {
    justify-content: space-between;
    margin: 0;
    padding: 0
}

.section-games__slider {
    position: relative;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

@media(max-width:768px) {
    .section-games__slider {
        padding-inline: 1rem;
        margin-inline: -1rem
    }
}

.section-games__slider:last-child {
    margin-bottom: 0
}

.section-games__slider .swiper-wrapper {
    display: flex;
    will-change: transform
}

.section-games__items-group {
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap
}

@media(min-width:769px) {
    .section-games--common .section-games__items-group {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media(max-width:768px) {
    .section-games__list.section-games__list--hidden-scroll {
        overflow: hidden;
        margin-bottom: 0
    }
}

.section-games__list-scroll {
    display: flex;
    width: 100%
}

@media(max-width:768px) {
    .section-games__list-scroll {
        min-height: 16.2rem;
        padding: 0 .8rem 2.6666666667rem;
        margin-bottom: -1.6666666667rem;
        overflow-x: auto
    }
}

@media(min-width:769px) {
    .section-games__list-scroll {
        flex-wrap: wrap
    }
}

.section-games__item-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-shrink: 0
}

@media(max-width:768px) {
    .section-games__list-scroll .section-games__item-group {
        display: block;
        width: 50%
    }
}

@media(min-width:451px)and (max-width:768px) {
    .section-games__list-scroll .section-games__item-group {
        width: 33.33333%
    }
}

.section-games__list-item {
    position: relative;
    z-index: 1;
    transform: translateZ(0);
    display: flex;
    margin-bottom: .1333333333rem;
    padding: 0 !important;
    color: inherit
}

.search-result__inner .section-games__list-item {
    z-index: 0
}

@media(max-width:768px) {
    .section-games__list-item {
        border-radius: .5333333333rem;
        overflow: hidden
    }

    .section-games__item-group .section-games__list-item {
        max-width: unset
    }
}

@media(max-width:768px) {
    .news-games_slider .section-games__list-item {
        width: 10.6666666667rem;
        margin-right: .2666666667rem
    }
}

@media(min-width:451px)and (max-width:768px) {
    .news-games_slider .section-games__list-item {
        width: 13.6666666667rem;
        flex: 0 0 100% !important
    }
}

@media(max-width:768px) {
    .search-result__list .section-games__list-item {
        width: 10.6666666667rem;
        margin-right: .2666666667rem
    }
}

@media(min-width:451px)and (max-width:768px) {
    .search-result__list .section-games__list-item {
        width: 13.6666666667rem;
        flex: 0 0 100% !important
    }
}

@media(max-width:768px) {
    .section-games__list-item {
        font-size: 1rem;
        flex: 0 0 50%;
        max-width: 50%
    }

    .search-result_slider-group .section-games__list-item,
    .section-games__items-group--jackpot-games .section-games__list-item,
    .section-games__list-scroll .section-games__list-item {
        flex: 0 0 100% !important;
        max-width: 100% !important
    }
}

@media(min-width:451px)and (max-width:768px) {
    .section-games__list-item {
        flex: 0 0 33.333% !important;
        max-width: 33.333% !important;
        font-size: 1.27rem
    }

    .section-games__items-group--jackpot-games .section-games__list-item,
    .section-games__list-scroll .section-games__list-item {
        flex: 0 0 100% !important;
        max-width: 100% !important
    }
}

@media(min-width:769px) {
    .section-games--common .section-games__items-group .section-games__list-item {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item {
        flex: 0 0 20%;
        max-width: 20%;
        margin-bottom: .3rem;
        font-size: 1.95rem
    }

    .news-content .section-games__list-item,
    .news-page--promotion .section-games__list-item,
    .tournament-card .section-games__list-item {
        flex: 0 0 25%;
        max-width: 25%;
        font-size: 1.95rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item {
        flex: 0 0 20%;
        max-width: 20%;
        margin-bottom: .1666666667rem;
        font-size: 1.6rem
    }

    .news-content .section-games__list-item,
    .news-page--promotion .section-games__list-item,
    .tournament-card .section-games__list-item {
        flex: 0 0 25%;
        max-width: none;
        flex-shrink: 0;
        font-size: 1.95rem
    }

    .section-games__provider-inner--game-provider .section-games__list-item {
        flex: 0 0 auto;
        max-width: inherit;
        margin-bottom: 0
    }
}

@media(min-width:1401px) {
    .section-games__list-item {
        font-size: 1rem;
        flex: 0 0 19.993%;
        max-width: 19.993%
    }
}

.play-tournaments__games-wr .section-games__list-item {
    flex: 0 0 calc(50% - 0.26667rem);
    max-width: calc(50% - .26667rem);
    margin-bottom: .5333333333rem
}

@media(min-width:769px) {
    .play-tournaments__games-wr .section-games__list-item {
        flex: 0 0 calc(50% - 0.4rem);
        max-width: calc(50% - .4rem);
        margin-bottom: .8rem
    }
}

@media(min-width:1025px) {
    .play-tournaments__games-wr .section-games__list-item {
        flex: 0 0 calc(50% - 0.22222rem);
        max-width: calc(50% - .22222rem);
        margin-bottom: .4444444444rem
    }
}

.game-bottom-sheet-wr .section-games__list-item {
    flex: 0 0 calc(50% - 0.26667rem);
    max-width: calc(50% - .26667rem);
    margin-bottom: .5333333333rem
}

@media(min-width:769px) {
    .game-bottom-sheet-wr .section-games__list-item {
        flex: 0 0 calc(20% - 0.4rem);
        max-width: calc(20% - .4rem);
        margin-bottom: .8rem
    }
}

@media(min-width:1025px) {
    .game-bottom-sheet-wr .section-games__list-item {
        flex: 0 0 calc(14.28% - 0.22222rem);
        max-width: calc(14.28% - .22222rem);
        margin-bottom: .4444444444rem
    }
}

.no-touch .section-games__list-item:hover {
    z-index: 1
}

@media(min-width:769px) {
    .section-games__list-item--provider-filter {
        flex: 0 0 33.333%;
        max-width: 33.333%
    }
}

.section-games__list-item-info {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    padding: .5333333333rem;
    width: 100%
}

@media(min-width:769px) {
    .section-games__list-item-info {
        padding: .5333333333rem
    }

    .search-result .section-games__list-item-info {
        padding: 0 .8rem .4rem
    }

    .play-tournaments__games .section-games__list-item-info {
        padding: .6rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-info {
        padding: .4444444444rem
    }

    .search-result .section-games__list-item-info {
        padding: 0 .4444444444rem .2222222222rem
    }

    .play-tournaments__games .section-games__list-item-info {
        padding: .3333333333rem
    }
}

@keyframes fadeInJackpotTitle {
    0% {
        transform: translate3d(0, 15px, 0);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes fadeInJackpotCount {
    0% {
        transform: translate3d(0, 15px, 0);
        opacity: 0
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.section-games__list-item-sizer {
    padding-top: 66.99%;
    flex: 1 0 0
}

@keyframes blink {

    0%,
    90% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes opacityBlink {

    0%,
    60%,
    to {
        opacity: 1
    }

    99% {
        opacity: .15
    }
}

.section-games__list-item-markers {
    position: absolute;
    left: .6666666667rem;
    top: .6666666667rem;
    z-index: 30;
    pointer-events: none;
    transition-property: transform, opacity;
    transition-duration: .1s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-delay: .12s
}

.no-touch .section-games__list-item:hover .section-games__list-item-markers {
    transform: translate3d(0, .6666666667rem, 0);
    opacity: 0;
    transition-delay: 0s
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item-markers {
        left: 1rem;
        top: 1rem
    }

    .no-touch .section-games__list-item:hover .section-games__list-item-markers {
        transform: translate3d(0, 1rem, 0)
    }
}

@media(min-width:1025px) {
    .section-games__list-item-markers {
        left: .5555555556rem;
        top: .5555555556rem
    }

    .no-touch .section-games__list-item:hover .section-games__list-item-markers {
        transform: translate3d(0, .5555555556rem, 0)
    }
}

.section-games__list-item-marker {
    width: .4666666667rem;
    height: .4666666667rem;
    box-shadow: 0 .1333333333rem .2666666667rem rgba(0, 0, 0, .8);
    margin-bottom: .4rem;
    border-radius: 50%
}

.section-games__list-item-marker:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item-marker {
        width: .7rem;
        height: .7rem;
        box-shadow: 0 .2rem .4rem rgba(0, 0, 0, .8);
        margin-bottom: .6rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-marker {
        width: .3333333333rem;
        height: .3333333333rem;
        box-shadow: 0 .1111111111rem .2222222222rem rgba(0, 0, 0, .8);
        margin-bottom: .3333333333rem
    }
}

@media(min-width:1401px) {
    .section-games__list-item-marker {
        width: .3888888889rem;
        height: .3888888889rem
    }
}

.section-games__list-item-marker--jackpot {
    background-color: #b34de1
}

.section-games__list-item-marker--real_money {
    background-color: #e9e377
}

.section-games__list-item-marker--new {
    background-color: #74dcd2
}

.section-games__list-item-marker--tournament {
    background-color: #f97160
}

.section-games__list-item-content {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 2px);
    transition: transform .25s cubic-bezier(.4, 0, .2, 1)
}

.section-games__list-item-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: .5333333333rem;
    background-color: rgba(0, 8, 83, .9);
    opacity: 0;
    transform: translateZ(0);
    transition: opacity .2s ease-in-out
}

@media(max-width:768px) {
    .section-games__list-item-content:after {
        height: 103%
    }
}

.no-touch .section-games__list-item:hover .section-games__list-item-content {
    z-index: 20
}

.no-touch .section-games__list-item:hover .section-games__list-item-content:after {
    opacity: 1
}

.no-touch .section-games__list-item:hover .section-games__list-item-content .section-games__list-item-img {
    transform: scale(1.1)
}

@media(min-width:769px) {
    .section-games__list-item-content {
        width: calc(100% - 1.4rem)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item-content:after {
        border-radius: .8rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-content {
        min-width: 13.3333333333rem
    }

    .section-games__list-item-content:after {
        border-radius: .3888888889rem
    }

    .search-result .section-games__list-item-content {
        min-width: 9.7777777778rem
    }

    .section-games__provider-inner--game-provider .section-games__list-item-content {
        min-width: inherit;
        width: 100%
    }
}

.play-tournaments__games-wr .section-games__list-item-content {
    width: 100%;
    min-width: 0
}

.section-games__list-item-img-wr {
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
    padding-top: 66.99%;
    border-radius: .5333333333rem
}

.no-touch .section-games__list-item:hover .section-games__list-item-img-wr {
    border-color: #2e3a47
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item-img-wr {
        border-radius: .8rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-img-wr {
        border-radius: .4444444444rem
    }
}

.section-games__list-item-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: block;
    min-width: 100%;
    min-height: 100%;
    border-radius: .5333333333rem;
    transition: all .2s ease-in-out
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item-img {
        border-radius: .8rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-img {
        border-radius: .4444444444rem
    }
}

.section-games__list-item-badge-wr {
    position: absolute;
    top: .2666666667rem;
    left: .2666666667rem;
    height: 1.3333333333rem;
    display: flex;
    border-radius: .2666666667rem;
    overflow: hidden;
    z-index: 2;
    transform: translateZ(0)
}

@media(min-width:769px) {
    .section-games__list-item-badge-wr {
        height: 2.4rem;
        top: .8rem;
        left: .8rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-badge-wr {
        height: 1.3333333333rem;
        top: .4444444444rem;
        left: .4444444444rem
    }
}

@media(min-width:769px) {
    .play__sidebar .section-games__list-item-badge-wr {
        top: .8rem;
        left: .8rem
    }
}

@media(min-width:1025px) {
    .play__sidebar .section-games__list-item-badge-wr {
        top: .4444444444rem;
        left: .4444444444rem
    }
}

.section-games__list-item-tournament-badge-wr {
    position: absolute;
    top: .2666666667rem;
    right: .2666666667rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.3333333333rem;
    border-radius: .2666666667rem;
    overflow: hidden;
    cursor: pointer;
    z-index: 2;
    transform: translateZ(0);
    background: radial-gradient(75% 100% at 50.34% 100%, #ffcc4a 0, #dd570b 100%);
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

@media(min-width:769px) {
    .section-games__list-item-tournament-badge-wr {
        top: .8rem;
        right: .8rem;
        width: 2.4rem;
        height: 2.4rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-tournament-badge-wr {
        top: .4444444444rem;
        right: .4444444444rem;
        width: 1.3333333333rem;
        height: 1.3333333333rem
    }
}

.no-touch .section-games__list-item:hover .section-games__list-item-tournament-badge-wr {
    background: transparent;
    opacity: .5
}

.no-touch .section-games__list-item:hover .section-games__list-item-tournament-badge-wr:hover {
    background: radial-gradient(75% 100% at 50.34% 100%, #ffcc4a 0, #dd570b 100%);
    opacity: 1
}

.section-games__list-item-tournament-badge {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:768px) {
    .section-games__list-item-tournament-badge-icon {
        width: 1.0666666667rem;
        height: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .section-games__list-item-tournament-badge-icon {
        width: 1.6rem;
        height: 1.6rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-tournament-badge-icon {
        width: .8888888889rem;
        height: .8888888889rem
    }
}

@media(min-width:1025px) {
    .v-popper__popper.section-games__list-item-tournament-badge_tooltip {
        top: 1.2222222222rem;
        left: 1.1111111111rem
    }
}

@media(min-width:1025px) {
    .v-popper__popper.section-games__list-item-tournament-badge_tooltip .v-popper__arrow-container {
        left: 8.2222222222rem !important
    }
}

.section-games__list-item-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .2666666667rem;
    font-weight: 500;
    font-size: .6666666667rem;
    line-height: .8rem;
    letter-spacing: normal;
    color: #fff;
    border-right: 1px solid transparent
}

.section-games__list-item-badge:last-child {
    border-right: none
}

.no-touch .section-games__list-item:hover .section-games__list-item-badge {
    opacity: .5;
    background: none;
    border-color: hsla(0, 0%, 100%, .25)
}

@media(max-width:768px) {
    .section-games__list-item-badge {
        border: none
    }
}

@media(min-width:769px) {
    .section-games__list-item-badge {
        padding: .4rem;
        font-size: 1.2rem;
        line-height: 1.6rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-badge {
        padding: .2222222222rem;
        font-size: .6666666667rem;
        line-height: .8888888889rem
    }
}

.section-games__list-item-badge_bonus {
    text-align: center;
    background: #002dba;
    cursor: pointer;
    padding: 0
}

@media(max-width:768px) {
    .section-games__list-item-badge_bonus {
        width: 1.6rem
    }
}

@media(min-width:769px) {
    .section-games__list-item-badge_bonus {
        width: 2.4rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-badge_bonus {
        width: 1.3333333333rem
    }
}

.no-touch .section-games__list-item:hover .section-games__list-item-badge_bonus:hover {
    opacity: 1;
    background: #002dba
}

@media(max-width:768px) {
    .no-touch .section-games__list-item:hover .section-games__list-item-badge_bonus:hover {
        border-radius: .2666666667rem
    }
}

@media(min-width:769px) {
    .no-touch .section-games__list-item:hover .section-games__list-item-badge_bonus:hover {
        border-radius: .4rem
    }
}

@media(min-width:1025px) {
    .no-touch .section-games__list-item:hover .section-games__list-item-badge_bonus:hover {
        border-radius: .2222222222rem
    }
}

.section-games__list-item-badge_no_bonus {
    text-align: center;
    background: #e933a0;
    cursor: pointer;
    padding: 0
}

@media(max-width:768px) {
    .section-games__list-item-badge_no_bonus {
        width: 1.6rem
    }
}

@media(min-width:769px) {
    .section-games__list-item-badge_no_bonus {
        width: 2.4rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-badge_no_bonus {
        width: 1.3333333333rem
    }
}

.no-touch .section-games__list-item:hover .section-games__list-item-badge_no_bonus:hover {
    opacity: 1;
    background: #e933a0
}

@media(max-width:768px) {
    .no-touch .section-games__list-item:hover .section-games__list-item-badge_no_bonus:hover {
        border-radius: .2666666667rem
    }
}

@media(min-width:769px) {
    .no-touch .section-games__list-item:hover .section-games__list-item-badge_no_bonus:hover {
        border-radius: .4rem
    }
}

@media(min-width:1025px) {
    .no-touch .section-games__list-item:hover .section-games__list-item-badge_no_bonus:hover {
        border-radius: .2222222222rem
    }
}

@media(min-width:1025px) {
    .v-popper__popper.section-games__list-item-badge_tooltip {
        top: 1.1111111111rem;
        left: -1.1111111111rem
    }
}

@media(min-width:1025px) {
    .v-popper__popper.section-games__list-item-badge_tooltip .v-popper__arrow-container {
        left: .8888888889rem !important
    }
}

.section-games__list-item-badge_jk,
.section-games__list-item-badge_live {
    background: radial-gradient(75% 100% at 50.34% 100%, #2094ff 0, #0b3ddd 100%)
}

.section-games__list-item-badge_live {
    position: relative;
    text-align: right;
    pointer-events: none;
    padding: .2666666667rem .2666666667rem .2666666667rem .6666666667rem
}

.section-games__list-item-badge_live:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .2666666667rem;
    display: inline-block;
    width: .2666666667rem;
    height: .2666666667rem;
    border-radius: 50%;
    background-color: #00c193;
    animation: blink .5s, opacityBlink 1s infinite;
    animation-delay: 0s, .5s
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item-badge_live {
        padding: .4rem .4rem .4rem 1rem
    }

    .section-games__list-item-badge_live:before {
        left: .4rem;
        width: .4rem;
        height: .4rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-badge_live {
        padding: .2222222222rem .2222222222rem .2222222222rem .5555555556rem
    }

    .section-games__list-item-badge_live:before {
        left: .2222222222rem;
        width: .2222222222rem;
        height: .2222222222rem
    }
}

.section-games__list-item-hover-elements {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: .8rem 1.0666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item-hover-elements {
        padding: 1.7rem 2.1rem
    }

    .play__sidebar .section-games__list-item-hover-elements {
        padding: 1.4rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-hover-elements {
        padding: .9444444444rem 1.1666666667rem
    }

    .search-result .section-games__list-item-hover-elements {
        padding: .8888888889rem 1rem
    }

    .play__sidebar .section-games__list-item-hover-elements {
        padding: .7777777778rem
    }
}

.section-games__list-item-heart {
    transform: translate3d(-1rem, 1rem, 0);
    flex-shrink: 0;
    width: 1.0666666667rem;
    height: auto;
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
    transition-property: opacity, transform;
    transition-timing-function: ease-in-out;
    transition-duration: .1s;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.no-touch .section-games__list-item:hover .section-games__list-item-heart {
    transform: translateZ(0);
    opacity: 1;
    pointer-events: auto;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-delay: .1s
}

@media(min-width:451px)and (max-width:768px) {
    .section-games__list-item-heart {
        width: 1.3333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item-heart {
        transform: translate3d(-1.5rem, 1.5rem, 0);
        width: 1.1111111111rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-heart {
        transform: translate3d(-.8333333333rem, .8333333333rem, 0);
        width: 1.1111111111rem
    }
}

.section-games__list-item-heart-ic {
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: normal;
    color: #6183f3;
    opacity: 1;
    transition: color .2s cubic-bezier(.4, 0, .2, 1)
}

.no-touch .section-games__list-item:hover .section-games__list-item-heart:hover .section-games__list-item-heart-ic {
    color: #fff
}

.section-games__list-item-btn-close {
    display: block;
    width: auto;
    height: .9333333333rem;
    letter-spacing: normal;
    color: #74dcd2;
    margin: .3333333333rem;
    padding: .1333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item-btn-close {
        height: 1.4rem;
        margin: .6rem;
        padding: .2rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-btn-close {
        height: .7777777778rem;
        margin: .3333333333rem;
        padding: .1111111111rem
    }
}

.section-games__list-item-btn-close-wr {
    position: absolute;
    z-index: 2;
    left: calc(50% - 14px);
    top: -.7933333333rem;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(38, 37, 54, .8);
    opacity: 0;
    transition: opacity .2s cubic-bezier(.4, 0, .2, 1)
}

.no-touch .section-games__list-item:hover .section-games__list-item-btn-close-wr {
    opacity: 1
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item-btn-close-wr {
        top: -1.19rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-btn-close-wr {
        top: -.6611111111rem
    }
}

@media(hover) {
    .section-games__list-item-btn-close-wr:hover .section-games__list-item-btn-close {
        color: #fff
    }

    .section-games__list-item-content:hover .section-games__list-item-btn-close-wr {
        opacity: 1
    }
}

.section-games__list-item-btn-play {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    transform: translate3d(0, 2rem, 0);
    width: 2.9333333333rem;
    height: 2.9333333333rem;
    border-radius: 100%;
    opacity: 0;
    cursor: pointer;
    transition-property: opacity, transform;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    overflow: hidden
}

.section-games__list-item-btn-play:before {
    background: radial-gradient(75% 100% at 50.34% 100%, #2094ff 0, #0b3ddd 100%);
    z-index: 1
}

.section-games__list-item-btn-play:after,
.section-games__list-item-btn-play:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .2s ease-in-out
}

.section-games__list-item-btn-play:after {
    background: radial-gradient(75% 100% at 50.34% 100%, #d7dfff 0, rgba(24, 60, 201, 0) 100%), #183cc9;
    opacity: 0;
    z-index: 2
}

.section-games__list-item-btn-play:hover:after {
    opacity: 1
}

.no-touch .section-games__list-item:hover .section-games__list-item-btn-play {
    transform: translateZ(0);
    position: relative;
    z-index: 1;
    opacity: 1;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-delay: .1s
}

.search-result .section-games__list-item-btn-play {
    width: 2.3333333333rem;
    height: 2.3333333333rem
}

@media(min-width:451px)and (max-width:768px) {
    .section-games__list-item-btn-play {
        width: 3.3333333333rem;
        height: 3.3333333333rem
    }
}

@media(min-width:769px) {
    .section-games__list-item-btn-play {
        transform: translate3d(0, 3rem, 0);
        width: 4.4rem;
        height: 4.4rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-btn-play {
        transform: translate3d(0, 1.6666666667rem, 0);
        width: 2.4444444444rem;
        height: 2.4444444444rem
    }
}

.section-games__list-item-btn-play-icon {
    position: relative;
    width: .9333333333rem;
    height: auto;
    transform: translateX(.1111111111rem);
    z-index: 3
}

@media(min-width:451px)and (max-width:768px) {
    .section-games__list-item-btn-play-icon {
        width: 1.0666666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item-btn-play-icon {
        width: 1.6rem
    }
}

@media(min-width:1025px) {

    .play__sidebar .section-games__list-item-btn-play-icon,
    .section-games__list-item-btn-play-icon {
        width: .8888888889rem
    }
}

.section-games__list-item-btn {
    font-size: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 2.1333333333rem;
    min-width: 4.3333333333rem
}

@media(min-width:451px) {
    .section-games__list-item-btn {
        height: 2.5333333333rem
    }
}

@media(min-width:769px) {
    .section-games__list-item-btn {
        height: 3.8rem;
        min-width: 6.2rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-btn {
        height: 2.1111111111rem;
        min-width: 3.4444444444rem
    }
}

@media(min-width:769px) {

    .play-tournaments__games .section-games__list-item-btn,
    .search-result .section-games__list-item-btn {
        height: 3.8rem;
        min-width: 5.2rem
    }
}

@media(min-width:1025px) {

    .play-tournaments__games .section-games__list-item-btn,
    .search-result .section-games__list-item-btn {
        height: 2.1111111111rem;
        min-width: 2.8888888889rem
    }
}

.section-games__list-item-btn-demo {
    z-index: 1;
    transform: translate3d(50%, 2rem, 0);
    text-align: center;
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: .2s;
    transition-timing-function: ease-in-out
}

.no-touch .section-games__list-item:hover .section-games__list-item-btn-demo {
    transform: translateZ(0);
    opacity: 1;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-delay: .1s
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item-btn-demo {
        transform: translate3d(50%, 3rem, 0)
    }

    .no-touch .section-games__list-item:hover .section-games__list-item-btn-demo {
        transform: translateZ(0)
    }
}

@media(min-width:1025px) {
    .section-games__list-item-btn-demo {
        transform: translate3d(50%, 1.6666666667rem, 0)
    }

    .no-touch .section-games__list-item:hover .section-games__list-item-btn-demo {
        transform: translateZ(0)
    }
}

.section-games__list-item-btn-demo-text {
    padding: .6666666667rem;
    font-weight: 500;
    font-size: .8rem;
    line-height: 1.0666666667rem;
    letter-spacing: normal;
    color: #90a7ff;
    cursor: pointer
}

.no-touch .section-games__list-item-btn-demo-text:hover {
    color: #fff
}

@media(min-width:451px)and (max-width:768px) {
    .section-games__list-item-btn-demo-text {
        padding: .8666666667rem;
        font-size: 1.0666666667rem;
        line-height: 1.0666666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item-btn-demo-text {
        padding: 1.5rem 1rem;
        font-size: 1.2rem;
        line-height: 1.6rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-btn-demo-text {
        padding: .5555555556rem;
        font-size: .6666666667rem;
        line-height: 1.1111111111rem
    }

    .search-result .section-games__list-item-btn-demo-text {
        padding: .4444444444rem;
        font-size: .6666666667rem;
        line-height: .7777777778rem
    }
}

.play-tournaments__games-wr .section-games__list-item-btn-demo-text {
    font-size: .6666666667rem;
    line-height: 1.5
}

@media(min-width:769px) {
    .play-tournaments__games-wr .section-games__list-item-btn-demo-text {
        font-size: 1rem
    }

    .play__sidebar .play-tournaments__games-wr .section-games__list-item-btn-demo-text {
        font-size: 1.2rem;
        padding: 0;
        line-height: 1.6
    }
}

@media(min-width:1025px) {
    .play-tournaments__games-wr .section-games__list-item-btn-demo-text {
        font-size: .5555555556rem
    }

    .play__sidebar .play-tournaments__games-wr .section-games__list-item-btn-demo-text {
        font-size: .6666666667rem
    }
}

.section-games__list-item-heart-img {
    position: absolute;
    right: .3333333333rem;
    top: .6666666667rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

@media(max-width:768px) {
    .section-games__list-item-heart-img {
        width: 2rem;
        height: 2rem
    }
}

@media(min-width:451px)and (max-width:768px) {
    .section-games__list-item-heart-img {
        top: .8rem;
        width: 2.6666666667rem;
        height: 2.6666666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item-heart-img {
        right: .6rem;
        top: 1.5rem;
        width: 3.5rem;
        height: 3.5rem
    }
}

@media(min-width:1025px)and (max-width:1400px) {
    .section-games__list-item-heart-img {
        right: 1.1111111111rem;
        top: 1.6666666667rem;
        width: 2.2222222222rem;
        height: 2.2222222222rem
    }
}

@media(min-width:1401px) {
    .section-games__list-item-heart-img {
        right: .5555555556rem;
        top: .5555555556rem;
        width: 2.2222222222rem;
        height: 2.2222222222rem
    }
}

.section-games__list-item-jackpot {
    position: relative;
    z-index: 1;
    transform: translateZ(0);
    min-width: 4.6875em;
    padding: 0 .75em;
    font-style: italic;
    font-size: .889em;
    line-height: 1.875em;
    color: #fff;
    letter-spacing: -.016875em;
    text-align: center;
    opacity: 1;
    pointer-events: none;
    font-weight: 500
}

.section-games__list-item-jackpot:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: skew(-15deg, 0);
    width: 100%;
    height: 100%;
    border-radius: 1px;
    background-image: linear-gradient(270deg, #6d3eeb, #3e3eeb)
}

.no-touch .section-games__list-item:hover .section-games__list-item-jackpot {
    display: none
}

@media(min-width:1025px)and (max-width:1400px) {
    .section-games__list-item-jackpot {
        min-width: 4.1666666667rem;
        padding: 0 .8333333333rem;
        font-size: 1rem;
        line-height: 1.8888888889rem;
        letter-spacing: -.015rem
    }
}

.section-games__list-item-provider {
    transform: translate3d(0, 1rem, 0);
    font-weight: 400;
    font-size: 1.0666666667rem;
    line-height: 1.3333333333rem;
    letter-spacing: normal;
    color: #fff;
    opacity: 0;
    cursor: pointer;
    transition-property: opacity, transform;
    transition-duration: .1s;
    transition-timing-function: ease-in-out
}

.no-touch .section-games__list-item:hover .section-games__list-item-provider {
    transform: translateZ(0);
    position: relative;
    z-index: 1;
    opacity: .5;
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-delay: .1s
}

.no-touch .no-touch .section-games__list-item:hover .section-games__list-item-provider:hover {
    opacity: 1
}

@media(min-width:451px)and (max-width:768px) {
    .section-games__list-item-provider {
        font-size: .9333333333rem;
        line-height: 1.3333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item-provider {
        transform: translate3d(0, 1.5rem, 0);
        font-size: 1.2rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-provider {
        transform: translate3d(0, .8333333333rem, 0);
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }

    .search-result .section-games__list-item-provider {
        font-size: .6666666667rem;
        line-height: 1.1111111111rem
    }
}

.play-tournaments__games-wr .section-games__list-item-provider {
    font-size: .8rem;
    line-height: 1.5
}

@media(min-width:769px) {
    .play-tournaments__games-wr .section-games__list-item-provider {
        font-size: 1.2rem
    }

    .play__sidebar .play-tournaments__games-wr .section-games__list-item-provider {
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.2rem
    }
}

@media(min-width:1025px) {
    .play-tournaments__games-wr .section-games__list-item-provider {
        font-size: .6666666667rem
    }

    .play__sidebar .play-tournaments__games-wr .section-games__list-item-provider {
        font-size: .5555555556rem;
        line-height: .6666666667rem
    }
}

.section-games__list-item-jackpot-hover {
    position: relative;
    z-index: 1;
    pointer-events: none
}

.section-games__list-item-jackpot-hover-title {
    transform: translate3d(0, -15px, 0);
    display: flex;
    align-items: center;
    padding: .2rem .3333333333rem;
    margin-bottom: .2rem;
    border-radius: .6666666667rem;
    background: linear-gradient(270deg, rgba(29, 24, 33, .0001), rgba(29, 24, 33, .0001) 30%, #b34de1 90.39%);
    font-weight: 500;
    font-size: .6rem;
    line-height: .6666666667rem;
    letter-spacing: -.02rem;
    color: #fff;
    opacity: 0
}

.no-touch .section-games__list-item:hover .section-games__list-item-jackpot-hover-title {
    animation: fadeInJackpotTitle .2s cubic-bezier(.4, 0, .2, 1) .2s 1 forwards
}

@media(min-width:451px)and (max-width:768px) {
    .section-games__list-item-jackpot-hover-title {
        padding: .2666666667rem .4666666667rem;
        margin-bottom: .2666666667rem;
        border-radius: .9333333333rem;
        font-size: .8666666667rem;
        line-height: .9333333333rem;
        letter-spacing: -.0286666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item-jackpot-hover-title {
        margin-bottom: .3rem;
        border-radius: 1rem;
        padding: .4rem .7rem;
        font-size: 1.2rem;
        line-height: 1.3rem;
        letter-spacing: -.03rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-jackpot-hover-title {
        margin-bottom: .1666666667rem;
        border-radius: .5555555556rem;
        padding: .3888888889rem .4444444444rem;
        font-size: .7777777778rem;
        line-height: .8333333333rem;
        letter-spacing: -.0166666667rem
    }
}

@media(min-width:1401px) {
    .section-games__list-item-jackpot-hover-title {
        padding: .2222222222rem .3333333333rem;
        font-size: .7222222222rem
    }
}

.section-games__list-item-jackpot-hover-count {
    transform: translate3d(0, -.714em, 0);
    font-weight: 700;
    font-size: .6rem;
    line-height: .6666666667rem;
    letter-spacing: -.018rem;
    color: #fff;
    white-space: nowrap;
    opacity: 0
}

.no-touch .section-games__list-item:hover .section-games__list-item-jackpot-hover-count {
    animation: fadeInJackpotCount .2s cubic-bezier(.4, 0, .2, 1) .25s 1 forwards
}

@media(min-width:451px)and (max-width:768px) {
    .section-games__list-item-jackpot-hover-count {
        font-size: .8666666667rem;
        line-height: .9333333333rem;
        letter-spacing: -.026rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item-jackpot-hover-count {
        font-size: 1.2rem;
        line-height: 1.3rem
    }
}

@media(min-width:1025px)and (max-width:1400px) {
    .section-games__list-item-jackpot-hover-count {
        font-size: .7777777778rem;
        line-height: .8333333333rem
    }
}

@media(min-width:1401px) {
    .section-games__list-item-jackpot-hover-count {
        font-size: .7222222222rem;
        line-height: .7777777778rem
    }
}

.section-games__list-item-center {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: .6666666667rem;
    opacity: 0;
    pointer-events: none
}

.no-touch .section-games__list-item:hover .section-games__list-item-center {
    opacity: 1;
    pointer-events: all
}

@media(min-width:451px)and (max-width:768px) {
    .section-games__list-item-center {
        padding: 1.0666666667rem 1rem 2.4rem 1.8rem
    }
}

@media(min-width:769px) {
    .section-games__list-item-center {
        padding: 1.6rem 3.4rem 3.6rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-center {
        padding: .8888888889rem 1.8888888889rem 2rem
    }
}

.play-tournaments__games-wr .section-games__list-item-center {
    padding: .6666666667rem
}

@media(min-width:769px) {
    .play-tournaments__games-wr .section-games__list-item-center {
        padding: 1rem
    }

    .play__sidebar .play-tournaments__games-wr .section-games__list-item-center {
        padding: .8rem 1.6rem 2rem
    }
}

@media(min-width:1025px) {
    .play-tournaments__games-wr .section-games__list-item-center {
        padding: .5555555556rem
    }

    .play__sidebar .play-tournaments__games-wr .section-games__list-item-center {
        padding: .4444444444rem .8888888889rem 1.1111111111rem
    }
}

.section-games__list-item-bottom {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

.section-games__list-item-title {
    transform: translate3d(0, 1rem, 0);
    font-weight: 500;
    font-size: 1.0666666667rem;
    line-height: 1.3333333333rem;
    letter-spacing: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    opacity: 0;
    color: #fff;
    transition-property: opacity, transform;
    transition-duration: .1s;
    transition-timing-function: ease-in-out
}

.no-touch .section-games__list-item:hover .section-games__list-item-title {
    opacity: 1;
    z-index: 1;
    transform: translateZ(0);
    transition-delay: .1s
}

@media(min-width:451px)and (max-width:768px) {
    .section-games__list-item-title {
        font-size: .9333333333rem;
        line-height: 1.3333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__list-item-title {
        font-size: 1.2rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-title {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }

    .search-result .section-games__list-item-title {
        font-size: .6666666667rem;
        line-height: .8888888889rem
    }
}

.play-tournaments__games-wr .section-games__list-item-title {
    font-size: .8rem;
    line-height: 1.5
}

@media(min-width:769px) {
    .play-tournaments__games-wr .section-games__list-item-title {
        font-size: 1.2rem
    }

    .play__sidebar .play-tournaments__games-wr .section-games__list-item-title {
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.2rem
    }
}

@media(min-width:1025px) {
    .play-tournaments__games-wr .section-games__list-item-title {
        font-size: .6666666667rem
    }

    .play__sidebar .play-tournaments__games-wr .section-games__list-item-title {
        font-size: .5555555556rem;
        line-height: .6666666667rem
    }
}

.section-games__list-item-btns {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%
}

.no-touch .section-games__list-item:hover .section-games__list-item-btns {
    opacity: 1;
    z-index: 1
}

.section-games__provider-inner--game-provider .section-games__list-item-btns {
    transform: scale(1.2)
}

.section-games__list-item-badge_bonus-icon,
.section-games__list-item-badge_no_bonus-icon {
    pointer-events: all
}

@media(max-width:768px) {

    .section-games__list-item-badge_bonus-icon,
    .section-games__list-item-badge_no_bonus-icon {
        width: 1.0666666667rem;
        height: 1.0666666667rem;
        margin-left: -.0666666667rem
    }
}

@media(min-width:769px) {

    .section-games__list-item-badge_bonus-icon,
    .section-games__list-item-badge_no_bonus-icon {
        width: 1.6rem;
        height: 1.6rem;
        margin-left: .1rem
    }
}

@media(min-width:1025px) {

    .section-games__list-item-badge_bonus-icon,
    .section-games__list-item-badge_no_bonus-icon {
        width: .8888888889rem;
        height: .8888888889rem;
        margin-left: .0555555556rem
    }
}

@media(min-width:769px) {

    .section-games__list-item-badge:last-child .section-games__list-item-badge_bonus-icon,
    .section-games__list-item-badge:last-child .section-games__list-item-badge_no_bonus-icon {
        margin-left: 0
    }
}

.section-games__slider-provider-wr {
    display: flex;
    margin: 0 .8rem .5333333333rem;
    padding: .8rem 0 .2666666667rem 0;
    justify-content: space-between;
    align-items: center
}

.section-games__slider-provider-image {
    height: 2.6666666667rem;
    max-width: 6.6666666667rem
}

.section-games__slider-wr {
    position: relative
}

.section-games__slider-bg {
    background-image: url(section-games/bg-card-mobile.webp);
    position: absolute;
    top: -30%;
    background-size: 100% 20.6666666667rem;
    height: 20.6666666667rem;
    width: 100%;
    left: 0;
    z-index: -1
}

.no-webp .section-games__slider-bg {
    background-image: url(section-games/bg-card-mobile.png)
}

.section-games__slider-bg-all-games {
    top: -36%
}

.section-games {
    position: relative
}

@media(max-width:768px) {
    .section-games {
        padding-bottom: .0666666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games {
        margin-bottom: 3rem
    }

    .section-games:before {
        height: 9rem
    }
}

@media(min-width:1025px) {
    .section-games {
        margin-bottom: 1.3888888889rem
    }

    .section-games:last-child {
        margin-bottom: 3.3333333333rem
    }
}

@media(max-width:768px) {
    .section-games--exclusive {
        overflow: hidden;
        min-height: 16.5333333333rem
    }
}

@media(min-width:1025px) {
    .section-games--exclusive {
        min-height: 16.5rem
    }
}

@media(max-width:768px) {
    .section-games--popular {
        min-height: 20.0666666667rem
    }
}

@media(min-width:1025px) {
    .section-games--popular {
        min-height: 27rem
    }
}

@media(max-width:768px) {

    .section-games--instantgames,
    .section-games--live,
    .section-games--new {
        min-height: 17.4rem
    }
}

@media(min-width:1025px) {

    .section-games--instantgames,
    .section-games--live,
    .section-games--new {
        min-height: 23.6666666667rem
    }
}

.section-games--game-provider {
    padding-top: 4rem
}

@media(max-width:768px) {
    .section-games--game-provider {
        padding-top: .4rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games--game-provider {
        padding-top: 8rem
    }
}

@media(min-width:1025px) {
    .section-games--game-provider {
        padding-top: .2777777778rem
    }
}

@media(min-width:769px) {
    .container-sidebar--game-provider .section-games--game-provider {
        margin-bottom: 2.5rem
    }
}

@media(min-width:1025px) {
    .container-sidebar--game-provider .section-games--game-provider {
        margin-bottom: 1.3888888889rem
    }
}

@media(min-width:1025px) {
    .section-games__provider-inner--game-provider {
        padding: 2.2222222222rem;
        border-radius: .8888888889rem;
        background-color: #2c3357
    }
}

.section-games__header {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

@media(max-width:768px) {
    .section-games__header {
        min-height: 1.8666666667rem;
        margin: 0 .8rem .5333333333rem
    }
}

@media(min-width:769px) {
    .section-games__header {
        min-height: 4rem;
        padding-right: .2rem;
        margin: 0 1rem 1rem;
        overflow: visible
    }
}

@media(min-width:1025px) {
    .section-games__header {
        min-height: 2.2222222222rem;
        padding-right: .3888888889rem;
        margin: 0 0 .8888888889rem
    }
}

@media(min-width:1401px) {
    .section-games__header {
        padding-right: .8888888889rem
    }
}

@media(max-width:768px) {
    .section-games__header--switcher {
        flex-wrap: wrap;
        height: auto;
        margin-bottom: .5333333333rem
    }
}

.section-games__title-wr {
    display: flex;
    align-items: center;
    position: relative
}

.section-jackpot__games .section-games__title-wr {
    padding-right: .6666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .section-jackpot__games .section-games__title-wr {
        padding-right: 1rem
    }
}

@media(min-width:1025px) {
    .section-jackpot__games .section-games__title-wr {
        padding-right: .5555555556rem
    }
}

.section-games__title-ic {
    width: auto;
    height: 1.3333333333rem;
    color: #74dcd2;
    margin-right: 1.4666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__title-ic {
        height: 3.3rem
    }
}

@media(min-width:1025px) {
    .section-games__title-ic {
        height: 1.8333333333rem
    }
}

@media(max-width:768px) {
    .section-games__header-btn {
        width: 100%;
        height: 1.8666666667rem;
        padding: 0 .6666666667rem
    }

    .section-games__header-btn,
    .section-games__header-btn:hover {
        background-color: rgba(55, 100, 243, .5)
    }

    .section-games__header-btn:active {
        background: #3764f3
    }
}

@media(min-width:769px) {
    .no-touch .section-games__header-btn:hover {
        background: #3764f3
    }

    .touch .section-games__header-btn:hover {
        background-color: rgba(55, 100, 243, .5)
    }

    .touch .section-games__header-btn:active {
        background: #3764f3
    }
}

@media(max-width:768px) {
    .section-games__show-all-btn {
        width: 100%;
        padding: 0 .6666666667rem
    }
}

.section-games__provider-inner {
    position: relative;
    z-index: 1
}

.section-games__title {
    position: relative;
    font-weight: 500;
    font-size: .8rem;
    line-height: 1.0666666667rem;
    color: #fff;
    letter-spacing: .0333333333rem;
    text-transform: uppercase;
    pointer-events: none
}

@media(max-width:768px) {
    .section-games__title {
        margin-right: .8rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__title {
        font-size: 1.6rem;
        line-height: 2.4rem;
        letter-spacing: .05rem;
        margin-right: 1.6rem
    }
}

@media(min-width:1025px) {
    .section-games__title {
        font-size: .8888888889rem;
        line-height: 1.3333333333rem;
        letter-spacing: .0277777778rem;
        margin-right: .8888888889rem
    }
}

@media(max-width:768px) {
    .section-games__header--with-icon .section-games__title {
        padding-top: .2666666667rem
    }
}

@media(min-width:769px) {
    .section-games__header--with-icon .section-games__title {
        padding-top: .4rem
    }
}

@media(min-width:1025px) {
    .section-games__header--with-icon .section-games__title {
        padding-top: .2222222222rem
    }
}

.section-games__header-btn-wr {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.section-jackpot__games .section-games__header-btn-wr {
    pointer-events: auto
}

.section-games__header-btn-wr--switcher {
    position: relative;
    z-index: 20
}

@media(min-width:769px) {
    .section-games__header-btn-wr--switcher:after {
        content: attr(data-text);
        display: block;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        height: 4rem;
        padding: 0 2.3rem 0 4.7rem;
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: normal;
        line-height: 1
    }

    .section-games__header-btn-wr--switcher .section-games__header-btn {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0
    }
}

@media(min-width:1025px) {
    .section-games__header-btn-wr--switcher:after {
        height: 2.2222222222rem;
        padding: 0 1.2777777778rem 0 2.6111111111rem;
        font-size: .8888888889rem
    }
}

.section-games__header-btn-ic {
    transform: translateZ(0);
    flex-shrink: 0;
    height: auto;
    width: 0;
    margin-left: 0;
    margin-right: 0;
    transition-property: width, margin-left, margin-right;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

@media(min-width:769px)and (max-width:1024px) {
    .no-touch .section-games__header-btn:hover .section-games__header-btn-ic {
        width: 1.3rem;
        margin-left: 1rem
    }
}

@media(min-width:1025px) {
    .no-touch .section-games__header-btn:hover .section-games__header-btn-ic {
        width: .7222222222rem;
        margin-left: .5555555556rem
    }
}

.no-touch .section-games__header-btn:hover .section-games__header-btn-ic--right {
    width: .8666666667rem;
    margin-left: .6666666667rem
}

.no-touch .section-games__header-btn:hover .section-games__header-btn-ic--left {
    width: .8666666667rem;
    margin-right: .6666666667rem
}

.section-games__btn-all-wr {
    text-align: center
}

@media(max-width:768px) {
    .section-games__btn-all-wr {
        padding: 0 .5333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__btn-all-wr {
        margin-bottom: 3rem
    }
}

@media(min-width:1025px) {
    .section-games__btn-all-wr {
        margin-bottom: 1.3888888889rem
    }
}

.section-games__provider-img-wr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10.6666666667rem;
    margin-bottom: .5333333333rem;
    background: rgba(51, 61, 108, .5);
    border-radius: .5333333333rem
}

@media(min-width:1025px) {
    .section-games__provider-img-wr {
        width: inherit;
        height: 100%;
        margin: 0;
        grid-area: 1/1/span 2/span 2
    }
}

.section-games__provider-img {
    width: 16rem;
    max-height: 8.3333333333rem
}

@media(min-width:769px) {
    .section-games__provider-img {
        max-height: 13.8888888889rem
    }
}

.section-games__drops-and-wins {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateZ(0);
    transition: all .2s ease-in-out
}

.no-touch .section-games__list-item:hover .section-games__drops-and-wins {
    opacity: 0
}

@media(min-width:769px) {
    .section-games__tooltip {
        width: 36rem
    }
}

@media(min-width:1025px) {
    .section-games__tooltip {
        width: 20rem
    }
}

.section-games__tooltip .v-popper__wrapper {
    width: 100%
}

@media(max-width:768px) {
    .section-games__tooltip .tooltip__close {
        top: 0
    }
}

@media(max-width:768px) {
    .section-games__tooltip .tooltip__content {
        padding-top: 2.1333333333rem
    }
}

.section-games__tooltip .tooltip__body {
    text-align: left
}

@media(max-width:768px) {
    .section-games__title-icon {
        width: 1.3333333333rem;
        height: 1.3333333333rem;
        margin-right: .5333333333rem
    }
}

@media(min-width:769px) {
    .section-games__title-icon {
        width: 2.8rem;
        height: 2.8rem;
        margin-right: 1.2rem
    }
}

@media(min-width:1025px) {
    .section-games__title-icon {
        width: 1.5555555556rem;
        height: 1.5555555556rem;
        margin-right: .6666666667rem
    }
}

.section-games__title-info-icon {
    color: #90a7ff;
    pointer-events: auto
}

@media(max-width:768px) {
    .section-games__title-info-icon {
        width: 1.0666666667rem;
        height: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .section-games__title-info-icon {
        width: 2rem;
        height: 2rem
    }
}

@media(min-width:1025px) {
    .section-games__title-info-icon {
        width: 1.1111111111rem;
        height: 1.1111111111rem
    }
}

.section-games__popular-providers-slider-wr {
    overflow: hidden
}

@media(max-width:768px) {
    .section-games__popular-providers-slider-wr {
        margin-bottom: .5333333333rem
    }
}

@media(min-width:769px) {
    .section-games__popular-providers-slider-wr {
        margin-bottom: 1.2rem
    }
}

@media(min-width:1025px) {
    .section-games__popular-providers-slider-wr {
        margin-bottom: .8888888889rem;
        padding-right: .1111111111rem
    }
}

.section-games__popular-providers-wr {
    display: flex;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.section-games__popular-providers-wr::-webkit-scrollbar {
    display: none
}

@media(max-width:768px) {
    .section-games__popular-providers-wr {
        overflow-x: scroll;
        gap: .2666666667rem;
        padding: 0 .8rem;
        height: 2.1333333333rem
    }
}

@media(min-width:769px) {
    .section-games__popular-providers-wr {
        flex-wrap: wrap;
        overflow: hidden;
        gap: .8rem;
        height: 3.2rem;
        padding: 0 1.2rem
    }
}

@media(min-width:1025px) {
    .section-games__popular-providers-wr {
        gap: .6666666667rem;
        height: 2.4444444444rem;
        padding: 0;
        margin-right: .8888888889rem
    }
}

.section-games__popular-providers-item {
    position: relative;
    flex-grow: 1;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #90a7ff;
    background-color: #252c4c;
    cursor: pointer
}

.section-games__popular-providers-item>* {
    position: relative;
    z-index: 2
}

.section-games__popular-providers-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    background: radial-gradient(38.23% 39.84% at 50% 100%, rgba(55, 100, 243, .51) 0, rgba(55, 100, 243, 0) 100%), #252c4c;
    transition: all .2s ease-in-out
}

@media(max-width:768px) {
    .section-games__popular-providers-item:before {
        display: none
    }
}

@media(min-width:769px) {
    .section-games__popular-providers-item:before {
        border-radius: .8rem
    }
}

@media(min-width:1025px) {
    .section-games__popular-providers-item:before {
        border-radius: .4444444444rem
    }
}

@media(min-width:769px) {
    .no-touch .section-games__popular-providers-item:hover:before {
        opacity: 1
    }
}

@media(max-width:768px) {
    .section-games__popular-providers-item {
        padding: .4rem .8rem .4rem .4rem;
        column-gap: .2666666667rem;
        border-radius: .5333333333rem;
        font-size: .8rem;
        line-height: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .section-games__popular-providers-item {
        padding: .6rem 1.2rem .6rem .6rem;
        column-gap: .4rem;
        border-radius: .8rem;
        font-size: 1.2rem;
        line-height: 1.6rem
    }
}

@media(min-width:1025px) {
    .section-games__popular-providers-item {
        padding: .4444444444rem .8888888889rem .4444444444rem;
        column-gap: .4444444444rem;
        border-radius: .4444444444rem;
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

.section-games__popular-providers-item--all-games {
    text-transform: uppercase
}

@media(max-width:768px) {
    .section-games__popular-providers-item--all-games {
        padding: .5333333333rem .8rem .5333333333rem .4rem
    }
}

@media(min-width:769px) {
    .section-games__popular-providers-item--all-games {
        padding: .8rem 1.2rem .8rem .6rem
    }
}

@media(min-width:1025px) {
    .section-games__popular-providers-item--all-games {
        min-width: 12.1666666667rem;
        padding: .6666666667rem;
        font-weight: 700
    }
}

.section-games__popular-providers-item--selected {
    color: #fff;
    background-color: #3764f3
}

@media(min-width:769px) {
    .no-touch .section-games__popular-providers-item--selected:hover:before {
        opacity: 0
    }
}

@media(max-width:768px) {
    .section-games__popular-providers-item-icon {
        height: 1.0666666667rem;
        width: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .section-games__popular-providers-item-icon {
        height: 1.6rem;
        width: 1.6rem
    }
}

@media(min-width:1025px) {
    .section-games__popular-providers-item-icon {
        height: 1.1111111111rem;
        width: 1.1111111111rem
    }
}

@media(max-width:768px) {
    .section-games__popular-providers-item-logo {
        height: 1.3333333333rem;
        width: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .section-games__popular-providers-item-logo {
        height: 2rem;
        width: 2rem
    }
}

@media(min-width:1025px) {
    .section-games__popular-providers-item-logo {
        height: 1.5555555556rem;
        width: 1.5555555556rem
    }
}

.section-games__filter-provider-wr {
    display: flex;
    position: relative;
    overflow: hidden;
    background-size: cover;
    justify-content: space-around;
    flex-direction: column;
    align-items: center
}

@media(min-width:769px) {
    .section-games__filter-provider-wr {
        min-width: calc(40% - 1.4rem);
        margin-bottom: 4.4rem;
        border-radius: .8rem;
        margin-left: .8rem;
        margin-right: .4rem
    }
}

@media(min-width:1025px) {
    .section-games__filter-provider-wr {
        min-width: 27.5555555556rem;
        margin-bottom: 1.8888888889rem;
        border-radius: .4444444444rem;
        margin-right: .8888888889rem;
        margin-left: 0
    }
}

.section-games__filter-provider-bg {
    background-image: url(section-games/bg_small_card.webp);
    position: absolute;
    background-size: cover;
    width: 66.6666666667rem;
    height: 100%;
    z-index: -1;
    top: 0
}

.no-webp .section-games__filter-provider-bg {
    background-image: url(section-games/bg_small_card.png)
}

.section-games__list-wr {
    display: flex
}

@media(min-width:1025px) {
    .section-games__popular-providers-slider-wr+.section-games__list-wr {
        max-height: 20.6094444444rem
    }
}

@media(min-width:769px) {
    .section-games__filter-provider-img {
        position: absolute;
        bottom: 12.4rem;
        max-height: 10rem;
        max-width: 30rem
    }
}

@media(min-width:1025px) {
    .section-games__filter-provider-img {
        bottom: 8.5555555556rem;
        max-height: 5.5555555556rem;
        max-width: 16.6666666667rem
    }
}

.section-games__filter-provider-more-button {
    background: #2a305a
}

@media(max-width:768px) {
    .section-games__filter-provider-more-button {
        height: 1.8666666667rem;
        padding: 0 .6666666667rem
    }
}

@media(min-width:769px) {
    .section-games__filter-provider-more-button {
        position: absolute;
        bottom: 6rem
    }
}

@media(min-width:1025px) {
    .section-games__filter-provider-more-button {
        bottom: 4.7777777778rem
    }
}

.section-games__filter-provider-more-button:active {
    background: #2a305a
}

.section-games__filter-provider-more-button:hover {
    background-color: rgba(55, 100, 243, .5)
}

.section-jackpot__games {
    pointer-events: none
}

.section-games__items-group--jackpot-games {
    width: 100%
}

@media(max-width:768px) {
    .section-games__items-group--jackpot-games {
        width: 50%
    }
}

@media(min-width:451px)and (max-width:768px) {
    .section-games__items-group--jackpot-games {
        width: 33.33333%
    }
}

.section-games__slider--jackpot-games {
    overflow: visible;
    pointer-events: auto
}

.no-touch .section-games__slider--jackpot-games:hover .slider-games__navigation-button {
    opacity: 1
}

.no-touch .section-games__slider--jackpot-games:hover .slider-games__navigation-button--disabled {
    opacity: .5
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__slider--jackpot-games {
        margin: 0 -1.4rem 0 0;
        padding: 0 .8rem
    }
}

@media(min-width:1025px) {
    .section-games__slider--jackpot-games {
        padding: 0;
        margin: 0
    }
}

.section-games__list-item-content--jackpot-provider {
    cursor: pointer
}

.section-games__list-item-content--jackpot-provider:after {
    content: none
}

.section-games__list-item-img-wr--jackpot-provider {
    background-image: url(jackpotProviderBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.section-games__list-item-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section-games__provider-img--jackpot-provider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -90%);
    width: auto;
    height: 1.8666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__provider-img--jackpot-provider {
        transform: translate(-50%, -100%);
        height: 3.3rem
    }
}

@media(min-width:1025px) {
    .section-games__provider-img--jackpot-provider {
        transform: translate(-50%, -100%);
        height: 1.8333333333rem
    }
}

.section-games__jackpot-provider-text {
    position: absolute;
    bottom: .4666666667rem;
    left: .3333333333rem;
    right: .3333333333rem;
    font-family: Jedar;
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    text-align: center;
    letter-spacing: normal;
    text-shadow: 0 -2px 0 #171e4c, 0 -4px 8px rgba(11, 17, 52, .5)
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__jackpot-provider-text {
        left: .5rem;
        right: .5rem;
        font-size: 2.6rem;
        line-height: 3.2rem
    }
}

@media(min-width:1025px) {
    .section-games__jackpot-provider-text {
        left: .2777777778rem;
        right: .2777777778rem;
        font-size: 1.4444444444rem;
        line-height: 1.7777777778rem
    }
}

.section-games__jackpot-provider-code-text {
    font-size: .6666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .section-games__jackpot-provider-code-text {
        font-size: 1.4rem
    }
}

@media(min-width:1025px) {
    .section-games__jackpot-provider-code-text {
        font-size: .7777777778rem
    }
}

.section-jackpot {
    position: relative
}

@media(max-width:768px) {
    .section-jackpot {
        min-height: 27.6rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-jackpot {
        margin-bottom: 6rem
    }
}

@media(min-width:1025px) {
    .section-jackpot {
        margin-bottom: 3.3333333333rem
    }
}

.section-jackpot__bg {
    --x: 0;
    --y: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: var(--x) var(--y);
    transition: background .2s ease-in-out
}

@media(min-width:769px)and (max-width:1024px) {
    .section-jackpot__bg {
        top: -23.5rem;
        transform: translateX(-10.5rem);
        width: 140rem;
        height: 125rem
    }
}

@media(min-width:1025px) {
    .section-jackpot__bg {
        top: -13.0555555556rem;
        transform: translateX(-5.8333333333rem);
        width: 77.7777777778rem;
        height: 69.4444444444rem;
    }

    .section-jackpot__bg:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 1.2777777778rem;
        background-image: linear-gradient(270deg, #262a46, transparent)
    }
}

.section-jackpot__first-plan {
    display: none;
    position: absolute;
    top: 2.7777777778rem;
    left: -19.4444444444rem;
    width: 96.9444444444rem;
    height: 61.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    transition: transform .2s ease-in-out
}

@media(min-width:1025px) {
    .section-jackpot__first-plan {
        display: block
    }
}

.section-jackpot__second-plan {
    display: none;
    position: absolute;
    top: 5.2777777778rem;
    left: -6.7222222222rem;
    width: 92.2222222222rem;
    height: 45.2222222222rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    transition: transform .2s ease-in-out
}

@media(min-width:1025px) {
    .section-jackpot__second-plan {
        display: block
    }
}

.section-jackpot__bg--transition,
.section-jackpot__first-plan--transition,
.section-jackpot__second-plan--transition {
    transition: none
}

.section-jackpot__header {
    margin-bottom: 2.5333333333rem;
    padding-top: .6666666667rem;
    text-align: center;
    pointer-events: none
}

@media(max-width:768px) {
    .section-jackpot__header {
        min-height: 4.1333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .section-jackpot__header {
        padding-top: 2.7rem;
        margin-bottom: 9.3rem
    }
}

@media(min-width:1025px) {
    .section-jackpot__header {
        padding-top: 1.5rem;
        margin-bottom: 5.1666666667rem
    }
}

.section-jackpot__title {
    position: relative;
    margin-bottom: .3333333333rem;
    font-weight: 700;
    font-size: 1.0666666667rem;
    line-height: 1.6rem;
    text-transform: uppercase;
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .section-jackpot__title {
        margin-bottom: .2rem;
        font-size: 1.6rem;
        line-height: 2.4rem
    }
}

@media(min-width:1025px) {
    .section-jackpot__title {
        margin-bottom: .1111111111rem;
        font-size: .8888888889rem;
        line-height: 1.3333333333rem
    }
}

.section-jackpot__odometer {
    text-shadow: 0 0 8px #2438af, 0 4px 4px rgba(0, 0, 0, .25), 0 -2px 0 #171e4c
}

.section-jackpot__odometer>div {
    display: flex;
    justify-content: center;
    align-items: flex-start
}

@media(max-width:768px) {
    .section-jackpot__main {
        overflow: hidden;
        min-height: 20.2rem
    }
}

.section-jackpot__odometer .odometer:first-child {
    font-family: Jedar;
    font-size: 1.8666666667rem;
    line-height: 2.1333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .section-jackpot__odometer .odometer:first-child {
        font-size: 6.4rem;
        line-height: 6rem
    }
}

@media(min-width:1025px) {
    .section-jackpot__odometer .odometer:first-child {
        font-size: 3.5555555556rem;
        line-height: 3.3333333333rem
    }
}

.section-jackpot__odometer .odometer:last-child {
    position: relative;
    top: .7333333333rem;
    font-family: Jedar;
    margin-left: .6666666667rem;
    font-size: 1.0666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .section-jackpot__odometer .odometer:last-child {
        top: 2.7rem;
        margin-left: 1.5rem;
        font-size: 2.8rem
    }
}

@media(min-width:1025px) {
    .section-jackpot__odometer .odometer:last-child {
        top: 1.5rem;
        margin-left: .8333333333rem;
        font-size: 1.5555555556rem;
        height: 1.6666666667rem
    }
}

.section-jackpot__odometer .odometer-value {
    width: 1.3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .section-jackpot__odometer .odometer-value {
        width: 4.6rem
    }
}

@media(min-width:1025px) {
    .section-jackpot__odometer .odometer-value {
        width: 2.5555555556rem
    }
}

.super-widget-small {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    overflow: hidden;
    justify-content: center;
    position: relative;
    background-size: 100% 203.175%;
    background-repeat: no-repeat;
    background-color: #0b1134;
    background-blend-mode: difference, normal;
    background-image: url(super-widget/super-widget-small-bg.webp)
}

.no-webp .super-widget-small {
    background-image: url(super-widget/super-widget-small-bg.png)
}

@media(max-width:768px) {
    .super-widget-small {
        min-height: 4.9333333333rem;
        padding: .4rem 2.4rem .5333333333rem 5.6rem;
        border-radius: .8rem;
        background-position: 0 -.7086666667rem
    }
}

@media(min-width:769px) {
    .super-widget-small {
        min-height: 7.4rem;
        padding: .6rem 4.4rem .8rem 7.6rem;
        border-radius: 1.2rem;
        background-position: 0 -1.063rem
    }
}

@media(min-width:1025px) {
    .super-widget-small {
        min-height: 4.1111111111rem;
        padding: .3333333333rem 2.4444444444rem .4444444444rem 4.2222222222rem;
        border-radius: .6666666667rem;
        background-position: 0 -.5905555556rem
    }
}

.super-widget-small:after {
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-position: 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(super-widget/super-widget-small-gradient.webp)
}

.no-webp .super-widget-small:after {
    background-image: url(super-widget/super-widget-small-gradient.png)
}

@media(max-width:768px) {
    .super-widget-small:after {
        width: 13.2666666667rem
    }
}

@media(min-width:769px) {
    .super-widget-small:after {
        width: 21.3rem
    }
}

@media(min-width:1025px) {
    .super-widget-small:after {
        width: 11.8333333333rem
    }
}

@media(max-width:768px) {
    .main .super-widget-small {
        margin: .5333333333rem .8rem
    }
}

@media(min-width:769px) {
    .main .super-widget-small {
        margin: .8rem 1.2rem
    }
}

@media(min-width:1025px) {
    .main .super-widget-small {
        margin: .4444444444rem .6666666667rem
    }
}

@media(min-width:769px) {
    .desktop-menu .super-widget-small {
        width: 32.4rem;
        margin-left: .4rem;
        margin-bottom: 1.2rem
    }
}

@media(min-width:1025px) {
    .desktop-menu .super-widget-small {
        width: 18rem;
        margin-left: .2222222222rem;
        margin-bottom: .6666666667rem
    }
}

@media(max-width:768px) {
    .bottom-sheet--mobile-menu .super-widget-small {
        margin: .5333333333rem .8rem .2666666667rem
    }
}

@media(min-width:769px) {
    .bottom-sheet--mobile-menu .super-widget-small {
        margin: .8rem 1.2rem .4rem
    }
}

.super-widget-small__img {
    position: absolute
}

@media(max-width:768px) {
    .super-widget-small__img {
        top: -1.8666666667rem;
        left: -2.2666666667rem
    }
}

@media(min-width:769px) {
    .super-widget-small__img {
        top: -2.8rem;
        left: -3.4rem
    }
}

@media(min-width:1025px) {
    .super-widget-small__img {
        top: -1.5555555556rem;
        left: -1.8888888889rem
    }
}

@media(max-width:768px) {
    .super-widget-small__img img {
        width: 8.5333333333rem;
        height: 8.5333333333rem
    }
}

@media(min-width:769px) {
    .super-widget-small__img img {
        width: 12.8rem;
        height: 12.8rem
    }
}

@media(min-width:1025px) {
    .super-widget-small__img img {
        width: 7.1111111111rem;
        height: 7.1111111111rem
    }
}

.super-widget-small__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 1
}

@media(max-width:768px) {
    .super-widget-small__body {
        gap: .4rem
    }
}

@media(min-width:769px) {
    .super-widget-small__body {
        gap: .6rem
    }
}

@media(min-width:1025px) {
    .super-widget-small__body {
        gap: .3333333333rem
    }
}

.super-widget-small__prize {
    display: flex;
    flex-direction: column
}

@media(max-width:768px) {
    .super-widget-small__prize {
        gap: .1333333333rem
    }
}

@media(min-width:769px) {
    .super-widget-small__prize {
        gap: .2rem
    }
}

@media(min-width:1025px) {
    .super-widget-small__prize {
        gap: .1111111111rem
    }
}

.super-widget-small__prize-value {
    font-weight: 500;
    color: #f3d869
}

@media(max-width:768px) {
    .super-widget-small__prize-value {
        font-size: 1.0666666667rem;
        line-height: 1.6rem
    }
}

@media(min-width:769px) {
    .super-widget-small__prize-value {
        font-size: 1.6rem;
        line-height: 2.4rem
    }
}

@media(min-width:1025px) {
    .super-widget-small__prize-value {
        font-size: .8888888889rem;
        line-height: 1.3333333333rem
    }
}

.super-widget-small__subtitle {
    text-transform: uppercase;
    font-weight: 700;
    color: #7b7f92
}

@media(max-width:768px) {
    .super-widget-small__subtitle {
        font-size: .6666666667rem;
        line-height: .8rem
    }
}

@media(min-width:769px) {
    .super-widget-small__subtitle {
        font-size: 1rem;
        line-height: 1.2rem
    }
}

@media(min-width:1025px) {
    .super-widget-small__subtitle {
        font-size: .5555555556rem;
        line-height: .6666666667rem
    }
}

.super-widget-small__subtitle span {
    color: #f3d869
}

.super-widget-small__timer .timer-block {
    background-color: #0b1134
}

@media(max-width:768px) {
    .super-widget-small__timer .timer-block {
        padding: .1333333333rem .4rem;
        border-radius: 6.6666666667rem;
        gap: .2666666667rem
    }
}

@media(min-width:769px) {
    .super-widget-small__timer .timer-block {
        padding: .2rem .6rem;
        border-radius: 10rem;
        gap: .4rem
    }
}

@media(min-width:1025px) {
    .super-widget-small__timer .timer-block {
        padding: .1111111111rem .3333333333rem;
        border-radius: 5.5555555556rem;
        gap: .2222222222rem
    }
}

.super-widget-small__timer .timer-block__item {
    display: flex;
    align-items: flex-end
}

.super-widget-small__timer .timer-block__count,
.super-widget-small__timer .timer-block__label {
    color: #fff;
    font-weight: 700
}

@media(max-width:768px) {

    .super-widget-small__timer .timer-block__count,
    .super-widget-small__timer .timer-block__label {
        font-size: .6666666667rem;
        line-height: .8rem
    }
}

@media(min-width:769px) {

    .super-widget-small__timer .timer-block__count,
    .super-widget-small__timer .timer-block__label {
        font-size: 1rem;
        line-height: 1.2rem
    }
}

@media(min-width:1025px) {

    .super-widget-small__timer .timer-block__count,
    .super-widget-small__timer .timer-block__label {
        font-size: .5555555556rem;
        line-height: .6666666667rem
    }
}

.super-widget-small__timer .timer-block__item--sec {
    position: relative
}

@media(max-width:768px) {
    .super-widget-small__timer .timer-block__item--sec {
        margin-left: .2rem
    }
}

@media(min-width:769px) {
    .super-widget-small__timer .timer-block__item--sec {
        margin-left: .3rem
    }
}

@media(min-width:1025px) {
    .super-widget-small__timer .timer-block__item--sec {
        margin-left: .1666666667rem
    }
}

.super-widget-small__timer .timer-block__item--sec:before {
    position: absolute;
    content: ":";
    color: #fff;
    font-weight: 700
}

@media(max-width:768px) {
    .super-widget-small__timer .timer-block__item--sec:before {
        left: -.3333333333rem;
        font-size: .6666666667rem;
        line-height: .8rem
    }
}

@media(min-width:769px) {
    .super-widget-small__timer .timer-block__item--sec:before {
        left: -.5rem;
        font-size: 1rem;
        line-height: 1.2rem
    }
}

@media(min-width:1025px) {
    .super-widget-small__timer .timer-block__item--sec:before {
        left: -.2777777778rem;
        font-size: .5555555556rem;
        line-height: .6666666667rem
    }
}

.super-widget-small__timer .timer-block__item--sec .timer-block__count,
.super-widget-small__timer .timer-block__item--sec .timer-block__label {
    color: #f3d869
}

.super-widget-small__btn {
    position: absolute;
    display: flex;
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width:768px) {
    .super-widget-small__btn {
        right: .5333333333rem
    }
}

@media(min-width:769px) {
    .super-widget-small__btn {
        right: .8rem
    }
}

@media(min-width:1025px) {
    .super-widget-small__btn {
        right: .4444444444rem
    }
}

.super-widget-small__btn-icon {
    color: #fff
}

@media(max-width:768px) {
    .super-widget-small__btn-icon {
        width: 1.3333333333rem;
        height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .super-widget-small__btn-icon {
        width: 2rem;
        height: 2rem
    }
}

@media(min-width:1025px) {
    .super-widget-small__btn-icon {
        width: 1.1111111111rem;
        height: 1.1111111111rem
    }
}

@media(min-width:769px) {
    .super-widget-small--fixed {
        overflow: visible;
        align-items: center;
        position: fixed;
        min-height: auto;
        z-index: 19;
        left: 10rem;
        bottom: 10rem;
        background: none;
        padding: 0
    }
}

@media(min-width:1025px) {
    .super-widget-small--fixed {
        left: 5.55556rem;
        bottom: 5.55556rem
    }
}

.game-page .super-widget-small--fixed,
.left-menu-opened .super-widget-small--fixed,
.modal-opened .super-widget-small--fixed,
.profile-opened .super-widget-small--fixed,
.search-opened .super-widget-small--fixed {
    z-index: 8
}

@media(max-width:768px) {
    .super-widget-small--fixed:after {
        width: 16.7333333333rem
    }
}

@media(min-width:769px) {
    .super-widget-small--fixed:after {
        display: none
    }
}

@media(max-width:768px) {
    .super-widget-small--fixed .super-widget-small__img {
        top: -1.7333333333rem;
        left: -1.0666666667rem
    }
}

@media(min-width:769px) {
    .super-widget-small--fixed .super-widget-small__img {
        top: auto;
        left: auto;
        bottom: -2.5rem
    }
}

@media(min-width:1025px) {
    .super-widget-small--fixed .super-widget-small__img {
        bottom: -1.3888888889rem
    }
}

@media(max-width:768px) {
    .super-widget-small--fixed .super-widget-small__img img {
        width: 8.2666666667rem;
        height: 8.2666666667rem
    }
}

@media(min-width:769px) {
    .super-widget-small--fixed .super-widget-small__img img {
        width: 28rem;
        height: 28rem
    }
}

@media(min-width:1025px) {
    .super-widget-small--fixed .super-widget-small__img img {
        width: 15.5555555556rem;
        height: 15.5555555556rem
    }
}

@media(min-width:769px) {
    .super-widget-small--fixed .super-widget-small__body {
        justify-content: center;
        align-items: center;
        min-width: 20.8rem;
        min-height: 7.6rem;
        gap: .4rem;
        padding: 1.1rem;
        border: .1rem solid #f3d869;
        border-radius: 1.2rem;
        background: linear-gradient(180deg, #202248, #1e212e);
        box-shadow: 0 0 22px 0 rgba(0, 0, 0, .5)
    }
}

@media(min-width:1025px) {
    .super-widget-small--fixed .super-widget-small__body {
        min-width: 11.5555555556rem;
        min-height: 4.2222222222rem;
        gap: .2222222222rem;
        padding: .6111111111rem;
        border: .0555555556rem solid #f3d869;
        border-radius: .6666666667rem;
        background: linear-gradient(180deg, #202248, #1e212e);
        box-shadow: 0 0 22px 0 rgba(0, 0, 0, .5)
    }
}

@media(min-width:769px) {
    .super-widget-small--fixed .super-widget-small__prize-value {
        font-size: 2rem;
        line-height: 2.4rem
    }
}

@media(min-width:1025px) {
    .super-widget-small--fixed .super-widget-small__prize-value {
        font-size: 1.1111111111rem;
        line-height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .super-widget-small--fixed .super-widget-small__subtitle {
        display: none
    }
}

@media(min-width:769px) {
    .super-widget-small--fixed .super-widget-small__timer .timer-block {
        padding: .2rem 1rem;
        border-radius: 10rem;
        gap: .4rem;
        background-color: #252c4c
    }
}

@media(min-width:1025px) {
    .super-widget-small--fixed .super-widget-small__timer .timer-block {
        padding: .1111111111rem .5555555556rem;
        border-radius: 5.5555555556rem;
        gap: .2222222222rem
    }
}

@media(min-width:769px) {

    .super-widget-small--fixed .super-widget-small__timer .timer-block__count,
    .super-widget-small--fixed .super-widget-small__timer .timer-block__label {
        font-size: 1.4rem;
        line-height: 2rem;
        font-weight: 500
    }
}

@media(min-width:1025px) {

    .super-widget-small--fixed .super-widget-small__timer .timer-block__count,
    .super-widget-small--fixed .super-widget-small__timer .timer-block__label {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

@media(min-width:769px) {
    .super-widget-small--fixed .super-widget-small__timer .timer-block__item--sec {
        margin-left: .8rem
    }
}

@media(min-width:1025px) {
    .super-widget-small--fixed .super-widget-small__timer .timer-block__item--sec {
        margin-left: .4444444444rem
    }
}

@media(min-width:769px) {
    .super-widget-small--fixed .super-widget-small__timer .timer-block__item--sec:before {
        left: -.8rem;
        font-size: 1.4rem;
        line-height: 2rem;
        font-weight: 500
    }
}

@media(min-width:1025px) {
    .super-widget-small--fixed .super-widget-small__timer .timer-block__item--sec:before {
        left: -.4444444444rem;
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

.super-widget-small--fixed .super-widget-small__timer .timer-block__item--sec .timer-block__count,
.super-widget-small--fixed .super-widget-small__timer .timer-block__item--sec .timer-block__label {
    color: #f3d869
}

@media(min-width:769px) {
    .super-widget-small--fixed .super-widget-small__btn {
        display: none
    }
}

.timer-block {
    display: flex;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.tournament-card .timer-block,
.tournament-slider .timer-block {
    justify-content: center
}

@media(min-width:1025px) {
    .tournament-card .timer-block {
        justify-content: flex-start
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .events-list .timer-block {
        margin-bottom: 2.1rem
    }

    .events-list .timer-block:last-child {
        margin-bottom: 0
    }

    .tournament-slider .timer-block {
        order: 2;
        justify-content: flex-start;
        margin-bottom: 4rem
    }
}

@media(min-width:1025px) {
    .events-list .timer-block {
        margin-bottom: 1.1666666667rem
    }

    .events-list .timer-block:last-child {
        margin-bottom: 0
    }

    .tournament-slider .timer-block {
        order: 2;
        justify-content: flex-start;
        margin-bottom: 2.2222222222rem
    }
}

@keyframes secondAnimate {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.partners-contests-stream .timer-block__item,
.promo-timer .timer-block__item {
    position: relative;
    margin-top: .2666666667rem;
    margin-right: .8rem
}

.partners-contests-stream .timer-block__item:last-child,
.promo-timer .timer-block__item:last-child {
    margin-right: 0
}

.balance__timer .timer-block__item {
    position: relative;
    min-width: 1.3333333333rem;
    margin-right: .2rem;
    text-align: center;
    padding-bottom: .8rem
}

.balance__timer .timer-block__item:last-child {
    margin-right: 0
}

.play-tournaments__timer .timer-block__item {
    display: flex;
    align-items: baseline;
    min-width: 2rem;
    margin-right: .6666666667rem
}

.play-tournaments__timer .timer-block__item:not(.timer-block__item--day) {
    position: relative
}

.play-tournaments__timer .timer-block__item:not(.timer-block__item--day):before {
    content: ":";
    position: absolute;
    right: -.2rem;
    top: 0;
    font-weight: 800;
    font-size: .6666666667rem;
    line-height: 1.0666666667rem;
    opacity: 1;
    animation: secondAnimate 1s ease-in-out infinite
}

@media(min-width:769px)and (max-width:1024px) {
    .play-tournaments__timer .timer-block__item:not(.timer-block__item--day):before {
        right: -.3rem;
        font-size: 1rem;
        line-height: 1.6rem
    }
}

@media(min-width:1025px) {
    .play-tournaments__timer .timer-block__item:not(.timer-block__item--day):before {
        right: -.1666666667rem;
        font-size: .5555555556rem;
        line-height: .8888888889rem
    }
}

.play-tournaments__timer .timer-block__item:last-child {
    margin-right: 0
}

.play-tournaments__timer .timer-block__item:last-child:before {
    display: none
}

.events-list .timer-block__item,
.tournament-slider .timer-block__item,
.tournament__events-wr .timer-block__item {
    min-width: 2.8rem;
    margin-right: .8666666667rem;
    text-align: center
}

@media(min-width:451px)and (max-width:768px) {
    .events-list .timer-block__item {
        min-width: 2.8rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .balance__timer .timer-block__item {
        min-width: 3.4rem;
        margin-right: .3rem;
        padding-bottom: 1.2rem
    }

    .events-list .timer-block__item,
    .tournament-slider .timer-block__item,
    .tournament__events-wr .timer-block__item {
        min-width: 4.2rem;
        margin-right: 1.3rem
    }

    .events-list .timer-block__item:last-child,
    .tournament-slider .timer-block__item:last-child,
    .tournament__events-wr .timer-block__item:last-child {
        margin-right: 0
    }

    .partners-contests-stream .timer-block__item,
    .promo-timer .timer-block__item {
        margin-top: .4rem;
        margin-right: 1.6rem
    }

    .partners-contests-stream .timer-block__item:first-child,
    .promo-timer .timer-block__item:first-child {
        margin-right: 2rem
    }

    .play-tournaments__timer .timer-block__item {
        min-width: 3rem;
        margin-right: 1rem
    }

    .play-tournaments__timer .timer-block__item:last-child {
        margin-right: 0
    }
}

@media(min-width:1025px) {
    .balance__timer .timer-block__item {
        min-width: 1.8888888889rem;
        margin-right: .1666666667rem;
        padding-bottom: .6666666667rem
    }

    .events-list .timer-block__item,
    .tournament-slider .timer-block__item,
    .tournament__events-wr .timer-block__item {
        min-width: 2.3333333333rem;
        margin-right: .7222222222rem
    }

    .events-list .timer-block__item:last-child,
    .tournament-slider .timer-block__item:last-child,
    .tournament__events-wr .timer-block__item:last-child {
        margin-right: 0
    }

    .partners-contests-stream .timer-block__item,
    .promo-timer .timer-block__item {
        margin-top: .2222222222rem;
        margin-right: .6666666667rem
    }

    .play-tournaments__timer .timer-block__item {
        min-width: 1.6666666667rem;
        margin-right: .5555555556rem
    }

    .play-tournaments__timer .timer-block__item:last-child {
        margin-right: 0
    }
}

@media(max-width:768px) {

    .partners-contests-stream .timer-block__item--day,
    .promo-timer .timer-block__item--day {
        margin-right: 1.0666666667rem
    }
}

@media(min-width:769px) {

    .partners-contests-stream .timer-block__item--day,
    .promo-timer .timer-block__item--day {
        margin-right: 1.6rem
    }
}

@media(min-width:1025px) {

    .partners-contests-stream .timer-block__item--day,
    .promo-timer .timer-block__item--day {
        margin-right: .8888888889rem
    }
}

@media(max-width:768px) {
    .balance__timer .timer-block__item--day {
        margin-right: .5333333333rem
    }
}

@media(min-width:769px) {
    .balance__timer .timer-block__item--day {
        margin-right: .8rem
    }
}

@media(min-width:1025px) {
    .balance__timer .timer-block__item--day {
        margin-right: .4444444444rem
    }
}

.partners-contests-stream .timer-block__item--hour:before,
.partners-contests-stream .timer-block__item--min:before,
.promo-timer .timer-block__item--hour:before,
.promo-timer .timer-block__item--min:before {
    content: ":";
    position: absolute;
    top: 0;
    font-weight: 800;
    opacity: 1;
    animation: secondAnimate 1s ease-in-out infinite
}

@media(max-width:768px) {

    .partners-contests-stream .timer-block__item--hour:before,
    .partners-contests-stream .timer-block__item--min:before,
    .promo-timer .timer-block__item--hour:before,
    .promo-timer .timer-block__item--min:before {
        right: -.3333333333rem;
        font-size: 1.0666666667rem;
        line-height: 2.4rem
    }
}

@media(min-width:769px) {

    .partners-contests-stream .timer-block__item--hour:before,
    .partners-contests-stream .timer-block__item--min:before,
    .promo-timer .timer-block__item--hour:before,
    .promo-timer .timer-block__item--min:before {
        right: -.4rem;
        font-size: 1.6rem;
        line-height: 3.6rem
    }
}

@media(min-width:1025px) {

    .partners-contests-stream .timer-block__item--hour:before,
    .partners-contests-stream .timer-block__item--min:before,
    .promo-timer .timer-block__item--hour:before,
    .promo-timer .timer-block__item--min:before {
        right: -.2222222222rem;
        font-size: .8888888889rem;
        line-height: 2rem
    }

    .lottery .partners-contests-stream .timer-block__item--hour:before,
    .lottery .partners-contests-stream .timer-block__item--min:before,
    .lottery .promo-timer .timer-block__item--hour:before,
    .lottery .promo-timer .timer-block__item--min:before {
        top: .4444444444rem
    }
}

@media(max-width:768px) {
    .balance__timer .timer-block__item--hour {
        margin-right: .8rem
    }
}

@media(min-width:769px) {
    .balance__timer .timer-block__item--hour {
        margin-right: 1.2rem
    }
}

@media(min-width:1025px) {
    .balance__timer .timer-block__item--hour {
        margin-right: .6666666667rem
    }
}

.balance__timer .timer-block__item--hour:before {
    content: ":";
    position: absolute;
    top: 0;
    opacity: 1
}

@media(max-width:768px) {
    .balance__timer .timer-block__item--hour:before {
        right: -.2666666667rem;
        font-size: 1.0666666667rem;
        line-height: 1.8666666667rem
    }
}

@media(min-width:769px) {
    .balance__timer .timer-block__item--hour:before {
        right: -.4rem;
        font-size: 1.6rem;
        line-height: 2.8rem
    }
}

@media(min-width:1025px) {
    .balance__timer .timer-block__item--hour:before {
        right: -.2222222222rem;
        font-size: .8888888889rem;
        line-height: 1.5555555556rem
    }
}

@media(max-width:768px) {
    .balance__timer .timer-block__item--min:not(:last-child) {
        margin-right: .8rem
    }
}

@media(min-width:769px) {
    .balance__timer .timer-block__item--min:not(:last-child) {
        margin-right: 1.2rem
    }
}

@media(min-width:1025px) {
    .balance__timer .timer-block__item--min:not(:last-child) {
        margin-right: .6666666667rem
    }
}

.balance__timer .timer-block__item--min:not(:last-child):before {
    content: ":";
    position: absolute;
    top: 0;
    opacity: 1
}

@media(max-width:768px) {
    .balance__timer .timer-block__item--min:not(:last-child):before {
        right: -.2666666667rem;
        font-size: 1.0666666667rem;
        line-height: 1.8666666667rem
    }
}

@media(min-width:769px) {
    .balance__timer .timer-block__item--min:not(:last-child):before {
        right: -.4rem;
        font-size: 1.6rem;
        line-height: 2.8rem
    }
}

@media(min-width:1025px) {
    .balance__timer .timer-block__item--min:not(:last-child):before {
        right: -.2222222222rem;
        font-size: .8888888889rem;
        line-height: 1.5555555556rem
    }
}

.without-seconds .timer-block__item--min:before {
    display: none
}

.timer-block__count {
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: .8rem;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
    text-align: center
}

.balance .timer-block__count {
    align-items: center;
    min-width: 2rem;
    height: 1.8666666667rem;
    padding: 0 .1333333333rem;
    border-radius: .2666666667rem;
    font-size: 1.0666666667rem;
    background-color: #333d6c;
    color: #fff
}

.partners-contests-stream .timer-block__count,
.promo-timer .timer-block__count {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333d6c;
    padding: .5333333333rem;
    border-radius: .2666666667rem;
    width: 2.8rem;
    font-weight: 400;
    font-size: 1.3333333333rem;
    line-height: 1.6rem
}

@media(min-width:769px) {

    .partners-contests-stream .timer-block__count,
    .promo-timer .timer-block__count {
        padding: .8rem;
        border-radius: .4rem;
        width: 4.2rem;
        font-size: 2rem;
        line-height: 2.4rem
    }
}

@media(min-width:1025px) {

    .partners-contests-stream .timer-block__count,
    .promo-timer .timer-block__count {
        padding: .4444444444rem;
        border-radius: .2222222222rem;
        width: 2.3333333333rem;
        font-size: 1.1111111111rem;
        line-height: 1.3333333333rem
    }
}

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

    .lottery .partners-contests-stream .timer-block__count,
    .lottery .promo-timer .timer-block__count {
        padding: 1.6rem;
        width: 5.6rem
    }
}

@media(min-width:1025px) {

    .lottery .partners-contests-stream .timer-block__count,
    .lottery .promo-timer .timer-block__count {
        padding: .8888888889rem;
        width: 3.1111111111rem
    }
}

.play-tournaments__timer .timer-block__count {
    width: auto;
    margin-right: .1333333333rem;
    border-radius: 0;
    background: none;
    font-weight: 500;
    font-size: 1.0666666667rem;
    line-height: 1;
    color: #fff
}

.events-list .timer-block__count,
.tournament-slider .timer-block__count,
.tournament__events-wr .timer-block__count {
    min-width: 2.6rem;
    margin-bottom: .3333333333rem;
    border-radius: .2rem;
    background: linear-gradient(99.35deg, rgba(49, 47, 66, .7) 7.07%, #16151f 95.26%);
    font-weight: 700;
    font-size: 1.0666666667rem;
    line-height: 1.6666666667rem;
    letter-spacing: .0666666667rem
}

@media(min-width:451px)and (max-width:768px) {
    .events-list .timer-block__count {
        margin-bottom: .2rem;
        font-size: 1.4rem;
        letter-spacing: -.0906666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .balance .timer-block__count {
        min-width: 3rem;
        height: 2.8rem;
        padding: 0 .2rem;
        border-radius: .4rem;
        font-size: 1.6rem
    }

    .events-list .timer-block__count,
    .tournament-slider .timer-block__count,
    .tournament__events-wr .timer-block__count {
        min-width: 3.9rem;
        margin-bottom: .5rem;
        border-radius: .3rem;
        font-size: 1.6rem;
        line-height: 2.5rem;
        letter-spacing: .1rem
    }

    .play-tournaments__timer .timer-block__count {
        margin-right: .2rem;
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    .balance .timer-block__count {
        min-width: 1.6666666667rem;
        height: 1.5555555556rem;
        padding: 0 .1111111111rem;
        border-radius: .2222222222rem;
        font-size: .8888888889rem
    }

    .play-tournaments__timer .timer-block__count {
        margin-right: .1111111111rem;
        font-size: .8888888889rem
    }

    .events-list .timer-block__count,
    .tournament-slider .timer-block__count,
    .tournament__events-wr .timer-block__count {
        min-width: 2.1666666667rem;
        margin-bottom: .2777777778rem;
        border-radius: .1666666667rem;
        font-size: .8888888889rem;
        line-height: 1.3888888889rem;
        letter-spacing: .0555555556rem
    }
}

.timer-block__label {
    overflow: hidden;
    font-weight: 500;
    font-size: .6666666667rem;
    line-height: 1.2;
    color: hsla(0, 0%, 100%, .5);
    letter-spacing: normal;
    text-align: center
}

.side-card .timer-block__label {
    text-align: left
}

@media(min-width:1025px) {
    .lottery .side-card .timer-block__label {
        text-align: center
    }
}

.partners-contests-stream .timer-block__label {
    font-weight: 400
}

.partners-contests-stream .timer-block__label,
.promo-timer .timer-block__label {
    font-size: .6666666667rem;
    line-height: .8rem
}

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

    .partners-contests-stream .timer-block__label,
    .promo-timer .timer-block__label {
        font-size: 1rem;
        line-height: 1.2rem
    }
}

@media(min-width:1025px) {

    .partners-contests-stream .timer-block__label,
    .promo-timer .timer-block__label {
        font-size: .5555555556rem;
        line-height: .6666666667rem
    }
}

.balance__timer .timer-block__label {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: unset;
    font-size: .6666666667rem;
    line-height: 1.2
}

.play-tournaments__timer .timer-block__label {
    font-size: .6666666667rem;
    line-height: 1;
    color: hsla(0, 0%, 100%, .5)
}

.events-list .timer-block__label,
.tournament-slider .timer-block__label,
.tournament__events-wr .timer-block__label {
    font-size: .8rem;
    line-height: 1rem;
    color: #b5bec9
}

@media(min-width:451px)and (max-width:768px) {
    .events-list .timer-block__label {
        font-size: .6666666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .timer-block__label {
        font-size: .9rem
    }

    .balance__timer .timer-block__label {
        font-size: 1rem
    }

    .events-list .timer-block__label,
    .tournament-slider .timer-block__label,
    .tournament__events-wr .timer-block__label {
        font-size: 1.2rem;
        line-height: 1.5rem
    }

    .play-tournaments__timer .timer-block__label {
        font-size: 1rem;
        color: hsla(0, 0%, 100%, .5)
    }
}

@media(min-width:1025px) {
    .timer-block__label {
        font-size: .5rem
    }

    .balance__timer .timer-block__label,
    .play-tournaments__timer .timer-block__label {
        font-size: .5555555556rem
    }

    .events-list .timer-block__label,
    .tournament-slider .timer-block__label,
    .tournament__events-wr .timer-block__label {
        font-size: .6666666667rem;
        line-height: .8333333333rem
    }
}

@media(min-width:1025px) {

    .main__section-games,
    .main__section-games:last-child {
        margin-bottom: 0
    }
}

@media(max-width:768px) {
    .section-games-preloader {
        height: 17.3333333333rem
    }
}

@media(min-width:769px) {
    .section-games-preloader {
        height: 26rem;
        margin-bottom: 3rem
    }
}

@media(min-width:1025px) {
    .section-games-preloader {
        height: 22.5rem;
        margin-bottom: 1.3888888889rem
    }
}

@media(max-width:768px) {
    .section-preloader--popular {
        min-height: 20.0666666667rem
    }
}

@media(min-width:1025px) {
    .section-preloader--popular {
        min-height: 27rem
    }
}

@media(max-width:768px) {
    .section-preloader--new {
        min-height: 17.4rem
    }
}

@media(min-width:1025px) {
    .section-preloader--new {
        min-height: 24.1666666667rem
    }
}

@media(max-width:768px) {
    .section-jackpot-preloader {
        height: 26.8rem
    }
}

@media(min-width:769px) {
    .section-jackpot-preloader {
        height: 36rem;
        margin-bottom: 6rem
    }
}

@media(min-width:1025px) {
    .section-jackpot-preloader {
        height: 29.4444444444rem;
        margin-bottom: 3.3333333333rem
    }
}

@keyframes show {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes hide {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.bottom-sheet {
    z-index: 31;
    inset: 0;
    position: fixed
}

.bottom-sheet.closed {
    visibility: hidden
}

.bottom-sheet.opened {
    visibility: visible
}

.bottom-sheet__content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column
}

@media(max-width:768px) {
    .bottom-sheet__content {
        margin: 0 -.6666666667rem
    }
}

.bottom-sheet--partners-contests .bottom-sheet__content {
    overflow-y: auto
}

.bottom-sheet--play-tournaments .bottom-sheet__scroll {
    height: 100%;
    display: flex !important;
    flex-direction: column;
    flex-grow: 1
}

@media(max-width:768px) {
    .bottom-sheet__content-inner {
        padding: 0 .6666666667rem
    }
}

.bottom-sheet--play-tournaments .bottom-sheet__content-inner {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    flex-shrink: 1
}

.bottom-sheet__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 14, 65, .9) !important
}

.bottom-sheet.closed .bottom-sheet__backdrop {
    animation: hide .3s ease
}

.bottom-sheet.opened .bottom-sheet__backdrop {
    animation: show .3s ease
}

.bottom-sheet__card {
    position: fixed;
    left: 50%;
    display: flex;
    flex-direction: column;
    background-color: #2c3357;
    box-shadow: 0 64px 40px -40px rgba(0, 19, 57, .75), 0 40px 40px -40px rgba(0, 19, 57, .75);
    padding: 0 .8rem
}

@media(max-width:768px) {
    .bottom-sheet__card {
        left: 0;
        right: 0;
        padding-bottom: .8rem;
        border-top-left-radius: .5333333333rem;
        border-top-right-radius: .5333333333rem;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .custom-modal--general-auth .bottom-sheet__card {
        padding-bottom: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .bottom-sheet--play-tournaments .bottom-sheet__card {
        left: 0;
        right: 0;
        padding: 0 1.2rem 1.2rem;
        max-width: 45.1rem !important;
        margin: 0 auto;
        border-top-left-radius: .8rem;
        border-top-right-radius: .8rem
    }
}

@media(min-width:1025px) {
    .bottom-sheet--play-tournaments .bottom-sheet__card {
        padding: 0 .6666666667rem .6666666667rem;
        max-width: 25.0555555556rem !important;
        border-top-left-radius: .4444444444rem;
        border-top-right-radius: .4444444444rem
    }
}

.bottom-sheet.moving .bottom-sheet__card {
    transition: none
}

.bottom-sheet__card.fx-default {
    transition: bottom .3s ease
}

.bottom-sheet__card.square {
    border-radius: 0
}

@media(max-width:768px) {
    .bottom-sheet__card.stripe {
        padding-bottom: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .bottom-sheet__card.stripe {
        padding-bottom: 2rem
    }
}

@media(min-width:1025px) {
    .bottom-sheet__card.stripe {
        padding-bottom: 1.1111111111rem
    }
}

.bottom-sheet__card.fx-fadein-scale {
    transition: all .3s
}

.bottom-sheet.opened .bottom-sheet__card.fx-fadein-scale {
    transform: translate(-50%) scale(1)
}

.bottom-sheet__card.fx-slide-from-right {
    transition: all .3s cubic-bezier(.25, .5, .5, .9)
}

.bottom-sheet.opened .bottom-sheet__card.fx-slide-from-right {
    transform: translate(-50%)
}

.bottom-sheet__card.fx-slide-from-left {
    transition: all .3s cubic-bezier(.25, .5, .5, .9)
}

.bottom-sheet.opened .bottom-sheet__card.fx-slide-from-left {
    transform: translate(-50%)
}

.bottom-sheet__pan {
    padding-bottom: .8rem;
    padding-top: .2666666667rem
}

.bottom-sheet--christmas-heroes .bottom-sheet__pan {
    padding-top: .8rem
}

.bottom-sheet--play-tournaments .bottom-sheet__pan {
    min-height: 1.8666666667rem
}

@media(min-width:769px) {
    .bottom-sheet--play-tournaments .bottom-sheet__pan {
        min-height: 2.8rem
    }
}

@media(min-width:1025px) {
    .bottom-sheet--play-tournaments .bottom-sheet__pan {
        min-height: 1.5555555556rem
    }
}

@media(max-width:768px) {
    .custom-modal--general-auth .bottom-sheet__pan {
        padding: 0;
        height: 1.6rem;
        flex-shrink: 0
    }
}

.bottom-sheet__bar {
    position: absolute;
    top: .4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1.3333333333rem;
    height: .1333333333rem;
    border-radius: .1333333333rem;
    background-color: #9599ab
}

.reg-form-wr .bottom-sheet__bar {
    display: none
}

.bottom-sheet--christmas-heroes .bottom-sheet__bar {
    top: .8666666667rem
}

@media(max-width:768px) {
    .custom-modal--general-auth .bottom-sheet__bar {
        top: .3333333333rem
    }
}

.converter-game {
    display: flex;
    flex-direction: column
}

.converter-game__title {
    font-size: 1.0666666667rem;
    line-height: 1.3333333333rem;
    margin-bottom: .5333333333rem;
    font-weight: 500;
    color: #fff
}

.converter-game__text {
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    color: hsla(0, 0%, 100%, .5);
    margin-bottom: 0
}

.converter-game__list {
    display: flex;
    flex-wrap: wrap;
    gap: .5333333333rem;
    padding-top: .8rem
}

.converter-game__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 calc(50% - 0.26667rem);
    background: rgba(31, 45, 93, .25);
    border-radius: 1.3333333333rem;
    height: 1.8666666667rem;
    padding: .2666666667rem 1.8666666667rem;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.converter-game__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1.3333333333rem;
    border: 1.5px solid hsla(0, 0%, 100%, .5);
    transition: all .2s ease-in-out
}

.no-touch .converter-game__item:hover {
    background: radial-gradient(75% 100% at 50.34% 100%, #2094ff 0, #0b3ddd 100%)
}

.no-touch .converter-game__item:hover:before {
    opacity: 0
}

.converter-game__item.active {
    background: radial-gradient(75% 100% at 50.34% 100%, #2094ff 0, #0b3ddd 100%)
}

.converter-game__item.active:before {
    opacity: 0
}

.converter-game__item.active .converter-game__item-name {
    color: #fff
}

.converter-game__item-icon {
    position: absolute;
    width: 1.3333333333rem;
    height: 1.3333333333rem;
    left: .2rem;
    top: 50%;
    transform: translateY(-50%)
}

.converter-game__item-name {
    font-size: .8rem;
    line-height: 1.3333333333rem;
    font-weight: 500;
    color: #fff
}

.converter-game__button {
    align-self: center
}

@media(max-width:768px) {
    .play .converter-game {
        z-index: 2;
        padding: 3.1333333333rem .8rem .8rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }

    .play .converter-game__title {
        font-size: 1.3333333333rem;
        font-weight: 500;
        line-height: 1.2
    }

    .play .converter-game__block {
        margin-top: .5333333333rem
    }

    .play .converter-game__text {
        font-weight: 500;
        font-size: .9333333333rem;
        line-height: 1.43;
        color: #fff;
        opacity: .5
    }

    .play .converter-game__text:nth-child(2) {
        margin-top: .5333333333rem
    }

    .play .converter-game__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: .5333333333rem
    }

    .play .converter-game__item {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: .2666666667rem;
        height: 1.8666666667rem;
        border-radius: 1.3333333333rem;
        flex: 0 0 calc(50% - 0.26667rem)
    }

    .play .converter-game__item-icon,
    .play .converter-game__item-symbol {
        width: 1.3333333333rem;
        height: 1.3333333333rem
    }

    .play .converter-game__item-icon-wr,
    .play .converter-game__item-symbol {
        margin-right: .5333333333rem
    }

    .play .converter-game__item-name {
        font-weight: 500;
        font-size: .8rem;
        line-height: 1.33;
        color: var(--WHITE);
        display: flex;
        justify-content: center;
        flex-grow: 1
    }

    .play .converter-game__button {
        flex-shrink: 0;
        margin-top: 1.6rem;
        height: 2.1333333333rem;
        width: 100%
    }

    .play .converter-game__button .btn__text {
        font-size: .8rem;
        line-height: 1.33
    }
}

@media(min-width:769px) {
    .play .converter-game {
        max-height: 100%;
        background: #2c3357;
        width: 42.4rem;
        padding: 2.4rem;
        border-radius: 2rem
    }

    .play .converter-game__title {
        font-size: 2rem
    }

    .play .converter-game__block {
        margin-top: .4rem
    }

    .play .converter-game__text {
        font-size: 1.2rem;
        line-height: 1.67
    }

    .play .converter-game__text:nth-child(2) {
        margin-top: .4rem
    }

    .play .converter-game__scroll {
        display: flex;
        flex-direction: column;
        margin-top: 1.6rem;
        margin-right: -.8rem
    }

    .play .converter-game__scroll .vb-dragger {
        right: 0;
        margin-right: 0
    }

    .play .converter-game__list {
        gap: .8rem;
        padding: 0 .8rem .4rem 0
    }

    .play .converter-game__item {
        padding: .4rem;
        height: 2.8rem;
        border-radius: 2rem;
        flex: 0 0 calc(25% - 0.6rem)
    }

    .play .converter-game__item-icon,
    .play .converter-game__item-symbol {
        width: 2rem;
        height: 2rem
    }

    .play .converter-game__item-icon-wr,
    .play .converter-game__item-symbol {
        margin-right: .8rem
    }

    .play .converter-game__item-name {
        font-size: 1.2rem;
        line-height: 1
    }

    .play .converter-game__button {
        margin-top: 2.8rem;
        height: 4rem;
        min-width: 13.2rem
    }

    .play .converter-game__button .btn__text {
        font-size: 1.6rem;
        line-height: 1.25
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .play .converter-game {
        overflow-y: auto;
        overflow-x: hidden
    }

    .play .converter-game__scroll.vb-visible .vb-dragger {
        display: none
    }

    .play .converter-game__scroll,
    .play .converter-game__wrap {
        overflow: visible !important;
        width: 100% !important
    }

    .play .converter-game__list {
        padding: 0
    }

    .play .converter-game__button {
        flex-shrink: 0
    }
}

@media(min-width:1025px) {
    .play .converter-game {
        width: 23.5555555556rem;
        padding: 2.2222222222rem;
        border-radius: 1.1111111111rem
    }

    .play .converter-game__title {
        font-size: 1.1111111111rem
    }

    .play .converter-game__block {
        margin-top: .2222222222rem
    }

    .play .converter-game__text {
        font-size: .6666666667rem
    }

    .play .converter-game__text:nth-child(2) {
        margin-top: .2222222222rem
    }

    .play .converter-game__wrap {
        margin-top: .8888888889rem
    }

    .play .converter-game__scroll {
        margin-top: .8888888889rem;
        margin-right: -.4444444444rem
    }

    .play .converter-game__list {
        gap: .4444444444rem;
        padding: 0 .8rem .4rem 0
    }

    .play .converter-game__item {
        padding: .2222222222rem;
        height: 1.5555555556rem;
        border-radius: 1.1111111111rem;
        flex: 0 0 calc(25% - 0.33333rem)
    }

    .play .converter-game__item-icon,
    .play .converter-game__item-symbol {
        width: 1.1111111111rem;
        height: 1.1111111111rem
    }

    .play .converter-game__item-icon-wr,
    .play .converter-game__item-symbol {
        margin-right: .4444444444rem
    }

    .play .converter-game__item-name {
        font-size: .6666666667rem;
        line-height: 1
    }

    .play .converter-game__button {
        margin-top: 1.5555555556rem;
        height: 2.2222222222rem;
        min-width: 7.3333333333rem
    }

    .play .converter-game__button .btn__text {
        font-size: .8888888889rem
    }
}

.accounts-list__title {
    margin-bottom: .5333333333rem;
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    letter-spacing: normal;
    color: hsla(0, 0%, 100%, .75)
}

@media(min-width:769px)and (max-width:1024px) {
    .accounts-list__title {
        margin-bottom: .8rem;
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .accounts-list__title {
        margin-bottom: .4444444444rem;
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

.accounts-list__scroll-wr {
    margin-bottom: .5333333333rem
}

.accounts-list__scroll-wr:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .accounts-list__scroll-wr {
        margin-bottom: .8rem
    }
}

@media(min-width:1025px) {
    .accounts-list__scroll-wr {
        margin-bottom: .4444444444rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .accounts-list__scroll {
        max-height: 18.4rem
    }
}

@media(min-width:1025px) {
    .accounts-list__scroll {
        max-height: 10.2222222222rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .accounts-list__scroll-wr.vb-visible .accounts-list__ul {
        margin-right: 1.2rem
    }
}

@media(min-width:1025px) {
    .accounts-list__scroll-wr.vb-visible .accounts-list__ul {
        margin-right: .6666666667rem
    }
}

.accounts-list__li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .6rem .7333333333rem;
    margin-bottom: .5333333333rem;
    border: .0666666667rem solid #3f4f8c;
    border-radius: .2666666667rem;
    cursor: pointer
}

.accounts-list__li:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .accounts-list__li {
        padding: .9rem 1.1rem;
        margin-bottom: .8rem;
        border-width: .1rem;
        border-radius: .4rem
    }
}

@media(min-width:1025px) {
    .accounts-list__li {
        padding: .5rem .6111111111rem;
        margin-bottom: .4444444444rem;
        border-width: .0555555556rem;
        border-radius: .2222222222rem
    }
}

.accounts-list__li-right {
    display: flex;
    align-items: center
}

.accounts-list__li-text {
    min-width: 3.0666666667rem;
    font-size: 1.0666666667rem;
    line-height: 1;
    letter-spacing: normal;
    color: hsla(0, 0%, 100%, .75)
}

@media(min-width:769px)and (max-width:1024px) {
    .accounts-list__li-text {
        min-width: 4.6rem;
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    .accounts-list__li-text {
        min-width: 2.5555555556rem;
        font-size: .8888888889rem
    }
}

.accounts-list__li-img {
    width: 1.3333333333rem;
    height: auto;
    margin-right: .2666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .accounts-list__li-img {
        width: 2rem;
        margin-right: .4rem
    }
}

@media(min-width:1025px) {
    .accounts-list__li-img {
        width: 1.1111111111rem;
        margin-right: .2222222222rem
    }
}

.accounts-list__btn {
    display: block;
    width: 100%
}

.accounts-list__btn-ic {
    width: 1rem;
    margin-right: .4666666667rem
}

.accounts-list .accounts-list__btn-ic {
    display: none
}

@media(min-width:769px)and (max-width:1024px) {
    .accounts-list__btn-ic {
        width: 1.5rem;
        margin-right: .7rem
    }
}

@media(min-width:1025px) {
    .accounts-list__btn-ic {
        width: .8333333333rem;
        margin-right: .3888888889rem
    }
}

.balance-block {
    padding: .8rem;
    margin-bottom: .5333333333rem;
    border-radius: .5333333333rem;
    background-color: rgba(51, 61, 108, .5)
}

@media(max-width:768px) {
    .balance-block:last-child {
        margin-bottom: 0
    }
}

@media(min-width:769px) {
    .balance-block {
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        width: calc(50% - 6px)
    }

    .balance-block .balance-info {
        margin-top: auto
    }

    .panel-account--has-blocked .balance-block {
        margin-bottom: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .balance-block {
        padding: 1.2rem;
        margin-left: .6rem;
        margin-bottom: 1.2rem;
        border-radius: .8rem
    }
}

@media(min-width:1025px) {
    .balance-block {
        padding: .6666666667rem;
        margin-left: .3333333333rem;
        margin-bottom: .6666666667rem;
        border-radius: .4444444444rem
    }
}

.balance-block__tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: .8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .balance-block__tabs {
        margin-bottom: 2.8rem
    }
}

@media(min-width:1025px) {
    .balance-block__tabs {
        margin-bottom: 1.5555555556rem
    }
}

.balance-block__tab {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: calc(50% - 2px);
    padding: .8rem .3333333333rem;
    background: rgba(55, 100, 243, .25);
    border-radius: .5333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .balance-block__tab {
        padding: 1.2rem .5rem;
        border-radius: .8rem
    }
}

@media(min-width:1025px) {
    .balance-block__tab {
        padding: .6666666667rem .2777777778rem;
        border-radius: .4444444444rem
    }
}

.balance-block__tab-title-wr {
    display: flex;
    align-items: center
}

.balance-block__tab-ic {
    display: block;
    width: 1.0666666667rem;
    height: auto;
    margin-right: .3333333333rem;
    margin-bottom: .2rem;
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .balance-block__tab-ic {
        width: 1.6rem;
        margin-right: .5rem;
        margin-bottom: .3rem
    }
}

@media(min-width:1025px) {
    .balance-block__tab-ic {
        width: .8888888889rem;
        margin-right: .2777777778rem;
        margin-bottom: .1666666667rem
    }
}

.balance-block__tab-title {
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    letter-spacing: normal;
    color: hsla(0, 0%, 100%, .5)
}

@media(min-width:769px)and (max-width:1024px) {
    .balance-block__tab-title {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .balance-block__tab-title {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

.balance-block__tab-value {
    font-size: .9333333333rem;
    line-height: 1.6rem;
    letter-spacing: normal;
    text-align: center;
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .balance-block__tab-value {
        font-size: 1.4rem;
        line-height: 2.4rem
    }
}

@media(min-width:1025px) {
    .balance-block__tab-value {
        font-size: .7777777778rem;
        line-height: 1.3333333333rem
    }
}

.converter-modal {
    z-index: 20
}

.active-account .converter-modal {
    left: -.8rem;
    right: -.8rem;
    top: 0;
    transform: none;
    width: auto
}

@media(max-width:768px) {
    .converter-modal {
        display: flex;
        flex-direction: column;
        height: 100%
    }
}

@media(min-width:769px) {
    .converter-modal {
        position: absolute;
        display: flex;
        flex-direction: column;
        max-height: 47rem;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        background-color: #333d6c;
        box-shadow: 0 64px 40px -40px rgba(0, 19, 57, .75), 0 40px 40px -40px rgba(0, 19, 57, .75)
    }
}

@media(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: 36.7rem;
        padding: 2rem;
        border-radius: .8rem
    }

    .active-account .converter-modal {
        top: -4rem;
        left: -1.2rem;
        right: -1.2rem;
        padding: 1.2rem
    }
}

@media(min-width:1025px) {
    .converter-modal {
        width: 20.3888888889rem;
        padding: 1.1111111111rem;
        border-radius: .4444444444rem
    }

    .active-account .converter-modal {
        top: -2.6666666667rem;
        left: -1.1111111111rem;
        right: -1.1111111111rem;
        padding: 1.1111111111rem
    }
}

.converter-modal__title {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.0666666667rem;
    line-height: 1.3333333333rem;
    margin-bottom: .5333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-modal__title {
        font-size: 1.6rem;
        line-height: 2rem;
        margin-bottom: .8rem
    }
}

@media(min-width:1025px) {
    .converter-modal__title {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem;
        margin-bottom: .4444444444rem
    }
}

.converter-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 19
}

@media(max-width:768px) {
    .converter-modal-overlay {
        background-color: rgba(8, 14, 65, .9)
    }
}

.converter-modal-wrap {
    display: flex;
    flex-direction: column
}

@media(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: .5333333333rem
}

.converter-list:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-list {
        margin-bottom: .8rem
    }
}

@media(min-width:1025px) {
    .converter-list {
        margin-bottom: .4444444444rem
    }
}

.converter-list__title {
    color: hsla(0, 0%, 100%, .75);
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    margin-bottom: .5333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-list__title {
        font-size: 1.4rem;
        line-height: 2rem;
        margin-bottom: .8rem
    }
}

@media(min-width:1025px) {
    .converter-list__title {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem;
        margin-bottom: .4444444444rem
    }
}

.converter-list__item-wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.converter-list__item {
    display: inline-flex;
    align-items: center;
    background: rgba(31, 45, 93, .25);
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 1.3333333333rem;
    margin-right: .5333333333rem;
    margin-bottom: .5333333333rem;
    padding: .1333333333rem;
    width: 5.3333333333rem;
    height: 1.8666666667rem;
    cursor: pointer
}

.converter-list__item:nth-child(3n+3) {
    margin-right: 0
}

.converter-list__item.active {
    border-color: transparent;
    background: radial-gradient(75% 100% at 50.34% 100%, #2094ff 0, #0b3ddd 100%)
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-list__item {
        border-radius: 2rem;
        margin-right: .9rem;
        margin-bottom: .8rem;
        padding: .2rem;
        width: 10.3rem;
        height: 2.8rem
    }
}

@media(min-width:1025px) {
    .converter-list__item {
        border-radius: 1.1111111111rem;
        margin-right: .5rem;
        margin-bottom: .4444444444rem;
        padding: .1111111111rem;
        width: 5.7222222222rem;
        height: 1.5555555556rem
    }
}

.converter-list__item--active {
    border-color: transparent;
    background: radial-gradient(75% 100% at 50.34% 100%, #2094ff 0, #0b3ddd 100%)
}

.converter-list__item-symbol {
    min-width: 1.3333333333rem;
    padding: .1333333333rem;
    font-size: 1.0666666667rem;
    line-height: 1;
    color: #fff;
    text-align: center
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-list__item-symbol {
        min-width: 2rem;
        padding: .2rem;
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    .converter-list__item-symbol {
        min-width: 1.1111111111rem;
        padding: .1111111111rem;
        font-size: .8888888889rem
    }
}

.converter-list__item-name {
    width: 100%;
    text-align: center;
    font-size: .8rem;
    line-height: 1.0666666667rem;
    margin-left: .2666666667rem;
    margin-right: .6666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-list__item-name {
        font-size: 1.2rem;
        line-height: 1.6rem;
        margin-left: .4rem;
        margin-right: 1rem
    }
}

@media(min-width:1025px) {
    .converter-list__item-name {
        font-size: .6666666667rem;
        line-height: .8888888889rem;
        margin-left: .2222222222rem;
        margin-right: .5555555556rem
    }
}

.converter-list__item-icon {
    width: 1.3333333333rem;
    height: 1.3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-list__item-icon {
        width: 2rem;
        height: 2rem
    }
}

@media(min-width:1025px) {
    .converter-list__item-icon {
        width: 1.1111111111rem;
        height: 1.1111111111rem
    }
}

.active-account .bottom-sheet__scroll {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.active-account .bottom-sheet__scroll::-webkit-scrollbar {
    display: none
}

.converter-input {
    position: relative;
    display: flex;
    align-items: center;
    height: 2.4rem;
    border: 1px solid #3f4f8c;
    border-radius: .2666666667rem;
    padding: .5333333333rem 5.5333333333rem .5333333333rem .8rem;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.converter-input.converter-input-disabled {
    cursor: default;
    border-color: rgba(63, 79, 140, .5)
}

.converter-input:hover:not(.converter-input-disabled) {
    border-color: #4563e3
}

.converter-input.error {
    border-color: #e933a0
}

.player-account-select__row--disabled .converter-input {
    border-color: rgba(63, 79, 140, .5)
}

.player-account-select .converter-input.active-and-conversion-enabled {
    border-color: #4563e3;
    border-width: 2px
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-input {
        height: 3.6rem;
        border-radius: .4rem;
        padding: .8rem 8.3rem .8rem 1.2rem
    }

    .play .converter-input {
        height: 2.52rem;
        border-radius: .28rem;
        padding: .56rem 5.81rem .56rem .84rem
    }
}

@media(min-width:1025px) {
    .converter-input {
        height: 2rem;
        border-radius: .2222222222rem;
        padding: .4444444444rem 4.6111111111rem .4444444444rem .6666666667rem
    }

    .play .converter-input {
        height: 1.96rem;
        border-radius: .2177777778rem;
        padding: .4355555556rem 4.5188888889rem .4355555556rem .6533333333rem
    }
}

.converter-modal .converter-input {
    margin-bottom: .8rem;
    border: 2px solid #4563e3;
    background-color: rgba(69, 99, 227, .1)
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-modal .converter-input {
        margin-bottom: 1.2rem
    }
}

@media(min-width:1025px) {
    .converter-modal .converter-input {
        margin-bottom: .6666666667rem
    }
}

@media(min-width:769px) {
    .custom-modal--deposit .converter-input {
        height: 4rem
    }
}

@media(min-width:1025px) {
    .custom-modal--deposit .converter-input {
        height: 2.2222222222rem
    }
}

.converter-input--no-info {
    padding: .5333333333rem 1.8666666667rem .5333333333rem .8rem
}

@media(min-width:769px) {
    .converter-input--no-info {
        padding: .8rem 2.8rem .8rem 1.2rem
    }

    .play .converter-input--no-info {
        padding: .56rem 1.96rem .56rem .84rem
    }
}

@media(min-width:1025px) {
    .converter-input--no-info {
        padding: .4444444444rem 1.5555555556rem .4444444444rem .6666666667rem
    }

    .play .converter-input--no-info {
        padding: .4355555556rem 1.5244444444rem .4355555556rem .6533333333rem
    }
}

.converter-input__lable {
    position: absolute;
    left: .8rem;
    top: .6666666667rem;
    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.8rem) translateX(-.6666666667rem) scale(.667);
    transition: all .2s ease-in-out
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-input__lable {
        left: 1.2rem;
        top: 1rem;
        font-size: 1.6rem;
        transform: translateY(-2.5rem) translateX(-1.4rem) scale(.667)
    }

    .play .converter-input__lable {
        left: 1.05rem;
        top: .7rem;
        font-size: 1.05rem;
        transform: translateY(-1.89rem) translateX(-.98rem) scale(.667)
    }
}

@media(min-width:1025px) {
    .converter-input__lable {
        left: .6666666667rem;
        top: .5555555556rem;
        font-size: .8888888889rem;
        transform: translateX(-.5555555556rem) translateY(-1.4444444444rem) scale(.667)
    }

    .play .converter-input__lable {
        left: .8166666667rem;
        top: .5444444444rem;
        font-size: .8166666667rem
    }
}

.converter-modal .converter-input__lable {
    display: none
}

.converter-input__name {
    font-size: 1.0666666667rem;
    line-height: 1.3333333333rem;
    font-weight: 300
}

.error .converter-input__name {
    color: #e933a0
}

.player-account-select__row--disabled .converter-input__name {
    opacity: .5
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-input__name {
        font-size: 1.6rem;
        line-height: 2rem
    }

    .play .converter-input__name {
        font-size: 1.12rem;
        line-height: 1.4rem
    }
}

@media(min-width:1025px) {
    .converter-input__name {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }

    .play .converter-input__name {
        font-size: .8711111111rem;
        line-height: 1.0888888889rem
    }
}

.converter-modal .converter-input__name {
    font-weight: 500
}

.converter-input__info {
    position: absolute;
    right: 1.1333333333rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    pointer-events: none
}

.converter-input-disabled .converter-input__info {
    opacity: .5
}

.converter-input--no-info .converter-input__info {
    left: .8rem
}

.player-account-select__row--disabled .converter-input__info {
    display: none
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-input__info {
        right: 1.7rem
    }

    .play .converter-input__info {
        right: 1.19rem
    }

    .converter-input--no-info .converter-input__info {
        left: 1.2rem
    }

    .play .converter-input--no-info .converter-input__info {
        left: .84rem
    }
}

@media(min-width:1025px) {
    .converter-input__info {
        right: .9444444444rem
    }

    .play .converter-input__info {
        right: .9255555556rem
    }

    .converter-input--no-info .converter-input__info {
        left: .6666666667rem
    }

    .play .converter-input--no-info .converter-input__info {
        left: .6533333333rem
    }
}

.converter-input__info-logo {
    width: 1.3333333333rem;
    height: 1.3333333333rem;
    margin-right: .2666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-input__info-logo {
        width: 2rem;
        height: 2rem;
        margin-right: .4rem
    }

    .play .converter-input__info-logo {
        width: 1.4rem;
        height: 1.4rem;
        margin-right: .28rem
    }
}

@media(min-width:1025px) {
    .converter-input__info-logo {
        width: 1.1111111111rem;
        height: 1.1111111111rem;
        margin-right: .2222222222rem
    }

    .play .converter-input__info-logo {
        width: 1.0888888889rem;
        height: 1.0888888889rem;
        margin-right: .2177777778rem
    }
}

.converter-input__info-name {
    font-size: 1.0666666667rem;
    line-height: 1.3333333333rem;
    font-weight: 400;
    color: #fff;
    margin-right: .4666666667rem;
    text-transform: uppercase
}

.converter-input__info-name.no-margin {
    margin-right: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-input__info-name {
        font-size: 1.6rem;
        line-height: 2rem;
        margin-right: .7rem
    }

    .play .converter-input__info-name {
        font-size: 1.12rem;
        line-height: 1.4rem;
        margin-right: .49rem
    }
}

@media(min-width:1025px) {
    .converter-input__info-name {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem;
        margin-right: .3888888889rem
    }

    .play .converter-input__info-name {
        font-size: .8711111111rem;
        line-height: 1.0888888889rem;
        margin-right: .3811111111rem
    }
}

.converter-modal .converter-input__info-name {
    font-weight: 500
}

.converter-input__info-icon {
    width: .5333333333rem;
    height: .5333333333rem;
    transform: rotate(180deg);
    color: #fff;
    margin-left: auto;
    flex-shrink: 0;
    transition: all .2s ease-in-out
}

@media(min-width:769px)and (max-width:1024px) {
    .converter-input__info-icon {
        width: .8rem;
        height: .8rem
    }
}

@media(min-width:1025px) {
    .converter-input__info-icon {
        width: .4444444444rem;
        height: .4444444444rem
    }
}

.converter-modal .converter-input__info-icon,
.open .converter-input__info-icon {
    transform: rotate(0)
}

.player-account-select {
    display: flex;
    column-gap: .5333333333rem;
    margin-bottom: 0
}

@media(max-width:768px) {
    .player-account-select {
        flex-direction: column
    }
}

@media(min-width:769px) {
    .player-account-select {
        column-gap: .8rem
    }
}

@media(min-width:1025px) {
    .player-account-select {
        column-gap: .4444444444rem
    }
}

.player-account-select .player-account-select__title-wr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5333333333rem;
    position: relative
}

@media(min-width:769px) {
    .player-account-select .player-account-select__title-wr {
        margin-bottom: .8rem
    }
}

@media(min-width:1025px) {
    .player-account-select .player-account-select__title-wr {
        margin-bottom: .4444444444rem
    }
}

.player-account-select-wr .player-account-select {
    flex-direction: column
}

.player-account-select__main {
    flex: 1;
    height: -webkit-max-content;
    height: max-content;
    background-color: #2c3357
}

.player-account-select__main:last-child .player-account-select__checkbox {
    margin-left: auto
}

@media(max-width:768px) {
    .player-account-select__main:last-child .player-account-select__checkbox {
        width: 100%
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .player-account-select__main:last-child .player-account-select__checkbox {
        width: 46%
    }
}

@media(min-width:1025px) {
    .player-account-select__main:last-child .player-account-select__checkbox {
        width: 13.8888888889rem
    }
}

.player-account-select__main:last-child .player-account-select__rows {
    flex-direction: row;
    justify-content: space-between
}

@media(max-width:768px) {
    .player-account-select__main:last-child .player-account-select__rows {
        flex-direction: column;
        gap: .8rem
    }
}

@media(min-width:769px) {
    .player-account-select__main:last-child .player-account-select__rows {
        gap: .8rem
    }
}

@media(min-width:1025px) {
    .player-account-select__main:last-child .player-account-select__rows {
        gap: .4444444444rem
    }
}

@media(max-width:768px) {
    .player-account-select__main {
        padding: .8rem;
        border-radius: .5333333333rem;
        margin-bottom: 0
    }

    .panel-account--has-blocked .player-account-select__main {
        padding: .8rem;
        margin-bottom: .5333333333rem;
        border-radius: .5333333333rem
    }
}

@media(min-width:769px) {
    .player-account-select__main {
        padding: 1.2rem;
        border-radius: .8rem
    }

    .panel-account--has-blocked .player-account-select__main {
        height: auto;
        padding: 1.2rem;
        border-radius: .8rem
    }
}

@media(min-width:1025px) {

    .panel-account--has-blocked .player-account-select__main,
    .player-account-select__main {
        padding: .6666666667rem;
        border-radius: .4444444444rem
    }
}

@media(min-width:769px) {
    .player-account-select__cols {
        display: flex;
        justify-content: space-between;
        gap: 1.2rem
    }
}

@media(min-width:1025px) {
    .player-account-select__cols {
        gap: .6666666667rem
    }
}

.player-account-select-wr .balance-info {
    margin-top: .8rem;
    padding: 1.0666666667rem;
    background-color: #2c3357;
    border-radius: .5333333333rem
}

@media(min-width:769px) {
    .player-account-select-wr .balance-info {
        margin-top: 1.2rem;
        padding: 1.6rem;
        border-radius: .8rem
    }
}

@media(min-width:1025px) {
    .player-account-select-wr .balance-info {
        margin-top: .6666666667rem;
        padding: .8888888889rem;
        border-radius: .4444444444rem
    }
}

.player-account-select__cols-item {
    width: 100%
}

@media(max-width:768px) {
    .player-account-select__cols-item .balance-info {
        padding-top: .5333333333rem
    }
}

@media(min-width:769px) {
    .player-account-select__cols-item {
        margin-bottom: 0;
        flex-shrink: 1;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

.player-account-select__title {
    color: #fff;
    font-weight: 500;
    font-size: 1.0666666667rem;
    line-height: 1.3333333333rem
}

@media(min-width:769px) {
    .player-account-select__title {
        font-size: 1.6rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .player-account-select__title {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

.player-account-select-wr .player-account-select__title {
    display: flex;
    align-items: center
}

.player-account-select__checkbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: .8rem
}

.player-account-select__checkbox .checkbox-on-off {
    margin: 0
}

.player-account-select__checkbox .checkbox-on-off__ch {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.8rem;
    height: 1.6rem;
    z-index: 11;
    opacity: 0;
    cursor: pointer
}

.player-account-select__checkbox .checkbox-on-off__pseudo-block {
    width: 2.8rem;
    height: 1.6rem;
    display: inline-block;
    border-radius: 1.3333333333rem;
    background-color: rgba(63, 79, 140, .5);
    border: none
}

.player-account-select__checkbox .checkbox-on-off__ch:checked~.checkbox-on-off__pseudo-block {
    background-color: #3f4f8c
}

.player-account-select__checkbox .checkbox-on-off__pseudo-block:before {
    top: 50%;
    left: .2rem;
    transform: translate3d(0, -50%, 0);
    width: 1.3333333333rem;
    height: 1.3333333333rem;
    background-color: #3f4f8c
}

.player-account-select__checkbox .checkbox-on-off__ch:checked~.checkbox-on-off__pseudo-block:before {
    transform: translate3d(1.0666666667rem, -50%, 0);
    background: radial-gradient(75% 100% at 50.34% 100%, #68b7ff 0, #3764f3 100%), linear-gradient(0deg, #183cc9, #183cc9), linear-gradient(180.11deg, #001e95 .11%, #11309f 99.91%)
}

.player-account-select__checkbox .checkbox-on-off__pseudo-block:after {
    content: "";
    position: absolute;
    top: 50%;
    left: .2rem;
    transform: translate3d(0, -50%, 0);
    width: 1.3333333333rem;
    height: 1.3333333333rem;
    background-image: url(../../../assets/496700close-bold.00cca854.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: .6rem;
    z-index: 11
}

.player-account-select__checkbox .checkbox-on-off__ch:checked~.checkbox-on-off__pseudo-block:after {
    transform: translate3d(1.0666666667rem, -50%, 0);
    background-image: url(../../../assets/496700checkbox.6339ab7d.svg)
}

.player-account-select__checkbox .checkbox-on-off__pseudo-text {
    display: none
}

.player-account-select__checkbox .checkbox-on-off__label {
    font-weight: 500;
    font-size: .8rem;
    line-height: 1.3333333333rem;
    color: hsla(0, 0%, 100%, .75);
    padding-left: 3.3333333333rem
}

.player-account-select__checkbox .checkbox-on-off__item {
    min-height: 1.6rem;
    align-items: center
}

@media(max-width:768px) {
    .player-account-select__checkbox .checkbox-on-off {
        width: 100%;
        justify-content: space-between
    }
}

@media(min-width:769px) {
    .player-account-select__checkbox {
        margin-top: 1.2rem
    }

    .player-account-select__checkbox .checkbox-on-off {
        width: calc(50% - 3.6rem)
    }

    .player-account-select__checkbox .checkbox-on-off__pseudo-block {
        width: 4.2rem;
        height: 2.4rem;
        border-radius: 2rem
    }

    .player-account-select__checkbox .checkbox-on-off__pseudo-block:before {
        left: .3rem;
        width: 2rem;
        height: 2rem
    }

    .player-account-select__checkbox .checkbox-on-off__ch:checked~.checkbox-on-off__pseudo-block:before {
        transform: translate3d(1.6rem, -50%, 0)
    }

    .player-account-select__checkbox .checkbox-on-off__pseudo-block:after {
        left: .3rem;
        width: 2rem;
        height: 2rem;
        background-size: .9rem
    }

    .player-account-select__checkbox .checkbox-on-off__ch:checked~.checkbox-on-off__pseudo-block:after {
        transform: translate3d(1.6rem, -50%, 0)
    }

    .player-account-select__checkbox .checkbox-on-off__label {
        font-size: 1.2rem;
        line-height: 2rem;
        padding-left: 5rem
    }

    .player-account-select__checkbox .checkbox-on-off__item {
        min-height: 2.4rem
    }

    .player-account-select__checkbox .checkbox-on-off__ch {
        width: 4.2rem;
        height: 2.4rem
    }
}

@media(min-width:1025px) {
    .player-account-select__checkbox {
        margin-top: .6666666667rem
    }

    .player-account-select__checkbox .checkbox-on-off {
        width: calc(50% - 2.27778rem)
    }

    .player-account-select__checkbox .checkbox-on-off__pseudo-block {
        width: 2.3333333333rem;
        height: 1.3333333333rem;
        border-radius: 1.1111111111rem
    }

    .player-account-select__checkbox .checkbox-on-off__pseudo-block:before {
        left: .1666666667rem;
        width: 1.1111111111rem;
        height: 1.1111111111rem
    }

    .player-account-select__checkbox .checkbox-on-off__ch:checked~.checkbox-on-off__pseudo-block:before {
        transform: translate3d(.8888888889rem, -50%, 0)
    }

    .player-account-select__checkbox .checkbox-on-off__pseudo-block:after {
        left: .1666666667rem;
        width: 1.1111111111rem;
        height: 1.1111111111rem;
        background-size: .5rem
    }

    .player-account-select__checkbox .checkbox-on-off__ch:checked~.checkbox-on-off__pseudo-block:after {
        transform: translate3d(.8888888889rem, -50%, 0)
    }

    .player-account-select__checkbox .checkbox-on-off__label {
        font-size: .6666666667rem;
        line-height: 1.1111111111rem;
        padding-left: 2.7777777778rem
    }

    .player-account-select__checkbox .checkbox-on-off__item {
        min-height: 1.3333333333rem
    }

    .player-account-select__checkbox .checkbox-on-off__ch {
        width: 2.3333333333rem;
        height: 1.3333333333rem
    }
}

.player-account-select__checkbox-info {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    margin-left: .6666666667rem;
    min-width: 1.3333333333rem;
    height: 1.3333333333rem
}

@media(min-width:769px) {
    .player-account-select__checkbox-info {
        margin-left: 1rem;
        min-width: 2rem;
        height: 2rem
    }
}

@media(min-width:1025px) {
    .player-account-select__checkbox-info {
        margin-left: .5555555556rem;
        min-width: 1.1111111111rem;
        height: 1.1111111111rem
    }
}

.active-account {
    position: relative
}

@media(max-width:768px) {
    .payment-providers-list .active-account {
        width: 100%
    }
}

@media(max-width:768px) {
    .accounts-list {
        overflow: hidden;
        display: flex;
        flex-direction: column;
        padding: 0 1.3333333333rem;
        margin: 0 -1.3333333333rem
    }
}

.player-account-select__rows {
    display: flex;
    flex-direction: column
}

@media(min-width:769px) {
    .player-account-select-wr .player-account-select__rows {
        flex-direction: row;
        align-items: flex-end
    }
}

.player-account-select__row {
    flex: 1
}

.player-account-select__exchange {
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:768px) {
    .player-account-select__exchange {
        width: auto;
        height: auto;
        border-radius: 100%;
        margin: 0 auto;
        padding: .5333333333rem 0 .2666666667rem;
        transform: rotate(90deg)
    }
}

@media(min-width:769px) {
    .player-account-select__exchange {
        margin: .6666666667rem .8333333333rem
    }
}

@media(min-width:1025px) {
    .player-account-select__exchange {
        margin: .6666666667rem .8333333333rem
    }
}

.player-account-select__exchange-icon {
    width: 1.0666666667rem;
    height: 1.0666666667rem;
    color: #fff
}

.player-account-select--has-blocked .player-account-select__exchange-icon {
    opacity: .5
}

@media(min-width:769px) {
    .player-account-select__exchange-icon {
        width: 1.2rem;
        height: 1.2rem
    }
}

@media(min-width:1025px) {
    .player-account-select__exchange-icon {
        width: .6666666667rem;
        height: .6666666667rem
    }
}

.player-account-select__info {
    display: flex;
    color: #90a7ff;
    width: 1.3333333333rem;
    height: 1.3333333333rem;
    cursor: pointer
}

@media(min-width:769px) {
    .player-account-select__info {
        width: 2rem;
        height: 2rem
    }
}

@media(min-width:1025px) {
    .player-account-select__info {
        width: 1.1111111111rem;
        height: 1.1111111111rem
    }
}

.player-account-select__info-ic {
    width: 100%
}

.player-account-select__checkbox-icon {
    display: block;
    width: 1.3333333333rem;
    height: auto;
    color: #90a7ff;
    pointer-events: auto;
    cursor: pointer;
    padding-bottom: 1px
}

@media(min-width:769px)and (max-width:1024px) {
    .player-account-select__checkbox-icon {
        width: 2rem
    }
}

@media(min-width:1025px) {
    .player-account-select__checkbox-icon {
        width: 1.1111111111rem
    }
}

.currency-list {
    overflow: hidden
}

@media(min-width:769px) {
    .converter-modal_game-currencies .currency-list {
        margin-right: -1.2rem;
        padding-right: 1.2rem;
        margin-right: -.6666666667rem;
        padding-right: .6666666667rem
    }
}

@media(min-width:769px) {
    .currency-list__wrapper {
        padding-right: 4rem !important;
        box-sizing: content-box;
        max-height: 25.8rem;
        padding-bottom: 1%
    }
}

@media(min-width:1025px) {
    .currency-list__wrapper {
        padding-right: 2.2222222222rem !important;
        max-height: 14.3333333333rem
    }
}

.currency-list__items {
    display: flex;
    flex-wrap: wrap;
    gap: .5333333333rem
}

@media(min-width:769px) {
    .currency-list__items {
        gap: .8rem
    }
}

@media(min-width:1025px) {
    .currency-list__items {
        gap: .4444444444rem
    }
}

.currency-list__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 calc(50% - 0.26667rem);
    background: rgba(31, 45, 93, .25);
    border-radius: 1.3333333333rem;
    height: 1.8666666667rem;
    padding: .2666666667rem 1.8666666667rem;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.currency-list__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 1.3333333333rem
}

.no-touch .currency-list__item:hover {
    opacity: .5
}

@media(min-width:769px) {
    .currency-list__item {
        flex: 0 0 calc(50% - 0.4rem);
        border-radius: 2rem;
        height: 2.8rem;
        padding: .4rem 2.8rem
    }
}

@media(min-width:1025px) {
    .currency-list__item {
        flex: 0 0 calc(50% - 0.22222rem);
        border-radius: 1.1111111111rem;
        height: 1.5555555556rem;
        padding: .2222222222rem 1.5555555556rem
    }
}

.currency-list__item--active {
    background: radial-gradient(75% 100% at 50.34% 100%, #2094ff 0, #0b3ddd 100%)
}

.currency-list__item--active:before {
    opacity: 0
}

.currency-list__item--active .converter-game__item-name {
    color: #fff
}

.currency-list__logo {
    position: absolute;
    width: 1.3333333333rem;
    height: 1.3333333333rem;
    left: .2rem;
    top: 50%;
    transform: translateY(-50%)
}

@media(min-width:769px) {
    .currency-list__logo {
        width: 2rem;
        height: 2rem;
        left: .3rem
    }
}

@media(min-width:1025px) {
    .currency-list__logo {
        width: 1.1111111111rem;
        height: 1.1111111111rem;
        left: .1666666667rem
    }
}

.currency-list__name {
    font-size: .8rem;
    line-height: 1.3333333333rem;
    font-weight: 500;
    color: #fff
}

@media(min-width:769px) {
    .currency-list__name {
        font-size: 1.2rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .currency-list__name {
        font-size: .6666666667rem;
        line-height: 1.1111111111rem
    }
}

.live-chat-widget {
    position: fixed;
    right: 1.3333333333rem;
    bottom: 1.3333333333rem;
    z-index: 31;
    display: flex;
    flex-direction: column;
    width: 20.6666666667rem;
    max-height: 80%;
    box-shadow: 0 .2rem .9333333333rem 0 rgba(0, 0, 0, .5)
}

@media(min-width:451px)and (max-width:768px) {
    .live-chat-widget {
        width: 30rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .live-chat-widget {
        right: 2rem;
        bottom: 2rem;
        width: 47rem;
        box-shadow: 0 .3rem 1.4rem 0 rgba(0, 0, 0, .5)
    }
}

@media(min-width:1025px) {
    .live-chat-widget {
        right: 1.1111111111rem;
        bottom: 1.1111111111rem;
        width: 26.1111111111rem;
        box-shadow: 0 .1666666667rem .7777777778rem 0 rgba(0, 0, 0, .5)
    }
}

.live-chat-widget__header {
    display: flex;
    align-items: center;
    height: 2.3333333333rem;
    padding: .3333333333rem 1.2rem;
    border-radius: .6rem .6rem 0 0;
    background-color: #302d48;
    color: #dce7f3
}

@media(min-width:769px)and (max-width:1024px) {
    .live-chat-widget__header {
        height: 4.2rem;
        padding: .5rem 1.8rem;
        border-radius: .9rem .9rem 0 0
    }
}

@media(min-width:1025px) {
    .live-chat-widget__header {
        height: 2.3333333333rem;
        padding: .2777777778rem 1rem;
        border-radius: .5rem .5rem 0 0
    }
}

.live-chat-widget__content {
    overflow: auto
}

.live-chat-widget__content-faq {
    padding: 1.2rem;
    border-radius: 0 0 .6rem .6rem;
    background-color: #282638
}

@media(min-width:769px)and (max-width:1024px) {
    .live-chat-widget__content-faq {
        padding: 1.8rem;
        border-radius: 0 0 .9rem .9rem
    }
}

@media(min-width:1025px) {
    .live-chat-widget__content-faq {
        padding: 1rem;
        border-radius: 0 0 .5rem .5rem
    }
}

.live-chat-widget__content-faq-header {
    font-size: 1.0666666667rem;
    font-weight: 700;
    margin-top: .8em
}

@media(min-width:769px) {
    .live-chat-widget__content-faq-header {
        font-size: 1.8rem
    }
}

@media(min-width:1025px) {
    .live-chat-widget__content-faq-header {
        font-size: 1rem
    }
}

.live-chat-widget__content-faq-links {
    margin-bottom: .6666666667rem;
    font-size: .9333333333rem
}

.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: 1rem;
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    .live-chat-widget__content-faq-links {
        margin-bottom: .5555555556rem;
        font-size: .8888888889rem
    }
}

.live-chat-widget__content-faq-link {
    transition: color .2s ease-in-out;
    color: #dce7f3
}

.no-touch .live-chat-widget__content-faq-link:hover {
    color: #fff
}

.live-chat-widget__content-faq-link-ic {
    transform: translateY(.1333333333rem);
    width: auto;
    height: 1.0666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .live-chat-widget__content-faq-link-ic {
        transform: translateY(.2rem);
        height: 1.6rem
    }
}

@media(min-width:1025px) {
    .live-chat-widget__content-faq-link-ic {
        transform: translateY(.1111111111rem);
        height: .8888888889rem
    }
}

.live-chat-widget__content-faq-chat {
    font-size: .9333333333rem;
    color: #dce7f3;
    cursor: pointer;
    transition: color .2s ease-in-out
}

.no-touch .live-chat-widget__content-faq-chat:hover {
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .live-chat-widget__content-faq-chat {
        font-size: 1.8rem
    }
}

@media(min-width:1025px) {
    .live-chat-widget__content-faq-chat {
        font-size: 1rem
    }
}

.live-chat-widget__content-faq-chat-ic {
    transform: translateY(.2rem);
    width: auto;
    height: 1.2rem
}

@media(min-width:769px)and (max-width:1024px) {
    .live-chat-widget__content-faq-chat-ic {
        transform: translateY(.2rem);
        height: 1.8rem
    }
}

@media(min-width:1025px) {
    .live-chat-widget__content-faq-chat-ic {
        transform: translateY(.1111111111rem);
        height: 1rem
    }
}

.micro-app-support-container .activator-button {
    width: 2.9333333333rem;
    height: 2.9333333333rem;
    bottom: 4.6666666667rem;
    right: .8rem;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    background-color: #333d6c;
    color: #fff;
    z-index: 5
}

@media(min-width:769px) {
    .micro-app-support-container .activator-button {
        width: 4.4rem;
        height: 4.4rem;
        bottom: 4rem;
        right: 1.6rem
    }
}

@media(min-width:1025px) {
    .micro-app-support-container .activator-button {
        width: 2.4444444444rem;
        height: 2.4444444444rem;
        bottom: 5.5555555556rem;
        right: .8888888889rem
    }

    .hide-real-time-winners .micro-app-support-container .activator-button {
        bottom: 3.3333333333rem
    }
}

.custom-modal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: rgba(8, 14, 65, .9)
}

@media(max-width:600px) {
    .sport .custom-modal {
        z-index: 31
    }
}

.game-page .custom-modal {
    z-index: 21
}

@media(min-width:769px) {
    .custom-modal {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding-top: 9vh;
        padding-bottom: 9vh
    }
}

@media(min-width:1025px) {
    .custom-modal {
        padding-top: 9vh;
        padding-bottom: 9vh
    }
}

.cashwait__popup~span .custom-modal.custom-modal--cashout-alert {
    z-index: 21
}

@media(min-width:769px) {
    .custom-modal--email-one-time-password {
        padding-top: 16rem;
        padding-bottom: 0
    }
}

@media(min-width:1025px) {
    .custom-modal--email-one-time-password {
        padding-top: 8.8888888889rem
    }
}

.custom-modal--leave-registration-modal {
    z-index: 31
}

@media(min-width:769px) {
    .custom-modal--leave-registration-modal {
        padding-top: 24.2rem
    }
}

@media(min-width:1025px) {
    .custom-modal--leave-registration-modal {
        padding-top: 13.4444444444rem
    }
}

.custom-modal--partners-contests-confirmation-modal-popup,
.custom-modal--partners-contests-contest-details {
    z-index: 21
}

.custom-modal--many-pending-documents {
    z-index: 29
}

.custom-modal--missing-data,
.custom-modal--patch-profile {
    z-index: 19
}

.custom-modal--payment-iframe {
    padding-top: 2vh;
    padding-bottom: 2vh
}

@media(max-width:768px) {
    .custom-modal--payment-iframe {
        padding-top: 0;
        padding-bottom: 0
    }
}

.custom-modal--status-info {
    display: flex;
    align-items: flex-end
}

.custom-modal--general-auth {
    z-index: 30
}

@media(min-width:769px) {
    .custom-modal--general-auth .custom-modal__inner {
        height: auto !important
    }
}

@media(min-width:769px) {

    .custom-modal--general-auth.custom-modal--registration,
    .custom-modal--general-auth.custom-modal--signin {
        display: flex;
        align-items: center;
        padding: 0
    }
}

@media(min-width:1025px) {

    .custom-modal--general-auth.custom-modal--registration-mod-single-bonus:before,
    .custom-modal--general-auth.custom-modal--signin-mod:before {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
        background-image: url(auth/form-bg.webp)
    }

    .no-webp .custom-modal--general-auth.custom-modal--registration-mod-single-bonus:before,
    .no-webp .custom-modal--general-auth.custom-modal--signin-mod:before {
        background-image: url(auth/form-bg.png)
    }
}

@media(min-width:1025px) {
    .custom-modal--general-auth.custom-modal--registration-mod-single-bonus:before {
        width: 69.8333333333rem;
        height: 59.6111111111rem
    }
}

@media(min-width:1025px) {
    .custom-modal--general-auth.custom-modal--signin-mod:before {
        width: 49.8333333333rem;
        height: 42.5rem
    }
}

@media(min-width:1025px) {
    .custom-modal--partners-contests-create-contest {
        padding-block: 0;
        align-items: center
    }
}

.custom-modal--reality-check-notify {
    align-items: center
}

.custom-modal--wheel {
    padding-top: 0;
    padding-bottom: 0
}

.custom-modal--balance,
.custom-modal--cashout {
    z-index: 30
}

@media(min-width:769px) {

    .custom-modal--balance,
    .custom-modal--cashout {
        padding-top: 2vh;
        padding-bottom: 2vh
    }
}

.custom-modal--deposit {
    z-index: 31
}

@media(min-width:769px) {
    .custom-modal--deposit {
        padding-top: 2vh;
        padding-bottom: 2vh
    }
}

.custom-modal--play {
    top: 0;
    bottom: 0;
    height: auto;
    padding: 0
}

.game-page .custom-modal--play {
    z-index: 20
}

.custom-modal--play~* {
    z-index: 21
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-modal--play {
        padding-top: 6rem
    }
}

@media(min-width:1025px) {
    .custom-modal--play {
        padding-top: 3.7777777778rem
    }
}

.custom-modal--missing-data-in-game,
.custom-modal--play.custom-modal--play-mobile {
    min-height: 100%;
    height: 100vh;
    height: calc(var(--vh)*100)
}

.custom-modal--play.custom-modal--play-mobile {
    z-index: 21
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-modal--play.custom-modal--play-mobile {
        padding-top: 0
    }
}

@media(min-width:1025px) {
    .custom-modal--play.custom-modal--play-mobile {
        padding-top: 0
    }
}

@media(max-width:768px) {
    .custom-modal--success-registration {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.custom-modal--default-modal,
.custom-modal--patch-timezone {
    align-items: center
}

.custom-modal--wheel-of-fortune {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    padding: 0;
    z-index: 19;
    background-image: url(wheel/bg-color-desktop.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

@media(min-width:769px) {
    .custom-modal--lottery-ticket-info {
        background-color: transparent
    }
}

@media(min-width:769px) {
    .custom-modal--missing-data-sport {
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .custom-modal--missing-data-sport::-webkit-scrollbar {
        display: none
    }
}

@media(min-width:769px) {
    .custom-modal__anim-elem {
        opacity: 0
    }

    .custom-modal--show-elements .custom-modal__anim-elem {
        animation: customModalAnimElem .4s ease-in-out 0s 1 forwards
    }
}

@keyframes customModalAnimElem {
    0% {
        transform: translateY(45px);
        opacity: 0
    }

    50% {
        transform: translateY(-5px)
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.custom-modal__anim-elem--0 {
    animation-delay: 0s
}

.custom-modal__anim-elem--1 {
    animation-delay: .1s !important
}

.custom-modal__anim-elem--1-start {
    animation-delay: .4s !important
}

.custom-modal__anim-elem--2 {
    animation-delay: .2s !important
}

.custom-modal__anim-elem--2-start {
    animation-delay: .5s !important
}

.custom-modal__anim-elem--3 {
    animation-delay: .3s !important
}

.custom-modal__anim-elem--3-start {
    animation-delay: .6s !important
}

.custom-modal__anim-elem--4 {
    animation-delay: .4s !important
}

.custom-modal__anim-elem--4-start {
    animation-delay: .7s !important
}

.custom-modal__anim-elem--5 {
    animation-delay: .5s !important
}

.custom-modal__anim-elem--6 {
    animation-delay: .6s !important
}

.custom-modal__anim-elem--7 {
    animation-delay: .7s !important
}

.custom-modal__anim-elem--8 {
    animation-delay: .8s !important
}

.custom-modal__anim-elem--9 {
    animation-delay: .9s !important
}

.custom-modal__anim-elem--10 {
    animation-delay: 1s !important
}

.custom-modal__anim-elem--11 {
    animation-delay: 1.1s !important
}

.custom-modal__anim-elem--12 {
    animation-delay: 1.2s !important
}

.custom-modal__anim-elem--13 {
    animation-delay: 1.3s !important
}

.custom-modal__anim-elem--14 {
    animation-delay: 1.4s !important
}

.custom-modal__anim-elem--15 {
    animation-delay: 1.5s !important
}

.custom-modal__anim-elem--16 {
    animation-delay: 1.6s !important
}

.custom-modal__anim-elem--17 {
    animation-delay: 1.7s !important
}

.custom-modal__anim-elem--18 {
    animation-delay: 1.8s !important
}

.custom-modal__anim-elem--19 {
    animation-delay: 1.9s !important
}

.custom-modal__anim-elem--20 {
    animation-delay: 2s !important
}

.custom-modal__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all .5s ease-in-out
}

.custom-modal--balance .custom-modal__overlay,
.custom-modal--cashout .custom-modal__overlay,
.custom-modal--deposit:not(.custom-modal--deposit-missing) .custom-modal__overlay,
.custom-modal--patch-profile .custom-modal__overlay,
.custom-modal--patch-timezone .custom-modal__overlay,
.custom-modal--payment-modal-form .custom-modal__overlay,
.custom-modal--super-widget .custom-modal__overlay {
    pointer-events: none
}

.custom-modal--play .custom-modal__overlay {
    background: linear-gradient(180deg, #282b5a, #25293a 100%, #25293a 0)
}

@media(max-width:768px) {
    .custom-modal--play.custom-modal--login-denied-ingame .custom-modal__overlay {
        background: transparent
    }
}

.custom-modal__overlay--cursor-default {
    cursor: auto
}

.custom-modal__inner-wr {
    position: relative;
    height: 100%
}

.custom-modal--unlock-account-by-phone-modal .custom-modal__inner-wr {
    background-color: #252c4c
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-modal--unlock-account-by-phone-modal .custom-modal__inner-wr {
        max-width: 44rem;
        border-radius: 2rem
    }
}

@media(min-width:1025px) {
    .custom-modal--unlock-account-by-phone-modal .custom-modal__inner-wr {
        max-width: 25.5555555556rem;
        border-radius: 1.1111111111rem
    }
}

@media(max-width:768px) {
    .custom-modal--cashout-alert .custom-modal__inner-wr {
        background: #2c3357
    }
}

.custom-modal--wheel-of-fortune .custom-modal__inner-wr {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: unset;
    background-image: none
}

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

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

@media(max-width:768px) {

    .custom-modal--limits-modal .custom-modal__inner-wr,
    .custom-modal--login-denied-ingame .custom-modal__inner-wr,
    .custom-modal--login-denied .custom-modal__inner-wr {
        position: absolute;
        bottom: 0;
        top: 50%;
        left: 50%
    }
}

@media(max-width:768px) {

    .custom-modal--login-denied .custom-modal__inner-wr,
    .custom-modal__inner-wr .custom-modal--login-denied-ingame {
        height: 100%
    }
}

@media(max-width:768px) {
    .custom-modal--limits-modal .custom-modal__inner-wr {
        height: auto;
        top: auto;
        transform: translate3d(-50%, -50%, 0)
    }
}

.custom-modal--status-up .custom-modal__inner-wr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    max-width: 100%
}

@media(min-width:769px) {

    .custom-modal--email-not-exists .custom-modal__inner-wr,
    .custom-modal--email-unverified .custom-modal__inner-wr,
    .custom-modal--email-waiting-confirmation .custom-modal__inner-wr,
    .custom-modal--many-pending-documents .custom-modal__inner-wr {
        width: 44rem;
        background: transparent !important
    }
}

@media(min-width:1025px) {

    .custom-modal--email-not-exists .custom-modal__inner-wr,
    .custom-modal--email-unverified .custom-modal__inner-wr,
    .custom-modal--email-waiting-confirmation .custom-modal__inner-wr,
    .custom-modal--many-pending-documents .custom-modal__inner-wr {
        width: 24.4444444444rem
    }
}

@media(min-width:769px) {
    .custom-modal--partners-contests-confirmation-modal-popup .custom-modal__inner-wr {
        width: 43rem
    }
}

@media(min-width:1025px) {
    .custom-modal--partners-contests-confirmation-modal-popup .custom-modal__inner-wr {
        width: 23.8888888889rem
    }
}

@media(min-width:769px) {

    .custom-modal--not-referral .custom-modal__inner-wr,
    .custom-modal--partners-contests-modal-insufficient-funds .custom-modal__inner-wr {
        width: 59.2rem
    }
}

@media(min-width:1025px) {

    .custom-modal--not-referral .custom-modal__inner-wr,
    .custom-modal--partners-contests-modal-insufficient-funds .custom-modal__inner-wr {
        width: 32.8888888889rem
    }
}

@media(min-width:1025px) {
    .custom-modal--partners-contests-create-contest .custom-modal__inner-wr {
        width: 37.7777777778rem
    }
}

@media(min-width:1025px) {
    .custom-modal--partners-contests-contest-details .custom-modal__inner-wr {
        width: 44.4444444444rem
    }
}

@media(max-width:768px) {
    .custom-modal__inner-wr {
        background-color: #252c4c
    }

    .custom-modal--lottery-ticket-info .custom-modal__inner-wr {
        background: none
    }

    .custom-modal--status-info .custom-modal__inner-wr {
        height: auto;
        background-color: transparent
    }

    .custom-modal--default-modal .custom-modal__inner-wr {
        background-color: transparent
    }

    .custom-modal--success-registration .custom-modal__inner-wr {
        width: 21.3333333333rem;
        height: auto;
        max-height: 100%
    }

    .custom-modal--default-modal .custom-modal__inner-wr,
    .custom-modal--licence .custom-modal__inner-wr,
    .custom-modal--limits-modal .custom-modal__inner-wr,
    .custom-modal--login-denied-ingame .custom-modal__inner-wr,
    .custom-modal--login-denied .custom-modal__inner-wr,
    .custom-modal--payment-modal-form .custom-modal__inner-wr,
    .custom-modal--status-up .custom-modal__inner-wr {
        width: 100%
    }

    .custom-modal--login-denied-ingame .custom-modal__inner-wr {
        background-color: transparent;
        background-image: none
    }

    .custom-modal--leave-registration-modal .custom-modal__inner-wr {
        background: transparent
    }
}

@media(min-width:769px) {
    .custom-modal__inner-wr {
        height: auto
    }

    .custom-modal--cancel-bonus .custom-modal__inner-wr {
        background-color: #2c3357;
        width: 44rem;
        border-radius: 2rem
    }

    .custom-modal--game-currency-usd .custom-modal__inner-wr {
        margin: auto
    }

    .custom-modal--missing-data-sport .custom-modal__inner-wr {
        background: #242b4f;
        border-radius: 2rem
    }

    .custom-modal--balance .custom-modal__inner-wr,
    .custom-modal--deposit .custom-modal__inner-wr,
    .custom-modal__inner-wr .custom-modal--cashout {
        height: 100%;
        border-radius: 0;
        background-color: transparent
    }

    .fade-enter-to .custom-modal__inner-wr {
        animation: customModalBounceInToTop .5s ease-in-out 0s 1 forwards
    }

    .fade-enter-to.custom-modal--licence .custom-modal__inner-wr,
    .fade-enter-to.custom-modal--limits-modal .custom-modal__inner-wr,
    .fade-enter-to.custom-modal--login-denied .custom-modal__inner-wr,
    .fade-enter-to.custom-modal--payment-modal-form .custom-modal__inner-wr,
    .fade-enter-to.custom-modal--status-up .custom-modal__inner-wr {
        animation: customModalBounceInToTopMod .5s ease-in-out 0s 1 forwards
    }

    .fade-leave .custom-modal__inner-wr {
        transform: translateZ(0);
        opacity: 1
    }

    .fade-leave-active .custom-modal__inner-wr {
        transition: all .5s ease-in-out
    }

    .fade-leave-to .custom-modal__inner-wr {
        transform: translate3d(0, 50%, 0);
        opacity: 0
    }

    .fade-leave-to .custom-modal__inner-wr.success {
        transform: translate3d(0, -50%, 0)
    }

    .fade-leave-to.custom-modal--licence .custom-modal__inner-wr,
    .fade-leave-to.custom-modal--limits-modal .custom-modal__inner-wr,
    .fade-leave-to.custom-modal--login-denied .custom-modal__inner-wr,
    .fade-leave-to.custom-modal--payment-modal-form .custom-modal__inner-wr,
    .fade-leave-to.custom-modal--status-up .custom-modal__inner-wr {
        transform: translate3d(-50%, 0, 0)
    }

    .custom-modal--lottery-ticket-info .custom-modal__inner-wr {
        background-color: #333d6c
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-modal__inner-wr {
        border-radius: .3rem
    }

    .custom-modal--signin-mod .custom-modal__inner-wr,
    .custom-modal--signin .custom-modal__inner-wr {
        width: 50rem
    }

    .custom-modal--login-denied .custom-modal__inner-wr {
        width: 59.2rem
    }

    .custom-modal--balance:not(.custom-modal--deposit-missing) .custom-modal__inner-wr,
    .custom-modal--cashout:not(.custom-modal--deposit-missing) .custom-modal__inner-wr,
    .custom-modal--deposit:not(.custom-modal--deposit-missing) .custom-modal__inner-wr {
        width: 68rem
    }

    .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--users-password-edit .custom-modal__inner-wr,
    .custom-modal--users-unlock .custom-modal__inner-wr {
        width: 50rem
    }

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

    .custom-modal--registration-mod .custom-modal__inner-wr {
        width: 70rem
    }

    .custom-modal--registration-mod-single-bonus .custom-modal__inner-wr {
        width: 83.9rem
    }

    .custom-modal--reality-check-notify .custom-modal__inner-wr {
        width: 48.7rem
    }

    .custom-modal--lottery-ticket-info .custom-modal__inner-wr {
        width: 62rem;
        box-shadow: 0 6.4rem 4rem -4rem rgba(0, 19, 57, .25), 0 4rem 4rem -4rem rgba(0, 19, 57, .25);
        border-radius: 1.6rem
    }
}

@media(min-width:1025px) {
    .custom-modal__inner-wr {
        border-radius: .1666666667rem
    }

    .custom-modal--cancel-bonus .custom-modal__inner-wr {
        width: 24.4444444444rem;
        border-radius: 1.1111111111rem
    }

    .custom-modal--signin-mod .custom-modal__inner-wr,
    .custom-modal--signin .custom-modal__inner-wr {
        width: 27.0555555556rem
    }

    .custom-modal--login-denied .custom-modal__inner-wr {
        width: 32.8888888889rem
    }

    .custom-modal--balance:not(.custom-modal--deposit-missing) .custom-modal__inner-wr,
    .custom-modal--cashout:not(.custom-modal--deposit-missing) .custom-modal__inner-wr,
    .custom-modal--deposit:not(.custom-modal--deposit-missing) .custom-modal__inner-wr {
        width: 36.4444444444rem
    }

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

    .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--users-password-edit .custom-modal__inner-wr,
    .custom-modal--users-unlock .custom-modal__inner-wr {
        width: 25rem
    }

    .custom-modal--registration-mod .custom-modal__inner-wr {
        width: 40rem
    }

    .custom-modal--registration-mod-single-bonus .custom-modal__inner-wr {
        width: 46.6111111111rem
    }

    .custom-modal--reality-check-notify .custom-modal__inner-wr {
        width: 27.0555555556rem
    }

    .custom-modal--lottery-ticket-info .custom-modal__inner-wr {
        width: 34.4444444444rem;
        box-shadow: 0 3.5555555556rem 2.2222222222rem -2.2222222222rem rgba(0, 19, 57, .25), 0 2.2222222222rem 2.2222222222rem -2.2222222222rem rgba(0, 19, 57, .25);
        border-radius: .8888888889rem
    }

    .custom-modal--cashout-alert .custom-modal__inner-wr {
        max-width: 33.3333333333rem
    }

    .custom-modal--super-widget .custom-modal__inner-wr {
        max-width: 88.8888888889rem
    }
}

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

@keyframes customModalBounceInToTop {
    0% {
        transform: translate3d(0, 50%, 0);
        opacity: 0
    }

    80% {
        transform: translate3d(0, -10px, 0)
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes customModalBounceInToTopMod {
    0% {
        transform: translate3d(-50%, 50%, 0);
        opacity: 0
    }

    80% {
        transform: translate3d(-50%, -60%, 0)
    }

    to {
        transform: translate3d(-50%, -50%, 0);
        opacity: 1
    }
}

.custom-modal__inner {
    height: 100%;
    overflow: hidden
}

.custom-modal--status-info .custom-modal__inner {
    display: flex
}

.custom-modal--wheel-of-fortune .custom-modal__inner {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: transparent;
    border-radius: unset
}

.custom-modal--play .custom-modal__inner {
    width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 0
}

.custom-modal--strategy-modal .custom-modal__inner {
    background-color: #252c4c
}

.custom-modal--payment-iframe .custom-modal__inner {
    max-height: 96vh
}

@media(max-width:768px) {
    .custom-modal--payment-iframe .custom-modal__inner {
        max-height: 100vh
    }
}

.custom-modal--status-up .custom-modal__inner {
    border-radius: 0
}

@media(min-width:769px) {
    .custom-modal__inner {
        height: auto;
        max-height: 82vh;
        max-height: calc(var(--vh)*82)
    }

    .custom-modal--balance .custom-modal__inner,
    .custom-modal--cashout .custom-modal__inner,
    .custom-modal--deposit .custom-modal__inner {
        height: 100%
    }

    .custom-modal--balance:not(.custom-modal--deposit-missing) .custom-modal__inner,
    .custom-modal--cashout:not(.custom-modal--deposit-missing) .custom-modal__inner,
    .custom-modal--deposit:not(.custom-modal--deposit-missing) .custom-modal__inner {
        overflow: visible
    }

    .custom-modal--no-scroll .custom-modal__inner,
    .custom-modal--patch-timezone .custom-modal__inner,
    .sport .custom-modal--missing-data-sport .custom-modal__inner,
    .v-sport .custom-modal--missing-data-sport .custom-modal__inner {
        overflow: visible !important
    }

    .sport .custom-modal--missing-data-sport .custom-modal__inner .vb-dragger,
    .v-sport .custom-modal--missing-data-sport .custom-modal__inner .vb-dragger {
        display: none
    }

    .custom-modal--balance .custom-modal__inner,
    .custom-modal--cashout .custom-modal__inner,
    .custom-modal--deposit:not(.custom-modal--deposit-missing) .custom-modal__inner,
    .custom-modal--registration-mod .custom-modal__inner,
    .custom-modal--registration .custom-modal__inner,
    .custom-modal--signin .custom-modal__inner {
        max-height: none
    }

    .custom-modal--missing-data-sport .custom-modal__inner {
        display: flex;
        flex-direction: column
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-modal__inner {
        border-radius: 2rem
    }
}

@media(min-width:1025px) {
    .custom-modal__inner {
        border-radius: 1.1111111111rem
    }
}

@media(max-width:1024px)and (orientation:landscape) {
    .custom-modal--patch-profile .custom-modal__inner {
        overflow-y: auto;
        overflow-x: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .custom-modal--patch-profile .custom-modal__inner::-webkit-scrollbar {
        display: none
    }
}

@media(min-width:1025px) {
    .custom-modal--partners-contests-create-contest .custom-modal__inner {
        max-height: none
    }
}

@media(min-width:769px) {
    .custom-modal--super-widget .custom-modal__inner {
        height: 100%;
        max-height: 100%
    }
}

.custom-modal__slot-wr-2 {
    margin-left: 1px
}

.custom-modal--wheel .custom-modal__slot-wr-2 {
    max-height: 100%
}

.custom-modal--cancel-bonus .custom-modal__slot-wr-2 {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.custom-modal--cancel-bonus .custom-modal__slot-wr-2::-webkit-scrollbar {
    display: none
}

.custom-modal--email-not-exists .custom-modal__slot-wr-2,
.custom-modal--email-unverified .custom-modal__slot-wr-2,
.custom-modal--email-waiting-confirmation .custom-modal__slot-wr-2,
.custom-modal--many-pending-documents .custom-modal__slot-wr-2 {
    margin-left: 0
}

@media(max-width:768px) {

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

    .custom-modal--default-modal .custom-modal__slot-wr-2,
    .custom-modal--licence .custom-modal__slot-wr-2,
    .custom-modal--payment-modal-form .custom-modal__slot-wr-2,
    .custom-modal--status-up .custom-modal__slot-wr-2 {
        display: flex !important;
        align-items: flex-end
    }
}

@media(min-width:769px) {

    .custom-modal--balance .custom-modal__slot-wr-2,
    .custom-modal--cashout .custom-modal__slot-wr-2,
    .custom-modal--deposit:not(.custom-modal--deposit-missing) .custom-modal__slot-wr-2 {
        max-height: 94vh;
        max-height: calc(var(--vh)*94)
    }

    .custom-modal--no-scroll .custom-modal__slot-wr-2 {
        overflow: visible !important;
        width: 100% !important
    }

    .sport .custom-modal--missing-data-sport .custom-modal__slot-wr-2,
    .v-sport .custom-modal--missing-data-sport .custom-modal__slot-wr-2 {
        overflow: visible !important
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-modal__slot-wr-2 {
        max-height: 82vh;
        max-height: calc(var(--vh)*82)
    }
}

@media(min-width:1025px) {
    .custom-modal__slot-wr-2 {
        max-height: calc(100vh - 160px);
        max-height: calc(var(--vh)*100 - 160px)
    }

    .custom-modal--restore-password-request .custom-modal__slot-wr-2 {
        max-height: none;
        width: 100% !important;
        overflow: hidden !important
    }
}

@media(min-width:769px) {
    .custom-modal--super-widget .custom-modal__slot-wr-2 {
        height: 100%;
        max-height: 100%
    }
}

.custom-modal__slot-wr-1 {
    position: relative;
    margin-left: -1px
}

.custom-modal--login-denied-ingame .custom-modal__slot-wr-1,
.custom-modal--login-denied .custom-modal__slot-wr-1 {
    background: #2c3357
}

@media(max-width:768px) {

    .custom-modal--login-denied-ingame .custom-modal__slot-wr-1,
    .custom-modal--login-denied .custom-modal__slot-wr-1 {
        width: calc(100% - 1.6rem);
        margin-left: auto;
        margin-right: auto;
        border-radius: 1.0666666667rem
    }

    .custom-modal--default-modal .custom-modal__slot-wr-1,
    .custom-modal--licence .custom-modal__slot-wr-1,
    .custom-modal--limits-modal .custom-modal__slot-wr-1,
    .custom-modal--payment-modal-form .custom-modal__slot-wr-1,
    .custom-modal--status-up .custom-modal__slot-wr-1 {
        width: 100%
    }

    .custom-modal--reality-check-notify .custom-modal__slot-wr-1 {
        min-height: 100%;
        width: 100%;
        display: flex
    }

    .custom-modal--lottery-ticket-info .custom-modal__slot-wr-1 {
        min-height: 100%;
        display: flex;
        align-items: flex-end
    }

    .custom-modal--missing-data-sport .custom-modal__slot-wr-1 {
        height: 100%
    }
}

@media(min-width:769px) {
    .custom-modal--missing-data-sport .custom-modal__slot-wr-1 {
        background: #242b4f;
        border-radius: 2rem
    }
}

@media(min-width:1025px) {
    .custom-modal--missing-data-sport .custom-modal__slot-wr-1 {
        border-radius: 1.1111111111rem
    }
}

.custom-modal__close-wr {
    position: absolute;
    right: .8666666667rem;
    top: 1rem;
    z-index: 2;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    color: #fff;
    cursor: pointer
}

.custom-modal--registration-mod-single-bonus:has(.adult-modal) .custom-modal__close-wr {
    display: none
}

@media(max-width:768px) {
    .custom-modal--adult-modal .custom-modal__close-wr {
        top: 1.5333333333rem;
        right: .9333333333rem
    }
}

@media(min-width:1025px) {
    .custom-modal--adult-modal .custom-modal__close-wr {
        width: 1.1111111111rem;
        height: 1.1111111111rem;
        top: 2.5555555556rem;
        left: 22.5rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-modal--unlock-account-by-phone-modal .custom-modal__close-wr {
        right: 5.6rem;
        top: 3.8rem
    }
}

@media(min-width:1025px) {
    .custom-modal--unlock-account-by-phone-modal .custom-modal__close-wr {
        right: 2.2222222222rem;
        top: 2.1111111111rem
    }
}

.custom-modal--cancel-bonus .custom-modal__close-wr {
    top: 1.3333333333rem;
    right: 1.0666666667rem
}

.no-touch .custom-modal__close-wr:hover {
    color: hsla(0, 0%, 100%, .6)
}

.custom-modal--restore-password-request .custom-modal__close-wr,
.custom-modal--users-password-edit .custom-modal__close-wr,
.custom-modal--users-unlock .custom-modal__close-wr {
    top: 2rem
}

.custom-modal--balance:not(.custom-modal--deposit-missing) .custom-modal__close-wr,
.custom-modal--cashout-wagering .custom-modal__close-wr,
.custom-modal--cashout:not(.custom-modal--deposit-missing) .custom-modal__close-wr,
.custom-modal--default-modal .custom-modal__close-wr,
.custom-modal--deposit:not(.custom-modal--deposit-missing) .custom-modal__close-wr,
.custom-modal--licence .custom-modal__close-wr,
.custom-modal--limits-modal .custom-modal__close-wr,
.custom-modal--login-denied-ingame .custom-modal__close-wr,
.custom-modal--login-denied .custom-modal__close-wr,
.custom-modal--lottery-ticket-info .custom-modal__close-wr,
.custom-modal--missing-data-sport .custom-modal__close-wr,
.custom-modal--not-referral .custom-modal__close-wr,
.custom-modal--partners-contests-confirmation-modal-popup .custom-modal__close-wr,
.custom-modal--partners-contests-modal-insufficient-funds .custom-modal__close-wr,
.custom-modal--patch-profile .custom-modal__close-wr,
.custom-modal--payment-modal-form .custom-modal__close-wr,
.custom-modal--play .custom-modal__close-wr,
.custom-modal--wheel-of-fortune .custom-modal__close-wr {
    display: none
}

.custom-modal--email-not-exists .custom-modal__close-wr,
.custom-modal--email-unverified .custom-modal__close-wr,
.custom-modal--email-waiting-confirmation .custom-modal__close-wr,
.custom-modal--many-pending-documents .custom-modal__close-wr {
    display: block
}

.custom-modal--reality-check-notify .custom-modal__close-wr {
    top: 1.4666666667rem;
    right: 1.0666666667rem
}

@media(min-width:769px) {
    .custom-modal--reality-check-notify .custom-modal__close-wr {
        top: 4.4rem;
        right: 4rem
    }
}

@media(min-width:1025px) {
    .custom-modal--reality-check-notify .custom-modal__close-wr {
        top: 2.4444444444rem;
        right: 2.2222222222rem
    }
}

.custom-modal--payment-iframe .custom-modal__close-wr {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #252c4c;
    border-radius: 100%
}

@media(max-width:768px) {
    .custom-modal--payment-iframe .custom-modal__close-wr {
        display: none
    }
}

@media(min-width:769px) {
    .custom-modal--payment-iframe .custom-modal__close-wr {
        width: 3.6rem;
        height: 3.6rem;
        top: 2rem;
        right: 2rem
    }
}

@media(min-width:1025px) {
    .custom-modal--payment-iframe .custom-modal__close-wr {
        width: 2rem;
        height: 2rem;
        top: 1.1111111111rem;
        right: 1.1111111111rem
    }
}

.custom-modal--partners-contests-contest-details .custom-modal__close-wr,
.custom-modal--partners-contests-create-contest .custom-modal__close-wr {
    right: .8666666667rem;
    top: 1rem
}

@media(min-width:769px) {

    .custom-modal--partners-contests-contest-details .custom-modal__close-wr,
    .custom-modal--partners-contests-create-contest .custom-modal__close-wr {
        right: 4rem;
        top: 4rem
    }
}

@media(min-width:1025px) {

    .custom-modal--partners-contests-contest-details .custom-modal__close-wr,
    .custom-modal--partners-contests-create-contest .custom-modal__close-wr {
        right: 2.2222222222rem;
        top: 2.2222222222rem
    }
}

@media(max-width:768px) {
    .custom-modal--play:not(.custom-modal--login-denied-ingame) .custom-modal__close-wr {
        display: block
    }

    .custom-modal--play:has(.adult-modal) .custom-modal__close-wr {
        display: none
    }

    .custom-modal--status-info .custom-modal__close-wr {
        display: block !important
    }

    .custom-modal--registration .custom-modal__close-wr,
    .custom-modal--signin .custom-modal__close-wr,
    .game-page--registration-mode .custom-modal--play .custom-modal__close-wr {
        top: 1.5333333333rem
    }

    .custom-modal--email-not-exists .custom-modal__close-wr,
    .custom-modal--email-unverified .custom-modal__close-wr,
    .custom-modal--email-waiting-confirmation .custom-modal__close-wr,
    .custom-modal--many-pending-documents .custom-modal__close-wr {
        top: 1.3333333333rem;
        right: 1.3333333333rem
    }

    .custom-modal--status-up .custom-modal__close-wr {
        display: none
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-modal__close-wr {
        right: 8rem;
        top: 5rem
    }

    .custom-modal--cancel-bonus .custom-modal__close-wr {
        top: 4.1rem;
        right: 4.5rem;
        width: 1.3rem;
        height: 1.3rem
    }

    .custom-modal--cancel-bonus .custom-modal__close-wr .custom-modal__close {
        width: 100%
    }

    .custom-modal--signin-mod .custom-modal__close-wr {
        top: 5rem
    }

    .custom-modal--registration-mod-single-bonus .custom-modal__close-wr {
        top: 5rem;
        right: 43rem;
        width: 2rem;
        height: 2rem
    }

    .custom-modal--christmas-heroes-modal .custom-modal__close-wr,
    .custom-modal--patch-timezone .custom-modal__close-wr {
        top: 4rem;
        right: 4rem
    }

    .custom-modal--cashout-alert .custom-modal__close-wr {
        right: 4rem
    }

    .custom-modal--email-not-exists .custom-modal__close-wr,
    .custom-modal--email-unverified .custom-modal__close-wr,
    .custom-modal--email-waiting-confirmation .custom-modal__close-wr,
    .custom-modal--many-pending-documents .custom-modal__close-wr {
        top: 4.5rem;
        right: 4.5rem
    }

    .restore-password-form .custom-modal__close-wr {
        right: 5.6rem;
        top: 2.4rem
    }

    .custom-modal--status-up .custom-modal__close-wr {
        right: 4rem;
        top: 2rem
    }
}

@media(min-width:1025px) {
    .custom-modal__close-wr {
        right: 4.4444444444rem;
        top: 2.7777777778rem
    }

    .custom-modal--cancel-bonus .custom-modal__close-wr {
        top: 2.2777777778rem;
        right: 2.5rem;
        width: .7222222222rem;
        height: .7222222222rem
    }

    .custom-modal--registration-mod-single-bonus .custom-modal__close-wr {
        top: 2.7777777778rem;
        right: 24rem;
        width: 1.1111111111rem;
        height: 1.1111111111rem
    }

    .custom-modal--christmas-heroes-modal .custom-modal__close-wr,
    .custom-modal--patch-timezone .custom-modal__close-wr {
        top: 2.2222222222rem;
        right: 2.2222222222rem
    }

    .custom-modal--cashout-alert .custom-modal__close-wr {
        right: 2.2222222222rem
    }

    .custom-modal--email-not-exists .custom-modal__close-wr,
    .custom-modal--email-unverified .custom-modal__close-wr,
    .custom-modal--email-waiting-confirmation .custom-modal__close-wr,
    .custom-modal--many-pending-documents .custom-modal__close-wr {
        top: 2.5rem;
        right: 2.5rem
    }

    .restore-password-form .custom-modal__close-wr {
        right: 2.2222222222rem;
        top: 2.1111111111rem
    }

    .custom-modal--status-up .custom-modal__close-wr {
        right: 2.3333333333rem;
        top: 2.3333333333rem
    }
}

@media(max-width:768px) {
    .custom-modal--one-time-password .custom-modal__close-wr {
        top: 1.2rem;
        right: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .custom-modal--one-time-password .custom-modal__close-wr {
        top: 3rem;
        right: 6rem
    }
}

@media(min-width:1025px) {
    .custom-modal--one-time-password .custom-modal__close-wr {
        top: 1.6666666667rem;
        right: 3.3333333333rem
    }
}

.custom-modal--email-one-time-password .custom-modal__close-wr {
    display: none
}

.custom-modal--super-widget .custom-modal__close-wr {
    z-index: 4
}

@media(max-width:768px) {
    .custom-modal--super-widget .custom-modal__close-wr {
        position: fixed;
        top: 1.0666666667rem;
        right: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .custom-modal--super-widget .custom-modal__close-wr {
        position: fixed;
        top: 1.6rem;
        right: 1.6rem
    }
}

@media(min-width:1025px) {
    .custom-modal--super-widget .custom-modal__close-wr {
        position: absolute;
        top: 1.1111111111rem;
        right: 1.1111111111rem
    }
}

.custom-modal__close-wr--missing-data {
    display: block
}

@media(max-width:768px) {
    .custom-modal__close-wr--missing-data {
        top: 1rem;
        right: 1rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-modal__close-wr--missing-data {
        top: 2rem;
        right: 2.5rem
    }
}

@media(min-width:1025px) {
    .custom-modal__close-wr--missing-data {
        top: 1.1111111111rem;
        right: 1.3888888889rem
    }
}

@media(min-width:769px) {
    .custom-modal--play .custom-modal__close-wr--missing-data {
        display: none
    }
}

.custom-modal__close-wr--payment {
    display: block !important
}

.custom-modal__close {
    width: .8666666667rem;
    height: auto;
    letter-spacing: normal
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-modal__close {
        width: 1.8rem
    }

    .custom-modal--registration-mod-single-bonus .custom-modal__close {
        width: 2rem
    }
}

@media(min-width:1025px) {
    .custom-modal__close {
        width: 1rem
    }

    .custom-modal--registration-mod-single-bonus .custom-modal__close {
        width: 1.1111111111rem
    }

    .custom-modal--email-not-exists .custom-modal__close,
    .custom-modal--email-unverified .custom-modal__close,
    .custom-modal--email-waiting-confirmation .custom-modal__close,
    .custom-modal--many-pending-documents .custom-modal__close {
        width: .6666666667rem
    }
}

.custom-modal--reality-check-notify .custom-modal__close {
    width: .8666666667rem;
    height: .8666666667rem
}

@media(min-width:769px) {
    .custom-modal--reality-check-notify .custom-modal__close {
        width: 1.3rem;
        height: 1.3rem
    }
}

@media(min-width:1025px) {
    .custom-modal--reality-check-notify .custom-modal__close {
        width: .7222222222rem;
        height: .7222222222rem
    }
}

@media(max-width:768px) {
    .custom-modal--payment-iframe .custom-modal__close {
        width: 1.2rem;
        height: 1.2rem
    }
}

@media(min-width:1025px) {
    .custom-modal--payment-iframe .custom-modal__close {
        width: .6666666667rem;
        height: .6666666667rem
    }
}

@media(max-width:768px) {
    .custom-modal--super-widget .custom-modal__close {
        width: 1.0666666667rem;
        height: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .custom-modal--super-widget .custom-modal__close {
        width: 1.6rem;
        height: 1.6rem
    }
}

@media(min-width:1025px) {
    .custom-modal--super-widget .custom-modal__close {
        width: 1.1111111111rem;
        height: 1.1111111111rem
    }
}

.custom-modal__captcha {
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

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

.custom-modal__captcha iframe {
    transform-origin: 0 0
}

.reg-form__select~.custom-modal__captcha {
    margin-top: -1rem;
    margin-bottom: 1.8666666667rem
}

.reg-form .custom-modal__captcha {
    margin-bottom: 1.8666666667rem
}

.auth-form .custom-modal__captcha {
    margin-top: 1.8666666667rem;
    margin-bottom: 1.8666666667rem
}

.auth-form .custom-modal__captcha~.auth-form__btn-wr {
    margin-top: 0
}

.restore-account-form .custom-modal__captcha {
    margin-top: 1.8666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .reg-form__select~.custom-modal__captcha {
        margin-top: -1.5rem;
        margin-bottom: 2.8rem
    }

    .reg-form .custom-modal__captcha {
        margin-bottom: 2.8rem
    }

    .auth-form .custom-modal__captcha {
        margin-top: 2.8rem;
        margin-bottom: 2.8rem
    }

    .auth-form .custom-modal__captcha~.auth-form__btn-wr {
        margin-top: 0
    }

    .restore-account-form .custom-modal__captcha {
        margin-top: 2.8rem
    }

    .play .reg-form .custom-modal__captcha {
        margin-bottom: 1.96rem
    }

    .play .auth-form .custom-modal__captcha {
        margin-top: 1.96rem;
        margin-bottom: 1.96rem
    }

    .play .restore-account-form .custom-modal__captcha {
        margin-top: 1.96rem
    }
}

@media(min-width:1025px) {
    .reg-form__select~.custom-modal__captcha {
        margin-top: -.8333333333rem;
        margin-bottom: 1.5555555556rem
    }

    .reg-form .custom-modal__captcha {
        margin-bottom: 1.5555555556rem
    }

    .auth-form .custom-modal__captcha {
        margin-top: 1.5555555556rem;
        margin-bottom: 1.5555555556rem
    }

    .auth-form .custom-modal__captcha~.auth-form__btn-wr {
        margin-top: 0
    }

    .restore-account-form .custom-modal__captcha {
        margin-top: 1.5555555556rem
    }

    .play .reg-form .custom-modal__captcha {
        margin-bottom: 1.5244444444rem
    }

    .play .auth-form .custom-modal__captcha {
        margin-top: 1.5244444444rem;
        margin-bottom: 1.5244444444rem
    }

    .play .restore-account-form .custom-modal__captcha {
        margin-top: 1.5244444444rem
    }
}

@media(max-width:768px) {
    .custom-modal__header {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 3.1333333333rem;
        background-color: #252c4c
    }

    .custom-modal--registration .custom-modal__header,
    .custom-modal--signin .custom-modal__header,
    .game-page--registration-mode .custom-modal--play .custom-modal__header {
        height: 3.7333333333rem
    }

    .tooltip-open .custom-modal__header {
        display: none
    }

    .custom-modal--play .custom-modal__header {
        background: none
    }
}

@media(max-width:768px)and (orientation:landscape) {
    .custom-modal--patch-profile .custom-modal__header {
        z-index: 5
    }
}

@media(min-width:769px) {
    .custom-modal--play .custom-modal__header {
        display: none
    }
}

.custom-modal--email-one-time-password .custom-modal__header {
    display: none
}

@media(max-width:768px) {
    .custom-modal__logo {
        position: absolute;
        top: .8rem;
        left: .8rem;
        height: 1.3333333333rem;
        width: 3.4666666667rem;
        z-index: 3
    }
}

.custom-modal--limits-modal .custom-modal__logo,
.custom-modal--login-denied-ingame .custom-modal__logo,
.custom-modal--login-denied .custom-modal__logo {
    display: none
}

.custom-modal--registration .custom-modal__logo,
.custom-modal--signin .custom-modal__logo,
.game-page--registration-mode .custom-modal--play .custom-modal__logo {
    top: 1.3333333333rem;
    width: 3.4666666667rem;
    height: auto
}

.custom-modal--email-not-exists,
.custom-modal--email-unverified,
.custom-modal--email-waiting-confirmation,
.custom-modal--many-pending-documents {
    align-items: center
}

@media(max-width:768px) {
    .profile-opened .custom-modal--email-unverified {
        z-index: 31
    }
}

@media(min-width:769px) {
    .custom-modal--deposit-missing .payment {
        padding: 0;
        width: auto !important
    }

    .custom-modal--deposit-missing .payment .payment__content--no-tabs .missing-data {
        padding: 2rem 2.5rem 2.5rem;
        width: 42rem;
        min-width: 42rem
    }
}

@media(min-width:1025px) {
    .custom-modal--deposit-missing .payment {
        padding: 0;
        width: auto !important
    }

    .custom-modal--deposit-missing .payment .payment__content--no-tabs .missing-data {
        padding: 1.1111111111rem 1.3888888889rem 1.3888888889rem;
        width: 23.3333333333rem;
        min-width: 23.3333333333rem
    }
}

.custom-modal--super-widget {
    background: #2a3870
}

@media(min-width:769px) {
    .custom-modal--super-widget {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 1vh;
        padding-bottom: 1vh
    }
}

@media(min-width:1025px) {
    .custom-modal--super-widget {
        padding-top: 1vh;
        padding-bottom: 1vh
    }
}

.notifications {
    z-index: 31
}

.notification-blocks-wrapper {
    position: fixed;
    left: 0;
    display: flex;
    flex-direction: column;
    z-index: 30
}

@media(max-width:768px) {
    .notification-blocks-wrapper {
        top: auto;
        bottom: 4.2666666667rem;
        left: .8rem;
        right: .8rem;
        gap: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .notification-blocks-wrapper {
        bottom: 10.4rem;
        left: 10.4rem;
        max-width: 77.8rem;
        gap: 2.4rem
    }
}

@media(min-width:1025px) {
    .notification-blocks-wrapper {
        bottom: 5.7777777778rem;
        left: 5.77778rem;
        max-width: 43.2222222222rem;
        gap: 1.3333333333rem
    }
}

.game-page .notification-blocks-wrapper,
.left-menu-opened .notification-blocks-wrapper,
.modal-opened .notification-blocks-wrapper,
.profile-opened .notification-blocks-wrapper,
.search-opened .notification-blocks-wrapper {
    z-index: 9
}

.notification-block {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #2c3357
}

@media(max-width:768px) {
    .notification-block {
        margin-bottom: 1.0666666667rem;
        padding: 1.0666666667rem;
        border-radius: 1.0666666667rem;
        box-shadow: 0 4.2666666667rem 2.6666666667rem -2.6666666667rem rgba(0, 19, 57, .25), 0 2.6666666667rem 2.6666666667rem -2.6666666667rem rgba(0, 19, 57, .25);
        gap: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .notification-block {
        margin-bottom: 2.4rem;
        padding: 4rem;
        border-radius: 1.6rem;
        box-shadow: 0 6.4rem 4rem -4rem rgba(0, 19, 57, .25), 0 4rem 4rem -4rem rgba(0, 19, 57, .25);
        gap: 2rem
    }
}

@media(min-width:1025px) {
    .notification-block {
        margin-bottom: 1.3333333333rem;
        padding: 2.2222222222rem;
        border-radius: .8888888889rem;
        box-shadow: 0 3.5555555556rem 2.2222222222rem -2.2222222222rem rgba(0, 19, 57, .25), 0 2.2222222222rem 2.2222222222rem -2.2222222222rem rgba(0, 19, 57, .25);
        gap: 1.1111111111rem
    }
}

.notification-block:last-child {
    margin-bottom: 0
}

.notification-block__text p {
    color: #fff;
    opacity: .75;
    font-weight: 500
}

@media(max-width:768px) {
    .notification-block__text p {
        font-size: .9333333333rem;
        line-height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .notification-block__text p {
        font-size: 1.6rem;
        line-height: 2.4rem
    }
}

@media(min-width:1025px) {
    .notification-block__text p {
        font-size: .8888888889rem;
        line-height: 1.3333333333rem
    }
}

.notification-block__buttons {
    display: flex;
    flex-direction: column
}

@media(max-width:768px) {
    .notification-block__buttons {
        gap: .8rem
    }
}

@media(min-width:769px) {
    .notification-block__buttons {
        gap: 1.2rem;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center
    }
}

@media(min-width:1025px) {
    .notification-block__buttons {
        gap: .6666666667rem
    }
}

@media(max-width:768px) {
    .notification-block__button--confirm {
        padding: .6666666667rem 1.3333333333rem
    }
}

@media(min-width:769px) {
    .notification-block__button--confirm {
        min-width: 13.9rem;
        padding: 1rem 2rem
    }
}

@media(min-width:1025px) {
    .notification-block__button--confirm {
        min-width: 7.7222222222rem;
        padding: .5555555556rem 1.1111111111rem
    }
}

.notification-block__button--confirm .btn__text {
    padding: 0
}

@media(max-width:768px) {
    .notification-block__button--confirm .btn__text {
        font-size: .8rem;
        line-height: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .notification-block__button--confirm .btn__text {
        font-size: 1.6rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .notification-block__button--confirm .btn__text {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

.notification-block__button--cancel {
    height: auto;
    padding: 0;
    background-color: transparent
}

.notification-block__button--cancel:hover {
    background-color: transparent
}

.notification-block__button--cancel .btn__text {
    padding: 0;
    color: #90a7ff
}

@media(max-width:768px) {
    .notification-block__button--cancel .btn__text {
        font-size: .9333333333rem;
        line-height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .notification-block__button--cancel .btn__text {
        font-size: 1.6rem;
        line-height: 2.4rem
    }
}

@media(min-width:1025px) {
    .notification-block__button--cancel .btn__text {
        font-size: .8888888889rem;
        line-height: 1.3333333333rem
    }
}

.no-touch .notification-block__button--cancel .btn__text:hover {
    color: #fff
}

.micro-app-messenger-container-flex {
    display: none
}

.micro-app-messenger {
    height: 100%
}

.top-bar-tabs {
    display: flex;
    position: relative;
    background-color: rgba(38, 42, 70, .5)
}

@media(min-width:769px) {
    .top-bar-tabs {
        border-radius: .8rem;
        gap: .2rem;
        height: 4rem
    }
}

@media(min-width:1025px) {
    .top-bar-tabs {
        border-radius: .4444444444rem;
        gap: .1111111111rem;
        height: 2.2222222222rem
    }
}

.top-bar-tabs:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #3f4f8c;
    border-width: .1111111111rem calc(.11111rem/var(--scale));
    border-style: solid;
    border-color: #2e3360;
    border-radius: calc(.33333rem/var(--scale))/.3333333333rem;
    translate: var(--offsetLeft) 0;
    scale: var(--scale) 1;
    transition: scale .2s ease-in-out, translate .2s ease-in-out;
    transform-origin: left
}

.top-bar-tabs__link {
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    z-index: 1
}

@media(min-width:769px) {
    .top-bar-tabs__link {
        padding: 1rem 1.6rem 1rem 1.2rem;
        border-radius: .8rem;
        gap: .8rem;
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .top-bar-tabs__link {
        padding: .5555555556rem .8888888889rem .5555555556rem .6666666667rem;
        border-radius: .4444444444rem;
        gap: .4444444444rem;
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

.no-touch .top-bar-tabs__link:hover {
    color: hsla(0, 0%, 100%, .7)
}

@media(min-width:769px) {
    .top-bar-tabs__icon {
        width: 2rem;
        height: 2rem
    }
}

@media(min-width:1025px) {
    .top-bar-tabs__icon {
        width: 1.1111111111rem;
        height: 1.1111111111rem
    }
}

.cancel-all-payments {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.0666666667rem;
    margin: .8rem;
    border-radius: .5333333333rem;
    background-color: #2c3357
}

.cashwait__popup .cancel-all-payments {
    margin: 1.4666666667rem 0 0 0;
    background-color: #333d6c
}

@media(max-width:768px) {
    .cashwait__popup--hide-content .cancel-all-payments {
        position: relative;
        z-index: 3
    }
}

@media(min-width:769px) {
    .cancel-all-payments {
        padding: 1.6rem;
        margin: 2.8rem 6.4rem;
        border-radius: .8rem
    }

    .cashwait__popup .cancel-all-payments {
        margin: 0
    }

    .cashwait__popup--hide-content .cancel-all-payments {
        padding: 0;
        background-color: transparent
    }
}

@media(min-width:1025px) {
    .cancel-all-payments {
        padding: .8888888889rem;
        margin: 1.5555555556rem 3.5555555556rem;
        border-radius: .4444444444rem
    }
}

.cancel-all-payments__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.cancel-all-payments__text {
    margin-right: .8666666667rem;
    font-size: .8rem;
    line-height: 1.0666666667rem;
    letter-spacing: normal;
    color: hsla(0, 0%, 100%, .5);
    flex-grow: 1
}

.cancel-all-payments__text span {
    white-space: normal;
    color: #f3d869
}

.cancel-all-payments__text span:last-child {
    white-space: nowrap
}

@media(min-width:769px) {
    .cashwait__popup .cancel-all-payments__text {
        color: hsla(0, 0%, 100%, .7)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .cancel-all-payments__text {
        margin-right: 1.6rem;
        font-size: 1.6rem;
        line-height: 2rem
    }

    .cashwait__popup .cancel-all-payments__text {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .cancel-all-payments__text {
        margin-right: .8888888889rem;
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }

    .cashwait__popup .cancel-all-payments__text {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

.cancel-all-payments__sum {
    display: inline
}

.cancel-all-payments__btn {
    flex-shrink: 0
}

@media(max-width:768px) {
    .cancel-all-payments__btn {
        height: 1.8666666667rem;
        padding: 0 .5333333333rem
    }
}

@media(min-width:769px) {
    .cancel-all-payments__btn {
        height: 4rem;
        padding: 0 2.4rem
    }

    .cashwait__popup .cancel-all-payments__btn {
        height: 3.6rem;
        padding: 0 2rem
    }
}

@media(min-width:1025px) {
    .cancel-all-payments__btn {
        height: 2.2222222222rem;
        padding: 0 1.3333333333rem
    }

    .cashwait__popup .cancel-all-payments__btn {
        height: 2rem;
        padding: 0 1.1111111111rem
    }
}

.cancel-all-payments__confirm {
    width: 100%
}

@media(min-width:769px) {
    .user-top>.cashwait .cancel-all-payments__confirm {
        width: calc(100% + 3.2rem);
        margin: 0 -1.6rem
    }
}

@media(min-width:1025px) {
    .user-top>.cashwait .cancel-all-payments__confirm {
        width: calc(100% + 1.77778rem);
        margin: 0 -.8888888889rem
    }
}

.user-top>.cashwait .cashwait__popup--hide-content .cancel-all-payments__confirm {
    width: 100%;
    margin: 0
}

.cancel-all-payments__confirm-text {
    margin-bottom: 1.8666666667rem;
    font-size: 1.0666666667rem;
    line-height: 1.6rem;
    letter-spacing: normal;
    color: #fff;
    text-align: center
}

@media(min-width:769px) {
    .cancel-all-payments__confirm-text {
        font-weight: 700;
        margin-bottom: 2rem;
        font-size: 2.4rem;
        line-height: 2.8rem
    }
}

@media(min-width:1025px) {
    .cancel-all-payments__confirm-text {
        margin-bottom: 1.1111111111rem;
        font-size: 1.3333333333rem;
        line-height: 1.5555555556rem
    }
}

.cancel-all-payments__confirm-btns {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(min-width:769px) {
    .cancel-all-payments__confirm-btns {
        justify-content: center;
        gap: .8rem
    }
}

@media(min-width:1025px) {
    .cancel-all-payments__confirm-btns {
        gap: .4444444444rem
    }
}

.cancel-all-payments__confirm-btn {
    width: calc(50% - 4px);
    height: 2.4rem
}

@media(min-width:769px)and (max-width:1024px) {
    .cancel-all-payments__confirm-btn {
        height: 4rem;
        width: auto;
        min-width: 9.6rem
    }
}

@media(min-width:1025px) {
    .cancel-all-payments__confirm-btn {
        height: 2.2222222222rem;
        width: auto;
        min-width: 5.3333333333rem
    }
}

.cashwait {
    position: relative
}

@media(min-width:769px)and (max-width:1024px) {
    .cashwait {
        margin-right: 1.6rem
    }
}

@media(min-width:1025px) {
    .cashwait {
        margin-right: .8888888889rem
    }
}

.cashwait__handle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.8666666667rem;
    height: 1.8666666667rem;
    border-radius: 50%;
    background-color: rgba(46, 71, 155, .5);
    cursor: pointer
}

@media(min-width:769px) {
    .cashwait__handle {
        width: auto
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .cashwait__handle {
        height: 4.4rem;
        padding: 0 1.6rem;
        border-radius: 2.2rem
    }
}

@media(min-width:1025px) {
    .cashwait__handle {
        height: 2.4444444444rem;
        padding: 0 .8888888889rem;
        border-radius: 1.2222222222rem
    }
}

.cashwait__ic {
    width: .9333333333rem;
    height: auto;
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .cashwait__ic {
        width: 1.8rem;
        margin-right: .2777777778rem
    }
}

@media(min-width:1025px) {
    .cashwait__ic {
        width: 1rem;
        margin-right: .2777777778rem
    }
}

.cashwait__text {
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
    white-space: nowrap
}

@media(min-width:769px)and (max-width:1024px) {
    .cashwait__text {
        margin-right: .4rem;
        font-size: 1.2rem
    }
}

@media(min-width:1025px) {
    .cashwait__text {
        margin-right: .2222222222rem;
        font-size: .6666666667rem
    }
}

.cashwait__count {
    border-radius: 50%;
    background-color: #3764f3;
    text-align: center
}

@media(max-width:768px) {
    .cashwait__count {
        position: absolute;
        right: .1333333333rem;
        top: .1333333333rem;
        width: .3333333333rem;
        height: .3333333333rem;
        font-size: 0;
        line-height: 0;
        letter-spacing: normal;
        color: #fff
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .cashwait__count {
        min-width: 2rem;
        height: 2rem;
        padding: 0 .3rem;
        font-size: 1rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .cashwait__count {
        min-width: 1.1111111111rem;
        height: 1.1111111111rem;
        padding: 0 .1666666667rem;
        font-size: .5555555556rem;
        line-height: 1.1111111111rem
    }
}

.cashwait__popup-wr {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    transform: translate3d(0, -50%, 0);
    width: 100%;
    height: 100%
}

.cashwait__popup-wr:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1.7333333333rem;
    transform: translate3d(-50%, 0, 0);
    border-bottom: .6rem solid #2c3357;
    border-left: .6rem solid transparent;
    border-right: .6rem solid transparent;
    pointer-events: none;
    opacity: 0;
    transition: opacity .15s ease-out
}

@media(min-width:769px)and (max-width:1024px) {
    .cashwait__popup-wr:before {
        bottom: -2rem;
        border-bottom: 1.6rem solid #2c3357;
        border-left: 1.4rem solid transparent;
        border-right: 1.4rem solid transparent
    }
}

@media(min-width:1025px) {
    .cashwait__popup-wr:before {
        bottom: -1.1111111111rem;
        border-bottom: .8888888889rem solid #2c3357;
        border-left: .7777777778rem solid transparent;
        border-right: .7777777778rem solid transparent
    }
}

.cashwait__popup-wr--open:before {
    opacity: 1
}

.cashwait__popup {
    display: flex;
    flex-direction: column;
    background-color: #2c3357
}

@media(max-width:768px) {
    .cashwait__popup {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 31;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .cashwait__popup {
        position: absolute
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .cashwait__popup {
        bottom: 0;
        right: 50%;
        transform: translate(calc(50% - 2rem), calc(100% + 2rem));
        width: 44.2rem;
        max-height: calc(100vh - 10rem);
        box-shadow: 0 6.4rem 4rem -4rem rgba(0, 19, 57, .25), 0 4rem 4rem -4rem rgba(0, 19, 57, .25);
        padding: 4rem;
        border-radius: 1.6rem
    }
}

@media(min-width:1025px) {
    .cashwait__popup {
        bottom: 0;
        right: 50%;
        transform: translate(50%, calc(100% + 1.11111rem));
        width: 24.5555555556rem;
        max-height: calc(100vh - 10rem);
        box-shadow: 0 3.5555555556rem 2.2222222222rem -2.2222222222rem rgba(0, 19, 57, .25), 0 2.2222222222rem 2.2222222222rem -2.2222222222rem rgba(0, 19, 57, .25);
        padding: 2.2222222222rem;
        border-radius: .8888888889rem
    }
}

@media(max-width:768px) {
    .cashwait__popup--hide-content:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        background-color: rgba(8, 14, 65, .9)
    }
}

.cashwait__popup-close-wr {
    position: absolute;
    right: 1.3333333333rem;
    top: 1.3333333333rem;
    cursor: pointer
}

.cashwait__popup-close-ic {
    display: block;
    width: .8rem;
    height: auto;
    color: #fff
}

.cashwait__popup-title {
    margin-bottom: 1.6rem;
    font-weight: 500;
    font-size: 1.0666666667rem;
    line-height: 1.3333333333rem;
    letter-spacing: normal;
    color: #fff
}

.recurents__cashwait-wr .cashwait__popup-title {
    padding: 1rem 1.0666666667rem;
    margin: -.8rem -1.0666666667rem -.4666666667rem
}

@media(min-width:769px) {
    .cashwait__popup-title {
        font-weight: 700;
        margin-bottom: 2rem;
        font-size: 2.4rem;
        line-height: 2.8rem;
        letter-spacing: normal
    }

    .cashwait__popup--hide-content .cashwait__popup-title {
        display: none
    }
}

@media(min-width:1025px) {
    .cashwait__popup-title {
        margin-bottom: 1.1111111111rem;
        font-size: 1.3333333333rem;
        line-height: 1.5555555556rem;
        letter-spacing: normal
    }
}

.cashwait__popup-scroll {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    margin: 0 -.6666666667rem
}

.cashwait__popup-scroll:last-child {
    margin-bottom: 0
}

@media(min-width:769px) {
    .cashwait__popup-scroll {
        margin: 0 -1rem 3.2rem
    }

    .cashwait__popup--hide-content .cashwait__popup-scroll {
        display: none
    }
}

@media(min-width:1025px) {
    .cashwait__popup-scroll {
        margin: 0 -.5555555556rem 1.7777777778rem
    }
}

.cashwait__popup-list {
    margin: 0 .6666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .cashwait__popup-list {
        margin: 0 1rem
    }
}

@media(min-width:1025px) {
    .cashwait__popup-list {
        margin: 0 .5555555556rem
    }
}

.cashwait__popup-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: .0666666667rem solid hsla(0, 0%, 100%, .25)
}

.cashwait__popup-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

@media(max-width:768px) {
    .cashwait__popup-item {
        flex-wrap: wrap;
        padding: .8rem 0 1.0666666667rem;
        min-height: 3rem
    }
}

@media(min-width:769px) {
    .cashwait__popup-item {
        padding: .8rem 0;
        min-height: 4.5rem;
        border-bottom-width: .1rem
    }
}

@media(min-width:1025px) {
    .cashwait__popup-item {
        padding: .4444444444rem 0;
        min-height: 2.5rem;
        border-bottom-width: .0555555556rem
    }
}

.cashwait__popup-item-sum {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    letter-spacing: normal;
    color: #fff
}

@media(max-width:768px) {
    .cashwait__popup-item-sum {
        font-weight: 500;
        font-size: 1.0666666667rem;
        line-height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .cashwait__popup-item-sum {
        font-size: 1.6rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .cashwait__popup-item-sum {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

.cashwait__popup-alert {
    width: 1.0666666667rem;
    height: 1.0666666667rem;
    background: radial-gradient(75% 100% at 50.34% 100%, #ffabdd 0, #e933a0 59.38%, #e02a81 100%);
    padding: 0;
    border-radius: 50%;
    margin-left: auto;
    margin-right: .5333333333rem
}

.cashwait__popup-alert .btn__icon {
    color: #fff;
    margin: 0 auto;
    flex-shrink: 0;
    height: .6666666667rem
}

.cashwait__popup-alert .btn__text {
    display: none
}

@media(min-width:769px) {
    .cashwait__popup-alert {
        width: 1.6rem;
        height: 1.6rem;
        margin-right: .8rem
    }

    .cashwait__popup-alert .btn__icon {
        height: 1rem
    }
}

@media(min-width:1025px) {
    .cashwait__popup-alert {
        width: .8888888889rem;
        height: .8888888889rem;
        margin-right: .4444444444rem
    }

    .cashwait__popup-alert .btn__icon {
        height: .5555555556rem
    }
}

@media(max-width:768px) {
    .cashwait__popup-btn {
        width: 100%;
        height: 1.8666666667rem;
        padding: 0 1.3333333333rem;
        margin-top: .5333333333rem
    }

    .cashwait__popup-item-alert-btns .cashwait__popup-btn {
        flex: 1;
        min-width: 4rem;
        margin-right: .5333333333rem
    }

    .cashwait__popup-item-alert-btns .cashwait__popup-btn:last-child {
        margin-right: 0
    }
}

@media(min-width:769px) {
    .cashwait__popup-btn {
        height: 3.6rem;
        padding: 0 2rem
    }

    .cashwait__popup-item-alert-btns .cashwait__popup-btn {
        min-width: 6rem;
        margin-right: .8rem
    }

    .cashwait__popup-item-alert-btns .cashwait__popup-btn:last-child {
        margin-right: 0
    }
}

@media(min-width:1025px) {
    .cashwait__popup-btn {
        height: 2rem;
        padding: 0 1.1111111111rem
    }

    .cashwait__popup-item-alert-btns .cashwait__popup-btn {
        min-width: 3.3333333333rem;
        margin-right: .4444444444rem
    }
}

.cashwait__popup-item-processed {
    display: flex;
    align-items: center
}

.cashwait__popup-item-processed-ic-wr {
    cursor: pointer
}

.cashwait__popup-item-processed-ic {
    display: block;
    width: .8666666667rem;
    height: auto;
    margin-right: .4rem;
    color: #6183f3
}

@media(min-width:769px) {
    .cashwait__popup-item-processed-ic {
        width: 1.6rem;
        margin-right: .8rem
    }
}

@media(min-width:1025px) {
    .cashwait__popup-item-processed-ic {
        width: .8888888889rem;
        margin-right: .4444444444rem
    }
}

.cashwait__popup-item-processed-text {
    letter-spacing: normal;
    color: #fff
}

@media(max-width:768px) {
    .cashwait__popup-item-processed-text {
        font-size: .8rem;
        line-height: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .cashwait__popup-item-processed-text {
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .cashwait__popup-item-processed-text {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

.cashwait__popup-item-alert {
    display: flex;
    align-items: center
}

@media(max-width:768px) {
    .cashwait__popup-item-alert {
        width: 100%
    }
}

.cashwait__popup-item-alert-btns {
    display: flex;
    align-items: center
}

@media(max-width:768px) {
    .cashwait__popup-item-alert-btns {
        width: 100%;
        justify-content: space-between
    }
}

.cashwait__popup-item-alert-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.cashwait__popup-item-alert-btn:last-child {
    margin-right: 0
}

@media(max-width:768px) {
    .cashwait__popup-item-alert-btn {
        height: 2.4rem;
        min-width: 3.3333333333rem;
        margin-right: .3333333333rem;
        border-radius: .1333333333rem;
        font-size: .9333333333rem;
        letter-spacing: -.0346666667rem
    }
}

@media(min-width:769px) {
    .cashwait__popup-item-alert-btn {
        height: 3.6rem;
        min-width: 5rem;
        margin-right: .5rem;
        border-radius: .2rem;
        font-size: 1.4rem;
        letter-spacing: -.052rem
    }
}

@media(min-width:1025px) {
    .cashwait__popup-item-alert-btn {
        height: 2rem;
        min-width: 2.7777777778rem;
        margin-right: .2777777778rem;
        border-radius: .1111111111rem;
        font-size: .7777777778rem;
        letter-spacing: -.0288888889rem
    }
}

.cashwait__popup-item-alert-btn--green {
    background-color: #439043
}

.no-touch .cashwait__popup-item-alert-btn--green:hover {
    background-color: #52b052
}

.cashwait__popup-item-alert-btn--red,
.no-touch .cashwait__popup-item-alert-btn--red:hover {
    background-color: #f97160
}

.cashwait__popup-item-alert-btn--dark {
    background-color: #302d48;
    color: #74dcd2
}

.lang-popup:not(.desktop-menu-lang__popup) {
    display: flex !important;
    flex-wrap: wrap
}

.lang-popup--sidebar {
    padding-top: 1.6rem
}

@media(min-width:769px)and (max-width:1024px) {
    .lang-popup--sidebar {
        padding-top: 2.4rem
    }
}

.lang-popup--absolute {
    position: absolute;
    top: 2.7222222222rem;
    right: -8.2777777778rem;
    z-index: 2;
    width: 18.4444444444rem;
    padding: 1.3888888889rem 1.3888888889rem 0;
    border-radius: .4444444444rem;
    background-color: #2c3357
}

.lang-popup--right {
    right: 0;
    transform: translateZ(0)
}

.lang-popup__item {
    width: 6.6rem;
    margin-right: .6666666667rem;
    margin-bottom: 1.6666666667rem;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.lang-popup__item:nth-child(3n) {
    width: auto;
    padding-right: 0
}

.lang-popup--absolute .lang-popup__item:nth-child(3n) {
    margin-right: 0
}

.lang-popup--sidebar .lang-popup__item {
    width: 29%
}

@media(min-width:769px)and (max-width:1024px) {
    .lang-popup__item {
        width: 9.8rem;
        margin-right: 1rem;
        margin-bottom: 2.5rem
    }
}

@media(min-width:1025px) {
    .lang-popup__item {
        width: 5.4444444444rem;
        margin-right: .5555555556rem;
        margin-bottom: 1.3888888889rem
    }
}

.lang-popup__item--active {
    pointer-events: none
}

.lang-popup.bounce-dropdown.open .bounce-dropdown__item:first-child,
.lang-popup.bounce-dropdown.open .bounce-dropdown__item:nth-child(2),
.lang-popup.bounce-dropdown.open .bounce-dropdown__item:nth-child(3),
.lang-popup.bounce-dropdown.v-enter-to .bounce-dropdown__item:first-child,
.lang-popup.bounce-dropdown.v-enter-to .bounce-dropdown__item:nth-child(2),
.lang-popup.bounce-dropdown.v-enter-to .bounce-dropdown__item:nth-child(3) {
    animation-delay: .05s
}

.lang-popup.bounce-dropdown.open .bounce-dropdown__item:nth-child(4),
.lang-popup.bounce-dropdown.open .bounce-dropdown__item:nth-child(5),
.lang-popup.bounce-dropdown.open .bounce-dropdown__item:nth-child(6),
.lang-popup.bounce-dropdown.v-enter-to .bounce-dropdown__item:nth-child(4),
.lang-popup.bounce-dropdown.v-enter-to .bounce-dropdown__item:nth-child(5),
.lang-popup.bounce-dropdown.v-enter-to .bounce-dropdown__item:nth-child(6) {
    animation-delay: .1s
}

.lang-popup.bounce-dropdown.open .bounce-dropdown__item:nth-child(7),
.lang-popup.bounce-dropdown.open .bounce-dropdown__item:nth-child(8),
.lang-popup.bounce-dropdown.open .bounce-dropdown__item:nth-child(9),
.lang-popup.bounce-dropdown.v-enter-to .bounce-dropdown__item:nth-child(7),
.lang-popup.bounce-dropdown.v-enter-to .bounce-dropdown__item:nth-child(8),
.lang-popup.bounce-dropdown.v-enter-to .bounce-dropdown__item:nth-child(9) {
    animation-delay: .15s
}

.lang-popup.bounce-dropdown.open .bounce-dropdown__item:nth-child(10),
.lang-popup.bounce-dropdown.open .bounce-dropdown__item:nth-child(11),
.lang-popup.bounce-dropdown.open .bounce-dropdown__item:nth-child(12),
.lang-popup.bounce-dropdown.v-enter-to .bounce-dropdown__item:nth-child(10),
.lang-popup.bounce-dropdown.v-enter-to .bounce-dropdown__item:nth-child(11),
.lang-popup.bounce-dropdown.v-enter-to .bounce-dropdown__item:nth-child(12) {
    animation-delay: .2s
}

.lang-popup__item-inner {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: all .2s cubic-bezier(.4, 0, .2, 1)
}

.no-touch .lang-popup__item-inner:hover {
    transform: translate3d(0, 2px, 0)
}

.lang-popup__item--active .lang-popup__item-inner:hover {
    pointer-events: none;
    transform: none
}

.lang-popup__item-flag {
    width: 2.1333333333rem;
    margin-right: .6666666667rem;
    border-radius: 50%
}

.lang-popup--sidebar .lang-popup__item-flag {
    width: 1.6rem
}

.no-touch .lang-popup__item-inner:hover .lang-popup__item-flag {
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, .5)
}

.lang-popup__item--active .lang-popup__item-inner:hover .lang-popup__item-flag {
    box-shadow: none
}

@media(min-width:769px)and (max-width:1024px) {
    .lang-popup__item-flag {
        width: 3.2rem;
        margin-right: 1rem
    }

    .lang-popup--sidebar .lang-popup__item-flag {
        width: 2.4rem
    }
}

@media(min-width:1025px) {
    .lang-popup__item-flag {
        width: 1.7777777778rem;
        margin-right: .5555555556rem
    }
}

.lang-popup__item-text {
    font-size: .9333333333rem;
    line-height: 1;
    color: #faf6f2;
    letter-spacing: .004rem;
    text-transform: uppercase
}

@media(min-width:769px)and (max-width:1024px) {
    .lang-popup__item-text {
        font-size: 1.4rem;
        letter-spacing: .006rem
    }
}

@media(min-width:1025px) {
    .lang-popup__item-text {
        font-size: .7777777778rem;
        letter-spacing: .0033333333rem
    }
}

.custom-select {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 2.4rem;
    z-index: 2
}

.custom-select:last-child:not(.payment-area__card-list__select):not(.profile-edit__select) {
    margin-bottom: 0
}

.profile-edit .custom-select {
    margin-bottom: 2.4rem
}

.custom-select select {
    font-weight: 400;
    font-size: 1.0666666667rem;
    color: #000
}

.partners-contests-create-contest .custom-select {
    margin-bottom: 0
}

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

    .profile-edit .custom-select {
        margin-bottom: 3.2rem
    }

    .custom-select select {
        font-size: 1.6rem
    }

    .play .custom-select {
        margin-bottom: 2.52rem
    }

    .play .custom-select select {
        font-size: 1.12rem
    }
}

@media(min-width:1025px) {
    .custom-select {
        margin-bottom: 2rem
    }

    .profile-edit .custom-select {
        margin-bottom: 1.7777777778rem
    }

    .custom-select select {
        font-size: .8888888889rem
    }

    .play .custom-select {
        margin-bottom: 1.96rem
    }

    .play .custom-select select {
        font-size: .8711111111rem
    }
}

.custom-select--disabled {
    pointer-events: none
}

.custom-select__label {
    position: absolute;
    top: -1.3333333333rem;
    left: -.4666666667rem;
    font-size: 1rem;
    line-height: 1;
    color: #dce7f3;
    letter-spacing: -.0073333333rem;
    transform: scale(.667);
    opacity: .5;
    pointer-events: none;
    transition: all .2s ease-in-out
}

.profile-edit__select .custom-select__label {
    color: #b8b8bb;
    opacity: .5
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-select__label {
        top: -2rem;
        left: -.7rem;
        font-size: 1.5rem;
        letter-spacing: -.011rem
    }

    .play .custom-select__label {
        top: -1.4rem;
        left: -.49rem;
        font-size: 1.05rem;
        letter-spacing: -.0077rem
    }
}

@media(min-width:1025px) {
    .custom-select__label {
        top: -1.1111111111rem;
        left: -.3888888889rem;
        font-size: .8333333333rem;
        letter-spacing: -.0061111111rem
    }

    .play .custom-select__label {
        top: -1.0888888889rem;
        left: -.3811111111rem;
        font-size: .8166666667rem;
        letter-spacing: -.0059888889rem
    }
}

.custom-select__selected {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 2.4rem;
    padding: .4rem 1.1333333333rem .4rem .8rem;
    font-weight: 400;
    font-size: .9333333333rem;
    line-height: 1;
    border: 1px solid #3f4f8c;
    border-radius: .2666666667rem;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.custom-select__selected[disabled],
.no-touch .custom-select__selected:hover[disabled] {
    border: 1px solid rgba(63, 79, 140, .5);
    cursor: default
}

.profile-edit .custom-select__selected {
    padding: .4rem 1.1333333333rem .4rem .8rem
}

.custom-select--opened .custom-select__selected,
.no-touch .custom-select__selected:hover {
    border-color: #4563e3
}

.has-error .custom-select__selected {
    border-color: #e933a0
}

.has-error .custom-select__selected .no-touch:hover {
    border-color: #4563e3
}

.payment-area .custom-select__selected {
    width: 100%;
    padding: .4rem 1rem .4rem .8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-select__selected {
        min-height: 3.6rem;
        padding: .6rem 1.7rem .6rem 1.2rem;
        font-size: 1.4rem;
        border-radius: .4rem
    }

    .payment-area__card-list__select .custom-select__selected {
        min-height: 3.6rem;
        font-size: 1.4rem;
        padding: .6rem 3rem .6rem 1.2rem;
        border-radius: .4rem
    }

    .payment-area .custom-select__selected,
    .profile-edit .custom-select__selected {
        padding: .6rem 1.5rem .6rem 1.3rem
    }

    .profile-edit .custom-select__selected {
        height: 3.6rem
    }

    .play .custom-select__selected {
        min-height: 2.52rem;
        padding: .42rem 1.19rem .42rem .84rem;
        font-size: .98rem;
        border-radius: .28rem
    }
}

@media(min-width:1025px) {
    .custom-select__selected {
        min-height: 2rem;
        padding: .3333333333rem .9444444444rem .3333333333rem .6666666667rem;
        font-size: .7777777778rem;
        border-radius: .2222222222rem
    }

    .payment-area__card-list__select .custom-select__selected {
        min-height: 2rem;
        font-size: .8888888889rem;
        padding: .3333333333rem 1.6666666667rem .3333333333rem .6666666667rem;
        border-radius: .2222222222rem
    }
}

@media(min-width:1025px)and (min-width:1025px) {
    .custom-modal--partners-contests-create-contest .custom-select__selected {
        height: 2rem
    }
}

@media(min-width:1025px) {

    .payment-area .custom-select__selected,
    .profile-edit .custom-select__selected {
        padding: .3333333333rem .8333333333rem .3333333333rem .7222222222rem
    }
}

@media(min-width:1025px) {
    .profile-edit .custom-select__selected {
        height: 2rem
    }
}

@media(min-width:1025px) {
    .play .custom-select__selected {
        min-height: 1.96rem;
        padding: .3266666667rem .9255555556rem .3266666667rem .6533333333rem;
        font-size: .7622222222rem;
        border-radius: .2177777778rem
    }
}

.custom-select--opened {
    z-index: 10
}

.profile-contacts__col .custom-select--opened {
    z-index: 11
}

.select__selected--error {
    border-color: #e933a0
}

.custom-select__selected--label {
    padding-top: 1rem
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-select__selected--label {
        padding-top: 1.5rem
    }

    .play .custom-select__selected--label {
        padding-top: 1.05rem
    }
}

@media(min-width:1025px) {
    .custom-select__selected--label {
        padding-top: .8333333333rem
    }

    .play .custom-select__selected--label {
        padding-top: .8166666667rem
    }
}

.custom-select__name {
    overflow: hidden;
    max-width: calc(100% - 1.2rem);
    font-size: 1.0666666667rem;
    line-height: 1.3333333333rem;
    font-weight: 300;
    letter-spacing: normal;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer
}

.payment-area .custom-select__name {
    color: #fff
}

.profile-edit .custom-select__name {
    color: #fff;
    font-size: 1.0666666667rem;
    font-weight: 300
}

.custom-select--disabled .custom-select__name {
    color: hsla(0, 0%, 100%, .5)
}

.custom-select__name:first-letter {
    text-transform: uppercase
}

.custom-select__selected[disabled] .custom-select__name,
.no-touch .custom-select__selected:hover[disabled] .custom-select__name {
    cursor: default
}

.payment-area__card-list__select .custom-select__name {
    overflow: hidden;
    line-height: 1;
    color: #fff;
    letter-spacing: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: auto
}

.payment-area__card-list__select .custom-select__name span {
    margin-top: -.2666666667rem;
    margin-right: .6666666667rem;
    font-size: 1.0666666667rem;
    line-height: 1;
    letter-spacing: normal
}

.payment-area__card-list__select .custom-select__name span:first-letter {
    text-transform: uppercase
}

.payment-area__card-list__select--payment-recurrent .custom-select__name span {
    margin-right: 0
}

@media(min-width:451px)and (max-width:768px) {
    .payment-area__card-list__select .custom-select__name span {
        margin-top: -.1333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-select__name {
        max-width: calc(100% - 1.8rem);
        font-size: 1.6rem;
        line-height: 2rem
    }

    .payment-area__card-list__select .custom-select__name span {
        margin-top: -.2rem;
        margin-right: 1rem;
        font-size: 1.6rem
    }

    .payment-area__card-list__select--payment-recurrent .custom-select__name span {
        margin-right: 0
    }

    .profile-edit .custom-select__name {
        font-size: 1.6rem
    }

    .play .custom-select__name {
        font-size: 1.12rem
    }
}

@media(min-width:1025px) {
    .custom-select__name {
        max-width: calc(100% - 1rem);
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }

    .payment-area__card-list__select .custom-select__name span {
        margin-top: -.1666666667rem;
        margin-right: .5555555556rem;
        font-size: .8888888889rem
    }

    .payment-area__card-list__select--payment-recurrent .custom-select__name span {
        margin-right: 0
    }

    .profile-edit .custom-select__name {
        font-size: .8888888889rem
    }

    .play .custom-select__name {
        font-size: .8711111111rem
    }
}

.custom-select__arrow {
    transform: rotate(180deg);
    transition: transform .1s ease-out
}

.custom-select__arrow-icon {
    display: flex;
    width: .5333333333rem;
    height: auto;
    color: #90a7ff
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-select__arrow-icon {
        width: .8rem
    }
}

@media(min-width:1025px) {
    .custom-select__arrow-icon {
        width: .4444444444rem
    }
}

.custom-select__lock-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #90a7ff
}

.custom-select--disabled .custom-select__lock-icon {
    color: rgba(144, 167, 255, .5)
}

@media(max-width:768px) {
    .custom-select__lock-icon {
        right: .8rem;
        width: 1.3333333333rem;
        height: 1.3333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-select__lock-icon {
        right: 1.2rem;
        width: 2rem;
        height: 2rem
    }
}

@media(min-width:1025px) {
    .custom-select__lock-icon {
        right: .6666666667rem;
        width: 1.1111111111rem;
        height: 1.1111111111rem
    }
}

.custom-select__arrow--up {
    transform: rotate(0deg)
}

[disabled] .custom-select__arrow--label {
    display: none
}

.custom-select__options-wrap {
    position: absolute !important;
    top: 2.6666666667rem !important;
    z-index: 31;
    width: 100%;
    max-height: 9.6rem;
    background-color: #2c3357;
    border-radius: .2666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-select__options-wrap {
        top: 4rem !important;
        max-height: 14.4rem;
        border-radius: .4rem
    }

    .play .custom-select__options-wrap {
        top: 2.8rem !important;
        max-height: 10.08rem;
        border-radius: .28rem
    }
}

@media(min-width:1025px) {
    .custom-select__options-wrap {
        top: 2.2222222222rem !important;
        max-height: 8rem;
        border-radius: .2222222222rem
    }

    .play .custom-select__options-wrap {
        top: 2.1777777778rem !important;
        max-height: 7.84rem;
        border-radius: .2177777778rem
    }
}

.custom-select--open-to-top .custom-select__options-wrap,
.custom-select__options-wrap--top {
    top: auto !important;
    bottom: 2.6666666667rem
}

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

    .custom-select--open-to-top .custom-select__options-wrap,
    .custom-select__options-wrap--top {
        top: auto !important;
        bottom: 4rem
    }

    .custom-select--open-to-top .play .custom-select__options-wrap,
    .play .custom-select--open-to-top .custom-select__options-wrap,
    .play .custom-select__options-wrap--top {
        bottom: 2.8rem
    }
}

@media(min-width:1025px) {

    .custom-select--open-to-top .custom-select__options-wrap,
    .custom-select__options-wrap--top {
        top: auto !important;
        bottom: 2.2222222222rem
    }

    .custom-select--open-to-top .play .custom-select__options-wrap,
    .play .custom-select--open-to-top .custom-select__options-wrap,
    .play .custom-select__options-wrap--top {
        bottom: 2.1777777778rem
    }
}

.custom-select--open-to-bottom .custom-select__options-wrap,
.custom-select__options-wrap--bottom {
    top: 2.6666666667rem !important;
    bottom: auto !important
}

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

    .custom-select--open-to-bottom .custom-select__options-wrap,
    .custom-select__options-wrap--bottom {
        top: 4rem !important;
        bottom: auto !important
    }

    .custom-select--open-to-bottom .play .custom-select__options-wrap,
    .play .custom-select--open-to-bottom .custom-select__options-wrap,
    .play .custom-select__options-wrap--bottom {
        top: 2.8rem !important
    }
}

@media(min-width:1025px) {

    .custom-select--open-to-bottom .custom-select__options-wrap,
    .custom-select__options-wrap--bottom {
        top: 2.2222222222rem !important;
        bottom: auto !important
    }

    .custom-select--open-to-bottom .play .custom-select__options-wrap,
    .play .custom-select--open-to-bottom .custom-select__options-wrap,
    .play .custom-select__options-wrap--bottom {
        top: 2.1777777778rem !important
    }
}

.custom-select__options {
    width: 100%;
    max-height: 9.6rem;
    margin: 0;
    padding: 0;
    text-align: left;
    border: none;
    color: #fff;
    cursor: pointer
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-select__options {
        max-height: 14.4rem
    }

    .custom-modal--patch-profile .custom-select__options,
    .custom-modal--registration-mod .custom-select__options,
    .payment__inner--missing-data .custom-select__options {
        max-height: 11.5rem
    }

    .play .custom-select__options {
        max-height: 10.08rem
    }
}

@media(min-width:1025px) {
    .custom-select__options {
        max-height: 8rem
    }

    .custom-modal--patch-profile .custom-select__options,
    .custom-modal--registration-mod .custom-select__options,
    .payment__inner--missing-data .custom-select__options {
        max-height: 6.3888888889rem
    }

    .play .custom-select__options {
        max-height: 7.84rem
    }
}

@media(max-width:768px) {
    .custom-modal--partners-contests-create-contest .custom-select__options {
        max-height: 7.2rem
    }
}

@media(min-width:769px) {
    .custom-modal--partners-contests-create-contest .custom-select__options {
        max-height: 10.8rem
    }
}

@media(min-width:1025px) {
    .custom-modal--partners-contests-create-contest .custom-select__options {
        max-height: 6rem
    }
}

.custom-select__option {
    display: block;
    align-content: center;
    min-height: 2.4rem;
    font-weight: 200;
    font-size: 1.0666666667rem;
    line-height: 1;
    letter-spacing: normal;
    cursor: pointer;
    color: #fff;
    transition: all .2s ease-out
}

.custom-select__option,
.payment .custom-select__option {
    padding: .6666666667rem 1rem .6666666667rem 1.1333333333rem
}

.custom-select__option:first-letter {
    text-transform: uppercase
}

.no-touch .custom-select__option:hover {
    background-color: #262a46
}

.custom-select__option:first-child .custom-select__option-label,
.custom-select__option:nth-child(0) .custom-select__option-label,
.custom-select__option:nth-child(2) .custom-select__option-label,
.custom-select__option:nth-child(3) .custom-select__option-label,
.custom-select__option:nth-child(4) .custom-select__option-label,
.custom-select__option:nth-child(5) .custom-select__option-label,
.custom-select__option:nth-child(6) .custom-select__option-label,
.custom-select__option:nth-child(7) .custom-select__option-label,
.custom-select__option:nth-child(8) .custom-select__option-label,
.custom-select__option:nth-child(9) .custom-select__option-label,
.custom-select__option:nth-child(10) .custom-select__option-label {
    opacity: 0
}

.custom-select__options-wrap.open .custom-select__option:nth-child(0) .custom-select__option-label,
.custom-select__options-wrap.v-enter-to .custom-select__option:nth-child(0) .custom-select__option-label {
    animation: selectItemsDropdownListItem .15s cubic-bezier(.4, 0, .2, 1) 0s 1 forwards
}

.custom-select__options-wrap.open .custom-select__option:first-child .custom-select__option-label,
.custom-select__options-wrap.v-enter-to .custom-select__option:first-child .custom-select__option-label {
    animation: selectItemsDropdownListItem .15s cubic-bezier(.4, 0, .2, 1) .05s 1 forwards
}

.custom-select__options-wrap.open .custom-select__option:nth-child(2) .custom-select__option-label,
.custom-select__options-wrap.v-enter-to .custom-select__option:nth-child(2) .custom-select__option-label {
    animation: selectItemsDropdownListItem .15s cubic-bezier(.4, 0, .2, 1) .1s 1 forwards
}

.custom-select__options-wrap.open .custom-select__option:nth-child(3) .custom-select__option-label,
.custom-select__options-wrap.v-enter-to .custom-select__option:nth-child(3) .custom-select__option-label {
    animation: selectItemsDropdownListItem .15s cubic-bezier(.4, 0, .2, 1) .15s 1 forwards
}

.custom-select__options-wrap.open .custom-select__option:nth-child(4) .custom-select__option-label,
.custom-select__options-wrap.v-enter-to .custom-select__option:nth-child(4) .custom-select__option-label {
    animation: selectItemsDropdownListItem .15s cubic-bezier(.4, 0, .2, 1) .2s 1 forwards
}

.custom-select__options-wrap.open .custom-select__option:nth-child(5) .custom-select__option-label,
.custom-select__options-wrap.v-enter-to .custom-select__option:nth-child(5) .custom-select__option-label {
    animation: selectItemsDropdownListItem .15s cubic-bezier(.4, 0, .2, 1) .25s 1 forwards
}

.custom-select__options-wrap.open .custom-select__option:nth-child(6) .custom-select__option-label,
.custom-select__options-wrap.v-enter-to .custom-select__option:nth-child(6) .custom-select__option-label {
    animation: selectItemsDropdownListItem .15s cubic-bezier(.4, 0, .2, 1) .3s 1 forwards
}

.custom-select__options-wrap.open .custom-select__option:nth-child(7) .custom-select__option-label,
.custom-select__options-wrap.v-enter-to .custom-select__option:nth-child(7) .custom-select__option-label {
    animation: selectItemsDropdownListItem .15s cubic-bezier(.4, 0, .2, 1) .35s 1 forwards
}

.custom-select__options-wrap.open .custom-select__option:nth-child(8) .custom-select__option-label,
.custom-select__options-wrap.v-enter-to .custom-select__option:nth-child(8) .custom-select__option-label {
    animation: selectItemsDropdownListItem .15s cubic-bezier(.4, 0, .2, 1) .4s 1 forwards
}

.custom-select__options-wrap.open .custom-select__option:nth-child(9) .custom-select__option-label,
.custom-select__options-wrap.v-enter-to .custom-select__option:nth-child(9) .custom-select__option-label {
    animation: selectItemsDropdownListItem .15s cubic-bezier(.4, 0, .2, 1) .45s 1 forwards
}

.custom-select__options-wrap.open .custom-select__option:nth-child(10) .custom-select__option-label,
.custom-select__options-wrap.v-enter-to .custom-select__option:nth-child(10) .custom-select__option-label {
    animation: selectItemsDropdownListItem .15s cubic-bezier(.4, 0, .2, 1) .5s 1 forwards
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-select__option {
        min-height: 3.6rem;
        padding: 1rem 1.5rem 1rem 1.7rem;
        font-size: 1.6rem
    }

    .play .custom-select__option {
        min-height: 2.52rem;
        padding: .7rem 1.05rem .7rem 1.19rem;
        font-size: 1.12rem
    }

    .payment .custom-select__option {
        padding: 1rem 1.5rem 1rem 1.4rem
    }
}

@media(min-width:1025px) {
    .custom-select__option {
        min-height: 2rem;
        padding: .5555555556rem .8333333333rem .5555555556rem .9444444444rem;
        font-size: .8888888889rem
    }

    .play .custom-select__option {
        min-height: 2rem;
        padding: .5444444444rem .8166666667rem .5444444444rem .9255555556rem;
        font-size: .8711111111rem
    }

    .payment .custom-select__option {
        padding: .5555555556rem .8333333333rem .5555555556rem .7777777778rem
    }
}

.custom-select__option--active {
    background-color: #262a46
}

.custom-select__option-label {
    display: block
}

@media(max-width:768px) {
    .custom-select__options-scroll {
        margin-right: -1.3333333333rem
    }
}

@media(min-width:769px) {
    .custom-select__options-scroll {
        margin-right: -2rem
    }
}

@media(min-width:1025px) {
    .custom-select__options-scroll {
        margin-right: -1.1111111111rem
    }
}

.custom-select__option input {
    display: none
}

.system-select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.add-money-limit {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%
}

.add-money-limit__first-input {
    margin-top: 2.4rem
}

@media(min-width:769px)and (max-width:1024px) {
    .add-money-limit__first-input {
        margin-top: 3.6rem
    }
}

@media(min-width:1025px) {
    .add-money-limit__first-input {
        margin-top: 2rem
    }
}

.change-limit__first-input {
    margin-top: 2.4rem
}

@media(min-width:769px)and (max-width:1024px) {
    .change-limit__first-input {
        margin-top: 3.6rem
    }
}

@media(min-width:1025px) {
    .change-limit__first-input {
        margin-top: 2rem
    }
}

.change-limit__max-value-error {
    margin-top: -2.1333333333rem;
    margin-bottom: 1.0666666667rem;
    font-size: .9333333333rem;
    line-height: 1rem;
    letter-spacing: normal;
    color: #d5b631;
    text-align: left
}

@media(min-width:769px)and (max-width:1024px) {
    .change-limit__max-value-error {
        margin-bottom: 1.6rem;
        font-size: 1.4rem;
        line-height: 1.5rem
    }
}

@media(min-width:769px) {
    .change-limit__max-value-error {
        margin-top: -1.6rem
    }
}

@media(min-width:1025px) {
    .change-limit__max-value-error {
        margin-top: -1.7777777778rem;
        margin-bottom: .8888888889rem;
        font-size: .7777777778rem;
        line-height: .8333333333rem
    }
}

.change-limit__text {
    margin-bottom: 1.0666666667rem;
    font-size: .9333333333rem;
    line-height: 1.43;
    color: hsla(0, 0%, 100%, .5);
    font-weight: 500
}

.change-limit__text:last-child {
    margin-bottom: 0
}

@media(min-width:769px) {
    .change-limit__text {
        font-size: 1.4rem;
        margin-bottom: 1.6rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .change-limit__text {
        margin-bottom: 1.6rem;
        font-size: 1.4rem
    }
}

@media(min-width:1025px) {
    .change-limit__text {
        margin-bottom: 1.6666666667rem;
        font-size: .6666666667rem;
        line-height: .8888888889rem;
        letter-spacing: -.0177777778rem
    }
}

.change-limit__text__btns-wr {
    display: flex
}

.change-limit__btn {
    display: block;
    width: auto;
    margin-bottom: .6666666667rem
}

.change-limit__btn:last-child {
    margin-bottom: 0;
    margin-left: .5333333333rem
}

.change-limit__result .change-limit__btn {
    display: inline-block;
    width: auto
}

@media(min-width:769px)and (max-width:1024px) {
    .change-limit__btn {
        margin-bottom: 1rem
    }
}

@media(min-width:1025px) {
    .change-limit__btn {
        margin-bottom: .5555555556rem
    }
}

.change-limit__btn-ic {
    display: block;
    width: auto;
    height: .9333333333rem;
    margin-right: .3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .change-limit__btn-ic {
        height: 1.6rem;
        margin-right: .5rem
    }
}

@media(min-width:1025px) {
    .change-limit__btn-ic {
        height: .8888888889rem;
        margin-right: .2777777778rem
    }
}

.limit-list__inner {
    margin-bottom: 1.3333333333rem
}

.limit-list__inner:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .limit-list__inner {
        margin-bottom: 2rem
    }
}

@media(min-width:1025px) {
    .limit-list__inner {
        margin-bottom: 1.1111111111rem
    }
}

.limit-list__list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3.4666666667rem;
    padding: 1.0666666667rem;
    margin-bottom: .8rem;
    background-color: #2c3357;
    border-radius: .5333333333rem;
    cursor: pointer
}

.limit-list__list-item:last-child {
    margin-bottom: 0
}

@media(min-width:769px) {
    .limit-list__list-item {
        background-color: rgba(51, 61, 108, .2)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .limit-list__list-item {
        height: 4.4rem;
        padding: 1.2rem 1.6rem;
        border-radius: .8rem;
        margin-bottom: 2.4rem
    }
}

@media(min-width:1025px) {
    .limit-list__list-item {
        height: 2.4444444444rem;
        padding: .6666666667rem .8888888889rem;
        border-radius: .4444444444rem;
        margin-bottom: 1.3333333333rem
    }
}

.limit-list__list-item--opened {
    height: auto;
    justify-content: space-between;
    flex-direction: column
}

.limit-list__list-item-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5333333333rem 0;
    cursor: pointer
}

@media(min-width:769px)and (max-width:1024px) {
    .limit-list__list-item-inner {
        padding: .6rem 0
    }
}

@media(min-width:1025px) {
    .limit-list__list-item-inner {
        padding: .4444444444rem 0
    }
}

.limit-list__list-item-expanded {
    display: flex;
    flex-direction: column
}

.limit-list__list-item-title {
    margin-right: .5333333333rem;
    font-weight: 500;
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    color: hsla(0, 0%, 100%, .75);
    flex-shrink: 1
}

.limit-list__list-item-title:last-child {
    margin-right: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .limit-list__list-item-title {
        margin-right: .8rem;
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .limit-list__list-item-title {
        margin-right: .4444444444rem;
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

.limit-list__list-item-text {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .limit-list__list-item-text {
        font-size: 1.4rem;
        letter-spacing: -.011rem
    }
}

@media(min-width:1025px) {
    .limit-list__list-item-text {
        font-size: .7777777778rem;
        letter-spacing: -.0061111111rem
    }
}

.limit-list__list-item-text--not-set {
    color: hsla(0, 0%, 100%, .5)
}

.limit-list__list-item-text--arr {
    display: flex;
    align-items: center;
    text-align: right
}

.limit-list__list-item-text-arr {
    width: 1.3333333333rem;
    height: 1.3333333333rem;
    margin-left: .2666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .limit-list__list-item-text-arr {
        width: 2rem;
        height: 2rem;
        margin-left: .4rem
    }
}

@media(min-width:1025px) {
    .limit-list__list-item-text-arr {
        width: 1.1111111111rem;
        height: 1.1111111111rem;
        margin-left: .2222222222rem
    }
}

.limit-list__info {
    padding: 1rem 0 .5333333333rem;
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    font-weight: 500;
    letter-spacing: -.0213333333rem;
    color: #a1a9b0
}

@media(min-width:769px)and (max-width:1024px) {
    .limit-list__info {
        padding: 2rem 0 .8rem;
        font-size: 1.4rem;
        line-height: 2rem;
        letter-spacing: -.032rem
    }
}

@media(min-width:1025px) {
    .limit-list__info {
        padding: 1.1111111111rem 0 .4444444444rem;
        font-size: .7777777778rem;
        line-height: 1.1111111111rem;
        letter-spacing: -.0177777778rem
    }
}

.limit-list__toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer
}

.limit-list__toggle-text {
    margin-right: .4666666667rem;
    font-weight: 500;
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    letter-spacing: -.0073333333rem;
    color: hsla(0, 0%, 100%, .82)
}

@media(min-width:769px)and (max-width:1024px) {
    .limit-list__toggle-text {
        margin-right: 1rem;
        font-size: 1.4rem;
        line-height: 2rem;
        letter-spacing: -.011rem
    }
}

@media(min-width:1025px) {
    .limit-list__toggle-text {
        margin-right: .5555555556rem;
        font-size: .7777777778rem;
        line-height: 1.1111111111rem;
        letter-spacing: -.0061111111rem
    }
}

.limit-list__toggle-ic {
    width: 1.3333333333rem;
    height: 1.3333333333rem;
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .limit-list__toggle-ic {
        width: 2rem;
        height: 2rem
    }
}

@media(min-width:1025px) {
    .limit-list__toggle-ic {
        width: 1.1111111111rem;
        height: 1.1111111111rem
    }
}

.limit-list__toggle-ic--rotate {
    transform: scaleY(-1)
}

.limits-modal {
    padding: 1.0666666667rem;
    margin: 0;
    background-color: #252c4c;
    text-align: center
}

@media(max-width:768px) {
    .limits-modal {
        margin: 0 auto .8rem;
        width: calc(100% - 1.6rem);
        border-radius: 1.0666666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .limits-modal {
        padding: 4rem;
        border-radius: 1.6rem
    }
}

@media(min-width:1025px) {
    .limits-modal {
        padding: 2.2222222222rem;
        border-radius: .8888888889rem
    }
}

.limits-modal__title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 .8rem;
    padding: 0 1rem;
    font-size: 1.0666666667rem;
    line-height: 1.5;
    font-weight: 500;
    color: hsla(0, 0%, 100%, .88)
}

.limits-modal__title:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .limits-modal__title {
        margin: 0 0 1.2rem;
        padding: 0 1.5rem;
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    .limits-modal__title {
        margin: 0 0 .6666666667rem;
        padding: 0 .8333333333rem;
        font-size: .8888888889rem
    }
}

.limits-modal__text {
    margin-bottom: 1.6rem;
    font-size: .9333333333rem;
    line-height: 1.43;
    color: #a1a9b0
}

.limits-modal__text:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .limits-modal__text {
        margin-bottom: 2.4rem;
        font-size: 1.4rem
    }
}

@media(min-width:1025px) {
    .limits-modal__text {
        margin-bottom: 1.3333333333rem;
        font-size: .7777777778rem
    }
}

.limit-progressbar {
    position: relative;
    text-align: right;
    margin-bottom: 1.3333333333rem
}

.limit-progressbar:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .limit-progressbar {
        margin-bottom: 2rem
    }
}

@media(min-width:1025px) {
    .limit-progressbar {
        margin-bottom: 1.1111111111rem
    }
}

.limit-progressbar__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5333333333rem
}

@media(min-width:769px) {
    .limit-progressbar__info {
        margin-bottom: .8rem
    }
}

@media(min-width:1025px) {
    .limit-progressbar__info {
        margin-bottom: .4444444444rem
    }
}

.limit-progressbar__info-currency {
    display: flex;
    align-items: center;
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    font-weight: 500
}

@media(max-width:768px) {
    .limit-progressbar__info-currency {
        flex-shrink: 0;
        margin-right: .5333333333rem
    }
}

@media(min-width:769px) {
    .limit-progressbar__info-currency {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .limit-progressbar__info-currency {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

.limit-progressbar__info-currency-img {
    width: 1.3333333333rem;
    height: 1.3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .limit-progressbar__info-currency-img {
        width: 2rem;
        height: 2rem
    }
}

@media(min-width:1025px) {
    .limit-progressbar__info-currency-img {
        width: 1.1111111111rem;
        height: 1.1111111111rem
    }
}

.limit-progressbar__info-currency-text {
    margin-left: .2666666667rem
}

@media(min-width:769px) {
    .limit-progressbar__info-currency-text {
        margin-left: .4rem
    }
}

@media(min-width:1025px) {
    .limit-progressbar__info-currency-text {
        margin-left: .2222222222rem
    }
}

.limit-progressbar__info-text {
    margin-bottom: .9333333333rem;
    font-weight: 500;
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    color: hsla(0, 0%, 100%, .5)
}

.limit-progressbar__info-text:last-child {
    margin-bottom: 0
}

.limit-progressbar__info-text span {
    white-space: nowrap
}

.limit-progressbar__info-text span:first-child {
    color: #00c193
}

@media(min-width:769px)and (max-width:1024px) {
    .limit-progressbar__info-text {
        margin-bottom: 1.4rem;
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .limit-progressbar__info-text {
        margin-bottom: .7777777778rem;
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

.limit-progressbar__line-wr {
    display: flex;
    justify-content: flex-end;
    height: .8rem;
    border-radius: 1.0666666667rem;
    background-color: #0b1134
}

@media(min-width:769px)and (max-width:1024px) {
    .limit-progressbar__line-wr {
        height: 1.2rem;
        border-radius: 1.6rem
    }
}

@media(min-width:1025px) {
    .limit-progressbar__line-wr {
        height: .6666666667rem;
        border-radius: .8888888889rem
    }
}

.limit-progressbar__line {
    border-radius: .2666666667rem;
    height: .2666666667rem;
    margin: .2666666667rem;
    background-color: #00c193
}

@media(min-width:769px)and (max-width:1024px) {
    .limit-progressbar__line {
        border-radius: .4rem;
        height: .4rem;
        margin: .4rem
    }
}

@media(min-width:1025px) {
    .limit-progressbar__line {
        border-radius: .2222222222rem;
        height: .2222222222rem;
        margin: .2222222222rem
    }
}

.limit-card-timer {
    font-size: .9333333333rem;
    line-height: 1.43;
    color: #a1a9b0;
    margin-bottom: .5333333333rem
}

.limit-card-timer span {
    font-weight: 500;
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .limit-card-timer {
        font-size: 1.4rem;
        margin-bottom: .8rem
    }
}

@media(min-width:1025px) {
    .limit-card-timer {
        margin-top: -.6666666667rem;
        font-size: .7777777778rem;
        margin-bottom: .4444444444rem
    }
}

.limits {
    padding: .8rem .8rem 1.6rem
}

@media(min-width:769px)and (max-width:1024px) {
    .limits {
        padding: 3.5rem
    }
}

@media(min-width:1025px) {
    .limits {
        padding: 2.2222222222rem
    }
}

.limits__card {
    display: flex
}

.limits__text {
    font-weight: 500;
    margin-bottom: 1.8666666667rem;
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    color: #a1a9b0
}

.limits__text:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .limits__text {
        margin-bottom: 2.8rem;
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .limits__text {
        margin-bottom: 1.5555555556rem;
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

.limits__text--no-limits {
    margin-bottom: .5333333333rem
}

@media(min-width:769px) {
    .limits__text--no-limits {
        margin-bottom: .8rem
    }
}

@media(min-width:1025px) {
    .limits__text--no-limits {
        margin-bottom: .4444444444rem
    }
}

.limits__card-top {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%
}

.add-money-limit__form,
.change-limit__form,
.limits__card-items,
.limits__card-time-form {
    padding: 1.0666666667rem;
    margin: 0 0 1.3333333333rem;
    border-radius: .5333333333rem;
    background-color: #2c3357
}

.add-money-limit__form:last-child,
.change-limit__form:last-child,
.limits__card-items:last-child,
.limits__card-time-form:last-child {
    margin-bottom: 0
}

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

    .add-money-limit__form,
    .change-limit__form,
    .limits__card-items,
    .limits__card-time-form {
        padding: 1.6rem;
        margin: 0 0 2rem;
        border-radius: .8rem
    }
}

@media(min-width:1025px) {

    .add-money-limit__form,
    .change-limit__form,
    .limits__card-items,
    .limits__card-time-form {
        padding: .8888888889rem;
        margin: 0 0 1.1111111111rem;
        border-radius: .4444444444rem
    }
}

@media(min-width:769px) {

    .add-money-limit__form,
    .change-limit__form,
    .limits__card-items,
    .limits__card-time-form {
        background-color: rgba(51, 61, 108, .2)
    }
}

.limits__card-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%
}

@media(max-width:768px) {
    .limits__card-hint-wr {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        background: rgba(0, 8, 83, .9);
        z-index: 20;
        padding: .8rem;
        display: flex;
        align-items: flex-end
    }
}

.limits__card-hint {
    position: absolute;
    top: 2.9333333333rem;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 3.2rem 1.0666666667rem 1.0666666667rem;
    border-radius: .5333333333rem;
    background-color: #2c3357
}

@media(max-width:768px) {
    .limits__card-hint {
        top: auto;
        position: relative;
        background-color: #2c3357
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .limits__card-hint {
        top: -2rem;
        left: auto;
        right: -3.2rem;
        padding: 6rem 4rem 4rem;
        border-radius: 1.6rem;
        max-width: 36.6rem
    }
}

@media(min-width:1025px) {
    .limits__card-hint {
        top: -1.1111111111rem;
        left: auto;
        right: -1.7777777778rem;
        padding: 3.3333333333rem 2.2222222222rem 2.2222222222rem;
        border-radius: .8888888889rem;
        max-width: 20.3333333333rem
    }
}

.limits__card-hint-close {
    position: absolute;
    top: 1.0666666667rem;
    right: 1.0666666667rem;
    width: 1.3333333333rem;
    height: 1.3333333333rem;
    margin-bottom: 1.0666666667rem;
    color: #90a7ff;
    cursor: pointer;
    line-height: 0
}

@media(min-width:769px) {
    .limits__card-hint-close {
        width: 2rem;
        height: 2rem;
        top: 2.8rem;
        right: 4rem
    }
}

@media(min-width:1025px) {
    .limits__card-hint-close {
        width: 1.1111111111rem;
        height: 1.1111111111rem;
        top: 1.5555555556rem;
        right: 2.2222222222rem
    }
}

.limits__card-hint .limits__text {
    color: #fff;
    font-weight: 300
}

@media(min-width:769px) {
    .limits__card-hint .limits__text {
        font-size: 1.6rem;
        line-height: 2.4rem
    }
}

@media(min-width:1025px) {
    .limits__card-hint .limits__text {
        font-size: .8888888889rem;
        line-height: 1.3333333333rem
    }
}

.limits__card-item {
    padding: 1.0666666667rem;
    margin: 0 0 .8rem;
    border-radius: .5333333333rem;
    background-color: #2c3357
}

.limits__card-item:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .limits__card-item {
        padding: 1.6rem;
        margin: 0 0 2.4rem;
        border-radius: .8rem
    }
}

@media(min-width:1025px) {
    .limits__card-item {
        padding: .8888888889rem;
        margin: 0 0 1.3333333333rem;
        border-radius: .4444444444rem
    }
}

@media(min-width:769px) {
    .limits__card-item {
        background-color: rgba(51, 61, 108, .2)
    }
}

.limits__subheader {
    position: relative;
    padding: 0 1.6rem;
    margin-bottom: 1.0666666667rem
}

.limits__subheader:last-child {
    margin-bottom: 0
}

.limits__card-time-form .limits__subheader {
    padding-right: 0
}

.limits__card-time-form .limits__subheader:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .limits__subheader {
        padding: 0 2.4rem;
        margin-bottom: 1.6rem
    }

    .limits__card-time-form .limits__subheader {
        margin-bottom: 2rem
    }
}

@media(min-width:1025px) {
    .limits__subheader {
        padding: 0 1.3333333333rem;
        margin-bottom: .8888888889rem
    }

    .limits__card-time-form .limits__subheader {
        margin-bottom: 1.1111111111rem
    }
}

.limits__subheader-icon {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    color: #f3d869
}

.limits__subheader-icon--active {
    width: 1.3333333333rem;
    color: #00c193
}

@media(min-width:769px)and (max-width:1024px) {
    .limits__subheader-icon--active {
        width: 2rem
    }
}

@media(min-width:1025px) {
    .limits__subheader-icon--active {
        width: 1.1111111111rem
    }
}

.limits__subheader-icon--clock,
.limits__subheader-icon--email {
    width: 1.3333333333rem
}

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

    .limits__subheader-icon--clock,
    .limits__subheader-icon--email {
        width: 2rem
    }
}

@media(min-width:1025px) {

    .limits__subheader-icon--clock,
    .limits__subheader-icon--email {
        width: 1.1111111111rem
    }
}

.limits__subheader-title {
    font-weight: 500;
    font-size: .9333333333rem;
    line-height: 1.43;
    letter-spacing: normal;
    color: #fff
}

.limits__subheader-title:first-letter {
    text-transform: uppercase
}

.limits__subheader-title:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .limits__subheader-title {
        font-size: 1.4rem
    }
}

@media(min-width:1025px) {
    .limits__subheader-title {
        font-size: .7777777778rem
    }
}

.limits__subheader-setting-wr {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.3333333333rem;
    width: 1.3333333333rem;
    cursor: pointer
}

@media(min-width:769px)and (max-width:1024px) {
    .limits__subheader-setting-wr {
        height: 2rem;
        width: 2rem
    }
}

@media(min-width:1025px) {
    .limits__subheader-setting-wr {
        height: 1.1111111111rem;
        width: 1.1111111111rem
    }
}

.limits__subheader-setting {
    height: 1.3333333333rem;
    width: 1.3333333333rem;
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .limits__subheader-setting {
        height: 2rem;
        width: 2rem
    }
}

@media(min-width:1025px) {
    .limits__subheader-setting {
        height: 1.1111111111rem;
        width: 1.1111111111rem
    }
}

.limits__subheader-setting-notice {
    position: absolute;
    right: -.6666666667rem;
    top: 2.1333333333rem;
    width: 11.3333333333rem;
    padding: 1.0666666667rem;
    border-radius: .5333333333rem;
    background-color: #2c3357;
    font-size: .9333333333rem;
    line-height: 1.43;
    font-weight: 300;
    color: #fff;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    transition: opacity .2s ease-in-out
}

.limits__subheader-setting-wr:hover .limits__subheader-setting-notice {
    opacity: 1
}

@media(min-width:769px)and (max-width:1024px) {
    .limits__subheader-setting-notice {
        right: -4rem;
        top: 4.8rem;
        width: 17rem;
        padding: 1.6rem;
        border-radius: 1.6rem;
        font-size: 1.6rem;
        line-height: 1.5;
        box-shadow: 0 6.4rem 4rem -4rem rgba(0, 19, 57, .25), 0 4rem 4rem -4rem rgba(0, 19, 57, .25)
    }

    .limits__subheader-setting-notice:before {
        content: "";
        position: absolute;
        right: 3.6rem;
        top: -1.6rem;
        border-bottom: 1.6rem solid #2c3357;
        border-left: 1.4rem solid transparent;
        border-right: 1.4rem solid transparent
    }
}

@media(min-width:1025px) {
    .limits__subheader-setting-notice {
        right: -2.2222222222rem;
        top: 2.6666666667rem;
        width: 9.4444444444rem;
        padding: .8888888889rem;
        border-radius: .8888888889rem;
        font-size: .8888888889rem;
        line-height: 1.5;
        box-shadow: 0 3.5555555556rem 2.2222222222rem -2.2222222222rem rgba(0, 19, 57, .25), 0 2.2222222222rem 2.2222222222rem -2.2222222222rem rgba(0, 19, 57, .25)
    }

    .limits__subheader-setting-notice:before {
        content: "";
        position: absolute;
        right: 2rem;
        top: -.8888888889rem;
        border-bottom: .8888888889rem solid #2c3357;
        border-left: .7777777778rem solid transparent;
        border-right: .7777777778rem solid transparent
    }
}

.limits__subheader-text {
    margin-bottom: .8rem;
    font-weight: 500;
    font-size: .9333333333rem;
    line-height: 1.43;
    letter-spacing: normal;
    color: #fff
}

.limits__subheader-text:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .limits__subheader-text {
        margin-bottom: 1.2rem;
        font-size: 1.4rem
    }
}

@media(min-width:1025px) {
    .limits__subheader-text {
        margin-bottom: .6666666667rem;
        font-size: .7777777778rem
    }
}

.limits__subheader-text--active {
    color: #00c193
}

.limits__subheader-text--pending {
    color: #f3d869
}

.limits__subheader-text-sum {
    white-space: nowrap
}

.limits__progressbars {
    margin-bottom: .8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .limits__progressbars {
        margin-bottom: 1.2rem
    }
}

@media(min-width:1025px) {
    .limits__progressbars {
        margin-bottom: .6666666667rem
    }
}

.limits__description-2 {
    font-weight: 500;
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    color: #a1a9b0
}

@media(min-width:769px)and (max-width:1024px) {
    .limits__description-2 {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .limits__description-2 {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

.limits__card-title {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 2rem;
    margin-bottom: 1.6rem;
    cursor: default
}

.limits__card-title:last-child {
    margin-bottom: 0
}

@media(min-width:769px) {
    .limits__card-title {
        min-height: 3.6rem;
        margin-bottom: 2.4rem
    }
}

@media(min-width:1025px) {
    .limits__card-title {
        min-height: 2rem;
        margin-bottom: 1.3333333333rem
    }
}

.limits__card-title-arr-wr {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    cursor: pointer
}

@media(max-width:768px) {
    .limits__card-title-arr-wr {
        padding: 0
    }
}

.limits__card-title-arr {
    flex-shrink: 0
}

@media(max-width:768px) {
    .limits__card-title-arr {
        height: .9333333333rem;
        width: auto
    }
}

@media(min-width:769px) {
    .limits__card-title-arr {
        height: 3.6rem;
        width: 3.6rem;
        padding: 0 1rem;
        background-color: #2e479a;
        border-radius: 50%
    }
}

@media(min-width:1025px) {
    .limits__card-title-arr {
        height: 2rem;
        width: 2rem;
        padding: 0 .5555555556rem
    }
}

.limits__card-title-text {
    margin-right: auto
}

.limits__card-title-text:last-child {
    margin-right: 0
}

@media(max-width:768px) {
    .limits__card-title-text {
        display: flex;
        align-items: center;
        font-weight: 500;
        font-size: 1.0666666667rem;
        line-height: 1.3333333333rem;
        padding-left: .8rem;
        padding-right: 1.3333333333rem;
        text-transform: uppercase;
        color: hsla(0, 0%, 100%, .5)
    }
}

@media(min-width:769px) {
    .limits__card-title-text {
        font-weight: 500;
        font-size: 2rem;
        line-height: 2.4rem;
        color: #fff;
        margin-left: 1.2rem
    }
}

@media(min-width:1025px) {
    .limits__card-title-text {
        font-size: 1.1111111111rem;
        line-height: 1.3333333333rem;
        margin-left: .6666666667rem
    }
}

.limits__card-title-info {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    display: inline-block;
    color: #90a7ff;
    cursor: pointer;
    flex-shrink: 0;
    padding: .5333333333rem
}

@media(min-width:769px) {
    .limits__card-title-info {
        padding: .8rem
    }
}

@media(min-width:1025px) {
    .limits__card-title-info {
        padding: .4444444444rem
    }
}

.limits__card-title-info-ic {
    width: 1.3333333333rem;
    height: 1.3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .limits__card-title-info-ic {
        width: 2rem;
        height: 2rem
    }
}

@media(min-width:1025px) {
    .limits__card-title-info-ic {
        width: 1.1111111111rem;
        height: 1.1111111111rem
    }
}

.limits__card-title-close {
    flex-shrink: 0
}

@media(max-width:768px) {
    .limits__card-title-close {
        padding: .5333333333rem
    }
}

@media(min-width:769px) {
    .limits__card-title-close {
        padding: .8rem
    }
}

@media(min-width:1025px) {
    .limits__card-title-close {
        padding: .4444444444rem
    }
}

.limits__card-title-close-icon {
    display: flex
}

@media(max-width:768px) {
    .limits__card-title-close-icon {
        width: .9333333333rem;
        height: .9333333333rem
    }
}

@media(min-width:769px) {
    .limits__card-title-close-icon {
        width: 1.4rem;
        height: 1.4rem
    }
}

@media(min-width:1025px) {
    .limits__card-title-close-icon {
        width: .7777777778rem;
        height: .7777777778rem
    }
}

.limits__card-time-form {
    display: block;
    margin: 0
}

@media(min-width:769px) {
    .limits__card-time-form {
        margin: 0
    }
}

.limits__card-input,
.limits__card-input-wr {
    flex: 1 1 auto;
    margin-bottom: 1rem
}

.limits__card-input-wr:last-child,
.limits__card-input:last-child {
    margin-right: 0;
    margin-bottom: 0
}

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

    .limits__card-input,
    .limits__card-input-wr {
        margin-bottom: 1.5rem
    }
}

@media(min-width:1025px) {

    .limits__card-input,
    .limits__card-input-wr {
        margin-bottom: .8333333333rem
    }
}

.limits__card-select,
.limits__card-select:last-child {
    margin-bottom: .2666666667rem
}

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

    .limits__card-select,
    .limits__card-select:last-child {
        margin-bottom: .4rem
    }
}

@media(min-width:1025px) {

    .limits__card-select,
    .limits__card-select:last-child {
        margin-bottom: .2222222222rem
    }
}

.limits__card-add-time-limit-btn {
    width: 100%
}

@media(min-width:769px) {
    .limits__card-add-time-limit-btn {
        width: auto
    }
}

@media(min-width:1025px) {
    .limits__card-add-time-limit-btn {
        min-width: 6.1111111111rem
    }
}

.change-limit__text__btns-wr,
.limits__card-edit-btns {
    display: flex
}

@media(max-width:768px) {

    .change-limit__text__btns-wr,
    .limits__card-edit-btns {
        flex-wrap: wrap
    }
}

.limits__card-edit-btn {
    display: block;
    width: auto;
    margin-left: .4rem;
    margin-bottom: .8rem
}

.limits__card-edit-btn:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .limits__card-edit-btn {
        margin-bottom: 1.2rem;
        margin-left: .6rem
    }
}

@media(min-width:1025px) {
    .limits__card-edit-btn {
        margin-bottom: .6666666667rem;
        margin-left: .3333333333rem
    }
}

.limits__card-edit-btn-ic {
    display: block;
    width: auto;
    height: .9333333333rem;
    margin-right: .3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .limits__card-edit-btn-ic {
        height: 1.6rem;
        margin-right: .5rem
    }
}

@media(min-width:1025px) {
    .limits__card-edit-btn-ic {
        height: .8888888889rem;
        margin-right: .2777777778rem
    }
}

.limits__max-value-error {
    margin-bottom: 1.0666666667rem;
    font-size: .9333333333rem;
    line-height: 1rem;
    letter-spacing: normal;
    color: #d5b631;
    text-align: left
}

@media(min-width:769px)and (max-width:1024px) {
    .limits__max-value-error {
        margin-bottom: 1.6rem;
        font-size: 1.4rem;
        line-height: 1.5rem
    }
}

@media(min-width:1025px) {
    .limits__max-value-error {
        margin-bottom: .8888888889rem;
        font-size: .7777777778rem;
        line-height: .8333333333rem
    }
}

.limits__status-block {
    margin-bottom: 1.6rem
}

.limits__status-block:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .limits__status-block {
        margin-bottom: 2.4rem
    }
}

@media(min-width:1025px) {
    .limits__status-block {
        margin-bottom: 1.3333333333rem
    }
}

.limits__status-block-period {
    margin-bottom: 1.3333333333rem;
    font-size: .9333333333rem;
    line-height: 1.43
}

.limits__status-block-period:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .limits__status-block-period {
        margin-bottom: 2rem;
        font-size: 1.4rem
    }
}

@media(min-width:1025px) {
    .limits__status-block-period {
        margin-bottom: 1.1111111111rem;
        font-size: .7777777778rem
    }
}

.limits__status-block-period--pending {
    color: #f3d869
}

.limits__status-block-period--active {
    color: #fff
}

.pagination-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1.3333333333rem
}

.pagination-block:last-child {
    margin-bottom: 0
}

.pagination-block>.vue-ads-flex {
    display: flex
}

.pagination-block .vue-ads-leading-loose {
    display: none
}

@media(min-width:769px)and (max-width:1024px) {
    .pagination-block {
        margin-bottom: 2rem
    }
}

@media(min-width:1025px) {
    .pagination-block {
        margin-bottom: 1.1111111111rem
    }
}

.partners-contests-history-content .pagination-block {
    justify-content: center
}

@media(min-width:769px) {
    .partners-contests-history-content .pagination-block {
        margin-top: 2.8rem
    }
}

@media(min-width:1025px) {
    .partners-contests-history-content .pagination-block {
        margin-top: 1.5555555556rem
    }
}

.pagination-block__button {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .3333333333rem;
    width: 2rem;
    height: 2rem;
    margin-right: .3333333333rem;
    border-radius: .1333333333rem;
    background-color: #302d48;
    font-size: .8rem;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
    cursor: pointer;
    border: none
}

.pagination-block__button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translateZ(0);
    width: 201%;
    height: 102%;
    background-image: linear-gradient(270deg, #002dba, #9d4edd);
    opacity: 0;
    transition: all .2s ease-in-out
}

.pagination-block__button[disabled] {
    pointer-events: none
}

.pagination-block__button .fa {
    display: block;
    background: no-repeat 50%/contain;
    line-height: 1em
}

@media(max-width:768px) {
    .pagination-block__button .fa {
        width: 1.3333333333rem;
        height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .pagination-block__button .fa {
        width: 2rem;
        height: 2rem
    }
}

@media(min-width:1025px) {
    .pagination-block__button .fa {
        width: 1.1111111111rem;
        height: 1.1111111111rem
    }
}

.pagination-block__button .fa:before {
    content: none
}

.pagination-block__button .fa-angle-left {
    background-image: url(../../../assets/496700arr-3-l.5922cea4.svg)
}

.pagination-block__button .fa-angle-left,
.pagination-block__button .fa-angle-right {
    background-repeat: no-repeat;
    background-size: auto .6666666667rem;
    background-position: 50%
}

.pagination-block__button .fa-angle-right {
    background-image: url(../../../assets/496700arr-3-r.5ffa9406.svg)
}

.no-touch .pagination-block__button:hover:before {
    transform: translate3d(-50%, 0, 0);
    opacity: 1
}

.pagination-block__button span {
    position: relative;
    z-index: 1;
    transform: translateZ(0)
}

@media(max-width:768px) {
    .pagination-block__button span {
        line-height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .pagination-block__button span {
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .pagination-block__button span {
        line-height: 1.1111111111rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .pagination-block__button {
        width: 3rem;
        height: 3rem;
        padding: 0 .5rem;
        margin-right: .5rem;
        border-radius: .2rem;
        font-size: 1.2rem
    }

    .pagination-block__button .fa-angle-left,
    .pagination-block__button .fa-angle-right {
        background-repeat: no-repeat;
        background-size: auto 1.2rem;
        background-position: 50%
    }
}

@media(min-width:1025px) {
    .pagination-block__button {
        width: 1.6666666667rem;
        height: 1.6666666667rem;
        padding: 0 .2777777778rem;
        margin-right: .2777777778rem;
        border-radius: .1111111111rem;
        font-size: .6666666667rem
    }

    .pagination-block__button .fa-angle-left,
    .pagination-block__button .fa-angle-right {
        background-repeat: no-repeat;
        background-size: auto .6666666667rem;
        background-position: 50%
    }
}

.partners-contests-history-content .pagination-block__button {
    background: transparent;
    border-radius: 100%;
    color: hsla(0, 0%, 100%, .5)
}

.partners-contests-history-content .pagination-block__button:before {
    display: none
}

.no-touch .partners-contests-history-content .pagination-block__button:hover {
    border-color: #3764f3
}

@media(min-width:769px) {
    .partners-contests-history-content .pagination-block__button {
        width: 3.2rem;
        height: 3.2rem;
        margin-right: .4rem;
        border: .1rem solid #2f47a0
    }
}

@media(min-width:1025px) {
    .partners-contests-history-content .pagination-block__button {
        width: 1.7777777778rem;
        height: 1.7777777778rem;
        margin-right: .2222222222rem;
        border: .0555555556rem solid #2f47a0
    }
}

.pagination-block__button--active {
    pointer-events: none
}

.pagination-block__button--active:before {
    transform: translate3d(-50%, 0, 0);
    opacity: 1
}

.partners-contests-history-content .pagination-block__button--active {
    color: #fff;
    transform: none
}

.bets-selected-game {
    padding: 0 .8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-selected-game {
        padding: 0 6.4rem
    }
}

@media(min-width:1025px) {
    .bets-selected-game {
        padding: 0 3.5555555556rem
    }
}

.bets-selected-game__back {
    display: flex;
    margin-bottom: 1.0666666667rem;
    cursor: pointer;
    align-items: flex-start
}

@media(min-width:769px) {
    .bets-selected-game__back {
        align-items: center
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-selected-game__back {
        margin-bottom: 2rem
    }
}

@media(min-width:1025px) {
    .bets-selected-game__back {
        margin-bottom: 1.1111111111rem
    }
}

.bets-selected-game__back-ic-wr {
    margin-right: 1.6rem;
    flex-shrink: 0;
    padding-top: .2666666667rem
}

@media(min-width:769px) {
    .bets-selected-game__back-ic-wr {
        border-radius: 50%;
        background-color: #2e479a;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-selected-game__back-ic-wr {
        width: 3.6rem;
        height: 3.6rem;
        margin-right: 1.2rem
    }
}

@media(min-width:1025px) {
    .bets-selected-game__back-ic-wr {
        width: 2rem;
        height: 2rem;
        margin-right: .6666666667rem
    }
}

.bets-selected-game__back-ic {
    width: .5333333333rem;
    color: #fff;
    display: block
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-selected-game__back-ic {
        width: 1.7rem
    }
}

@media(min-width:1025px) {
    .bets-selected-game__back-ic {
        width: .9444444444rem
    }
}

.bets-selected-game__back-info {
    flex-grow: 1
}

.bets-selected-game__back-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500;
    font-size: 1.0666666667rem;
    line-height: 1.25;
    color: hsla(0, 0%, 100%, .5);
    text-transform: uppercase
}

@media(min-width:769px) {
    .bets-selected-game__back-name {
        line-height: 1.2;
        color: #fff;
        text-transform: none
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-selected-game__back-name {
        font-size: 2rem
    }
}

@media(min-width:1025px) {
    .bets-selected-game__back-name {
        font-size: 1.1111111111rem
    }
}

.bets-selected-game__back-time {
    font-size: .8rem;
    line-height: 1.33;
    color: hsla(0, 0%, 100%, .5)
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-selected-game__back-time {
        font-size: 1.2rem
    }
}

@media(min-width:1025px) {
    .bets-selected-game__back-time {
        font-size: .6666666667rem
    }
}

.bets-selected-game__filters {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: .5333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-selected-game__filters {
        margin-bottom: .8rem
    }
}

@media(min-width:1025px) {
    .bets-selected-game__filters {
        margin-bottom: .4444444444rem
    }
}

.bets-selected-game__filter {
    width: 33.333%;
    font-weight: 700;
    font-size: .6666666667rem;
    line-height: 1.2;
    color: #fff;
    cursor: pointer;
    transition: all .2s ease-in-out;
    opacity: .5;
    display: flex;
    align-items: center;
    text-transform: uppercase
}

.no-touch .bets-selected-game__filter:hover {
    opacity: .7
}

.bets-selected-game__filter:last-child {
    justify-content: flex-end
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-selected-game__filter {
        font-size: 1rem
    }
}

@media(min-width:1025px) {
    .bets-selected-game__filter {
        font-size: .5555555556rem
    }
}

.bets-selected-game__filter--active,
.no-touch .bets-selected-game__filter--active:hover {
    opacity: 1
}

.bets-selected-game__filter-ic {
    width: .8rem;
    height: .8rem;
    margin-right: .2666666667rem
}

.bets-selected-game__filter--reverse .bets-selected-game__filter-ic {
    transform: rotate(180deg)
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-selected-game__filter-ic {
        width: 1.2rem;
        height: 1.2rem;
        margin-right: .4rem
    }
}

@media(min-width:1025px) {
    .bets-selected-game__filter-ic {
        width: .6666666667rem;
        height: .6666666667rem;
        margin-right: .2222222222rem
    }
}

.bets-selected-game__item {
    display: flex;
    align-items: center;
    background-color: rgba(51, 61, 108, .5);
    overflow: hidden;
    border-radius: 1.0666666667rem 1.0666666667rem .5333333333rem .5333333333rem;
    padding-bottom: .8rem;
    flex-wrap: wrap;
    margin-bottom: 1.3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-selected-game__item {
        margin-bottom: 2rem;
        border-radius: 1.6rem 1.6rem .8rem .8rem;
        padding-bottom: 2rem
    }
}

@media(min-width:1025px) {
    .bets-selected-game__item {
        margin-bottom: 1.1111111111rem;
        border-radius: .8888888889rem .8888888889rem .4444444444rem .4444444444rem;
        padding-bottom: 1.1111111111rem
    }
}

.bets-selected-game__item-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-position: 50% 0;
    width: 100%;
    padding-top: 66.99%;
    margin-bottom: .8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-selected-game__item-img {
        margin-bottom: 2rem
    }
}

@media(min-width:1025px) {
    .bets-selected-game__item-img {
        margin-bottom: 1.1111111111rem
    }
}

.bets-selected-game__item-name--no-game {
    display: flex;
    align-items: center
}

@media(max-width:768px) {
    .bets-selected-game__item-name--no-game {
        padding-right: 0;
        max-width: none;
        white-space: normal;
        text-overflow: clip;
        overflow: visible
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-selected-game__item-name--no-game {
        padding: 1rem
    }
}

@media(min-width:1025px) {
    .bets-selected-game__item-name--no-game {
        padding: .5555555556rem
    }
}

.bets-selected-game__item-num-wr {
    width: 4.6666666667rem;
    margin-left: auto;
    text-align: right
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-selected-game__item-num-wr {
        width: 10rem
    }
}

@media(min-width:1025px) {
    .bets-selected-game__item-num-wr {
        width: 5.5555555556rem
    }
}

.bets-selected-game__item-num-wr--separator {
    text-align: left;
    margin-left: .8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-selected-game__item-num-wr--separator {
        margin-left: 2rem
    }
}

@media(min-width:1025px) {
    .bets-selected-game__item-num-wr--separator {
        margin-left: 1.1111111111rem
    }
}

.bets-selected-game__item-num {
    font-size: .8rem;
    line-height: 1.33;
    color: #fff;
    white-space: nowrap
}

.bets-selected-game__item-num .curr {
    text-transform: uppercase
}

@media(min-width:769px) {
    .bets-selected-game__item-num {
        line-height: 1.25
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-selected-game__item-num {
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    .bets-selected-game__item-num {
        font-size: .8888888889rem
    }
}

.bets-selected-game__item-hint {
    font-size: .8rem;
    line-height: 1.33;
    color: hsla(0, 0%, 100%, .5);
    white-space: nowrap
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-selected-game__item-hint {
        font-size: 1.2rem
    }
}

@media(min-width:1025px) {
    .bets-selected-game__item-hint {
        font-size: .6666666667rem
    }
}

.bets-selected-game__item-play {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    background-image: radial-gradient(75% 100% at 50.34% 100%, #2094ff 0, #0b3ddd 100%);
    margin: 0 .8rem 0 .8rem;
    border-radius: 50%;
    width: 2.1333333333rem;
    height: 2.1333333333rem;
    transition: all .2s ease-in-out
}

.no-touch .bets-selected-game__item-play:hover {
    opacity: .85
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-selected-game__item-play {
        margin: 0 2rem 0 1.6rem;
        width: 3.2rem;
        height: 3.2rem
    }
}

@media(min-width:1025px) {
    .bets-selected-game__item-play {
        margin: 0 1.1111111111rem 0 .8888888889rem;
        width: 1.7777777778rem;
        height: 1.7777777778rem
    }
}

.bets-selected-game__item-play--no-game {
    pointer-events: none;
    opacity: 0
}

.bets-selected-game__item-play-ic {
    width: .8rem;
    height: auto;
    position: relative;
    left: 1px
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-selected-game__item-play-ic {
        width: 1.2rem
    }
}

@media(min-width:1025px) {
    .bets-selected-game__item-play-ic {
        width: .6666666667rem
    }
}

.bets-selected-game__list-scroll-wr {
    max-height: 18.6666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-selected-game__list-scroll-wr {
        max-height: 34rem
    }
}

@media(min-width:1025px) {
    .bets-selected-game__list-scroll-wr {
        max-height: 18.8888888889rem
    }
}

@media(max-width:768px) {
    .bets-selected-game__list-scroll {
        width: 100% !important;
        max-height: 18.6666666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-selected-game__list-scroll {
        max-height: 34rem
    }
}

@media(min-width:1025px) {
    .bets-selected-game__list-scroll {
        max-height: 18.8888888889rem
    }
}

.bets-selected-game__list {
    overflow: hidden;
    border-radius: .5333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-selected-game__list {
        border-radius: .8rem
    }
}

@media(min-width:1025px) {
    .bets-selected-game__list {
        border-radius: .4444444444rem
    }
}

.bets-selected-game__list-item {
    display: flex;
    align-items: center;
    background-color: rgba(51, 61, 108, .2);
    height: 2.6666666667rem
}

.bets-selected-game__list-item:nth-child(2n) {
    background-color: rgba(51, 61, 108, .1)
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-selected-game__list-item {
        height: 4.8rem
    }
}

@media(min-width:1025px) {
    .bets-selected-game__list-item {
        height: 2.6666666667rem
    }
}

.bets-selected-game__list-item-cell {
    position: relative;
    width: 30%;
    color: #fff;
    font-weight: 500;
    flex-shrink: 0;
    opacity: .5
}

.bets-selected-game__list-item-cell:first-child {
    padding-left: .8rem;
    width: 40%
}

@media(min-width:769px) {
    .bets-selected-game__list-item-cell:first-child {
        width: 33.333%
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-selected-game__list-item-cell:first-child {
        padding-left: 1.6rem
    }
}

@media(min-width:1025px) {
    .bets-selected-game__list-item-cell:first-child {
        padding-left: .8888888889rem
    }
}

.bets-selected-game__list-item-cell:last-child {
    text-align: right;
    padding-right: .8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-selected-game__list-item-cell:last-child {
        padding-right: 1.6rem
    }
}

@media(min-width:1025px) {
    .bets-selected-game__list-item-cell:last-child {
        padding-right: .8888888889rem
    }
}

@media(min-width:769px) {
    .bets-selected-game__list-item-cell {
        font-weight: 400;
        width: 33.333%
    }
}

.bets-selected-game__list-item-cell--active {
    opacity: 1
}

.bets-selected-game__list-item-num {
    font-size: .8rem;
    line-height: 1.3;
    text-transform: lowercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

.bets-selected-game__list-item-num .curr {
    text-transform: uppercase
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-selected-game__list-item-num {
        font-size: 1.2rem
    }
}

@media(min-width:1025px) {
    .bets-selected-game__list-item-num {
        font-size: .6666666667rem
    }
}

.bets-selected-game__list-item-hint {
    font-size: .8rem;
    line-height: 1.58;
    letter-spacing: -.06rem;
    color: #697d8f
}

.bets-sessions-list__header {
    display: flex;
    align-items: center
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-sessions-list__header {
        margin-bottom: 2rem
    }
}

@media(min-width:1025px) {
    .bets-sessions-list__header {
        margin-bottom: 1.1111111111rem
    }
}

.bets-sessions-list__scroll-wr {
    margin-bottom: 1.3333333333rem
}

@media(max-width:768px) {
    .bets-sessions-list__scroll-wr {
        overflow: visible !important
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-sessions-list__scroll-wr {
        margin-bottom: 7.6rem
    }
}

@media(min-width:1025px) {
    .bets-sessions-list__scroll-wr {
        margin-bottom: 4.2222222222rem
    }
}

@media(max-width:768px) {
    .bets-sessions-list__scroll {
        overflow: visible !important;
        width: 100% !important
    }
}

.bets-sessions-list__items {
    padding: 0 .8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-sessions-list__items {
        padding: 0 6.4rem
    }
}

@media(min-width:1025px) {
    .bets-sessions-list__items {
        padding: 0 3.5555555556rem
    }
}

.bets-sessions-list__group {
    margin-bottom: 1.0666666667rem
}

.bets-sessions-list__group:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-sessions-list__group {
        margin-bottom: 2rem
    }
}

@media(min-width:1025px) {
    .bets-sessions-list__group {
        margin-bottom: 1.1111111111rem
    }
}

.bets-sessions-list__group-date {
    text-align: center;
    color: hsla(0, 0%, 100%, .5);
    font-size: .5333333333rem;
    margin-bottom: .6666666667rem;
    line-height: 1.5
}

@media(min-width:769px) {
    .bets-sessions-list__group-date {
        line-height: 2
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-sessions-list__group-date {
        margin-bottom: .8rem;
        font-size: 1.2rem
    }
}

@media(min-width:1025px) {
    .bets-sessions-list__group-date {
        margin-bottom: .4444444444rem;
        font-size: .6666666667rem
    }
}

.bets-sessions-list__items-wrap {
    border-radius: .5333333333rem;
    overflow: hidden
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-sessions-list__items-wrap {
        border-radius: .8rem
    }
}

@media(min-width:1025px) {
    .bets-sessions-list__items-wrap {
        border-radius: .4444444444rem
    }
}

.bets-sessions-list__item {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: rgba(51, 61, 108, .2);
    padding: 0 .8rem;
    height: 3.7333333333rem;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.bets-sessions-list__item:nth-child(2n) {
    background-color: rgba(51, 61, 108, .1)
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-sessions-list__item {
        padding: 0 1.6rem;
        height: 6.8rem
    }
}

@media(min-width:1025px) {
    .bets-sessions-list__item {
        padding: .8888888889rem;
        height: 3.7777777778rem
    }
}

.bets-sessions-list__item-img {
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-sessions-list__item-img {
        width: 4.8rem;
        height: 3.6rem;
        margin-right: .8rem;
        border-radius: .8rem
    }
}

@media(min-width:1025px) {
    .bets-sessions-list__item-img {
        width: 2.6666666667rem;
        height: 2rem;
        margin-right: .4444444444rem;
        border-radius: .4444444444rem
    }
}

.bets-sessions-list__item-about {
    width: 5.3333333333rem;
    margin-right: .5333333333rem;
    flex-shrink: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-sessions-list__item-about {
        width: 11.6rem;
        margin-right: .8rem
    }
}

@media(min-width:1025px) {
    .bets-sessions-list__item-about {
        width: 6.4444444444rem;
        margin-right: .4444444444rem
    }
}

.bets-sessions-list__item-amount,
.bets-sessions-list__item-name {
    font-size: .8rem;
    line-height: 1.3;
    color: #90a7ff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: 0
}

@media(min-width:769px) {

    .bets-sessions-list__item-amount,
    .bets-sessions-list__item-name {
        line-height: 1.25
    }
}

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

    .bets-sessions-list__item-amount,
    .bets-sessions-list__item-name {
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {

    .bets-sessions-list__item-amount,
    .bets-sessions-list__item-name {
        font-size: .8888888889rem
    }
}

.bets-sessions-list__item-hint {
    font-size: .8rem;
    line-height: 1.58;
    letter-spacing: 0;
    color: #697d8f
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-sessions-list__item-hint {
        font-size: 1.2rem;
        line-height: 1.58;
        color: rgba(220, 231, 243, .6);
        white-space: nowrap
    }
}

@media(min-width:1025px) {
    .bets-sessions-list__item-hint {
        font-size: .6666666667rem;
        line-height: 1.58;
        color: rgba(220, 231, 243, .6);
        white-space: nowrap
    }
}

.bets-sessions-list__item-money {
    width: 4.2666666667rem;
    margin-right: .5333333333rem;
    flex-shrink: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-sessions-list__item-money {
        width: 8.4rem;
        margin-right: .8rem
    }
}

@media(min-width:1025px) {
    .bets-sessions-list__item-money {
        width: 4.6666666667rem;
        margin-right: .4444444444rem
    }
}

.bets-sessions-list__item-amount {
    color: #fff
}

.bets-sessions-list__item-name--no-game {
    display: flex;
    align-items: center
}

@media(max-width:768px) {
    .bets-sessions-list__item-name--no-game {
        max-width: none;
        text-overflow: clip;
        white-space: normal;
        overflow: visible
    }
}

.bets-sessions-list__item-num-wr {
    text-align: center
}

@media(max-width:768px) {
    .bets-sessions-list__item-num-wr {
        flex: 1 1 33.333%
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-sessions-list__item-num-wr {
        min-width: 13rem
    }
}

@media(min-width:1025px) {
    .bets-sessions-list__item-num-wr {
        min-width: 7.2222222222rem
    }
}

.bets-sessions-list__item-num-wr--separator {
    position: relative
}

.bets-sessions-list__item-num-wr--separator:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: .0666666667rem;
    background-color: rgba(220, 231, 243, .3)
}

@media(max-width:768px) {
    .bets-sessions-list__item-num-wr--separator {
        padding: 0 .6666666667rem
    }

    .bets-sessions-list__item-num-wr--separator:before {
        height: 1.6666666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-sessions-list__item-num-wr--separator {
        padding: 0 4rem
    }

    .bets-sessions-list__item-num-wr--separator:before {
        width: .1rem;
        height: 2.1333333333rem
    }
}

@media(min-width:1025px) {
    .bets-sessions-list__item-num-wr--separator {
        padding: 0 2.2222222222rem
    }

    .bets-sessions-list__item-num-wr--separator:before {
        width: .0555555556rem;
        height: 2.1333333333rem
    }
}

@media(max-width:768px) {
    .bets-sessions-list__item-num-wr--date {
        display: flex;
        align-items: center;
        flex: 0 0 auto;
        width: 40%;
        padding-left: 0;
        padding-right: 1rem;
        text-align: left
    }
}

.bets-sessions-list__item-num {
    font-size: .8rem;
    line-height: .67;
    color: #fff;
    text-transform: lowercase;
    letter-spacing: 0
}

.bets-sessions-list__item-num .curr {
    text-transform: uppercase
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-sessions-list__item-num {
        margin-bottom: .1rem;
        font-size: 1.4rem;
        line-height: .86;
        white-space: nowrap
    }
}

@media(min-width:1025px) {
    .bets-sessions-list__item-num {
        margin-bottom: .0555555556rem;
        font-size: .7777777778rem;
        line-height: .86;
        white-space: nowrap
    }
}

.bets-sessions-list__item-num--mod {
    letter-spacing: 0
}

@media(max-width:768px) {
    .bets-sessions-list__item-num--mod {
        font-size: .9333333333rem;
        text-align: center;
        line-height: 1
    }
}

.bets-sessions-list__item-play {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-image: radial-gradient(75% 100% at 50.34% 100%, #2094ff 0, #0b3ddd 100%);
    margin-left: auto;
    border-radius: 50%;
    width: 2.1333333333rem;
    height: 2.1333333333rem;
    transition: all .2s ease-in-out
}

.no-touch .bets-sessions-list__item-play:hover {
    opacity: .85
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-sessions-list__item-play {
        width: 2.8rem;
        height: 2.8rem
    }
}

@media(min-width:1025px) {
    .bets-sessions-list__item-play {
        width: 1.5555555556rem;
        height: 1.5555555556rem
    }
}

.bets-sessions-list__item-play--hide {
    pointer-events: none;
    opacity: 0
}

.bets-sessions-list__item-play-ic {
    height: auto;
    color: #fff;
    position: relative;
    left: 1px
}

@media(max-width:768px) {
    .bets-sessions-list__item-play-ic {
        width: .8rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .bets-sessions-list__item-play-ic {
        width: 1.2rem
    }
}

@media(min-width:1025px) {
    .bets-sessions-list__item-play-ic {
        width: .6666666667rem
    }
}

.bets-sessions-list__item-details {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    margin-top: .3333333333rem
}

.bets-sessions-list__item-details-ic {
    width: .5333333333rem;
    height: auto;
    color: #fff
}

.bets {
    position: relative;
    padding: .8rem 0 1.6rem
}

@media(min-width:769px)and (max-width:1024px) {
    .bets {
        padding: 1.2rem 0 2.8rem
    }
}

@media(min-width:1025px) {
    .bets {
        padding: 4rem 0 1.5555555556rem
    }
}

.bets .pagination-block {
    margin-top: 1.3333333333rem
}

.bets .pagination-block>.vue-ads-flex {
    width: 100%;
    justify-content: center
}

@media(min-width:769px)and (max-width:1024px) {
    .bets .pagination-block {
        margin-top: 7.5rem
    }
}

@media(min-width:1025px) {
    .bets .pagination-block {
        margin-top: 4.1666666667rem
    }
}

.bets .pagination-block__button {
    font-size: .8rem;
    line-height: 1.33;
    width: 2.1333333333rem;
    height: 2.1333333333rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #2f47a0;
    color: hsla(0, 0%, 100%, .5);
    background-color: transparent
}

.bets .pagination-block__button:before {
    display: none
}

.bets .pagination-block__button:first-child,
.bets .pagination-block__button:last-child {
    width: auto;
    padding: 0 .8rem;
    border-radius: 1.3333333333rem
}

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

    .bets .pagination-block__button:first-child,
    .bets .pagination-block__button:last-child {
        padding: 0 1.2rem;
        border-radius: 2rem
    }
}

@media(min-width:1025px) {

    .bets .pagination-block__button:first-child,
    .bets .pagination-block__button:last-child {
        padding: 0 .6666666667rem;
        border-radius: 1.1111111111rem
    }
}

.bets .pagination-block__button span {
    display: block;
    line-height: 1;
    top: 1px
}

@media(min-width:769px)and (max-width:1024px) {
    .bets .pagination-block__button {
        font-size: 1.2rem;
        width: 3.2rem;
        height: 3.2rem
    }
}

@media(min-width:1025px) {
    .bets .pagination-block__button {
        font-size: .6666666667rem;
        width: 1.7777777778rem;
        height: 1.7777777778rem
    }
}

.bets .pagination-block__button--active {
    color: #fff
}

.bets--empty,
.history--empty {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 1.3333333333rem .8rem;
    height: 100%
}

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

    .bets--empty,
    .history--empty {
        padding: 2rem 6.4rem
    }
}

@media(min-width:1025px) {

    .bets--empty,
    .history--empty {
        padding: 1.1111111111rem 3.5555555556rem
    }
}

.bets__notify-text-wr,
.history__notify-text-wr {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.history-empty__title {
    font-size: 1.0666666667rem;
    line-height: 1.25;
    margin-bottom: 1.0666666667rem;
    color: #fff;
    font-weight: 500;
    width: 100%
}

@media(min-width:769px)and (max-width:1024px) {
    .history-empty__title {
        margin-bottom: 1.2rem;
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    .history-empty__title {
        margin-bottom: .6666666667rem;
        font-size: .8888888889rem
    }
}

.history-empty__text {
    font-size: .9333333333rem;
    line-height: 1.42;
    margin-bottom: 1.0666666667rem;
    font-weight: 500;
    color: hsla(0, 0%, 100%, .5);
    width: 100%
}

@media(min-width:769px)and (max-width:1024px) {
    .history-empty__text {
        margin-bottom: 1.2rem;
        font-size: 1.4rem
    }
}

@media(min-width:1025px) {
    .history-empty__text {
        margin-bottom: .6666666667rem;
        font-size: .7777777778rem
    }
}

.history-empty__btn {
    height: 2.4rem;
    padding: 0 1.0666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .history-empty__btn {
        height: 3.6rem;
        padding: 0 1.6rem
    }
}

@media(min-width:1025px) {
    .history-empty__btn {
        height: 2rem;
        padding: 0 .8888888889rem
    }
}

.bets__preloader {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

@media(max-width:768px) {
    .bets__preloader {
        left: -1rem;
        right: -1rem
    }
}

@media(min-width:769px) {
    .bets__preloader {
        width: 100%
    }
}

.bets__preloader--no-items,
.bets__preloader--selected-game {
    position: static;
    width: 100%
}

.bets-table {
    width: 100%
}

@media(min-width:769px)and (max-width:1024px) {
    .bets__head {
        border-bottom: 2.2rem solid #282638
    }
}

@media(min-width:1025px) {
    .bets__head {
        border-bottom: 1.2222222222rem solid #282638
    }
}

.bets__head-item--filter {
    cursor: pointer;
    transition: all .2s ease-in-out
}

@media(min-width:769px) {
    .bets__head-item--filter {
        line-height: 1.14;
        color: #dce7f3;
        text-align: center
    }

    .bets__head-item--filter:before {
        content: "";
        display: inline-block;
        box-sizing: border-box;
        vertical-align: middle;
        transition: all .2s ease-in-out
    }

    .bets__head-item--filter.reverse:before {
        transform: rotate(-180deg)
    }

    .no-touch .bets__head-item--filter:hover {
        color: rgba(220, 231, 243, .6)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .bets__head-item--filter {
        font-size: 1.4rem;
        letter-spacing: -.087rem
    }

    .bets__head-item--filter:before {
        margin-right: .6rem;
        border-left: .5rem solid transparent;
        border-right: .5rem solid transparent;
        border-top: .6rem solid rgba(220, 231, 243, .6)
    }
}

@media(min-width:1025px) {
    .bets__head-item--filter {
        font-size: .7777777778rem;
        letter-spacing: -.0483333333rem
    }

    .bets__head-item--filter:before {
        margin-right: .3333333333rem;
        border-left: .2777777778rem solid transparent;
        border-right: .2777777778rem solid transparent;
        border-top: .3333333333rem solid rgba(220, 231, 243, .6)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .bets__head-item--game-name {
        font-size: 1.7rem;
        line-height: 1.12;
        letter-spacing: -.105rem;
        color: #dce7f3;
        text-align: left
    }
}

@media(min-width:1025px) {
    .bets__head-item--game-name {
        font-size: .9444444444rem;
        line-height: 1.12;
        letter-spacing: -.0583333333rem;
        color: #dce7f3;
        text-align: left
    }
}

.bets__item {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    cursor: pointer
}

@media(min-width:769px) {
    .bets__item {
        background-color: rgba(48, 45, 72, .7)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .bets__item {
        border-bottom: 1rem solid #282638
    }

    .bets__item:last-child {
        border: none
    }
}

@media(min-width:1025px) {
    .bets__item {
        border-bottom: .5555555556rem solid #282638
    }

    .bets__item:last-child {
        border: none
    }
}

.bets__item-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    vertical-align: middle
}

@media(min-width:769px)and (max-width:1024px) {
    .bets__item-img {
        display: inline-block;
        width: 9rem;
        height: 6rem;
        margin-right: 1rem
    }
}

@media(min-width:1025px) {
    .bets__item-img {
        display: inline-block;
        width: 5rem;
        height: 3.3333333333rem;
        margin-right: .5555555556rem
    }
}

.bets__item-game-name {
    font-weight: 500;
    font-size: .9333333333rem;
    line-height: 1.36;
    letter-spacing: -.07rem;
    color: #dce7f3;
    vertical-align: middle
}

@media(max-width:768px) {
    .bets__item-game-name {
        margin-bottom: .3333333333rem
    }
}

@media(min-width:769px) {
    .bets__item-game-name {
        display: inline-block
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .bets__item-game-name {
        font-size: 1.4rem;
        letter-spacing: -.105rem
    }
}

@media(min-width:1025px) {
    .bets__item-game-name {
        font-size: .7777777778rem;
        letter-spacing: -.0583333333rem
    }
}

.bets__item-td {
    white-space: nowrap;
    vertical-align: middle;
    text-align: center
}

.bets__item-td--name {
    width: 100%;
    text-align: left
}

.bets__item-td--separator {
    position: relative
}

.bets__item-td--separator:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: .0666666667rem;
    background-color: rgba(220, 231, 243, .3)
}

@media(max-width:768px) {
    .bets__item-td--separator:before {
        height: 1.6666666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .bets__item-td--separator {
        padding: 0 2rem
    }

    .bets__item-td--separator:before {
        width: .1rem;
        height: 2.1333333333rem
    }
}

@media(min-width:1025px) {
    .bets__item-td--separator {
        padding: 0 1.1111111111rem
    }

    .bets__item-td--separator:before {
        width: .0555555556rem;
        height: 2.1333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .bets__item-td--win {
        padding: 0 2rem
    }
}

@media(min-width:1025px) {
    .bets__item-td--win {
        padding: 0 1.1111111111rem
    }
}

.bets__item-back {
    display: inline-block;
    vertical-align: middle;
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .bets__item-back {
        width: 4.6rem;
        height: 6rem
    }
}

@media(min-width:1025px) {
    .bets__item-back {
        width: 2.5555555556rem;
        height: 3.3333333333rem
    }
}

.bets__item-number {
    font-size: .8rem;
    line-height: 1.25;
    letter-spacing: -.086rem;
    color: #dce7f3
}

@media(min-width:769px)and (max-width:1024px) {
    .bets__item-number {
        margin-bottom: .1rem;
        font-size: 1.4rem;
        line-height: 1.36;
        letter-spacing: -.1rem;
        white-space: nowrap
    }
}

@media(min-width:1025px) {
    .bets__item-number {
        margin-bottom: .0555555556rem;
        font-size: .7777777778rem;
        line-height: 1.36;
        letter-spacing: -.0555555556rem;
        white-space: nowrap
    }
}

.bets__item-hint {
    font-size: .8rem;
    line-height: 1.58;
    letter-spacing: -.06rem;
    color: #697d8f
}

@media(min-width:769px)and (max-width:1024px) {
    .bets__item-hint {
        font-size: 1.2rem;
        line-height: 1.58;
        letter-spacing: -.09rem;
        color: rgba(220, 231, 243, .6);
        white-space: nowrap
    }
}

@media(min-width:1025px) {
    .bets__item-hint {
        font-size: .6666666667rem;
        line-height: 1.58;
        letter-spacing: -.05rem;
        color: rgba(220, 231, 243, .6);
        white-space: nowrap
    }
}

.bets__item-play {
    display: block;
    color: #dce7f3;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.no-touch .bets__item-play:hover {
    color: rgba(220, 231, 243, .6)
}

@media(min-width:769px)and (max-width:1024px) {
    .bets__item-play {
        padding: 1.5rem
    }
}

@media(min-width:1025px) {
    .bets__item-play {
        padding: .8333333333rem
    }
}

.bets__item-play-ic {
    height: auto
}

@media(min-width:769px)and (max-width:1024px) {
    .bets__item-play-ic {
        width: 1.2rem
    }
}

@media(min-width:1025px) {
    .bets__item-play-ic {
        width: .6666666667rem
    }
}

.bets__pagin {
    flex-wrap: wrap
}

.bets__pagin,
.bets__pagin-item {
    display: flex;
    align-items: center
}

.bets__pagin-item {
    min-width: 2rem;
    justify-content: center;
    height: 2rem;
    padding: 0 .3333333333rem;
    margin-right: .3333333333rem
}

.bets__pagin-item:last-child {
    margin-right: 0
}

.bets__pagin-item.active {
    pointer-events: none
}

@media(min-width:769px)and (max-width:1024px) {
    .bets__pagin-item {
        min-width: 3rem;
        height: 3rem;
        padding: 0 .5rem;
        margin-right: .5rem
    }
}

@media(min-width:1025px) {
    .bets__pagin-item {
        min-width: 1.6666666667rem;
        height: 1.6666666667rem;
        padding: 0 .2777777778rem;
        margin-right: .2777777778rem
    }
}

.bets__pagin-item-ic {
    width: auto;
    height: .6666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .bets__pagin-item-ic {
        height: 1.2rem
    }
}

@media(min-width:1025px) {
    .bets__pagin-item-ic {
        height: .6666666667rem
    }
}

.progress-bar {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #181d3d;
    border-radius: .4rem
}

.panel-bonuses__item .progress-bar {
    width: 100%;
    margin: .4rem 0
}

@media(min-width:769px) {
    .panel-bonuses__item .progress-bar {
        margin: .6rem 0
    }
}

@media(min-width:1025px) {
    .panel-bonuses__item .progress-bar {
        margin: .3333333333rem 0
    }
}

.top-profile .progress-bar {
    width: 100%;
    overflow: hidden
}

.top-profile .progress-bar:after,
.top-profile .progress-bar:before {
    display: none
}

.progress-bar:after,
.progress-bar:before {
    content: "";
    display: block;
    width: 1rem;
    height: .8rem;
    border-style: solid;
    border-color: #262a46
}

.panel-bonuses__item .progress-bar:after,
.panel-bonuses__item .progress-bar:before {
    display: none
}

.progress-bar:after {
    border-radius: 0 .4rem .4rem 0;
    border-width: .2666666667rem .2666666667rem .2666666667rem 0
}

.progress-bar:before {
    background-color: #00c193;
    border-radius: .4rem 0 0 .4rem;
    border-width: .2666666667rem 0 .2666666667rem .2666666667rem
}

.bonuses-item__date--container .progress-bar:before {
    background-color: #7b7f92
}

@media(min-width:769px)and (max-width:1024px) {
    .progress-bar {
        border-radius: .6rem
    }

    .progress-bar:after,
    .progress-bar:before {
        width: 1.5rem;
        height: 1.2rem
    }

    .progress-bar:after {
        border-radius: 0 .6rem .6rem 0;
        border-width: .4rem .4rem .4rem 0
    }

    .progress-bar:before {
        border-radius: .6rem 0 0 .6rem;
        border-width: .4rem 0 .4rem .4rem
    }
}

@media(min-width:1025px) {
    .progress-bar {
        border-radius: .3333333333rem
    }

    .progress-bar:after,
    .progress-bar:before {
        width: .8333333333rem;
        height: .6666666667rem
    }

    .progress-bar:after {
        border-radius: 0 .3333333333rem .3333333333rem 0;
        border-width: .2222222222rem .2222222222rem .2222222222rem 0
    }

    .progress-bar:before {
        border-radius: .3333333333rem 0 0 .3333333333rem;
        border-width: .2222222222rem 0 .2222222222rem .2222222222rem
    }
}

.progress-bar__bar {
    flex-grow: 1;
    height: .8rem;
    border-width: .2666666667rem 0;
    border-style: solid;
    border-color: #262a46
}

.top-profile .progress-bar__bar {
    border: none
}

@media(min-width:769px) {
    .top-profile .progress-bar__bar {
        height: .4rem
    }
}

@media(min-width:1025px) {
    .top-profile .progress-bar__bar {
        height: .2222222222rem
    }
}

@media(min-width:769px) {
    .progress-bar__bar {
        height: 1.2rem;
        border-width: .4rem 0
    }
}

@media(min-width:1025px) {
    .progress-bar__bar {
        height: .6666666667rem;
        border-width: .2222222222rem 0
    }
}

.panel-bonuses__item .progress-bar__bar {
    border: none
}

@media(max-width:768px) {
    .panel-bonuses__item .progress-bar__bar {
        height: .2666666667rem
    }
}

@media(min-width:769px) {
    .panel-bonuses__item .progress-bar__bar {
        height: .4rem
    }
}

@media(min-width:1025px) {
    .panel-bonuses__item .progress-bar__bar {
        height: .2222222222rem
    }
}

.progress-bar__filler {
    position: relative;
    max-width: 100%;
    height: 100%;
    background-color: #00c193;
    flex-grow: 1
}

.bonuses-item__date--container .progress-bar__filler {
    background-color: #7b7f92
}

.panel-bonuses__item .progress-bar__filler {
    border-radius: 1vh
}

@media(max-width:768px) {
    .panel-bonuses__item .progress-bar__filler {
        min-width: 5% !important
    }
}

@media(min-width:769px) {
    .panel-bonuses__item .progress-bar__filler {
        min-width: 4% !important
    }
}

.progress-bar__filler:before {
    content: attr(data-percentage);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(50%, -50%, 0);
    min-width: 1.9333333333rem;
    padding: 0 .2666666667rem;
    border-radius: .5333333333rem;
    background-color: #00c193;
    font-weight: 500;
    font-size: .6666666667rem;
    line-height: 1.0666666667rem;
    letter-spacing: normal;
    color: #181d3d;
    text-align: center
}

.bonuses-item__date--container .progress-bar__filler:before {
    background-color: #7b7f92;
    color: #0b1134
}

.top-profile .progress-bar__filler:before {
    display: none
}

@media(min-width:769px) {
    .top-profile .progress-bar__filler {
        border-radius: .4rem
    }
}

@media(min-width:1025px) {
    .top-profile .progress-bar__filler {
        border-radius: .2222222222rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .progress-bar__filler:before {
        min-width: 2.9rem;
        padding: 0 .4rem;
        border-radius: .8rem;
        font-size: 1rem;
        line-height: 1.6rem
    }
}

@media(min-width:1025px) {
    .progress-bar__filler:before {
        min-width: 1.6111111111rem;
        padding: 0 .2222222222rem;
        border-radius: .4444444444rem;
        font-size: .5555555556rem;
        line-height: .8888888889rem
    }
}

.bonuses-item {
    position: relative;
    margin-bottom: .8rem;
    border-radius: .5333333333rem;
    background-color: #2c3357
}

.bonuses-item:last-child {
    margin-bottom: 0
}

@media(min-width:769px) {
    .bonuses-item {
        background: rgba(51, 61, 108, .2)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .bonuses-item {
        margin-bottom: 2rem;
        border-radius: .8rem
    }
}

@media(min-width:1025px) {
    .bonuses-item {
        margin-bottom: 1.1111111111rem;
        border-radius: .4444444444rem
    }
}

.bonuses-item--cancel-popup {
    padding-bottom: .8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .bonuses-item--cancel-popup {
        padding-bottom: 1.2rem
    }
}

@media(min-width:1025px) {
    .bonuses-item--cancel-popup {
        padding-bottom: .6666666667rem
    }
}

.bonuses-item__header {
    display: flex;
    align-items: center;
    padding: .5333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .bonuses-item__header {
        padding: 1.2rem 1.2rem .8rem
    }
}

@media(min-width:1025px) {
    .bonuses-item__header {
        padding: .6666666667rem .6666666667rem .4444444444rem
    }
}

.bonuses-item__date {
    padding: 0 .5333333333rem .5333333333rem;
    font-weight: 500;
    font-size: .6666666667rem;
    line-height: 1.2;
    color: #fff;
    border-bottom: 1px solid transparent
}

@media(min-width:769px)and (max-width:1024px) {
    .bonuses-item__date {
        font-size: 1rem;
        padding: 0 1.2rem 1.2rem
    }
}

@media(min-width:1025px) {
    .bonuses-item__date {
        font-size: .5555555556rem;
        padding: 0 .6666666667rem .6666666667rem
    }
}

.bonuses-item__date--bordered {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.bonuses-item__date--hide-popup {
    display: flex;
    flex-direction: column;
    gap: .5333333333rem;
    padding: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .bonuses-item__date--hide-popup {
        gap: .8rem
    }
}

@media(min-width:1025px) {
    .bonuses-item__date--hide-popup {
        gap: .4444444444rem
    }
}

.bonuses-item__date-caption {
    opacity: .5;
    margin-right: .2666666667rem
}

.bonuses-item__date-created {
    opacity: .75
}

.bonuses-item__image {
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    margin-right: .5333333333rem;
    flex-shrink: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .bonuses-item__image {
        width: 4.8rem;
        height: 4.8rem;
        margin-right: .8rem
    }
}

@media(min-width:1025px) {
    .bonuses-item__image {
        width: 2.6666666667rem;
        height: 2.6666666667rem;
        margin-right: .4444444444rem
    }
}

.bonuses-item__header--cancelable .bonuses-item__image {
    opacity: .5
}

.bonuses-item__name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 9.3333333333rem;
    margin-right: .8rem
}

.bonuses-item__name-caption {
    color: #fff
}

@media(max-width:768px) {
    .bonuses-item__name-caption {
        font-size: .9333333333rem;
        line-height: 1.3333333333rem;
        font-weight: 500
    }
}

@media(min-width:769px) {
    .bonuses-item__name-caption {
        font-size: 1.6rem;
        line-height: 2rem;
        font-weight: 700
    }
}

@media(min-width:1025px) {
    .bonuses-item__name-caption {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

.bonuses-item__header--cancelable .bonuses-item__name-caption {
    color: #7b7f92
}

.bonuses-item__name-status {
    display: flex;
    align-items: center
}

.bonuses-item__name-status--active,
.bonuses-item__name-status--checkbox,
.bonuses-item__name-status--play_outline {
    color: #00c193
}

.bonuses-item__name-status--clock {
    color: #f3d869
}

.bonuses-item__name-status--expired,
.bonuses-item__name-status--hold,
.bonuses-item__name-status--lost {
    color: hsla(0, 0%, 100%, .5)
}

.bonuses-item__name-status--close {
    color: #e933a0
}

.bonuses-item__name-status-ic {
    width: 1.0666666667rem;
    height: 1.0666666667rem;
    margin-right: .2666666667rem
}

@media(min-width:769px) {
    .bonuses-item__name-status-ic {
        width: 1.6rem;
        height: 1.6rem;
        margin-right: .4rem
    }
}

@media(min-width:1025px) {
    .bonuses-item__name-status-ic {
        width: .8888888889rem;
        height: .8888888889rem;
        margin-right: .2222222222rem
    }
}

.bonuses-item__name-status-text {
    font-weight: 500
}

@media(max-width:768px) {
    .bonuses-item__name-status-text {
        font-size: .8rem;
        line-height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .bonuses-item__name-status-text {
        font-size: 1.2rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .bonuses-item__name-status-text {
        font-size: .6666666667rem;
        line-height: 1.1111111111rem
    }
}

.bonuses-item__sum {
    flex-shrink: 0
}

.bonuses-item__sum-count {
    font-weight: 500;
    font-size: 1.0666666667rem;
    line-height: 1.25;
    color: #00c193;
    text-align: right
}

@media(min-width:769px) {
    .bonuses-item__sum-count {
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    .bonuses-item__sum-count {
        font-size: .8888888889rem
    }
}

.bonuses-item__header--cancelable .bonuses-item__sum-count {
    color: #7b7f92
}

@media(min-width:769px) {
    .bonuses-item__sum-hint {
        font-weight: 500;
        font-size: 1.2rem;
        line-height: 1.67;
        text-align: right;
        color: #fff;
        mix-blend-mode: normal;
        opacity: .75
    }
}

@media(min-width:1025px) {
    .bonuses-item__sum-hint {
        text-align: right;
        font-size: .6666666667rem
    }
}

.bonuses-item__header--cancelable .bonuses-item__sum-hint {
    opacity: .5
}

.bonuses-item__footer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .5333333333rem;
    gap: 0 .8rem
}

@media(min-width:769px) {
    .bonuses-item__footer {
        flex-wrap: nowrap
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .bonuses-item__footer {
        padding: 1.2rem;
        gap: 2.4rem
    }
}

@media(min-width:1025px) {
    .bonuses-item__footer {
        padding: .6666666667rem;
        gap: 1.3333333333rem
    }
}

.bonuses-item__footer--popup-visible {
    padding-top: 0
}

.bonuses-item__date--container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .5333333333rem
}

@media(min-width:769px) {
    .bonuses-item__date--container {
        flex-wrap: nowrap;
        justify-content: revert
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .bonuses-item__date--container {
        gap: 2.4rem;
        padding: 0 1.2rem 1.2rem
    }
}

@media(min-width:1025px) {
    .bonuses-item__date--container {
        gap: 1.3333333333rem;
        padding: 0 .6666666667rem .6666666667rem
    }
}

.bonuses-item__footer-caption {
    font-weight: 500;
    font-size: .8rem;
    line-height: 1.67;
    color: #fff;
    opacity: .5
}

@media(min-width:769px) {
    .bonuses-item__footer-caption {
        font-size: 1.2rem
    }
}

@media(min-width:1025px) {
    .bonuses-item__footer-caption {
        font-size: .6666666667rem
    }
}

.bonuses-item__footer-percentage {
    display: flex;
    align-items: center;
    padding-top: .8rem
}

@media(min-width:769px) {
    .bonuses-item__footer-percentage {
        padding-top: 1rem
    }
}

@media(min-width:1025px) {
    .bonuses-item__footer-percentage {
        padding-top: .5555555556rem
    }
}

.bonuses-item__footer-percentage-amount,
.bonuses-item__footer-percentage-text {
    font-weight: 500;
    font-size: .6666666667rem;
    line-height: 1.2;
    display: flex;
    align-items: flex-end;
    color: #fff
}

@media(min-width:769px) {

    .bonuses-item__footer-percentage-amount,
    .bonuses-item__footer-percentage-text {
        font-size: 1rem
    }
}

@media(min-width:1025px) {

    .bonuses-item__footer-percentage-amount,
    .bonuses-item__footer-percentage-text {
        font-size: .5555555556rem
    }
}

.bonuses-item__footer-percentage-amount {
    flex-shrink: 0
}

.bonuses-item__date--container .bonuses-item__footer-percentage-amount {
    opacity: .75
}

.bonuses-item__footer-percentage-text {
    opacity: .5;
    margin-right: .2666666667rem
}

@media(min-width:769px) {
    .bonuses-item__footer-percentage-text {
        margin-right: .4rem
    }
}

@media(min-width:1025px) {
    .bonuses-item__footer-percentage-text {
        margin-right: .2222222222rem
    }
}

.bonuses-item__footer-timer-wr {
    flex: 1 1 7.0666666667rem
}

.bonuses-item__footer-timer-wr .timer-block__item {
    display: flex;
    align-items: baseline;
    margin-right: .5333333333rem
}

.bonuses-item__footer-timer-wr .timer-block__item:last-child {
    margin-right: 0
}

.bonuses-item__footer-timer-wr .timer-block__count {
    font-size: 1.0666666667rem;
    line-height: 1.5
}

.bonuses-item__footer-timer-wr .timer-block__label {
    font-size: .6666666667rem;
    margin-left: .1333333333rem
}

@media(min-width:769px) {
    .bonuses-item__footer-timer-wr {
        flex: 1 1 10.6rem
    }

    .bonuses-item__footer-timer-wr .timer-block__item {
        margin-right: .8rem
    }

    .bonuses-item__footer-timer-wr .timer-block__count {
        font-size: 1.6rem
    }

    .bonuses-item__footer-timer-wr .timer-block__label {
        font-size: 1rem;
        margin-left: .2rem
    }
}

@media(min-width:1025px) {
    .bonuses-item__footer-timer-wr {
        flex: 1 1 5.8888888889rem
    }

    .bonuses-item__footer-timer-wr .timer-block__item {
        margin-right: .4444444444rem
    }

    .bonuses-item__footer-timer-wr .timer-block__count {
        font-size: .8888888889rem
    }

    .bonuses-item__footer-timer-wr .timer-block__label {
        font-size: .5555555556rem;
        margin-left: .1111111111rem
    }
}

.bonuses-item__footer-progress {
    flex: 1 1 10rem
}

@media(min-width:769px) {
    .bonuses-item__footer-progress {
        flex: 1 1 11.5rem
    }
}

@media(min-width:1025px) {
    .bonuses-item__footer-progress {
        flex: 1 1 6.3888888889rem
    }
}

.bonuses-item__date--container .bonuses-item__footer-progress {
    flex-grow: revert
}

.bonuses-item__footer-actions {
    padding-top: .5333333333rem;
    width: 100%
}

@media(min-width:769px) {
    .bonuses-item__footer-actions {
        padding-top: 0;
        flex: 1 1 14.7rem;
        width: auto
    }
}

@media(min-width:1025px) {
    .bonuses-item__footer-actions {
        flex: 1 1 8.1666666667rem
    }
}

.bonuses-item__footer-action {
    width: 100%;
    height: 2.4rem;
    padding: .6666666667rem 1.3333333333rem
}

.bonuses-item__footer-action .btn__text {
    font-weight: 500;
    font-size: .8rem;
    line-height: 1.0666666667rem
}

@media(min-width:769px) {
    .bonuses-item__footer-action {
        padding: .8rem 2rem;
        height: 3.6rem
    }

    .bonuses-item__footer-action .btn__text {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .bonuses-item__footer-action {
        padding: .4444444444rem 1.1111111111rem;
        height: 2rem
    }

    .bonuses-item__footer-action .btn__text {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

@media(max-width:768px) {
    .bonuses-item__footer-action:hover {
        background: none
    }
}

@media(max-width:768px) {
    .bonuses-item__footer-action:active {
        background-color: #3764f3
    }
}

.bonuses-item__cancel-popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #333d6c;
    padding: .5333333333rem .8rem;
    border-radius: .5333333333rem;
    width: calc(100% - 1.6rem);
    margin-left: .8rem;
    margin-right: .8rem
}

@media(min-width:769px) {
    .bonuses-item__cancel-popup {
        margin-top: 0;
        width: calc(100% - 2.4rem);
        margin-left: 1.2rem;
        margin-right: 1.2rem;
        padding: .8rem 1.2rem;
        border-radius: .8rem
    }
}

@media(min-width:1025px) {
    .bonuses-item__cancel-popup {
        width: calc(100% - 1.33333rem);
        margin-left: .6666666667rem;
        margin-right: .6666666667rem;
        padding: .4444444444rem .6666666667rem;
        border-radius: .4444444444rem
    }
}

.bonuses-item__cancel-title {
    font-size: .8rem;
    line-height: 1.33;
    color: #fff;
    margin-bottom: .5333333333rem
}

.bonuses-item__cancel-title span {
    color: #00c193
}

@media(min-width:769px) {
    .bonuses-item__cancel-title {
        font-size: 1.2rem;
        margin-bottom: .8rem
    }
}

@media(min-width:1025px) {
    .bonuses-item__cancel-title {
        font-size: .6666666667rem;
        margin-bottom: .4444444444rem
    }
}

.bonuses-item__cancel-actions {
    display: flex;
    align-items: center
}

.bonuses-item__cancel-action {
    margin: 0 .2666666667rem;
    min-width: 8rem;
    height: 2.4rem
}

.bonuses-item__cancel-action .icon {
    height: .8rem;
    margin-right: 0
}

.bonuses-item__cancel-action .btn__text {
    font-size: .8rem;
    line-height: 1.0666666667rem
}

@media(min-width:769px) {
    .bonuses-item__cancel-action {
        min-width: 12rem;
        margin: 0 .4rem;
        height: 3.6rem
    }

    .bonuses-item__cancel-action .icon {
        height: 1.2rem
    }

    .bonuses-item__cancel-action .btn__text {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .bonuses-item__cancel-action {
        min-width: 6.6666666667rem;
        margin: 0 .2222222222rem;
        height: 2rem
    }

    .bonuses-item__cancel-action .icon {
        height: .6666666667rem
    }

    .bonuses-item__cancel-action .btn__text {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

@media(max-width:768px) {
    .bonuses-item__cancel-action:hover {
        background: none
    }
}

@media(max-width:768px) {
    .bonuses-item__cancel-action:active {
        background-color: #3764f3
    }
}

.bonuses {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0 .8rem 1.6rem;
    width: 100%
}

.bonuses .pagination-block>.vue-ads-flex {
    width: 100%;
    justify-content: center
}

.bonuses .pagination-block__button {
    font-size: .8rem;
    line-height: 1.33;
    width: 2.1333333333rem;
    height: 2.1333333333rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #2f47a0;
    color: hsla(0, 0%, 100%, .5);
    background-color: transparent
}

.bonuses .pagination-block__button:before {
    display: none
}

.bonuses .pagination-block__button:first-child,
.bonuses .pagination-block__button:last-child {
    width: auto;
    padding: 0 .8rem;
    border-radius: 1.3333333333rem
}

.bonuses .pagination-block__button--active {
    color: #fff
}

@media(min-width:769px) {
    .bonuses {
        padding: 7.2rem 6.4rem 2.8rem
    }

    .bonuses .pagination-block__button {
        font-size: 1.2rem;
        width: 3.2rem;
        height: 3.2rem
    }

    .bonuses .pagination-block__button:before {
        display: none
    }

    .bonuses .pagination-block__button:first-child,
    .bonuses .pagination-block__button:last-child {
        padding: 0 1.2rem;
        border-radius: 2rem
    }
}

@media(min-width:1025px) {
    .bonuses {
        padding: 4rem 3.5555555556rem 1.5555555556rem
    }

    .bonuses .pagination-block__button {
        font-size: .6666666667rem;
        width: 1.7777777778rem;
        height: 1.7777777778rem
    }

    .bonuses .pagination-block__button:before {
        display: none
    }

    .bonuses .pagination-block__button:first-child,
    .bonuses .pagination-block__button:last-child {
        padding: 0 .6666666667rem;
        border-radius: 1.1111111111rem
    }
}

.bonuses-content,
.bonuses-items-wr {
    display: flex;
    flex-direction: column
}

.bonuses-content,
.bonuses-items-wr--with-btn {
    flex-grow: 1
}

.bonuses-pagination {
    margin-top: auto
}

@media(max-width:768px) {
    .bonuses-pagination {
        margin-bottom: .8rem
    }
}

.bonuses-filter {
    position: relative
}

@media(min-width:769px) {
    .bonuses-filter {
        margin-bottom: 2rem
    }
}

@media(min-width:1025px) {
    .bonuses-filter {
        margin-bottom: 1.1111111111rem
    }
}

.bonuses-filter__head {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end
}

.bonuses-filter__selected {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: -.1333333333rem -.1333333333rem .8rem
}

@media(min-width:769px) {
    .bonuses-filter__selected {
        margin: -.2rem
    }
}

@media(min-width:1025px) {
    .bonuses-filter__selected {
        margin: -.1111111111rem
    }
}

.bonuses-filter__item {
    display: flex;
    align-items: center;
    padding: .4rem .8rem;
    height: 1.8666666667rem;
    border: 1.5px solid hsla(0, 0%, 100%, .5);
    border-radius: 1.3333333333rem;
    margin: .1333333333rem;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.bonuses-filter__item:hover {
    border: 1.5px solid hsla(0, 0%, 100%, .75)
}

@media(min-width:769px) {
    .bonuses-filter__item {
        padding: .6rem 1.2rem;
        height: 2.8rem;
        border-radius: 2rem;
        margin: .2rem
    }
}

@media(min-width:1025px) {
    .bonuses-filter__item {
        padding: .3333333333rem .6666666667rem;
        height: 1.5555555556rem;
        border-radius: 1.1111111111rem;
        margin: .1111111111rem
    }
}

.bonuses-filter__item-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsla(0, 0%, 100%, .5);
    width: 1.0666666667rem;
    height: 1.0666666667rem;
    padding: .2rem;
    margin-left: .4rem;
    margin-right: -.2rem
}

.bonuses-filter__item:hover .bonuses-filter__item-remove {
    color: hsla(0, 0%, 100%, .75)
}

.bonuses-filter__item-remove .icon {
    width: 100%;
    height: auto
}

@media(min-width:769px) {
    .bonuses-filter__item-remove {
        width: 1.6rem;
        height: 1.6rem;
        padding: .3rem;
        margin-left: .6rem;
        margin-right: -.3rem
    }
}

@media(min-width:1025px) {
    .bonuses-filter__item-remove {
        width: .8888888889rem;
        height: .8888888889rem;
        padding: .1666666667rem;
        margin-left: .3333333333rem;
        margin-right: -.1666666667rem
    }
}

.bonuses-filter__item-title {
    font-weight: 500;
    font-size: .8rem;
    line-height: 1.33;
    margin-left: .2666666667rem
}

@media(max-width:768px) {
    .bonuses-filter__item-title {
        line-height: 1
    }
}

@media(min-width:769px) {
    .bonuses-filter__item-title {
        font-size: 1.2rem;
        line-height: 1.48;
        margin-left: .4rem
    }
}

@media(min-width:1025px) {
    .bonuses-filter__item-title {
        font-size: .6666666667rem;
        line-height: 1;
        margin-left: .2222222222rem
    }
}

@media(min-width:769px) {
    .bonuses-filter__toggle {
        flex-shrink: 0;
        flex-direction: row-reverse;
        height: 2.8rem;
        padding: .6rem 1.6rem;
        margin-left: 1.2rem
    }

    .bonuses-filter__toggle .btn__text {
        font-weight: 500;
        margin-right: .4rem;
        font-size: 1.2rem;
        line-height: 1.33
    }

    .bonuses-filter__toggle .btn__icon {
        margin-right: 0;
        width: 1.6rem;
        height: 1.6rem
    }
}

@media(min-width:1025px) {
    .bonuses-filter__toggle {
        height: 1.5555555556rem;
        padding: .3333333333rem .8888888889rem;
        margin-left: .6666666667rem
    }

    .bonuses-filter__toggle .btn__text {
        margin-right: .2222222222rem;
        font-size: .6666666667rem;
        line-height: 1
    }

    .bonuses-filter__toggle .btn__icon {
        width: .8888888889rem;
        height: .8888888889rem
    }
}

.bonuses-filter__toggle--active:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #3764f3;
    z-index: 3
}

@media(min-width:769px) {
    .bonuses-filter__toggle--active:after {
        top: .6rem;
        right: 1.6rem;
        width: .5rem;
        height: .5rem
    }
}

@media(min-width:1025px) {
    .bonuses-filter__toggle--active:after {
        top: .3333333333rem;
        right: .8888888889rem;
        width: .2777777778rem;
        height: .2777777778rem
    }
}

@media(min-width:769px) {
    .bonuses-filter__popup {
        position: absolute;
        top: 3.6rem;
        right: 0;
        background: #2c3357;
        padding: 1.2rem;
        z-index: 2;
        border-radius: .4rem;
        max-width: 32.5rem
    }
}

@media(min-width:1025px) {
    .bonuses-filter__popup {
        top: 2rem;
        padding: .6666666667rem;
        border-radius: .2222222222rem;
        max-width: 18.0555555556rem
    }
}

.bonuses-filter__popup-title {
    font-weight: 500;
    font-size: .9333333333rem;
    line-height: 1.43;
    color: #fff;
    margin-bottom: 1.8666666667rem
}

.bonuses-filter__popup-section--status .bonuses-filter__popup-title {
    margin-bottom: .2666666667rem
}

@media(min-width:769px) {
    .bonuses-filter__popup-title {
        font-size: 1.4rem;
        margin-bottom: 2.8rem
    }

    .bonuses-filter__popup-section--status .bonuses-filter__popup-title {
        margin-bottom: .4rem
    }
}

@media(min-width:1025px) {
    .bonuses-filter__popup-title {
        font-size: .7777777778rem;
        margin-bottom: 1.5555555556rem
    }

    .bonuses-filter__popup-section--status .bonuses-filter__popup-title {
        margin-bottom: .2222222222rem
    }
}

.bonuses-filter__popup-section--status {
    margin-bottom: .8rem
}

@media(min-width:769px) {
    .bonuses-filter__popup-section--status {
        margin-bottom: 1.2rem
    }
}

@media(min-width:1025px) {
    .bonuses-filter__popup-section--status {
        margin-bottom: .6666666667rem
    }
}

.bonuses-filter__popup-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.bonuses-filter__popup-row .checkbox__pseudo-wr {
    display: flex;
    align-items: center;
    width: calc(50% - .4rem);
    margin-bottom: 0;
    padding: .8rem 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.bonuses-filter__popup-row .checkbox__pseudo-block {
    margin-top: 0
}

.bonuses-filter__popup-row .checkbox__pseudo-wrapper {
    display: flex;
    align-items: center
}

.bonuses-filter__popup-row .checkbox__pseudo-label {
    display: flex;
    align-items: center;
    margin-left: .8rem;
    font-weight: 500;
    color: inherit
}

.bonuses-filter__popup-row .checkbox__pseudo-label .icon {
    width: 1.0666666667rem;
    height: 1.0666666667rem;
    margin-right: .2666666667rem
}

@media(min-width:769px) {
    .bonuses-filter__popup-row .checkbox__pseudo-wr {
        padding: 1.2rem 0;
        width: calc(50% - .6rem)
    }

    .bonuses-filter__popup-row .checkbox__pseudo-label {
        margin-left: 1.2rem
    }

    .bonuses-filter__popup-row .checkbox__pseudo-label .icon {
        width: 1.6rem;
        height: 1.6rem;
        margin-right: .4rem
    }
}

@media(min-width:1025px) {
    .bonuses-filter__popup-row .checkbox__pseudo-wr {
        padding: .6666666667rem 0;
        width: calc(50% - .33333rem)
    }

    .bonuses-filter__popup-row .checkbox__pseudo-label {
        margin-left: .6666666667rem
    }

    .bonuses-filter__popup-row .checkbox__pseudo-label .icon {
        width: .8888888889rem;
        height: .8888888889rem;
        margin-right: .2222222222rem
    }
}

.bonuses-filter__popup-col {
    width: calc(50% - .26667rem);
    position: relative
}

.bonuses-filter__popup-col .input-field {
    margin-bottom: .8rem
}

.bonuses-filter__popup-row .bonuses-filter__popup-col:nth-child(2) .vdp-datepicker__calendar {
    right: 0;
    left: auto
}

@media(min-width:769px) {
    .bonuses-filter__popup-col {
        width: calc(50% - .4rem)
    }

    .bonuses-filter__popup-col .input-field {
        margin-bottom: 1.2rem
    }
}

@media(min-width:1025px) {
    .bonuses-filter__popup-col {
        width: calc(50% - .22222rem)
    }

    .bonuses-filter__popup-col .input-field {
        margin-bottom: .6666666667rem
    }
}

.bonuses-filter__item--accepted,
.bonuses-filter__item--active,
.bonuses-filter__popup-checkbox--accepted,
.bonuses-filter__popup-checkbox--active {
    color: #00c193
}

.bonuses-filter__item--expired,
.bonuses-filter__item--lost,
.bonuses-filter__popup-checkbox--expired,
.bonuses-filter__popup-checkbox--lost {
    color: hsla(0, 0%, 100%, .5)
}

.bonuses-filter__item--wait,
.bonuses-filter__popup-checkbox--wait {
    color: #f3d869
}

.bonuses-filter__item--canceled,
.bonuses-filter__popup-checkbox--canceled {
    color: #e933a0
}

.bonuses-filter__popup-datepicker {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.bonuses-filter__popup-datepicker .vdp-datepicker__calendar {
    opacity: 0;
    width: 19.7333333333rem;
    box-shadow: 0 64px 40px -40px rgba(0, 19, 57, .75), 0 40px 40px -40px rgba(0, 19, 57, .75);
    transition: all .25s ease-in-out
}

.bonuses-filter__popup-datepicker .date-picker__wrapper--open .vdp-datepicker__calendar {
    opacity: 1
}

@media(min-width:769px) {
    .bonuses-filter__popup-datepicker .vdp-datepicker__calendar {
        width: 30.1rem
    }
}

@media(min-width:1025px) {
    .bonuses-filter__popup-datepicker .vdp-datepicker__calendar {
        width: 16.7222222222rem
    }
}

.bonuses-filter__popup-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: .8rem 0 0;
    gap: .5333333333rem
}

@media(min-width:769px) {
    .bonuses-filter__popup-actions {
        flex-wrap: nowrap;
        padding: 1.2rem 0 0;
        gap: .8rem
    }
}

@media(min-width:1025px) {
    .bonuses-filter__popup-actions {
        padding: .6666666667rem 0 0;
        gap: .4444444444rem
    }
}

.bonuses-filter__popup-action {
    padding: .4rem 1.3333333333rem;
    height: 1.8666666667rem
}

.bonuses-filter__popup-action .btn__text {
    font-size: .8rem;
    line-height: 1.33
}

.bonuses-filter__popup-action .btn__icon {
    flex-shrink: 0;
    width: .8666666667rem;
    height: .8666666667rem
}

@media(max-width:768px) {
    .bonuses-filter__popup-action {
        width: 100%
    }
}

@media(min-width:769px) {
    .bonuses-filter__popup-action {
        padding: .8rem 2rem;
        height: 3.6rem
    }

    .bonuses-filter__popup-action .btn__text {
        font-size: 1.4rem;
        line-height: 1.43
    }

    .bonuses-filter__popup-action .btn__icon {
        width: 1.3rem;
        height: 1.3rem
    }
}

@media(min-width:1025px) {
    .bonuses-filter__popup-action {
        padding: .4444444444rem 1.1111111111rem;
        height: 2rem
    }

    .bonuses-filter__popup-action .btn__text {
        font-size: .7777777778rem
    }

    .bonuses-filter__popup-action .btn__icon {
        width: .7222222222rem;
        height: .7222222222rem
    }
}

.bonuses-items {
    padding-bottom: 1.3333333333rem
}

@media(min-width:769px) {
    .bonuses-items {
        padding-bottom: 2rem
    }
}

@media(min-width:1025px) {
    .bonuses-items {
        padding-bottom: 1.1111111111rem
    }
}

.bonuses-preloader {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

@media(max-width:768px) {
    .bonuses-preloader {
        left: -1rem;
        right: -1rem
    }
}

@media(min-width:769px) {
    .bonuses-preloader {
        width: 100%
    }
}

.bonuses-preloader-no-items {
    position: static;
    width: 100%
}

.bonuses-notify {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center;
    flex-grow: 1
}

.bonuses-notify__title {
    font-size: 1.0666666667rem;
    line-height: 1.25;
    margin-bottom: 1.0666666667rem;
    color: #fff;
    font-weight: 500;
    width: 100%
}

@media(min-width:769px)and (max-width:1024px) {
    .bonuses-notify__title {
        margin-bottom: 1.2rem;
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    .bonuses-notify__title {
        margin-bottom: .6666666667rem;
        font-size: .8888888889rem
    }
}

.bonuses-notify__text {
    font-size: .9333333333rem;
    line-height: 1.42;
    margin-bottom: 1.0666666667rem;
    font-weight: 500;
    color: hsla(0, 0%, 100%, .5);
    width: 100%
}

@media(min-width:769px)and (max-width:1024px) {
    .bonuses-notify__text {
        margin-bottom: 1.2rem;
        font-size: 1.4rem
    }
}

@media(min-width:1025px) {
    .bonuses-notify__text {
        margin-bottom: .6666666667rem;
        font-size: .7777777778rem
    }
}

.bonuses-notify__btns {
    display: flex;
    gap: .8rem
}

@media(min-width:769px) {
    .bonuses-notify__btns {
        gap: 1.2rem
    }
}

@media(min-width:1025px) {
    .bonuses-notify__btns {
        gap: .6666666667rem
    }
}

.bonuses-notify__btn {
    height: 2.4rem;
    padding: 0 1.0666666667rem;
    width: 100%;
    background: rgba(46, 71, 155, .5)
}

@media(min-width:769px)and (max-width:1024px) {
    .bonuses-notify__btn {
        height: 3.6rem;
        padding: 0 1.6rem
    }
}

@media(min-width:1025px) {
    .bonuses-notify__btn {
        height: 2rem;
        padding: 0 .8888888889rem
    }
}

.bonuses__tabs {
    display: flex;
    background-color: #2c3357;
    border-radius: .4rem;
    margin-bottom: .8rem
}

@media(min-width:769px) {
    .bonuses__tabs {
        background: rgba(51, 61, 108, .2);
        border-radius: .8rem;
        margin-bottom: 2rem
    }
}

@media(min-width:1025px) {
    .bonuses__tabs {
        border-radius: .4444444444rem;
        margin-bottom: 1.1111111111rem
    }
}

.bonuses__tab {
    width: 50%;
    overflow: hidden;
    text-align: center;
    color: hsla(0, 0%, 100%, .5);
    font-size: .8rem;
    font-weight: 500;
    line-height: 1.0666666667rem;
    padding: .5333333333rem;
    border-radius: .4rem
}

@media(min-width:769px) {
    .bonuses__tab {
        border-radius: .8rem;
        padding: .8rem 1.6rem;
        font-size: 1.6rem;
        line-height: 2rem;
        cursor: pointer
    }
}

@media(min-width:1025px) {
    .bonuses__tab {
        border-radius: .4444444444rem;
        padding: .4444444444rem .8888888889rem;
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

.bonuses__tab--active {
    background: #333d6c;
    color: #fff
}

.profile-timezone__local-time {
    min-width: 5.8666666667rem;
    text-align: right;
    margin-left: 1.0666666667rem;
    flex-shrink: 0;
    transition: all .2s ease-in-out
}

@media(min-width:769px) {
    .profile-timezone__local-time {
        min-width: 0;
        display: flex;
        align-items: center;
        margin-left: 1.6rem
    }
}

@media(min-width:1025px) {
    .profile-timezone__local-time {
        margin-left: .8888888889rem
    }
}

.patch-timezone__content-timer {
    display: flex;
    flex-direction: column-reverse;
    flex-shrink: 0
}

@media(max-width:768px) {
    .patch-timezone__content-timer {
        margin-bottom: 1.3333333333rem
    }
}

.current-local-time__title {
    transition: all .2s ease-in-out
}

.quick-bar__local-time .current-local-time__title {
    font-weight: 500;
    color: hsla(0, 0%, 100%, .5);
    letter-spacing: normal
}

.profile-timezone__local-time .current-local-time__title {
    font-weight: 400;
    color: hsla(0, 0%, 100%, .5);
    margin-bottom: 0
}

.patch-timezone__content-timer .current-local-time__title {
    color: #7b7f92
}

@media(max-width:768px) {
    .quick-bar__local-time .current-local-time__title {
        font-weight: 400;
        font-size: .6666666667rem;
        line-height: 1.6;
        letter-spacing: normal;
        margin-bottom: 0
    }

    .profile-timezone__local-time .current-local-time__title {
        font-size: .8rem;
        line-height: 1.33;
        margin-bottom: 0
    }

    .patch-timezone__content-timer .current-local-time__title {
        font-size: .6666666667rem;
        margin-bottom: .2666666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar__local-time .current-local-time__title {
        font-size: 1.4rem;
        line-height: 1.43;
        margin-bottom: .4rem
    }

    .profile-timezone__local-time .current-local-time__title {
        font-size: 1.2rem;
        line-height: 1.33;
        margin-bottom: 0;
        margin-right: .4rem
    }

    .patch-timezone__content-timer .current-local-time__title {
        font-size: 1.2rem;
        line-height: 1.33
    }
}

@media(min-width:1025px) {
    .quick-bar__local-time .current-local-time__title {
        font-size: .7777777778rem;
        line-height: 1.43;
        margin-bottom: .2222222222rem
    }

    .profile-timezone__local-time .current-local-time__title {
        font-size: .6666666667rem;
        line-height: 1.33;
        margin-bottom: 0;
        margin-right: .2222222222rem
    }

    .patch-timezone__content-timer .current-local-time__title {
        font-size: .6666666667rem;
        line-height: 1.33
    }
}

.current-local-time__count {
    display: block
}

.quick-bar__local-time .current-local-time__count {
    font-weight: 700;
    color: hsla(0, 0%, 100%, .75);
    letter-spacing: normal
}

.patch-timezone__content-timer .current-local-time__count,
.profile-timezone__local-time .current-local-time__count {
    font-weight: 500;
    color: hsla(0, 0%, 100%, .75)
}

@media(max-width:768px) {
    .quick-bar__local-time .current-local-time__count {
        font-size: 1.0666666667rem;
        line-height: 1.25;
        margin-bottom: 0
    }

    .profile-timezone__local-time .current-local-time__count {
        font-size: .8rem;
        line-height: 1.33
    }

    .patch-timezone__content-timer .current-local-time__count {
        font-size: 1.0666666667rem;
        line-height: 1.25
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .quick-bar__local-time .current-local-time__count {
        font-size: 2.4rem;
        line-height: 1.17
    }

    .profile-timezone__local-time .current-local-time__count {
        font-size: 1.2rem;
        line-height: 1.33
    }

    .patch-timezone__content-timer .current-local-time__count {
        font-size: 1.6rem;
        line-height: 1.25
    }
}

@media(min-width:1025px) {
    .quick-bar__local-time .current-local-time__count {
        font-size: 1.3333333333rem;
        line-height: 1.17
    }

    .profile-timezone__local-time .current-local-time__count {
        font-size: .6666666667rem;
        line-height: 1.33
    }

    .patch-timezone__content-timer .current-local-time__count {
        font-size: .8888888889rem;
        line-height: 1.25
    }
}

.date-picker__wrapper>div:first-child {
    position: relative;
    display: flex
}

.vdp-datepicker__calendar-button {
    display: flex;
    align-items: center;
    justify-content: center
}

.vdp-datepicker .vdp-datepicker__calendar-button {
    position: absolute;
    right: 1rem;
    top: 0;
    height: 100%
}

@media(min-width:769px)and (max-width:1024px) {
    .vdp-datepicker .vdp-datepicker__calendar-button {
        right: 1.5rem
    }

    .play .vdp-datepicker .vdp-datepicker__calendar-button {
        right: 1.05rem
    }
}

@media(min-width:1025px) {
    .vdp-datepicker .vdp-datepicker__calendar-button {
        right: .8333333333rem
    }

    .play .vdp-datepicker .vdp-datepicker__calendar-button {
        right: .8166666667rem
    }
}

.vdp-datepicker__calendar {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.vdp-datepicker .vdp-datepicker__calendar {
    top: 3.3333333333rem;
    width: 100%;
    background-color: #2c3357;
    padding: 1.3333333333rem .6666666667rem;
    border-radius: .1333333333rem;
    border: none
}

.vdp-datepicker__calendar header {
    margin-bottom: 2.6666666667rem;
    color: #dce7f3;
    font-weight: 400;
    font-size: 1.0666666667rem;
    line-height: 1 !important
}

.vdp-datepicker__calendar header span {
    border-radius: .1333333333rem;
    padding: .3333333333rem;
    letter-spacing: normal;
    text-align: center;
    cursor: pointer
}

.vdp-datepicker__calendar header span:not(.disabled):hover {
    background-color: transparent !important
}

.vdp-datepicker__calendar header span.disabled {
    pointer-events: none
}

.vdp-datepicker__calendar header .next,
.vdp-datepicker__calendar header .prev {
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    background-size: auto 50% !important
}

.vdp-datepicker__calendar header .next:after,
.vdp-datepicker__calendar header .prev:after {
    border: 0 !important
}

.vdp-datepicker__calendar header .prev {
    background-image: url(../../../assets/496700arr-1-l.061296a7.svg) !important
}

.vdp-datepicker__calendar header .next {
    background-image: url(../../../assets/496700arr-1-r.9dac671f.svg) !important
}

.vdp-datepicker__calendar .cell {
    border: none;
    line-height: 2.9333333333rem;
    font-size: .9333333333rem;
    letter-spacing: normal;
    color: #a7b8ca;
    cursor: pointer;
    height: 2.9333333333rem;
    transition: all .1s ease-out
}

.vdp-datepicker__calendar .cell:hover,
.vdp-datepicker__calendar .day.blank:hover {
    background: none !important;
    color: #a7b8ca !important
}

.vdp-datepicker__calendar .day,
.vdp-datepicker__calendar .day-header {
    line-height: 2.9333333333rem;
    height: 2.9333333333rem
}

.vdp-datepicker__calendar .day-header {
    display: none !important;
    color: #657381;
    font-weight: 500;
    font-size: 1.0666666667rem;
    text-transform: lowercase;
    cursor: default
}

.vdp-datepicker__calendar .day-header:hover {
    background: none !important;
    color: #657381 !important
}

.vdp-datepicker__calendar .selected {
    background: none !important;
    color: #fff
}

.vdp-datepicker__calendar .selected:hover {
    background: none !important;
    color: #fff !important
}

.vdp-datepicker__calendar .cell:not(.blank, .disabled),
.vdp-datepicker__calendar .day:not(.blank, .disabled),
.vdp-datepicker__calendar .month:not(.blank, .disabled),
.vdp-datepicker__calendar .year:not(.blank, .disabled) {
    border: none
}

.vdp-datepicker__calendar .day:not(.blank, .disabled):hover,
.vdp-datepicker__calendar .month:not(.blank, .disabled):hover,
.vdp-datepicker__calendar .year:not(.blank, .disabled):hover {
    border: none !important
}

.vdp-datepicker__calendar .cell.disabled {
    color: #657381;
    pointer-events: none
}

.no-touch .vdp-datepicker__calendar header span:not(.disabled):hover {
    background-color: #333d6c !important
}

.no-touch .vdp-datepicker__calendar .cell:hover {
    background-color: #657381;
    color: #fff
}

.no-touch .vdp-datepicker__calendar .day.blank:hover {
    background-color: transparent;
    cursor: default
}

.no-touch .vdp-datepicker__calendar .day-header:hover {
    background-color: transparent;
    color: #657381
}

.no-touch .vdp-datepicker__calendar .selected:hover {
    background-color: #657381
}

.no-touch .vdp-datepicker__calendar .day:not(.blank, .disabled):hover,
.no-touch .vdp-datepicker__calendar .month:not(.blank, .disabled):hover,
.no-touch .vdp-datepicker__calendar .year:not(.blank, .disabled):hover {
    border: none;
    color: #fff !important;
    background-color: #333d6c !important
}

.missing-data__birthday-wr .vdp-datepicker__calendar {
    top: auto;
    bottom: 3.0666666667rem
}

@media(max-width:768px) {
    .missing-data__birthday-wr .vdp-datepicker__calendar {
        padding: .6666666667rem
    }

    .missing-data__birthday-wr .vdp-datepicker__calendar .cell {
        line-height: 2rem;
        height: 2rem;
        font-size: .9333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .vdp-datepicker .vdp-datepicker__calendar {
        top: 4rem;
        padding: 2rem 1rem;
        border-radius: .4rem
    }

    .play .vdp-datepicker .vdp-datepicker__calendar {
        top: 3.5rem;
        padding: 1.4rem .7rem;
        border-radius: .28rem
    }

    .vdp-datepicker__calendar header {
        margin-bottom: 3.8rem;
        font-size: 1.6rem
    }

    .play .vdp-datepicker__calendar header {
        margin-bottom: 2.66rem;
        font-size: 1.12rem
    }

    .vdp-datepicker__calendar header span {
        border-radius: .4rem;
        padding: .5rem
    }

    .play .vdp-datepicker__calendar header span {
        border-radius: .28rem;
        padding: .35rem
    }

    .vdp-datepicker__calendar .cell {
        line-height: 3.8rem !important;
        height: 3.8rem !important;
        font-size: 1.4rem
    }

    .play .vdp-datepicker__calendar .cell {
        line-height: 2.66rem !important;
        height: 2.66rem !important;
        font-size: .98rem
    }

    .vdp-datepicker__calendar .day,
    .vdp-datepicker__calendar .day-header {
        line-height: 3.8rem;
        height: 3.8rem
    }

    .play .vdp-datepicker__calendar .day,
    .play .vdp-datepicker__calendar .day-header {
        line-height: 2.66rem;
        height: 2.66rem
    }

    .vdp-datepicker__calendar .day-header {
        font-size: 1.6rem
    }

    .play .vdp-datepicker__calendar .day-header {
        font-size: 1.12rem
    }

    .missing-data__birthday-wr .vdp-datepicker__calendar {
        top: auto;
        bottom: 0
    }

    .profile-edit .vdp-datepicker__calendar {
        width: 28rem
    }
}

@media(min-width:1025px) {
    .vdp-datepicker .vdp-datepicker__calendar {
        top: 2.2222222222rem;
        padding: 1.1111111111rem .3888888889rem;
        border-radius: .2222222222rem
    }

    .play .vdp-datepicker .vdp-datepicker__calendar {
        top: 2.7222222222rem;
        padding: 1.0888888889rem .3811111111rem;
        border-radius: .2177777778rem
    }

    .vdp-datepicker__calendar header {
        margin-bottom: 1.9444444444rem;
        font-size: .8888888889rem;
        line-height: 1;
        letter-spacing: normal
    }

    .play .vdp-datepicker__calendar header {
        margin-bottom: 1.9055555556rem;
        font-size: .8711111111rem
    }

    .vdp-datepicker__calendar header span {
        border-radius: .2222222222rem;
        padding: .2777777778rem
    }

    .play .vdp-datepicker__calendar header span {
        border-radius: .2177777778rem;
        padding: .2722222222rem
    }

    .vdp-datepicker__calendar .cell {
        height: 2.2222222222rem !important;
        line-height: 2.2222222222rem !important;
        font-size: .7777777778rem
    }

    .play .vdp-datepicker__calendar .cell {
        height: 2.1777777778rem !important;
        line-height: 2.1777777778rem !important;
        font-size: .7622222222rem
    }

    .vdp-datepicker__calendar .day,
    .vdp-datepicker__calendar .day-header {
        line-height: 2.2222222222rem;
        height: 2.2222222222rem
    }

    .play .vdp-datepicker__calendar .day,
    .play .vdp-datepicker__calendar .day-header {
        line-height: 2.1777777778rem;
        height: 2.1777777778rem
    }

    .vdp-datepicker__calendar .day-header {
        font-size: .8888888889rem
    }

    .play .vdp-datepicker__calendar .day-header {
        font-size: .8711111111rem
    }

    .missing-data__birthday-wr .vdp-datepicker__calendar {
        top: auto;
        bottom: 0
    }

    .profile-edit .vdp-datepicker__calendar {
        width: 15.5555555556rem
    }
}

.date-picker__input {
    display: block;
    width: 100%;
    height: 2.4rem;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    cursor: pointer
}

.date-picker__input:read-only {
    opacity: 0 !important
}

@media(min-width:769px)and (max-width:1024px) {
    .date-picker__input {
        height: 3.6rem
    }

    .play .date-picker__input {
        height: 2.52rem
    }
}

@media(min-width:1025px) {
    .date-picker__input {
        height: 2rem
    }

    .play .date-picker__input {
        height: 1.96rem
    }
}

.date-picker__input-btn {
    position: absolute;
    right: 0;
    margin-top: -.5333333333rem;
    font-weight: 500;
    font-size: .9333333333rem;
    color: #d5b631;
    text-transform: lowercase;
    text-decoration: none
}

@media(min-width:769px)and (max-width:1024px) {
    .date-picker__input-btn {
        margin-top: -.8rem;
        font-size: 1.4rem
    }

    .play .date-picker__input-btn {
        margin-top: -.56rem;
        font-size: .98rem
    }
}

@media(min-width:1025px) {
    .date-picker__input-btn {
        margin-top: -.4444444444rem;
        font-size: .7777777778rem
    }

    .play .date-picker__input-btn {
        margin-top: -.4355555556rem;
        font-size: .7622222222rem
    }
}

.date-picker-header {
    position: absolute;
    left: 0;
    top: -1.4666666667rem;
    width: 100%;
    pointer-events: none
}

@media(min-width:769px)and (max-width:1024px) {
    .date-picker-header {
        top: -2.2rem
    }

    .play .date-picker-header {
        top: -1.54rem
    }
}

@media(min-width:1025px) {
    .date-picker-header {
        top: -1.2222222222rem
    }

    .play .date-picker-header {
        top: -1.1977777778rem
    }
}

.date-picker__ic {
    display: block;
    width: 1.0666666667rem;
    height: 1.0666666667rem;
    background: url(../../../assets/496700calendar.0d37c262.svg) no-repeat 50%/contain
}

.disabled .date-picker__ic {
    display: none
}

@media(min-width:769px)and (max-width:1024px) {
    .date-picker__ic {
        width: 1.6rem;
        height: 1.6rem
    }

    .play .date-picker__ic {
        width: 1.12rem;
        height: 1.12rem
    }
}

@media(min-width:1025px) {
    .date-picker__ic {
        width: .8888888889rem;
        height: .8888888889rem
    }

    .play .date-picker__ic {
        width: .8711111111rem;
        height: .8711111111rem
    }
}

.pseudo-input {
    position: relative;
    height: 2.4rem;
    padding: .5333333333rem .8rem;
    border: 1px solid rgba(63, 79, 140, .5);
    border-radius: .2666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .pseudo-input {
        height: 3.6rem;
        padding: .8rem 1.2rem;
        border-radius: .4rem
    }
}

@media(min-width:1025px) {
    .pseudo-input {
        height: 2rem;
        padding: .4444444444rem .6666666667rem;
        border-radius: .2222222222rem
    }
}

.pseudo-input__label {
    position: absolute;
    left: 0;
    font-weight: 400;
    color: #7b7f92;
    letter-spacing: normal;
    pointer-events: none;
    transform: translateY(-100%)
}

@media(max-width:768px) {
    .pseudo-input__label {
        top: -.2666666667rem;
        font-size: .6666666667rem;
        line-height: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .pseudo-input__label {
        top: -.4rem;
        font-size: 1rem;
        line-height: 1.6rem
    }
}

@media(min-width:1025px) {
    .pseudo-input__label {
        top: -.2222222222rem;
        font-size: .5555555556rem;
        line-height: .8888888889rem
    }
}

.pseudo-input__value {
    overflow: hidden;
    font-size: 1.0666666667rem;
    line-height: 1;
    line-height: 1.2;
    font-weight: 300;
    color: hsla(0, 0%, 100%, .5);
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: default;
    padding-right: 1.3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .pseudo-input__value {
        font-size: 1.6rem;
        padding-right: 2rem
    }
}

@media(min-width:1025px) {
    .pseudo-input__value {
        font-size: .8888888889rem;
        padding-right: 1.1111111111rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .email-form-wrapper--two-elements .pseudo-input__value {
        max-width: 23.6rem
    }
}

@media(min-width:1025px) {
    .email-form-wrapper--two-elements .pseudo-input__value {
        max-width: 13.1111111111rem
    }
}

.personal-data-inner--refcode .pseudo-input__value {
    text-transform: uppercase
}

.pseudo-input__icon {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:768px) {
    .pseudo-input__icon {
        right: .8rem
    }
}

@media(min-width:769px) {
    .pseudo-input__icon {
        right: 1.2rem
    }
}

@media(min-width:1025px) {
    .pseudo-input__icon {
        right: .6666666667rem
    }
}

.personal-data-inner--refcode .pseudo-input__icon {
    color: #90a7ff
}

.pseudo-input__icon--clickable {
    cursor: pointer
}

@media(max-width:768px) {
    .pseudo-input__icon-svg {
        width: 1.3333333333rem;
        height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .pseudo-input__icon-svg {
        width: 2rem;
        height: 2rem
    }
}

@media(min-width:1025px) {
    .pseudo-input__icon-svg {
        width: 1.1111111111rem;
        height: 1.1111111111rem
    }
}

.pseudo-input__chek {
    color: #00c193
}

.pseudo-input__clock {
    color: #d5b631
}

.pseudo-input__lock {
    color: hsla(0, 0%, 100%, .5)
}

.state-select {
    margin-bottom: 2.4rem
}

@media(min-width:769px)and (max-width:1024px) {
    .state-select {
        margin-bottom: 3.6rem
    }
}

@media(min-width:1025px) {
    .state-select {
        margin-bottom: 2rem
    }
}

.state-select__select .custom-select__name-wr {
    width: 100%
}

.state-select__select--disabled {
    pointer-events: none
}

.input-field__button {
    z-index: 10
}

.confirmed-phone :has(button.btn) {
    margin-bottom: 0
}

@media(min-width:769px) {

    .profile-edit .confirmed-phone :has(.confirmed-phone__body),
    .profile-security .confirmed-phone :has(.confirmed-phone__body) {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 1.6rem
    }
}

@media(min-width:1025px) {

    .profile-edit .confirmed-phone :has(.confirmed-phone__body),
    .profile-security .confirmed-phone :has(.confirmed-phone__body) {
        gap: .8888888889rem
    }
}

@media(min-width:769px) {

    .profile-edit .confirmed-phone :has(.confirmed-phone__notice),
    .profile-security .confirmed-phone :has(.confirmed-phone__notice) {
        display: revert
    }
}

.confirmed-phone .input-field:not(.remove-btn-visible) .vti__input {
    padding-right: .4rem
}

@media(min-width:769px)and (max-width:1024px) {
    .confirmed-phone .input-field:not(.remove-btn-visible) .vti__input {
        padding-right: .6rem
    }
}

@media(min-width:1025px) {
    .confirmed-phone .input-field:not(.remove-btn-visible) .vti__input {
        padding-right: .3333333333rem
    }
}

@media(min-width:769px) {
    .profile-contacts__cell--with-tooltip .confirmed-phone {
        position: relative
    }
}

@media(max-width:768px) {

    .profile-edit .confirmed-phone .input-field,
    .profile-security .confirmed-phone .input-field {
        margin-bottom: .5333333333rem
    }
}

@media(min-width:769px) {

    .profile-edit .confirmed-phone .input-field,
    .profile-security .confirmed-phone .input-field {
        margin-bottom: .8rem
    }
}

@media(min-width:1025px) {

    .profile-edit .confirmed-phone .input-field,
    .profile-security .confirmed-phone .input-field {
        margin-bottom: .4444444444rem
    }
}

@media(max-width:768px) {
    .payment__inner--missing-data.payment__inner--cashout .confirmed-phone .confirmed-phone__input-field--has-notice {
        margin-bottom: .5333333333rem
    }
}

@media(min-width:769px) {
    .payment__inner--missing-data.payment__inner--cashout .confirmed-phone .confirmed-phone__input-field--has-notice {
        margin-bottom: .8rem
    }
}

@media(min-width:1025px) {
    .payment__inner--missing-data.payment__inner--cashout .confirmed-phone .confirmed-phone__input-field--has-notice {
        margin-bottom: .4444444444rem
    }
}

.profile-edit .confirmed-phone .confirmed-phone__input-field--input-only {
    margin-bottom: 0
}

.confirmed-phone__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.missing-data.form-constructor .vue-tel-input {
    border: none;
    border-radius: 0;
    padding-right: 0;
    justify-content: space-between
}

.missing-data.form-constructor .vti__dropdown,
.missing-data.form-constructor .vti__input {
    border-bottom: 1px solid #83766a
}

.missing-data.form-constructor .vti__input {
    flex: 1 1 100%
}

@media(max-width:768px) {
    .missing-data.form-constructor .vti__input {
        margin-left: .3333333333rem
    }
}

@media(min-width:769px) {
    .missing-data.form-constructor .vti__input {
        margin-left: .5rem
    }
}

@media(min-width:1025px) {
    .missing-data.form-constructor .vti__input {
        margin-left: .2777777778rem
    }
}

.missing-data.form-constructor .vti__dropdown {
    width: auto
}

.confirmed-phone__send-sms-btn {
    width: 100%;
    justify-content: center !important
}

@media(max-width:768px) {

    .profile-contacts .confirmed-phone__send-sms-btn,
    .profile-security .confirmed-phone__send-sms-btn {
        margin-top: 1.0666666667rem
    }
}

@media(min-width:769px) {

    .profile-contacts .confirmed-phone__send-sms-btn,
    .profile-security .confirmed-phone__send-sms-btn {
        width: auto;
        flex-shrink: 0
    }
}

@media(max-width:768px) {
    .confirmed-phone__sms-code {
        margin-bottom: 0
    }
}

@media(min-width:769px) {
    .confirmed-phone__sms-code {
        width: 100%;
        margin-bottom: 1.6rem
    }
}

@media(min-width:1025px) {
    .confirmed-phone__sms-code {
        margin-bottom: .8888888889rem
    }
}

.confirmed-phone__sms-code .input-field__input {
    text-align: center;
    padding: .5333333333rem .8rem;
    letter-spacing: .8rem
}

.confirmed-phone__sms-code .input-field__input:-ms-input-placeholder {
    letter-spacing: .2666666667rem
}

.confirmed-phone__sms-code .input-field__input::-ms-input-placeholder {
    letter-spacing: .2666666667rem
}

.confirmed-phone__sms-code .input-field__input::placeholder {
    letter-spacing: .2666666667rem
}

.missing-data .confirmed-phone__sms-code .input-field__input {
    height: 2.4rem
}

@media(min-width:769px)and (max-width:1024px) {
    .confirmed-phone__sms-code .input-field__input {
        padding: .8rem 1.2rem;
        letter-spacing: 1.2rem
    }

    .confirmed-phone__sms-code .input-field__input:-ms-input-placeholder {
        letter-spacing: .4rem
    }

    .confirmed-phone__sms-code .input-field__input::-ms-input-placeholder {
        letter-spacing: .4rem
    }

    .confirmed-phone__sms-code .input-field__input::placeholder {
        letter-spacing: .4rem
    }

    .missing-data .confirmed-phone__sms-code .input-field__input {
        height: 4.4rem
    }
}

@media(min-width:1025px) {
    .confirmed-phone__sms-code .input-field__input {
        padding: .4444444444rem .6666666667rem;
        letter-spacing: .6666666667rem
    }

    .confirmed-phone__sms-code .input-field__input:-ms-input-placeholder {
        letter-spacing: .2222222222rem
    }

    .confirmed-phone__sms-code .input-field__input::-ms-input-placeholder {
        letter-spacing: .2222222222rem
    }

    .confirmed-phone__sms-code .input-field__input::placeholder {
        letter-spacing: .2222222222rem
    }

    .missing-data .confirmed-phone__sms-code .input-field__input {
        height: 2.4444444444rem
    }
}

.confirmed-phone__header {
    font-size: 1.0666666667rem;
    line-height: 1.4666666667rem;
    color: #fff;
    margin-bottom: 1.3333333333rem
}

@media(max-width:768px) {
    .custom-modal--deposit-missing:not(.custom-modal--missing-data-sport) .payment.payment--cashout .confirmed-phone__header {
        display: none
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .confirmed-phone__header {
        margin-left: 3rem;
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin-bottom: 2.4rem
    }

    .custom-modal--deposit-missing:not(.custom-modal--missing-data-sport) .payment.payment--cashout .confirmed-phone__header {
        margin-bottom: 3.6rem
    }
}

@media(min-width:1025px) {
    .confirmed-phone__header {
        font-size: .8888888889rem;
        line-height: 1.2222222222rem;
        margin-bottom: 1.3333333333rem
    }

    .custom-modal--deposit-missing:not(.custom-modal--missing-data-sport) .payment.payment--cashout .confirmed-phone__header {
        margin-bottom: 2rem
    }
}

@media(max-width:768px) {
    .custom-modal--deposit-missing .payment__content .confirmed-phone__header {
        font-size: .8rem;
        line-height: 1.2rem
    }
}

@media(min-width:769px) {
    .custom-modal--deposit-missing .payment__content .confirmed-phone__header {
        font-size: 1.4rem;
        line-height: 2rem;
        margin-bottom: 2.4rem
    }
}

@media(min-width:1025px) {
    .custom-modal--deposit-missing .payment__content .confirmed-phone__header {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem;
        margin-bottom: 1.3333333333rem
    }
}

.confirmed-phone__body {
    flex-shrink: 0
}

@media(min-width:769px) {

    .profile-contacts .confirmed-phone__body,
    .profile-security .confirmed-phone__body {
        display: flex;
        gap: 1.6rem;
        gap: .8888888889rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .missing-data .input-field-wr+.confirmed-phone__body {
        margin-top: 2rem
    }
}

@media(min-width:1025px) {
    .missing-data .input-field-wr+.confirmed-phone__body {
        margin-top: 1.1111111111rem
    }
}

@media(min-width:769px) {
    .custom-modal--deposit-missing:not(.custom-modal--missing-data-sport) .payment.payment--cashout .missing-data .input-field-wr+.confirmed-phone__body {
        margin-top: 2.8rem
    }
}

@media(min-width:1025px) {
    .custom-modal--deposit-missing:not(.custom-modal--missing-data-sport) .payment.payment--cashout .missing-data .input-field-wr+.confirmed-phone__body {
        margin-top: 1.1111111111rem
    }
}

.confirmed-phone__footer {
    font-size: .8rem;
    line-height: 1.3333333333rem;
    margin-top: 2.6666666667rem;
    text-align: center
}

@media(min-width:769px)and (max-width:1024px) {
    .confirmed-phone__footer {
        font-size: 1.2rem;
        line-height: 2rem;
        margin-top: 4rem
    }
}

@media(min-width:1025px) {
    .confirmed-phone__footer {
        font-size: .6666666667rem;
        line-height: 1.1111111111rem;
        margin-top: 2.2222222222rem
    }
}

.profile-contacts .confirmed-phone__footer,
.profile-security .confirmed-phone__footer {
    color: #7b7f92;
    margin-top: 1.0666666667rem;
    text-align: left
}

@media(min-width:769px) {

    .profile-contacts .confirmed-phone__footer,
    .profile-security .confirmed-phone__footer {
        margin-top: 0
    }
}

.confirmed-phone__footer-notice {
    color: hsla(0, 0%, 100%, .5);
    margin: 0;
    font: inherit
}

.confirmed-phone__notice {
    font-size: .8rem;
    line-height: 1.0666666667rem;
    color: #fff;
    margin: .2666666667rem 0 1.6rem
}

@media(min-width:769px)and (max-width:1024px) {
    .confirmed-phone__notice {
        font-size: 1.2rem;
        line-height: 1.6rem;
        margin: .4rem 0 2.8rem
    }
}

@media(min-width:1025px) {
    .confirmed-phone__notice {
        font-size: .6666666667rem;
        line-height: .8888888889rem;
        margin: .2222222222rem 0 1.5555555556rem
    }
}

.profile-contacts .confirmed-phone__notice,
.profile-security .confirmed-phone__notice {
    margin: .2666666667rem 0 .8rem
}

@media(min-width:769px) {

    .profile-contacts .confirmed-phone__notice,
    .profile-security .confirmed-phone__notice {
        margin: .4rem 0 1.6rem;
        text-align: left
    }
}

@media(min-width:1025px) {

    .profile-contacts .confirmed-phone__notice,
    .profile-security .confirmed-phone__notice {
        margin: .2222222222rem 0 .8888888889rem
    }
}

.input-field-wr+.confirmed-phone__notice {
    margin-top: 0
}

.profile-contacts:last-child {
    margin-bottom: 0
}

.profile-contacts__cols {
    margin-bottom: .6666666667rem
}

@media(min-width:769px) {
    .profile-contacts__cols {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 1rem
    }
}

@media(min-width:1025px) {
    .profile-contacts__cols {
        margin-bottom: .5555555556rem
    }
}

.profile-contacts__col {
    margin-bottom: .6666666667rem
}

.profile-contacts__col .vue-tel-input .vti__dropdown-list {
    max-height: 18.7333333333rem
}

.profile-contacts__col .vue-tel-input .vti__dropdown-list.below {
    top: -19rem
}

.profile-contacts__col:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-contacts__col .vue-tel-input .vti__dropdown-list {
        max-height: 28.6rem
    }

    .profile-contacts__col .vue-tel-input .vti__dropdown-list.below {
        top: -29rem
    }
}

@media(min-width:769px) {
    .profile-contacts__col {
        width: 100%;
        margin-bottom: 0
    }
}

@media(min-width:1025px) {
    .profile-contacts__col .vue-tel-input .vti__dropdown-list {
        max-height: 15.5555555556rem
    }

    .profile-contacts__col .vue-tel-input .vti__dropdown-list.below {
        top: -15.7777777778rem
    }
}

.profile-contacts__add-btn-wr {
    display: flex;
    align-items: flex-start
}

@media(max-width:768px) {
    .profile-contacts__add-btn-wr {
        margin-top: 1.0666666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-contacts__add-btn-wr {
        margin-left: 1rem
    }
}

@media(min-width:1025px) {
    .profile-contacts__add-btn-wr {
        margin-left: .5555555556rem
    }
}

@media(max-width:768px) {
    .country-form-wrapper--two-elements {
        flex-wrap: wrap
    }
}

.input-field__phone-form {
    display: flex
}

.input-field__phone-form.country-form-wrapper--sms-code {
    flex-wrap: wrap
}

.personal-data-inner .input-field__phone-form {
    margin-bottom: 0
}

@media(max-width:768px) {
    .input-field__phone-form {
        margin-bottom: 1.0666666667rem
    }

    .personal-data-inner .input-field__phone-form {
        margin-bottom: 1.6rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__phone-form {
        margin-bottom: 2.4rem
    }
}

@media(min-width:1025px) {
    .input-field__phone-form {
        margin-bottom: 1.3333333333rem
    }
}

.confirm_code_from_sms {
    margin-top: 1.5333333333rem;
    width: 100%
}

@media(min-width:769px)and (max-width:1024px) {
    .confirm_code_from_sms {
        margin-top: 1rem
    }
}

@media(min-width:1025px) {
    .confirm_code_from_sms {
        margin-top: .5555555556rem
    }
}

.email-form-wrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2.4rem;
    width: 100%
}

@media(max-width:768px) {
    .email-form-wrapper {
        flex-direction: column;
        align-items: flex-start
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .email-form-wrapper {
        margin-bottom: 3.2rem
    }
}

@media(min-width:1025px) {
    .email-form-wrapper {
        margin-bottom: 1.7777777778rem
    }
}

.email-form-inner,
.phone-form-inner {
    width: 100%
}

.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 {
    background-clip: content-box !important;
    caret-color: #fff;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff
}

@media(max-width:768px) {
    .personal-data {
        margin-bottom: .5333333333rem
    }
}

@media(min-width:769px) {
    .personal-data {
        margin-bottom: 1.6rem
    }
}

@media(min-width:1025px) {
    .personal-data {
        margin-bottom: .8888888889rem
    }
}

.personal-data:last-child {
    margin-bottom: 0
}

.personal-data__cols {
    margin-bottom: 1.3333333333rem
}

@media(min-width:769px) {
    .personal-data__cols {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .personal-data__cols {
        margin-bottom: 1rem
    }
}

@media(min-width:1025px) {
    .personal-data__cols {
        margin-bottom: .5555555556rem
    }
}

@media(min-width:769px) {
    .personal-data__col {
        flex-shrink: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .personal-data__col {
        margin-bottom: 1rem
    }
}

@media(min-width:1025px) {
    .personal-data__col {
        margin-bottom: .5555555556rem
    }
}

@media(min-width:769px) {
    .personal-data__col--mod {
        width: calc(50% - 5px)
    }
}

@media(min-width:769px) {
    .personal-data__field {
        width: calc(50% - .6rem)
    }
}

@media(min-width:1025px) {
    .personal-data__field {
        width: calc(50% - .33333rem)
    }
}

#profile-timezone .custom-select__name {
    font-size: 1.0666666667rem;
    white-space: nowrap
}

@media(min-width:769px)and (max-width:1024px) {
    #profile-timezone .custom-select__name {
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    #profile-timezone .custom-select__name {
        font-size: .8888888889rem
    }
}

@media(max-width:768px) {
    #profile-timezone {
        margin-top: 2.4rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    #profile-timezone {
        margin-bottom: .8rem
    }

    #profile-timezone .custom-select__name {
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    #profile-timezone {
        margin-bottom: .4444444444rem
    }

    #profile-timezone .custom-select__name {
        font-size: .8888888889rem
    }
}

.profile-current-time {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: .2666666667rem;
    margin-bottom: 2.4rem
}

.profile-edit .profile-current-time {
    margin-bottom: 2.4rem
}

@media(min-width:769px) {
    .profile-current-time {
        align-items: center;
        margin-top: .4rem;
        margin-bottom: 3.6rem
    }

    .profile-edit .profile-current-time {
        margin-bottom: 3.6rem
    }
}

@media(min-width:1025px) {
    .profile-current-time {
        margin-top: .2222222222rem;
        margin-bottom: 2rem
    }

    .profile-edit .profile-current-time {
        margin-bottom: 2rem
    }
}

.personal-data-inner {
    background: #2c3357;
    border-radius: .5333333333rem;
    padding: 2.4rem 1.0666666667rem 1.0666666667rem 1.0666666667rem
}

@media(min-width:769px) {
    .personal-data-inner {
        background: rgba(51, 61, 108, .2)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .personal-data-inner {
        border-radius: .8rem;
        padding: 3.6rem 1.6rem 1.6rem 1.6rem
    }
}

@media(min-width:1025px) {
    .personal-data-inner {
        border-radius: .4444444444rem;
        padding: 2rem .8888888889rem .8888888889rem .8888888889rem
    }
}

.gender-radio-wrap {
    margin-bottom: 2.4rem
}

.gender-radio-wrap:last-child {
    margin-bottom: 0
}

.form-constructor .gender-radio-wrap {
    width: 100%;
    flex-direction: column;
    align-items: center
}

@media(min-width:769px)and (max-width:1024px) {
    .gender-radio-wrap {
        margin-bottom: 2.6rem
    }

    .play .gender-radio-wrap {
        margin-bottom: 1.82rem
    }

    .profile-edit .gender-radio-wrap {
        margin-bottom: 3.6rem
    }
}

@media(min-width:1025px) {
    .gender-radio-wrap {
        margin-bottom: 2rem
    }

    .play .gender-radio-wrap {
        margin-bottom: 1.96rem
    }

    .profile-edit .gender-radio-wrap {
        margin-bottom: 2rem
    }
}

.gender-radio-wrap--disabled {
    pointer-events: none
}

.gender-radio {
    display: flex;
    justify-content: space-between
}

.profile-edit .gender-radio {
    justify-content: flex-start
}

.gender-radio__item {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 48%;
    min-width: 7.6666666667rem;
    height: 2.4rem;
    border: 1px solid #3f4f8c;
    border-radius: .2666666667rem;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.gender-radio__item:hover {
    border-color: #4563e3
}

@media(min-width:769px)and (max-width:1024px) {
    .gender-radio__item {
        min-width: 11.5rem;
        height: 3.6rem;
        border-radius: .3rem
    }

    .play .gender-radio__item {
        min-width: 8.05rem;
        height: 2.52rem;
        border-radius: .28rem
    }
}

@media(min-width:1025px) {
    .gender-radio__item {
        min-width: 6.3888888889rem;
        height: 2rem;
        border-radius: .2222222222rem
    }

    .play .gender-radio__item {
        min-width: 6.2611111111rem;
        height: 1.96rem;
        border-radius: .2177777778rem
    }
}

.profile-edit .gender-radio__item {
    height: auto;
    min-width: auto;
    width: auto;
    margin-right: .8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-edit .gender-radio__item {
        margin-right: 1.2rem
    }
}

@media(min-width:1025px) {
    .profile-edit .gender-radio__item {
        margin-right: .6666666667rem
    }
}

.profile-edit .gender-radio__item:last-child {
    margin-right: 0
}

.gender-radio__item--disabled {
    pointer-events: none;
    opacity: .5
}

.gender-radio__item--hidden,
.gender-radio__item-input {
    display: none
}

.gender-radio__label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.profile-edit .gender-radio__item .gender-radio__label {
    padding: .5333333333rem .8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-edit .gender-radio__item .gender-radio__label {
        padding: .8rem 1.2rem
    }
}

@media(min-width:1025px) {
    .profile-edit .gender-radio__item .gender-radio__label {
        padding: .4444444444rem .6666666667rem
    }
}

.gender-radio__label-ic {
    position: absolute;
    left: 1.6rem;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: .9333333333rem;
    height: auto;
    color: #74dcd2
}

.profile-edit .gender-radio__label-ic {
    left: 1rem
}

@media(min-width:769px)and (max-width:1024px) {
    .gender-radio__label-ic {
        left: 2.4rem;
        width: 1.4rem
    }

    .play .gender-radio__label-ic {
        left: 1.68rem;
        width: .98rem
    }

    .profile-edit .gender-radio__label-ic {
        left: 1.5rem
    }
}

@media(min-width:1025px) {
    .gender-radio__label-ic {
        left: 1.3333333333rem;
        width: .7777777778rem
    }

    .play .gender-radio__label-ic {
        left: 1.3066666667rem;
        width: .7622222222rem
    }

    .profile-edit .gender-radio__label-ic {
        left: .8333333333rem
    }
}

.gender-radio__label-text {
    font-weight: 300;
    font-size: .8rem;
    line-height: 1;
    letter-spacing: .02rem;
    color: #fff
}

.profile-edit .gender-radio__label-text {
    font-size: 1.0666666667rem;
    letter-spacing: -.0133333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .gender-radio__label-text {
        font-size: 1.2rem;
        letter-spacing: .03rem
    }

    .play .gender-radio__label-text {
        font-size: .84rem;
        letter-spacing: .021rem
    }

    .profile-edit .gender-radio__label-text {
        font-size: 1.6rem;
        letter-spacing: -.02rem
    }
}

@media(min-width:1025px) {
    .gender-radio__label-text {
        font-size: .6666666667rem;
        letter-spacing: .0166666667rem
    }

    .play .gender-radio__label-text {
        font-size: .6533333333rem;
        letter-spacing: .0163333333rem
    }

    .profile-edit .gender-radio__label-text {
        font-size: .8888888889rem;
        letter-spacing: -.0111111111rem
    }
}

.gender-radio__item-activity {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: .5333333333rem;
    border: 2px solid #3f4f8c;
    border-radius: 50%
}

.active .gender-radio__item-activity {
    background: radial-gradient(75% 100% at 50.34% 100%, #68b7ff 0, #3764f3 100%), linear-gradient(0deg, #183cc9, #183cc9), linear-gradient(180.11deg, #001e95 .11%, #11309f 99.91%)
}

@media(min-width:769px)and (max-width:1024px) {
    .gender-radio__item-activity {
        width: 1.8rem;
        height: 1.8rem;
        margin-right: .8rem
    }

    .play .gender-radio__item-activity {
        width: 1.26rem;
        height: 1.26rem;
        margin-right: .56rem
    }
}

@media(min-width:1025px) {
    .gender-radio__item-activity {
        width: .8888888889rem;
        height: .8888888889rem;
        margin-right: .4444444444rem
    }

    .play .gender-radio__item-activity {
        width: .98rem;
        height: .98rem;
        margin-right: .4355555556rem
    }
}

.profile-edit__form-1 {
    margin-bottom: 1.3333333333rem
}

@media(min-width:769px) {
    .profile-edit__form-1 {
        display: flex;
        justify-content: space-between;
        margin-bottom: 2rem
    }
}

@media(min-width:1025px) {
    .profile-edit__form-1 {
        margin-bottom: 1.1111111111rem
    }
}

.profile-edit__form-1-col {
    margin-bottom: .6666666667rem
}

.profile-edit__form-1-col:last-child {
    margin-bottom: 0
}

@media(min-width:769px) {
    .profile-edit__form-1-col {
        flex-shrink: 0;
        width: calc(50% - 10px);
        margin-bottom: 1rem
    }
}

@media(min-width:1025px) {
    .profile-edit__form-1-col {
        margin-bottom: .5555555556rem
    }
}

.profile-edit__birthday-wr {
    position: relative;
    z-index: 3;
    transform: translateZ(0)
}

.profile-edit__birthday-wr.disabled {
    pointer-events: none
}

@media(max-width:768px) {
    .profile-edit__birthday-wr {
        margin-bottom: .6666666667rem
    }
}

.profile-edit__birthday-calendar {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%
}

.profile-edit__btn-wr {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.personal-data-inner--refcode+.profile-edit__btn-wr {
    margin-top: 1.0666666667rem
}

@media(min-width:769px) {
    .personal-data-inner--refcode+.profile-edit__btn-wr {
        margin-top: 1.6rem
    }
}

@media(min-width:1025px) {
    .personal-data-inner--refcode+.profile-edit__btn-wr {
        margin-top: .8888888889rem
    }
}

@media(max-width:768px) {
    .profile-edit__btn {
        width: 100%
    }
}

.profile-edit__birthday-input {
    margin-bottom: 0
}

.profile-edit {
    padding: .3333333333rem .8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-edit {
        padding: 6.4rem
    }
}

@media(min-width:1025px) {
    .profile-edit {
        padding: 3.5555555556rem
    }
}

.profile-contacts+.personal-data-inner--refcode {
    padding-top: 2.4rem
}

@media(min-width:769px) {
    .profile-contacts+.personal-data-inner--refcode {
        padding-top: 3.6rem
    }
}

@media(min-width:1025px) {
    .profile-contacts+.personal-data-inner--refcode {
        padding-top: 2rem
    }
}

.soc-account {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1rem 2.3333333333rem 1rem .6666666667rem;
    margin-bottom: .6666666667rem;
    border-radius: .5333333333rem;
    background-color: rgba(51, 61, 108, .2)
}

.soc-account:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .soc-account {
        padding: 2rem 4rem 2rem 2rem;
        margin-bottom: 1rem;
        border-radius: .8rem
    }
}

@media(min-width:1025px) {
    .soc-account {
        padding: 1.1111111111rem 2.2222222222rem 1.1111111111rem 1.1111111111rem;
        margin-bottom: .5555555556rem;
        border-radius: .4444444444rem
    }
}

.soc-account__ic {
    width: 1.2rem;
    height: auto;
    margin-right: .7333333333rem;
    opacity: .4;
    color: #fff;
    max-height: 1.2rem
}

@media(min-width:769px)and (max-width:1024px) {
    .soc-account__ic {
        width: 2.2rem;
        margin-right: 2.3rem;
        max-height: 1.8rem
    }
}

@media(min-width:1025px) {
    .soc-account__ic {
        width: 1.2222222222rem;
        margin-right: 1.2777777778rem;
        max-height: 1rem
    }
}

.soc-account__title {
    min-width: 4.6666666667rem;
    margin-right: 1.3333333333rem;
    font-size: .8rem;
    line-height: 1;
    color: #dce7f3;
    letter-spacing: -.0266666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .soc-account__title {
        min-width: 6.6666666667rem;
        margin-right: 2.2rem;
        font-size: .9333333333rem;
        letter-spacing: -.0313333333rem
    }
}

@media(min-width:1025px) {
    .soc-account__title {
        min-width: 5.5555555556rem;
        margin-right: 1.8333333333rem;
        font-size: .7777777778rem;
        letter-spacing: -.0261111111rem
    }
}

.soc-account__status {
    font-size: .8rem;
    line-height: 1;
    color: #dce7f3;
    letter-spacing: -.0266666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .soc-account__status {
        font-size: .9333333333rem;
        letter-spacing: -.0313333333rem
    }
}

@media(min-width:1025px) {
    .soc-account__status {
        font-size: .7777777778rem;
        letter-spacing: -.0261111111rem
    }
}

.soc-account__close-wr {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    transition: all .2s ease-in-out
}

@media(min-width:769px)and (max-width:1024px) {
    .soc-account__close-wr {
        right: 2rem
    }
}

@media(min-width:1025px) {
    .soc-account__close-wr {
        right: 1.1111111111rem
    }
}

.soc-account__close {
    width: .6666666667rem;
    height: auto;
    color: #fff
}

.no-touch .soc-account__close-wr:hover .soc-account__close {
    color: hsla(0, 0%, 100%, .7)
}

@media(min-width:769px)and (max-width:1024px) {
    .soc-account__close {
        width: 1rem
    }
}

@media(min-width:1025px) {
    .soc-account__close {
        width: .5555555556rem
    }
}

.settings {
    padding: .8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .settings {
        padding: 3.5rem
    }
}

@media(min-width:1025px) {
    .settings {
        padding: 2.2222222222rem
    }
}

.settings__blocks {
    margin-bottom: .8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .settings__blocks {
        margin-bottom: 2.4rem
    }
}

@media(min-width:1025px) {
    .settings__blocks {
        margin-bottom: 1.3333333333rem
    }
}

.setting-block {
    position: relative;
    background: rgba(51, 61, 108, .2);
    border-radius: .5333333333rem;
    margin-bottom: .8rem;
    padding: 1.0666666667rem
}

.setting-block:last-child {
    margin-bottom: 0
}

@media(max-width:768px) {
    .setting-block {
        background-color: #2c3357
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .setting-block {
        border-radius: .8rem;
        margin-bottom: 2.8rem;
        padding: 1.2rem 1.6rem
    }
}

@media(min-width:1025px) {
    .setting-block {
        border-radius: .4444444444rem;
        margin-bottom: 1.5555555556rem;
        padding: .6666666667rem .8888888889rem
    }
}

.setting-block__title {
    font-weight: 500;
    margin-bottom: .5333333333rem;
    font-size: 1.0666666667rem;
    line-height: 1.3333333333rem
}

.setting-block__title:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .setting-block__title {
        margin-bottom: .8rem;
        font-size: 1.6rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .setting-block__title {
        margin-bottom: .4444444444rem;
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

.setting-block__description {
    font-weight: 700;
    margin-bottom: 1.0666666667rem;
    font-size: .8rem;
    line-height: 1.0666666667rem;
    color: hsla(0, 0%, 100%, .5)
}

.setting-block__description:last-child {
    margin-bottom: 0
}

@media(min-width:769px) {
    .setting-block__description {
        font-weight: 400
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .setting-block__description {
        margin-bottom: 1.2rem;
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .setting-block__description {
        margin-bottom: .6666666667rem;
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

.setting-block__bonuses {
    display: flex;
    flex-direction: column
}

.setting-block__bonuses .setting-block__switcher {
    margin-left: 0
}

.setting-block__btn-wr {
    text-align: center
}

.setting-block__switcher.switcher--disabled .switcher__ch-wr {
    opacity: .5
}

.setting-block__switcher-ic {
    color: #90a7ff;
    pointer-events: all;
    vertical-align: middle
}

.setting-block__switcher-ic .icon {
    width: 1.3333333333rem;
    height: 1.3333333333rem
}

@media(min-width:769px) {
    .setting-block__switcher-ic .icon {
        width: 2rem;
        height: 2rem
    }
}

@media(min-width:1025px) {
    .setting-block__switcher-ic .icon {
        width: 1.1111111111rem;
        height: 1.1111111111rem
    }
}

.history-inner {
    padding: .8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .history-inner {
        padding: 7.9rem 6.4rem
    }
}

@media(min-width:1025px) {
    .history-inner {
        padding: 4.3888888889rem 3.5555555556rem
    }
}

.history-block {
    margin-bottom: 1.0666666667rem
}

.history-block:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .history-block {
        margin-bottom: 2rem
    }
}

@media(min-width:1025px) {
    .history-block {
        margin-bottom: 1.1111111111rem
    }
}

.history__date {
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.5;
    color: hsla(0, 0%, 100%, .5);
    margin-bottom: .5333333333rem;
    text-align: center
}

@media(min-width:769px) {
    .history__date {
        line-height: 2
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .history__date {
        font-size: 1rem;
        margin-bottom: .8rem
    }
}

@media(min-width:1025px) {
    .history__date {
        font-size: .5555555556rem;
        margin-bottom: .4444444444rem
    }
}

.history__items {
    border-radius: .5333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .history__items {
        border-radius: .8rem
    }
}

@media(min-width:1025px) {
    .history__items {
        border-radius: .4444444444rem
    }
}

.history__item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2.6666666667rem;
    padding: 0 .8rem
}

.history__item:first-child {
    border-top-left-radius: .5333333333rem;
    border-top-right-radius: .5333333333rem
}

.history__item:last-child {
    border-bottom-left-radius: .5333333333rem;
    border-bottom-right-radius: .5333333333rem
}

@media(max-width:768px) {
    .history__item {
        background-color: #2a305a
    }

    .history__item:nth-child(2n) {
        background-color: #282d55
    }
}

@media(min-width:769px) {
    .history__item {
        background-color: #1f2248
    }

    .history__item:nth-child(2n) {
        background-color: #1c1d43
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .history__item {
        height: 5.2rem;
        padding: 0 1.6rem
    }

    .history__item:first-child {
        border-top-left-radius: .8rem;
        border-top-right-radius: .8rem
    }

    .history__item:last-child {
        border-bottom-left-radius: .8rem;
        border-bottom-right-radius: .8rem
    }
}

@media(min-width:1025px) {
    .history__item {
        height: 2.8888888889rem;
        padding: 0 .8888888889rem
    }

    .history__item:first-child {
        border-top-left-radius: .4444444444rem;
        border-top-right-radius: .4444444444rem
    }

    .history__item:last-child {
        border-bottom-left-radius: .4444444444rem;
        border-bottom-right-radius: .4444444444rem
    }
}

.history__item-left,
.history__item-right,
.history__subitem {
    display: flex;
    align-items: center
}

.history__subitem {
    font-size: .8rem;
    line-height: 1;
    flex-shrink: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .history__subitem {
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    .history__subitem {
        font-size: .8888888889rem
    }
}

.history__subitem--time {
    width: 2.9333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .history__subitem--time {
        width: 5.6rem
    }
}

@media(min-width:1025px) {
    .history__subitem--time {
        width: 3.1111111111rem
    }
}

.history__subitem--status {
    position: relative
}

.history__subitem--status:first-letter {
    text-transform: uppercase
}

.history__subitem--status--done {
    color: #00c193
}

.history__subitem--status--canceled {
    color: #e933a0
}

.history__subitem--status--awaiting {
    color: #f3d869
}

.history__subitem--status--processed {
    color: #fff
}

.history__subitem--status-with-tooltip {
    cursor: pointer
}

.history__subitem-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.0666666667rem;
    height: 1.0666666667rem;
    margin-right: .2666666667rem;
    border-radius: 50%
}

.history__subitem--amount .history__subitem-circle {
    margin-left: .2666666667rem;
    margin-right: 0;
    background-color: #c2a633
}

@media(min-width:769px)and (max-width:1024px) {
    .history__subitem--amount .history__subitem-circle {
        margin-left: .4rem
    }
}

@media(min-width:1025px) {
    .history__subitem--amount .history__subitem-circle {
        margin-left: .2222222222rem
    }
}

.history__subitem--status--done .history__subitem-circle {
    background-image: radial-gradient(75% 100% at 50.34% 100%, #24e5b7 0, #009874 100%)
}

.history__subitem--status--canceled .history__subitem-circle {
    background-image: radial-gradient(75% 100% at 50.34% 100%, #ffabdd 0, #e933a0 59.38%, #e02a81 100%)
}

.history__subitem--status--awaiting .history__subitem-circle {
    background-image: radial-gradient(75% 100% at 50.34% 100%, #fbe072 0, #c2a633 100%)
}

.history__subitem--status--processed .history__subitem-circle {
    background: radial-gradient(75% 100% at 50.34% 100%, #2094ff 0, #0b3ddd 100%)
}

@media(min-width:769px)and (max-width:1024px) {
    .history__subitem-circle {
        width: 1.6rem;
        height: 1.6rem;
        margin-right: .4rem
    }
}

@media(min-width:1025px) {
    .history__subitem-circle {
        width: .8888888889rem;
        height: .8888888889rem;
        margin-right: .2222222222rem
    }
}

.history__subitem-icon {
    width: .5333333333rem;
    height: auto;
    color: #fff
}

.history__subitem--status--done .history__subitem-icon {
    width: .4rem
}

.history__subitem--status--canceled .history__subitem-icon {
    width: .3333333333rem
}

.history__subitem--status--processed .history__subitem-icon {
    width: .6666666667rem
}

.history__subitem--status--awaiting .history__subitem-icon {
    width: .6rem
}

@media(min-width:769px)and (max-width:1024px) {
    .history__subitem-icon {
        width: .8rem
    }

    .history__subitem--status--done .history__subitem-icon {
        width: .6rem
    }

    .history__subitem--status--canceled .history__subitem-icon {
        width: .5rem
    }

    .history__subitem--status--processed .history__subitem-icon {
        width: 1rem
    }

    .history__subitem--status--awaiting .history__subitem-icon {
        width: .9rem
    }
}

@media(min-width:1025px) {
    .history__subitem-icon {
        width: .4444444444rem
    }

    .history__subitem--status--done .history__subitem-icon {
        width: .3333333333rem
    }

    .history__subitem--status--canceled .history__subitem-icon {
        width: .2777777778rem
    }

    .history__subitem--status--processed .history__subitem-icon {
        width: .5555555556rem
    }

    .history__subitem--status--awaiting .history__subitem-icon {
        width: .5rem
    }
}

.history__subitem-text:first-letter {
    text-transform: uppercase
}

.history__item-btn {
    height: 1.8666666667rem;
    padding: 0 .5333333333rem;
    margin-left: .5333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .history__item-btn {
        height: 2.8rem;
        padding: 0 1.2rem;
        margin-left: .8rem
    }
}

@media(min-width:1025px) {
    .history__item-btn {
        height: 1.5555555556rem;
        padding: 0 rem1(12px);
        margin-left: .4444444444rem
    }
}

.history__item-btn--popup {
    min-width: 4rem
}

.history__item-btn--popup:first-child {
    margin-left: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .history__item-btn--popup {
        min-width: 6rem
    }
}

@media(min-width:1025px) {
    .history__item-btn--popup {
        min-width: 3.3333333333rem
    }
}

.history__item-btn--alert {
    width: 1.0666666667rem;
    height: 1.0666666667rem;
    background: radial-gradient(75% 100% at 50.34% 100%, #ffabdd 0, #e933a0 59.38%, #e02a81 100%);
    padding: 0;
    border-radius: 50%
}

.history__item-btn--alert .btn__icon {
    color: #fff;
    margin: 0 auto;
    flex-shrink: 0;
    height: .6666666667rem
}

.history__item-btn--alert .btn__text {
    display: none
}

@media(min-width:769px) {
    .history__item-btn--alert {
        width: 1.6rem;
        height: 1.6rem
    }

    .history__item-btn--alert .btn__icon {
        height: 1rem
    }
}

@media(min-width:1025px) {
    .history__item-btn--alert {
        width: .8888888889rem;
        height: .8888888889rem
    }

    .history__item-btn--alert .btn__icon {
        height: .5555555556rem
    }
}

.history__item-confirm-popup {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: .3333333333rem .8rem;
    border-radius: .5333333333rem
}

@media(max-width:768px) {
    .history__item-confirm-popup {
        background-color: #2a305a
    }

    .history__item:nth-child(2n) .history__item-confirm-popup {
        background-color: #282d55
    }
}

@media(min-width:769px) {
    .history__item-confirm-popup {
        background-color: #1f2248
    }

    .history__item:nth-child(2n) .history__item-confirm-popup {
        background-color: #1c1d43
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .history__item-confirm-popup {
        padding: .5rem 1.6rem;
        border-radius: .8rem
    }
}

@media(min-width:1025px) {
    .history__item-confirm-popup {
        padding: .2777777778rem .8888888889rem;
        border-radius: .4444444444rem
    }
}

.history__item-confirm-popup-btns,
.history__item-confirm-popup-right {
    display: flex;
    align-items: center
}

.history__item-confirm-popup-btns {
    margin-left: .8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .history__item-confirm-popup-btns {
        margin-left: 1.2rem
    }
}

@media(min-width:1025px) {
    .history__item-confirm-popup-btns {
        margin-left: .6666666667rem
    }
}

.exit-popup {
    width: 100%
}

@media(max-width:768px) {
    .exit-popup {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        z-index: 1
    }
}

@media(min-width:769px) {
    .exit-popup {
        padding: 0 0 4.8rem
    }
}

@media(min-width:1025px) {
    .exit-popup {
        padding: 0 0 2.6666666667rem 0
    }
}

.vb-dragger .exit-popup {
    display: none
}

@media(max-width:768px) {
    .exit-popup__overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(8, 14, 65, .9)
    }
}

.exit-popup__wrapper {
    z-index: 1
}

@media(max-width:768px) {
    .exit-popup__wrapper {
        position: absolute;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        bottom: 1.6666666667rem;
        left: 0;
        padding: 1.6rem .8rem;
        margin: 0 .8rem;
        border-radius: 1.0666666667rem;
        width: calc(100% - 1.6rem);
        background: #242b4f
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .exit-popup__wrapper {
        padding: 0 6.4rem
    }
}

@media(min-width:1025px) {
    .exit-popup__wrapper {
        padding: 0 3.5555555556rem
    }
}

.exit-popup__title {
    margin-bottom: 1.6rem;
    font-size: 1.0666666667rem;
    line-height: 1.3333333333rem;
    font-weight: 400;
    text-align: center
}

@media(max-width:768px) {
    .exit-popup__title {
        flex: 0 1 100%
    }
}

@media(min-width:769px) {
    .exit-popup__title {
        margin-bottom: .8rem;
        font-size: 1.6rem;
        line-height: 2rem;
        text-align: left
    }
}

@media(min-width:1025px) {
    .exit-popup__title {
        margin-bottom: .4444444444rem;
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

.exit-popup__btn:last-child {
    margin-left: .5333333333rem
}

@media(max-width:768px) {
    .exit-popup__btn {
        width: 50%;
        flex: 0 0 auto;
        max-width: 7.6rem;
        height: 2.0666666667rem
    }

    .exit-popup__btn .btn__text {
        font-size: .7333333333rem
    }
}

@media(min-width:769px) {
    .exit-popup__btn {
        height: 4rem;
        width: 12rem
    }
}

@media(min-width:1025px) {
    .exit-popup__btn {
        height: 2.2222222222rem;
        width: 6.6666666667rem
    }
}

.profile-progress {
    position: relative
}

.profile-progress__top {
    display: flex;
    align-items: center
}

@media(max-width:768px) {
    .profile-progress__top {
        justify-content: space-between
    }
}

@media(min-width:769px) {
    .profile-progress__top {
        gap: .8rem
    }
}

@media(min-width:1025px) {
    .profile-progress__top {
        gap: .4444444444rem
    }
}

.status-widget--compact-view .profile-progress__top {
    justify-content: space-between;
    gap: 0
}

.profile-progress__bottom {
    display: flex;
    align-items: center
}

@media(max-width:768px) {
    .profile-progress__bottom {
        display: none
    }
}

.status-widget--compact-view .profile-progress__bottom {
    display: none
}

.profile-progress__text {
    font-weight: 500;
    font-size: .8rem;
    line-height: 1.3333333333rem
}

@media(min-width:769px) {
    .profile-progress__text {
        font-size: 1.6rem;
        line-height: 2.4rem
    }
}

@media(min-width:1025px) {
    .profile-progress__text {
        font-size: .8888888889rem;
        line-height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .status-widget--compact-view .profile-progress__text {
        font-size: 1.2rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .status-widget--compact-view .profile-progress__text {
        font-size: .6666666667rem;
        line-height: 1.1111111111rem
    }
}

@media(max-width:768px) {
    .profile-progress__text-small {
        display: none
    }
}

@media(min-width:769px) {
    .profile-progress__text-small {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .profile-progress__text-small {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

.status-widget--compact-view .profile-progress__text-small {
    display: none
}

.profile-progress__text--gray {
    color: hsla(0, 0%, 100%, .5)
}

.profile-progress__text--gray-light {
    color: hsla(0, 0%, 100%, .25)
}

.profile-progress__text--bold {
    font-weight: 700;
    letter-spacing: .48px;
    text-transform: uppercase
}

.profile-progress__range-wr {
    position: relative;
    box-sizing: content-box;
    background: #181d3d;
    border-style: solid;
    border-color: #262a46
}

@media(max-width:768px) {
    .profile-progress__range-wr {
        height: .4rem;
        margin: .1333333333rem 0;
        border-width: .2rem;
        border-radius: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .profile-progress__range-wr {
        height: 1.6rem;
        margin: .8rem 0;
        border-width: .8rem;
        border-radius: 3.6rem
    }
}

@media(min-width:1025px) {
    .profile-progress__range-wr {
        height: .8888888889rem;
        margin: .4444444444rem 0;
        border-width: .4444444444rem;
        border-radius: 2rem
    }
}

@media(min-width:769px) {
    .status-widget--compact-view .profile-progress__range-wr {
        height: .6rem;
        margin: .2rem 0;
        border-width: .3rem;
        border-radius: 1.6rem
    }
}

@media(min-width:1025px) {
    .status-widget--compact-view .profile-progress__range-wr {
        height: .3333333333rem;
        margin: .1111111111rem 0;
        border-width: .1666666667rem;
        border-radius: .8888888889rem
    }
}

.profile-progress__range {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #00c193
}

.status-widget {
    display: flex;
    background: #262a46
}

@media(max-width:768px) {
    .status-widget {
        flex-direction: column;
        border-radius: .5333333333rem;
        background: #2c3357
    }
}

@media(min-width:769px) {
    .status-widget {
        border-radius: 1.2rem
    }
}

@media(min-width:1025px) {
    .status-widget {
        border-radius: .6666666667rem
    }
}

.status-widget--compact-view {
    flex-direction: column;
    background: #2c3357
}

.no-touch .status-widget--compact-view:hover {
    cursor: pointer
}

@media(min-width:1025px) {
    .profile .status-widget--compact-view {
        max-width: 19.4444444444rem
    }
}

@media(min-width:769px) {
    .status-widget--compact-view {
        border-radius: .8rem;
        margin: 2.8rem 0
    }
}

@media(min-width:1025px) {
    .status-widget--compact-view {
        border-radius: .4444444444rem;
        margin: 1.5555555556rem 0
    }
}

.no-touch .status-widget--compact-view.status-widget--status-page-view:hover {
    cursor: default
}

.status-widget__header {
    flex: 1;
    display: flex;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top
}

.status-widget--bronze .status-widget__header {
    background-image: url(status/status-bronze-bg.webp)
}

.no-webp .status-widget--bronze .status-widget__header {
    background-image: url(status/status-bronze-bg.png)
}

.status-widget--silver .status-widget__header {
    background-image: url(status/status-silver-bg.webp)
}

.no-webp .status-widget--silver .status-widget__header {
    background-image: url(status/status-silver-bg.png)
}

.status-widget--gold .status-widget__header {
    background-image: url(status/status-gold-bg.webp)
}

.no-webp .status-widget--gold .status-widget__header {
    background-image: url(status/status-gold-bg.png)
}

.status-widget--platinum .status-widget__header {
    background-image: url(status/status-platina-bg.webp)
}

.no-webp .status-widget--platinum .status-widget__header {
    background-image: url(status/status-platina-bg.png)
}

@media(max-width:768px) {
    .status-widget__header {
        display: block;
        border-radius: .5333333333rem;
        padding: 1.0666666667rem
    }

    .status-widget--bronze .status-widget__header {
        background-image: url(status/status-bronze-bg_mob.webp)
    }

    .no-webp .status-widget--bronze .status-widget__header {
        background-image: url(status/status-bronze-bg_mob.png)
    }

    .status-widget--silver .status-widget__header {
        background-image: url(status/status-silver-bg_mob.webp)
    }

    .no-webp .status-widget--silver .status-widget__header {
        background-image: url(status/status-silver-bg_mob.png)
    }

    .status-widget--gold .status-widget__header {
        background-image: url(status/status-gold-bg_mob.webp)
    }

    .no-webp .status-widget--gold .status-widget__header {
        background-image: url(status/status-gold-bg_mob.png)
    }

    .status-widget--platinum .status-widget__header {
        background-image: url(status/status-platina-bg_mob.webp)
    }

    .no-webp .status-widget--platinum .status-widget__header {
        background-image: url(status/status-platina-bg_mob.png)
    }
}

@media(min-width:769px) {
    .status-widget__header {
        border-radius: 1.2rem
    }
}

@media(min-width:1025px) {
    .status-widget__header {
        border-radius: .6666666667rem
    }
}

.status-widget--compact-view.status-widget--bronze .status-widget__header {
    background-image: url(status/status-bronze-bg_mob.webp)
}

.no-webp .status-widget--compact-view.status-widget--bronze .status-widget__header {
    background-image: url(status/status-bronze-bg_mob.png)
}

.profile .status-widget--compact-view.status-widget--bronze .status-widget__header {
    background: radial-gradient(35% 75% at 0 58.02%, rgba(219, 137, 112, .66) 0, transparent 100%), linear-gradient(88deg, #060a29 2.56%, rgba(6, 11, 42, 0) 79.77%), linear-gradient(270deg, rgba(51, 61, 108, .5), rgba(51, 61, 108, .5) 77.43%)
}

.status-widget--compact-view.status-widget--silver .status-widget__header {
    background-image: url(status/status-silver-bg_mob.webp)
}

.no-webp .status-widget--compact-view.status-widget--silver .status-widget__header {
    background-image: url(status/status-silver-bg_mob.png)
}

.profile .status-widget--compact-view.status-widget--silver .status-widget__header {
    background: radial-gradient(35% 75% at 0 58.02%, rgba(37, 168, 255, .66) 0, transparent 100%), linear-gradient(88deg, #060a29 2.56%, rgba(6, 11, 42, 0) 79.77%), linear-gradient(270deg, rgba(51, 61, 108, .5), rgba(51, 61, 108, .5) 77.43%)
}

.status-widget--compact-view.status-widget--gold .status-widget__header {
    background-image: url(status/status-gold-bg_mob.webp)
}

.no-webp .status-widget--compact-view.status-widget--gold .status-widget__header {
    background-image: url(status/status-gold-bg_mob.png)
}

.profile .status-widget--compact-view.status-widget--gold .status-widget__header {
    background: radial-gradient(35% 75% at 0 58.02%, rgba(242, 149, 4, .66) 0, transparent 100%), linear-gradient(88deg, #060a29 2.56%, rgba(6, 11, 42, 0) 79.77%), linear-gradient(270deg, rgba(51, 61, 108, .5), rgba(51, 61, 108, .5) 77.43%)
}

.status-widget--compact-view.status-widget--platinum .status-widget__header {
    background-image: url(status/status-platina-bg_mob.webp)
}

.no-webp .status-widget--compact-view.status-widget--platinum .status-widget__header {
    background-image: url(status/status-platina-bg_mob.png)
}

.profile .status-widget--compact-view.status-widget--platinum .status-widget__header {
    background: radial-gradient(35% 75% at 0 58.02%, rgba(160, 65, 255, .66) 0, transparent 100%), linear-gradient(88deg, #060a29 2.56%, rgba(6, 11, 42, 0) 79.77%), linear-gradient(270deg, rgba(51, 61, 108, .5), rgba(51, 61, 108, .5) 77.43%)
}

.status-widget--compact-view .status-widget__header {
    display: block
}

@media(max-width:768px) {
    .status-widget--compact-view .status-widget__header {
        padding: .8rem 1.0666666667rem .8rem .8rem
    }
}

@media(min-width:769px) {
    .status-widget--compact-view .status-widget__header {
        border-radius: .8rem;
        padding: 1.0666666667rem
    }
}

@media(min-width:1025px) {
    .status-widget--compact-view .status-widget__header {
        border-radius: .4444444444rem;
        padding: .8888888889rem
    }
}

.status-widget__progress {
    width: 100%
}

.status-widget__title,
.status-widget__title-mobile {
    font-weight: 500;
    font-size: 1.0666666667rem;
    line-height: 1.6rem
}

@media(max-width:768px) {

    .status-widget__title,
    .status-widget__title-mobile {
        display: none
    }
}

@media(min-width:769px) {

    .status-widget__title,
    .status-widget__title-mobile {
        font-size: 2.2rem;
        line-height: 3.6rem;
        margin-bottom: 2.8rem
    }
}

@media(min-width:1025px) {

    .status-widget__title,
    .status-widget__title-mobile {
        font-weight: 700;
        font-size: 1.5555555556rem;
        line-height: 2.2222222222rem;
        margin-bottom: 1.5555555556rem
    }
}

@media(min-width:1025px) {

    .profile .status-widget__title,
    .profile .status-widget__title-mobile {
        font-weight: 500
    }
}

.status-widget--compact-view .status-widget__title,
.status-widget--compact-view .status-widget__title-mobile,
.status-widget__title-mobile {
    display: none
}

@media(max-width:768px) {
    .status-widget__title-mobile {
        display: block;
        text-align: center;
        margin-bottom: 1.0666666667rem
    }
}

.status-widget--compact-view .status-widget__title-mobile {
    display: block;
    text-align: center
}

@media(max-width:768px) {
    .status-widget--compact-view .status-widget__title-mobile {
        margin-bottom: .6666666667rem
    }
}

@media(min-width:769px) {
    .status-widget--compact-view .status-widget__title-mobile {
        font-size: 2rem;
        line-height: 2.4rem;
        margin-bottom: 2rem
    }
}

@media(min-width:1025px) {
    .status-widget--compact-view .status-widget__title-mobile {
        font-size: 1.1111111111rem;
        line-height: 1.3333333333rem;
        margin-bottom: 1.1111111111rem
    }
}

.status-widget__main {
    position: relative;
    display: flex;
    overflow: hidden;
    flex: 1
}

@media(max-width:768px) {
    .status-widget__main {
        align-items: flex-end
    }
}

@media(min-width:769px) {
    .status-widget__main {
        height: 27rem
    }
}

@media(min-width:1025px) {
    .status-widget__main {
        height: 15rem
    }
}

.status-widget--compact-view .status-widget__main {
    height: auto;
    align-items: flex-end
}

.status-widget__progress-wr {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media(min-width:769px) {
    .status-widget__progress-wr {
        margin-top: 2.8rem
    }
}

@media(min-width:1025px) {
    .status-widget__progress-wr {
        margin-top: 1.5555555556rem;
        margin-right: 2.4444444444rem
    }
}

@media(min-width:769px) {
    .status-widget--compact-view .status-widget__progress-wr {
        margin-top: 0;
        margin-right: 0
    }
}

.status-widget__current {
    position: relative;
    text-align: center;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

@media(max-width:768px) {
    .status-widget__current {
        background: none;
        margin-right: .8rem;
        margin-bottom: .2666666667rem
    }
}

@media(min-width:769px) {
    .status-widget__current {
        width: 26.8rem;
        height: 100%;
        padding: 0 4rem 2.4rem 0;
        margin-right: -4rem
    }
}

@media(min-width:1025px) {
    .status-widget__current {
        width: 14.8888888889rem;
        height: 100%;
        padding: 0 2.2222222222rem 1.3333333333rem 0;
        margin-right: -2.2222222222rem
    }
}

@media(min-width:769px) {
    .status-widget--compact-view .status-widget__current {
        width: auto;
        height: auto;
        padding: 0;
        margin-right: 1.2rem;
        margin-bottom: .4rem
    }
}

@media(min-width:1025px) {
    .status-widget--compact-view .status-widget__current {
        margin-right: .6666666667rem;
        margin-bottom: .2222222222rem
    }
}

.status-widget__next {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

@media(min-width:769px) {
    .status-widget__next {
        width: 12rem;
        padding: 0 0 2.8rem 0
    }
}

@media(min-width:1025px) {
    .status-widget__next {
        width: 8.8888888889rem;
        padding: 0 .8888888889rem 1.5555555556rem 0;
        margin-left: -2.4444444444rem
    }
}

@media(min-width:769px) {
    .status-widget--compact-view .status-widget__next {
        width: auto;
        padding: 0;
        margin-left: 0
    }
}

.status-widget__img {
    position: relative;
    width: 13.0666666667rem;
    height: 15.3333333333rem;
    margin: 0 auto;
    pointer-events: none
}

.status-widget__img:before {
    content: "";
    display: block;
    width: 200%;
    height: 200%;
    opacity: .5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-blend-mode: overlay;
    background: url(status/rays.webp) no-repeat 50%, radial-gradient(33.33% 50% at 50% 50%, #3a58a4 17.64%, rgba(58, 100, 164, .31) 39.16%, rgba(58, 113, 164, .07) 79.42%, rgba(41, 43, 87, 0) 100%);
    -webkit-mask-image: linear-gradient(90deg, #d9d9d9 90%, hsla(0, 0%, 100%, 0));
    mask-image: linear-gradient(90deg, #d9d9d9 90%, hsla(0, 0%, 100%, 0))
}

.status-widget__img img {
    position: relative;
    width: 100%;
    z-index: 1
}

@media(max-width:768px) {
    .status-widget__img {
        width: 2.9333333333rem;
        height: 2.9333333333rem
    }

    .status-widget__img:before {
        display: none
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .status-widget__img {
        width: 16.4rem;
        height: 20.5rem
    }
}

@media(min-width:1025px) {
    .status-widget__img {
        width: 9.1111111111rem;
        height: 11.3888888889rem
    }
}

.status-widget--compact-view .status-widget__img:before {
    display: none
}

@media(min-width:769px) {
    .status-widget--compact-view .status-widget__img {
        width: 4.4rem;
        height: 4.4rem
    }
}

@media(min-width:1025px) {
    .status-widget--compact-view .status-widget__img {
        width: 2.4444444444rem;
        height: 2.4444444444rem
    }
}

.status-widget__img-next {
    position: relative;
    width: 6.1333333333rem;
    height: 6.1333333333rem;
    margin: 0 auto;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain
}

.status-widget__img-next:before {
    content: "";
    display: block;
    width: 150%;
    height: 150%;
    border-radius: 100%;
    background: radial-gradient(at center, #000, transparent);
    -webkit-mask-image: radial-gradient(at center, #000 10%, hsla(0, 0%, 100%, 0) 70%);
    mask-image: radial-gradient(at center, #000 10%, hsla(0, 0%, 100%, 0) 70%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.status-widget__img-next img {
    position: relative;
    width: 100%;
    z-index: 1
}

@media(max-width:768px) {
    .status-widget__img-next:before {
        display: none
    }
}

@media(min-width:769px) {
    .status-widget__img-next {
        width: 9.2rem;
        height: 9.2rem;
        margin-bottom: .8rem
    }
}

@media(min-width:1025px) {
    .status-widget__img-next {
        width: 5.1111111111rem;
        height: 5.1111111111rem;
        margin-bottom: .6666666667rem
    }
}

@media(min-width:769px) {
    .status-widget--compact-view .status-widget__img-next {
        margin-bottom: 0
    }
}

.status-widget__name {
    position: relative;
    display: inline-flex;
    font-weight: 500;
    color: #fff;
    background: hsla(0, 0%, 100%, .5)
}

@media(max-width:768px) {
    .status-widget__name {
        display: none
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .status-widget__name {
        top: -.4rem;
        font-size: 1.8rem;
        line-height: 2.4rem;
        border-radius: 4rem;
        padding: .5rem 2rem
    }
}

@media(min-width:1025px) {
    .status-widget__name {
        top: -.2222222222rem;
        font-size: 1rem;
        line-height: 1.3333333333rem;
        border-radius: 2.2222222222rem;
        padding: .2777777778rem 1.1111111111rem
    }
}

.status-widget--compact-view .status-widget__name {
    display: none
}

.status-widget__next .status-widget__name {
    display: flex;
    align-items: center
}

.status-widget__next .status-widget__name:before {
    content: "";
    position: relative;
    display: block;
    background-image: url(svg/close-lock.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media(min-width:769px)and (max-width:1024px) {
    .status-widget__next .status-widget__name {
        font-size: 1.4rem;
        line-height: 2rem;
        padding: .4rem 1rem
    }

    .status-widget__next .status-widget__name:before {
        width: 1.2rem;
        height: 1.2rem;
        margin: 0 .6rem .2rem 0
    }
}

@media(min-width:1025px) {
    .status-widget__next .status-widget__name {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem;
        padding: .2222222222rem .5555555556rem
    }

    .status-widget__next .status-widget__name:before {
        width: .6666666667rem;
        height: .6666666667rem;
        margin: 0 .3333333333rem .1111111111rem 0
    }
}

.status-widget__current--bronze .status-widget__name,
.status-widget__next--bronze .status-widget__name {
    background: linear-gradient(113.69deg, #f0e97b -29.41%, #958e1f 10.34%, #ada637 21.18%, #7d7606 33.39%, #a1992a 78.06%, #b3ac3d 126.14%), #731f09;
    background-blend-mode: luminosity
}

.status-widget__current--silver .status-widget__name,
.status-widget__next--silver .status-widget__name {
    background: linear-gradient(113.69deg, #f0e97b -29.41%, #958e1f 10.34%, #ada637 21.18%, #7d7606 33.39%, #a1992a 78.06%, #b3ac3d 126.14%), #80ace5;
    background-blend-mode: luminosity
}

.status-widget__current--gold .status-widget__name,
.status-widget__next--gold .status-widget__name {
    background: linear-gradient(113.69deg, #f0e97b -29.41%, #958e1f 10.34%, #ada637 21.18%, #7d7606 33.39%, #a1992a 78.06%, #b3ac3d 126.14%), #f18403;
    background-blend-mode: luminosity
}

.status-widget__current--platinum .status-widget__name,
.status-widget__next--platinum .status-widget__name {
    background: linear-gradient(113.69deg, #f0e97b -29.41%, #958e1f 10.34%, #ada637 21.18%, #7d7606 33.39%, #a1992a 78.06%, #b3ac3d 126.14%), #9f54ff;
    background-blend-mode: luminosity
}

.status-widget__conditions {
    display: flex;
    flex-direction: column
}

@media(max-width:768px) {
    .status-widget__conditions {
        padding: 1.3333333333rem 1.0666666667rem 1.0666666667rem
    }
}

@media(min-width:769px) {
    .status-widget__conditions {
        max-width: 32rem;
        padding: 4rem 2.4rem 0
    }
}

@media(min-width:1025px) {
    .status-widget__conditions {
        max-width: 20.4444444444rem;
        padding: 2.2222222222rem 1.3333333333rem 0
    }
}

@media(min-width:769px) {
    .status-widget--compact-view .status-widget__conditions {
        max-width: none;
        padding: 2rem 1.6rem 1.6rem
    }
}

@media(min-width:1025px) {
    .status-widget--compact-view .status-widget__conditions {
        max-width: none;
        padding: 1.1111111111rem .8888888889rem .8888888889rem
    }
}

.status-widget--condensed-text-view .status-widget__conditions {
    justify-content: center
}

@media(min-width:769px) {
    .status-widget--condensed-text-view .status-widget__conditions {
        padding: 0 1.6rem
    }
}

@media(min-width:1025px) {
    .status-widget--condensed-text-view .status-widget__conditions {
        padding: 0 .8888888889rem
    }
}

.status-widget__title-condition {
    font-weight: 500;
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    margin-bottom: 1.0666666667rem
}

@media(min-width:769px) {
    .status-widget__title-condition {
        font-size: 2rem;
        line-height: 2.4rem;
        margin-bottom: 2rem
    }
}

@media(min-width:1025px) {
    .status-widget__title-condition {
        font-size: 1.1111111111rem;
        line-height: 1.3333333333rem;
        margin-bottom: 1.1111111111rem
    }
}

.status-widget__title-condition span {
    display: inline-block;
    text-transform: lowercase
}

.status-widget__title-condition span:first-letter {
    text-transform: uppercase
}

.status-widget--compact-view .status-widget__title-condition {
    display: none
}

.statuses-page__list-conditions {
    position: relative
}

.status-widget--compact-view .statuses-page__list-conditions {
    display: none
}

.statuses-page__item-condition {
    position: relative;
    font-weight: 400;
    font-size: .8rem;
    line-height: 1.3333333333rem;
    margin-bottom: .8rem;
    padding-left: 2.1333333333rem;
    color: hsla(0, 0%, 100%, .7)
}

.statuses-page__item-condition:before {
    content: "";
    display: block;
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    left: 0;
    top: 0;
    background-image: url(svg/close.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50%
}

.statuses-page__item-condition:last-child {
    margin-bottom: 0
}

@media(min-width:769px) {
    .statuses-page__item-condition {
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin-bottom: 1.6rem;
        padding-left: 3.2rem
    }

    .statuses-page__item-condition:before {
        width: 2.4rem;
        height: 2.4rem
    }
}

@media(min-width:1025px) {
    .statuses-page__item-condition {
        font-size: .8888888889rem;
        line-height: 1.3333333333rem;
        margin-bottom: .8888888889rem;
        padding-left: 1.7777777778rem
    }

    .statuses-page__item-condition:before {
        width: 1.3333333333rem;
        height: 1.3333333333rem
    }
}

.statuses-page__item-condition--active {
    font-weight: 500;
    color: #fff
}

.statuses-page__item-condition--active:before {
    background-image: url(svg/chek.svg);
    background-size: 100%
}

.statuses-page__condition-benefit {
    color: #7b7f92
}

@media(max-width:768px) {
    .statuses-page__condition-benefit {
        font-weight: 500;
        font-size: .8rem;
        line-height: 1.0666666667rem;
        margin-top: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .statuses-page__condition-benefit {
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 2rem;
        margin-top: 1.6rem
    }
}

@media(min-width:1025px) {
    .statuses-page__condition-benefit {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem;
        margin-top: .8888888889rem
    }
}

.status-widget__mobile-status {
    display: none
}

@media(max-width:768px) {
    .status-widget__mobile-status {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 500;
        font-size: .8rem;
        line-height: 1.3333333333rem
    }
}

.status-widget--compact-view .status-widget__mobile-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500
}

@media(min-width:769px) {
    .status-widget--compact-view .status-widget__mobile-status {
        font-size: 1.2rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .status-widget--compact-view .status-widget__mobile-status {
        font-size: .6666666667rem;
        line-height: 1.1111111111rem
    }
}

.status-widget__mobile-next {
    display: flex;
    align-items: center
}

@media(max-width:768px) {
    .status-widget__mobile-icon {
        width: 1.0666666667rem;
        margin-right: .4rem
    }

    .status-widget__mobile-icon img {
        width: 100%
    }
}

.status-widget--compact-view .status-widget__mobile-icon img {
    width: 100%
}

@media(min-width:769px) {
    .status-widget--compact-view .status-widget__mobile-icon {
        width: 1.6rem;
        margin-right: .6rem
    }
}

@media(min-width:1025px) {
    .status-widget--compact-view .status-widget__mobile-icon {
        width: .8888888889rem;
        margin-right: .3333333333rem
    }
}

.user-top-balance {
    position: relative;
    display: flex;
    align-items: center
}

.user-top-balance__login-wr {
    position: relative;
    display: flex;
    background-color: rgba(38, 42, 70, .5);
    transition: all .2s ease-in-out
}

@media(max-width:768px) {
    .user-top-balance__login-wr {
        max-width: 11.6666666667rem;
        height: 1.8666666667rem;
        border-radius: 2.9333333333rem
    }
}

@media(min-width:769px) {
    .user-top-balance__login-wr {
        max-width: 17.5rem;
        border-radius: 4.4rem
    }
}

@media(min-width:1025px) {
    .user-top-balance__login-wr {
        max-width: 9.7222222222rem;
        border-radius: 2.4444444444rem
    }
}

@media(max-width:768px) {
    .profile .user-top-balance__login-wr {
        background-color: #262a46
    }
}

@media(min-width:769px) {
    .profile .user-top-balance__login-wr {
        max-width: 27.5rem
    }
}

@media(min-width:1025px) {
    .profile .user-top-balance__login-wr {
        max-width: 15.2777777778rem;
        background-color: rgba(51, 61, 108, .5)
    }
}

.user-top-balance__login {
    overflow: hidden;
    max-width: 6rem;
    margin-bottom: .4rem;
    font-weight: 500;
    font-size: .6666666667rem;
    line-height: 1.3;
    color: hsla(0, 0%, 100%, .7);
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .2s ease-in-out
}

.no-touch .user-top-balance:hover .user-top-balance__login {
    color: hsla(0, 0%, 100%, .3)
}

@media(min-width:451px)and (max-width:768px) {
    .user-top-balance__login {
        max-width: 11.3333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top-balance__login {
        max-width: 23.5rem;
        margin-bottom: .6rem;
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    .user-top-balance__login {
        max-width: 13.0555555556rem;
        margin-bottom: .3333333333rem;
        font-size: .8888888889rem;
        cursor: pointer
    }
}

.user-top-balance__balans-wr {
    position: relative;
    display: grid;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    align-items: center
}

@media(max-width:768px) {
    .user-top-balance__balans-wr {
        padding: .2666666667rem .2666666667rem .2666666667rem .5333333333rem;
        border-radius: 2.9333333333rem;
        gap: .2666666667rem
    }
}

@media(min-width:769px) {
    .user-top-balance__balans-wr {
        padding: .8rem .4rem .8rem .8rem;
        gap: .8rem
    }
}

@media(min-width:1025px) {
    .user-top-balance__balans-wr {
        padding: .4444444444rem .2222222222rem .4444444444rem .4444444444rem;
        gap: .4444444444rem;
        cursor: pointer
    }
}

@media(max-width:768px) {
    .user-top-balance--no-cashwait .user-top-balance__balans-wr {
        padding: .2666666667rem .5333333333rem
    }
}

@media(max-width:768px) {
    .profile-navigate .user-top-balance__balans-wr {
        position: relative
    }
}

@media(min-width:769px) {
    .profile-navigate .user-top-balance__balans-wr {
        padding: .6rem 1.2rem;
        margin-right: 2.1rem
    }
}

@media(min-width:1025px) {
    .profile-navigate .user-top-balance__balans-wr {
        padding: .3333333333rem .6666666667rem;
        margin-right: 1.1666666667rem
    }
}

.profile-navigate .user-top-balance__balans-wr:last-child {
    margin-right: 0
}

.user-top-balance__deposit-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: radial-gradient(75% 100% at 50.34% 100%, #2094ff 0, #0b3ddd 100%);
    border-radius: 100%;
    cursor: pointer
}

@media(max-width:768px) {
    .user-top-balance__deposit-button {
        display: none
    }
}

@media(min-width:769px) {
    .user-top-balance__deposit-button {
        width: 4rem;
        height: 4rem
    }
}

@media(min-width:1025px) {
    .user-top-balance__deposit-button {
        width: 2.2222222222rem;
        height: 2.2222222222rem
    }
}

@media(min-width:769px) {
    .profile-navigate .user-top-balance__deposit-button {
        width: 4.4rem;
        height: 4.4rem
    }
}

@media(min-width:1025px) {
    .profile-navigate .user-top-balance__deposit-button {
        width: 2.4444444444rem;
        height: 2.4444444444rem
    }
}

@media(max-width:768px) {
    .user-top-balance__deposit-button-icon {
        width: 1.0666666667rem;
        height: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .user-top-balance__deposit-button-icon {
        width: 2.8rem;
        height: 2.8rem
    }
}

@media(min-width:1025px) {
    .user-top-balance__deposit-button-icon {
        width: 1.5555555556rem;
        height: 1.5555555556rem
    }
}

.user-top-balance__cashwait .cashwait__handle {
    background: radial-gradient(75% 100% at 50.34% 100%, #2094ff 0, #0b3ddd 100%)
}

@media(max-width:768px) {
    .user-top-balance__cashwait .cashwait__ic {
        width: 1.0666666667rem;
        height: 1.0666666667rem
    }
}

@media(max-width:768px) {
    .user-top-balance__cashwait .cashwait__count {
        width: .5333333333rem;
        height: .5333333333rem;
        top: 0;
        right: 0;
        border: .1333333333rem solid #333d6c;
        background-color: #e933a0
    }
}

.user-top-balance__balans-spinner {
    position: static;
    margin: 0;
    order: 0
}

@media(max-width:768px) {
    .user-top-balance__balans-spinner {
        width: .8rem;
        height: .8rem
    }
}

.user-top-balance__balans {
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.no-touch .user-top-balance__balans-wr:hover .user-top-balance__balans {
    color: hsla(0, 0%, 100%, .7)
}

@media(max-width:768px) {
    .user-top-balance__balans {
        font-weight: 700;
        font-size: .6666666667rem;
        line-height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .user-top-balance__balans {
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 2rem;
        order: 2
    }
}

@media(min-width:1025px) {
    .user-top-balance__balans {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem;
        order: 2
    }
}

@media(max-width:768px) {
    .profile-navigate .user-top-balance__balans {
        order: 2
    }
}

@media(min-width:769px) {
    .profile-navigate .user-top-balance__balans {
        font-size: 1.6rem;
        line-height: 1.6rem
    }
}

@media(min-width:1025px) {
    .profile-navigate .user-top-balance__balans {
        font-size: .8888888889rem;
        line-height: .8888888889rem
    }
}

.user-top-balance__notify {
    position: absolute;
    top: 2.6666666667rem;
    right: -.6666666667rem;
    z-index: 2;
    width: 18rem;
    box-shadow: 0 .6rem 2.5333333333rem 0 rgba(0, 0, 0, .8);
    padding: 1rem 2.3333333333rem 1rem 1.3333333333rem;
    background-color: #3f4f5d;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top-balance__notify {
        top: 3.5rem;
        right: -2rem;
        width: 39rem;
        box-shadow: 0 .9rem 3.8rem 0 rgba(0, 0, 0, .8);
        padding: 2.5rem 5.5rem 2.5rem 3rem
    }
}

@media(min-width:1025px) {
    .user-top-balance__notify {
        top: 1.9444444444rem;
        right: -.8333333333rem;
        width: 21.6666666667rem;
        box-shadow: 0 .5rem 2.1111111111rem 0 rgba(0, 0, 0, .8);
        padding: 1.3888888889rem 3.0555555556rem 1.3888888889rem 1.6666666667rem
    }

    .user-top-balance__notify:before {
        content: "";
        position: absolute;
        right: .8333333333rem;
        left: auto;
        top: -.5555555556rem;
        border-left: .5555555556rem solid transparent;
        border-right: .5555555556rem solid transparent;
        border-bottom: .5555555556rem solid #3f4f5d
    }
}

.user-top-balance__notify-ic-wr {
    display: none
}

@media(min-width:769px) {
    .user-top-balance__notify-ic-wr {
        position: relative
    }
}

@media(max-width:768px) {
    .user-top-balance__notify-ic-wr-2 {
        position: relative;
        z-index: 3
    }
}

@media(max-width:768px) {
    .user-top-balance__notify-ic-wr-2--notify:before {
        content: "";
        position: absolute;
        right: 50%;
        top: 2.1333333333rem;
        transform: translate3d(50%, 0, 0);
        border-left: .6666666667rem solid transparent;
        border-right: .6666666667rem solid transparent;
        border-bottom: .6666666667rem solid #3f4f5d
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top-balance__notify-ic-wr-2--notify:before {
        content: "";
        position: absolute;
        right: 50%;
        top: 2.5rem;
        z-index: 3;
        transform: translate3d(50%, 0, 0);
        border-left: 2rem solid transparent;
        border-right: 2rem solid transparent;
        border-bottom: 2rem solid #3f4f5d
    }
}

.user-top-balance__notify-ic {
    width: auto;
    height: 1.4rem;
    cursor: pointer;
    transition: all .2s ease-in-out
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top-balance__notify-ic {
        height: 2.1rem
    }
}

@media(min-width:1025px) {
    .user-top-balance__notify-ic {
        height: 1.1666666667rem;
        filter: opacity(1)
    }

    .no-touch .user-top-balance__notify-ic:hover {
        filter: opacity(.7)
    }
}

.user-top-balance__notify-close {
    position: absolute;
    top: 1rem;
    right: .6666666667rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.7333333333rem;
    height: 1.7333333333rem;
    border-radius: 2px;
    background-color: #282638;
    color: #fff;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.no-touch .user-top-balance__notify-close:hover {
    color: hsla(0, 0%, 100%, .7)
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top-balance__notify-close {
        top: 2.4rem;
        right: 1.5rem;
        width: 2.6rem;
        height: 2.6rem
    }
}

@media(min-width:1025px) {
    .user-top-balance__notify-close {
        top: 1.3333333333rem;
        right: .8333333333rem;
        width: 1.4444444444rem;
        height: 1.4444444444rem
    }
}

.user-top-balance__notify-close-ic {
    width: auto;
    height: .8rem;
    letter-spacing: normal
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top-balance__notify-close-ic {
        height: 1.2rem
    }
}

@media(min-width:1025px) {
    .user-top-balance__notify-close-ic {
        height: .6666666667rem
    }
}

.user-top-balance__notify-text {
    margin-bottom: .8rem;
    font-size: .8rem;
    line-height: 1.56;
    color: #dce7f3;
    letter-spacing: -.01rem
}

.user-top-balance__notify-text:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top-balance__notify-text {
        margin-bottom: 1.6rem;
        font-size: 1.6rem;
        letter-spacing: -.018rem
    }
}

@media(min-width:1025px) {
    .user-top-balance__notify-text {
        margin-bottom: .8888888889rem;
        font-size: .8888888889rem;
        letter-spacing: -.01rem
    }
}

.user-top-balance__notify-btn {
    display: inline-block;
    font-weight: 500;
    font-size: .8rem;
    line-height: 1.3;
    letter-spacing: -.0233333333rem;
    color: #74dcd2;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.no-touch .user-top-balance__notify-btn:hover {
    color: rgba(116, 220, 210, .7)
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top-balance__notify-btn {
        font-size: 1.6rem;
        letter-spacing: -.048rem
    }
}

@media(min-width:1025px) {
    .user-top-balance__notify-btn {
        font-size: .8888888889rem;
        letter-spacing: -.0266666667rem
    }
}

.user-top-balance__balans-ic-wr {
    order: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.0666666667rem;
    height: 1.0666666667rem;
    border-radius: 100%
}

@media(max-width:768px) {
    .profile-navigate .user-top-balance__balans-ic-wr {
        width: 1.0666666667rem;
        height: 1.0666666667rem;
        order: 1
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top-balance__balans-ic-wr {
        width: 2.4rem;
        height: 2.4rem
    }

    .profile-navigate .user-top-balance__balans-ic-wr {
        width: 3.2rem;
        height: 3.2rem
    }
}

@media(min-width:1025px) {
    .user-top-balance__balans-ic-wr {
        width: 1.3333333333rem;
        height: 1.3333333333rem
    }

    .profile-navigate .user-top-balance__balans-ic-wr {
        width: 1.7777777778rem;
        height: 1.7777777778rem
    }
}

.user-top-balance__balans-ic-wr--sport-balance {
    background-color: #f97160
}

.user-top-balance__balans-ic-wr--casino-balance {
    background-color: #c2a633
}

@media(max-width:768px) {
    .user-top-balance__balans-ic {
        width: .5333333333rem;
        height: .5333333333rem
    }
}

@media(min-width:769px) {
    .user-top-balance__balans-ic {
        width: 1.4rem;
        height: 1.4rem
    }
}

@media(min-width:1025px) {
    .user-top-balance__balans-ic {
        width: .7777777778rem;
        height: .7777777778rem
    }
}

@media(max-width:768px) {
    .profile-navigate .user-top-balance__balans-ic {
        width: .5333333333rem;
        height: .5333333333rem
    }
}

@media(min-width:769px) {
    .profile-navigate .user-top-balance__balans-ic {
        width: 1.6rem;
        height: 1.6rem
    }
}

@media(min-width:1025px) {
    .profile-navigate .user-top-balance__balans-ic {
        width: .8888888889rem;
        height: .8888888889rem
    }
}

.profile-navigate {
    background: linear-gradient(180deg, #282b5a, #25293a 100%, #25293a 0);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    background-blend-mode: lighten;
    width: 100%
}

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

@media(max-width:768px) {
    .profile-navigate:after {
        display: none
    }
}

@media(min-width:769px) {
    .profile-navigate:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        transform: translate(50%, 50%) translateZ(0);
        background: #525dc2;
        opacity: .4;
        pointer-events: none
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-navigate:after {
        width: 78.1rem;
        height: 72rem;
        filter: blur(11.8rem)
    }
}

@media(min-width:1025px) {
    .profile-navigate:after {
        width: 43.3888888889rem;
        height: 40rem;
        filter: blur(6.5555555556rem)
    }
}

.profile-navigate--show-vb-scroll .vb-dragger {
    opacity: 0
}

.profile-navigate-inner {
    position: relative;
    width: 100%;
    padding: 0 .8rem 1.8rem .8rem;
    overflow: hidden
}

@media(min-width:769px) {
    .profile-navigate-inner {
        flex: 1
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-navigate-inner {
        width: 47rem;
        padding: 1.4rem 6.4rem 4.8rem 6.4rem
    }
}

@media(min-width:1025px) {
    .profile-navigate-inner {
        width: 29rem;
        padding: .7777777778rem 3.5555555556rem 2.6666666667rem 3.5555555556rem
    }
}

.profile-navigate-inner-wrapper {
    min-height: 100%
}

@media(min-width:769px) {
    .profile-navigate-inner-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

.profile-navigate__menu-item {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    margin-bottom: 1.3333333333rem;
    cursor: pointer;
    transition: .2s
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-navigate__menu-item {
        margin-bottom: 2.4rem
    }
}

@media(min-width:1025px) {
    .profile-navigate__menu-item {
        margin-bottom: 1.3333333333rem
    }
}

.profile-navigate__menu-item:first-child {
    margin-top: 1.3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-navigate__menu-item:first-child {
        margin-top: 2.4rem
    }
}

@media(min-width:1025px) {
    .profile-navigate__menu-item:first-child {
        margin-top: 1.3333333333rem
    }
}

.profile-navigate__menu-item:last-child {
    margin-bottom: 0
}

@media(min-width:769px) {
    .no-touch .profile-navigate__menu-item:hover .profile-navigate__menu-item-icon {
        transform: rotate(0deg) scale(1)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .no-touch .profile-navigate__menu-item:hover .profile-navigate__menu-item-text {
        margin-left: 2.5rem
    }
}

@media(min-width:1025px) {
    .no-touch .profile-navigate__menu-item:hover .profile-navigate__menu-item-text {
        margin-left: 1.3888888889rem
    }
}

.profile-navigate__menu-item--mod {
    flex-wrap: wrap
}

.no-touch .profile-navigate__menu-item--open:hover .profile-navigate__menu-item-icon {
    transform: rotate(-90deg) scale(1)
}

.profile-navigate__submenu-item {
    position: relative;
    display: flex;
    align-items: center;
    opacity: .5;
    transition: .2s;
    margin-bottom: .8rem
}

.no-touch .profile-navigate__submenu-item:hover {
    opacity: 1
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-navigate__submenu-item {
        margin-bottom: 2rem
    }
}

@media(min-width:1025px) {
    .profile-navigate__submenu-item {
        margin-bottom: 1.1111111111rem
    }
}

.profile-navigate__submenu-item--active {
    opacity: 1
}

.profile-navigate__submenu-item-text {
    font-weight: 400;
    font-size: .8rem;
    line-height: 1.3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-navigate__submenu-item-text {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-left: 1rem
    }
}

@media(min-width:1025px) {
    .profile-navigate__submenu-item-text {
        font-size: .8888888889rem;
        line-height: 1.3333333333rem;
        margin-left: .5555555556rem
    }
}

.profile-navigate__menu-item-icon {
    position: absolute;
    display: flex;
    height: auto;
    width: .4666666667rem;
    margin-left: .4rem;
    top: .3333333333rem;
    transform: rotate(0deg) scale(0);
    transition: .2s
}

@media(max-width:768px) {
    .profile-navigate__menu-item-icon {
        right: 0;
        transform: rotate(180deg);
        opacity: .5
    }

    .profile-navigate__menu-item--active .profile-navigate__menu-item-icon {
        opacity: 1
    }
}

@media(min-width:769px) {
    .profile-navigate__menu-item--active .profile-navigate__menu-item-icon {
        transform: rotate(0deg) scale(1)
    }

    .profile-navigate__menu-item--open .profile-navigate__menu-item-icon {
        transform: rotate(-90deg) scale(1)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-navigate__menu-item-icon {
        top: .7rem;
        width: .7rem;
        margin-left: .6rem
    }
}

@media(min-width:1025px) {
    .profile-navigate__menu-item-icon {
        top: .3888888889rem;
        width: .3888888889rem;
        margin-left: .3333333333rem
    }
}

.profile-navigate__submenu-item-icon {
    display: flex;
    height: auto
}

@media(max-width:768px) {
    .profile-navigate__submenu-item-icon {
        position: absolute;
        display: flex;
        height: auto;
        width: .4666666667rem;
        margin-left: .4rem;
        top: .3333333333rem;
        right: 0;
        transform: rotate(180deg)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-navigate__submenu-item-icon {
        width: .7rem
    }
}

@media(min-width:1025px) {
    .profile-navigate__submenu-item-icon {
        width: .3888888889rem
    }
}

.profile-navigate__menu-item-text {
    position: relative;
    font-weight: 500;
    font-size: .8rem;
    color: hsla(0, 0%, 100%, .5);
    line-height: 1.3333333333rem;
    text-transform: uppercase;
    transition: .2s
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-navigate__menu-item-text {
        font-size: 1.6rem;
        line-height: 2.4rem
    }
}

@media(min-width:1025px) {
    .profile-navigate__menu-item-text {
        font-size: .8888888889rem;
        line-height: 1.3333333333rem
    }
}

.profile-navigate__menu-item--active .profile-navigate__menu-item-text,
.profile-navigate__menu-item--open .profile-navigate__menu-item-text {
    color: #fff
}

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

    .profile-navigate__menu-item--active .profile-navigate__menu-item-text,
    .profile-navigate__menu-item--open .profile-navigate__menu-item-text {
        margin-left: 2.5rem
    }
}

@media(min-width:1025px) {

    .profile-navigate__menu-item--active .profile-navigate__menu-item-text,
    .profile-navigate__menu-item--open .profile-navigate__menu-item-text {
        margin-left: 1.3888888889rem
    }
}

.profile-navigate__menu-item-text-red-circle {
    position: absolute;
    top: 0;
    right: -1rem;
    width: .5333333333rem;
    height: .5333333333rem;
    border-radius: 50%;
    background-color: #e933a0
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-navigate__menu-item-text-red-circle {
        right: -2rem;
        width: .8rem;
        height: .8rem
    }
}

@media(min-width:1025px) {
    .profile-navigate__menu-item-text-red-circle {
        right: -1.1111111111rem;
        width: .4444444444rem;
        height: .4444444444rem
    }
}

.profile-navigate__submenu-wrap {
    display: flex;
    align-items: center;
    width: 100%
}

.profile-navigate__submenu {
    display: none;
    margin-top: .8rem;
    margin-left: .8rem
}

@media(max-width:768px) {
    .profile-navigate__submenu {
        width: 100%
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-navigate__submenu {
        margin-top: 1.5rem;
        margin-left: 4rem
    }
}

@media(min-width:1025px) {
    .profile-navigate__submenu {
        margin-top: .8333333333rem;
        margin-left: 2.2222222222rem
    }
}

.profile-navigate__exit {
    display: inline-block;
    font-weight: 500;
    font-size: .8rem;
    line-height: 1.0666666667rem;
    color: #90a7ff;
    padding: .8rem 2.6666666667rem 4.2666666667rem .8rem;
    cursor: pointer
}

@media(max-width:768px) {
    .profile-navigate__exit {
        position: -webkit-sticky;
        position: sticky;
        top: 100%
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-navigate__exit {
        font-size: 1.6rem;
        line-height: 2rem;
        padding: 0 0 4.8rem;
        margin: 0 0 0 3.5555555556rem
    }
}

@media(min-width:1025px) {
    .profile-navigate__exit {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem;
        padding: 0 0 2.6666666667rem;
        margin: 0 0 0 3.5555555556rem
    }
}

.profile-navigate__exit--hide {
    opacity: 0
}

.profile-navigate__header {
    display: flex;
    align-items: center
}

@media(max-width:768px) {
    .profile-navigate__header {
        justify-content: space-between;
        padding: .8rem 0 1.4666666667rem
    }
}

.profile-navigate__header-close {
    cursor: pointer
}

@media(max-width:768px) {
    .profile-navigate__header-close {
        padding: .5333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-navigate__header-close {
        margin-left: 2rem
    }
}

@media(min-width:1025px) {
    .profile-navigate__header-close {
        margin-left: 1.1111111111rem
    }
}

.profile-navigate__header-icon {
    display: flex;
    width: .9333333333rem;
    height: .9333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-navigate__header-icon {
        width: 2rem;
        height: 2rem
    }
}

@media(min-width:1025px) {
    .profile-navigate__header-icon {
        width: 1.1111111111rem;
        height: 1.1111111111rem
    }
}

@media(max-width:768px) {
    .profile-navigate__header-logo {
        height: 1.3333333333rem;
        width: auto
    }
}

.profile-change-pass__fields {
    margin-bottom: .8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-change-pass__fields {
        margin-bottom: 1.2rem
    }
}

@media(min-width:1025px) {
    .profile-change-pass__fields {
        margin-bottom: .6666666667rem
    }
}

.profile-change-pass__field-wr {
    margin-bottom: .8rem
}

.profile-change-pass__field-wr:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-change-pass__field-wr {
        margin-bottom: 1.2rem
    }
}

@media(min-width:1025px) {
    .profile-change-pass__field-wr {
        margin-bottom: .6666666667rem
    }
}

.profile-security__btn {
    height: 2.4rem;
    margin: 0;
    border-radius: 2.6666666667rem;
    padding: .2666666667rem 1rem;
    background: radial-gradient(75% 100% at 50.34% 100%, #2094ff 0, #0b3ddd 100%);
    color: #fff;
    font-size: .8rem;
    width: 100%
}

.profile-security__btn .btn__text {
    font-size: inherit
}

.profile-security__btn[disabled=disabled] {
    background: radial-gradient(75% 100% at 50.34% 100%, rgba(104, 183, 255, .3) 0, rgba(55, 100, 243, .3) 100%), linear-gradient(180.11deg, rgba(0, 30, 149, .25) .11%, rgba(17, 48, 159, .25) 99.91%);
    color: hsla(0, 0%, 100%, .3)
}

@media(min-width:769px) {
    .profile-security__btn {
        width: auto
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-security__btn {
        height: 3.6rem;
        border-radius: 4rem;
        font-size: 1.2rem
    }
}

@media(min-width:1025px) {
    .profile-security__btn {
        height: 2rem;
        border-radius: 2.2222222222rem;
        font-size: .6666666667rem
    }
}

.two-fa-logos {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

@media(min-width:769px)and (max-width:1024px) {
    .two-fa-logos {
        margin-bottom: 3rem
    }
}

.two-fa-logos__link-wr {
    margin-bottom: .6666666667rem;
    letter-spacing: normal
}

.two-fa-logos__link-wr:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .two-fa-logos__link-wr {
        margin-bottom: 1rem
    }
}

.two-fa-logos__link {
    position: relative;
    display: inline-block;
    width: 10.5333333333rem;
    height: 3.2rem;
    padding: .5333333333rem 0 0 3.3333333333rem;
    border-radius: .2666666667rem;
    background-color: #171717;
    text-decoration: none;
    text-align: left;
    cursor: pointer
}

@media(min-width:769px)and (max-width:1024px) {
    .two-fa-logos__link {
        width: 15.8rem;
        height: 4.8rem;
        padding: .8rem 0 0 5rem;
        border-radius: .4rem
    }
}

.two-fa-logos__link-ic {
    position: absolute;
    left: .8666666667rem;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    max-width: 1.6666666667rem;
    max-height: 95%
}

@media(min-width:769px)and (max-width:1024px) {
    .two-fa-logos__link-ic {
        left: 1.3rem;
        max-width: 2.5rem
    }
}

.two-fa-logos__link-text {
    margin-bottom: .2rem;
    font-size: .6666666667rem;
    line-height: 1;
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .two-fa-logos__link-text {
        margin-bottom: .3rem;
        font-size: 1rem
    }
}

.two-fa-logos__link-name {
    width: auto
}

.two-fa-logos__link-name--google {
    height: 1.4rem
}

@media(min-width:769px)and (max-width:1024px) {
    .two-fa-logos__link-name--google {
        height: 2.1rem
    }
}

.two-fa-logos__link-name--apple {
    height: 1.1333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .two-fa-logos__link-name--apple {
        height: 1.7rem
    }
}

.two-fa__cols {
    margin-top: .5333333333rem;
    position: relative;
    padding-bottom: 3.2rem
}

@media(min-width:769px) {
    .two-fa__cols {
        display: flex;
        align-items: flex-start
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .two-fa__cols {
        margin-top: 1.2rem;
        padding-bottom: 4.8rem
    }
}

@media(min-width:1025px) {
    .two-fa__cols {
        margin-top: .6666666667rem;
        padding-bottom: 2.6666666667rem
    }
}

.profile-security__codes {
    flex-grow: 1;
    overflow: hidden
}

.two-fa__subtext,
.two-fa__text {
    font-size: .8rem;
    line-height: 1.42;
    color: hsla(0, 0%, 100%, .5)
}

.two-fa__subtext span,
.two-fa__text span {
    color: #90a7ff
}

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

    .two-fa__subtext,
    .two-fa__text {
        font-size: 1.4rem
    }
}

@media(min-width:1025px) {

    .two-fa__subtext,
    .two-fa__text {
        font-size: .7777777778rem
    }
}

.two-fa--cancel .two-fa__text {
    margin-bottom: 1.0666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .two-fa--cancel .two-fa__text {
        margin-bottom: 1.2rem
    }
}

@media(min-width:1025px) {
    .two-fa--cancel .two-fa__text {
        margin-bottom: .6666666667rem
    }
}

.two-fa__subtext {
    margin-top: .5333333333rem
}

@media(max-width:768px) {
    .two-fa__subtext {
        margin-bottom: 1.0666666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .two-fa__subtext {
        margin-top: .8rem
    }
}

@media(min-width:1025px) {
    .two-fa__subtext {
        margin-top: .4444444444rem
    }
}

.two-fa__qr-wr {
    flex-shrink: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .two-fa__qr-wr {
        margin-right: 1.2rem
    }
}

@media(min-width:1025px) {
    .two-fa__qr-wr {
        margin-right: .6666666667rem
    }
}

.two-fa__secret-code-wr {
    height: 3.7333333333rem;
    padding: 1.8666666667rem .8rem .5333333333rem;
    background-color: transparent;
    border-radius: .2666666667rem;
    border: 1px solid #3f4f8c
}

.two-fa__secret-code-wr .pseudo-input__label {
    top: .5333333333rem;
    left: .8rem;
    color: hsla(0, 0%, 100%, .35);
    letter-spacing: 0;
    line-height: 2;
    transform: none;
    font-size: .6666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .two-fa__secret-code-wr .pseudo-input__label {
        top: .8rem;
        left: 1.2rem;
        font-size: 1rem
    }
}

@media(min-width:1025px) {
    .two-fa__secret-code-wr .pseudo-input__label {
        top: .4444444444rem;
        left: .6666666667rem;
        font-size: .5555555556rem
    }
}

.two-fa__secret-code-wr .pseudo-input__value {
    color: hsla(0, 0%, 100%, .5);
    line-height: 1.25;
    letter-spacing: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .two-fa__secret-code-wr {
        height: 5.6rem;
        padding: 2.8rem 1.2rem .8rem;
        border-radius: .4rem
    }
}

@media(min-width:1025px) {
    .two-fa__secret-code-wr {
        padding: 1.5555555556rem .6666666667rem .4444444444rem;
        height: 3.1111111111rem;
        border-radius: .2222222222rem
    }
}

.two-fa__qr-wr .qr-img {
    padding: .5rem;
    background-color: #fff;
    width: 9.8666666667rem;
    border-radius: .2666666667rem;
    overflow: hidden
}

@media(min-width:769px)and (max-width:1024px) {
    .two-fa__qr-wr .qr-img {
        padding: .5rem;
        width: 12.4rem;
        border-radius: .4rem
    }
}

@media(min-width:1025px) {
    .two-fa__qr-wr .qr-img {
        width: 6.8888888889rem;
        border-radius: .2222222222rem;
        padding: .2777777778rem
    }
}

.two-fa__qr-wr canvas {
    width: 100% !important;
    height: auto !important;
    display: block
}

@media(max-width:768px) {
    .two-fa__cancel-test-wr {
        display: flex;
        flex-direction: column
    }
}

.two-fa__cancel-icon-wr {
    position: absolute;
    top: 1.0666666667rem;
    right: 1.0666666667rem;
    width: 1.3333333333rem;
    height: 1.3333333333rem;
    border-radius: 50%;
    background-image: radial-gradient(75% 100% at 50.34% 100%, #24e5b7 0, #009874 100%);
    display: flex;
    align-items: center;
    justify-content: center
}

@media(min-width:769px)and (max-width:1024px) {
    .two-fa__cancel-icon-wr {
        top: 1.2rem;
        right: 1.6rem;
        width: 2rem;
        height: 2rem
    }
}

@media(min-width:1025px) {
    .two-fa__cancel-icon-wr {
        top: .6666666667rem;
        right: .8888888889rem;
        width: 1.1111111111rem;
        height: 1.1111111111rem
    }
}

.two-fa__cancel-icon {
    width: .6rem
}

@media(min-width:769px)and (max-width:1024px) {
    .two-fa__cancel-icon {
        width: .9rem
    }
}

@media(min-width:1025px) {
    .two-fa__cancel-icon {
        width: .5rem
    }
}

.profile-security {
    padding: .8rem .8rem 1.6rem
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-security {
        padding: 4rem
    }
}

@media(min-width:1025px) {
    .profile-security {
        padding: 2.2222222222rem
    }
}

.profile-security__block {
    border-radius: .5333333333rem;
    background-color: #2c3357;
    margin-bottom: .8rem;
    padding: 1.0666666667rem;
    position: relative
}

.profile-security__block:last-child {
    margin-bottom: 0
}

.profile-security__block .profile-contacts__cols {
    display: block;
    margin-bottom: 0
}

.profile-security__block .profile-contacts__col {
    width: 100%;
    margin-bottom: .8rem;
    text-align: center;
    position: relative
}

.profile-security__block .profile-contacts__col:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-security__block .profile-contacts__col {
        margin-bottom: 1.2rem
    }
}

@media(min-width:1025px) {
    .profile-security__block .profile-contacts__col {
        margin-bottom: .6666666667rem
    }
}

.profile-security__block .confirmed-phone {
    padding-top: .5333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-security__block .confirmed-phone {
        padding-top: .8rem
    }
}

@media(min-width:1025px) {
    .profile-security__block .confirmed-phone {
        padding-top: .4444444444rem
    }
}

.profile-security__block .add-btn {
    height: 2.4rem;
    border-radius: 2.6666666667rem;
    padding: .2666666667rem 1rem;
    background: radial-gradient(75% 100% at 50.34% 100%, #2094ff 0, #0b3ddd 100%);
    color: #fff;
    font-size: .8rem;
    margin: 0 auto;
    width: auto
}

.profile-security__block .add-btn[disabled=disabled] {
    background: radial-gradient(75% 100% at 50.34% 100%, rgba(104, 183, 255, .3) 0, rgba(55, 100, 243, .3) 100%), linear-gradient(180.11deg, rgba(0, 30, 149, .25) .11%, rgba(17, 48, 159, .25) 99.91%);
    color: hsla(0, 0%, 100%, .3)
}

.profile-security__block .add-btn:hover {
    transform: none
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-security__block .add-btn {
        height: 3.6rem;
        border-radius: 4rem;
        font-size: 1.2rem
    }
}

@media(min-width:1025px) {
    .profile-security__block .add-btn {
        height: 2rem;
        border-radius: 2.2222222222rem;
        font-size: .6666666667rem
    }
}

.profile-security__block .input-field__input-wr--margin-top,
.profile-security__block .input-field__input-wr--top-label {
    margin-top: 2.1333333333rem
}

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

    .profile-security__block .input-field__input-wr--margin-top,
    .profile-security__block .input-field__input-wr--top-label {
        margin-top: 3.2rem
    }
}

@media(min-width:1025px) {

    .profile-security__block .input-field__input-wr--margin-top,
    .profile-security__block .input-field__input-wr--top-label {
        margin-top: 1.7777777778rem
    }
}

.profile-security__block .input-field--profile-contacts {
    position: relative;
    margin-bottom: 0
}

.profile-security__block .input-field--profile-contacts .input-field__input-wr--margin-top,
.profile-security__block .input-field--profile-contacts .input-field__input-wr--top-label {
    margin-top: 0
}

.profile-security__block .input-field--profile-contacts .input-field__input-wr {
    flex-wrap: wrap
}

.profile-security__block .input-field--profile-contacts .input-field__input-wr .input-field__button {
    margin: 0 0 0 auto;
    height: 2.4rem;
    border-radius: 2.6666666667rem;
    padding: .2666666667rem 1rem;
    background: radial-gradient(75% 100% at 50.34% 100%, #2094ff 0, #0b3ddd 100%);
    color: #fff;
    font-size: .8rem;
    width: 100%
}

.profile-security__block .input-field--profile-contacts .input-field__input-wr .input-field__button[disabled=disabled] {
    background: radial-gradient(75% 100% at 50.34% 100%, rgba(104, 183, 255, .3) 0, rgba(55, 100, 243, .3) 100%), linear-gradient(180.11deg, rgba(0, 30, 149, .25) .11%, rgba(17, 48, 159, .25) 99.91%);
    color: hsla(0, 0%, 100%, .3)
}

@media(min-width:769px) {
    .profile-security__block .input-field--profile-contacts .input-field__input-wr .input-field__button {
        width: auto
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-security__block .input-field--profile-contacts .input-field__input-wr .input-field__button {
        height: 3.6rem;
        border-radius: 4rem;
        font-size: 1.2rem
    }
}

@media(min-width:1025px) {
    .profile-security__block .input-field--profile-contacts .input-field__input-wr .input-field__button {
        height: 2rem;
        border-radius: 2.2222222222rem;
        font-size: .6666666667rem
    }
}

.profile-security__block .input-field--profile-contacts .input-field__input {
    width: 100%;
    margin-bottom: 2.1333333333rem;
    letter-spacing: .4rem
}

.profile-security__block .input-field--profile-contacts .input-field__input:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .75);
    letter-spacing: 0
}

.profile-security__block .input-field--profile-contacts .input-field__input::-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .75);
    letter-spacing: 0
}

.profile-security__block .input-field--profile-contacts .input-field__input::placeholder {
    color: hsla(0, 0%, 100%, .75);
    letter-spacing: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-security__block .input-field--profile-contacts .input-field__input {
        margin-bottom: 3.2rem;
        letter-spacing: .6rem
    }
}

@media(min-width:1025px) {
    .profile-security__block .input-field--profile-contacts .input-field__input {
        margin-bottom: 1.7777777778rem;
        letter-spacing: .3333333333rem
    }
}

.profile-security__block .input-field--profile-contacts .input-field__error-wr {
    position: absolute;
    top: 2.6666666667rem;
    left: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-security__block .input-field--profile-contacts .input-field__error-wr {
        top: 4rem
    }
}

@media(min-width:1025px) {
    .profile-security__block .input-field--profile-contacts .input-field__error-wr {
        top: 2.2222222222rem
    }
}

.profile-security__block .input-field--profile-contacts .input-field__error {
    margin: 0
}

.profile-security__block .input-field__hint {
    color: #90a7ff;
    text-align: center;
    font-size: .8rem
}

@media(min-width:769px) {
    .profile-security__block .input-field__hint {
        max-width: 60%;
        text-align: left
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-security__block .input-field__hint {
        font-size: 1.2rem
    }
}

@media(min-width:1025px) {
    .profile-security__block .input-field__hint {
        font-size: .6666666667rem
    }
}

.profile-security__block .vue-tel-input.open {
    z-index: 20
}

.profile-security__block .vue-tel-input.open~.input-field__label-anim {
    display: none
}

@media(min-width:769px) {
    .profile-security__block {
        background-color: rgba(51, 61, 108, .2)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-security__block {
        border-radius: .8rem;
        margin-bottom: 2.4rem;
        padding: 1.2rem 1.6rem
    }
}

@media(min-width:1025px) {
    .profile-security__block {
        border-radius: .4444444444rem;
        margin-bottom: 1.3333333333rem;
        padding: .6666666667rem .8888888889rem
    }
}

.profile-security__block--tel-verified .profile-contacts__col {
    margin-bottom: 0
}

.profile-security__text {
    margin-top: .8rem;
    font-size: .8rem;
    line-height: 1.33;
    color: hsla(0, 0%, 100%, .5)
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-security__text {
        margin-top: 1.2rem;
        font-size: 1.2rem
    }
}

@media(min-width:1025px) {
    .profile-security__text {
        margin-top: .6666666667rem;
        font-size: .6666666667rem
    }
}

.profile-security__phone-verify-icon-wr {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: radial-gradient(75% 100% at 50.34% 100%, #ffabdd 0, #e933a0 59.38%, #e02a81 100%);
    border-radius: 50%;
    width: 1.3333333333rem;
    height: 1.3333333333rem;
    position: absolute;
    top: .8rem;
    right: 1.0666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-security__phone-verify-icon-wr {
        width: 2rem;
        height: 2rem;
        top: 1.2rem;
        right: 1.6rem
    }
}

@media(min-width:1025px) {
    .profile-security__phone-verify-icon-wr {
        width: 1.1111111111rem;
        height: 1.1111111111rem;
        top: .6666666667rem;
        right: .8888888889rem
    }
}

.profile-security__phone-verify-icon-wr--verified {
    background: radial-gradient(75% 100% at 50.34% 100%, #24e5b7 0, #009874 100%)
}

.profile-security__phone-verify-icon {
    width: auto;
    height: .9333333333rem;
    color: #fff
}

.profile-security__phone-verify-icon-wr--verified .profile-security__phone-verify-icon {
    height: .4rem
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-security__phone-verify-icon {
        height: 1.4rem
    }

    .profile-security__phone-verify-icon-wr--verified .profile-security__phone-verify-icon {
        height: .6rem
    }
}

@media(min-width:1025px) {
    .profile-security__phone-verify-icon {
        height: .7777777778rem
    }

    .profile-security__phone-verify-icon-wr--verified .profile-security__phone-verify-icon {
        height: .3333333333rem
    }
}

.profile-security__label {
    margin-bottom: 1.0666666667rem;
    font-size: 1.0666666667rem;
    line-height: 1.25;
    color: #fff
}

.profile-security__label:last-child {
    margin-bottom: 0
}

.profile-security__two-fa .profile-security__label {
    margin-bottom: .8666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-security__label {
        margin-bottom: 1.6rem;
        font-size: 1.6rem
    }

    .profile-security__two-fa .profile-security__label {
        margin-bottom: 1.3rem
    }
}

@media(min-width:1025px) {
    .profile-security__label {
        margin-bottom: .6666666667rem;
        font-size: .8888888889rem
    }

    .profile-security__two-fa .profile-security__label {
        margin-bottom: .7222222222rem
    }
}

.profile-security__secret-code-wr {
    margin-bottom: 1.0666666667rem;
    position: relative
}

.profile-security__secret-code-wr:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-security__secret-code-wr {
        margin-bottom: 1.2rem
    }
}

@media(min-width:1025px) {
    .profile-security__secret-code-wr {
        margin-bottom: .6666666667rem
    }
}

.profile-security__secret-code-icon {
    position: absolute;
    right: .9333333333rem;
    bottom: .6666666667rem;
    width: 1rem;
    color: #90a7ff;
    height: auto
}

@media(min-width:769px) {
    .profile-security__secret-code-icon {
        pointer-events: revert;
        cursor: pointer
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-security__secret-code-icon {
        right: 1.4rem;
        bottom: 1rem;
        width: 1.5rem
    }
}

@media(min-width:1025px) {
    .profile-security__secret-code-icon {
        right: .7777777778rem;
        bottom: .5555555556rem;
        width: .8333333333rem
    }
}

.profile-security__auth-code-wr {
    position: relative;
    padding-bottom: 3.2rem
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-security__auth-code-wr {
        margin-top: 1.2rem;
        padding-bottom: 4.8rem
    }
}

@media(min-width:1025px) {
    .profile-security__auth-code-wr {
        margin-top: .6666666667rem;
        padding-bottom: 2.6666666667rem
    }
}

.profile-security__auth_code-field-wr {
    margin-bottom: 0
}

.two-fa__codes-cols {
    display: flex
}

@media(max-width:768px) {
    .two-fa__codes-cols {
        flex-direction: column;
        margin-bottom: 1.0666666667rem;
        gap: .8rem
    }
}

@media(min-width:769px) {
    .two-fa__codes-cols {
        margin-bottom: 2.4rem;
        gap: 1.2rem;
        flex-direction: row;
        justify-content: space-between
    }
}

@media(min-width:1025px) {
    .two-fa__codes-cols {
        margin-bottom: 1.3333333333rem;
        gap: .6666666667rem
    }
}

.two-fa__codes-cols:last-child {
    margin-bottom: 0
}

@media(min-width:1025px) {
    .two-fa__codes-col {
        width: 8.8888888889rem
    }
}

.two-fa__codes-items {
    flex: 1
}

.two-fa__codes-text {
    letter-spacing: normal;
    color: hsla(0, 0%, 100%, .75);
    font-weight: 500
}

@media(max-width:768px) {
    .two-fa__codes-text {
        font-size: .9333333333rem;
        line-height: 1.3333333333rem
    }

    .two-fa__cancel-test-wr .two-fa__codes-text {
        order: 2
    }
}

@media(min-width:769px) {
    .two-fa__codes-text {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .two-fa__codes-text {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

.two-fa__codes-text--left-border {
    padding-left: .5333333333rem;
    border-left: .1333333333rem solid #f97160
}

@media(min-width:769px)and (max-width:1024px) {
    .two-fa__codes-text--left-border {
        padding-left: .8rem;
        border-left-width: .2rem;
        padding-left: .4444444444rem;
        border-left-width: .1111111111rem
    }
}

.two-fa__codes-text-error {
    color: #e933a0;
    font-weight: 500;
    font-size: 1.0666666667rem;
    display: block;
    margin-bottom: .3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .two-fa__codes-text-error {
        font-size: 1.6rem;
        margin-bottom: .5rem
    }
}

@media(min-width:1025px) {
    .two-fa__codes-text-error {
        font-size: .8888888889rem;
        margin-bottom: .2777777778rem
    }
}

.two-fa__codes-item-wr {
    display: flex;
    align-items: center;
    padding: .8rem;
    margin-bottom: 1.0666666667rem;
    border-radius: .2666666667rem;
    border: .0666666667rem solid rgba(63, 79, 140, .5);
    color: hsla(0, 0%, 100%, .5)
}

@media(min-width:769px) {
    .two-fa__codes-item-wr {
        padding: 1.2rem;
        margin-bottom: 1.6rem;
        border-width: .1rem;
        border-radius: .4rem
    }
}

@media(min-width:1025px) {
    .two-fa__codes-item-wr {
        padding: .6666666667rem;
        margin-bottom: .8888888889rem;
        border-width: .0555555556rem;
        border-radius: .2222222222rem
    }
}

.two-fa__codes-item-wr:last-child {
    margin-bottom: 0
}

.two-fa__codes-item {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    font-size: 1.0666666667rem;
    line-height: 1.3333333333rem;
    letter-spacing: .4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@media(min-width:769px)and (max-width:1024px) {
    .two-fa__codes-item {
        font-size: 1.6rem;
        line-height: 2rem;
        letter-spacing: .6rem
    }
}

@media(min-width:1025px) {
    .two-fa__codes-item {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem;
        letter-spacing: .4444444444rem
    }
}

.two-fa__codes-copy-btn {
    width: 100%
}

.two-fa__input-hint {
    font-size: .9333333333rem;
    line-height: 1;
    letter-spacing: -.01rem;
    color: hsla(0, 0%, 100%, .91);
    opacity: .6;
    text-align: left
}

@media(max-width:768px) {
    .two-fa__input-hint {
        order: 1;
        margin-bottom: .6666666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .two-fa__input-hint {
        font-size: 1.4rem;
        letter-spacing: -.015rem
    }
}

@media(min-width:1025px) {
    .two-fa__input-hint {
        font-size: .7777777778rem;
        letter-spacing: -.0083333333rem
    }
}

.user-sessions {
    padding: .8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .user-sessions {
        padding: 4rem
    }
}

@media(min-width:1025px) {
    .user-sessions {
        padding: 2.2222222222rem
    }
}

.user-sessions .separator {
    position: relative;
    padding-right: .2666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .user-sessions .separator {
        padding-right: .4rem
    }
}

@media(min-width:1025px) {
    .user-sessions .separator {
        padding-right: .2222222222rem
    }
}

.user-sessions .separator:after {
    content: "";
    position: relative;
    display: inline-block;
    top: .1111111111rem;
    height: .8rem;
    margin-left: .2666666667rem;
    border-right: 1px solid #fff;
    opacity: .5
}

@media(min-width:769px)and (max-width:1024px) {
    .user-sessions .separator:after {
        top: .0555555556rem;
        height: 1.2rem;
        margin-left: .4rem
    }
}

@media(min-width:1025px) {
    .user-sessions .separator:after {
        top: .0555555556rem;
        height: .6666666667rem;
        margin-left: .2222222222rem
    }
}

.user-sessions__section {
    margin-bottom: 1.0666666667rem
}

.user-sessions__section:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .user-sessions__section {
        margin-bottom: 2.8rem
    }
}

@media(min-width:1025px) {
    .user-sessions__section {
        margin-bottom: 1.5555555556rem
    }
}

.user-sessions__title {
    font-weight: 500;
    font-size: 1.0666666667rem;
    line-height: 1.3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .user-sessions__title {
        font-size: 1.6rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .user-sessions__title {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

.user-sessions__header {
    background-color: #2c3357;
    padding: .8rem;
    border-radius: .5333333333rem
}

@media(min-width:769px) {
    .user-sessions__header {
        background-color: rgba(51, 61, 108, .2)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-sessions__header {
        border-radius: .8rem;
        padding: 1.6rem
    }
}

@media(min-width:1025px) {
    .user-sessions__header {
        border-radius: .4444444444rem;
        padding: .8888888889rem
    }
}

.user-sessions__header--with-items {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.user-sessions__items {
    margin-bottom: 1.3333333333rem
}

.user-sessions__items:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .user-sessions__items {
        margin-bottom: 2rem
    }
}

@media(min-width:1025px) {
    .user-sessions__items {
        margin-bottom: 1.1111111111rem
    }
}

.user-sessions__item {
    position: relative;
    padding: .8rem .8rem .8rem 2.6666666667rem;
    background-color: rgba(51, 61, 108, .1)
}

.user-sessions__item:last-child {
    border-bottom-left-radius: .5333333333rem;
    border-bottom-right-radius: .5333333333rem
}

.user-sessions__item:nth-child(2n) {
    background-color: #2c3357
}

@media(min-width:769px) {
    .user-sessions__item:nth-child(2n) {
        background-color: rgba(51, 61, 108, .2)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-sessions__item {
        padding: 1.6rem 1.6rem 1.6rem 4.4rem
    }

    .user-sessions__item:last-child {
        border-bottom-left-radius: .8rem;
        border-bottom-right-radius: .8rem
    }
}

@media(min-width:1025px) {
    .user-sessions__item {
        padding: .8888888889rem .8888888889rem .8888888889rem 2.4444444444rem
    }

    .user-sessions__item:last-child {
        border-bottom-left-radius: .4444444444rem;
        border-bottom-right-radius: .4444444444rem
    }
}

.user-sessions__item-ic {
    position: absolute;
    left: .8rem;
    top: .8rem;
    width: 1.3333333333rem;
    height: 1.3333333333rem;
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .user-sessions__item-ic {
        top: 1.6rem;
        left: 1.6rem;
        width: 2rem;
        height: 2rem
    }
}

@media(min-width:1025px) {
    .user-sessions__item-ic {
        top: .8888888889rem;
        left: .8888888889rem;
        width: 1.1111111111rem;
        height: 1.1111111111rem
    }
}

.user-sessions__item-browser {
    margin-bottom: .2666666667rem;
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    font-weight: 400;
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .user-sessions__item-browser {
        margin-bottom: .4rem;
        font-size: 1.6rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .user-sessions__item-browser {
        margin-bottom: .2222222222rem;
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

.user-sessions__bottom-info {
    display: flex;
    align-items: center;
    color: hsla(0, 0%, 100%, .5)
}

@media(min-width:769px)and (max-width:1024px) {
    .user-sessions__bottom-info {
        font-size: 1.6rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .user-sessions__bottom-info {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

.user-sessions__bottom-info-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-right: .6rem;
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .5)
}

.user-sessions__bottom-info-item:after {
    content: "";
    display: inline-block;
    height: .8666666667rem;
    margin-left: .6rem;
    border-right: 1px solid hsla(0, 0%, 100%, .5)
}

@media(min-width:769px)and (max-width:1024px) {
    .user-sessions__bottom-info-item:after {
        height: 1.2rem;
        margin-left: .8rem
    }
}

@media(min-width:1025px) {
    .user-sessions__bottom-info-item:after {
        height: .6666666667rem;
        margin-left: .4444444444rem
    }
}

.user-sessions__bottom-info-item:last-child {
    margin-right: 0
}

.user-sessions__bottom-info-item:last-child:after {
    display: none
}

@media(min-width:769px)and (max-width:1024px) {
    .user-sessions__bottom-info-item {
        font-size: 1.6rem;
        line-height: 2rem;
        padding-right: .8rem
    }
}

@media(min-width:1025px) {
    .user-sessions__bottom-info-item {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem;
        padding-right: .4444444444rem
    }
}

.user-sessions__bottom-info-item--active {
    color: #00c193
}

.user-sessions__bottom-info-item--ip {
    overflow: hidden
}

.user-sessions__bottom-info-item-ip {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%
}

.user-sessions__bottom-info-item--date {
    white-space: nowrap
}

.user-sessions__item-close-wr {
    position: absolute;
    top: 1.2rem;
    right: 1.0666666667rem;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    transition: all .2s ease-in-out
}

@media(min-width:769px)and (max-width:1024px) {
    .user-sessions__item-close-wr {
        top: 2rem;
        right: 2rem
    }
}

@media(min-width:1025px) {
    .user-sessions__item-close-wr {
        top: 1.1111111111rem;
        right: 1.1111111111rem
    }
}

.user-sessions__item-close {
    width: .6rem;
    height: auto;
    color: #fff
}

.no-touch .user-sessions__item-close-wr:hover .user-sessions__item-close {
    color: hsla(0, 0%, 100%, .7)
}

@media(min-width:769px)and (max-width:1024px) {
    .user-sessions__item-close {
        width: 1.3rem
    }
}

@media(min-width:1025px) {
    .user-sessions__item-close {
        width: .7222222222rem
    }
}

.user-sessions__horizont-separator {
    margin-top: .8rem;
    margin-bottom: .8rem;
    border-top: 1px solid hsla(0, 0%, 100%, .1)
}

@media(min-width:769px)and (max-width:1024px) {
    .user-sessions__horizont-separator {
        margin-top: 1.6rem;
        margin-bottom: 1.6rem
    }
}

@media(min-width:1025px) {
    .user-sessions__horizont-separator {
        margin-top: .8888888889rem;
        margin-bottom: .8888888889rem
    }
}

.user-sessions__close-allsessions-wr {
    display: flex
}

.user-sessions__close-allsessions {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    max-width: 100%;
    color: #90a7ff;
    cursor: pointer;
    transition: color .2s ease-in-out
}

.no-touch .user-sessions__close-allsessions:hover {
    color: #fff
}

.user-sessions__close-allsessions-ic {
    flex-shrink: 0;
    display: block;
    width: .8rem;
    height: auto;
    margin-top: .2rem;
    margin-right: .4666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .user-sessions__close-allsessions-ic {
        width: 1.2rem;
        margin-top: .2rem;
        margin-right: .7rem
    }
}

@media(min-width:1025px) {
    .user-sessions__close-allsessions-ic {
        width: .6666666667rem;
        margin-top: .1111111111rem;
        margin-right: .3888888889rem
    }
}

.user-sessions__close-allsessions-text {
    font-weight: 500;
    font-size: .9333333333rem;
    line-height: 1.3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .user-sessions__close-allsessions-text {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .user-sessions__close-allsessions-text {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

.verification-document {
    position: relative;
    display: flex;
    align-items: center;
    padding: .5333333333rem;
    margin-bottom: .8rem;
    border-radius: .2666666667rem;
    height: 3.6rem;
    background: #262a46;
    overflow: hidden;
    transition: .3s
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-document {
        padding: .8rem;
        margin-bottom: 1.2rem;
        border-radius: .4rem;
        height: 5.4rem
    }
}

@media(min-width:1025px) {
    .verification-document {
        padding: .4444444444rem;
        margin-bottom: .6666666667rem;
        border-radius: .2222222222rem;
        height: 3rem
    }
}

.verification-document--height {
    height: auto;
    padding: .8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-document--height {
        padding: 1.6rem
    }
}

@media(min-width:1025px) {
    .verification-document--height {
        padding: .8888888889rem
    }
}

.verification-document-inner {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative
}

.verification-document__doc-icon-wr {
    background: #2c3357;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

@media(max-width:768px) {
    .verification-document__doc-icon-wr {
        width: 2.5333333333rem;
        height: 2.5333333333rem;
        border-radius: .2666666667rem;
        margin-right: .5333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-document__doc-icon-wr {
        width: 3.8rem;
        height: 3.8rem;
        border-radius: .4rem;
        margin-right: .8rem
    }
}

@media(min-width:1025px) {
    .verification-document__doc-icon-wr {
        width: 2.1111111111rem;
        height: 2.1111111111rem;
        border-radius: .2222222222rem;
        margin-right: .4444444444rem
    }
}

.verification-document__doc-icon {
    color: #90a7ff;
    flex-shrink: 0
}

@media(max-width:768px) {
    .verification-document__doc-icon {
        width: 1rem;
        height: 1.2rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-document__doc-icon {
        width: 1.5rem;
        height: 1.8rem
    }
}

@media(min-width:1025px) {
    .verification-document__doc-icon {
        width: .8333333333rem;
        height: 1rem
    }
}

@media(max-width:768px) {
    .verification-document__doc-body {
        max-width: calc(100% - 5.73333rem)
    }
}

@media(min-width:769px) {
    .verification-document__doc-body {
        max-width: calc(100% - 8.6rem)
    }
}

@media(min-width:1025px) {
    .verification-document__doc-body {
        max-width: calc(100% - 4.77778rem)
    }
}

.verification-document__doc-body-file-name {
    width: 100%;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media(max-width:768px) {
    .verification-document__doc-body-file-name {
        font-size: .8rem;
        line-height: 1.3333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-document__doc-body-file-name {
        font-size: 1.2rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .verification-document__doc-body-file-name {
        font-size: .6666666667rem;
        line-height: 1.1111111111rem
    }
}

.verification-document__doc-body-status {
    display: flex;
    align-items: center;
    font-weight: 500
}

@media(max-width:768px) {
    .verification-document__doc-body-status {
        font-size: .6666666667rem;
        line-height: .8rem;
        column-gap: .1333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-document__doc-body-status {
        font-size: 1rem;
        line-height: 1.2rem;
        column-gap: .2rem
    }
}

@media(min-width:1025px) {
    .verification-document__doc-body-status {
        font-size: .5555555556rem;
        line-height: .6666666667rem;
        column-gap: .1111111111rem
    }
}

.verification-document__doc-body-status-approved {
    color: #00c193
}

.verification-document__doc-body-status-pending {
    color: #f3d869
}

.verification-document__doc-body-status-not_approved {
    color: #e933a0
}

.verification-document__doc-body-status-icon {
    width: 1.0666666667rem;
    height: 1.0666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-document__doc-body-status-icon {
        width: 1.6rem;
        height: 1.6rem
    }
}

@media(min-width:1025px) {
    .verification-document__doc-body-status-icon {
        width: .8888888889rem;
        height: .8888888889rem
    }
}

.verification-document__doc-actions {
    position: absolute
}

@media(max-width:768px) {
    .verification-document__doc-actions {
        width: 1.0666666667rem;
        right: .8rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-document__doc-actions {
        width: 1.6rem;
        right: 1.2rem
    }
}

@media(min-width:1025px) {
    .verification-document__doc-actions {
        width: .8888888889rem;
        right: .6666666667rem
    }
}

.verification-document__doc-actions-delete-wr {
    cursor: pointer;
    color: #7b7f92;
    display: flex;
    justify-content: center
}

.no-touch .verification-document__doc-actions:hover .verification-document__doc-actions-delete-wr {
    color: #90a7ff
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-document__doc-actions-delete-wr {
        height: 1.6rem;
        width: 1.6rem
    }
}

@media(min-width:1025px) {
    .verification-document__doc-actions-delete-wr {
        height: .8888888889rem;
        width: .8888888889rem
    }
}

.verification-document__doc-actions-delete-icon {
    width: .8rem;
    height: .9333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-document__doc-actions-delete-icon {
        width: 1.2rem;
        height: 1.4rem
    }
}

@media(min-width:1025px) {
    .verification-document__doc-actions-delete-icon {
        width: .6666666667rem;
        height: .7777777778rem
    }
}

.verification-document__close-block {
    width: 100%;
    text-align: center
}

.verification-document__close-block-text {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400
}

@media(max-width:768px) {
    .verification-document__close-block-text {
        font-size: .8rem;
        line-height: 1.3333333333rem;
        margin-bottom: .8rem
    }
}

@media(min-width:769px) {
    .verification-document__close-block-text {
        font-size: 1.2rem;
        line-height: 2rem;
        margin-bottom: 1.2rem
    }
}

@media(min-width:1025px) {
    .verification-document__close-block-text {
        font-size: .6666666667rem;
        line-height: 1.1111111111rem;
        margin-bottom: .6666666667rem
    }
}

.verification-document__close-block-text span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #90a7ff
}

@media(max-width:768px) {
    .verification-document__close-block-text span {
        margin: 0 .1333333333rem 0 .2666666667rem
    }
}

@media(min-width:769px) {
    .verification-document__close-block-text span {
        margin: 0 .2rem 0 .4rem
    }
}

@media(min-width:1025px) {
    .verification-document__close-block-text span {
        margin: 0 .1111111111rem 0 .2222222222rem
    }
}

.verification-document__close-block-button-wrap {
    display: flex;
    justify-content: center
}

.verification-document__close-block-button {
    margin-right: .5333333333rem;
    min-width: 7.8666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-document__close-block-button {
        margin-right: .8rem;
        min-width: 11.8rem
    }
}

@media(min-width:1025px) {
    .verification-document__close-block-button {
        margin-right: .4444444444rem;
        min-width: 6.5555555556rem
    }
}

.verification-document__close-block-button:last-child {
    margin-right: 0
}

.verification-block__input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.verification-block__download {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

@media(max-width:768px) {
    .verification-block__download {
        background-image: repeating-linear-gradient(90deg, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, .5) 60%, transparent 0, transparent), repeating-linear-gradient(270deg, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, .5) 60%, transparent 0, transparent), repeating-linear-gradient(180deg, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, .5) 60%, transparent 0, transparent), repeating-linear-gradient(0deg, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, .5) 60%, transparent 0, transparent);
        background-position: 0 0, 100% 100%, 0 0, 100% 100%;
        background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
        background-size: 1.0666666667rem .0666666667rem, 1.0666666667rem .0666666667rem, .0666666667rem 1.0666666667rem, .0666666667rem 1.0666666667rem;
        border-radius: .5333333333rem;
        padding: .8rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-block__download {
        background-image: repeating-linear-gradient(90deg, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, .5) 60%, transparent 0, transparent), repeating-linear-gradient(270deg, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, .5) 60%, transparent 0, transparent), repeating-linear-gradient(180deg, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, .5) 60%, transparent 0, transparent), repeating-linear-gradient(0deg, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, .5) 60%, transparent 0, transparent);
        background-position: 0 0, 100% 100%, 0 0, 100% 100%;
        background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
        background-size: 1.6rem .1rem, 1.6rem .1rem, .1rem 1.6rem, .1rem 1.6rem;
        border-radius: .8rem;
        padding: 1.2rem
    }
}

@media(min-width:1025px) {
    .verification-block__download {
        background-image: repeating-linear-gradient(90deg, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, .5) 60%, transparent 0, transparent), repeating-linear-gradient(270deg, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, .5) 60%, transparent 0, transparent), repeating-linear-gradient(180deg, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, .5) 60%, transparent 0, transparent), repeating-linear-gradient(0deg, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, .5) 60%, transparent 0, transparent);
        background-position: 0 0, 100% 100%, 0 0, 100% 100%;
        background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
        background-size: .8888888889rem .0555555556rem, .8888888889rem .0555555556rem, .0555555556rem .8888888889rem, .0555555556rem .8888888889rem;
        border-radius: .4444444444rem;
        padding: .6666666667rem
    }
}

.verification-block__download--download-document {
    flex-direction: row;
    justify-content: space-between
}

@media(max-width:768px) {
    .verification-block__download--download-document {
        background-image: repeating-linear-gradient(90deg, #90a7ff 0, #90a7ff 60%, transparent 0, transparent), repeating-linear-gradient(270deg, #90a7ff 0, #90a7ff 60%, transparent 0, transparent), repeating-linear-gradient(180deg, #90a7ff 0, #90a7ff 60%, transparent 0, transparent), repeating-linear-gradient(0deg, #90a7ff 0, #90a7ff 60%, transparent 0, transparent);
        background-position: 0 0, 100% 100%, 0 0, 100% 100%;
        background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
        background-size: 1.0666666667rem .0666666667rem, 1.0666666667rem .0666666667rem, .0666666667rem 1.0666666667rem, .0666666667rem 1.0666666667rem;
        padding: 1.0666666667rem 1.0666666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-block__download--download-document {
        background-image: repeating-linear-gradient(90deg, #90a7ff 0, #90a7ff 60%, transparent 0, transparent), repeating-linear-gradient(270deg, #90a7ff 0, #90a7ff 60%, transparent 0, transparent), repeating-linear-gradient(180deg, #90a7ff 0, #90a7ff 60%, transparent 0, transparent), repeating-linear-gradient(0deg, #90a7ff 0, #90a7ff 60%, transparent 0, transparent);
        background-position: 0 0, 100% 100%, 0 0, 100% 100%;
        background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
        background-size: 1.6rem .1rem, 1.6rem .1rem, .1rem 1.6rem, .1rem 1.6rem;
        padding: 2.2rem 1.2rem
    }
}

@media(min-width:1025px) {
    .verification-block__download--download-document {
        background-image: repeating-linear-gradient(90deg, #90a7ff 0, #90a7ff 60%, transparent 0, transparent), repeating-linear-gradient(270deg, #90a7ff 0, #90a7ff 60%, transparent 0, transparent), repeating-linear-gradient(180deg, #90a7ff 0, #90a7ff 60%, transparent 0, transparent), repeating-linear-gradient(0deg, #90a7ff 0, #90a7ff 60%, transparent 0, transparent);
        background-position: 0 0, 100% 100%, 0 0, 100% 100%;
        background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
        background-size: .8888888889rem .0555555556rem, .8888888889rem .0555555556rem, .0555555556rem .8888888889rem, .0555555556rem .8888888889rem;
        padding: 1.2222222222rem .6666666667rem
    }
}

.verification-block__download--process-upload {
    flex-direction: column-reverse
}

.verification-block__download-title {
    display: flex;
    align-items: center;
    color: #90a7ff;
    font-weight: 400;
    font-size: .8rem;
    line-height: 1.0666666667rem;
    margin-bottom: .2666666667rem;
    cursor: pointer
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-block__download-title {
        font-size: 1.6rem;
        line-height: 2rem;
        margin-bottom: .4rem
    }
}

@media(min-width:1025px) {
    .verification-block__download-title {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem;
        margin-bottom: .2222222222rem
    }
}

.verification-block__download-upl {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: .2666666667rem;
    cursor: pointer
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-block__download-upl {
        margin-bottom: .4rem
    }
}

@media(min-width:1025px) {
    .verification-block__download-upl {
        margin-bottom: .2222222222rem
    }
}

.verification-block__download-upl-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(75% 100% at 50.34% 100%, #68b7ff 0, #3764f3 100%), linear-gradient(0deg, #183cc9, #183cc9), linear-gradient(180.11deg, #001e95 .11%, #11309f 99.91%);
    border-radius: 100%;
    width: 1.0666666667rem;
    height: 1.0666666667rem;
    margin-right: .5333333333rem;
    overflow: hidden
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-block__download-upl-icon-wrap {
        width: 2rem;
        height: 2rem;
        margin-right: .8rem
    }
}

@media(min-width:1025px) {
    .verification-block__download-upl-icon-wrap {
        width: 1.1111111111rem;
        height: 1.1111111111rem;
        margin-right: .4444444444rem
    }
}

.verification-block__download-upl-icon {
    width: .5333333333rem;
    height: .5333333333rem;
    margin-top: -.0666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-block__download-upl-icon {
        width: 1rem;
        height: 1rem;
        margin-top: -.1rem
    }
}

@media(min-width:1025px) {
    .verification-block__download-upl-icon {
        width: .5555555556rem;
        height: .5555555556rem;
        margin-top: -.0555555556rem
    }
}

.verification-block__download-upl-text {
    font-weight: 300;
    font-size: .8rem;
    line-height: 1.3333333333rem;
    color: #90a7ff
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-block__download-upl-text {
        font-size: 1.6rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .verification-block__download-upl-text {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

.verification-block__download-icon {
    flex-shrink: 0;
    height: 1.0666666667rem;
    width: auto;
    margin-right: .2666666667rem;
    color: #90a7ff
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-block__download-icon {
        height: 2rem;
        margin-right: .8rem
    }
}

@media(min-width:1025px) {
    .verification-block__download-icon {
        height: 1.1111111111rem;
        margin-right: .4444444444rem
    }
}

.verification-block__download-text {
    flex: 1 1 auto;
    font-size: .6666666667rem;
    line-height: .8rem;
    color: hsla(0, 0%, 100%, .35);
    font-weight: 100
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-block__download-text {
        font-size: 1.2rem;
        line-height: 1.6rem
    }
}

@media(min-width:1025px) {
    .verification-block__download-text {
        font-size: .6666666667rem;
        line-height: .8888888889rem
    }
}

.verification-block__download-file-name {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .6666666667rem;
    line-height: 1.3;
    letter-spacing: normal;
    color: #fff;
    word-break: break-word;
    flex-shrink: 0;
    width: 50%
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-block__download-file-name {
        margin-right: 1rem;
        font-size: 1.2rem
    }
}

@media(min-width:1025px) {
    .verification-block__download-file-name {
        margin-right: .5555555556rem;
        font-size: .6666666667rem
    }
}

.verification-block__download-file-name span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.verification-block__btns {
    display: flex;
    align-items: center
}

.verification-block__delete {
    position: relative;
    width: 1.3333333333rem;
    height: 1.3333333333rem;
    flex-shrink: 0;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.verification-block__delete:last-child {
    margin-right: 0
}

.no-touch .verification-block__delete:hover {
    transform: translate3d(0, 1px, 0)
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-block__delete {
        width: 2rem;
        height: 2rem;
        margin-left: .3rem
    }
}

@media(min-width:1025px) {
    .verification-block__delete {
        width: 1.1111111111rem;
        height: 1.1111111111rem;
        margin-left: .1666666667rem
    }
}

.verification-block__delete-ic {
    display: block;
    width: 100%;
    height: auto
}

.verification-block__btn {
    flex-shrink: 0;
    height: 2.4rem;
    padding-left: 1.0666666667rem;
    padding-right: 1.0666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-block__btn {
        height: 3.6rem;
        padding-left: 1.6rem;
        padding-right: 1.6rem
    }
}

@media(min-width:1025px) {
    .verification-block__btn {
        height: 2rem;
        padding-left: .8888888889rem;
        padding-right: .8888888889rem
    }
}

.verification-more {
    margin-bottom: 2.6666666667rem;
    background: rgba(51, 61, 108, .2);
    border-radius: .5333333333rem
}

.verification-more:last-child {
    margin-bottom: 0
}

@media(max-width:768px) {
    .verification-more {
        background-color: #333d6c;
        margin-top: .8rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-more {
        margin-bottom: 4rem;
        margin-top: 1.2rem;
        border-radius: .8rem
    }
}

@media(min-width:1025px) {
    .verification-more {
        margin-bottom: 2.2222222222rem;
        margin-top: .6666666667rem;
        border-radius: .4444444444rem
    }
}

.verification-more__info {
    display: none
}

.verification-more__info:last-child {
    margin-bottom: 0
}

@media(max-width:768px) {
    .verification-more__info {
        padding: 0 .8rem .8rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-more__info {
        padding: 0 1.6rem 1.6rem
    }
}

@media(min-width:1025px) {
    .verification-more__info {
        padding: 0 .8888888889rem .8888888889rem
    }
}

.verification-more__list {
    color: hsla(0, 0%, 100%, .5)
}

.verification-more__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .8rem;
    cursor: pointer
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-more__trigger {
        padding: 1.6rem
    }
}

@media(min-width:1025px) {
    .verification-more__trigger {
        padding: .8888888889rem
    }
}

.verification-more__trigger-text {
    letter-spacing: normal;
    font-weight: 500
}

.verification-more__trigger-text:last-child {
    margin-right: 0
}

@media(max-width:768px) {
    .verification-more__trigger-text {
        margin-right: .3333333333rem;
        font-size: .9333333333rem;
        line-height: 1.3333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-more__trigger-text {
        margin-right: 1rem;
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .verification-more__trigger-text {
        margin-right: .5555555556rem;
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

.verification-more__trigger-ic {
    display: block;
    width: auto;
    height: .5333333333rem;
    transition: transform .2s ease-in-out
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-more__trigger-ic {
        height: .8rem
    }
}

@media(min-width:1025px) {
    .verification-more__trigger-ic {
        height: .4444444444rem
    }
}

.verification-more__trigger-ic--open {
    transform: rotate(-180deg)
}

.verification-block {
    position: relative;
    background: rgba(51, 61, 108, .2);
    border-radius: .5333333333rem;
    margin-bottom: .8rem;
    padding: 1.0666666667rem
}

.verification-block:last-child {
    margin-bottom: 0
}

@media(max-width:768px) {
    .verification-block {
        background-color: #2c3357
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-block {
        border-radius: .8rem;
        margin-bottom: 2.4rem;
        padding: 1.2rem 1.8rem
    }
}

@media(min-width:1025px) {
    .verification-block {
        border-radius: .4444444444rem;
        margin-bottom: 1.3333333333rem;
        padding: .6666666667rem 1rem
    }
}

.verification-block__icon {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    color: #dce7f3
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-block__icon {
        top: .5rem
    }
}

@media(min-width:1025px) {
    .verification-block__icon {
        top: .2777777778rem
    }
}

.verification-block__icon--document {
    height: .8rem;
    top: 1.2rem;
    left: 1.0666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-block__icon--document {
        height: 1.6rem;
        top: 1.4rem;
        left: 2rem
    }
}

@media(min-width:1025px) {
    .verification-block__icon--document {
        height: .8888888889rem;
        top: .7777777778rem;
        left: 1.1111111111rem
    }
}

.verification-block__icon--selfie {
    height: .8rem;
    top: 1.3333333333rem;
    left: .9333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-block__icon--selfie {
        height: 1.2rem;
        top: 1.6rem;
        left: 1.8rem
    }
}

@media(min-width:1025px) {
    .verification-block__icon--selfie {
        height: .6666666667rem;
        top: .8888888889rem;
        left: 1rem
    }
}

.verification-block__icon--card {
    height: .8rem;
    top: 1.3333333333rem;
    left: .9333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-block__icon--card {
        height: 1.2rem;
        top: 1.6rem;
        left: 1.8rem
    }
}

@media(min-width:1025px) {
    .verification-block__icon--card {
        height: .6666666667rem;
        top: .8888888889rem;
        left: 1rem
    }
}

.verification-block__title {
    font-weight: 500
}

.verification-block__title:last-child {
    margin-bottom: 0
}

@media(max-width:768px) {
    .verification-block__title {
        font-size: 1.0666666667rem;
        line-height: 1.3333333333rem;
        padding-left: 1.3333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-block__title {
        font-size: 1.6rem;
        line-height: 2rem;
        padding-left: 2.8rem
    }
}

@media(min-width:1025px) {
    .verification-block__title {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem;
        padding-left: 1.5555555556rem
    }
}

.verification-block__required-text {
    color: #e933a0
}

.verification-block__required-text:last-child {
    margin-bottom: 0
}

@media(max-width:768px) {
    .verification-block__required-text {
        font-weight: 400;
        font-size: .8rem;
        line-height: 1.0666666667rem;
        padding-left: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .verification-block__required-text {
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 2rem;
        padding-left: 2.8rem
    }
}

@media(min-width:1025px) {
    .verification-block__required-text {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem;
        padding-left: 1.5555555556rem
    }
}

.verification-block__icon-status {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 1.0666666667rem;
    width: 1.3333333333rem;
    height: 1.3333333333rem;
    border-radius: 100%
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-block__icon-status {
        top: 1.2rem;
        width: 2rem;
        height: 2rem
    }
}

@media(min-width:1025px) {
    .verification-block__icon-status {
        top: .6666666667rem;
        right: .8888888889rem;
        width: 1.1111111111rem;
        height: 1.1111111111rem
    }
}

.verification-block__icon-status-error {
    right: 1.0666666667rem;
    background: radial-gradient(75% 100% at 50.34% 100%, #ffabdd 0, #e933a0 59.38%, #e02a81 100%)
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-block__icon-status-error {
        right: 1.6rem
    }
}

@media(min-width:1025px) {
    .verification-block__icon-status-error {
        right: .8888888889rem
    }
}

.verification-block__icon-status-success {
    right: 1.2rem;
    background: radial-gradient(75% 100% at 50.34% 100%, #24e5b7 0, #009874 100%)
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-block__icon-status-success {
        right: 1.8rem
    }
}

@media(min-width:1025px) {
    .verification-block__icon-status-success {
        right: 1rem
    }
}

.verification-block__icon-status-warning {
    right: .9333333333rem;
    background: radial-gradient(75% 100% at 50.34% 100%, #fbe072 0, #c2a633 100%)
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-block__icon-status-warning {
        right: 1.4rem
    }
}

@media(min-width:1025px) {
    .verification-block__icon-status-warning {
        right: .7777777778rem
    }
}

.verification-block__icon-status-item {
    width: auto;
    color: #fff
}

@media(max-width:768px) {
    .verification-block__icon-status-item-error {
        height: .9333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-block__icon-status-item-error {
        height: 1.4rem
    }
}

@media(min-width:1025px) {
    .verification-block__icon-status-item-error {
        height: .7777777778rem
    }
}

@media(max-width:768px) {
    .verification-block__icon-status-item-success {
        height: .5333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-block__icon-status-item-success {
        height: .8rem
    }
}

@media(min-width:1025px) {
    .verification-block__icon-status-item-success {
        height: .4444444444rem
    }
}

@media(max-width:768px) {
    .verification-block__icon-status-item-warning {
        height: .8rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .verification-block__icon-status-item-warning {
        height: 1.2rem
    }
}

@media(min-width:1025px) {
    .verification-block__icon-status-item-warning {
        height: .6666666667rem
    }
}

.verification-block__description {
    letter-spacing: normal;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .5)
}

.verification-block__description:last-child {
    margin-bottom: 0
}

@media(max-width:768px) {
    .verification-block__description {
        margin-top: .5333333333rem;
        margin-bottom: .8rem;
        font-size: .8rem;
        line-height: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .verification-block__description {
        margin-top: .8rem;
        margin-bottom: 1.2rem;
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .verification-block__description {
        margin-top: .4444444444rem;
        margin-bottom: .6666666667rem;
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

.unknown-document__wr {
    position: relative
}

.unknown-document {
    display: flex;
    justify-content: space-between;
    background: #262a46
}

.unknown-document:last-child {
    margin-bottom: 0
}

@media(max-width:768px) {
    .unknown-document {
        border-radius: .2666666667rem;
        padding: .5333333333rem .8rem .5333333333rem .5333333333rem;
        margin-bottom: .2666666667rem
    }
}

@media(min-width:769px) {
    .unknown-document {
        border-radius: .4rem;
        padding: .8rem 1.2rem .8rem .8rem;
        margin-bottom: .4rem
    }
}

@media(min-width:1025px) {
    .unknown-document {
        border-radius: .2222222222rem;
        padding: .4444444444rem .6666666667rem .4444444444rem .4444444444rem;
        margin-bottom: .2222222222rem
    }
}

.unknown-document__icon-wr {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #2c3357
}

@media(max-width:768px) {
    .unknown-document__icon-wr {
        display: none
    }
}

@media(min-width:769px) {
    .unknown-document__icon-wr {
        width: 5.6rem;
        height: 5.6rem;
        border-radius: .4rem;
        margin-right: .8rem
    }
}

@media(min-width:1025px) {
    .unknown-document__icon-wr {
        width: 3.1111111111rem;
        height: 3.1111111111rem;
        border-radius: .2222222222rem;
        margin-right: .4444444444rem
    }
}

.unknown-document__icon {
    color: #90a7ff
}

@media(min-width:769px) {
    .unknown-document__icon {
        width: 1.8rem
    }
}

@media(min-width:1025px) {
    .unknown-document__icon {
        width: 1rem
    }
}

.unknown-document__selection {
    position: relative;
    flex: 1
}

@media(max-width:768px) {
    .unknown-document__selection {
        max-width: calc(100% - 3.93333rem);
        margin-right: .8rem
    }
}

@media(min-width:769px) {
    .unknown-document__selection {
        max-width: calc(100% - 13rem);
        margin-right: .8rem
    }
}

@media(min-width:1025px) {
    .unknown-document__selection {
        max-width: calc(100% - 7.22222rem);
        margin-right: .4444444444rem
    }
}

.unknown-document__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-weight: 400;
    color: #7b7f92
}

@media(max-width:768px) {
    .unknown-document__title {
        font-size: .6666666667rem;
        line-height: 1.0666666667rem;
        margin-bottom: .2666666667rem
    }
}

@media(min-width:769px) {
    .unknown-document__title {
        font-size: 1rem;
        line-height: 1.6rem;
        margin-bottom: .4rem
    }
}

@media(min-width:1025px) {
    .unknown-document__title {
        font-size: .5555555556rem;
        line-height: .8888888889rem;
        margin-bottom: .2222222222rem
    }
}

.unknown-document__actions {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-shrink: 0
}

.verification {
    padding: .8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .verification {
        padding: 3.5rem
    }
}

@media(min-width:1025px) {
    .verification {
        padding: 2.2222222222rem
    }
}

.verification__blocks {
    margin-bottom: .8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .verification__blocks {
        margin-bottom: 2.4rem
    }
}

@media(min-width:1025px) {
    .verification__blocks {
        margin-bottom: 1.3333333333rem
    }
}

.profile-main {
    display: flex
}

.profile-main-container {
    display: flex;
    flex-direction: column;
    width: 37.8666666667rem;
    flex-shrink: 0
}

@media(max-width:768px) {
    .profile-main-container {
        background: linear-gradient(180deg, #282b5a, #25293a 100%, #25293a 0);
        position: fixed !important;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 3
    }

    .profile-main--cashout .profile-main-container {
        bottom: 2.8666666667rem;
        height: auto
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .profile-main-container {
        width: 60rem
    }
}

@media(min-width:1025px) {
    .profile-main-container {
        width: 31.5555555556rem
    }
}

.profile-main-container-inner {
    flex: 1 1 auto;
    height: auto !important;
    margin-bottom: 3rem
}

.profile-main--bonuses .profile-main-container-inner {
    display: flex !important;
    flex-direction: column
}

@media(min-width:769px) {
    .profile-main-container-inner {
        margin-bottom: 0
    }
}

@media(max-width:768px) {
    .profile-mobile-header {
        justify-content: space-between;
        padding: .8rem .8rem 1.0666666667rem
    }
}

@media(max-width:768px) {

    .profile-mobile-back,
    .profile-mobile-back-text,
    .profile-mobile-header {
        display: flex;
        align-items: center
    }

    .profile-mobile-back-text {
        font-weight: 500;
        font-size: 1.0666666667rem;
        line-height: 1.3333333333rem;
        margin-left: 1.3333333333rem;
        text-transform: uppercase;
        color: hsla(0, 0%, 100%, .5)
    }
}

@media(max-width:768px) {
    .profile-mobile-back-icon {
        height: .9333333333rem;
        width: auto
    }
}

@media(max-width:768px) {
    .profile-mobile-filter {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: .8rem;
        width: 1.8666666667rem;
        height: 1.8666666667rem;
        cursor: pointer;
        position: relative
    }

    .profile-mobile-filter.active:after {
        content: "";
        position: absolute;
        top: .4rem;
        right: .4rem;
        width: .3333333333rem;
        height: .3333333333rem;
        border-radius: 50%;
        background: #3764f3;
        z-index: 3
    }
}

@media(max-width:768px) {
    .profile-mobile-filter-icon {
        width: 1.0666666667rem;
        height: 1.0666666667rem
    }
}

@media(max-width:768px) {
    .profile-mobile-close {
        padding: .5333333333rem
    }
}

@media(max-width:768px) {
    .profile-mobile-close-icon {
        display: flex;
        width: .9333333333rem;
        height: .9333333333rem
    }
}

.profile {
    background: linear-gradient(0deg, rgba(13, 11, 41, .5), rgba(13, 11, 41, .5)), linear-gradient(180deg, #282b5a, #25293a 100%, #25293a 0);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

@media(min-width:1025px) {
    .profile {
        width: 60rem
    }
}

.profile-overlay {
    left: 0;
    background: rgba(8, 14, 65, .9);
    cursor: pointer;
    z-index: 1
}

.profile-main,
.profile-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%
}

.profile-main {
    right: 0;
    background: linear-gradient(0deg, rgba(13, 11, 41, .5), rgba(13, 11, 41, .5)), linear-gradient(180deg, #282b5a, #25293a 100%, #25293a 0)
}

@media(min-width:1025px) {
    .profile-main {
        width: 60rem
    }
}

.accounts-dropdown {
    position: relative;
    display: flex;
    margin-bottom: 1.3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .accounts-dropdown {
        margin-bottom: 2rem
    }
}

@media(min-width:1025px) {
    .accounts-dropdown {
        margin-bottom: 1.1111111111rem
    }
}

.accounts-dropdown__selected {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: .4rem 2rem .4rem .8rem;
    border-radius: .5333333333rem;
    background-color: #262a46;
    cursor: pointer;
    height: 2.6666666667rem;
    font-size: 1.0666666667rem;
    min-height: auto
}

.accounts-dropdown__selected:before {
    content: "";
    position: absolute;
    right: .6666666667rem;
    top: 50%;
    margin-top: -.1333333333rem;
    border-left: .3333333333rem solid transparent;
    border-right: .3333333333rem solid transparent;
    border-top: .3333333333rem solid hsla(0, 0%, 100%, .6);
    transition: all .2s ease-in-out
}

@media(min-width:769px)and (max-width:1024px) {
    .accounts-dropdown__selected {
        padding: .6rem 3rem .6rem 1.2rem;
        border-radius: .8rem;
        height: 4rem;
        font-size: 1.6rem
    }

    .accounts-dropdown__selected:before {
        right: 1rem;
        margin-top: -.2rem;
        border-left-width: .5rem;
        border-right-width: .5rem;
        border-top-width: .5rem
    }
}

@media(min-width:1025px) {
    .accounts-dropdown__selected {
        padding: .3333333333rem 1.6666666667rem .3333333333rem .6666666667rem;
        border-radius: .4444444444rem;
        height: 2.2222222222rem;
        font-size: .8888888889rem
    }

    .accounts-dropdown__selected:before {
        right: .5555555556rem;
        margin-top: -.1111111111rem;
        border-left-width: .2777777778rem;
        border-right-width: .2777777778rem;
        border-top-width: .2777777778rem
    }
}

.accounts-dropdown__selected--open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.accounts-dropdown__selected--open:before {
    transform: rotate(-180deg)
}

.accounts-dropdown__selected--disabled {
    pointer-events: none
}

.accounts-dropdown__selected--disabled:before {
    content: none
}

.accounts-dropdown__selected-name {
    margin-top: -.2666666667rem;
    margin-right: .6666666667rem;
    font-size: 1.0666666667rem;
    line-height: 1;
    color: hsla(0, 0%, 100%, .6);
    letter-spacing: -.024rem
}

.accounts-dropdown__selected-name:first-letter {
    text-transform: uppercase
}

@media(min-width:451px)and (max-width:768px) {
    .accounts-dropdown__selected-name {
        margin-top: -.1333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .accounts-dropdown__selected-name {
        margin-top: -.2rem;
        margin-right: 1rem;
        font-size: 1.6rem;
        letter-spacing: -.036rem
    }
}

@media(min-width:1025px) {
    .accounts-dropdown__selected-name {
        margin-top: -.1666666667rem;
        margin-right: .5555555556rem;
        font-size: .8888888889rem;
        letter-spacing: -.02rem
    }
}

.accounts-dropdown__selected-info {
    overflow: hidden;
    font-size: 1.0666666667rem;
    line-height: 1;
    color: #fff;
    letter-spacing: -.024rem;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media(min-width:769px)and (max-width:1024px) {
    .accounts-dropdown__selected-info {
        font-size: 1.6rem;
        letter-spacing: -.036rem
    }
}

@media(min-width:1025px) {
    .accounts-dropdown__selected-info {
        font-size: .8888888889rem;
        letter-spacing: -.02rem
    }
}

.recurents__inner .accounts-dropdown__selected-info {
    font-size: 1.0666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .recurents__inner .accounts-dropdown__selected-info {
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    .recurents__inner .accounts-dropdown__selected-info {
        font-size: .8888888889rem
    }
}

.accounts-dropdown__list {
    position: absolute;
    left: 0;
    top: 2.6666666667rem;
    z-index: 1;
    width: 100%;
    max-height: 16.6666666667rem;
    border-bottom-left-radius: .5333333333rem;
    border-bottom-right-radius: .5333333333rem;
    background-color: #292e4e
}

.recurents__form .accounts-dropdown__list {
    font-weight: 300
}

@media(min-width:769px)and (max-width:1024px) {
    .accounts-dropdown__list {
        top: 3.1rem;
        max-height: 25rem;
        border-bottom-left-radius: .8rem;
        border-bottom-right-radius: .8rem
    }

    .recurents__form .accounts-dropdown__list {
        top: 4rem
    }
}

@media(min-width:1025px) {
    .accounts-dropdown__list {
        top: 1.7222222222rem;
        max-height: 13.8888888889rem;
        border-bottom-left-radius: .4444444444rem;
        border-bottom-right-radius: .4444444444rem
    }

    .recurents__form .accounts-dropdown__list {
        top: 2.2222222222rem
    }
}

.accounts-dropdown__list--open .accounts-dropdown__list-item:nth-child(0) .accounts-dropdown__list-item-info,
.accounts-dropdown__list--open .accounts-dropdown__list-item:nth-child(0) .accounts-dropdown__list-item-name,
.accounts-dropdown__list.v-enter-to .accounts-dropdown__list-item:nth-child(0) .accounts-dropdown__list-item-info,
.accounts-dropdown__list.v-enter-to .accounts-dropdown__list-item:nth-child(0) .accounts-dropdown__list-item-name {
    animation: selectItemsDropdownListItem .15s cubic-bezier(.4, 0, .2, 1) 0s 1 forwards
}

.accounts-dropdown__list--open .accounts-dropdown__list-item:first-child .accounts-dropdown__list-item-info,
.accounts-dropdown__list--open .accounts-dropdown__list-item:first-child .accounts-dropdown__list-item-name,
.accounts-dropdown__list.v-enter-to .accounts-dropdown__list-item:first-child .accounts-dropdown__list-item-info,
.accounts-dropdown__list.v-enter-to .accounts-dropdown__list-item:first-child .accounts-dropdown__list-item-name {
    animation: selectItemsDropdownListItem .15s cubic-bezier(.4, 0, .2, 1) .05s 1 forwards
}

.accounts-dropdown__list--open .accounts-dropdown__list-item:nth-child(2) .accounts-dropdown__list-item-info,
.accounts-dropdown__list--open .accounts-dropdown__list-item:nth-child(2) .accounts-dropdown__list-item-name,
.accounts-dropdown__list.v-enter-to .accounts-dropdown__list-item:nth-child(2) .accounts-dropdown__list-item-info,
.accounts-dropdown__list.v-enter-to .accounts-dropdown__list-item:nth-child(2) .accounts-dropdown__list-item-name {
    animation: selectItemsDropdownListItem .15s cubic-bezier(.4, 0, .2, 1) .1s 1 forwards
}

.accounts-dropdown__list--open .accounts-dropdown__list-item:nth-child(3) .accounts-dropdown__list-item-info,
.accounts-dropdown__list--open .accounts-dropdown__list-item:nth-child(3) .accounts-dropdown__list-item-name,
.accounts-dropdown__list.v-enter-to .accounts-dropdown__list-item:nth-child(3) .accounts-dropdown__list-item-info,
.accounts-dropdown__list.v-enter-to .accounts-dropdown__list-item:nth-child(3) .accounts-dropdown__list-item-name {
    animation: selectItemsDropdownListItem .15s cubic-bezier(.4, 0, .2, 1) .15s 1 forwards
}

.accounts-dropdown__list--open .accounts-dropdown__list-item:nth-child(4) .accounts-dropdown__list-item-info,
.accounts-dropdown__list--open .accounts-dropdown__list-item:nth-child(4) .accounts-dropdown__list-item-name,
.accounts-dropdown__list.v-enter-to .accounts-dropdown__list-item:nth-child(4) .accounts-dropdown__list-item-info,
.accounts-dropdown__list.v-enter-to .accounts-dropdown__list-item:nth-child(4) .accounts-dropdown__list-item-name {
    animation: selectItemsDropdownListItem .15s cubic-bezier(.4, 0, .2, 1) .2s 1 forwards
}

.accounts-dropdown__list--open .accounts-dropdown__list-item:nth-child(5) .accounts-dropdown__list-item-info,
.accounts-dropdown__list--open .accounts-dropdown__list-item:nth-child(5) .accounts-dropdown__list-item-name,
.accounts-dropdown__list.v-enter-to .accounts-dropdown__list-item:nth-child(5) .accounts-dropdown__list-item-info,
.accounts-dropdown__list.v-enter-to .accounts-dropdown__list-item:nth-child(5) .accounts-dropdown__list-item-name {
    animation: selectItemsDropdownListItem .15s cubic-bezier(.4, 0, .2, 1) .25s 1 forwards
}

.accounts-dropdown__list--open .accounts-dropdown__list-item:nth-child(6) .accounts-dropdown__list-item-info,
.accounts-dropdown__list--open .accounts-dropdown__list-item:nth-child(6) .accounts-dropdown__list-item-name,
.accounts-dropdown__list.v-enter-to .accounts-dropdown__list-item:nth-child(6) .accounts-dropdown__list-item-info,
.accounts-dropdown__list.v-enter-to .accounts-dropdown__list-item:nth-child(6) .accounts-dropdown__list-item-name {
    animation: selectItemsDropdownListItem .15s cubic-bezier(.4, 0, .2, 1) .3s 1 forwards
}

.accounts-dropdown__list--open .accounts-dropdown__list-item:nth-child(7) .accounts-dropdown__list-item-info,
.accounts-dropdown__list--open .accounts-dropdown__list-item:nth-child(7) .accounts-dropdown__list-item-name,
.accounts-dropdown__list.v-enter-to .accounts-dropdown__list-item:nth-child(7) .accounts-dropdown__list-item-info,
.accounts-dropdown__list.v-enter-to .accounts-dropdown__list-item:nth-child(7) .accounts-dropdown__list-item-name {
    animation: selectItemsDropdownListItem .15s cubic-bezier(.4, 0, .2, 1) .35s 1 forwards
}

.accounts-dropdown__list--open .accounts-dropdown__list-item:nth-child(8) .accounts-dropdown__list-item-info,
.accounts-dropdown__list--open .accounts-dropdown__list-item:nth-child(8) .accounts-dropdown__list-item-name,
.accounts-dropdown__list.v-enter-to .accounts-dropdown__list-item:nth-child(8) .accounts-dropdown__list-item-info,
.accounts-dropdown__list.v-enter-to .accounts-dropdown__list-item:nth-child(8) .accounts-dropdown__list-item-name {
    animation: selectItemsDropdownListItem .15s cubic-bezier(.4, 0, .2, 1) .4s 1 forwards
}

.accounts-dropdown__list--open .accounts-dropdown__list-item:nth-child(9) .accounts-dropdown__list-item-info,
.accounts-dropdown__list--open .accounts-dropdown__list-item:nth-child(9) .accounts-dropdown__list-item-name,
.accounts-dropdown__list.v-enter-to .accounts-dropdown__list-item:nth-child(9) .accounts-dropdown__list-item-info,
.accounts-dropdown__list.v-enter-to .accounts-dropdown__list-item:nth-child(9) .accounts-dropdown__list-item-name {
    animation: selectItemsDropdownListItem .15s cubic-bezier(.4, 0, .2, 1) .45s 1 forwards
}

.accounts-dropdown__list--open .accounts-dropdown__list-item:nth-child(10) .accounts-dropdown__list-item-info,
.accounts-dropdown__list--open .accounts-dropdown__list-item:nth-child(10) .accounts-dropdown__list-item-name,
.accounts-dropdown__list.v-enter-to .accounts-dropdown__list-item:nth-child(10) .accounts-dropdown__list-item-info,
.accounts-dropdown__list.v-enter-to .accounts-dropdown__list-item:nth-child(10) .accounts-dropdown__list-item-name {
    animation: selectItemsDropdownListItem .15s cubic-bezier(.4, 0, .2, 1) .5s 1 forwards
}

@keyframes selectItemsDropdownListItem {
    0% {
        transform: translate3d(0, 30px, 0);
        opacity: 0
    }

    50% {
        transform: translate3d(0, -4px, 0)
    }

    to {
        transform: translateZ(0);
        opacity: 1
    }
}

.accounts-dropdown__list-item {
    display: flex;
    align-items: center;
    padding: .8rem;
    cursor: pointer
}

.no-touch .accounts-dropdown__list-item:hover {
    background-color: #2f3862
}

@media(min-width:769px)and (max-width:1024px) {
    .accounts-dropdown__list-item {
        padding: 1.2rem
    }

    .accounts-dropdown__list-item:last-child {
        border-bottom-left-radius: .8rem;
        border-bottom-right-radius: .8rem
    }
}

@media(min-width:1025px) {
    .accounts-dropdown__list-item {
        padding: .6666666667rem
    }

    .accounts-dropdown__list-item:last-child {
        border-bottom-left-radius: .4444444444rem;
        border-bottom-right-radius: .4444444444rem
    }
}

.accounts-dropdown__list-item--selected {
    background-color: #282638;
    pointer-events: none;
    display: none
}

.accounts-dropdown__list-item-name {
    margin-top: -.2666666667rem;
    margin-right: .6666666667rem;
    font-size: 1.2rem;
    line-height: 1;
    color: hsla(0, 0%, 100%, .6);
    letter-spacing: -.024rem;
    opacity: 0
}

.accounts-dropdown__list-item-name:first-letter {
    text-transform: uppercase
}

@media(min-width:451px)and (max-width:768px) {
    .accounts-dropdown__list-item-name {
        margin-top: -.1333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .accounts-dropdown__list-item-name {
        margin-top: -.2rem;
        margin-right: 1rem;
        font-size: 1.8rem;
        letter-spacing: -.036rem
    }
}

@media(min-width:1025px) {
    .accounts-dropdown__list-item-name {
        margin-top: -.1666666667rem;
        margin-right: .5555555556rem;
        font-size: 1rem;
        letter-spacing: -.02rem
    }
}

.accounts-dropdown__list-item-info {
    overflow: hidden;
    font-size: 1.0666666667rem;
    line-height: 1;
    color: #fff;
    letter-spacing: -.024rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    opacity: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .accounts-dropdown__list-item-info {
        font-size: 1.6rem;
        letter-spacing: -.036rem
    }
}

@media(min-width:1025px) {
    .accounts-dropdown__list-item-info {
        font-size: .8888888889rem;
        letter-spacing: -.02rem
    }
}

.recurents {
    position: fixed !important;
    right: 0;
    top: 0;
    z-index: 31;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #2c3357
}

@media(max-width:768px) {
    .recurents {
        padding-top: 4rem
    }
}

@media(min-width:769px) {
    .recurents {
        overflow: unset !important;
        position: absolute !important;
        right: 0;
        height: auto
    }

    .recurents:after {
        content: "";
        position: absolute;
        pointer-events: none
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .recurents {
        top: 8.7rem;
        width: 32rem;
        border-radius: 1.6rem
    }

    .recurents:after {
        right: 2.5rem;
        top: -1.5rem;
        border-bottom: 1.6rem solid #2c3357;
        border-left: 1.4rem solid transparent;
        border-right: 1.4rem solid transparent
    }
}

@media(min-width:1025px) {
    .recurents {
        overflow: unset !important;
        top: 5.1111111111rem;
        width: 20rem;
        border-radius: .8888888889rem
    }

    .recurents:after {
        right: 1.3888888889rem;
        top: -.8333333333rem;
        border-bottom: .8888888889rem solid #2c3357;
        border-left: .7777777778rem solid transparent;
        border-right: .7777777778rem solid transparent
    }
}

.recurents__scroll {
    flex-shrink: 0;
    display: flex;
    width: 100%
}

@media(max-width:768px) {
    .recurents__mobile-title {
        position: absolute;
        left: 1rem;
        top: 1.3333333333rem;
        font-weight: 500;
        font-size: 1.0666666667rem;
        line-height: 1.3;
        letter-spacing: -.0326666667rem;
        color: #fff
    }
}

@media(min-width:769px) {
    .recurents__mobile-title {
        display: none
    }
}

.recurents__inner {
    flex-shrink: 0
}

@media(min-width:769px) {
    .recurents__inner {
        overflow: unset !important;
        width: 100% !important
    }
}

@media(min-width:1025px) {
    .recurents__inner {
        overflow: unset !important
    }
}

@media(max-width:768px) {
    .recurents__form {
        padding: .0666666667rem 1rem 1rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .recurents__form {
        padding: 2.5rem 3rem 3rem
    }
}

@media(min-width:1025px) {
    .recurents__form {
        padding: 1.3888888889rem 1.6666666667rem 1.6666666667rem
    }
}

.recurents__range {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.0666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .recurents__range {
        margin-bottom: 1.6rem
    }
}

@media(min-width:1025px) {
    .recurents__range {
        margin-bottom: .8888888889rem
    }
}

.recurents__range-item {
    font-size: .9333333333rem;
    line-height: 1;
    color: rgba(220, 231, 243, .8);
    letter-spacing: -.0106666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .recurents__range-item {
        font-size: 1.4rem;
        letter-spacing: -.016rem
    }
}

@media(min-width:1025px) {
    .recurents__range-item {
        font-size: .7777777778rem;
        letter-spacing: -.0088888889rem
    }
}

.recurents__provider-accounts {
    position: relative;
    z-index: 2
}

.recurents__footer {
    text-align: center
}

.recurents__footer-btn {
    width: 100%;
    margin-bottom: 1.3333333333rem;
    height: 2.8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .recurents__footer-btn {
        height: 4.8rem;
        margin-bottom: 2rem
    }
}

@media(min-width:1025px) {
    .recurents__footer-btn {
        height: 2.6666666667rem;
        margin-bottom: 1.1111111111rem
    }
}

.recurents__footer-link {
    display: inline-block;
    font-size: .9333333333rem;
    line-height: 1;
    letter-spacing: normal;
    color: rgba(144, 167, 255, .8);
    cursor: pointer
}

@media(min-width:769px)and (max-width:1024px) {
    .recurents__footer-link {
        font-size: 1.4rem
    }
}

@media(min-width:1025px) {
    .recurents__footer-link {
        font-size: .7777777778rem
    }
}

.recurents__conversion {
    margin-bottom: 1.3333333333rem;
    font-weight: 500;
    font-size: .8rem;
    line-height: 1.3;
    letter-spacing: normal;
    color: #74dcd2
}

@media(min-width:769px)and (max-width:1024px) {
    .recurents__conversion {
        margin-bottom: 2rem
    }
}

@media(min-width:1025px) {
    .recurents__conversion {
        margin-bottom: 1.1111111111rem
    }
}

.recurents__close {
    position: absolute;
    right: 1.2rem;
    top: 1.6666666667rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: .8rem;
    height: .8rem;
    color: #fff;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.recurents__close-ic {
    display: block;
    width: 1.2rem;
    height: auto
}

.recurents__deposit-sum {
    margin-bottom: .6666666667rem
}

.recurents__deposit-sum:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .recurents__deposit-sum {
        margin-bottom: 1rem
    }
}

@media(min-width:1025px) {
    .recurents__deposit-sum {
        margin-bottom: .5555555556rem
    }
}

.recurents__quick-amounts-slider {
    overflow: hidden
}

.recurents__quick-amounts-slider .swiper-wrapper {
    display: flex
}

@media(min-width:769px)and (max-width:1024px) {
    .recurents__quick-amounts-slider {
        margin-bottom: 1.6rem
    }

    .recurents__quick-amounts-slider .swiper-wrapper {
        display: flex;
        gap: .8rem
    }
}

@media(min-width:1025px) {
    .recurents__quick-amounts-slider {
        margin-bottom: .8888888889rem
    }

    .recurents__quick-amounts-slider .swiper-wrapper {
        gap: .4444444444rem
    }
}

.recurents__quick-amount-item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-grow: 1;
    white-space: nowrap;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    border-style: solid;
    border-color: hsla(0, 0%, 100%, .5);
    letter-spacing: normal
}

.recurents__quick-amount-item--active {
    background: radial-gradient(75% 100% at 50.34% 100%, #2094ff 0, #0b3ddd 100%);
    box-shadow: none;
    border: none;
    pointer-events: none
}

@media(min-width:769px)and (max-width:1024px) {
    .recurents__quick-amount-item {
        flex-basis: 7.6rem;
        padding: 0 .8rem;
        height: 2.8rem;
        border-width: .15rem;
        border-radius: 2rem;
        font-size: 1.2rem;
        line-height: 1.6rem
    }
}

@media(min-width:1025px) {
    .recurents__quick-amount-item {
        flex-basis: 4.2222222222rem;
        padding: 0 .4444444444rem;
        height: 1.5555555556rem;
        border-width: .0833333333rem;
        border-radius: 1.1111111111rem;
        font-size: .6666666667rem;
        line-height: .8888888889rem;
        font-weight: 500
    }
}

.user-top {
    display: flex;
    align-items: center;
    height: 100%
}

@media(max-width:768px) {
    .user-top {
        gap: .4rem
    }
}

@media(min-width:769px) {
    .user-top {
        gap: 1rem
    }
}

@media(min-width:1025px) {
    .user-top {
        gap: .8888888889rem
    }
}

.user-top__lang {
    position: relative
}

@media(min-width:769px) {
    .user-top__lang {
        margin-right: .8rem
    }
}

@media(min-width:1025px) {
    .user-top__lang {
        margin-right: .4444444444rem
    }
}

.user-top__lang-flag {
    border-radius: 50%;
    cursor: pointer
}

@media(min-width:769px) {
    .user-top__lang-flag {
        width: 3.2rem;
        height: 3.2rem
    }
}

@media(min-width:1025px) {
    .user-top__lang-flag {
        width: 1.7777777778rem;
        height: 1.7777777778rem
    }
}

.user-top__signin-ic-wr {
    display: flex;
    align-items: center;
    color: #fff;
    transition: all .2s ease-in-out
}

@media(max-width:768px) {
    .user-top__signin-ic-wr {
        margin-right: .4rem
    }
}

@media(min-width:769px) {
    .user-top__signin-ic-wr {
        margin-right: 1.2rem
    }
}

@media(min-width:1025px) {
    .user-top__signin-ic-wr {
        margin-right: .6666666667rem
    }
}

.user-top__signin-ic-wr:last-child {
    margin-right: 0
}

.no-touch .user-top__signin-ic-wr:hover {
    color: #90a7ff
}

@media(max-width:768px) {
    .user-top__signin-ic {
        width: 1.3333333333rem;
        height: 1.3333333333rem
    }

    .user-top__signin-ic-wr .user-top__signin-ic {
        overflow: visible
    }
}

@media(min-width:769px) {
    .user-top__signin-ic {
        width: 3.2rem;
        height: 3.2rem
    }
}

@media(min-width:1025px) {
    .user-top__signin-ic {
        width: 1.7777777778rem;
        height: 1.7777777778rem
    }
}

.user-top__btn-wr {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.user-top__btn-wr--deposit {
    display: flex;
    align-items: center;
    height: 2.2rem;
    margin-right: .6666666667rem
}

@media(min-width:769px) {
    .user-top__btn-wr--deposit {
        height: 100%
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top__btn-wr--deposit {
        margin-right: 1rem
    }
}

@media(min-width:1025px) {
    .user-top__btn-wr--deposit {
        margin-right: .5555555556rem
    }
}

.user-top__btn-wr--balance {
    display: flex;
    align-items: center;
    height: 100%
}

@media(max-width:768px) {
    .user-top__btn-wr--balance {
        margin-right: -1.3333333333rem
    }
}

@media(min-width:451px)and (max-width:768px) {
    .user-top__btn-wr--balance {
        margin-right: -1.3333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .user-top__btn-wr--balance {
        margin-right: .5555555556rem
    }
}

@media(min-width:1025px) {
    .user-top__btn-wr--balance {
        margin-right: 0
    }
}

@media(max-width:768px) {
    .user-top__btn-wr--sign-up .btn {
        height: 2.1333333333rem
    }
}

@media(min-width:769px) {
    .user-top__btn-wr--sign-up .btn {
        height: 4.4rem
    }
}

@media(min-width:1025px) {
    .user-top__btn-wr--sign-up .btn {
        height: 2.4444444444rem
    }
}

.user-top__btn-wr--sign-up .btn__text {
    padding: 0;
    font-weight: 500
}

@media(max-width:768px) {
    .user-top__btn-wr--sign-up .btn__text {
        font-size: .8rem;
        line-height: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .user-top__btn-wr--sign-up .btn__text {
        font-size: 1.6rem;
        line-height: 2.4rem
    }
}

@media(min-width:1025px) {
    .user-top__btn-wr--sign-up .btn__text {
        font-size: .8888888889rem;
        line-height: 1.3333333333rem
    }
}

.user-top__deposit-btn-wr {
    height: 100%
}

.user-top__cashwait {
    margin: 0
}

@media(min-width:769px) {
    .user-top__cashwait .cashwait__handle {
        height: 4rem;
        padding: 1rem;
        gap: .4rem
    }
}

@media(min-width:1025px) {
    .user-top__cashwait .cashwait__handle {
        height: 2.2222222222rem;
        padding: .5555555556rem;
        gap: .2222222222rem
    }
}

.user-top__cashwait .cashwait__ic {
    margin: 0
}

@media(min-width:769px) {
    .user-top__cashwait .cashwait__ic {
        width: 1.6rem;
        height: 1.6rem
    }
}

@media(min-width:1025px) {
    .user-top__cashwait .cashwait__ic {
        width: .8888888889rem;
        height: .8888888889rem
    }
}

.user-top__cashwait .cashwait__text {
    margin: 0;
    font-weight: 500
}

@media(min-width:769px) {
    .user-top__cashwait .cashwait__text {
        font-size: 1.2rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .user-top__cashwait .cashwait__text {
        font-size: .6666666667rem;
        line-height: 1.1111111111rem
    }
}

.user-top__cashwait .cashwait__count {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    border-radius: 100vw
}

@media(min-width:769px) {
    .user-top__cashwait .cashwait__count {
        min-width: 2rem;
        height: 2rem;
        font-size: .5555555556rem;
        line-height: .6666666667rem;
        padding: .4rem
    }
}

@media(min-width:1025px) {
    .user-top__cashwait .cashwait__count {
        min-width: 1.1111111111rem;
        height: 1.1111111111rem;
        font-size: .5555555556rem;
        line-height: .6666666667rem;
        padding: .2222222222rem
    }
}

.top-profile {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    background-color: rgba(38, 42, 70, .5)
}

@media(max-width:768px) {
    .top-profile {
        padding: .2666666667rem;
        border-radius: 2.9333333333rem;
        gap: .2666666667rem
    }
}

@media(min-width:769px) {
    .top-profile {
        height: 4.4rem;
        border-radius: 4.4rem;
        padding: .6rem 1.2rem .6rem .6rem;
        gap: .8rem
    }
}

@media(min-width:1025px) {
    .top-profile {
        height: 2.4444444444rem;
        border-radius: 2.4444444444rem;
        padding: .3333333333rem .6666666667rem .3333333333rem .3333333333rem;
        gap: .4444444444rem
    }
}

.top-profile__status {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:768px) {
    .top-profile__status {
        width: 1.3333333333rem;
        height: 1.3333333333rem;
        border-radius: 50%;
        background: #262a46
    }

    .top-profile__status img {
        z-index: 1;
        width: 1.0666666667rem;
        height: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .top-profile__status {
        width: 3.2rem;
        height: 3.2rem
    }

    .top-profile__status img {
        height: 100%
    }
}

@media(min-width:1025px) {
    .top-profile__status {
        width: 1.7777777778rem;
        height: 1.7777777778rem
    }

    .top-profile__status img {
        height: 100%
    }
}

.top-profile__progress-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(#00c193 var(--progress), hsla(0, 0%, 100%, 0) 0deg)
}

.top-profile__progress-mobile:before {
    content: "";
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(100% - .26667rem);
    height: calc(100% - .26667rem);
    position: absolute;
    top: .1333333333rem;
    left: .1333333333rem;
    border-radius: 50%;
    background: #262a46
}

@media(min-width:769px) {
    .top-profile__progress-mobile {
        background: none
    }

    .top-profile__progress-mobile:before {
        display: none
    }
}

.top-profile__progress {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%
}

@media(max-width:768px) {
    .top-profile__progress {
        display: none
    }
}

@media(min-width:769px) {
    .top-profile__progress {
        width: 6.2rem;
        gap: .2rem
    }
}

@media(min-width:1025px) {
    .top-profile__progress {
        width: 3.4444444444rem;
        gap: .1111111111rem
    }
}

.top-profile__nickname {
    font-weight: 500;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

@media(max-width:768px) {
    .top-profile__nickname {
        display: none
    }
}

@media(min-width:769px) {
    .top-profile__nickname {
        font-size: 1.2rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .top-profile__nickname {
        font-size: .6666666667rem;
        line-height: 1.1111111111rem
    }
}

.top-profile__arr-wr {
    display: flex;
    color: #fff
}

@media(max-width:768px) {
    .top-profile__arr {
        height: 1.3333333333rem;
        width: 1.3333333333rem;
        transform: rotate(90deg);
        transform-origin: 50% 50%
    }
}

@media(min-width:769px) {
    .top-profile__arr {
        height: 2rem;
        width: 2rem
    }
}

@media(min-width:1025px) {
    .top-profile__arr {
        height: 1.1111111111rem;
        width: 1.1111111111rem
    }
}

.top-profile__red-circle {
    position: absolute;
    right: 0;
    top: 0;
    border-style: solid;
    border-radius: 50%;
    background-color: #e933a0;
    background-clip: border-box
}

@media(max-width:768px) {
    .top-profile__red-circle {
        width: .5333333333rem;
        height: .5333333333rem;
        border-color: #2c3357;
        border-width: .1333333333rem
    }
}

@media(min-width:769px) {
    .top-profile__red-circle {
        width: 1.2rem;
        height: 1.2rem;
        border-width: .2rem;
        border-color: #333d6c
    }
}

@media(min-width:1025px) {
    .top-profile__red-circle {
        width: .6666666667rem;
        height: .6666666667rem;
        border-width: .1111111111rem
    }
}

.top-bar {
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    z-index: 20
}

.top-bar,
.top-bar:before {
    top: 0;
    left: 0;
    transition: all .2s ease-in-out
}

.top-bar:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #333d6c
}

@media(max-width:768px) {
    .top-bar {
        transform: translateY(-100%)
    }

    .left-menu-opened .top-bar,
    .providers-popup-show .top-bar,
    .search-opened .top-bar {
        z-index: 20
    }

    .is-webview .top-bar {
        position: fixed;
        top: 0
    }

    .tooltip-open .top-bar {
        opacity: 0
    }

    .tooltip-open.profile-opened .top-bar {
        opacity: 1
    }

    .messenger-open .top-bar,
    .sport .top-bar {
        z-index: 19
    }
}

@media(min-width:769px) {
    .modal-opened:not(.game-page) .top-bar {
        z-index: 19
    }

    .game-page .top-bar {
        z-index: 21
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .top-bar {
        height: 6rem
    }
}

@media(min-width:1025px) {
    .top-bar {
        position: fixed;
        height: 3.7777777778rem;
        padding-left: 4.4444444444rem
    }

    .top-bar:before {
        opacity: 0
    }
}

.v-sport .top-bar {
    z-index: 21
}

.profile-opened .top-bar {
    z-index: 31
}

.top-bar--blur-bg:before {
    opacity: 1
}

.game-page .top-bar--mobile:before {
    display: none
}

.profile-opened .top-bar--mobile {
    z-index: 29
}

.top-bar__inner {
    height: 100%
}

.top-bar__inner-top {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: -webkit-max-content 1fr;
    grid-auto-columns: max-content 1fr;
    align-items: center;
    height: 3.4666666667rem
}

@media(max-width:768px) {
    .top-bar__inner-top {
        gap: .5333333333rem;
        padding-left: .8rem;
        padding-right: .8rem
    }
}

@media(min-width:769px) {
    .top-bar__inner-top {
        height: 100%;
        gap: 1rem;
        margin-left: 1.2rem;
        margin-right: 1.2rem
    }
}

@media(min-width:1025px) {
    .top-bar__inner-top {
        gap: 5rem;
        width: 94.6666666667rem;
        margin-left: auto;
        margin-right: auto
    }
}

.top-bar__left {
    display: flex;
    align-items: center
}

@media(min-width:769px) {
    .top-bar__left {
        gap: 1rem
    }
}

@media(min-width:1025px) {
    .top-bar__left {
        gap: 2.2222222222rem
    }
}

.top-bar__inner-bottom {
    background: #262a46
}

.top-bar__inner-bottom .section-links {
    margin-bottom: 0
}

.top-bar__logo {
    flex-shrink: 0;
    display: inline-block;
    cursor: pointer
}

.top-bar__logo-img {
    display: flex;
    width: 4rem;
    height: .9333333333rem
}

@media(min-width:769px) {
    .top-bar__logo-img {
        width: 9.2rem;
        height: 2rem
    }
}

@media(min-width:1025px) {
    .top-bar__logo-img {
        width: 5.1111111111rem;
        height: 1.1111111111rem
    }
}

.top-bar__right {
    justify-self: end;
    display: flex;
    align-items: center;
    height: 100%
}

@media(max-width:768px) {
    .top-bar__right .micro-app-messenger-container-flex {
        margin-right: .2666666667rem
    }
}

@media(min-width:769px) {
    .top-bar__right .micro-app-messenger-container-flex {
        margin-right: 1.6rem
    }
}

@media(min-width:1025px) {
    .top-bar__right .micro-app-messenger-container-flex {
        margin-right: .8888888889rem
    }
}

.top-bar__search {
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid #3f4f8c;
    overflow: hidden;
    flex-grow: 1
}

@media(min-width:769px) {
    .top-bar__search {
        height: 4rem;
        padding: 1rem 1.2rem;
        border-radius: .8rem;
        gap: .8rem
    }
}

@media(min-width:1025px) {
    .top-bar__search {
        height: 2.2222222222rem;
        padding: .5555555556rem .6666666667rem;
        border-radius: .4444444444rem;
        gap: .4444444444rem
    }
}

.no-touch .top-bar__search:hover {
    opacity: .7
}

.top-bar__search-icon {
    flex-shrink: 0
}

@media(min-width:769px) {
    .top-bar__search-icon {
        width: 2rem;
        height: 2rem
    }
}

@media(min-width:1025px) {
    .top-bar__search-icon {
        width: 1.1111111111rem;
        height: 1.1111111111rem
    }
}

.top-bar__search-text {
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media(min-width:769px) {
    .top-bar__search-text {
        font-size: 1.6rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .top-bar__search-text {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

@media(max-width:768px) {
    .show-top-bar {
        transform: none
    }

    .show-top-bar~div .back-title__inner--fixed {
        transform: translateY(3.4666666667rem)
    }
}

html.load,
html.load body {
    overflow: visible !important;
    height: 100%;
    background: #252c4c
}

html.load .main-wrapper,
html.load body .main-wrapper {
    min-height: calc(100vh + 1px)
}

@media(max-width:768px) {

    html.load,
    html.load body {
        overflow-y: auto !important;
        overflow-x: hidden !important
    }
}

.preloader-page {
    position: absolute;
    inset: 0;
    z-index: 31;
    background: linear-gradient(180deg, #202248, #1e212e)
}

@media(min-width:769px) {
    .preloader-page {
        padding-left: 8rem
    }
}

@media(min-width:1025px) {
    .preloader-page {
        padding-left: 4.4444444444rem
    }
}

.preloader-page__top-bar {
    height: 3.4666666667rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10
}

@media(max-width:1024px) {
    .preloader-page__top-bar {
        background-color: #333d6c
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__top-bar {
        height: 6rem;
        padding-left: 8rem
    }
}

@media(min-width:1025px) {
    .preloader-page__top-bar {
        height: 3.7777777778rem;
        padding-left: 4.4444444444rem;
        background-color: #202248
    }
}

.preloader-page__top-bar__inner {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: -webkit-max-content 1fr;
    grid-auto-columns: max-content 1fr;
    justify-content: space-between;
    align-items: center;
    height: 100%
}

@media(max-width:768px) {
    .preloader-page__top-bar__inner {
        padding: 0 .8rem;
        gap: .5333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__top-bar__inner {
        margin: 0 1.2rem;
        gap: 1rem
    }
}

@media(min-width:1025px) {
    .preloader-page__top-bar__inner {
        width: 94.0555555556rem;
        margin: 0 auto;
        gap: 1.1111111111rem
    }
}

.preloader-page__top-bar__left,
.preloader-page__top-bar__right {
    display: flex;
    align-items: center
}

@media(min-width:769px) {
    .preloader-page__top-bar__left {
        gap: 2rem
    }
}

@media(min-width:1025px) {
    .preloader-page__top-bar__left {
        gap: 2.2222222222rem
    }
}

.preloader-page__top-bar__tabs {
    background-color: #2d3459
}

@media(min-width:769px) {
    .preloader-page__top-bar__tabs {
        width: 21.4rem;
        height: 4rem;
        border-radius: 4.4rem
    }
}

@media(min-width:1025px) {
    .preloader-page__top-bar__tabs {
        width: 11.8888888889rem;
        height: 2.2222222222rem;
        border-radius: 2.4444444444rem
    }
}

.preloader-page__top-bar__right {
    justify-self: end
}

@media(max-width:768px) {
    .preloader-page__top-bar__right {
        gap: .8rem
    }
}

@media(min-width:769px) {
    .preloader-page__top-bar__right {
        gap: 1.6rem
    }
}

@media(min-width:1025px) {
    .preloader-page__top-bar__right {
        gap: .8888888889rem
    }
}

.preloader-page__top-bar__search {
    background-color: #2d3459;
    justify-self: center
}

@media(max-width:768px) {
    .preloader-page__top-bar__search {
        display: none
    }
}

@media(min-width:769px) {
    .preloader-page__top-bar__search {
        width: 100%;
        height: 4rem;
        border-radius: 4.4rem
    }
}

@media(min-width:1025px) {
    .preloader-page__top-bar__search {
        width: 27.7777777778rem;
        height: 2.2222222222rem;
        border-radius: 2.4444444444rem
    }
}

.preloader-page__top-bar__icon {
    background-color: #2d3459;
    border-radius: 50%
}

@media(max-width:768px) {
    .preloader-page__top-bar__icon {
        width: 1.3333333333rem;
        height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .preloader-page__top-bar__icon {
        width: 3.2rem;
        height: 3.2rem
    }
}

@media(min-width:1025px) {
    .preloader-page__top-bar__icon {
        width: 1.7777777778rem;
        height: 1.7777777778rem
    }
}

@media(max-width:768px) {
    .preloader-page__top-bar__icon:first-child {
        display: none
    }
}

@media(min-width:769px) {
    .preloader-page__top-bar__icon:nth-child(2) {
        margin-right: 1.2rem
    }
}

@media(min-width:1025px) {
    .preloader-page__top-bar__icon:nth-child(2) {
        margin-right: .6666666667rem
    }
}

.preloader-page__top-bar__button {
    background-color: #2d3459
}

@media(max-width:768px) {
    .preloader-page__top-bar__button {
        width: 7.6666666667rem;
        height: 2.4rem;
        border-radius: 2.2222222222rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__top-bar__button {
        width: 13.7rem;
        height: 4.4rem;
        border-radius: 2.4444444444rem
    }
}

@media(min-width:1025px) {
    .preloader-page__top-bar__button {
        width: 7.6111111111rem;
        height: 2.4444444444rem;
        border-radius: 2.4444444444rem
    }
}

.preloader-page__top-bar__logo {
    flex-shrink: 0
}

@media(max-width:768px) {
    .preloader-page__top-bar__logo {
        width: 4rem;
        height: .9333333333rem
    }
}

@media(min-width:769px) {
    .preloader-page__top-bar__logo {
        width: 9.2rem;
        height: 2rem
    }
}

@media(min-width:1025px) {
    .preloader-page__top-bar__logo {
        width: 5.1111111111rem;
        height: 1.1111111111rem
    }
}

@media(min-width:769px) {
    .preloader-page__main-slider {
        width: 100%;
        margin-inline: auto;
        margin-bottom: 3rem;
        padding-left: 1.2rem
    }
}

@media(min-width:1025px) {
    .preloader-page__main-slider {
        width: 94.0555555556rem;
        margin-bottom: 1.6666666667rem;
        padding: 0
    }
}

.preloader-page__main-slider__inner {
    display: flex;
    flex-wrap: nowrap
}

@media(max-width:768px) {
    .preloader-page__main-slider__inner {
        padding-top: 4rem;
        margin-left: -19.7333333333rem
    }
}

@media(min-width:769px) {
    .preloader-page__main-slider__inner {
        gap: 2.3rem;
        padding-top: 2.8rem
    }
}

@media(min-width:1025px) {
    .preloader-page__main-slider__inner {
        gap: 1.2777777778rem;
        padding-top: 1.5555555556rem
    }
}

.preloader-page__main-slider__item {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    background-color: #2c3357
}

.preloader-page__main-slider__item span {
    display: block;
    background-color: #262a46
}

@media(max-width:768px) {
    .preloader-page__main-slider__item {
        width: 19.7333333333rem;
        height: 12.5333333333rem;
        margin: 0 .2666666667rem;
        padding: 1.0666666667rem;
        border-radius: 1.0666666667rem
    }

    .preloader-page__main-slider__item span {
        border-radius: 1.7333333333rem
    }

    .preloader-page__main-slider__item>span {
        margin-bottom: .4rem
    }

    .preloader-page__main-slider__item>span:first-child {
        width: 5.4666666667rem;
        height: .8666666667rem
    }

    .preloader-page__main-slider__item>span:nth-child(2) {
        width: 10.1333333333rem;
        height: 1.3333333333rem
    }

    .preloader-page__main-slider__item>span:nth-child(3) {
        width: 6.3333333333rem;
        height: 1.3333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__main-slider__item {
        width: 42.5rem;
        height: 21.5rem;
        padding: 2.8rem;
        border-radius: 1.6rem
    }

    .preloader-page__main-slider__item span {
        border-radius: 2.6rem
    }

    .preloader-page__main-slider__item>span {
        margin-bottom: 1.2rem
    }

    .preloader-page__main-slider__item>span:first-child {
        width: 18rem;
        height: 2rem
    }

    .preloader-page__main-slider__item>span:nth-child(2) {
        width: 23.4rem;
        height: 3rem;
        margin-bottom: .6rem
    }

    .preloader-page__main-slider__item>span:nth-child(3) {
        width: 17.4rem;
        height: 3rem
    }
}

@media(min-width:1025px) {
    .preloader-page__main-slider__item {
        width: 30.5rem;
        height: 16.6666666667rem;
        padding: 1.5555555556rem;
        border-radius: .8888888889rem
    }

    .preloader-page__main-slider__item span {
        border-radius: 1.4444444444rem
    }

    .preloader-page__main-slider__item>span {
        margin-bottom: .6666666667rem
    }

    .preloader-page__main-slider__item>span:first-child {
        width: 10rem;
        height: 1.1111111111rem
    }

    .preloader-page__main-slider__item>span:nth-child(2) {
        width: 13rem;
        height: 1.6666666667rem;
        margin-bottom: .3333333333rem
    }

    .preloader-page__main-slider__item>span:nth-child(3) {
        width: 9.6666666667rem;
        height: 1.6666666667rem
    }
}

.preloader-page__main-slider__item__footer {
    margin-top: auto
}

@media(max-width:768px) {
    .preloader-page__main-slider__item__footer span:first-child {
        width: 7.8666666667rem;
        height: 1.7333333333rem
    }

    .preloader-page__main-slider__item__footer span:last-child {
        display: none
    }
}

@media(min-width:769px) {
    .preloader-page__main-slider__item__footer {
        display: flex;
        justify-content: space-between;
        gap: 1.2rem
    }

    .preloader-page__main-slider__item__footer span:first-child {
        width: 16.2rem;
        height: 4rem
    }

    .preloader-page__main-slider__item__footer span:last-child {
        display: block;
        width: 26.3rem;
        height: 4rem
    }
}

@media(min-width:1025px) {
    .preloader-page__main-slider__item__footer {
        display: flex;
        justify-content: space-between
    }

    .preloader-page__main-slider__item__footer span:first-child {
        width: 9rem;
        height: 2.2222222222rem
    }

    .preloader-page__main-slider__item__footer span:last-child {
        display: block;
        width: 14.6111111111rem;
        height: 2.2222222222rem
    }
}

.preloader-page__main-slider-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .5333333333rem 0
}

@media(min-width:769px) {
    .preloader-page__main-slider-pagination {
        display: none
    }
}

@media(max-width:768px) {
    .preloader-page__main-slider-pagination__item {
        width: .2666666667rem;
        height: .2666666667rem;
        margin: 0 .4rem;
        border-radius: 1.3333333333rem;
        background-color: #2c3357
    }
}

@media(max-width:768px) {
    .preloader-page__main-slider-pagination__item--active {
        width: 1.8666666667rem
    }
}

.preloader-page__payment-providers {
    background-color: #2c3357
}

@media(max-width:768px) {
    .preloader-page__payment-providers {
        height: 3.7333333333rem;
        margin: .2666666667rem 0 .9333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__payment-providers {
        height: 8rem;
        border-radius: 1.6rem;
        margin-inline: 1.2rem;
        margin-bottom: 3rem
    }
}

@media(min-width:1025px) {
    .preloader-page__payment-providers {
        width: 95rem;
        height: 4.4444444444rem;
        border-radius: .8888888889rem;
        margin-inline: auto;
        margin-bottom: 1.6666666667rem
    }
}

.preloader-page__section-links {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

@media(max-width:768px) {
    .preloader-page__section-links {
        margin: 0 .6666666667rem;
        -webkit-mask-image: linear-gradient(90deg, #d9d9d9 50%, hsla(0, 0%, 100%, 0));
        mask-image: linear-gradient(90deg, #d9d9d9 50%, hsla(0, 0%, 100%, 0))
    }
}

@media(min-width:769px) {
    .preloader-page__section-links {
        display: none
    }
}

.preloader-page__section-links__item {
    background-color: #2c3357;
    flex-shrink: 0
}

@media(max-width:768px) {
    .preloader-page__section-links__item {
        width: 4.6666666667rem;
        height: 2.1333333333rem;
        border-radius: 2.9333333333rem;
        margin-right: .2666666667rem
    }
}

@media(min-width:769px) {
    .preloader-page__section-links__item {
        width: 7rem;
        height: 3.2rem;
        border-radius: 4.4rem;
        margin-right: .8rem
    }
}

.preloader-page__layout {
    position: relative;
    z-index: 1
}

@media(max-width:768px) {
    .preloader-page__layout {
        margin: .7222222222rem auto 0
    }
}

@media(min-width:769px) {
    .preloader-page__layout {
        margin-inline: auto
    }
}

@media(min-width:1025px) {
    .preloader-page__layout {
        display: flex;
        gap: 3.5555555556rem;
        width: 94.6111111111rem;
        margin-inline: auto
    }
}

.preloader-page__main {
    position: relative;
    z-index: 1;
    -webkit-mask-image: linear-gradient(180deg, #d9d9d9, hsla(0, 0%, 100%, 0));
    mask-image: linear-gradient(180deg, #d9d9d9, hsla(0, 0%, 100%, 0))
}

@media(min-width:1025px) {
    .preloader-page__main {
        flex-grow: 1
    }
}

.preloader-page__aside {
    display: none
}

@media(min-width:1025px) {
    .preloader-page__aside {
        display: block;
        width: 20.3333333333rem;
        position: relative;
        z-index: 1;
        -webkit-mask-image: linear-gradient(180deg, #d9d9d9, hsla(0, 0%, 100%, 0) 60%);
        mask-image: linear-gradient(180deg, #d9d9d9, hsla(0, 0%, 100%, 0) 60%)
    }
}

@media(min-width:1025px) {
    .preloader-page__aside__inner {
        position: -webkit-sticky;
        position: sticky;
        top: 4.16667rem
    }
}

.preloader-page__section-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width:768px) {
    .preloader-page__section-header {
        padding: 0 .6666666667rem;
        height: 2.8rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__section-header {
        height: 5.5rem;
        padding: 0 1.2rem;
        margin: 0 0 1.2rem
    }
}

@media(min-width:1025px) {
    .preloader-page__section-header {
        height: 2.2222222222rem;
        margin: 0 0 .8888888889rem
    }
}

.preloader-page__section-header__title {
    background-color: #2c3357
}

@media(max-width:768px) {
    .preloader-page__section-header__title {
        width: 6.6666666667rem;
        height: 1.2rem;
        border-radius: 2.9333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__section-header__title {
        width: 18rem;
        height: 2.4rem;
        border-radius: 4.4rem
    }
}

@media(min-width:1025px) {
    .preloader-page__section-header__title {
        width: 14.2222222222rem;
        height: 1.3333333333rem;
        border-radius: 2.4444444444rem
    }
}

.preloader-page__section-header__button {
    background-color: #2c3357
}

@media(max-width:768px) {
    .preloader-page__section-header__button {
        width: 6.2rem;
        height: 1.6rem;
        border-radius: 2.6666666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__section-header__button {
        width: 12.8rem;
        height: 4rem;
        border-radius: 4rem
    }
}

@media(min-width:1025px) {
    .preloader-page__section-header__button {
        width: 7.1111111111rem;
        height: 2.2222222222rem;
        border-radius: 2.2222222222rem
    }
}

.preloader-page__games-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr)
}

@media(max-width:768px) {
    .preloader-page__games-list {
        gap: .2666666667rem;
        padding: 0 .6666666667rem;
        margin-bottom: 1.4666666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__games-list {
        gap: 1.2rem;
        padding: 0 1.2rem;
        margin-bottom: 4rem
    }
}

@media(min-width:1025px) {
    .preloader-page__games-list {
        padding: 0;
        gap: .8888888889rem;
        margin-bottom: 2.6666666667rem
    }
}

.preloader-page__games-list__item {
    background-color: #2c3357;
    position: relative
}

@media(max-width:768px) {
    .preloader-page__games-list__item {
        width: 9.5333333333rem;
        height: 6.4rem;
        border-radius: .5333333333rem
    }
}

@media(min-width:451px)and (max-width:768px) {
    .preloader-page__games-list__item {
        width: 12.6666666667rem;
        height: 8.4666666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .preloader-page__games-list__item {
        width: 20rem;
        height: 13.4rem;
        border-radius: .8rem
    }
}

@media(min-width:1025px) {
    .preloader-page__games-list__item {
        width: 100%;
        height: 8.8888888889rem;
        border-radius: .4444444444rem
    }
}

.preloader-page__games-list__item__text {
    position: absolute;
    background-color: #262a46
}

@media(max-width:768px) {
    .preloader-page__games-list__item__text {
        width: 5.8rem;
        height: 1.3333333333rem;
        border-radius: .2666666667rem;
        top: .2666666667rem;
        left: .2666666667rem
    }
}

@media(min-width:769px) {
    .preloader-page__games-list__item__text {
        width: 8.7rem;
        height: 2.2rem;
        border-radius: .4rem;
        top: .8rem;
        left: .8rem
    }
}

@media(min-width:1025px) {
    .preloader-page__games-list__item__text {
        width: 4.8333333333rem;
        height: 1.2222222222rem;
        border-radius: .2222222222rem;
        top: .4444444444rem;
        left: .5rem
    }
}

.preloader-page__providers-filter {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

@media(min-width:1025px) {
    .preloader-page__providers-filter {
        row-gap: 1.7777777778rem;
        column-gap: .4444444444rem;
        margin-bottom: 3.5555555556rem
    }
}

.preloader-page__providers-filter__header {
    grid-column: 1/-1;
    background-color: #2c3357
}

@media(min-width:1025px) {
    .preloader-page__providers-filter__header {
        height: 2rem;
        border-radius: 1.4444444444rem
    }
}

.preloader-page__providers-filter__item {
    background-color: #2d3459;
    opacity: .5
}

@media(min-width:1025px) {
    .preloader-page__providers-filter__item {
        height: 1.1111111111rem;
        border-radius: 5.5555555556rem
    }
}

.preloader-page__providers-filter__button {
    grid-column: 1/-1;
    background-color: #2c3357
}

@media(min-width:1025px) {
    .preloader-page__providers-filter__button {
        height: 1.5555555556rem;
        border-radius: 1.4444444444rem
    }
}

.preloader-page__menu {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.preloader-page__menu::-webkit-scrollbar {
    display: none
}

@media(max-width:768px) {
    .preloader-page__menu {
        display: none
    }
}

@media(min-width:769px) {
    .preloader-page__menu {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 11;
        overflow-y: scroll;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 8rem;
        height: 100dvh;
        background-color: #252c4c;
        padding: .8rem
    }
}

@media(min-width:1025px) {
    .preloader-page__menu {
        width: 4.4444444444rem;
        padding: .4444444444rem
    }
}

.preloader-page__menu__toggle {
    background-color: #2c3357;
    border-radius: 50%;
    flex-shrink: 0
}

@media(min-width:769px) {
    .preloader-page__menu__toggle {
        width: 2.4rem;
        height: 2.4rem;
        margin-block: 1.4rem
    }
}

@media(min-width:1025px) {
    .preloader-page__menu__toggle {
        width: 1.3333333333rem;
        height: 1.3333333333rem;
        margin-block: .7777777778rem
    }
}

.preloader-page__menu__list {
    display: flex;
    flex-direction: column;
    width: 100%
}

.preloader-page__menu__list--for-you {
    border-bottom: 1px solid #3f4f8c
}

@media(min-width:769px) {
    .preloader-page__menu__list--for-you {
        padding: .8rem .4rem
    }
}

@media(min-width:1025px) {
    .preloader-page__menu__list--for-you {
        padding: .4444444444rem .2222222222rem
    }
}

.preloader-page__menu__list--for-you .preloader-page__menu__item {
    aspect-ratio: 1
}

@media(min-width:769px) {
    .preloader-page__menu__list--for-you .preloader-page__menu__item {
        padding: .8rem
    }
}

@media(min-width:1025px) {
    .preloader-page__menu__list--for-you .preloader-page__menu__item {
        padding: .4444444444rem
    }
}

.preloader-page__menu__list--for-you .preloader-page__menu__icon {
    width: 100%;
    height: 100%;
    background-color: #2c3357
}

@media(min-width:769px) {
    .preloader-page__menu__list--for-you .preloader-page__menu__icon {
        border-radius: .8rem
    }
}

@media(min-width:1025px) {
    .preloader-page__menu__list--for-you .preloader-page__menu__icon {
        border-radius: .4444444444rem
    }
}

.preloader-page__menu__list--games {
    border-bottom: 1px solid #3f4f8c
}

@media(min-width:769px) {
    .preloader-page__menu__list--games {
        padding-block: .8rem
    }
}

@media(min-width:1025px) {
    .preloader-page__menu__list--games {
        padding-block: .4444444444rem
    }
}

.preloader-page__menu__list--games .preloader-page__menu__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

@media(min-width:769px) {
    .preloader-page__menu__list--games .preloader-page__menu__item {
        padding: .8rem;
        gap: 1rem
    }
}

@media(min-width:1025px) {
    .preloader-page__menu__list--games .preloader-page__menu__item {
        padding: .4444444444rem;
        gap: .5555555556rem
    }
}

.preloader-page__menu__list--games .preloader-page__menu__icon {
    background-color: #2c3357;
    border-radius: 50%;
    aspect-ratio: 1
}

@media(min-width:769px) {
    .preloader-page__menu__list--games .preloader-page__menu__icon {
        width: 2rem
    }
}

@media(min-width:1025px) {
    .preloader-page__menu__list--games .preloader-page__menu__icon {
        width: 1.1111111111rem
    }
}

.preloader-page__menu__list--games .preloader-page__menu__title {
    background-color: #2c3357
}

@media(min-width:769px) {
    .preloader-page__menu__list--games .preloader-page__menu__title {
        width: 3.6rem;
        height: 1rem;
        border-radius: 10rem
    }
}

@media(min-width:1025px) {
    .preloader-page__menu__list--games .preloader-page__menu__title {
        width: 2rem;
        height: .5555555556rem;
        border-radius: 5.5555555556rem
    }
}

@media(min-width:769px) {
    .preloader-page__menu__list--other {
        padding: .8rem 1rem
    }
}

@media(min-width:1025px) {
    .preloader-page__menu__list--other {
        padding: .4444444444rem .5555555556rem
    }
}

.preloader-page__menu__list--other .preloader-page__menu__item {
    aspect-ratio: 1
}

@media(min-width:769px) {
    .preloader-page__menu__list--other .preloader-page__menu__item {
        padding: 1.2rem
    }
}

@media(min-width:1025px) {
    .preloader-page__menu__list--other .preloader-page__menu__item {
        padding: .6666666667rem
    }
}

.preloader-page__menu__list--other .preloader-page__menu__icon {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #2c3357
}

.preloader-page__menu__time {
    margin-top: auto
}

@media(min-width:769px) {
    .preloader-page__menu__time {
        padding: 1.4rem
    }
}

@media(min-width:1025px) {
    .preloader-page__menu__time {
        padding: .7777777778rem
    }
}

.preloader-page__menu__time div {
    background-color: #2c3357
}

@media(min-width:769px) {
    .preloader-page__menu__time div {
        width: 3.6rem;
        height: 1.2rem;
        border-radius: 10rem
    }
}

@media(min-width:1025px) {
    .preloader-page__menu__time div {
        width: 2rem;
        height: .6666666667rem;
        border-radius: 5.5555555556rem
    }
}

.item-shine {
    background-image: linear-gradient(99.81deg, hsla(0, 0%, 100%, 0) 16.57%, hsla(0, 0%, 100%, .06) 48.51%, hsla(0, 0%, 100%, 0) 78.26%);
    background-size: 5.5555555556rem 100%;
    background-position: left -5.5555555556rem top 0;
    background-repeat: no-repeat;
    animation-name: shine;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: 0s
}

@keyframes shine {

    0%,
    10% {
        background-position: left -5.5555555556rem top 0
    }

    30%,
    to {
        background-position: right -5.5555555556rem top 0
    }
}

.news-app {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url(news/news-app.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    min-height: 17.0666666667rem;
    margin-top: 1.8666666667rem;
    padding: 1.3333333333rem;
    border-radius: 1.0666666667rem
}

.news-app:first-child {
    margin-top: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .news-app {
        margin-top: 4rem;
        padding: 3.2rem;
        border-radius: 1.6rem;
        min-height: 30.4rem
    }
}

@media(min-width:1025px) {
    .news-app {
        margin-top: 2.2222222222rem;
        padding: 1.7777777778rem;
        border-radius: .8888888889rem;
        min-height: 16.8888888889rem
    }
}

@media(max-width:768px) {

    .lottery .news-app,
    .tournament .news-app {
        margin-left: .6666666667rem;
        margin-right: .6666666667rem
    }
}

.news-app__title {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.8666666667rem;
    margin-bottom: .8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .news-app__title {
        font-size: 2.4rem;
        line-height: 2.8rem;
        margin-bottom: 1.2rem
    }
}

@media(min-width:1025px) {
    .news-app__title {
        font-size: 1.3333333333rem;
        line-height: 1.5555555556rem;
        margin-bottom: .6666666667rem
    }
}

.news-app__subtitle {
    font-weight: 500;
    font-size: 1.0666666667rem;
    line-height: 1.3333333333rem;
    margin-bottom: 2.6666666667rem;
    color: hsla(0, 0%, 100%, .7)
}

@media(min-width:769px)and (max-width:1024px) {
    .news-app__subtitle {
        font-size: 1.6rem;
        line-height: 2rem;
        margin-bottom: 6rem
    }
}

@media(min-width:1025px) {
    .news-app__subtitle {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem;
        margin-bottom: 3.3333333333rem
    }
}

.news-app__bottom-text {
    font-weight: 500;
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    margin-bottom: .8rem;
    color: hsla(0, 0%, 100%, .7)
}

@media(min-width:769px)and (max-width:1024px) {
    .news-app__bottom-text {
        font-size: 1.4rem;
        line-height: 2rem;
        margin-bottom: 1.2rem
    }
}

@media(min-width:1025px) {
    .news-app__bottom-text {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem;
        margin-bottom: .6666666667rem
    }
}

.news-app__button-wrap {
    display: flex;
    justify-content: space-between
}

.news-app__button {
    width: 50%;
    margin-right: .8rem
}

@media(min-width:769px)and (max-width:1024px) {
    .news-app__button {
        margin-right: 1.2rem
    }
}

@media(min-width:1025px) {
    .news-app__button {
        margin-right: .6666666667rem
    }
}

.news-app__button:last-child {
    margin-right: 0
}

.promo-recommended:last-child {
    margin-bottom: 0
}

@media(max-width:768px) {
    .promo-recommended {
        margin-top: 1.8666666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .promo-recommended {
        margin-top: 4.8rem;
        margin-bottom: 4rem
    }
}

@media(min-width:1025px) {
    .promo-recommended {
        margin-bottom: 2.2222222222rem
    }
}

.promo-recommended__title {
    font-weight: 500;
    font-size: 1.0666666667rem;
    line-height: 1.3333333333rem;
    margin-bottom: 1.0666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .promo-recommended__title {
        font-size: 2.6rem;
        line-height: 2.6rem;
        margin-bottom: 1.6rem
    }
}

@media(min-width:1025px) {
    .promo-recommended__title {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem;
        margin-bottom: .8888888889rem
    }
}

.promo-recommended__item {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #2c3357;
    padding: .8rem 2.9333333333rem .8rem .8rem;
    border-radius: 1.0666666667rem;
    margin-bottom: .8rem;
    font-weight: 400;
    font-size: 1.3333333333rem;
    line-height: 1.6rem;
    color: #fff;
    cursor: pointer
}

@media(min-width:769px)and (max-width:1024px) {
    .promo-recommended__item {
        padding: 1.6rem 6rem 1.6rem 1.6rem;
        border-radius: 1.6rem;
        margin-bottom: .8rem;
        font-size: 2rem;
        line-height: 2.4rem
    }
}

@media(min-width:1025px) {
    .promo-recommended__item {
        padding: .8888888889rem 3.3333333333rem .8888888889rem .8888888889rem;
        border-radius: .8888888889rem;
        margin-bottom: .4444444444rem;
        font-size: 1.1111111111rem;
        line-height: 1.3333333333rem
    }
}

.promo-recommended__item:last-child {
    margin-bottom: 0
}

.promo-recommended__item-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 5.3333333333rem;
    height: 5.3333333333rem;
    border-radius: .5333333333rem;
    margin-right: 1.0666666667rem;
    background-color: #3764f3
}

@media(min-width:769px)and (max-width:1024px) {
    .promo-recommended__item-icon-wrap {
        width: 8rem;
        height: 8rem;
        border-radius: .8rem;
        margin-right: 1.6rem
    }
}

@media(min-width:1025px) {
    .promo-recommended__item-icon-wrap {
        width: 4.4444444444rem;
        height: 4.4444444444rem;
        border-radius: .4444444444rem;
        margin-right: .8888888889rem
    }
}

.promo-recommended__item-icon {
    width: 2rem;
    height: auto
}

@media(min-width:769px)and (max-width:1024px) {
    .promo-recommended__item-icon {
        width: 3rem
    }
}

@media(min-width:1025px) {
    .promo-recommended__item-icon {
        width: 1.6666666667rem
    }
}

.promo-recommended__item-icon--circle-legzo {
    width: 2.9333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .promo-recommended__item-icon--circle-legzo {
        width: 4.4rem
    }
}

@media(min-width:1025px) {
    .promo-recommended__item-icon--circle-legzo {
        width: 2.4444444444rem
    }
}

.promo-recommended__item-icon--vip-rec {
    width: 2.4rem
}

@media(min-width:769px)and (max-width:1024px) {
    .promo-recommended__item-icon--vip-rec {
        width: 3.6rem
    }
}

@media(min-width:1025px) {
    .promo-recommended__item-icon--vip-rec {
        width: 2rem
    }
}

.promo-recommended__item-icon-arrow {
    position: absolute;
    top: 50%;
    right: 1.3333333333rem;
    transform: translateY(-50%);
    height: .7333333333rem;
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .promo-recommended__item-icon-arrow {
        right: 2.6rem;
        height: 1.8rem
    }
}

@media(min-width:1025px) {
    .promo-recommended__item-icon-arrow {
        right: 1.4444444444rem;
        height: 1rem
    }
}

.error-404 {
    position: relative;
    text-align: center;
    box-shadow: 0 5px 14px -5px rgba(34, 60, 80, .25);
    background-color: #2c3357;
    border-radius: .5333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .error-404 {
        border-radius: .8rem
    }
}

@media(min-width:769px) {
    .error-404 {
        background-color: transparent;
        box-shadow: none;
        background-image: url(404/p404-bg.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%
    }

    .no-webp .error-404 {
        background-image: url(404/p404-bg.jpg)
    }
}

@media(min-width:1025px) {
    .error-404 {
        border-radius: .4444444444rem
    }
}

.error-404__bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: .5333333333rem .5333333333rem 0 0;
    padding: .8666666667rem 0;
    background-image: url(404/p404-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.no-webp .error-404__bg {
    background-image: url(404/p404-bg.jpg)
}

@media(min-width:769px) {
    .error-404__bg {
        box-shadow: none;
        background: none
    }
}

.error-404__bg-img {
    flex: 0 0 auto;
    width: 13.2rem;
    height: 10.2666666667rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url(404/p404.webp)
}

.no-webp .error-404__bg-img {
    background-image: url(404/p404.png)
}

@media(min-width:769px) {
    .error-404__bg-img {
        width: 40.5rem;
        height: 32rem
    }
}

@media(min-width:1025px) {
    .error-404__bg-img {
        width: 22.5rem;
        height: 17.7777777778rem
    }
}

@media(max-width:768px) {
    .error-404__btn {
        width: 100%
    }
}

.error-404__btn.btn__icon {
    margin-right: 0
}

.error-404__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: .8rem
}

@media(min-width:769px) {
    .error-404__wrapper {
        padding: 7rem 0
    }
}

@media(min-width:1025px) {
    .error-404__wrapper {
        padding: 3.8888888889rem 0
    }
}

.error-404__content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 .8rem
}

@media(min-width:769px) {
    .error-404__content {
        padding: 0
    }
}

.error-404__title {
    margin-top: .8rem;
    margin-bottom: .2666666667rem;
    font-size: 1.3333333333rem;
    line-height: 1.3333333333rem;
    font-weight: 500
}

@media(min-width:769px) {
    .error-404__title {
        margin-top: 2.4rem;
        margin-bottom: .4rem;
        font-size: 2.8rem;
        line-height: 3.2rem;
        font-weight: 700
    }
}

@media(min-width:1025px) {
    .error-404__title {
        margin-top: 2.6666666667rem;
        margin-bottom: .2222222222rem;
        font-size: 1.5555555556rem;
        line-height: 1.7777777778rem
    }
}

.error-404__description {
    margin-bottom: .5333333333rem;
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    color: hsla(0, 0%, 100%, .75)
}

@media(min-width:769px) {
    .error-404__description {
        margin-bottom: 2.4rem;
        font-size: 1.6rem;
        line-height: 2.4rem
    }
}

@media(min-width:1025px) {
    .error-404__description {
        margin-bottom: 1.3333333333rem;
        font-size: .8888888889rem;
        line-height: 1.3333333333rem
    }
}

.error-404__icon {
    width: .8666666667rem;
    height: .6666666667rem;
    margin-right: .3333333333rem;
    color: #fff
}



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: 700
}

dfn {
    font-style: italic
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-transform: none
}

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 {
    display: inline-block;
    vertical-align: baseline;
    transition: fill .3s;
    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
}

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: 700
}

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
}

@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
    }
}

@media(max-width:768px) {
    html {
        background: #282b5a;
        -ms-scroll-chaining: none;
        overscroll-behavior: none
    }
}

@media(min-width:769px) {
    html {
        background: #202248
    }
}

.reset-overflow-sport {
    height: 100%
}

body {
    font-family: Roboto, sans-serif;
    font-size: 21px;
    line-height: 1.48;
    color: #fff;
    position: relative;
    min-height: 100vh;
    min-height: calc(var(--vh)*100);
    z-index: 1
}

@supports(height:100dvh) {
    @media(max-width:768px) {
        body {
            min-height: 100dvh;
            background: linear-gradient(180deg, #282b5a, #25293a 100%, #25293a 0)
        }
    }
}

@media(min-width:769px) {
    body {
        background: linear-gradient(180deg, #202248, #1e212e)
    }
}

body[style*="position: fixed"] {
    width: 100%
}

.is-visible-capcha {
    margin-top: 0 !important
}

.accordion-1__item-cont-inner b,
.accordion-1__item-cont-inner strong {
    font-weight: 500;
    color: #fff
}

a {
    text-decoration: none;
    color: rgba(144, 167, 255, .8);
    display: inline-block
}

ul a {
    border-bottom: 0 none;
    line-height: inherit
}

.ol li a {
    display: contents
}

.panel-freespins__item-block a {
    width: 100%
}

.checkbox__pseudo-label a {
    display: inline
}

.news-page__link-games a {
    border-bottom: 1px dashed
}

.main-footer__license-img a {
    display: block
}

.status-up-wrap a {
    cursor: pointer
}

.webview-content .accordion-1__item-cont-inner a[href*="facebook.com"],
.webview-content .accordion-1__item-cont-inner a[href*="instagram.com"],
.webview-content .accordion-1__item-cont-inner a[href*="t.me"],
.webview-content .accordion-1__item-cont-inner a[href*="twitter.com"],
.webview-content .accordion-1__item-cont-inner a[href*="vk.com"] {
    pointer-events: none;
    color: hsla(0, 0%, 100%, .75)
}

a.border {
    border-bottom: 1px dashed
}

.no-touch a.border:hover {
    border-color: #90a7ff;
    color: #90a7ff
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.accordion-1__item--static ul:last-child {
    margin-bottom: 0
}

img {
    display: block;
    width: 100%
}

@media(min-width:769px)and (max-width:1024px) {
    .main {
        overflow: hidden
    }
}

.content-container {
    position: relative
}

.game-page .content-container {
    margin-top: 0
}

@media(max-width:768px) {
    .is-webview .content-container {
        padding-top: 3.4666666667rem
    }
}

@media(min-width:1025px) {
    .content-container {
        margin-top: 3.7777777778rem
    }

    .sport .content-container {
        margin-top: 0;
        padding-top: 3.7777777778rem
    }
}

.content-container:before {
    content: "";
    position: absolute;
    background-color: #525dc2;
    filter: blur(5.75rem);
    border-radius: 100%;
    opacity: .4;
    z-index: -1
}

@media(min-width:1025px) {
    .content-container:before {
        width: 43.3333333333rem;
        height: 40rem;
        left: -9rem;
        top: -14.72222rem;
        transform: translateZ(0)
    }
}

.content-container--loading {
    visibility: hidden;
    opacity: 0
}

.content-container--bet,
.content-container--betby {
    min-height: 100vh
}

@media(max-width:768px) {

    .content-container--bet,
    .content-container--betby {
        margin-top: 0;
        min-height: calc(var(--vh)*100)
    }
}

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

    .content-container--bet,
    .content-container--betby {
        margin-top: 6rem
    }
}

@media(min-width:1025px) {

    .content-container--bet,
    .content-container--betby {
        min-height: calc(100vh - 3.77778rem + 1px);
        margin-top: -1px
    }
}

@media(max-width:768px) {

    .bottom-sheet-opened .content-container--bet,
    .bottom-sheet-opened .content-container--betby,
    .modal-opened .content-container--bet,
    .modal-opened .content-container--betby,
    .notify-opened .content-container--bet,
    .notify-opened .content-container--betby,
    .profile-opened .content-container--bet,
    .profile-opened .content-container--betby {
        position: relative;
        z-index: 9 !important
    }
}

.bottom-sheet-opened~#betslip-container-element,
.left-menu-opened~#betslip-container-element,
.messenger-open~#betslip-container-element,
.modal-opened~#betslip-container-element,
.notify-opened~#betslip-container-element,
.profile-opened~#betslip-container-element,
.providers-popup-show~#betslip-container-element,
.search-opened~#betslip-container-element {
    z-index: 1 !important
}

.h1,
h1 {
    margin-bottom: 1.3333333333rem;
    font-weight: 500;
    font-size: 1.2666666667rem;
    line-height: 1.37;
    color: #fff;
    letter-spacing: normal;
    text-transform: uppercase
}

.content-single-page .h1:last-child,
.content-single-page h1:last-child {
    margin-bottom: 0
}

.cards .h1,
.cards h1 {
    text-align: center
}

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

    .h1,
    h1 {
        margin-bottom: 5rem;
        font-size: 3.2rem
    }
}

@media(min-width:1025px) {

    .h1,
    h1 {
        margin-bottom: 2.7777777778rem;
        font-size: 1.7777777778rem
    }
}

.h1--bold {
    font-weight: 500
}

.h1--mod1 {
    margin-bottom: .3333333333rem
}

.h1--mod1:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .h1--mod1 {
        margin-bottom: 1.8rem
    }
}

@media(min-width:1025px) {
    .h1--mod1 {
        margin-bottom: 1rem
    }
}

.h1--mod2 {
    font-size: 1.2rem
}

@media(min-width:769px)and (max-width:1024px) {
    .h1--mod2 {
        font-size: 3rem
    }
}

@media(min-width:1025px) {
    .h1--mod2 {
        font-size: 1.6666666667rem
    }
}

.h2,
h2 {
    font-weight: 500;
    font-size: 1.3333333333rem;
    color: hsla(0, 0%, 100%, .8)
}

@media(min-width:1025px) {

    .h2,
    h2 {
        font-size: 2.4rem;
        font-size: 1.3333333333rem
    }
}

.h3,
h3 {
    margin-bottom: .8rem;
    font-weight: 500;
    font-size: 1.0666666667rem;
    line-height: 1.4;
    letter-spacing: .0333333333rem;
    color: #fff;
    text-transform: none
}

.tournament__slider-wr .h3,
.tournament__slider-wr h3 {
    margin-left: .6666666667rem;
    margin-right: .6666666667rem
}

.tournament .h3,
.tournament h3 {
    margin-bottom: .8rem;
    font-size: 1.0666666667rem;
    line-height: 1.3333333333rem
}

.lottery-card .h3,
.lottery-card h3 {
    font-size: 1.3333333333rem;
    line-height: 1.6rem;
    margin-bottom: .5333333333rem
}

@media(min-width:769px) {

    .tournament__slider-wr .h3,
    .tournament__slider-wr h3 {
        margin-left: auto;
        margin-right: auto
    }
}

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

    .h3,
    h3 {
        margin-bottom: 2.5rem;
        font-size: 2.2rem;
        letter-spacing: .05rem
    }

    .h3:last-child,
    h3:last-child {
        margin-bottom: 0
    }

    .tournament .h3,
    .tournament h3 {
        margin-bottom: 2.4rem;
        font-size: 1.6rem;
        line-height: 2.4rem
    }

    .bonuses-modal__body .h3,
    .bonuses-modal__body h3 {
        font-size: 1.6rem;
        line-height: 2rem
    }

    .lottery-card .h3,
    .lottery-card h3 {
        margin-bottom: .8rem;
        font-size: 2.8rem;
        line-height: 3.2rem
    }

    .news-page--promotion .h3,
    .news-page--promotion h3 {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-bottom: 2.4rem
    }
}

@media(min-width:1025px) {

    .h3,
    h3 {
        margin-bottom: 1.3888888889rem;
        font-size: 1.2222222222rem;
        letter-spacing: .0277777778rem
    }

    .h3:last-child,
    h3:last-child {
        margin-bottom: 0
    }

    .news-page--promotion .h3,
    .news-page--promotion h3,
    .tournament .h3,
    .tournament h3 {
        margin-bottom: 1.3333333333rem;
        font-size: .8888888889rem;
        line-height: 1.3333333333rem
    }

    .bonuses-modal__body .h3,
    .bonuses-modal__body h3 {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }

    .lottery-card .h3,
    .lottery-card h3 {
        margin-bottom: .4444444444rem;
        font-size: 1.5555555556rem;
        line-height: 1.7777777778rem
    }
}

.h4,
h4 {
    margin-bottom: 1.3333333333rem;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #fff;
    letter-spacing: normal
}

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

    .h4,
    h4 {
        margin-bottom: 2.4rem;
        font-size: 2.8rem
    }
}

@media(min-width:1025px) {

    .h4,
    h4 {
        margin-bottom: 1.3333333333rem;
        font-size: 1.5555555556rem
    }
}

p {
    margin-bottom: 1.6666666667rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #fff;
    letter-spacing: .0173333333rem
}

.content-page__desc p {
    margin-bottom: .5333333333rem;
    line-height: 1.4rem;
    color: hsla(0, 0%, 100%, .75)
}

.content-page__desc p:last-child,
p:last-child {
    margin-bottom: 0
}

.tournament-card__desc p {
    margin-bottom: .6666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .tournament-card__desc p {
        margin-bottom: 1rem
    }
}

@media(min-width:1025px) {
    .tournament-card__desc p {
        font-size: 1.1111111111rem;
        margin-bottom: .5555555556rem
    }
}

.bonuses-page p {
    color: hsla(0, 0%, 100%, .75)
}

.accordion-1__item-cont-inner p {
    color: hsla(0, 0%, 100%, .8)
}

.subscriptions p {
    color: #dce7f3
}

.lottery-card p {
    color: hsla(0, 0%, 100%, .75);
    font-size: .9333333333rem;
    line-height: 1.3333333333rem
}

@media(max-width:768px) {
    .content-page-instruction__step-bg p {
        font-size: .8rem;
        line-height: 1.0666666667rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    p {
        margin-bottom: 4rem;
        font-size: 1.8rem;
        line-height: 1.78;
        letter-spacing: .031rem
    }

    .content-page__desc p,
    .lottery-card p {
        font-size: 1.6rem;
        line-height: 2.4rem
    }

    .content-page__desc p {
        margin-bottom: .8rem
    }
}

@media(min-width:1025px) {
    p {
        margin-bottom: 2.2222222222rem;
        font-size: 1rem;
        line-height: 1.78;
        letter-spacing: .0172222222rem
    }

    .content-page__desc p,
    .lottery-card p {
        font-size: .8888888889rem;
        line-height: 1.3333333333rem
    }

    .content-page__desc p {
        margin-bottom: .8rem
    }
}

.p-text {
    margin-bottom: 1.6666666667rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #fff;
    letter-spacing: .0173333333rem
}

.p-text:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .p-text {
        margin-bottom: 4rem;
        font-size: 1.8rem;
        line-height: 1.78;
        letter-spacing: .031rem
    }
}

@media(min-width:1025px) {
    .p-text {
        margin-bottom: 2.2222222222rem;
        font-size: 1rem;
        line-height: 1.78;
        letter-spacing: .0172222222rem
    }
}

.disc-list__item {
    position: relative;
    margin-bottom: 1.3333333333rem;
    padding-left: 1.3333333333rem
}

.disc-list__item:last-child {
    margin-bottom: 0
}

.disc-list__item:before {
    content: "";
    position: absolute;
    top: .5333333333rem;
    left: 0;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background-color: #74dcd2
}

@media(min-width:769px)and (max-width:1024px) {
    .disc-list__item {
        margin-bottom: 2rem;
        padding-left: 2rem
    }

    .disc-list__item:before {
        top: 1rem;
        width: .4rem;
        height: .4rem
    }
}

@media(min-width:1025px) {
    .disc-list__item {
        margin-bottom: 1.1111111111rem;
        padding-left: 1.1111111111rem
    }

    .disc-list__item:before {
        width: .2222222222rem;
        height: .2222222222rem;
        top: .6666666667rem
    }
}

@media(min-width:1401px) {
    .disc-list__item:before {
        width: .3333333333rem;
        height: .3333333333rem
    }
}

.green10 {
    color: #74dcd2
}

.li_no_before:before {
    content: none !important
}

.ol {
    list-style: none;
    counter-reset: item-ol;
    margin-bottom: 2rem;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.ol:last-child {
    margin-bottom: 0
}

.x-mas-levels__item .ol {
    margin-bottom: 1.1111111111rem
}

.ol li {
    margin-bottom: .9333333333rem;
    line-height: 1.6;
    font-weight: 100;
    color: hsla(0, 0%, 100%, .8);
    letter-spacing: .0173333333rem
}

.ol li,
.ol li:before {
    position: relative;
    font-size: 1rem
}

.ol li:before {
    content: counter(item-ol) ".";
    counter-increment: item-ol;
    margin: .3333333333rem .3333333333rem 0 0;
    color: #fff;
    line-height: 1;
    letter-spacing: normal;
    pointer-events: none
}

.ol li:last-child {
    margin-bottom: 0
}

.x-mas-levels__item .ol li {
    margin-bottom: .5555555556rem
}

.x-mas-levels__item .ol li:before {
    margin-right: 1.1111111111rem
}

.ol li .ol,
.ol li .ul {
    margin-top: .9333333333rem;
    margin-left: -1.3333333333rem
}

.ol li .ol li[start-num],
.ol li .ul li[start-num] {
    padding-left: 1.7333333333rem
}

.ol li .ol {
    counter-reset: item2-ol
}

.ol li .ol li:before {
    content: attr(start-num) "." counter(item2-ol);
    counter-increment: item2-ol
}

.ol li[start-num]:before {
    content: attr(start-num) "." counter(item-ol)
}

@media(min-width:769px)and (max-width:1024px) {
    .ol {
        margin-bottom: 4rem
    }

    .ol:last-child {
        margin-bottom: 0
    }

    .ol li {
        margin-bottom: 2rem;
        font-size: 1.6rem;
        line-height: 1.75;
        letter-spacing: normal
    }

    .ol li:before {
        margin: .6rem .5rem 0 0;
        font-size: 1.6rem
    }

    .ol li:last-child {
        margin-bottom: 0
    }

    .x-mas-levels__item .ol li {
        margin-bottom: .5rem;
        font-size: 1.4rem;
        line-height: 1.5
    }

    .x-mas-levels__item .ol li:before {
        top: 0;
        margin-right: 0;
        font-size: 1.4rem;
        line-height: 1.5
    }

    .ol li .ol,
    .ol li .ul {
        margin-top: 2rem;
        margin-left: -1rem
    }

    .ol li[start-num] {
        padding-left: 0
    }
}

@media(min-width:1025px) {
    .ol {
        margin-bottom: 2.2222222222rem
    }

    .ol:last-child {
        margin-bottom: 0
    }

    .ol li {
        margin-bottom: 1.1111111111rem;
        line-height: 1.5555555556rem
    }

    .ol li,
    .ol li:before {
        font-size: .8888888889rem
    }

    .ol li:before {
        position: relative;
        margin: .3333333333rem .2777777778rem 0 0
    }

    .ol li:last-child {
        margin-bottom: 0
    }

    .x-mas-levels__item .ol li {
        margin-bottom: .2777777778rem;
        font-size: .9444444444rem;
        line-height: 1.5
    }

    .x-mas-levels__item .ol li:before {
        top: 0;
        margin-right: 1.1111111111rem;
        font-size: .9444444444rem;
        line-height: 1.5
    }

    .ol li .ol,
    .ol li .ul {
        margin-top: 1.1111111111rem;
        margin-left: -1.3888888889rem
    }

    .ol li[start-num] {
        padding-left: 0
    }
}

.ol--custom-num li:before {
    content: attr(data-num)
}

.ul {
    list-style: none;
    margin-bottom: 2rem
}

.content-page__desc .ul:last-child {
    margin-bottom: 0
}

.status-up__text-1 .ul,
.status-up__text-2 .ul {
    margin-top: 1.3333333333rem;
    text-align: left;
    display: flex;
    flex-flow: column
}

.ul>li {
    position: relative;
    padding-left: 1.1333333333rem;
    margin-bottom: .9333333333rem;
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    font-weight: 300;
    color: rgba(220, 231, 243, .75);
    letter-spacing: normal
}

.content-page__desc .ul>li {
    margin-bottom: .5333333333rem;
    color: hsla(0, 0%, 100%, .75);
    font-weight: 500
}

.ul>li:before {
    content: "";
    display: block;
    position: absolute;
    top: .4666666667rem;
    left: 0;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background-color: rgba(220, 231, 243, .75)
}

.ul>li:last-child {
    margin-bottom: 0
}

.ul>li>.ul {
    margin-top: .9333333333rem;
    margin-left: -1.1333333333rem
}

.bonuses-modal__body .ul>li {
    color: hsla(0, 0%, 100%, .7)
}

.webview-content .ul>li a[href*="facebook.com"],
.webview-content .ul>li a[href*="instagram.com"],
.webview-content .ul>li a[href*="t.me"],
.webview-content .ul>li a[href*="twitter.com"],
.webview-content .ul>li a[href*="vk.com"] {
    pointer-events: none;
    color: hsla(0, 0%, 100%, .75)
}

@media(min-width:769px)and (max-width:1024px) {
    .ul {
        margin-bottom: 4rem
    }

    .ul>li {
        padding-left: 2rem;
        font-size: 1.6rem;
        line-height: 1.78
    }

    .content-page__desc .ul>li,
    .ul>li {
        margin-bottom: .8rem
    }

    .ul>li:before {
        top: 1.1rem;
        width: .4rem;
        height: .4rem
    }

    .ul>li:last-child {
        margin-bottom: 0
    }

    .ul>li>.ol,
    .ul>li>.ul {
        margin-top: 1.4rem;
        margin-left: -2rem
    }
}

@media(min-width:1025px) {
    .ul {
        margin-bottom: 2.2222222222rem
    }

    .ul>li {
        padding-left: 1.1111111111rem;
        font-size: .8888888889rem;
        line-height: 1.3333333333rem
    }

    .content-page__desc .ul>li,
    .ul>li {
        margin-bottom: .4444444444rem
    }

    .ul>li:before {
        top: .6111111111rem;
        width: .2222222222rem;
        height: .2222222222rem
    }

    .ul>li:last-child {
        margin-bottom: 0
    }

    .ul>li>.ol,
    .ul>li>.ul {
        margin-top: .7777777778rem;
        margin-left: -1.1111111111rem
    }
}

.li-wrap {
    flex-wrap: wrap
}

.li-el-width {
    width: 80%
}

@media(min-width:769px) {
    .li-el-width {
        width: 90%
    }
}

.ul-title {
    margin-bottom: .9333333333rem;
    font-weight: 500;
    font-size: 1.0666666667rem;
    line-height: 1.3;
    letter-spacing: normal;
    color: hsla(0, 0%, 100%, .7)
}

@media(min-width:769px)and (max-width:1024px) {
    .ul-title {
        margin-bottom: 1.6rem;
        font-size: 2rem
    }
}

@media(min-width:1025px) {
    .ul-title {
        margin-bottom: .8888888889rem;
        font-size: 1.1111111111rem
    }
}

.content-page__top-bg {
    height: 13.3333333333rem;
    margin: 0 -15px 1.4666666667rem;
    background-image: url(/mock_img/static/staticPageBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

@media(min-width:769px)and (max-width:1024px) {
    .content-page__top-bg {
        height: 34rem;
        margin: 0 0 4rem;
        border-radius: .8rem
    }
}

@media(min-width:1025px) {
    .content-page__top-bg {
        height: 18.8888888889rem;
        margin: 0 0 2.2222222222rem;
        border-radius: .4444444444rem
    }
}

.content-page__content {
    position: relative
}

@media(min-width:1025px) {
    .static-page .content-page {
        padding-bottom: 2.6666666667rem
    }
}

.content-page__section-title {
    margin-bottom: .6666666667rem;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.6666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .content-page__section-title {
        margin-bottom: 2rem;
        font-size: 2.4rem;
        line-height: 2.8rem
    }
}

@media(min-width:1025px) {
    .content-page__section-title {
        margin-bottom: 1.1111111111rem;
        font-size: 1.3333333333rem;
        line-height: 1.5555555556rem
    }
}

.content-page__title {
    margin-bottom: .6666666667rem;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.6666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .content-page__title {
        margin-bottom: 1rem;
        font-weight: 700;
        font-size: 2.8rem;
        line-height: 3.2rem
    }

    .content-page-instruction .content-page__title {
        margin-bottom: .8rem
    }
}

@media(min-width:1025px) {
    .content-page__title {
        margin-bottom: .8888888889rem;
        font-weight: 700;
        font-size: 1.5555555556rem;
        line-height: 1.7777777778rem
    }

    .content-page-instruction .content-page__title {
        margin-bottom: .4444444444rem
    }
}

.content-page__subtitle {
    margin-bottom: .3333333333rem;
    font-weight: 500;
    font-size: 1.0666666667rem;
    line-height: 1.0666666667rem;
    color: hsla(0, 0%, 100%, .5)
}

@media(min-width:769px)and (max-width:1024px) {
    .content-page__subtitle {
        margin-bottom: 1rem;
        font-size: 1.6rem;
        line-height: 1.0666666667rem
    }
}

@media(min-width:1025px) {
    .content-page__subtitle {
        margin-bottom: .5555555556rem;
        font-size: .8888888889rem;
        line-height: .8888888889rem
    }
}

.content-page__desc {
    margin-bottom: .6666666667rem
}

.content-page__desc:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .content-page__desc {
        margin-bottom: 1rem
    }
}

@media(min-width:1025px) {
    .content-page__desc {
        margin-bottom: 1.5555555556rem
    }
}

.blue-color {
    color: #74dcd2 !important
}

.hint-text,
.hint-text p {
    margin-bottom: 1.3333333333rem;
    font-size: .9333333333rem;
    line-height: 1.86;
    font-weight: 300;
    color: hsla(0, 0%, 100%, .5);
    letter-spacing: .0133333333rem
}

.hint-text:last-child,
.hint-text p:last-child {
    margin-bottom: 0
}

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

    .hint-text,
    .hint-text p {
        margin-bottom: 3rem;
        font-size: 1.4rem;
        letter-spacing: .024rem
    }
}

@media(min-width:1025px) {

    .hint-text,
    .hint-text p {
        margin-bottom: 1.6666666667rem;
        font-size: .7777777778rem;
        letter-spacing: .0133333333rem
    }
}

.container {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto
}

@media(max-width:768px) {
    .container {
        padding: 0 1rem
    }

    .sport-lobby .container {
        padding-left: 1.0666666667rem;
        padding-right: 1.0666666667rem
    }

    .news-page--promotion .container {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .container {
        padding: 0 1.2rem
    }

    .tournament__slider-wr .container {
        padding: 0 1rem
    }

    .bonuses-page .container {
        width: 100%
    }
}

@media(min-width:1025px) {
    .container {
        width: 94.6666666667rem;
        padding: 0
    }
}

.content-page--page-list:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .content-page--page-list {
        margin-bottom: 2rem
    }

    .news .content-page--page-list {
        margin-bottom: 3.8rem
    }
}

@media(min-width:1025px) {
    .content-page--page-list {
        margin-bottom: 1.1111111111rem
    }

    .news .content-page--page-list {
        margin-bottom: 2.1111111111rem
    }
}

.content-page__content--tournaments {
    padding: 0 !important;
    overflow-x: hidden
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex: 1 1 auto
}

.justify-center {
    justify-content: center
}

@media(max-width:768px) {

    div[style*="transition: visibility 0s linear 0s"],
    div[style*="transition: visibility linear, opacity 0.3s linear"] {
        overflow: auto;
        top: 0 !important;
        height: 100%
    }
}

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

    div[style*="transition: visibility 0s linear 0s"],
    div[style*="transition: visibility linear, opacity 0.3s linear"] {
        width: 100% !important
    }
}

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

    div[style*="transition: visibility 0s linear 0s"],
    div[style*="transition: visibility linear, opacity 0.3s linear"] {
        width: 100% !important
    }
}

.antilock-cols {
    display: flex
}

.antilock-cols__col:nth-child(2) {
    display: none
}

@media(min-width:769px)and (max-width:1024px) {
    .antilock-cols__col:nth-child(2) {
        display: flex;
        align-items: center;
        width: 39.5rem
    }
}

@media(min-width:1025px) {
    .antilock-cols__col:first-child {
        flex: 1 1 auto;
        margin-right: 3rem
    }

    .antilock-cols__col:nth-child(2) {
        display: flex;
        align-items: center;
        width: 21.9444444444rem;
        margin-right: 1.6666666667rem
    }
}

.show-for-root-domain {
    display: none
}

.root-domain .show-for-root-domain {
    display: block
}

.root-domain .hide-for-root-domain {
    display: none
}

#app {
    position: relative;
    height: unset !important
}

@media(min-width:769px) {
    #app {
        padding-left: 8rem
    }
}

@media(min-width:1025px) {
    #app {
        padding-left: 4.4444444444rem
    }
}

@media(max-width:768px) {
    .left-menu-opened:after {
        content: "";
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        min-height: 6.6666666667rem;
        height: calc(100vh - var(--vh)*100);
        background: #2c3357;
        z-index: 8;
        animation: opacityWithTranslate 1.5s
    }
}

.esport {
    overflow: hidden
}

#no_layout_page {
    min-height: 100vh;
    min-height: -webkit-fill-available
}

.d-mobile-block {
    display: block
}

@media(min-width:769px) {
    .d-mobile-block {
        display: none
    }
}

.d-mobile-none {
    display: none
}

@media(min-width:769px) {
    .d-mobile-none {
        display: block
    }
}

.table-caption-wr {
    display: table;
    width: 100%
}

.table-caption {
    display: table-caption
}

.table-caption__inline-block {
    display: inline-block;
    width: 100%
}

.bright-color {
    color: #74dcd2
}

.spt-bet-slip svg {
    pointer-events: auto
}

@media(max-width:768px) {
    .dm__betslip_btn {
        z-index: 20
    }
}

.ul-new-style {
    font-weight: 400;
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    margin-bottom: 1.0666666667rem;
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .ul-new-style {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-bottom: 1.6rem
    }
}

@media(min-width:1025px) {
    .ul-new-style {
        font-size: .8888888889rem;
        line-height: 1.3333333333rem;
        margin-bottom: .8888888889rem
    }
}

.ul-new-style li {
    position: relative;
    margin-bottom: 1.0666666667rem;
    padding-left: 1.0666666667rem
}

.ul-new-style li:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: .5333333333rem;
    left: 0;
    width: .2666666667rem;
    height: .2666666667rem;
    border-radius: 100%;
    background-color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .ul-new-style li:before {
        top: 1rem;
        width: .4rem;
        height: .4rem
    }
}

@media(min-width:1025px) {
    .ul-new-style li:before {
        top: .5555555556rem;
        width: .2222222222rem;
        height: .2222222222rem
    }
}

.ul-new-style li:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .ul-new-style li {
        margin-bottom: 1.6rem;
        padding-left: 1.6rem
    }
}

@media(min-width:1025px) {
    .ul-new-style li {
        margin-bottom: .8888888889rem;
        padding-left: .8888888889rem
    }
}

.sub-ul-new-style {
    margin-top: .8rem;
    color: hsla(0, 0%, 100%, .75)
}

.sub-ul-new-style li {
    margin-bottom: .5333333333rem
}

.sub-ul-new-style li:before {
    background-color: #74dcd2
}

@media(min-width:769px)and (max-width:1024px) {
    .sub-ul-new-style li {
        margin-bottom: .8rem
    }
}

@media(min-width:1025px) {
    .sub-ul-new-style li {
        margin-bottom: .4444444444rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .sub-ul-new-style {
        margin-top: 1.2rem
    }
}

@media(min-width:1025px) {
    .sub-ul-new-style {
        margin-top: .6666666667rem
    }
}

.content-promo__new-style {
    font-size: 1.0666666667rem;
    line-height: 1.6rem;
    font-weight: 300;
    color: hsla(0, 0%, 100%, .75)
}

@media(min-width:769px)and (max-width:1024px) {
    .content-promo__new-style {
        font-size: 1.6rem;
        line-height: 2.4rem
    }
}

@media(min-width:1025px) {
    .content-promo__new-style {
        font-size: .8888888889rem;
        line-height: 1.3333333333rem
    }
}

.content-promo__new-style h3 {
    font-weight: 400;
    font-size: 1.3333333333rem;
    line-height: 1.6rem;
    color: #fff;
    margin: 0 0 .5333333333rem 0
}

@media(min-width:769px)and (max-width:1024px) {
    .content-promo__new-style h3 {
        font-size: 2rem;
        line-height: 2.4rem;
        margin: 0 0 .8rem 0
    }
}

@media(min-width:1025px) {
    .content-promo__new-style h3 {
        font-size: 1.1111111111rem;
        line-height: 1.3333333333rem;
        margin: 0 0 .4444444444rem 0
    }
}

.content-promo__new-style p {
    font-size: 1.0666666667rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .75);
    margin-bottom: .5333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .content-promo__new-style p {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-bottom: .8rem
    }
}

@media(min-width:1025px) {
    .content-promo__new-style p {
        font-size: .8888888889rem;
        line-height: 1.3333333333rem;
        margin-bottom: .4444444444rem
    }
}

.content-promo__table-wrap {
    display: flex;
    justify-content: space-between;
    background-color: rgba(51, 61, 108, .5);
    border-radius: .5333333333rem;
    padding: 1.0666666667rem;
    margin-top: 1.8666666667rem;
    margin-bottom: 1.8666666667rem
}

@media(max-width:768px) {
    .content-promo__table-wrap {
        flex-wrap: wrap
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .content-promo__table-wrap {
        border-radius: .8rem;
        padding: 4rem;
        margin-top: 3.2rem;
        margin-bottom: 4rem
    }
}

@media(min-width:1025px) {
    .content-promo__table-wrap {
        border-radius: .4444444444rem;
        padding: 2.2222222222rem;
        margin-top: 1.7777777778rem;
        margin-bottom: 2.2222222222rem
    }
}

.content-promo__table-body,
.content-promo__table-head {
    display: flex;
    justify-content: space-between
}

.one-column .content-promo__table-body,
.one-column .content-promo__table-head {
    justify-content: flex-start
}

.content-promo__table-head {
    font-size: .8rem;
    line-height: 1.0666666667rem;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 2.1333333333rem;
    opacity: .5
}

@media(min-width:769px)and (max-width:1024px) {
    .content-promo__table-head {
        font-size: 1rem;
        line-height: 1.2rem;
        margin-bottom: 3.2rem
    }
}

@media(min-width:1025px) {
    .content-promo__table-head {
        font-size: .5555555556rem;
        line-height: .6666666667rem;
        margin-bottom: 1.7777777778rem
    }
}

.content-promo__table-body {
    font-size: .8rem;
    line-height: 1.0666666667rem;
    font-weight: 300;
    margin-bottom: 1.0666666667rem;
    padding-bottom: .5333333333rem;
    border-bottom: 1px solid hsla(0, 0%, 100%, .25);
    color: #fff
}

@media(min-width:769px) {
    .content-promo__table-body:last-child {
        border-bottom: none;
        margin-bottom: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .content-promo__table-body {
        font-size: 1.6rem;
        line-height: 2rem;
        margin-bottom: 1.6rem;
        padding-bottom: 1.6rem
    }
}

@media(min-width:1025px) {
    .content-promo__table-body {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem;
        margin-bottom: .8888888889rem;
        padding-bottom: .8888888889rem
    }
}

.one-column .content-promo__table-body-item:first-child,
.one-column .content-promo__table-body-item:nth-child(2),
.one-column .content-promo__table-head-item:first-child,
.one-column .content-promo__table-head-item:nth-child(2) {
    width: 4.2666666667rem;
    margin-right: .3333333333rem;
    text-align: left;
    flex-shrink: 0
}

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

    .one-column .content-promo__table-body-item:first-child,
    .one-column .content-promo__table-body-item:nth-child(2),
    .one-column .content-promo__table-head-item:first-child,
    .one-column .content-promo__table-head-item:nth-child(2) {
        width: 37rem;
        margin-right: 1rem
    }
}

@media(min-width:1025px) {

    .one-column .content-promo__table-body-item:first-child,
    .one-column .content-promo__table-body-item:nth-child(2),
    .one-column .content-promo__table-head-item:first-child,
    .one-column .content-promo__table-head-item:nth-child(2) {
        width: 20.5555555556rem;
        margin-right: .5555555556rem
    }
}

@media(max-width:768px) {

    .one-column .content-promo__table-body-item:nth-child(2),
    .one-column .content-promo__table-head-item:nth-child(2) {
        width: 4.6666666667rem;
        margin-right: 2rem
    }
}

.one-column .content-promo__table-body-item:nth-child(3),
.one-column .content-promo__table-head-item:nth-child(3) {
    text-align: right;
    width: 100%
}

@media(max-width:768px) {

    .one-column .content-promo__table-body-item:nth-child(3),
    .one-column .content-promo__table-head-item:nth-child(3) {
        text-align: left
    }
}

@media(max-width:768px) {
    .one-column .content-promo__table-head-item {
        text-transform: none
    }
}

.content-promo__table-body-item:first-child {
    color: hsla(0, 0%, 100%, .8)
}

.one-column .content-promo__table {
    width: 100%
}

.two-column .content-promo__table {
    width: 50%
}

@media(max-width:768px) {
    .two-column .content-promo__table {
        width: 100%;
        margin-right: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .two-column .content-promo__table:first-child {
        margin-right: 3.2rem
    }
}

@media(min-width:1025px) {
    .two-column .content-promo__table:first-child {
        margin-right: 1.7777777778rem
    }
}

@media(max-width:768px) {
    .two-column .content-promo__table:last-child .content-promo__table-head {
        display: none
    }
}

@media(max-width:768px) {
    .content-promo__table:last-child .content-promo__table-body:last-child {
        border-bottom: none
    }
}

.bonuses-page__info-line-text .underline {
    cursor: pointer;
    color: rgba(144, 167, 255, .8)
}

.hidden,
.hide {
    display: none !important
}

@media(max-width:768px) {

    .bottom-sheet-opened~sport-betslip,
    .modal-opened~sport-betslip,
    .profile-opened~sport-betslip {
        z-index: 10 !important
    }
}

@keyframes opacityWithTranslate {
    0% {
        transform: translateY(100%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.overflow--hidden,
.overflow--hidden-fixed {
    overflow: hidden !important
}

.overflow--hidden-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.overflow--hidden-scrollBar {
    overflow-x: hidden !important;
    overflow-y: scroll !important
}

.safari-fixed {
    position: fixed !important;
    height: calc(100vh - 1px);
    height: calc(100dvh - 1px);
    box-sizing: border-box
}

.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
}

.z3 {
    z-index: 3
}

.z4 {
    z-index: 4
}

.z11 {
    z-index: 11
}

.z12 {
    z-index: 12
}

.ml-6 {
    margin-left: 6px
}

.mb-8 {
    margin-bottom: 8px
}

.mb-0 {
    margin-bottom: 0
}

.mt-10 {
    margin-top: 10px
}

.h-all {
    height: 100%
}

.separator {
    position: relative;
    padding-right: .6666666667rem
}

.separator:after {
    content: "";
    position: relative;
    display: inline-block;
    top: .3166666667rem;
    height: 1.2666666667rem;
    margin-left: .6666666667rem;
    border-right: 1px solid #b7c3ce;
    opacity: .3
}

.pointer-event-none {
    pointer-events: none
}

.relative {
    position: relative
}

.text-capitalize {
    text-transform: capitalize
}

.vb-dragger {
    width: .2666666667rem;
    right: 0;
    background-color: #4563e3;
    border-radius: .5333333333rem;
    opacity: 0;
    transition: opacity .2s ease
}

.vb-visible .vb-dragger {
    min-height: 1px
}

.vb-scrolling-phantom .vb-dragger {
    opacity: 1
}

.custom-modal--super-widget .vb-scrolling-phantom .vb-dragger {
    opacity: 0
}

.vb-invisible .vb-dragger {
    min-height: inherit
}

.general-auth-form .vb-dragger {
    display: none
}

.bottom-sheet .vb-dragger {
    display: block
}

@media(max-width:768px) {
    .search .vb-dragger {
        display: none
    }
}

.status-info__card .vb-dragger {
    transform: scaleY(.9);
    right: .2666666667rem;
    width: .2666666667rem;
    border-radius: .2rem;
    background-color: #74dcd2
}

.quick-bar .vb-dragger {
    left: auto;
    z-index: 1
}

.quick-bar.fade-enter-active .vb-dragger,
.quick-bar.fade-leave-active .vb-dragger {
    opacity: 0
}

.quick-bar.fade-enter-active>.vb-dragger,
.quick-bar.fade-leave-active>.vb-dragger {
    transition: all .5s ease-in-out
}

.quick-bar.fade-enter>.vb-dragger,
.quick-bar.fade-leave-to>.vb-dragger {
    transform: translate3d(0, 250%, 0)
}

.quick-bar.fade-enter-to>.vb-dragger,
.quick-bar.fade-leave>.vb-dragger {
    transform: translateZ(0)
}

.balance .vb-dragger {
    z-index: 2
}

.sidebar-modal .vb-dragger {
    display: none;
    left: auto !important;
    right: .6666666667rem !important
}

.quick-bar__section--profile-limits .vb-dragger {
    right: .2rem !important
}

.tournament-members .vb-dragger {
    right: 0;
    width: .3333333333rem;
    border-top-left-radius: .3333333333rem;
    border-bottom-left-radius: .3333333333rem;
    background-color: hsla(0, 0%, 100%, .6)
}

.custom-select .vb-dragger {
    background-color: transparent
}

.providers-filter .vb-dragger {
    border-radius: .5555555556rem;
    background-color: #4563e3
}

.bonuses-slider .vb-dragger {
    right: 0 !important
}

.play-tournaments__games-wr .vb-dragger,
.play-tournaments__members-table-wr .vb-dragger,
.play__sidebar-tournaments .vb-dragger {
    right: .2666666667rem;
    margin-right: 0;
    z-index: 3;
    width: .2666666667rem
}

.scroll-lock+.vb-dragger {
    display: none
}

@media(min-width:769px) {

    .custom-modal--no-scroll .vb-dragger,
    .recurents .vb-dragger {
        display: none
    }

    .quick-bar.fade-enter-active>.vb-dragger,
    .quick-bar.fade-leave-active>.vb-dragger {
        transition: all .25s ease-in-out
    }

    .custom-modal--adult-modal .vb-dragger {
        transform: scaleY(.8)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .vb-dragger {
        width: .4rem
    }

    .quick-bar .vb-dragger {
        right: auto;
        left: 41.6rem
    }

    .quick-bar.fade-enter>.vb-dragger,
    .quick-bar.fade-leave-to>.vb-dragger {
        transform: translate3d(-41.6rem, 0, 0)
    }

    .sidebar-modal .vb-dragger {
        display: block
    }

    .tournament-members .vb-dragger {
        width: 1rem;
        border-top-left-radius: .5555555556rem
    }

    .play .vb-dragger {
        width: .42rem;
        right: 50%;
        margin-right: -14.35rem
    }

    .game-wrapper__missing-data-scroll-wr .vb-dragger {
        right: .14rem;
        margin-right: 0
    }

    .play-tournaments__games-wr .vb-dragger,
    .play-tournaments__members-table-wr .vb-dragger,
    .play__sidebar-tournaments .vb-dragger {
        right: .4rem;
        width: .4rem;
        margin-right: 0
    }

    .payment__content>.vb-dragger {
        right: 3.6rem
    }
}

@media(min-width:1025px) {
    .vb-dragger {
        width: .2222222222rem
    }

    .quick-bar .vb-dragger {
        right: auto;
        left: 23.1111111111rem
    }

    .quick-bar.fade-enter>.vb-dragger,
    .quick-bar.fade-leave-to>.vb-dragger {
        transform: translate3d(-23.1111111111rem, 0, 0)
    }

    .sidebar-modal .vb-dragger {
        display: block
    }

    .tournament-members .vb-dragger {
        width: .2777777778rem;
        border-top-left-radius: .2777777778rem
    }

    .bonus-list__description .vb-dragger {
        display: none
    }

    .play .vb-dragger {
        width: .3266666667rem;
        right: .1088888889rem
    }

    .general-auth-form__scroll-wr .vb-dragger {
        display: none
    }

    .payment__content>.vb-dragger {
        right: 2rem
    }

    .play-tournaments__games-wr .vb-dragger,
    .play-tournaments__members-table-wr .vb-dragger,
    .play__sidebar-tournaments .vb-dragger {
        right: .2222222222rem;
        width: .2222222222rem;
        margin-right: 0
    }
}

.custom-select .vb-dragger-styler {
    height: 100%;
    background-color: #657381
}

.vb-content {
    width: 100% !important;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.vb-content::-webkit-scrollbar {
    display: none
}

.custom-modal--wheel-of-fortune .vb-content {
    max-height: 100vh
}

@media(max-width:768px) {
    .vb-content {
        padding-right: 0 !important
    }
}

@media(min-width:769px) {
    .vb-content {
        -webkit-overflow-scrolling: touch
    }
}

.converter-modal .vb-visible:before,
.payment .vb-visible:before,
.vb-visible:not(.custom-modal .vb-visible):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: .2666666667rem;
    border-radius: 1.3333333333rem;
    background-color: #3f4f8c;
    opacity: 0;
    transition: opacity .2s ease
}

@media(min-width:769px) {

    .converter-modal .vb-visible:before,
    .payment .vb-visible:before,
    .vb-visible:not(.custom-modal .vb-visible):before {
        width: .2222222222rem;
        border-radius: 1.1111111111rem
    }
}

@media(max-width:768px) {

    .search .converter-modal .vb-visible:before,
    .search .payment .vb-visible:before,
    .search .vb-visible:not(.custom-modal .vb-visible):before {
        display: none
    }
}

.accounts-list .vb-visible:before,
.bottom-sheet--play-tournaments .vb-visible:before {
    display: none
}

@media(min-width:769px)and (max-width:1024px) {
    .accounts-list .vb-visible:before {
        right: 0
    }
}

@media(min-width:1025px) {
    .accounts-list .vb-visible:before {
        right: 0
    }
}

.vb-scrolling-phantom:before {
    opacity: .5
}

@media(min-width:769px)and (max-width:1024px) {
    .payment__content:before {
        right: 3.6rem
    }
}

@media(min-width:1025px) {
    .payment__content:before {
        right: 2rem
    }
}

.single-form {
    padding: 3.3333333333rem 1rem;
    background: #242b4f
}

.custom-modal--patch-profile .single-form {
    padding: 4rem 1rem 1rem 1rem
}

.custom-modal--patch-profile .single-form .converter-modal__title {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.0666666667rem;
    line-height: 1.3333333333rem;
    margin-bottom: .5333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-modal--patch-profile .single-form .converter-modal__title {
        font-size: 1.6rem;
        line-height: 2rem;
        margin-bottom: .8rem
    }
}

@media(min-width:1025px) {
    .custom-modal--patch-profile .single-form .converter-modal__title {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem;
        margin-bottom: .4444444444rem
    }
}

@media(max-width:768px) {
    .play .single-form {
        overflow: auto;
        height: 100%
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .single-form {
        padding: 1.8rem 8rem 3.2rem 8rem
    }

    .play .single-form {
        padding: 1.26rem 3.5rem 2.24rem 3.5rem;
        width: 26.6rem;
        border-radius: 1.4rem;
        margin: auto
    }

    .custom-modal--patch-profile .single-form {
        padding: 4rem
    }
}

@media(min-width:1025px) {
    .single-form {
        padding: 1.7777777778rem 4.4444444444rem 1.7777777778rem 4.4444444444rem
    }

    .play .single-form {
        padding: 1.7422222222rem 2.7222222222rem 1.7422222222rem 2.7222222222rem;
        width: 20.6888888889rem;
        border-radius: 1.0888888889rem;
        margin: auto
    }

    .custom-modal--patch-profile .single-form {
        padding: 2.2222222222rem
    }

    .custom-modal--restore-password-request .single-form {
        overflow: hidden
    }
}

@media(max-width:768px) {

    .restore-account-form,
    .restore-password-form {
        padding: 1.6666666667rem 1rem
    }
}

@media(max-width:768px) {

    .game-wrapper__item-iframe .restore-account-form,
    .game-wrapper__item-iframe .restore-password-form {
        padding-top: 3.7333333333rem
    }
}

.single-form__label {
    margin-bottom: 2.5333333333rem;
    font-weight: 500;
    font-size: 1.0666666667rem;
    line-height: 1.5;
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .single-form__label {
        margin-bottom: 3.8rem;
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    .single-form__label {
        margin-bottom: 2.1111111111rem;
        font-size: .8888888889rem
    }
}

.single-form__label--mod-1 {
    margin-bottom: 1.3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .single-form__label--mod-1 {
        margin-bottom: 2.4rem;
        font-size: 2rem
    }
}

@media(min-width:1025px) {
    .single-form__label--mod-1 {
        margin-bottom: 1.3333333333rem;
        font-size: 1.1111111111rem
    }
}

.single-form__social-icons {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 2rem
}

@media(min-width:769px)and (max-width:1024px) {
    .single-form__social-icons {
        margin-bottom: 3rem
    }
}

@media(min-width:1025px) {
    .single-form__social-icons {
        margin-bottom: 1.6666666667rem
    }
}

.single-form__select {
    margin-bottom: 0
}

.single-form__btn-wr {
    margin-top: 1.8666666667rem;
    margin-bottom: 1.3333333333rem;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.custom-modal--patch-profile .single-form__btn-wr {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .single-form__btn-wr {
        margin-top: 2.8rem;
        margin-bottom: 2rem
    }

    .play .single-form__btn-wr {
        margin-top: 1.96rem
    }
}

@media(min-width:1025px) {
    .single-form__btn-wr {
        margin-top: 1.5555555556rem;
        margin-bottom: 1.1111111111rem
    }

    .play .single-form__btn-wr {
        margin-top: 1.5244444444rem
    }
}

.single-form__logout {
    display: inline-block;
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    letter-spacing: normal;
    color: #90a7ff;
    text-align: center;
    cursor: pointer
}

.custom-modal--patch-profile .single-form__logout {
    margin-top: 1.3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .single-form__logout {
        font-size: 1.4rem;
        line-height: 2rem
    }

    .custom-modal--patch-profile .single-form__logout {
        margin-top: 2rem
    }
}

@media(min-width:1025px) {
    .single-form__logout {
        margin-top: .8333333333rem;
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }

    .custom-modal--patch-profile .single-form__logout {
        margin-top: 1.1111111111rem
    }
}

.single-form__link {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 2rem
}

.single-form__btn {
    width: 100%
}

.single-form__text {
    font-size: 1.0666666667rem;
    line-height: 1.3333333333rem;
    color: #fff
}

.custom-modal--one-time-password .single-form__text {
    margin-right: 2rem;
    font-weight: 700
}

@media(max-width:768px) {
    .single-form__text {
        font-size: .9333333333rem;
        line-height: 1.3333333333rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .single-form__text {
        font-size: 1.6rem;
        line-height: 2rem
    }

    .custom-modal--one-time-password .single-form__text {
        margin-right: 3rem
    }
}

@media(min-width:1025px) {
    .single-form__text {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }

    .custom-modal--one-time-password .single-form__text {
        margin-right: 1.6666666667rem
    }
}

.single-form__country-select {
    margin-bottom: 2.4rem
}

@media(min-width:769px)and (max-width:1024px) {
    .single-form__country-select {
        margin-bottom: 3.6rem
    }
}

@media(min-width:1025px) {
    .single-form__country-select {
        margin-bottom: 2rem
    }
}

.single-form__choose-currency {
    position: relative;
    z-index: 2;
    margin-bottom: .6666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .single-form__choose-currency {
        margin-bottom: 1rem
    }
}

@media(min-width:1025px) {
    .single-form__choose-currency {
        margin-bottom: .5555555556rem
    }
}

.single-form__text-btn {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: .9333333333rem;
    line-height: 1;
    letter-spacing: -.1px;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.single-form__text-btn:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .single-form__text-btn {
        margin-bottom: 1.5rem;
        font-size: 1.4rem
    }
}

@media(min-width:1025px) {
    .single-form__text-btn {
        margin-bottom: .8333333333rem;
        font-size: .7777777778rem
    }
}

.one-time-password-form .single-form__button {
    display: flex;
    justify-content: center
}

@media(max-width:768px) {
    .one-time-password-form .single-form__button {
        padding-top: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .one-time-password-form .single-form__button {
        padding-top: 2rem
    }
}

@media(min-width:1025px) {
    .one-time-password-form .single-form__button {
        padding-top: 1.1111111111rem
    }
}

.single-form__input-fields {
    position: relative;
    z-index: 3
}

@media(min-width:1025px) {
    .custom-modal--restore-password-request .vue-tel-input .vti__dropdown-list {
        max-height: 7.2222222222rem
    }
}

.restore-form__phone-wr {
    position: relative
}

div.vue-tel-input {
    flex: 1 1 auto;
    height: 2.4rem;
    box-shadow: none !important;
    border-radius: .2666666667rem !important;
    border: 1px solid #3f4f8c;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    transition: all .2s ease-in-out
}

.payment-area__card-list__select div.vue-tel-input {
    flex-grow: 0
}

div.vue-tel-input:focus-within {
    border-color: #4563e3;
    cursor: default;
    outline: none
}

.disabled div.vue-tel-input {
    border: 1px solid rgba(63, 79, 140, .5);
    pointer-events: none
}

.no-touch div.vue-tel-input:hover {
    border-color: #4563e3
}

@media(min-width:769px)and (max-width:1024px) {
    div.vue-tel-input {
        height: 3.6rem;
        border-radius: .4rem !important
    }

    .play div.vue-tel-input {
        height: 2.52rem;
        border-radius: .28rem !important
    }
}

@media(min-width:1025px) {
    div.vue-tel-input {
        height: 2rem;
        border-radius: .2222222222rem !important
    }

    .play div.vue-tel-input {
        height: 1.96rem;
        border-radius: .2177777778rem !important
    }
}

.input-field--error {
    border-color: #e933a0 !important
}

@media(min-width:769px)and (max-width:1024px) {
    div.vue-tel-input.open:after {
        right: 1.5rem;
        margin-top: -1.7rem;
        font-size: 3.4rem
    }
}

@media(min-width:1025px) {
    div.vue-tel-input.open:after {
        right: .8333333333rem;
        margin-top: -.9444444444rem;
        font-size: 1.8888888889rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .play div.vue-tel-input.open:after {
        right: 1.05rem;
        margin-top: -1.19rem;
        font-size: 2.38rem
    }
}

@media(min-width:1025px) {
    .play div.vue-tel-input.open:after {
        right: .8166666667rem;
        margin-top: -.9255555556rem;
        font-size: 1.8511111111rem
    }
}

.vue-tel-input--custom-select {
    background-color: unset !important;
    border: 0 !important
}

.vti__dropdown-arrow {
    font-size: .8rem;
    line-height: 1;
    color: rgba(220, 231, 243, .9) !important;
    letter-spacing: normal;
    margin-left: .3333333333rem
}

.vue-tel-input--custom-select .vti__dropdown-arrow,
.vue-tel-input.disabled .vti__dropdown-arrow {
    display: none
}

@media(min-width:769px)and (max-width:1024px) {
    .vti__dropdown-arrow {
        font-size: 1.2rem;
        margin-left: .5rem
    }

    .play .vti__dropdown-arrow {
        font-size: .84rem
    }
}

@media(min-width:1025px) {
    .vti__dropdown-arrow {
        font-size: .6666666667rem;
        margin-left: .2777777778rem
    }

    .play .vti__dropdown-arrow {
        font-size: .6533333333rem
    }
}

.vti__input {
    box-shadow: none;
    padding: 0;
    padding-right: 1rem;
    border: none !important;
    background-color: transparent;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 1.0666666667rem;
    letter-spacing: normal;
    color: #fff
}

.custom-modal--deposit-missing .vti__input,
.custom-modal--play .vti__input,
.custom-modal--registration .vti__input,
.custom-modal--signin .vti__input,
.profile-security .vti__input {
    filter: none
}

.custom-modal--deposit-missing .vti__input:-webkit-autofill,
.custom-modal--deposit-missing .vti__input:-webkit-autofill:active,
.custom-modal--deposit-missing .vti__input:-webkit-autofill:focus,
.custom-modal--deposit-missing .vti__input:-webkit-autofill:hover,
.custom-modal--play .vti__input:-webkit-autofill,
.custom-modal--play .vti__input:-webkit-autofill:active,
.custom-modal--play .vti__input:-webkit-autofill:focus,
.custom-modal--play .vti__input:-webkit-autofill:hover,
.custom-modal--registration .vti__input:-webkit-autofill,
.custom-modal--registration .vti__input:-webkit-autofill:active,
.custom-modal--registration .vti__input:-webkit-autofill:focus,
.custom-modal--registration .vti__input:-webkit-autofill:hover,
.custom-modal--signin .vti__input:-webkit-autofill,
.custom-modal--signin .vti__input:-webkit-autofill:active,
.custom-modal--signin .vti__input:-webkit-autofill:focus,
.custom-modal--signin .vti__input:-webkit-autofill:hover,
.profile-security .vti__input:-webkit-autofill,
.profile-security .vti__input:-webkit-autofill:active,
.profile-security .vti__input:-webkit-autofill:focus,
.profile-security .vti__input:-webkit-autofill:hover {
    box-shadow: inset 0 0 0 50px transparent;
    background-clip: content-box !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: hsla(0, 0%, 100%, .5)
}

.disabled .vti__input {
    color: hsla(0, 0%, 100%, .5)
}

.vue-tel-input--custom-select .vti__input {
    display: none !important
}

.vti__input::-webkit-input-placeholder {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1.0666666667rem;
    color: #fff;
    opacity: .75
}

.vti__input::-moz-placeholder {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1.0666666667rem;
    color: #fff;
    opacity: .75
}

.vti__input:-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1.0666666667rem;
    color: #fff;
    opacity: .75
}

.vti__input:-moz-placeholder {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1.0666666667rem;
    color: #fff;
    opacity: .75
}

@media(min-width:769px)and (max-width:1024px) {
    .vti__input {
        padding-right: 4rem;
        font-size: 1.6rem
    }

    .vti__input::-webkit-input-placeholder {
        font-size: 1.6rem
    }

    .vti__input::-moz-placeholder {
        font-size: 1.6rem
    }

    .vti__input:-ms-input-placeholder {
        font-size: 1.6rem
    }

    .vti__input:-moz-placeholder {
        font-size: 1.6rem
    }

    .play .vti__input {
        padding-right: 2.8rem;
        font-size: 1.12rem
    }

    .play .vti__input::-webkit-input-placeholder {
        font-size: 1.12rem
    }

    .play .vti__input::-moz-placeholder {
        font-size: 1.12rem
    }

    .play .vti__input:-ms-input-placeholder {
        font-size: 1.12rem
    }

    .play .vti__input:-moz-placeholder {
        font-size: 1.12rem
    }
}

@media(min-width:1025px) {
    .vti__input {
        padding-right: 2.2222222222rem;
        font-size: .8888888889rem
    }

    .vti__input::-webkit-input-placeholder {
        font-size: .8888888889rem
    }

    .vti__input::-moz-placeholder {
        font-size: .8888888889rem
    }

    .vti__input:-ms-input-placeholder {
        font-size: .8888888889rem
    }

    .vti__input:-moz-placeholder {
        font-size: .8888888889rem
    }

    .play .vti__input {
        padding-right: 2.1777777778rem;
        font-size: .8711111111rem
    }

    .play .vti__input::-webkit-input-placeholder {
        font-size: .8711111111rem
    }

    .play .vti__input::-moz-placeholder {
        font-size: .8711111111rem
    }

    .play .vti__input:-ms-input-placeholder {
        font-size: .8711111111rem
    }

    .play .vti__input:-moz-placeholder {
        font-size: .8711111111rem
    }
}

@media(max-width:768px) {
    .vue-tel-input--without-country-flags .vti__input {
        padding-left: .8rem !important
    }
}

@media(min-width:769px) {
    .vue-tel-input--without-country-flags .vti__input {
        padding-left: 1.2rem !important
    }
}

@media(min-width:1025px) {
    .vue-tel-input--without-country-flags .vti__input {
        padding-left: .6666666667rem !important
    }
}

.vti__close {
    position: absolute;
    top: 50%;
    right: 1rem;
    display: block;
    margin-top: -1rem;
    font-size: 2.2666666667rem;
    line-height: 1;
    color: rgba(220, 231, 243, .9);
    letter-spacing: normal;
    cursor: pointer
}

@media(min-width:769px)and (max-width:1024px) {
    .vti__close {
        right: 1.5rem;
        margin-top: -1.5rem;
        font-size: 3.4rem
    }

    .play .vti__close {
        margin-top: -1.05rem
    }
}

@media(min-width:1025px) {
    .vti__close {
        right: .8333333333rem;
        margin-top: -.8333333333rem;
        font-size: 1.8888888889rem
    }

    .play .vti__close {
        margin-top: -.8166666667rem
    }
}

.input-field__input-wr--top-label .vti__close {
    display: none
}

.vue-tel-input .vti__dropdown {
    position: static;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0
}

.vue-tel-input .vti__dropdown:hover {
    background-color: transparent
}

.input-field .vue-tel-input--without-country-flags .vti__dropdown {
    display: none
}

.vti__dropdown.open {
    z-index: 3
}

.vue-tel-input .vti__dropdown.open {
    background-color: transparent
}

.vti__selection {
    height: 100%
}

.vue-tel-input .vti__dropdown-list {
    left: 0;
    width: 100%;
    z-index: 3;
    max-height: 11.3333333333rem;
    border: none;
    border-radius: .2666666667rem;
    background-color: #2c3357
}

.vue-tel-input .vti__dropdown-list::-webkit-scrollbar {
    width: .2666666667rem;
    height: .2rem
}

.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: hsla(0, 0%, 100%, .2);
    border-radius: .2rem
}

@media(min-width:769px)and (max-width:1024px) {
    .vue-tel-input .vti__dropdown-list {
        max-height: 16rem;
        border-radius: .4rem
    }

    .vue-tel-input .vti__dropdown-list::-webkit-scrollbar {
        width: .4rem;
        height: .3rem
    }

    .vue-tel-input .vti__dropdown-list::-webkit-scrollbar-thumb {
        border-radius: .3rem
    }

    .play .vue-tel-input .vti__dropdown-list {
        max-height: 8.75rem;
        border-radius: .28rem
    }

    .play .vue-tel-input .vti__dropdown-list::-webkit-scrollbar {
        width: .28rem;
        height: .21rem
    }

    .play .vue-tel-input .vti__dropdown-list::-webkit-scrollbar-thumb {
        border-radius: .21rem
    }
}

@media(min-width:1025px) {
    .vue-tel-input .vti__dropdown-list {
        max-height: 8.8888888889rem;
        border-radius: .2222222222rem
    }

    .vue-tel-input .vti__dropdown-list::-webkit-scrollbar {
        width: .2222222222rem;
        height: .1666666667rem
    }

    .vue-tel-input .vti__dropdown-list::-webkit-scrollbar-thumb {
        border-radius: .1666666667rem
    }

    .play .vue-tel-input .vti__dropdown-list {
        max-height: 7.0777777778rem;
        border-radius: .2177777778rem
    }

    .play .vue-tel-input .vti__dropdown-list::-webkit-scrollbar {
        width: .2177777778rem;
        height: .1633333333rem
    }

    .play .vue-tel-input .vti__dropdown-list::-webkit-scrollbar-thumb {
        border-radius: .1633333333rem
    }
}

.vue-tel-input .vti__dropdown-list.below {
    top: 100%
}

@media(min-width:769px)and (max-width:1024px) {
    .play .vue-tel-input .vti__dropdown-list.below {
        top: 2.8rem
    }
}

@media(min-width:1025px) {
    .play .vue-tel-input .vti__dropdown-list.below {
        top: 2.1777777778rem
    }
}

.vti__country-code {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 1.0666666667rem;
    font-weight: 300;
    line-height: normal;
    color: #fff !important;
    letter-spacing: normal
}

.vue-tel-input--custom-select .vti__country-code {
    display: none !important
}

.disabled .vti__country-code {
    color: hsla(0, 0%, 100%, .5) !important
}

@media(min-width:769px)and (max-width:1024px) {
    .vti__country-code {
        font-size: 1.6rem
    }

    .play .vti__country-code {
        font-size: 1.12rem
    }
}

@media(min-width:1025px) {
    .vti__country-code {
        font-size: .8888888889rem
    }

    .play .vti__country-code {
        font-size: .8711111111rem
    }
}

.vue-tel-input .vti__flag {
    margin-left: 0
}

.vti__dropdown-item .vti__flag {
    order: 0;
    position: absolute;
    top: 50%;
    left: .9333333333rem;
    transform: translateY(-50%)
}

.vue-tel-input--custom-select .vti__flag {
    background-color: transparent;
    box-shadow: unset
}

@media(min-width:769px) {
    .vti__dropdown-item .vti__flag {
        left: 1.4rem
    }
}

@media(min-width:1025px) {
    .vti__dropdown-item .vti__flag {
        left: .7777777778rem
    }
}

.vti__dropdown-item {
    position: relative
}

.vti__dropdown-item:before {
    content: "";
    display: block
}

@media(max-width:768px) {
    .vti__dropdown-item:before {
        min-width: 1.6666666667rem;
        width: 1.6666666667rem
    }
}

@media(min-width:769px) {
    .vti__dropdown-item:before {
        min-width: 2.5rem;
        width: 2.5rem
    }
}

@media(min-width:1025px) {
    .vti__dropdown-item:before {
        min-width: 2.2222222222rem;
        width: 2.2222222222rem
    }
}

@media(min-width:1401px) {
    .vti__dropdown-item:before {
        min-width: 1.6666666667rem;
        width: 1.6666666667rem
    }
}

.vue-tel-input .vti__dropdown-item {
    display: flex;
    align-items: center;
    padding: .8rem .9333333333rem;
    line-height: 1;
    letter-spacing: normal
}

.vue-tel-input--without-country-flags .vti__dropdown-item:before {
    display: none
}

.vti__dropdown-item strong {
    order: 2;
    font-weight: 400;
    font-size: 1.0666666667rem;
    line-height: 1;
    color: #fff
}

.vti__dropdown-item span {
    order: 1;
    margin-right: .3333333333rem;
    font-weight: 500;
    font-size: 1.0666666667rem;
    line-height: 1;
    color: #fff;
    width: 3.0666666667rem;
    flex-shrink: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .vue-tel-input .vti__dropdown-item {
        padding: 1.2rem 1.4rem
    }

    .play .vue-tel-input .vti__dropdown-item {
        padding: .84rem .98rem
    }

    .vti__dropdown-item strong {
        font-size: 1.6rem
    }

    .vti__dropdown-item span {
        margin-right: .5rem;
        font-size: 1.6rem;
        width: 5rem
    }

    .play .vti__dropdown-item strong {
        font-size: 1.12rem
    }

    .play .vti__dropdown-item span {
        margin-right: .35rem;
        font-size: 1.12rem;
        width: 3.5rem
    }
}

@media(min-width:1025px) {
    .vue-tel-input .vti__dropdown-item {
        padding: .6666666667rem .7777777778rem
    }

    .play .vue-tel-input .vti__dropdown-item {
        padding: .6533333333rem .7622222222rem
    }

    .vti__dropdown-item strong {
        font-size: .8888888889rem
    }

    .vti__dropdown-item span {
        margin-right: .2777777778rem;
        font-size: .8888888889rem;
        width: 2.7777777778rem
    }

    .play .vti__dropdown-item strong {
        font-size: .8711111111rem
    }

    .play .vti__dropdown-item span {
        margin-right: .2722222222rem;
        font-size: .8711111111rem;
        width: 2.7222222222rem
    }
}

.vue-tel-input .vti__dropdown-item.highlighted {
    background-color: #262a46
}

.vti__dropdown-item.last-preferred {
    border: none !important
}

.vti-skeleton {
    width: 100%;
    height: 2.4rem;
    background-color: #2c3357
}

@media(min-width:769px)and (max-width:1024px) {
    .vti-skeleton {
        height: 3.6rem
    }
}

@media(min-width:1025px) {
    .vti-skeleton {
        height: 2rem
    }
}

.input-field__tel-input-loading-wr {
    border: 1px solid #3f4f8c;
    width: 100%;
    height: 2.4rem;
    position: absolute;
    z-index: -1
}

@media(min-width:769px)and (max-width:1024px) {
    .input-field__tel-input-loading-wr {
        height: 3.6rem
    }
}

@media(min-width:1025px) {
    .input-field__tel-input-loading-wr {
        height: 2rem
    }
}

.accordion-1 {
    margin-bottom: 2rem
}

.accordion-1:last-child {
    margin-bottom: 0
}

@media(max-width:768px) {
    .accordion-1 {
        transform: translateZ(0)
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .accordion-1 {
        margin-bottom: 4rem
    }

    .accordion-1:last-child {
        margin-bottom: 0
    }
}

@media(min-width:1025px) {
    .accordion-1 {
        margin-bottom: 2.2222222222rem
    }

    .accordion-1:last-child {
        margin-bottom: 0
    }
}

.news-page--promotion .accordion-1,
.tournament-card .accordion-1 {
    background: rgba(51, 61, 108, .5);
    border-radius: .5333333333rem
}

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

    .news-page--promotion .accordion-1,
    .tournament-card .accordion-1 {
        border-radius: .8rem
    }
}

@media(min-width:1025px) {

    .news-page--promotion .accordion-1,
    .tournament-card .accordion-1 {
        border-radius: .4444444444rem
    }
}

.accordion-1__item {
    counter-increment: item;
    margin-bottom: 1.0666666667rem;
    border-radius: .5333333333rem;
    background-color: #2c3357
}

.news-page--promotion .accordion-1__item,
.tournament-card .accordion-1__item {
    background-color: transparent
}

.accordion-1__item:last-child {
    margin-bottom: 0
}

.no-touch .accordion-1__item:not(.accordion-1__item--static):hover {
    transform: translate3d(0, 1px, 0)
}

@media(min-width:769px)and (max-width:1024px) {
    .accordion-1__item {
        margin-bottom: 1.6rem;
        border-radius: .8rem
    }

    .quick-bar .accordion-1__item {
        background-color: #394655
    }
}

@media(min-width:1025px) {
    .accordion-1__item {
        margin-bottom: .8888888889rem;
        border-radius: .4444444444rem
    }

    .no-touch .accordion-1__item:not(.accordion-1__item--static):hover {
        transform: translate3d(0, 1px, 0)
    }

    .quick-bar .accordion-1__item {
        background-color: #394655
    }
}

.accordion-1__item-cont-inner-desc {
    font-weight: 400;
    font-size: 1.0666666667rem;
    line-height: 1.6rem;
    color: hsla(0, 0%, 100%, .75);
    margin-bottom: 1.8666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .accordion-1__item-cont-inner-desc {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-bottom: 2.8rem
    }
}

@media(min-width:1025px) {
    .accordion-1__item-cont-inner-desc {
        font-size: .8888888889rem;
        line-height: 1.3333333333rem;
        margin-bottom: 1.5555555556rem
    }
}

.accordion-1__item-header {
    position: relative;
    display: flex;
    min-height: 3.3333333333rem;
    padding: .9333333333rem 2.6666666667rem .9333333333rem 1.2rem;
    border-radius: .5333333333rem;
    cursor: pointer
}

.accordion-1__item-header:before {
    content: counter(item) ".";
    margin-right: .3333333333rem;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #fff;
    letter-spacing: normal
}

.accordion-1__item-header:after {
    content: "";
    position: absolute;
    right: 1.3333333333rem;
    top: 50%;
    transform: translateY(-50%);
    letter-spacing: normal;
    background-image: url(svg/arr-3-d.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.accordion-1__item-header:after,
.tournament-card .accordion-1__item-header:after {
    width: .6666666667rem;
    height: .4rem
}

.tournament-card .accordion-1__item-header {
    min-height: 2.9333333333rem;
    padding: .8rem 1.0666666667rem
}

@media(min-width:769px)and (max-width:1024px) {
    .tournament-card .accordion-1__item-header {
        padding: 2.8rem
    }
}

@media(min-width:1025px) {
    .tournament-card .accordion-1__item-header {
        padding: 1.5555555556rem
    }
}

.accordion-1__item.open .accordion-1__item-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: top .2s
}

@media(max-width:768px) {
    .accordion-1__item.open .accordion-1__item-header {
        position: -webkit-sticky;
        position: sticky;
        top: 2.3rem;
        background-color: #2c3357;
        z-index: 1
    }
}

@media(max-width:768px) {
    .show-top-bar+.terms-conditions-page .accordion-1__item.open .accordion-1__item-header {
        top: 5.9rem
    }
}

.accordion-1__item.open .accordion-1__item-header:after {
    transform: rotate(180deg);
    top: 45%
}

.accordion-1__item--no-num .accordion-1__item-header {
    padding-left: 1rem
}

.accordion-1__item--no-num .accordion-1__item-header:before {
    display: none
}

.accordion-1__item--static .accordion-1__item-header {
    cursor: default
}

.accordion-1__item--static .accordion-1__item-header:after {
    display: none
}

@media(min-width:769px)and (max-width:1024px) {
    .accordion-1__item-header {
        min-height: 7rem;
        padding: 4rem 7rem 4rem 4rem;
        border-radius: .8rem
    }

    .accordion-1__item-header:before {
        margin-right: .5rem;
        font-size: 2rem;
        line-height: 1.33
    }

    .accordion-1__item-header:after {
        right: 3.5rem;
        width: 1.4rem;
        height: .8rem
    }

    .accordion-1__item--no-num .accordion-1__item-header {
        padding-left: 3.5rem
    }
}

@media(min-width:1025px) {
    .accordion-1__item-header {
        min-height: 3.8888888889rem;
        padding: 2.2222222222rem 3.8888888889rem 2.2222222222rem 2.2222222222rem;
        border-radius: .4444444444rem
    }

    .accordion-1__item-header:before {
        margin-right: .2777777778rem;
        font-size: 1.1111111111rem;
        line-height: 1.33
    }

    .accordion-1__item-header:after {
        right: 1.9444444444rem;
        width: .7777777778rem;
        height: .4444444444rem
    }

    .accordion-1__item--no-num .accordion-1__item-header {
        padding-left: 1.9444444444rem
    }
}

.accordion-1__item-header-text {
    font-weight: 500;
    font-size: 1.0666666667rem;
    line-height: 1.3333333333rem;
    color: #fff;
    letter-spacing: normal
}

@media(min-width:769px) {
    .accordion-1__item-header-text {
        font-size: 2rem;
        line-height: 2.4rem
    }
}

@media(min-width:1025px) {
    .accordion-1__item-header-text {
        font-size: 1.1111111111rem;
        line-height: 1.3333333333rem
    }
}

.accordion-1__item-header-strategy {
    font-weight: 500;
    font-size: 1.1333333333rem;
    line-height: 1.3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .accordion-1__item-header-strategy {
        font-size: 1.7rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .accordion-1__item-header-strategy {
        font-size: 1.1111111111rem;
        line-height: 1.1111111111rem
    }
}

.accordion-1__item-btn-wr {
    margin: 2rem 0 2.3333333333rem;
    text-align: center
}

@media(min-width:769px)and (max-width:1024px) {
    .accordion-1__item-btn-wr {
        margin: 3rem 0 3.5rem
    }
}

@media(min-width:1025px) {
    .accordion-1__item-btn-wr {
        margin: 1.6666666667rem 0 1.9444444444rem;
        text-align: left
    }
}

.accordion-1__item-cont {
    display: none
}

.accordion-1__item-cont-inner {
    padding: .7333333333rem 1.2rem
}

@media(max-width:768px) {
    .accordion-1--x-mas-flight .accordion-1__item-cont-inner {
        padding: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .accordion-1__item-cont-inner {
        padding: 1.5rem 4rem
    }

    .bonus__section .accordion-1__item-cont-inner {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

@media(min-width:1025px) {
    .accordion-1__item-cont-inner {
        padding: .8333333333rem 2.2222222222rem
    }

    .bonus__section .accordion-1__item-cont-inner {
        padding-top: .8333333333rem;
        padding-bottom: .8333333333rem
    }
}

.table-1 {
    width: 100%;
    margin-bottom: 1.3333333333rem;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0
}

.play .table-1:last-child,
.table-1:last-child {
    margin-bottom: 0
}

.table-1 tr {
    border-bottom: .0666666667rem solid hsla(0, 0%, 100%, .1)
}

.table-1 tr:last-child {
    border-bottom: none
}

.bonuses-slider-info .table-1 tr:last-child td {
    padding-bottom: 0
}

.table-1 td {
    padding: .5333333333rem 0;
    font-size: .9333333333rem;
    line-height: 1.57;
    color: #fff;
    letter-spacing: normal;
    vertical-align: top
}

.table-1 td:first-child {
    color: hsla(0, 0%, 100%, .82);
    text-align: left
}

.bonus-list__description-scroll-inner .table-1 td:first-child,
.bonuses-list__item--info .table-1 td:first-child,
.bonuses-slider-info .table-1 td:first-child {
    font-size: .8rem;
    line-height: 1.0666666667rem;
    width: 50%;
    padding-right: .3333333333rem
}

.bonuses-slider-info--payment .table-1 td,
.single-welcome-bonus .table-1 td {
    color: hsla(0, 0%, 100%, .9)
}

.table-1 td:last-child {
    font-weight: 500;
    text-align: right
}

.bonuses-slider-info--payment .table-1 td:last-child,
.single-welcome-bonus .table-1 td:last-child {
    font-weight: 500;
    font-size: .8rem;
    line-height: 1.0666666667rem
}

.table-1 td[colspan="2"] {
    text-align: left
}

.table-1 .deposit_freespins_title {
    text-align: center
}

@media(min-width:769px)and (max-width:1024px) {
    .table-1 {
        margin-bottom: 2rem
    }

    .play .table-1 {
        margin-bottom: 1.4rem
    }

    .table-1 tr {
        border-bottom-width: .1rem
    }

    .play .table-1 tr {
        border-bottom-width: .07rem
    }

    .table-1 td {
        padding: 1.5rem 0;
        font-size: 1.6rem;
        line-height: 1.38
    }

    .play .table-1 td {
        padding: 1.05rem 0;
        font-size: 1.12rem
    }

    .bonuses-list__item--info .table-1 td:first-child,
    .bonuses-slider-info .table-1 td:first-child {
        padding-right: 1rem
    }

    .bonuses-slider-info--payment .table-1 td:last-child {
        padding: .8rem 0;
        font-size: 1.2rem;
        letter-spacing: -.032rem
    }

    .bonuses-slider-info--payment .table-1 td,
    .single-welcome-bonus .table-1 td {
        padding: .8rem 0;
        font-size: 1.2rem
    }

    .play .bonuses-slider-info--payment .table-1 td,
    .play .single-welcome-bonus .table-1 td {
        padding: .63rem 0;
        font-size: .98rem
    }

    .bonuses-slider-info--payment .table-1 td {
        padding: .8rem 0;
        font-size: 1.2rem;
        letter-spacing: -.032rem;
        font-weight: 100
    }
}

@media(min-width:1025px) {
    .table-1 {
        margin-bottom: 1.1111111111rem
    }

    .play .table-1 {
        margin-bottom: 1.0888888889rem
    }

    .table-1 tr {
        border-bottom-width: .0555555556rem
    }

    .play .table-1 tr {
        border-bottom-width: .0544444444rem
    }

    .table-1 td {
        padding: .8333333333rem 0;
        font-size: .8888888889rem;
        line-height: 1.38
    }

    .play .table-1 td {
        padding: .8166666667rem 0;
        font-size: .8711111111rem
    }

    .bonuses-list__item--info .table-1 td:first-child,
    .bonuses-slider-info .table-1 td:first-child {
        padding-right: .5555555556rem
    }

    .bonuses-slider-info--payment .table-1 td:first-child {
        font-weight: 100
    }

    .bonuses-slider-info--payment .table-1 td:first-child,
    .bonuses-slider-info--payment .table-1 td:last-child {
        padding: .4444444444rem 0;
        font-size: .6666666667rem;
        letter-spacing: -.0177777778rem
    }

    .bonuses-slider-info--payment .table-1 td,
    .single-welcome-bonus .table-1 td {
        padding: .4444444444rem 0;
        font-size: .6666666667rem
    }

    .play .bonuses-slider-info--payment .table-1 td,
    .play .single-welcome-bonus .table-1 td {
        padding: .3266666667rem 0;
        font-size: .6533333333rem
    }

    .bonuses-slider-info--payment .table-1 td {
        padding: .4444444444rem 0;
        font-size: .6666666667rem;
        letter-spacing: -.0177777778rem;
        font-weight: 100
    }
}

.table-2-cols-wr {
    margin-bottom: 1.3333333333rem
}

.table-2-cols-wr:last-child {
    margin-bottom: 0
}

@media(min-width:769px) {
    .table-2-cols-wr {
        display: flex;
        justify-content: space-between;
        margin-bottom: 4rem
    }
}

@media(min-width:1025px) {
    .table-2-cols-wr {
        margin-bottom: 2.2222222222rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .table-2-cols-wr--mod-1 {
        justify-content: flex-start
    }
}

@media(min-width:1025px) {
    .table-2-cols-wr--mod-1 {
        justify-content: flex-start
    }
}

.table-2-cols-wr__table-wr {
    width: 100%;
    background: rgba(51, 61, 108, .5);
    padding: 1.0666666667rem
}

.table-2-cols-wr__table-wr:first-child tbody tr:last-child td:after {
    display: block
}

.table-2-cols-wr__table-wr:not(:first-child) thead {
    display: none
}

@media(min-width:769px)and (max-width:1024px) {
    .table-2-cols-wr__table-wr {
        width: calc(50% - 2rem);
        padding: 4rem
    }

    .table-2-cols-wr__table-wr:first-child tbody tr:last-child td:after {
        display: none
    }

    .table-2-cols-wr__table-wr:not(:first-child) thead {
        display: table-header-group
    }

    .table-2-cols-wr__table-wr:nth-child(2n-1) {
        margin-right: 2rem
    }

    .table-2-cols-wr--mod-1 .table-2-cols-wr__table-wr {
        width: calc(33.333% - 1.4rem);
        margin-right: 2rem
    }

    .table-2-cols-wr--mod-1 .table-2-cols-wr__table-wr:last-child {
        margin-right: 0
    }
}

@media(min-width:1025px) {
    .table-2-cols-wr__table-wr {
        width: calc(50% - 1.11111rem);
        padding: 2.2222222222rem
    }

    .table-2-cols-wr__table-wr:first-child tbody tr:last-child td:after {
        display: none
    }

    .table-2-cols-wr__table-wr:not(:first-child) thead {
        display: table-header-group
    }

    .table-2-cols-wr__table-wr:nth-child(2n-1) {
        margin-right: 1.1111111111rem
    }

    .table-2-cols-wr--mod-1 .table-2-cols-wr__table-wr {
        width: calc(33.333% - .77778rem);
        margin-right: 1.1111111111rem
    }

    .table-2-cols-wr--mod-1 .table-2-cols-wr__table-wr:last-child {
        margin-right: 0
    }
}

.table-2-cols {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0
}

.table-2-cols td {
    vertical-align: top
}

.table-2-cols td:first-child {
    text-align: left
}

.table-2-cols td:last-child {
    text-align: right
}

.table-2-cols thead td {
    font-weight: 400;
    font-size: .6666666667rem;
    line-height: 1.67;
    color: hsla(0, 0%, 100%, .5);
    letter-spacing: -.022rem;
    text-transform: uppercase
}

.table-2-cols tbody tr {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3)
}

.table-2-cols tbody td {
    position: relative;
    font-weight: 400;
    font-size: .8rem;
    line-height: 1;
    padding-bottom: .5333333333rem;
    padding-top: 1.3333333333rem
}

.table-2-cols tbody td:first-child {
    text-align: left;
    color: hsla(0, 0%, 100%, .7)
}

.table-2-cols tbody td:last-child {
    text-align: right
}

.table-2-cols tbody tr:last-child td:after {
    display: none
}

@media(min-width:769px)and (max-width:1024px) {
    .table-2-cols thead td {
        font-size: 1rem;
        line-height: 1.25;
        letter-spacing: -.044rem;
        padding-bottom: .8rem
    }

    .table-2-cols tbody td {
        font-size: 1.2rem;
        padding-bottom: .8rem;
        padding-top: 2rem
    }

    .table-2-cols tbody td:first-child:after {
        left: 3rem
    }

    .table-2-cols tbody td:last-child {
        letter-spacing: -.05rem
    }

    .table-2-cols tbody td:last-child:after {
        right: 3rem
    }
}

@media(min-width:1025px) {
    .table-2-cols thead td {
        font-size: .5555555556rem;
        line-height: 1.25;
        letter-spacing: -.0244444444rem;
        padding-bottom: .4444444444rem
    }

    .table-2-cols tbody td {
        font-size: .6666666667rem;
        padding-bottom: .4444444444rem;
        padding-top: 1.1111111111rem
    }

    .table-2-cols tbody td:first-child:after {
        left: 1.6666666667rem
    }

    .table-2-cols tbody td:last-child {
        letter-spacing: -.0277777778rem
    }

    .table-2-cols tbody td:last-child:after {
        right: 1.6666666667rem
    }
}

.table-3-cols-wr {
    margin-bottom: 1.3333333333rem
}

.table-3-cols-wr:last-child {
    margin-bottom: 0
}

.event__participants .table-3-cols-wr,
.lottery__participants .table-3-cols-wr,
.tournament__participants .table-3-cols-wr {
    margin-bottom: 1.3333333333rem
}

@media(min-width:769px) {
    .table-3-cols-wr {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0 -10px 4rem
    }
}

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

    .event__participants .table-3-cols-wr,
    .lottery__participants .table-3-cols-wr,
    .tournament__participants .table-3-cols-wr {
        margin-bottom: 3rem
    }
}

@media(min-width:1025px) {
    .table-3-cols-wr {
        margin: 0 -10px 4rem
    }

    .event__participants .table-3-cols-wr,
    .lottery__participants .table-3-cols-wr,
    .tournament__participants .table-3-cols-wr {
        margin-bottom: 1.6666666667rem
    }
}

@media(max-width:768px) {
    tr {
        padding: .5333333333rem .8rem
    }
}

@media(min-width:769px) {
    tr {
        padding: .8rem 1.2rem
    }
}

@media(min-width:1025px) {
    tr {
        padding: .4444444444rem .6666666667rem
    }
}

.table-3-cols {
    width: 100%;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: .2rem
}

.table-3-cols:last-child tbody tr:last-child td:after,
.table-3-cols:not(:first-child) thead {
    display: none
}

.table-3-cols td {
    vertical-align: top
}

.table-3-cols td:first-child {
    text-align: left
}

.table-3-cols td:last-child {
    text-align: right
}

.table-3-cols td:last-child span strong {
    white-space: nowrap
}

.table-3-cols thead td {
    padding: .5333333333rem 0;
    font-weight: 500;
    font-size: .6666666667rem;
    line-height: 1.67;
    letter-spacing: normal;
    color: hsla(0, 0%, 100%, .8);
    text-transform: uppercase
}

.table-3-cols thead td:first-child {
    width: 2.8rem;
    text-align: center
}

.table-3-cols thead td:nth-child(2) {
    padding-left: 0;
    padding-right: 0
}

.table-3-cols thead td:last-child {
    padding-right: .8333333333rem
}

.table-3-cols tbody td {
    position: relative;
    padding: .5333333333rem .8rem;
    font-size: .9333333333rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: normal
}

.table-3-cols tbody td:first-child {
    width: 2.8rem;
    font-weight: 500;
    color: #74dcd2
}

.table-3-cols tbody td:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    color: hsla(0, 0%, 100%, .8)
}

.table-3-cols tbody td:nth-child(2) b {
    font-weight: 500
}

.event__participants .table-3-cols tbody td:nth-child(2) b {
    overflow: hidden;
    display: block;
    max-width: 11.3333333333rem;
    text-overflow: ellipsis
}

.table-3-cols tbody td:last-child {
    padding-right: 1rem
}

.table-3-cols tbody tr {
    background: rgba(51, 61, 108, .3);
    border-radius: .2666666667rem
}

.table-3-cols tbody tr:first-child {
    background-color: rgba(144, 167, 255, .6)
}

.table-3-cols tbody tr:nth-child(2) {
    background-color: rgba(144, 167, 255, .4)
}

.table-3-cols tbody tr:nth-child(3) {
    background-color: rgba(144, 167, 255, .2)
}

@media(min-width:769px)and (max-width:1024px) {
    .table-3-cols {
        width: calc(50% - 2rem);
        margin: 0 1rem;
        border-radius: .3rem
    }

    .table-3-cols:not(:first-child) thead {
        display: table-header-group
    }

    .lottery__prizes--3 .table-3-cols,
    .tournament__prizes--3 .table-3-cols {
        width: calc(33.333% - 2rem)
    }

    .table-3-cols thead td {
        padding: .8rem 0;
        font-size: 1rem;
        line-height: 1.25
    }

    .table-3-cols thead td:first-child {
        width: 7rem
    }

    .table-3-cols thead td:last-child {
        padding-right: 3rem
    }

    .table-3-cols tbody tr {
        border-radius: .4rem
    }

    .table-3-cols tbody tr:last-child td:after {
        border-bottom: none
    }

    .table-3-cols tbody td {
        padding: .8rem 1.2rem;
        font-size: 1.4rem
    }

    .table-3-cols tbody td:first-child {
        width: 7rem
    }

    .event__participants .table-3-cols tbody td:nth-child(2) b {
        max-width: 23rem
    }

    .table-3-cols tbody td:last-child {
        padding-right: 3rem
    }
}

@media(min-width:1025px) {
    .table-3-cols {
        width: calc(50% - 1.11111rem);
        margin: 0 .5555555556rem;
        border-radius: .1666666667rem
    }

    .table-3-cols:not(:first-child) thead {
        display: table-header-group
    }

    .lottery__prizes--3 .table-3-cols,
    .tournament__prizes--3 .table-3-cols {
        width: calc(33.333% - 1.11111rem)
    }

    .table-3-cols thead td {
        padding: .4444444444rem 0;
        font-size: .5555555556rem;
        line-height: 1.25
    }

    .table-3-cols thead td:first-child {
        width: 10%
    }

    .table-3-cols thead td:last-child {
        padding-right: 1.6666666667rem
    }

    .table-3-cols tbody tr tr:first-child td:first-child {
        border-top-left-radius: .2222222222rem
    }

    .table-3-cols tbody tr:first-child td:last-child {
        border-top-right-radius: .2222222222rem
    }

    .table-3-cols tbody tr:last-child td:first-child {
        border-bottom-left-radius: .2222222222rem
    }

    .table-3-cols tbody tr:last-child td:last-child {
        border-bottom-right-radius: .2222222222rem
    }

    .table-3-cols tbody tr:last-child td:after {
        border-bottom: none
    }

    .table-3-cols tbody td {
        padding: .4444444444rem .6666666667rem;
        font-size: .7777777778rem
    }

    .table-3-cols tbody td:first-child {
        width: 4.1666666667rem
    }

    .event__participants .table-3-cols tbody td:nth-child(2) b {
        max-width: 12.7777777778rem
    }

    .table-3-cols tbody td:last-child {
        letter-spacing: -.0055555556rem;
        padding-right: 1.6666666667rem;
        white-space: nowrap
    }
}

.table-3-cols--mod tbody td {
    padding: .8rem 1rem;
    font-weight: 500
}

@media(max-width:768px) {

    .table-3-cols--mod td:last-child,
    .table-3-cols--mod td:nth-child(2) {
        width: 30%
    }

    .table-2-cols-wr__table-wr:not(:last-child) .table-3-cols--mod:last-child tbody tr:last-child td:after {
        display: block
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .table-3-cols--mod {
        width: 100%;
        margin: 0
    }

    .table-3-cols--mod tbody td {
        padding: 2rem 3rem
    }
}

@media(min-width:1025px) {
    .table-3-cols--mod {
        width: 100%;
        margin: 0
    }

    .table-3-cols--mod tbody td {
        padding: 1.1111111111rem 1.6666666667rem
    }
}

.table-4 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    margin-bottom: 1.6666666667rem;
    background-color: #293541
}

.table-4:last-child {
    margin-bottom: 0
}

.table-4 td {
    line-height: 1.67;
    vertical-align: top;
    text-align: left
}

.table-4 td:nth-child(2) {
    display: none
}

.table-4 thead td {
    padding: .8rem 1rem;
    background-color: rgba(20, 20, 30, .4);
    font-weight: 500;
    font-size: .8rem;
    color: hsla(0, 0%, 100%, .8);
    letter-spacing: -.022rem
}

.table-4 thead td:nth-child(2) {
    padding-left: 0;
    padding-right: 0
}

.table-4 thead td:last-child {
    padding-left: 0
}

.table-4 tbody td {
    position: relative;
    padding: 1rem 1rem .6666666667rem;
    font-size: .8rem;
    color: hsla(0, 0%, 100%, .8);
    letter-spacing: -.022rem
}

.table-4 tbody td:after {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3)
}

.table-4 tbody td:first-child:after {
    left: 1rem;
    right: 0
}

.table-4 tbody td:nth-child(2) {
    padding-left: 0;
    padding-right: 0
}

.table-4 tbody td:nth-child(2):after {
    left: 0;
    right: 0
}

.table-4 tbody td:last-child {
    padding-left: 0
}

.table-4 tbody td:last-child:after {
    left: 0;
    right: 1rem
}

.table-4 tbody td b {
    color: #fff;
    letter-spacing: -.0266666667rem
}

.table-4 tbody tr:last-child td {
    padding-bottom: 1.2666666667rem
}

.table-4 tbody tr:last-child td:after {
    display: none
}

@media(min-width:769px)and (max-width:1024px) {
    .table-4 {
        margin-bottom: 4rem
    }

    .table-4 td {
        width: 33.333%
    }

    .table-4 td:nth-child(2) {
        display: table-cell
    }

    .table-4:not(:first-child) thead {
        display: table-header-group
    }

    .table-4 thead td {
        padding: 2.4rem 3rem;
        background-color: #14141e;
        font-size: 1.6rem;
        line-height: 1.25;
        color: #fff;
        letter-spacing: -.05rem
    }

    .table-4 tbody tr:last-child td {
        padding-bottom: 3.4rem
    }

    .table-4 tbody tr:last-child td:after {
        display: none
    }

    .table-4 tbody td {
        padding: 2rem 3rem;
        font-size: 1.8rem;
        letter-spacing: normal
    }

    .table-4 tbody td:first-child:after {
        left: 3rem
    }

    .table-4 tbody td:last-child:after {
        right: 3rem
    }

    .table-4 tbody td b {
        color: hsla(0, 0%, 100%, .7);
        letter-spacing: -.05rem
    }
}

@media(min-width:1025px) {
    .table-4 {
        margin-bottom: 2.2222222222rem
    }

    .table-4 td {
        width: 33.333%
    }

    .table-4 td:nth-child(2) {
        display: table-cell
    }

    .table-4:not(:first-child) thead {
        display: table-header-group
    }

    .table-4 thead td {
        padding: 1.3333333333rem 1.6666666667rem;
        background-color: #14141e;
        font-size: .8888888889rem;
        line-height: 1.25;
        color: #fff;
        letter-spacing: -.0277777778rem
    }

    .table-4 tbody tr:last-child td {
        padding-bottom: 1.8888888889rem
    }

    .table-4 tbody tr:last-child td:after {
        display: none
    }

    .table-4 tbody td {
        padding: 1.1111111111rem 1.6666666667rem;
        font-size: 1rem;
        letter-spacing: normal
    }

    .table-4 tbody td:first-child:after {
        left: 1.6666666667rem
    }

    .table-4 tbody td:last-child:after {
        right: 1.6666666667rem
    }

    .table-4 tbody td b {
        color: hsla(0, 0%, 100%, .7);
        letter-spacing: -.0277777778rem
    }
}

.table-5 {
    width: 100%;
    padding: 0;
    border-radius: .2rem;
    background-color: #282638
}

.table-5 td {
    vertical-align: top;
    text-align: left
}

.table-5 thead td {
    padding: .8rem 1rem;
    background-color: rgba(20, 20, 30, .4);
    font-weight: 500;
    font-size: .8rem;
    letter-spacing: normal;
    color: hsla(0, 0%, 100%, .8)
}

.table-5 thead td:last-child,
.table-5 thead td:nth-child(2) {
    padding-left: 0
}

.table-5 tbody td {
    position: relative;
    padding: 1.3333333333rem 1rem 1rem
}

.table-5 tbody td:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: .0666666667rem solid #14141e
}

.table-5 tbody td:last-child,
.table-5 tbody td:nth-child(2) {
    padding-left: 0
}

.table-5 tbody tr:last-child td {
    padding-bottom: 1.2666666667rem
}

.table-5 tbody tr:last-child td:after {
    display: none
}

@media(max-width:768px) {
    .table-5:first-child tbody tr:last-child td:after {
        display: block
    }

    .table-5:not(:first-child) thead {
        display: none
    }

    .table-5 thead td:nth-child(2) {
        text-align: right
    }

    .table-5 thead td:last-child {
        display: none
    }

    .table-5 tbody td:nth-child(2) {
        text-align: right
    }

    .table-5 tbody td:last-child {
        display: none
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .table-5 {
        width: calc(50% - 10px);
        border-radius: .3rem
    }

    .table-5 td:nth-child(2) {
        display: table-cell
    }

    .table-5:not(:first-child) thead {
        display: table-header-group
    }

    .table-5 thead td {
        padding: 2rem 3rem;
        font-size: 1.8rem;
        line-height: 1.25
    }

    .table-5 tbody tr:last-child td:after {
        display: none
    }

    .table-5 tbody td {
        padding: 2rem 3rem
    }

    .table-5 tbody td:after {
        border-bottom-width: .1rem
    }
}

@media(min-width:1025px) {
    .table-5 {
        width: calc(50% - 10px);
        border-radius: .1666666667rem
    }

    .table-5 td:nth-child(2) {
        display: table-cell
    }

    .table-5 td:nth-child(2) .table-5__change-text {
        display: none
    }

    .table-5:not(:first-child) thead {
        display: table-header-group
    }

    .table-5 thead td {
        padding: 1.1111111111rem 1.6666666667rem;
        font-size: 1rem;
        line-height: 1.25
    }

    .table-5 tbody tr:last-child td:after {
        display: none
    }

    .table-5 tbody td {
        padding: 1.1111111111rem 1.6666666667rem
    }

    .table-5 tbody td:after {
        border-bottom-width: .0555555556rem
    }
}

.table-5__blue {
    margin-bottom: .3333333333rem;
    font-weight: 500;
    font-size: 1.0666666667rem;
    line-height: 1;
    letter-spacing: normal;
    color: #74dcd2
}

.table-5__blue:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .table-5__blue {
        margin-bottom: 0;
        font-size: 1.8rem
    }
}

@media(min-width:1025px) {
    .table-5__blue {
        margin-bottom: 0;
        font-size: 1rem
    }
}

.table-5__change-title {
    font-size: .8rem;
    line-height: 1.67;
    letter-spacing: -.022rem;
    color: hsla(0, 0%, 100%, .8)
}

@media(min-width:769px)and (max-width:1024px) {
    .table-5__change-title {
        display: none
    }
}

@media(min-width:1025px) {
    .table-5__change-title {
        display: none
    }
}

.table-5__count {
    margin-bottom: .4666666667rem;
    font-weight: 500;
    font-size: 1.0666666667rem;
    line-height: 1;
    letter-spacing: normal;
    color: hsla(0, 0%, 100%, .8)
}

.table-5__count:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .table-5__count {
        margin-bottom: 0;
        font-size: 1.8rem
    }
}

@media(min-width:1025px) {
    .table-5__count {
        margin-bottom: 0;
        font-size: 1rem
    }
}

.table-5__change-text {
    font-weight: 500;
    font-size: .8666666667rem;
    line-height: 1;
    letter-spacing: .0146666667rem;
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .table-5__change-text {
        font-size: 1.8rem;
        letter-spacing: -.05rem
    }
}

@media(min-width:1025px) {
    .table-5__change-text {
        font-size: 1rem;
        letter-spacing: -.0277777778rem
    }
}

.table-6 {
    width: 100%;
    margin-bottom: 1.3333333333rem;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0
}

.table-6:last-child {
    margin-bottom: 0
}

.table-6 tr {
    position: relative
}

.table-6 tr:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: .0666666667rem solid #14141e
}

.bonus__section .table-6 tr:after {
    left: -1rem;
    right: -1rem
}

.table-6 tr:last-child:after {
    display: none
}

.table-6 td {
    padding: .7333333333rem 0 1rem;
    font-size: .9333333333rem;
    line-height: 1.36;
    letter-spacing: normal;
    color: #fff;
    vertical-align: top
}

.table-6 td:first-child {
    position: relative;
    padding-left: 1.1333333333rem;
    text-align: left
}

.table-6 td:first-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.0666666667rem;
    width: .4666666667rem;
    height: .4666666667rem;
    border-radius: 50%;
    background-color: #74dcd2
}

.table-6 td:last-child {
    font-weight: 500;
    text-align: right
}

@media(min-width:769px)and (max-width:1024px) {
    .table-6 {
        margin-bottom: 2rem
    }

    .table-6 td {
        padding: 1.5rem 0;
        font-size: 1.8rem;
        line-height: 1.78
    }

    .table-6 td:first-child {
        padding-left: 2.8rem
    }

    .table-6 td:first-child:before {
        top: 2.6rem;
        width: 1rem;
        height: 1rem
    }

    .table-6 tr:after {
        border-bottom-width: .1rem
    }

    .bonus__section .table-6 tr:after {
        left: -3.5rem;
        right: -3.5rem
    }
}

@media(min-width:1025px) {
    .table-6 {
        margin-bottom: 1.1111111111rem
    }

    .table-6 td {
        padding: .8333333333rem 0;
        font-size: 1rem;
        line-height: 1.78
    }

    .table-6 td:first-child {
        padding-left: 1.5555555556rem
    }

    .table-6 td:first-child:before {
        top: 1.4444444444rem;
        width: .5555555556rem;
        height: .5555555556rem
    }

    .table-6 tr:after {
        border-bottom-width: .0555555556rem
    }

    .bonus__section .table-6 tr:after {
        left: -1.9444444444rem;
        right: -1.9444444444rem
    }
}

.contact-btns {
    display: flex;
    flex-direction: column
}

@media(min-width:451px)and (max-width:768px) {
    .contact-btns {
        flex-direction: row
    }
}

@media(min-width:769px) {
    .contact-btns {
        flex-direction: row
    }
}

.webview-content .contact-btns [href*="t.me"] {
    display: none
}

.contact-btns__item {
    margin-bottom: .8666666667rem
}

.contact-btns__item:last-child {
    margin: 0
}

@media(min-width:451px) {
    .contact-btns__item {
        width: 100%
    }

    .contact-btns__item:last-child {
        margin-right: 0
    }
}

@media(min-width:451px)and (max-width:768px) {
    .contact-btns__item {
        margin: 0 .6666666667rem 0 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .contact-btns__item {
        margin: 0 1rem 0 0
    }
}

@media(min-width:1025px) {
    .contact-btns__item {
        margin: 0 .5555555556rem 0 0
    }
}

.contact-btns__item-ic {
    z-index: 3;
    width: 1.3333333333rem;
    height: auto;
    margin-right: .2rem;
    fill: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .contact-btns__item-ic {
        width: 2rem;
        margin-right: .3rem
    }
}

@media(min-width:1025px) {
    .contact-btns__item-ic {
        width: 1.1111111111rem;
        margin-right: .1666666667rem
    }
}

.container-sidebar {
    position: relative;
    z-index: 1
}

.news-page--promotion .container-sidebar {
    margin-bottom: 1.6666666667rem
}

.news-page--promotion .container-sidebar:last-child {
    margin-bottom: 0
}

@media(max-width:768px) {
    .main .container-sidebar {
        padding-bottom: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .main .container-sidebar {
        padding-bottom: 2.5rem
    }

    .news-page--promotion .container-sidebar {
        margin-bottom: 4rem
    }
}

@media(min-width:1025px) {
    .container-sidebar {
        display: flex;
        width: 94.6666666667rem;
        padding: 0;
        margin: 0 auto
    }

    .news-page--promotion .container-sidebar {
        margin-bottom: 2.2222222222rem
    }
}

@media(max-width:768px) {
    .container-sidebar--padding {
        padding: 0 .6666666667rem
    }
}

@media(min-width:769px) {
    .container-sidebar--padding {
        padding: 0 1rem
    }
}

@media(min-width:1025px) {
    .container-sidebar--padding {
        padding: 0
    }
}

.container-sidebar--no-desktop-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top
}

@media(min-width:769px) {
    .container-sidebar--no-desktop-bg {
        background-image: none !important
    }
}

@media(max-width:768px) {
    .container-sidebar--x-mas-flight {
        position: relative;
        background-image: url(/upload/medialibrary/fa2/fa2f5393db6ef39e289d7f8293eaad25.png);
        background-repeat: repeat-y;
        background-size: cover;
        background-position: top
    }

    .container-sidebar--x-mas-flight:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, #14141e, rgba(41, 43, 87, 0) 50.52%, #14141e)
    }
}

.container-sidebar__center {
    flex: auto;
    position: relative
}

@media(max-width:768px) {
    .container-sidebar__center {
        min-height: 16.6666666667rem
    }
}

@media(min-width:1025px) {
    .container-sidebar__center {
        width: calc(100% - 23.11111rem);
        min-height: 55.5555555556rem;
        flex: none;
        margin-right: 2.7777777778rem
    }
}

@media(max-width:768px) {
    .container-sidebar__center--calendar {
        margin-bottom: 1.3333333333rem
    }

    .container-sidebar__center--calendar:last-child {
        margin-bottom: 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .container-sidebar__center--calendar {
        margin-bottom: 1.3333333333rem
    }

    .container-sidebar__center--calendar:last-child {
        margin-bottom: 0
    }
}

.container-sidebar__center-inner {
    margin-bottom: 1.3333333333rem
}

@media(max-width:768px) {
    .main .container-sidebar__center-inner {
        overflow: hidden
    }

    .static-page .container-sidebar__center-inner {
        overflow: visible
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .container-sidebar__center-inner {
        margin-bottom: 3rem
    }
}

@media(min-width:1025px) {
    .container-sidebar__center-inner {
        margin-bottom: 2.6666666667rem
    }
}

.container-sidebar__center-inner-1,
.container-sidebar__center-inner-2 {
    position: relative;
    margin-bottom: 2rem
}

.container-sidebar__center-inner-1:last-child,
.container-sidebar__center-inner-2:last-child {
    margin-bottom: 0
}

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

    .container-sidebar__center-inner-1,
    .container-sidebar__center-inner-2 {
        margin-bottom: 3rem;
        padding: 4rem;
        border-radius: 1.6rem;
        background-color: #2c3357
    }
}

@media(min-width:1025px) {

    .container-sidebar__center-inner-1,
    .container-sidebar__center-inner-2 {
        margin-bottom: 2.6666666667rem;
        padding: 2.2222222222rem;
        border-radius: .8888888889rem;
        background-color: #2c3357
    }
}

.container-sidebar__center-inner-1 {
    display: block
}

.authorized-vip-club-player .container-sidebar__center-inner-1,
.container-sidebar__center-inner-2 {
    display: none
}

.status-widget-visible .container-sidebar__center-inner-2 {
    display: block
}

.container-sidebar__sidebar {
    position: relative;
    flex-shrink: 0;
    z-index: 1
}

@media(min-width:1025px) {
    .partners-contests-history .container-sidebar__sidebar {
        padding-top: 8rem
    }
}

@media(max-width:768px) {
    .news-page--promotion .container-sidebar__sidebar {
        padding: 0 .8rem
    }
}

@media(min-width:1025px) {
    .container-sidebar__sidebar {
        width: 20.3333333333rem;
        margin-bottom: 2.4444444444rem
    }

    .news-page .container-sidebar__sidebar {
        margin-bottom: 0
    }

    .tournament .container-sidebar__sidebar {
        margin-bottom: 4rem
    }

    .container-sidebar--game-provider .container-sidebar__sidebar {
        padding-top: 7.9444444444rem
    }
}

@media(min-width:1025px) {
    .container-sidebar__sidebar--calendar {
        margin-bottom: 1.1111111111rem
    }
}

@media(min-width:1025px) {
    .container-sidebar__sidebar-inner {
        width: 20.3333333333rem
    }

    .main .container-sidebar__sidebar-inner,
    .sport-lobby .container-sidebar__sidebar-inner {
        position: -webkit-sticky;
        position: sticky;
        top: 4.1666666667rem
    }

    .container-sidebar--game-provider .container-sidebar__sidebar-inner {
        top: 6.6111111111rem
    }
}

.container-sidebar__sidebar-all-prizes {
    display: block;
    font-weight: 700;
    font-size: 1.8666666667rem;
    line-height: 2.6666666667rem;
    color: #00c193;
    letter-spacing: normal
}

@media(min-width:769px)and (max-width:1024px) {
    .container-sidebar__sidebar-all-prizes {
        font-size: 3.2rem
    }
}

@media(min-width:1025px) {
    .container-sidebar__sidebar-all-prizes {
        font-size: 2.2222222222rem
    }
}

.event__sidebar-dates {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.7333333333rem;
    padding: 0 .6666666667rem;
    border-radius: .2666666667rem;
    background-color: #333d6c;
    font-weight: 500;
    font-size: 1.3333333333rem;
    line-height: 1;
    letter-spacing: normal;
    color: hsla(0, 0%, 100%, .5)
}

@media(min-width:769px)and (max-width:1024px) {
    .event__sidebar-dates {
        height: 5.6rem;
        padding: 0 1rem;
        border-radius: .4rem;
        font-size: 2rem
    }
}

@media(min-width:1025px) {
    .event__sidebar-dates {
        height: 3.1111111111rem;
        padding: 0 .5555555556rem;
        border-radius: .2222222222rem;
        font-size: 1.1111111111rem
    }
}

.container-sidebar__sidebar-bet {
    display: block;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1;
    color: #378cc7;
    letter-spacing: normal;
    text-transform: uppercase
}

@media(min-width:769px)and (max-width:1024px) {
    .container-sidebar__sidebar-bet {
        font-size: 3.2rem
    }
}

@media(min-width:1025px) {
    .container-sidebar__sidebar-bet {
        font-size: 1.7777777778rem
    }
}

.container-sidebar__sidebar-all-prizes-sum {
    display: inline;
    white-space: nowrap
}

.container-sidebar__sidebar-all-prizes-symbol {
    display: inline;
    color: #fff
}

.vue-notification-group,
.Vue-Toastification__container {
    position: fixed;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: 3.4666666667rem !important;
    z-index: 31 !important
}

@media(min-width:769px) {

    .vue-notification-group,
    .Vue-Toastification__container {
        top: 7.6rem !important;
        bottom: unset !important;
        left: 50% !important;
        right: unset !important;
        max-width: 58.5rem !important;
        transform: translateX(-50%)
    }
}

@media(min-width:1025px) {

    .vue-notification-group,
    .Vue-Toastification__container {
        top: 5.3333333333rem !important;
        max-width: 32.5rem !important
    }
}

@media(min-width:769px) {

    .top-right.vue-notification-group,
    .top-right.Vue-Toastification__container {
        top: 8rem !important;
        right: 4rem !important;
        left: unset !important;
        bottom: unset !important;
        transform: translateX(0)
    }
}

@media(min-width:1025px) {

    .top-right.vue-notification-group,
    .top-right.Vue-Toastification__container {
        top: 4.4444444444rem !important;
        right: 2.2222222222rem !important;
        left: unset !important;
        bottom: unset !important
    }
}

.vue-notification-group .vue-notification,
.vue-notification-group .Vue-Toastification__toast-body,
.Vue-Toastification__container .vue-notification,
.Vue-Toastification__container .Vue-Toastification__toast-body {
    position: relative;
    padding: .8rem .8rem .8rem 1.0666666667rem;
    margin: 0 0 1rem;
    min-height: 4.5333333333rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    border-radius: 1.0666666667rem;
    box-shadow: 0 64px 40px -40px rgba(0, 19, 57, .75), 0 40px 40px -40px rgba(0, 19, 57, .75);
    background-color: #2c3357 !important;
    overflow: hidden;
    transform: translateZ(0)
}

@media(min-width:769px) {

    .vue-notification-group .vue-notification,
    .vue-notification-group .Vue-Toastification__toast-body,
    .Vue-Toastification__container .vue-notification,
    .Vue-Toastification__container .Vue-Toastification__toast-body {
        padding: 1.6rem 1.6rem 1.6rem 2rem;
        margin: 0 0 1.5rem;
        min-height: 8.4rem;
        border-radius: 1.6rem
    }
}

@media(min-width:1025px) {

    .vue-notification-group .vue-notification,
    .vue-notification-group .Vue-Toastification__toast-body,
    .Vue-Toastification__container .vue-notification,
    .Vue-Toastification__container .Vue-Toastification__toast-body {
        padding: .8888888889rem .8888888889rem .8888888889rem 1.1111111111rem;
        min-height: 4.6666666667rem;
        border-radius: .8888888889rem
    }
}

.vue-notification-group .vue-notification--offline,
.Vue-Toastification__container .vue-notification--offline {
    justify-content: flex-start;
    font-weight: 500
}

@media(max-width:768px) {

    .vue-notification-group .vue-notification--offline,
    .Vue-Toastification__container .vue-notification--offline {
        padding: 1.6rem .8rem 1.6rem 1.6rem
    }
}

@media(min-width:769px) {

    .vue-notification-group .vue-notification--offline,
    .Vue-Toastification__container .vue-notification--offline {
        padding: 3rem 1.6rem 3rem 2rem
    }
}

@media(min-width:1025px) {

    .vue-notification-group .vue-notification--offline,
    .Vue-Toastification__container .vue-notification--offline {
        padding: 1.6666666667rem .8888888889rem 1.6666666667rem 1.1111111111rem
    }
}

.vue-notification-group .vue-notification--offline .notification-content,
.Vue-Toastification__container .vue-notification--offline .notification-content {
    white-space: nowrap;
    padding: 0
}

.vue-notification-group .vue-notification-wrapper,
.Vue-Toastification__container .vue-notification-wrapper {
    padding: 0 .8rem !important;
    overflow: visible !important
}

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

    .vue-notification-group .vue-notification-wrapper,
    .Vue-Toastification__container .vue-notification-wrapper {
        padding: 0 !important
    }
}

.Vue-Toastification__container {
    position: fixed;
    padding: 0 .8rem !important
}

@media(min-width:769px)and (max-width:1024px) {
    .Vue-Toastification__container {
        padding: 0 !important
    }
}

.vue-notification-inner {
    position: relative
}

@media(max-width:768px) {
    .vue-notification-inner#popup-payment_problems {
        margin-left: -4.6875vw;
        margin-top: -.6666666667rem;
        width: 100vw
    }
}

@media(min-width:451px)and (max-width:768px) {
    .vue-notification-inner#popup-payment_problems {
        margin-left: 0;
        margin-top: 0;
        width: auto
    }
}

.notification-title {
    margin-bottom: .5333333333rem;
    font-size: 1.0666666667rem;
    font-weight: 500;
    line-height: 1.6rem;
    text-align: center;
    color: #fff;
    opacity: .75
}

@media(min-width:769px)and (max-width:1024px) {
    .notification-title {
        font-size: 1.8rem;
        line-height: 2.8rem
    }
}

@media(min-width:1025px) {
    .notification-title {
        font-size: 1rem;
        line-height: 1.5555555556rem
    }
}

.notification-content {
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    font-weight: 500;
    text-align: left;
    color: hsla(0, 0%, 100%, .75);
    padding-right: 1.3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .notification-content {
        font-size: 1.6rem;
        line-height: 2.4rem;
        padding-right: 2rem
    }
}

@media(min-width:1025px) {
    .notification-content {
        font-size: .8888888889rem;
        line-height: 1.3333333333rem;
        padding-right: 1.1111111111rem
    }
}

#popup-payment_problems_with_buttons .notification-content {
    margin-bottom: 0
}

@media(max-width:768px) {
    #bonuses_not_available .notification-content br {
        display: none
    }
}

.vue-notification__close-progress {
    position: relative;
    width: 2.8rem;
    height: 2.8rem;
    padding: .2rem;
    flex: 0 0 auto;
    border-radius: 50%;
    background-color: #262a46;
    cursor: pointer
}

@media(min-width:769px)and (max-width:1024px) {
    .vue-notification__close-progress {
        width: 5.2rem;
        height: 5.2rem;
        padding: .3rem
    }
}

@media(min-width:1025px) {
    .vue-notification__close-progress {
        width: 2.8888888889rem;
        height: 2.8888888889rem;
        padding: .1666666667rem
    }
}

.round-progress-bar {
    height: 100%;
    width: 100%;
    position: relative
}

.round-progress-bar__progress {
    fill: none;
    stroke: #00c193;
    stroke-dasharray: 100 100;
    stroke-dashoffset: 0;
    stroke-width: .1333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .round-progress-bar__progress {
        stroke-width: .4rem
    }
}

@media(min-width:1025px) {
    .round-progress-bar__progress {
        stroke-width: .2222222222rem
    }
}

.round-progress-bar__background {
    fill: none;
    stroke: #0b1134;
    stroke-width: .1333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .round-progress-bar__background {
        stroke-width: .4rem
    }
}

@media(min-width:1025px) {
    .round-progress-bar__background {
        stroke-width: .2222222222rem
    }
}

@keyframes round {
    0% {
        stroke-dashoffset: 100
    }

    to {
        stroke-dashoffset: 0
    }
}

.round-progress-bar__svg {
    transform: rotate(270deg)
}

.round-progress-bar__close {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.round-progress-bar__close-icon {
    display: block;
    width: .8rem;
    height: auto;
    color: #fff
}

@media(min-width:769px)and (max-width:1024px) {
    .round-progress-bar__close-icon {
        width: 1.2rem
    }
}

@media(min-width:1025px) {
    .round-progress-bar__close-icon {
        width: .6666666667rem
    }
}

.notification-icon_offline {
    display: flex;
    width: 1.0666666667rem;
    height: 1.0666666667rem;
    margin-right: .5333333333rem;
    fill: hsla(0, 0%, 100%, .75)
}

@media(min-width:769px)and (max-width:1024px) {
    .notification-icon_offline {
        width: 2rem;
        height: 2rem;
        margin-right: .8rem
    }
}

@media(min-width:1025px) {
    .notification-icon_offline {
        width: 1.1111111111rem;
        height: 1.1111111111rem;
        margin-right: .4444444444rem
    }
}

.notification {
    background-color: transparent !important;
    padding: 0 !important
}

.Vue-Toastification__toast {
    position: static !important
}

.Vue-Toastification__bounce-enter-active.bottom-center,
.Vue-Toastification__bounce-enter-active.top-center {
    animation-name: bounceInDown
}

@media(max-width:768px) {

    .Vue-Toastification__bounce-enter-active.bottom-center,
    .Vue-Toastification__bounce-enter-active.top-center {
        animation-name: bounceInUp
    }
}

.Vue-Toastification__bounce-leave-active.bottom-center,
.Vue-Toastification__bounce-leave-active.top-center {
    animation-name: bounceOutUp
}

@media(max-width:768px) {

    .Vue-Toastification__bounce-leave-active.bottom-center,
    .Vue-Toastification__bounce-leave-active.top-center {
        animation-name: bounceOutDown
    }
}

.Vue-Toastification__bounce-move {
    transition-behavior: normal;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all
}

.Vue-Toastification__toast.disable-transition {
    transition: none !important;
    animation: none !important
}

.Vue-Toastification__progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 31;
    background-color: hsla(0, 0%, 100%, .7);
    transform-origin: left;
    animation: scale-x-frames linear 1 forwards
}

@media(max-width:768px) {
    .Vue-Toastification__progress-bar {
        height: .3333333333rem
    }
}

@media(min-width:769px) {
    .Vue-Toastification__progress-bar {
        height: .5rem
    }
}

@media(min-width:1025px) {
    .Vue-Toastification__progress-bar {
        height: .2777777778rem
    }
}

@keyframes scale-x-frames {
    0% {
        transform: scaleX(1)
    }

    to {
        transform: scaleX(0)
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: none
    }
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.resize-observer {
    border: none;
    background-color: transparent;
    opacity: 0
}

.resize-observer,
.resize-observer object {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: block;
    overflow: hidden
}

.v-popper {
    display: inline-flex
}

.v-popper,
.v-popper--has-tooltip {
    cursor: pointer
}

.v-popper__popper {
    z-index: 31;
    top: 0;
    left: 0;
    outline: none;
    border-radius: .5333333333rem;
    box-shadow: 0 2.2666666667rem 2.6666666667rem 2.6666666667rem rgba(0, 19, 57, .25), 0 1.3333333333rem 2.6666666667rem 2.6666666667rem rgba(0, 19, 57, .25)
}

@media(min-width:769px) {
    .v-popper__popper {
        border-radius: 1.6rem;
        box-shadow: 0 3.4rem 4rem 4rem rgba(0, 19, 57, .25), 0 2rem 4rem 4rem rgba(0, 19, 57, .25)
    }
}

@media(min-width:1025px) {
    .v-popper__popper {
        border-radius: .8888888889rem;
        box-shadow: 0 1.8888888889rem 2.2222222222rem 2.2222222222rem rgba(0, 19, 57, .25), 0 1.1111111111rem 2.2222222222rem 2.2222222222rem rgba(0, 19, 57, .25)
    }
}

.v-popper__popper--hidden {
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s, visibility .15s;
    pointer-events: none
}

.v-popper__popper--shown {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s
}

@media(max-width:768px) {
    .v-popper__popper--no-positioning {
        padding: .8rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .v-popper__popper--no-positioning {
        padding: 1.6rem
    }
}

@media(max-width:1024px) {
    .v-popper__popper--no-positioning {
        position: fixed;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        width: 100%;
        height: 100%
    }
}

.v-popper__popper--skip-transition,
.v-popper__popper--skip-transition>.v-popper__wrapper {
    transition: none
}

.v-popper__backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

@media(max-width:1024px) {
    .v-popper__backdrop {
        display: block;
        background: rgba(0, 8, 83, .9)
    }
}

.v-popper__inner>div {
    position: relative;
    z-index: 1;
    max-width: inherit;
    max-height: inherit
}

.v-popper__arrow-container {
    position: absolute;
    width: 2.1333333333rem;
    height: 2.1333333333rem
}

@media(min-width:769px) {
    .v-popper__arrow-container {
        width: 3.2rem;
        height: 3.2rem
    }
}

@media(min-width:1025px) {
    .v-popper__arrow-container {
        width: 1.7777777778rem;
        height: 1.7777777778rem
    }
}

.cashback-tooltip .v-popper__arrow-container {
    display: none
}

.v-popper__arrow-inner,
.v-popper__popper--arrow-overflow .v-popper__arrow-container,
.v-popper__popper--no-positioning .v-popper__arrow-container {
    display: none !important
}

.v-popper__popper .v-popper__arrow-outer {
    border-style: solid;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-width: 1.0666666667rem;
    color: #2c3357 !important
}

@media(min-width:769px)and (max-width:1024px) {
    .v-popper__popper .v-popper__arrow-outer {
        border-width: 1.6rem
    }
}

@media(min-width:1025px) {
    .v-popper__popper .v-popper__arrow-outer {
        border-width: .8888888889rem
    }
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-container {
    bottom: -1.0666666667rem;
    height: 1.0666666667rem
}

@media(min-width:769px) {
    .v-popper__popper[data-popper-placement^=top] .v-popper__arrow-container {
        bottom: -1.6rem;
        height: 1.6rem
    }
}

@media(min-width:1025px) {
    .v-popper__popper[data-popper-placement^=top] .v-popper__arrow-container {
        bottom: -.8888888889rem;
        height: .8888888889rem
    }
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer {
    border-bottom-width: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    left: 0
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container {
    top: 0
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer {
    border-top-width: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    left: 0;
    top: -1rem
}

@media(min-width:769px)and (max-width:1024px) {
    .v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer {
        top: -1.5rem
    }
}

@media(min-width:1025px) {
    .v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer {
        top: -.8333333333rem
    }
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-container {
    right: -.8888888889rem
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer {
    border-left-width: 0;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    top: 0;
    left: -.8888888889rem
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container {
    right: -.8888888889rem;
    transform: translateY(-50%)
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer {
    border-right-width: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    top: 0;
    left: 50%
}

.v-popper__inner {
    position: relative;
    box-sizing: border-box;
    padding: 0;
    background: transparent
}

.v-popper__popper--no-positioning .v-popper__inner:before {
    display: none
}

.v-popper__inner:before {
    content: "";
    position: relative;
    display: block;
    background-image: url(svg/close_violet.svg)
}

@media(max-width:768px) {
    .v-popper__inner:before {
        width: 100%;
        height: 2.1333333333rem;
        background-repeat: no-repeat;
        background-size: 1.0666666667rem;
        background-position: 100% 0
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .v-popper__inner:before {
        width: 100%;
        height: 3.2rem;
        background-repeat: no-repeat;
        background-size: 1.6rem;
        background-position: 100% 0
    }
}

@media(min-width:1025px) {
    .v-popper__inner:before {
        display: none
    }
}

.v-popper__wrapper {
    z-index: 1;
    margin: 0;
    border-radius: .5333333333rem;
    background-color: #2c3357
}

@media(max-width:768px) {
    .v-popper__wrapper {
        width: 100%;
        font-size: .9333333333rem;
        line-height: 1.3333333333rem;
        padding: 1.0666666667rem;
        max-height: calc(100vh - 1.6rem);
        max-height: calc(100dvh - 1.6rem);
        overflow: auto
    }
}

@media(max-width:1024px) {
    .v-popper__wrapper {
        width: 100%
    }
}

@media(min-width:769px) {
    .v-popper__wrapper {
        width: 32rem;
        font-size: 1.6rem;
        line-height: 2rem;
        padding: 1.6rem;
        border-radius: 1.6rem
    }
}

@media(min-width:1025px) {
    .v-popper__wrapper {
        width: 18.4444444444rem;
        padding: .8888888889rem;
        border-radius: .8888888889rem;
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

@media(min-width:769px) {
    .section-games__list-item-badge_tooltip .v-popper__wrapper {
        width: 19.6rem;
        font-size: 1.6rem;
        line-height: 2.4rem;
        text-align: center
    }
}

@media(min-width:1025px) {
    .section-games__list-item-badge_tooltip .v-popper__wrapper {
        width: 10.8888888889rem;
        font-size: .8888888889rem;
        line-height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .section-games__list-item-tournament-badge_tooltip .v-popper__wrapper {
        width: 19.4rem;
        font-size: 1.6rem;
        line-height: 2.4rem
    }
}

@media(min-width:1025px) {
    .section-games__list-item-tournament-badge_tooltip .v-popper__wrapper {
        width: 10.7777777778rem;
        font-size: .8888888889rem;
        line-height: 1.3333333333rem
    }
}

.tooltip-balance .v-popper__wrapper {
    text-align: center
}

@media(min-width:769px) {

    .confirmed-phone__tooltip .v-popper__wrapper,
    .payment-area-form__tooltip .v-popper__wrapper {
        width: auto
    }
}

.v-popper__wrapper:has(.bonuses-privilege-promocode-tooltip),
.v-popper__wrapper:has(.deposit-bonus-activated__tooltip),
.v-popper__wrapper:has(.promocode-form__tooltip) {
    padding: 1.0666666667rem
}

@media(min-width:769px) {

    .v-popper__wrapper:has(.bonuses-privilege-promocode-tooltip),
    .v-popper__wrapper:has(.deposit-bonus-activated__tooltip),
    .v-popper__wrapper:has(.promocode-form__tooltip) {
        padding: 4rem
    }
}

@media(min-width:1025px) {

    .v-popper__wrapper:has(.bonuses-privilege-promocode-tooltip),
    .v-popper__wrapper:has(.deposit-bonus-activated__tooltip),
    .v-popper__wrapper:has(.promocode-form__tooltip) {
        padding: 2.2222222222rem;
        width: 27.7777777778rem
    }
}

@media(max-width:768px) {

    .v-popper__wrapper .bonuses-privilege-promocode-tooltip,
    .v-popper__wrapper .input-field__tooltip-wr,
    .v-popper__wrapper .promo-card-footer-prize__tooltip-content {
        padding-top: 2.1333333333rem
    }
}

.partners-contests-create-contest__tooltip .v-popper__wrapper {
    text-align: center
}

@media(max-width:768px) {
    .partners-contests-create-contest__tooltip .v-popper__wrapper {
        text-align: left
    }
}

@media(min-width:1025px) {
    .partners-contests-create-contest__tooltip .v-popper__wrapper {
        width: 15.5555555556rem
    }
}

@media(max-width:768px) {
    .cashback-tooltip .v-popper__wrapper {
        padding: .8rem
    }
}

@media(min-width:769px) {
    .cashback-tooltip .v-popper__wrapper {
        width: 62rem;
        padding: 4rem
    }
}

@media(min-width:1025px) {
    .cashback-tooltip .v-popper__wrapper {
        width: 34.4444444444rem;
        padding: 2.2222222222rem;
        background-color: #333d6c
    }
}

.tooltip__head {
    width: 100%;
    display: block;
    text-align: left;
    line-height: 1.5
}

@media(max-width:768px) {
    .tooltip__head {
        font-weight: 500;
        font-size: 1.0666666667rem;
        line-height: 1.3333333333rem;
        margin-bottom: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .tooltip__head {
        font-weight: 700;
        font-size: 2rem;
        padding-bottom: .8rem
    }
}

@media(min-width:1025px) {
    .tooltip__head {
        font-size: 1.1111111111rem;
        padding-bottom: .4444444444rem
    }
}

@media(max-width:768px) {
    .deposit-bonus-activated__tooltip .tooltip__head {
        padding-right: 1.6rem
    }
}

.tooltip__close {
    position: absolute;
    font-size: 0;
    line-height: 0;
    top: 0;
    right: 0;
    cursor: pointer
}

@media(min-width:769px) {
    .deposit-bonus-activated__tooltip .tooltip__close {
        display: none
    }
}

.tooltip__close-ic {
    color: #90a7ff
}

@media(max-width:768px) {
    .tooltip__close-ic {
        width: 1.0666666667rem;
        height: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .tooltip__close-ic {
        width: 2rem;
        height: 2rem
    }
}

@media(min-width:1025px) {
    .tooltip__close-ic {
        width: 1.1111111111rem;
        height: 1.1111111111rem
    }
}

.cashback-tooltip .tooltip__close-ic {
    color: #fff
}

.tooltip__body {
    color: #fff;
    text-align: left;
    font-weight: 400;
    font-size: .9333333333rem;
    line-height: 1.3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .tooltip__body {
        font-size: 1.6rem;
        line-height: 2.4rem
    }
}

@media(min-width:1025px) {
    .tooltip__body {
        font-size: .8888888889rem;
        line-height: 1.3333333333rem
    }
}

.cashback-tooltip .tooltip__body {
    display: flex;
    flex-direction: column
}

@media(max-width:768px) {
    .cashback-tooltip .tooltip__body {
        padding-top: 1.8666666667rem;
        gap: .8rem
    }
}

@media(min-width:769px) {
    .cashback-tooltip .tooltip__body {
        gap: 1.6rem
    }
}

@media(min-width:1025px) {
    .cashback-tooltip .tooltip__body {
        gap: .8888888889rem
    }
}

.tooltip__content {
    position: relative
}

@media(min-width:1025px) {
    .promocode-form__tooltip-trigger {
        position: absolute;
        right: 0;
        top: 0;
        width: 3.5555555556rem;
        height: 2.2222222222rem
    }
}

@media(max-width:1024px) {

    .cashwait-popup__tooltip,
    .confirmed-phone__tooltip,
    .history-item__tooltip,
    .index-list__title-tooltip,
    .partners-contests-create-contest__tooltip,
    .payment-area-form__tooltip,
    .player-account-select__currency-tooltip,
    .player-account-select__tooltip,
    .registration-promocode__tooltip {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        transform: none !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 1.0666666667rem
    }
}

@media(min-width:769px) {
    .cashback-tooltip {
        left: 50%;
        transform: translateX(-50%) !important
    }
}

.cashback-tooltip__title {
    margin: 0;
    font-weight: 500
}

@media(max-width:768px) {
    .cashback-tooltip__title {
        font-size: 1.0666666667rem;
        line-height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .cashback-tooltip__title {
        padding-right: 2.8rem;
        font-size: 1.6rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .cashback-tooltip__title {
        padding-right: 1.5555555556rem;
        font-size: .8888888889rem;
        line-height: 1.1111111111rem
    }
}

.cashback-tooltip__sub-title {
    margin: 0;
    font-weight: 500;
    letter-spacing: normal
}

@media(max-width:768px) {
    .cashback-tooltip__sub-title {
        font-size: .9333333333rem;
        line-height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .cashback-tooltip__sub-title {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .cashback-tooltip__sub-title {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

.cashback-tooltip__list {
    display: flex;
    flex-direction: column
}

@media(max-width:768px) {
    .cashback-tooltip__list {
        gap: .5333333333rem;
        margin-bottom: 0;
        padding-left: .5333333333rem
    }
}

@media(min-width:769px) {
    .cashback-tooltip__list {
        gap: 1.2rem;
        margin-bottom: 1.2rem;
        padding-left: .9rem
    }
}

@media(min-width:1025px) {
    .cashback-tooltip__list {
        gap: .6666666667rem;
        margin-bottom: .6666666667rem;
        padding-left: .5rem
    }
}

.cashback-tooltip__list:last-child {
    margin-bottom: 0
}

.cashback-tooltip__list>li {
    position: relative;
    font-weight: 500;
    color: hsla(0, 0%, 100%, .75)
}

@media(max-width:768px) {
    .cashback-tooltip__list>li {
        padding-left: .6666666667rem;
        font-size: .8rem;
        line-height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .cashback-tooltip__list>li {
        padding-left: 1.2rem;
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .cashback-tooltip__list>li {
        padding-left: .6666666667rem;
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

.cashback-tooltip__list>li:before {
    position: absolute;
    content: "";
    left: 0;
    border-radius: 50%;
    background-color: #fff
}

@media(max-width:768px) {
    .cashback-tooltip__list>li:before {
        width: .2rem;
        height: .2rem;
        top: .5333333333rem
    }
}

@media(min-width:769px) {
    .cashback-tooltip__list>li:before {
        width: .3rem;
        height: .3rem;
        top: .8rem
    }
}

@media(min-width:1025px) {
    .cashback-tooltip__list>li:before {
        width: .1666666667rem;
        height: .1666666667rem;
        top: .4444444444rem
    }
}

@media(max-width:768px) {
    .cashback-tooltip__sub-list {
        padding-top: .5333333333rem
    }
}

@media(min-width:769px) {
    .cashback-tooltip__sub-list {
        padding-top: .6rem
    }
}

@media(min-width:1025px) {
    .cashback-tooltip__sub-list {
        padding-top: .3333333333rem
    }
}

.cashback-tooltip__sub-list>li {
    font-weight: 500;
    color: hsla(0, 0%, 100%, .75)
}

@media(max-width:768px) {
    .cashback-tooltip__sub-list>li {
        font-size: .8rem;
        line-height: 1.3333333333rem
    }
}

@media(min-width:769px) {
    .cashback-tooltip__sub-list>li {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media(min-width:1025px) {
    .cashback-tooltip__sub-list>li {
        font-size: .7777777778rem;
        line-height: 1.1111111111rem
    }
}

.vue-tooltip {
    z-index: 1;
    width: 18.6666666667rem;
    padding: 1.0666666667rem;
    border-radius: .5333333333rem;
    background-color: #2c3357;
    text-align: left;
    box-shadow: 0 4.2666666667rem 2.6666666667rem -2.6666666667rem rgba(0, 19, 57, .25), 0 2.6666666667rem 2.6666666667rem -2.6666666667rem rgba(0, 19, 57, .25);
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px
}

.vue-tooltip[x-placement^=bottom]:not(.custom-tooltip) {
    margin-top: 1.0666666667rem
}

@media(max-width:768px) {
    .input-field__tooltip .vue-tooltip[x-placement^=bottom]:not(.custom-tooltip) {
        left: 50% !important;
        top: 100% !important;
        transform: translate3d(-50%, 1.0666666667rem, 0) !important
    }
}

.vue-tooltip[x-placement^=top] {
    margin-bottom: 1.0666666667rem
}

@media(max-width:768px) {
    .input-field__tooltip .vue-tooltip[x-placement^=top]:not(.custom-tooltip) {
        left: 50% !important;
        top: -1.2rem !important;
        transform: translate3d(-50%, -100%, 0) !important
    }
}

.vue-tooltip[x-placement^=right] {
    margin-left: 1.0666666667rem
}

.vue-tooltip[x-placement^=left] {
    margin-right: 1.0666666667rem
}

.subscriptions__form-items .vue-tooltip {
    z-index: 20
}

.cashwait__popup-item-processed .vue-tooltip,
.history__item .vue-tooltip {
    z-index: 10;
    width: 100%;
    background-color: #2c3357
}

.history__item .vue-tooltip {
    margin-right: 1.6666666667rem
}

@media(max-width:768px) {
    .history__item .vue-tooltip {
        display: none
    }
}

.confirmed-phone .vue-tooltip {
    z-index: 20
}

@media(max-width:768px) {
    .input-field__tooltip .vue-tooltip[x-placement^=bottom]:not(.custom-tooltip) {
        left: 50% !important;
        top: 100% !important;
        transform: translate3d(-50%, 1.0666666667rem, 0) !important
    }

    .input-field__tooltip .vue-tooltip[x-placement^=top]:not(.custom-tooltip) {
        left: 50% !important;
        top: -1.2rem !important;
        transform: translate3d(-50%, -100%, 0) !important
    }

    .subscriptions__form-items .vue-tooltip {
        position: relative !important;
        transform: translateZ(0) !important;
        width: auto;
        box-shadow: none !important;
        padding: 1.6666666667rem;
        margin: 1.0666666667rem -1rem 0 !important;
        background-color: #2c3357
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .vue-tooltip {
        width: 37rem;
        padding: 4rem;
        border-radius: 1.6rem;
        box-shadow: 0 6.4rem 4rem -4rem rgba(0, 19, 57, .25), 0 4rem 4rem -4rem rgba(0, 19, 57, .25)
    }

    .vue-tooltip[x-placement^=bottom] {
        margin-top: 1.6rem
    }

    .input-field__tooltip .vue-tooltip[x-placement^=bottom]:not(.custom-tooltip) {
        left: 50% !important;
        top: 100% !important;
        transform: translate3d(-50%, 1.6rem, 0) !important
    }

    .vue-tooltip[x-placement^=top] {
        margin-bottom: 1.6rem
    }

    .input-field__tooltip .vue-tooltip[x-placement^=top]:not(.custom-tooltip) {
        left: 50% !important;
        top: -1.8rem !important;
        transform: translate3d(-50%, -100%, 0) !important
    }

    .vue-tooltip[x-placement^=right] {
        margin-left: 1.6rem
    }

    .vue-tooltip[x-placement^=left] {
        margin-right: 1.6rem
    }

    .input-field__tooltip .vue-tooltip:not(.custom-tooltip),
    .subscriptions__form-items .vue-tooltip {
        left: 50% !important;
        top: 100% !important;
        transform: translate3d(-50%, 1.6rem, 0) !important
    }

    .history__item .vue-tooltip {
        margin-right: 2.5rem
    }
}

@media(min-width:1025px) {
    .vue-tooltip {
        width: 20.5555555556rem;
        padding: 2.2222222222rem;
        border-radius: .8888888889rem;
        box-shadow: 0 3.5555555556rem 2.2222222222rem -2.2222222222rem rgba(0, 19, 57, .25), 0 2.2222222222rem 2.2222222222rem -2.2222222222rem rgba(0, 19, 57, .25)
    }

    .user-top-balance .vue-tooltip {
        width: 17.7777777778rem;
        text-align: center;
        z-index: 5
    }

    .vue-tooltip[x-placement^=bottom] {
        margin-top: .8888888889rem
    }

    .input-field__tooltip .vue-tooltip[x-placement^=bottom]:not(.custom-tooltip) {
        left: 50% !important;
        top: 100% !important;
        transform: translate3d(-50%, .8888888889rem, 0) !important
    }

    .vue-tooltip[x-placement^=top] {
        margin-bottom: .8888888889rem
    }

    .input-field__tooltip .vue-tooltip[x-placement^=top]:not(.custom-tooltip) {
        left: 50% !important;
        top: -1rem !important;
        transform: translate3d(-50%, -100%, 0) !important
    }

    .vue-tooltip[x-placement^=right] {
        margin-left: .8888888889rem
    }

    .vue-tooltip[x-placement^=left] {
        margin-right: .8888888889rem
    }

    .input-field__tooltip .vue-tooltip:not(.custom-tooltip),
    .subscriptions__form-items .vue-tooltip {
        left: 50% !important;
        top: 100% !important;
        transform: translate3d(-50%, 1.6rem, 0) !important
    }

    .history__item .vue-tooltip {
        margin-right: 1.9444444444rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .vue-tooltip--small {
        padding: 1.6rem;
        border-radius: 1.6rem
    }
}

@media(min-width:1025px) {
    .vue-tooltip--small {
        padding: .8888888889rem;
        border-radius: .8888888889rem
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .payment-area-form__tooltip {
        padding: 2.8rem;
        border-radius: 1.6rem;
        width: auto
    }
}

@media(min-width:1025px) {
    .payment-area-form__tooltip {
        padding: 1.5555555556rem;
        border-radius: .8888888889rem;
        width: auto
    }
}

.custom-tooltip {
    z-index: 20
}

.payment--minimal-qtu-payments .custom-tooltip {
    top: calc(100% + 1.5rem) !important;
    transform: none !important;
    width: 100%;
    margin-top: 0 !important
}

.payment--minimal-qtu-payments .custom-tooltip[x-placement^=top] {
    margin-bottom: 0
}

.payment--minimal-qtu-payments .payment__inner--tooltip-shown .custom-tooltip {
    display: block
}

@media(min-width:451px) {
    .payment--minimal-qtu-payments .custom-tooltip {
        width: 26.6666666667rem
    }
}

@media(min-width:769px) {
    .payment--minimal-qtu-payments .custom-tooltip {
        width: 100%;
        top: calc(100% + 1.5rem) !important;
        transform: none !important
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .custom-tooltip {
        width: 55rem;
        margin-right: 4rem
    }
}

@media(min-width:1025px) {
    .custom-tooltip {
        width: 30.5555555556rem;
        margin-right: 2.5rem
    }

    .payment--minimal-qtu-payments .custom-tooltip {
        top: calc(100% + .83333rem) !important;
        padding: .5555555556rem .8888888889rem
    }
}

@media(min-width:1401px) {
    .custom-tooltip {
        margin-right: 2.2222222222rem
    }
}

.vue-tooltip[x-placement^=bottom] .tooltip-arrow {
    top: -.9333333333rem;
    border-bottom: 1.0666666667rem solid #2c3357
}

.vue-tooltip[x-placement^=bottom] .tooltip-arrow,
.vue-tooltip[x-placement^=top] .tooltip-arrow {
    position: absolute;
    border-left: 1.0666666667rem solid transparent;
    border-right: 1.0666666667rem solid transparent
}

.vue-tooltip[x-placement^=top] .tooltip-arrow {
    bottom: -.9333333333rem;
    border-top: 1.0666666667rem solid #2c3357
}

.vue-tooltip[x-placement^=right] .tooltip-arrow {
    left: -.9333333333rem;
    border-right: 1.0666666667rem solid #2c3357
}

.vue-tooltip[x-placement^=left] .tooltip-arrow,
.vue-tooltip[x-placement^=right] .tooltip-arrow {
    position: absolute;
    border-top: 1.0666666667rem solid transparent;
    border-bottom: 1.0666666667rem solid transparent
}

.vue-tooltip[x-placement^=left] .tooltip-arrow {
    right: -.9333333333rem;
    border-left: 1.0666666667rem solid #2c3357
}

@media(max-width:768px) {
    .subscriptions__form-items .tooltip-arrow {
        position: absolute !important;
        left: auto !important;
        right: 1rem !important;
        top: -.9333333333rem !important;
        bottom: auto !important;
        border-left: 1.0666666667rem solid transparent !important;
        border-right: 1.0666666667rem solid transparent !important;
        border-bottom: 1.0666666667rem solid #2c3357 !important;
        border-top: 0 !important
    }

    .payment--minimal-qtu-payments .custom-tooltip .tooltip-arrow {
        left: auto !important;
        right: .3333333333rem
    }
}

@media(min-width:769px) {
    .payment--minimal-qtu-payments .custom-tooltip .tooltip-arrow {
        position: absolute;
        border-left: 1.6rem solid transparent !important;
        border-right: 1.6rem solid transparent !important;
        border-bottom: 1.6rem solid #2c3357 !important;
        border-top: none !important;
        bottom: auto !important;
        left: 42rem !important
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .vue-tooltip[x-placement^=bottom] .tooltip-arrow {
        top: -1.4rem;
        border-left: 1.6rem solid transparent;
        border-right: 1.6rem solid transparent;
        border-bottom: 1.6rem solid #2c3357
    }

    .vue-tooltip[x-placement^=top] .tooltip-arrow {
        bottom: -1.4rem;
        border-left: 1.6rem solid transparent;
        border-right: 1.6rem solid transparent;
        border-top: 1.6rem solid #2c3357
    }

    .vue-tooltip[x-placement^=right] .tooltip-arrow {
        left: -1.4rem;
        border-top: 1.6rem solid transparent;
        border-bottom: 1.6rem solid transparent;
        border-right: 1.6rem solid #2c3357
    }

    .vue-tooltip[x-placement^=left] .tooltip-arrow {
        right: -1.4rem;
        border-top: 1.6rem solid transparent;
        border-bottom: 1.6rem solid transparent;
        border-left: 1.6rem solid #2c3357
    }

    .payment--minimal-qtu-payments .custom-tooltip .tooltip-arrow {
        border-width: 1.2rem;
        left: auto !important;
        right: .5rem
    }
}

@media(min-width:1025px) {
    .vue-tooltip[x-placement^=bottom] .tooltip-arrow {
        top: -.7777777778rem;
        border-left: .8888888889rem solid transparent;
        border-right: .8888888889rem solid transparent;
        border-bottom: .8888888889rem solid #2c3357
    }

    .vue-tooltip[x-placement^=top] .tooltip-arrow {
        bottom: -.7777777778rem;
        border-left: .8888888889rem solid transparent;
        border-right: .8888888889rem solid transparent;
        border-top: .8888888889rem solid #2c3357
    }

    .vue-tooltip[x-placement^=right] .tooltip-arrow {
        left: -.7777777778rem;
        border-top: .8888888889rem solid transparent;
        border-bottom: .8888888889rem solid transparent;
        border-right: .8888888889rem solid #2c3357
    }

    .vue-tooltip[x-placement^=left] .tooltip-arrow {
        right: -.7777777778rem;
        border-top: .8888888889rem solid transparent;
        border-bottom: .8888888889rem solid transparent;
        border-left: .8888888889rem solid #2c3357
    }

    .payment--minimal-qtu-payments .custom-tooltip .tooltip-arrow {
        border-width: .8888888889rem;
        left: auto !important;
        right: 0
    }
}

.tooltip-content {
    font-weight: 300
}

.form-constructor__field-wrap .tooltip-content,
.switcher .tooltip-content,
.user-top-balance__balans-wr .tooltip-content {
    font-size: .9333333333rem;
    line-height: 1.43;
    color: #fff;
    letter-spacing: -.01rem
}

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

    .form-constructor__field-wrap .tooltip-content,
    .switcher .tooltip-content,
    .user-top-balance__balans-wr .tooltip-content {
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: -.018rem
    }
}

@media(min-width:1025px) {

    .form-constructor__field-wrap .tooltip-content,
    .switcher .tooltip-content,
    .user-top-balance__balans-wr .tooltip-content {
        font-size: .8888888889rem;
        letter-spacing: -.01rem
    }
}

@media(max-width:768px)and (orientation:landscape) {
    .custom-tooltip .tooltip-content {
        max-height: 10rem;
        overflow: auto
    }
}

.vue-tooltip__img {
    max-width: 100%;
    margin-bottom: .3333333333rem
}

.vue-tooltip__img:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .vue-tooltip__img {
        margin-bottom: .5rem
    }
}

@media(min-width:1025px) {
    .vue-tooltip__img {
        margin-bottom: .2777777778rem
    }
}

.vue-tooltip__link {
    display: inline-block;
    border-bottom: 1px dashed #74dcd2;
    font-weight: 500;
    font-size: .8rem;
    line-height: 1.3;
    letter-spacing: -.0233333333rem;
    color: #74dcd2;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.no-touch .vue-tooltip__link:hover {
    border-color: rgba(116, 220, 210, .7);
    color: rgba(116, 220, 210, .7)
}

@media(min-width:769px)and (max-width:1024px) {
    .vue-tooltip__link {
        font-size: 1.6rem;
        letter-spacing: -.048rem
    }
}

@media(min-width:1025px) {
    .vue-tooltip__link {
        font-size: .8888888889rem;
        letter-spacing: -.0266666667rem
    }
}

.vue-tooltip__btn {
    margin-bottom: .3333333333rem
}

.vue-tooltip__btn:last-child {
    margin-bottom: 0
}

@media(min-width:769px)and (max-width:1024px) {
    .vue-tooltip__btn {
        margin-bottom: .5rem
    }
}

@media(min-width:1025px) {
    .vue-tooltip__btn {
        margin-bottom: .2777777778rem
    }
}

.native-tooltip {
    position: fixed;
    top: var(--topTooltip);
    left: var(--leftTooltip);
    width: var(--widthTooltip);
    padding: 1.6rem;
    background-color: #333d6c;
    font-size: .8rem;
    line-height: 1.3333333333rem;
    letter-spacing: normal;
    border-radius: 1.0666666667rem;
    box-shadow: 0 64px 40px -40px rgba(0, 19, 57, .75), 0 40px 40px -40px rgba(0, 19, 57, .75);
    z-index: 5;
    --topTooltip: 0;
    --leftTooltip: 0;
    --widthTooltip: 0;
    --tooltipTriangleLeft: 0
}

@media(max-width:768px) {
    .native-tooltip {
        position: absolute
    }
}

@media(min-width:769px)and (max-width:1024px) {
    .native-tooltip {
        padding: 2.4rem;
        font-size: 1.2rem;
        margin-bottom: 2rem;
        border-radius: 1.6rem;
        line-height: 1.3333333333rem
    }
}

@media(min-width:1025px) {
    .native-tooltip {
        padding: 1.3333333333rem;
        font-size: .6666666667rem;
        margin-bottom: 1.1111111111rem;
        border-radius: .8888888889rem;
        line-height: 1.0666666667rem
    }
}

.native-tooltip__head {
    font-size: 1.0666666667rem;
    margin-bottom: .6666666667rem;
    font-weight: 500
}

@media(min-width:769px)and (max-width:1024px) {
    .native-tooltip__head {
        font-size: 1.6rem;
        margin-bottom: 1rem
    }
}

@media(min-width:1025px) {
    .native-tooltip__head {
        font-size: .8888888889rem;
        margin-bottom: .5555555556rem
    }
}

.native-tooltip__body {
    font-weight: 300
}

.player-account-select__tooltip-inner {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media(max-width:768px) {
    .player-account-select__tooltip-inner {
        background: #2c3357;
        box-shadow: 0 32px 20px -20px rgba(0, 19, 57, .25);
        border-radius: .5333333333rem;
        padding: 1.0666666667rem;
        font-weight: 300;
        font-size: .9333333333rem;
        line-height: 1.43;
        color: #fff
    }
}

@media(min-width:769px) {
    .player-account-select__tooltip-inner {
        position: absolute;
        top: -1.8rem;
        right: -2rem;
        left: -.8rem;
        padding: 2rem 4.4rem 2rem 2rem;
        background: #2c3357;
        border-radius: 1.6rem;
        font-weight: 300;
        font-size: 1.4rem;
        line-height: 1.43;
        letter-spacing: normal;
        cursor: auto;
        box-shadow: 0 64px 40px -40px rgba(0, 19, 57, .75), 0 40px 40px -40px rgba(0, 19, 57, .75)
    }
}

@media(min-width:1025px) {
    .player-account-select__tooltip-inner {
        top: -1rem;
        right: -1.1111111111rem;
        left: -.4444444444rem;
        padding: 1.1111111111rem 2.4444444444rem 1.1111111111rem 1.1111111111rem;
        border-radius: .8888888889rem;
        font-size: .7777777778rem
    }
}

.player-account-select__tooltip-close {
    display: flex;
    color: #90a7ff;
    cursor: pointer
}

.player-account-select__tooltip-close .icon {
    width: 1.3333333333rem;
    height: auto
}

@media(max-width:768px) {
    .player-account-select__tooltip-close {
        width: 1.3333333333rem;
        height: 1.3333333333rem;
        margin-bottom: 1.0666666667rem;
        margin-left: auto
    }
}

@media(min-width:769px) {
    .player-account-select__tooltip-close {
        width: 2rem;
        height: 2rem;
        position: absolute;
        top: 2rem;
        right: 2rem
    }

    .player-account-select__tooltip-close .icon {
        width: 2rem
    }
}

@media(min-width:1025px) {
    .player-account-select__tooltip-close {
        width: 1.1111111111rem;
        height: 1.1111111111rem;
        top: 1.1111111111rem;
        right: 1.1111111111rem
    }

    .player-account-select__tooltip-close .icon {
        width: 1.1111111111rem
    }
}

.d-desktop-game-inline {
    display: inline
}

.d-desktop-game-inline-block {
    display: inline-block
}

.d-desktop-game-block {
    display: block
}

.d-desktop-game-flex {
    display: flex
}

.d-mobile-game-block,
.d-mobile-game-flex,
.d-mobile-game-inline,
.d-mobile-game-inline-block,
.no-desktop .d-desktop-game-block,
.no-desktop .d-desktop-game-flex,
.no-desktop .d-desktop-game-inline,
.no-desktop .d-desktop-game-inline-block {
    display: none
}

.no-desktop .d-mobile-game-inline {
    display: inline
}

.no-desktop .d-mobile-game-inline-block {
    display: inline-block
}

.no-desktop .d-mobile-game-block {
    display: block
}

.no-desktop .d-mobile-game-flex {
    display: flex
}

.toggle-tables__table--full {
    display: none
}

.toggle-tables--full .toggle-tables__table--full {
    display: block
}

@media(max-width:768px) {
    .event__participants .toggle-tables__table--full {
        margin-bottom: 0
    }
}

@media(min-width:769px) {
    .toggle-tables--full .toggle-tables__table--full {
        display: flex
    }
}

.toggle-tables--full .toggle-tables__table--short {
    display: none
}

@media(max-width:768px) {
    .event__participants .toggle-tables__table--short {
        margin-bottom: 0
    }
}

.toggle-tables__btn--hide {
    display: none
}

.toggle-tables--full .toggle-tables__btn--hide {
    display: inline-flex
}

@media(max-width:768px) {
    .toggle-tables__btn--hide {
        width: 100%
    }
}

.toggle-tables--full .toggle-tables__btn--show {
    display: none
}

@media(max-width:768px) {
    .toggle-tables__btn--show {
        width: 100%
    }
}

#payment-problems-message .header {
    margin-bottom: .6666666667rem;
    display: flex;
    align-items: center
}

#payment-problems-message .flag {
    display: inline-block;
    width: 4rem;
    height: 2.6rem
}

#payment-problems-message .flag .white {
    background-color: #fff
}

#payment-problems-message .flag .blue {
    background-color: #00f
}

#payment-problems-message .flag .red {
    background-color: red
}

#payment-problems-message .strip {
    width: 4rem;
    height: .8666666667rem
}

#payment-problems-message .title {
    margin-left: .6666666667rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.6rem;
    letter-spacing: -.012rem;
    color: #dce7f3
}

#payment-problems-message .message {
    margin-bottom: .6666666667rem;
    font-size: 1.0666666667rem;
    line-height: 1.7333333333rem;
    letter-spacing: -.012rem;
    color: #dce7f3
}

#payment-problems-message #payment-problems-message-read-more {
    background-image: linear-gradient(270deg, #6d3eeb, #3e3eeb);
    color: #fff
}

#payment-problems-message #payment-problems-message-read-more * {
    pointer-events: none
}

@media(max-width:768px) {
    #payment-problems-message #payment-problems-message-read-more {
        min-width: 12rem;
        height: 2.4rem;
        padding: .5333333333rem 1.2rem .5333333333rem 1.2rem;
        letter-spacing: -.0346666667rem;
        border-radius: .1533333333rem;
        font-size: 1.0666666667rem;
        margin-bottom: .6666666667rem
    }
}

@media(min-width:769px) {
    #payment-problems-message #payment-problems-message-read-more {
        min-width: 100%;
        height: 3.6rem;
        padding: .8rem 1.8rem .8rem 1.8rem;
        letter-spacing: -.052rem;
        border-radius: .23rem;
        font-size: 1.6rem;
        margin-bottom: 1rem
    }
}

@media(min-width:1025px) {
    #payment-problems-message #payment-problems-message-read-more {
        min-width: 100%;
        height: 2rem;
        padding: .4444444444rem 1rem .4444444444rem 1rem;
        letter-spacing: -.0288888889rem;
        border-radius: .1277777778rem;
        font-size: .8888888889rem;
        margin-bottom: .5555555556rem
    }
}

#payment-problems-message #payment-problems-message-do-not-show {
    background-image: linear-gradient(270deg, #6d3eeb, #3e3eeb);
    color: #fff
}

#payment-problems-message #payment-problems-message-do-not-show .btn__bg:after {
    background-color: #57616b
}

#payment-problems-message #payment-problems-message-do-not-show * {
    pointer-events: none
}

@media(max-width:768px) {
    #payment-problems-message #payment-problems-message-do-not-show {
        min-width: 12rem;
        height: 2.4rem;
        padding: .5333333333rem 1.2rem .5333333333rem 1.2rem;
        letter-spacing: -.0346666667rem;
        border-radius: .1533333333rem;
        font-size: 1.0666666667rem
    }
}

@media(min-width:769px) {
    #payment-problems-message #payment-problems-message-do-not-show {
        min-width: 100%;
        height: 3.6rem;
        padding: .8rem 1.8rem .8rem 1.8rem;
        letter-spacing: -.052rem;
        border-radius: .23rem;
        font-size: 1.6rem
    }
}

@media(min-width:1025px) {
    #payment-problems-message #payment-problems-message-do-not-show {
        min-width: 100%;
        height: 2rem;
        padding: .4444444444rem 1rem .4444444444rem 1rem;
        letter-spacing: -.0288888889rem;
        border-radius: .1277777778rem;
        font-size: .8888888889rem
    }
}

@media(max-width:768px) {
    #payment-problems-message .header {
        justify-content: center
    }
}

@media(min-width:769px)and (max-width:1024px) {
    #payment-problems-message .header {
        margin-bottom: 1rem
    }

    #payment-problems-message .flag {
        width: 6rem;
        height: 3.9rem
    }

    #payment-problems-message .strip {
        width: 6rem;
        height: 1.3rem
    }

    #payment-problems-message .title {
        margin-left: 1rem;
        font-size: 2.1rem;
        line-height: 3.9rem;
        letter-spacing: -.018rem
    }

    #payment-problems-message .message {
        margin-bottom: 1rem;
        font-size: 1.6rem;
        line-height: 2.6rem;
        letter-spacing: -.018rem
    }
}

@media(min-width:1025px) {
    #payment-problems-message .header {
        margin-bottom: .5555555556rem
    }

    #payment-problems-message .flag {
        width: 3.3333333333rem;
        height: 2.1666666667rem
    }

    #payment-problems-message .strip {
        width: 3.3333333333rem;
        height: .7222222222rem
    }

    #payment-problems-message .title {
        margin-left: .5555555556rem;
        font-size: 1.1666666667rem;
        line-height: 2.1666666667rem;
        letter-spacing: -.01rem
    }

    #payment-problems-message .message {
        margin-bottom: .5555555556rem;
        font-size: .8888888889rem;
        line-height: 1.4444444444rem;
        letter-spacing: -.01rem
    }

    #payment-problems-message #payment-problems-message-read-more {
        margin-bottom: .5555555556rem;
        width: 100%;
        height: 2.4rem;
        padding: .5333333333rem 1.2rem .5333333333rem 1.2rem;
        border-radius: .1277777778rem;
        background-image: linear-gradient(270deg, #6d3eeb, #3e3eeb);
        font-size: .7777777778rem;
        color: #fff
    }

    #payment-problems-message #payment-problems-message-read-more * {
        pointer-events: none
    }
}

@media(min-width:1025px)and (max-width:768px) {
    #payment-problems-message #payment-problems-message-read-more {
        width: 65%
    }
}

@media(min-width:1025px) {
    #payment-problems-message #payment-problems-message-do-not-show {
        font-size: .7777777778rem;
        letter-spacing: -.0288888889rem;
        color: #397efa;
        width: 100%;
        height: 2.4rem;
        padding: .5333333333rem 1.2rem .5333333333rem 1.2rem
    }

    #payment-problems-message #payment-problems-message-do-not-show .btn__bg:after {
        background-color: #57616b
    }
}

@media(min-width:1025px)and (max-width:768px) {
    #payment-problems-message #payment-problems-message-do-not-show {
        width: 65%
    }
}

@media(min-width:1025px) {
    #payment-problems-message #payment-problems-message-do-not-show * {
        pointer-events: none
    }
}

@media(min-width:1025px) {
    #popup-payment_problems_with_buttons #payment-problems-message #payment-problems-message-do-not-show {
        margin-bottom: 0
    }
}

.ul-2 li {
    position: relative
}

.ul-2 li:before {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 100%;
    background: #fff
}

@media(max-width:768px) {
    .ul-2 li {
        font-size: .8rem;
        line-height: 1.0666666667rem;
        margin-bottom: .5333333333rem;
        padding-left: 1.0666666667rem
    }

    .ul-2 li:before {
        top: .5333333333rem;
        width: .2666666667rem;
        height: .2666666667rem
    }
}

@media(min-width:769px) {
    .ul-2 li {
        font-size: 1.6rem;
        line-height: 2rem;
        margin-bottom: 1.6rem;
        padding-left: 1.6rem
    }

    .ul-2 li:before {
        top: .8rem;
        width: .4rem;
        height: .4rem
    }
}

@media(min-width:1025px) {
    .ul-2 li {
        font-size: .8888888889rem;
        line-height: 1.1111111111rem;
        margin-bottom: .8888888889rem;
        padding-left: .8888888889rem
    }

    .ul-2 li:before {
        top: .4444444444rem;
        width: .2222222222rem;
        height: .2222222222rem
    }
}

.ul-2 li:last-child {
    margin-bottom: 0
}

.swiper-pagination-bullets {
    display: flex;
    align-items: center;
    justify-content: center
}

.swiper__pagination {
    margin-top: 1.3333333333rem
}

@media(min-width:769px)and (max-width:1024px) {
    .swiper__pagination {
        margin-top: 1.2rem
    }
}

@media(min-width:1025px) {
    .swiper__pagination {
        margin-top: .6666666667rem
    }
}

@media(min-width:769px) {
    .swiper__pagination--status {
        display: none
    }
}

.swiper-pagination-bullet {
    width: .2666666667rem;
    height: .2666666667rem;
    margin-right: .8rem;
    background-color: #3f4f8c;
    opacity: .5;
    border-radius: 1.3333333333rem;
    transition: all .2s ease-in-out
}

@media(min-width:769px)and (max-width:1024px) {
    .swiper-pagination-bullet {
        width: .4rem;
        height: .4rem;
        margin-right: 1.2rem;
        border-radius: 2rem
    }
}

.swiper-pagination-bullet--active {
    width: 1.8666666667rem;
    background-color: #4563e3;
    opacity: 1
}

@media(min-width:769px)and (max-width:1024px) {
    .swiper-pagination-bullet--active {
        width: 2.8rem
    }
}

.currency-content,
.game-currency-content {
    display: none
}

.currency-content.default,
.game-currency-content.default {
    display: inline
}

.currency-rub .currency-content.rub {
    display: contents !important
}

.currency-rub .currency-content.default:not(.rub) {
    display: none !important
}

.currency-usd .currency-content.usd {
    display: contents !important
}

.currency-usd .currency-content.default:not(.usd) {
    display: none !important
}

.currency-eur .currency-content.eur {
    display: contents !important
}

.currency-eur .currency-content.default:not(.eur) {
    display: none !important
}

.currency-kzt .currency-content.kzt {
    display: contents !important
}

.currency-kzt .currency-content.default:not(.kzt) {
    display: none !important
}

.currency-nok .currency-content.nok {
    display: contents !important
}

.currency-nok .currency-content.default:not(.nok) {
    display: none !important
}

.currency-pln .currency-content.pln {
    display: contents !important
}

.currency-pln .currency-content.default:not(.pln) {
    display: none !important
}

.currency-try .currency-content.try {
    display: contents !important
}

.currency-try .currency-content.default:not(.try) {
    display: none !important
}

.currency-uah .currency-content.uah {
    display: contents !important
}

.currency-uah .currency-content.default:not(.uah) {
    display: none !important
}

.currency-cad .currency-content.cad {
    display: contents !important
}

.currency-cad .currency-content.default:not(.cad) {
    display: none !important
}

.currency-aud .currency-content.aud {
    display: contents !important
}

.currency-aud .currency-content.default:not(.aud) {
    display: none !important
}

.currency-inr .currency-content.inr {
    display: contents !important
}

.currency-inr .currency-content.default:not(.inr) {
    display: none !important
}

.currency-nzd .currency-content.nzd {
    display: contents !important
}

.currency-nzd .currency-content.default:not(.nzd) {
    display: none !important
}

.currency-brl .currency-content.brl {
    display: contents !important
}

.currency-brl .currency-content.default:not(.brl) {
    display: none !important
}

.currency-mxn .currency-content.mxn {
    display: contents !important
}

.currency-mxn .currency-content.default:not(.mxn) {
    display: none !important
}

.currency-clp .currency-content.clp {
    display: contents !important
}

.currency-clp .currency-content.default:not(.clp) {
    display: none !important
}

.currency-azn .currency-content.azn {
    display: contents !important
}

.currency-azn .currency-content.default:not(.azn) {
    display: none !important
}

.currency-ars .currency-content.ars {
    display: contents !important
}

.currency-ars .currency-content.default:not(.ars) {
    display: none !important
}

.currency-pen .currency-content.pen {
    display: contents !important
}

.currency-pen .currency-content.default:not(.pen) {
    display: none !important
}

.currency-ngn .currency-content.ngn {
    display: contents !important
}

.currency-ngn .currency-content.default:not(.ngn) {
    display: none !important
}

.currency-zar .currency-content.zar {
    display: contents !important
}

.currency-zar .currency-content.default:not(.zar) {
    display: none !important
}

.currency-bch .currency-content.bch {
    display: contents !important
}

.currency-bch .currency-content.default:not(.bch) {
    display: none !important
}

.currency-btc .currency-content.btc {
    display: contents !important
}

.currency-btc .currency-content.default:not(.btc) {
    display: none !important
}

.currency-sek .currency-content.sek {
    display: contents !important
}

.currency-sek .currency-content.default:not(.sek) {
    display: none !important
}

.currency-eth .currency-content.eth {
    display: contents !important
}

.currency-eth .currency-content.default:not(.eth) {
    display: none !important
}

.currency-ltc .currency-content.ltc {
    display: contents !important
}

.currency-ltc .currency-content.default:not(.ltc) {
    display: none !important
}

.currency-trx .currency-content.trx {
    display: contents !important
}

.currency-trx .currency-content.default:not(.trx) {
    display: none !important
}

.currency-usdt .currency-content.usdt {
    display: contents !important
}

.currency-usdt .currency-content.default:not(.usdt) {
    display: none !important
}

.currency-xrp .currency-content.xrp {
    display: contents !important
}

.currency-xrp .currency-content.default:not(.xrp) {
    display: none !important
}

.currency-jpy .currency-content.jpy {
    display: contents !important
}

.currency-jpy .currency-content.default:not(.jpy) {
    display: none !important
}

.currency-doge .currency-content.doge {
    display: contents !important
}

.currency-doge .currency-content.default:not(.doge) {
    display: none !important
}

.content-game-currency-rub .game-currency-content.rub {
    display: inline !important
}

.content-game-currency-rub .game-currency-content:not(.rub) {
    display: none !important
}

.content-game-currency-usd .game-currency-content.usd {
    display: inline !important
}

.content-game-currency-usd .game-currency-content:not(.usd) {
    display: none !important
}

.content-game-currency-eur .game-currency-content.eur {
    display: inline !important
}

.content-game-currency-eur .game-currency-content:not(.eur) {
    display: none !important
}

.content-game-currency-kzt .game-currency-content.kzt {
    display: inline !important
}

.content-game-currency-kzt .game-currency-content:not(.kzt) {
    display: none !important
}

.content-game-currency-nok .game-currency-content.nok {
    display: inline !important
}

.content-game-currency-nok .game-currency-content:not(.nok) {
    display: none !important
}

.content-game-currency-pln .game-currency-content.pln {
    display: inline !important
}

.content-game-currency-pln .game-currency-content:not(.pln) {
    display: none !important
}

.content-game-currency-try .game-currency-content.try {
    display: inline !important
}

.content-game-currency-try .game-currency-content:not(.try) {
    display: none !important
}

.content-game-currency-uah .game-currency-content.uah {
    display: inline !important
}

.content-game-currency-uah .game-currency-content:not(.uah) {
    display: none !important
}

.content-game-currency-cad .game-currency-content.cad {
    display: inline !important
}

.content-game-currency-cad .game-currency-content:not(.cad) {
    display: none !important
}

.content-game-currency-aud .game-currency-content.aud {
    display: inline !important
}

.content-game-currency-aud .game-currency-content:not(.aud) {
    display: none !important
}

.content-game-currency-inr .game-currency-content.inr {
    display: inline !important
}

.content-game-currency-inr .game-currency-content:not(.inr) {
    display: none !important
}

.content-game-currency-nzd .game-currency-content.nzd {
    display: inline !important
}

.content-game-currency-nzd .game-currency-content:not(.nzd) {
    display: none !important
}

.content-game-currency-brl .game-currency-content.brl {
    display: inline !important
}

.content-game-currency-brl .game-currency-content:not(.brl) {
    display: none !important
}

.content-game-currency-mxn .game-currency-content.mxn {
    display: inline !important
}

.content-game-currency-mxn .game-currency-content:not(.mxn) {
    display: none !important
}

.content-game-currency-clp .game-currency-content.clp {
    display: inline !important
}

.content-game-currency-clp .game-currency-content:not(.clp) {
    display: none !important
}

.content-game-currency-azn .game-currency-content.azn {
    display: inline !important
}

.content-game-currency-azn .game-currency-content:not(.azn) {
    display: none !important
}

.content-game-currency-ars .game-currency-content.ars {
    display: inline !important
}

.content-game-currency-ars .game-currency-content:not(.ars) {
    display: none !important
}

.content-game-currency-pen .game-currency-content.pen {
    display: inline !important
}

.content-game-currency-pen .game-currency-content:not(.pen) {
    display: none !important
}

.content-game-currency-ngn .game-currency-content.ngn {
    display: inline !important
}

.content-game-currency-ngn .game-currency-content:not(.ngn) {
    display: none !important
}

.content-game-currency-zar .game-currency-content.zar {
    display: inline !important
}

.content-game-currency-zar .game-currency-content:not(.zar) {
    display: none !important
}

.content-game-currency-bch .game-currency-content.bch {
    display: inline !important
}

.content-game-currency-bch .game-currency-content:not(.bch) {
    display: none !important
}

.content-game-currency-btc .game-currency-content.btc {
    display: inline !important
}

.content-game-currency-btc .game-currency-content:not(.btc) {
    display: none !important
}

.content-game-currency-sek .game-currency-content.sek {
    display: inline !important
}

.content-game-currency-sek .game-currency-content:not(.sek) {
    display: none !important
}

.content-game-currency-eth .game-currency-content.eth {
    display: inline !important
}

.content-game-currency-eth .game-currency-content:not(.eth) {
    display: none !important
}

.content-game-currency-ltc .game-currency-content.ltc {
    display: inline !important
}

.content-game-currency-ltc .game-currency-content:not(.ltc) {
    display: none !important
}

.content-game-currency-trx .game-currency-content.trx {
    display: inline !important
}

.content-game-currency-trx .game-currency-content:not(.trx) {
    display: none !important
}

.content-game-currency-usdt .game-currency-content.usdt {
    display: inline !important
}

.content-game-currency-usdt .game-currency-content:not(.usdt) {
    display: none !important
}

.content-game-currency-xrp .game-currency-content.xrp {
    display: inline !important
}

.content-game-currency-xrp .game-currency-content:not(.xrp) {
    display: none !important
}

.content-game-currency-jpy .game-currency-content.jpy {
    display: inline !important
}

.content-game-currency-jpy .game-currency-content:not(.jpy) {
    display: none !important
}

.content-game-currency-doge .game-currency-content.doge {
    display: inline !important
}

.content-game-currency-doge .game-currency-content:not(.doge) {
    display: none !important
}

.accordion-enter-active,
.accordion-leave-active {
    transition: all .3s
}

.accordion-enter-to,
.accordion-leave {
    transform: translateZ(0)
}

.accordion-enter,
.accordion-leave-to {
    transform: translate3d(0, -100%, 0)
}

.slide-in-left-enter-active,
.slide-in-left-leave-active {
    transition: all .5s ease-in-out
}

.slide-in-left-enter-to,
.slide-in-left-leave {
    max-width: 100%
}

.slide-in-left-enter,
.slide-in-left-leave-to {
    max-width: 0
}

.slide-in-right-enter-active,
.slide-in-right-leave-active {
    transition: all .5s ease-in-out
}

.slide-in-right-enter-to,
.slide-in-right-leave {
    max-width: 100%
}

.slide-in-right-enter,
.slide-in-right-leave-to {
    max-width: 0
}

.fade-enter-active,
.fade-leave-active {
    transition: .15s ease-out
}

.fade-enter-to,
.fade-leave {
    opacity: 1
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

@media(min-width:769px) {

    .zoom-in-left-no-mobile-enter-active,
    .zoom-in-left-no-mobile-leave-active {
        transition: all .5s
    }
}

@media(min-width:769px) {

    .zoom-in-left-no-mobile-enter-to,
    .zoom-in-left-no-mobile-leave {
        transform: scale(1);
        opacity: 1
    }
}

@media(min-width:769px) {

    .zoom-in-left-no-mobile-enter,
    .zoom-in-left-no-mobile-leave-to {
        transform: scale(.3);
        opacity: 0
    }
}

.slide-top-enter-active,
.slide-top-leave-active {
    transition: .15s ease-out
}

.slide-top-enter-to,
.slide-top-leave {
    transform: translateZ(0)
}

.slide-top-enter,
.slide-top-leave-to {
    transform: translate3d(0, 100%, 0)
}

.slide-bottom-enter-active,
.slide-bottom-leave-active {
    transition: .15s ease-out
}

.slide-bottom-enter-to,
.slide-bottom-leave {
    transform: translateZ(0)
}

.slide-bottom-enter,
.slide-bottom-leave-to {
    transform: translate3d(0, -100%, 0)
}

.slide-bottom-bounce-enter-active {
    animation: slideBounceBottomTo .5s ease-out
}

.slide-bottom-bounce-leave-active {
    animation: slideBounceBottomBack .5s ease-out
}

.slide-top-bounce-enter-active {
    animation: slideBounceTopTo .3s ease-out
}

.slide-top-bounce-leave-active {
    animation: slideBounceTopBack .3s ease-out
}

@keyframes slideBounceBottomTo {
    0% {
        transform: translate3d(0, 250%, 0)
    }

    70% {
        transform: translate3d(0, -15%, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideBounceBottomBack {
    0% {
        transform: translateZ(0)
    }

    30% {
        transform: translate3d(0, -15%, 0)
    }

    to {
        transform: translate3d(0, 250%, 0)
    }
}

@keyframes slideBounceTopTo {
    0% {
        transform: translate3d(0, -250%, 0)
    }

    70% {
        transform: translate3d(0, 15%, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideBounceTopBack {
    0% {
        transform: translateZ(0)
    }

    30% {
        transform: translate3d(0, 15%, 0)
    }

    to {
        transform: translate3d(0, -250%, 0)
    }
}

.slide-right-enter-active,
.slide-right-leave-active {
    transition: .15s ease-out
}

.slide-right-enter-to,
.slide-right-leave {
    transform: translateZ(0)
}

.slide-right-enter,
.slide-right-leave-to {
    transform: translate3d(100%, 0, 0)
}

.slide-left-enter-active,
.slide-left-leave-active {
    transition: .15s ease-out
}

.slide-left-enter-to,
.slide-left-leave {
    transform: translateZ(0)
}

.slide-left-enter,
.slide-left-leave-to {
    transform: translate3d(-100%, 0, 0)
}

.bounce-dropdown__item:not(.quick-bar__section) {
    opacity: 0
}

.quick-bar__menu-item-dropdown--no-items .bounce-dropdown__item {
    opacity: 1
}

.bounce-dropdown.open .bounce-dropdown__item:not(.quick-bar__section):first-child,
.bounce-dropdown.v-enter-to .bounce-dropdown__item:not(.quick-bar__section):first-child,
.mobile-menu__lang-dropdown .bounce-dropdown .bounce-dropdown__item:not(.quick-bar__section):first-child {
    animation: bounceDropdownItem .15s cubic-bezier(.4, 0, .2, 1) .05s 1 forwards
}

.bounce-dropdown.open .bounce-dropdown__item:not(.quick-bar__section):nth-child(2),
.bounce-dropdown.v-enter-to .bounce-dropdown__item:not(.quick-bar__section):nth-child(2),
.mobile-menu__lang-dropdown .bounce-dropdown .bounce-dropdown__item:not(.quick-bar__section):nth-child(2) {
    animation: bounceDropdownItem .15s cubic-bezier(.4, 0, .2, 1) .1s 1 forwards
}

.bounce-dropdown.open .bounce-dropdown__item:not(.quick-bar__section):nth-child(3),
.bounce-dropdown.v-enter-to .bounce-dropdown__item:not(.quick-bar__section):nth-child(3),
.mobile-menu__lang-dropdown .bounce-dropdown .bounce-dropdown__item:not(.quick-bar__section):nth-child(3) {
    animation: bounceDropdownItem .15s cubic-bezier(.4, 0, .2, 1) .15s 1 forwards
}

.bounce-dropdown.open .bounce-dropdown__item:not(.quick-bar__section):nth-child(4),
.bounce-dropdown.v-enter-to .bounce-dropdown__item:not(.quick-bar__section):nth-child(4),
.mobile-menu__lang-dropdown .bounce-dropdown .bounce-dropdown__item:not(.quick-bar__section):nth-child(4) {
    animation: bounceDropdownItem .15s cubic-bezier(.4, 0, .2, 1) .2s 1 forwards
}

.bounce-dropdown.open .bounce-dropdown__item:not(.quick-bar__section):nth-child(5),
.bounce-dropdown.v-enter-to .bounce-dropdown__item:not(.quick-bar__section):nth-child(5),
.mobile-menu__lang-dropdown .bounce-dropdown .bounce-dropdown__item:not(.quick-bar__section):nth-child(5) {
    animation: bounceDropdownItem .15s cubic-bezier(.4, 0, .2, 1) .25s 1 forwards
}

.bounce-dropdown.open .bounce-dropdown__item:not(.quick-bar__section):nth-child(6),
.bounce-dropdown.v-enter-to .bounce-dropdown__item:not(.quick-bar__section):nth-child(6),
.mobile-menu__lang-dropdown .bounce-dropdown .bounce-dropdown__item:not(.quick-bar__section):nth-child(6) {
    animation: bounceDropdownItem .15s cubic-bezier(.4, 0, .2, 1) .3s 1 forwards
}

.bounce-dropdown.open .bounce-dropdown__item:not(.quick-bar__section):nth-child(7),
.bounce-dropdown.v-enter-to .bounce-dropdown__item:not(.quick-bar__section):nth-child(7),
.mobile-menu__lang-dropdown .bounce-dropdown .bounce-dropdown__item:not(.quick-bar__section):nth-child(7) {
    animation: bounceDropdownItem .15s cubic-bezier(.4, 0, .2, 1) .35s 1 forwards
}

.bounce-dropdown.open .bounce-dropdown__item:not(.quick-bar__section):nth-child(8),
.bounce-dropdown.v-enter-to .bounce-dropdown__item:not(.quick-bar__section):nth-child(8),
.mobile-menu__lang-dropdown .bounce-dropdown .bounce-dropdown__item:not(.quick-bar__section):nth-child(8) {
    animation: bounceDropdownItem .15s cubic-bezier(.4, 0, .2, 1) .4s 1 forwards
}

.bounce-dropdown.open .bounce-dropdown__item:not(.quick-bar__section):nth-child(9),
.bounce-dropdown.v-enter-to .bounce-dropdown__item:not(.quick-bar__section):nth-child(9),
.mobile-menu__lang-dropdown .bounce-dropdown .bounce-dropdown__item:not(.quick-bar__section):nth-child(9) {
    animation: bounceDropdownItem .15s cubic-bezier(.4, 0, .2, 1) .45s 1 forwards
}

.bounce-dropdown.open .bounce-dropdown__item:not(.quick-bar__section):nth-child(10),
.bounce-dropdown.v-enter-to .bounce-dropdown__item:not(.quick-bar__section):nth-child(10),
.mobile-menu__lang-dropdown .bounce-dropdown .bounce-dropdown__item:not(.quick-bar__section):nth-child(10) {
    animation: bounceDropdownItem .15s cubic-bezier(.4, 0, .2, 1) .5s 1 forwards
}

@keyframes bounceDropdownItem {
    0% {
        transform: translate3d(0, 30px, 0);
        opacity: 0
    }

    50% {
        transform: translate3d(0, -4px, 0)
    }

    99.9% {
        transform: translateZ(0);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

.height-enter-active,
.height-leave-active {
    transition: all 1s
}

.height-enter-to,
.height-leave {
    height: 100%
}

.height-enter,
.height-leave-to {
    height: 0
}

.swiper-wrapper {
    touch-action: pan-y
}
@media screen and (max-width: 968px){
    .desktop-menu,
    .top-bar-tabs,
    .top-bar__search,
    .main-slider__item-time,
    .section-games--exclusive,
    .real-time-winners,
    .main-footer__animate-element{
        display: none !important;
    }
}