.notification-content {
    color: var(--text-description-a);
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
    gap: 4px;
    justify-content: center;
    line-height: 20px;
    min-height: 40px
}

.offline .notification-content {
    color: var(--text-text);
    font-weight: 600
}

.notification-content.notification-content--without-title {
    color: var(--text-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

@media (min-width:1140px) {
    .notification-content.notification-content--without-title {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }

    .notification-content {
        gap: 8px
    }
}

.notification-title {
    color: var(--text-text);
    font-weight: 600
}

@media (min-width:1628px) {
    .notification-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px
    }
}

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

.vb-dragger {
    background-color: var(--colors-base-white-25);
    border-radius: var(--roundings-l);
    right: 8px;
    width: 4px
}

.bottom-sheet .vb-dragger,
.custom-adaptive-modal .vb-dragger,
.play__iframe .vb-dragger {
    display: none
}

.custom-modal--authorized .vb-dragger,
.custom-modal--registration .vb-dragger,
.custom-modal--signin .vb-dragger {
    background-color: transparent
}

.custom-modal--statuses-modal .vb-dragger {
    background-color: var(--colors-base-white-30);
    display: block
}

@media (min-width:1140px) {
    .custom-modal--partners-contests-create-contest .partners-contests-create-contest__prizes-list-wr--scrollable .vb-dragger {
        background-color: var(--colors-base-white-30);
        display: block;
        right: 0
    }
}

.bottom-sheet--bonuses-list .vb-dragger {
    border-radius: 2px;
    display: block
}

.accounts-list .vb-dragger,
.currency-list .vb-dragger,
.custom-select__options-wrap .vb-dragger,
.games-sort-filter-list__wrap .vb-dragger,
.search .vb-dragger {
    background-color: transparent;
    opacity: 0;
    transition: opacity .2s ease-out
}

.accounts-list .vb-dragger .vb-dragger-styler,
.currency-list .vb-dragger .vb-dragger-styler,
.custom-select__options-wrap .vb-dragger .vb-dragger-styler,
.games-sort-filter-list__wrap .vb-dragger .vb-dragger-styler,
.search .vb-dragger .vb-dragger-styler {
    background-color: var(--colors-base-white-25);
    border-radius: 100px;
    height: calc(100% - var(--spacings-xl))
}

.search .vb-scrolling-phantom .vb-dragger {
    opacity: 1
}

.custom-select__options-wrap .vb-dragger,
.games-sort-filter-list__wrap .vb-dragger {
    opacity: 1;
    right: 4px
}

.custom-select__options-wrap .vb-dragger .vb-dragger-styler,
.games-sort-filter-list__wrap .vb-dragger .vb-dragger-styler {
    height: 100%;
    transform: scaleY(.92)
}

.custom-select__options-wrap .vb-dragger .vb-dragger-styler {
    background-color: var(--colors-base-white-30);
    height: 100%;
    margin-top: 8px
}

.custom-accordion__content-wr .vb-dragger {
    background-color: var(--colors-base-white-30);
    cursor: pointer;
    display: block;
    right: 4px;
    transform: scaleY(.9);
    transform-origin: center
}

.currency-list .vb-dragger {
    opacity: 1;
    right: 4px
}

.currency-list .vb-dragger .vb-dragger-styler {
    background-color: var(--colors-base-white-30);
    height: 100%;
    margin-top: 12px
}

.accounts-list .vb-dragger {
    opacity: 1;
    right: 0
}

.accounts-list .vb-dragger .vb-dragger-styler {
    background-color: var(--colors-base-white-30);
    height: 100%
}

.my-bonuses-btn__dropdown .vb-dragger {
    background-color: var(--colors-base-white-30);
    right: 4px;
    transform: scaleY(.95)
}

.container {
    background-color: var(--white);
    border-radius: 24px;
    box-shadow: 0 6px 50px 0 var(--gray-500-p-08);
    display: flex;
    padding-block: 20px 16px
}

.container__item {
    border-bottom: 1px solid var(--gray-500-p-20);
    display: flex;
    padding: 24px
}

.container__item:first-child {
    padding-top: 0
}

.container__item:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.container--empty-background {
    background-color: transparent;
    border-radius: none;
    box-shadow: none
}

.container--no-gap {
    padding: 0
}

.container--item-gap-block>.container__item {
    padding: 0;
    padding-block: 24px
}

.button-sheet-container {
    position: relative;
    z-index: 10040
}

.button-sheet-container .bottom-sheet__content>div {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    overflow-y: scroll
}

.gender-radio-inner {
    align-items: center;
    display: flex
}

.personal-data-wrap .gender-radio-inner {
    padding: 0 16px
}

.gender-radio-wrap.disabled>* {
    pointer-events: none
}

.gender-radio-wrap.form-constructor__field-wrap {
    padding: 0 16px
}

.gender-radio,
.gender-radio__item {
    align-items: center;
    display: flex
}

.gender-radio__item {
    gap: 8px;
    margin-right: 32px;
    min-height: 40px;
    position: relative;
    z-index: 0
}

.gender-radio__item input[type=radio] {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.no-touch .gender-radio__item input[type=radio]:not([disabled]):hover~.gender-radio__label {
    cursor: pointer
}

.gender-radio__item input[type=radio]:checked+.gender-radio__button {
    background: var(--gradient-tokens-backgrounds-h);
    border: none
}

.gender-radio__item input[disabled] {
    cursor: inherit
}

.gender-radio__item input[disabled]~.gender-radio__label {
    cursor: text
}

.missing-data .gender-radio__item,
.personal-data-wrap_reverse .gender-radio__item {
    flex-direction: row-reverse
}

.gender-radio-disabled .gender-radio__item {
    pointer-events: none
}

.gender-radio__button,
.gender-radio__button-wr {
    height: 24px;
    width: 24px
}

.gender-radio__button {
    align-items: center;
    background-color: var(--checkbox-bg-inactive-default);
    border-radius: 100%;
    box-shadow: var(--inner-shadow);
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    position: relative
}

.no-touch .gender-radio__item:hover .gender-radio__button {
    background-color: var(--checkbox-bg-inactive-hover)
}

.gender-radio__button.check {
    background: var(--gradient-tokens-backgrounds-h)
}

.gender-radio__button.check:before {
    border: solid var(--white);
    border-width: 0 2px 2px 0;
    content: "";
    height: 8px;
    margin: 0 -3px 0 -1px;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 5px
}

.gender-radio__button.active {
    background: var(--gradient-tokens-backgrounds-k);
    border: none
}

.no-touch .gender-radio__button.active:hover {
    background: var(--gradient-tokens-backgrounds-k-70)
}

.gender-radio__button.active:before {
    border: solid var(--checkbox-icon-active-default);
    border-width: 0 2px 2px 0;
    content: "";
    height: 8px;
    margin: 0 -3px 0 -1px;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 5px
}

.no-touch .gender-radio__item:hover .gender-radio__button.active:before {
    opacity: .7
}

.gender-radio__label {
    color: var(--white);
    transition: all .2s ease-out;
    z-index: 1
}

.gender-radio__label-text {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px
}

.country-select {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.country-select__flag {
    left: 16px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.country-select--opened .country-select__flag {
    z-index: 1
}

.country-select--disabled .country-select__flag {
    opacity: .5
}

.country-select__flag-icon {
    border-radius: 50%;
    flex-shrink: 0;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 20px
}

.country-select__selected {
    align-items: center;
    background-color: var(--input-bg-default);
    border: 1px solid var(--input-border-default);
    border-radius: 12px;
    color: var(--input-text-filled);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 24px;
    padding: 12px 44px;
    transition: all .2s ease-out;
    width: 100%
}

.no-touch .country-select__selected:hover:not(.country-select--disabled .country-select__selected) {
    background-color: var(--input-bg-hover);
    border-color: var(--input-border-hover);
    color: var(--input-label-hover)
}

.country-select--disabled .country-select__selected {
    background-color: var(--input-bg-disable);
    border: 1px solid var(--input-border-disable);
    cursor: default
}

.country-select--opened .country-select__selected {
    border-color: var(--input-border-active)
}

.country-select__name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.country-select--disabled .country-select__name {
    opacity: .5
}

.country-select__arrow {
    align-items: center;
    color: var(--input-icon-right-default);
    display: flex;
    height: 20px;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .15s ease-out;
    width: 20px
}

.country-select--disabled .country-select__arrow {
    opacity: .5
}

.country-select__arrow-up {
    transform: translateY(-50%) rotateX(180deg)
}

.country-select__arrow-icon {
    height: 6px;
    margin: 8px 5px auto;
    width: 10px
}

.profile-edit__col .country-select__arrow-icon {
    height: auto;
    margin: 7px 4px auto;
    width: 12px
}

.country-select__header {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px
}

@media (max-width:1139px) {
    .country-select__header {
        padding-left: 8px;
        padding-right: 8px
    }
}

.country-select__label {
    font-size: var(--headings-h2-font-size);
    font-weight: var(--headings-h2-weight);
    line-height: var(--headings-h2-line-height);
    margin-bottom: var(--spacings-2xl);
    padding: var(--spacings-xs) 0;
    text-align: center
}

.country-select__search-input-wrap {
    position: relative
}

@media (min-width:640px) {
    .country-select__search-input {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.country-select__options-scroll {
    overflow: auto;
    position: relative
}

.country-select__options-scroll::-webkit-scrollbar {
    background-color: transparent;
    color: transparent;
    display: none;
    height: 0;
    opacity: 0;
    width: 0
}

.country-select__options-scroll::-webkit-scrollbar-thumb,
.country-select__options-scroll::-webkit-scrollbar-track {
    background: transparent;
    display: none
}

@media (min-width:640px) {
    .country-select__options-scroll {
        max-height: 280px;
        padding: 8px
    }

    .registration-form__registration--social .country-select__options-scroll {
        max-height: 220px
    }
}

@media (min-width:1140px) {
    .registration-form__registration--social .country-select__options-scroll {
        max-height: 260px
    }
}

.country-select__option {
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    padding: 10px 12px 10px 8px
}

.country-select__option+.country-select__option {
    margin-top: 4px
}

.no-touch .country-select__option:hover {
    background-color: var(--selector-item-a-bg-hover)
}

.country-select__option.active {
    background-color: var(--selector-item-a-bg-active);
    box-shadow: var(--inner-shadow)
}

.country-select__options-image {
    border-radius: 50%;
    flex-shrink: 0;
    height: 20px;
    margin-right: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 20px
}

.country-select__option-label {
    display: -webkit-box;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

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

@media (max-width:639px) {
    .payment {
        background-color: var(--backgrounds-b);
        height: 100%;
        max-width: 100%;
        width: 100%
    }
}

@media (min-width:640px) {
    .payment {
        max-width: 572px;
        min-height: 276px;
        min-width: 572px;
        overflow: hidden
    }
}

@media (min-width:640px) and (max-width:1139px) {
    .payment {
        max-height: calc(100vh - 80px);
        max-height: calc(100dvh - 80px)
    }
}

@media (min-width:1140px) {
    .payment {
        max-height: calc(100vh - 80px);
        max-width: 660px;
        min-width: 660px
    }
}

.custom-modal--deposit .payment {
    width: 100%
}

@media (min-width:832px) {
    .payment.payment--cashbox-mf-active:not(.payment--missing-data-open) {
        max-width: 700px;
        min-width: 700px
    }
}

@media (min-width:640px) {
    .payment--no-tabs {
        max-width: 572px;
        min-width: 572px
    }
}

@media (min-width:1140px) {
    .payment--no-tabs {
        max-width: 500px;
        min-width: 500px
    }
}

@media (min-width:640px) {
    .payment--no-scroll-bar {
        border-radius: var(--roundings-m);
        overflow: hidden
    }
}

.payment__inner {
    display: flex;
    flex-direction: column;
    width: 100%
}

@media (max-width:639px) {
    .payment__inner {
        height: 100%
    }
}

.payment__inner--cashout {
    padding-bottom: 0
}

.payment__tabs-wr {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: 16px 84px 20px var(--spacings-page-paddings)
}

@media (min-width:640px) {
    .payment__tabs-wr {
        background-color: var(--backgrounds-b);
        border-radius: var(--roundings-m);
        min-height: 60px;
        padding: 0 20px
    }
}

.payment__tabs-wr--fixed {
    background-color: var(--backgrounds-b);
    z-index: 1
}

.payment__tabs {
    align-items: center;
    display: flex;
    gap: var(--spacings-l);
    overflow: auto;
    width: 100%
}

.payment__tabs::-webkit-scrollbar {
    background-color: transparent;
    color: transparent;
    display: none;
    height: 0;
    opacity: 0;
    width: 0
}

.payment__tabs::-webkit-scrollbar-thumb,
.payment__tabs::-webkit-scrollbar-track {
    background: transparent;
    display: none
}

.payment__tab.btn {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    color: var(--text-text);
    cursor: pointer;
    display: flex;
    font-size: var(--buttons-font-s-font-size);
    font-weight: var(--buttons-font-s-weight);
    height: auto;
    line-height: var(--buttons-font-s-line-height);
    padding: var(--tabs-m-vert) 0;
    text-transform: uppercase;
    transition: color .2s ease-out;
    white-space: nowrap
}

.payment__tab.btn .btn__inner {
    gap: var(--tabs-s-gap)
}

.payment__tab.btn:before {
    background-color: var(--colors-global-accent-a);
    bottom: 0;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

.no-touch .payment__tab.btn:hover {
    color: var(--text-description-b)
}

.payment__tab.btn.active {
    pointer-events: none;
    position: relative
}

.payment__tab.btn.active:before {
    content: ""
}

@media (min-width:640px) {
    .payment__tab.btn {
        color: var(--text-text);
        cursor: pointer;
        font-size: var(--buttons-font-s-font-size);
        font-weight: var(--buttons-font-s-weight);
        line-height: var(--buttons-font-s-line-height);
        padding: var(--tabs-l-vert) 0;
        text-transform: uppercase;
        transition: color .2s ease-out;
        white-space: nowrap
    }

    .payment__tab.btn:before {
        background-color: var(--colors-global-accent-a);
        bottom: 0;
        height: 2px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .no-touch .payment__tab.btn:hover {
        color: var(--text-description-b)
    }

    .payment__tab.btn .btn__inner {
        gap: var(--tabs-l-gap)
    }
}

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

.payment__tab-icon-wr {
    border-radius: 50%;
    display: flex;
    height: 20px;
    place-items: center;
    width: 20px
}

.payment__tab-icon {
    height: 100%
}

.payment__tab-icon.currency-icon {
    background-color: transparent
}

.payment__close.btn {
    left: auto;
    position: absolute;
    right: 16px;
    top: 18px;
    transform: none;
    z-index: 9999
}

@media (min-width:640px) {
    .payment__close.btn {
        right: 20px;
        top: 12px
    }
}

@media (min-width:1140px) {
    .payment__close.btn {
        left: calc(100% + 12px);
        top: 0
    }
}

@media (max-width:639px) {
    .payment--no-tabs .payment__close.btn {
        top: 16px
    }
}

@media (min-width:640px) and (max-width:1139px) {
    .payment--no-tabs .payment__close.btn {
        right: var(--spacings-2xl);
        top: var(--spacings-2xl)
    }
}

.payment__close--transparent {
    z-index: 200
}

.payment__bonuses-toggle {
    margin-bottom: 11px
}

.payment__bonuses-toggle:last-child {
    margin-bottom: 0
}

.payment__bonus-code {
    flex: 1 1 auto
}

.payment__bonuses-wr {
    font-size: 0;
    letter-spacing: -4px;
    line-height: 0;
    margin-bottom: 20px
}

.payment__bonuses-wr:last-child {
    margin-bottom: 0
}

.payment__promocode-form-line {
    display: flex;
    flex-direction: row-reverse
}

.payment__promocode-form-line--has-code {
    display: block
}

.payment__bonus-switcher {
    margin: 20px 0 10px;
    text-align: center
}

@media (max-width:639px) {
    .payment__inner .payment__bonus-switcher {
        margin-bottom: 24px
    }
}

.payment__content {
    display: flex
}

@media (max-width:639px) {
    .payment__content {
        flex: 1 1 100%
    }
}

@media (max-width:1023px) and (orientation:landscape) {
    .payment__content {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto
    }

    .payment__content::-webkit-scrollbar {
        background-color: transparent;
        color: transparent;
        display: none;
        height: 0;
        opacity: 0;
        width: 0
    }

    .payment__content::-webkit-scrollbar-thumb,
    .payment__content::-webkit-scrollbar-track {
        background: transparent;
        display: none
    }
}

@media (min-width:640px) {
    .payment__content {
        background: var(--backgrounds-b);
        border-radius: var(--roundings-m)
    }

    .payment__content:not(.payment--no-tabs .payment__content) {
        margin-top: 8px
    }
}

@media (max-width:1023px) and (orientation:landscape) {
    .payment--no-tabs .payment__content {
        height: auto
    }
}

@media (min-width:640px) and (max-width:1139px) {
    .payment--no-tabs .payment__content {
        border-radius: var(--roundings-l)
    }
}

.payment__content-inner-2 {
    display: flex !important;
    flex-direction: column;
    flex-shrink: 0;
    gap: 20px;
    padding-right: 0 !important;
    width: 100% !important
}

.custom-modal--balance .payment__content-inner-2 {
    border-radius: 8px
}

.payment__content-inner-2::-webkit-scrollbar {
    background-color: transparent;
    color: transparent;
    display: none;
    height: 0;
    opacity: 0;
    width: 0
}

.payment__content-inner-2::-webkit-scrollbar-thumb,
.payment__content-inner-2::-webkit-scrollbar-track {
    background: transparent;
    display: none
}

.payment__content-inner-1 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: auto;
    width: 100%
}

.payment__content-inner-1.payment__content-inner-1--hide,
.payment__content-inner-1:empty {
    display: none
}

.payment__inner--missing-data .payment__content-inner-1 {
    padding: 0;
    position: relative
}

.payment--cashbox-mf-active .payment__content-inner-1 {
    height: auto
}

.payment--preloader .payment__content-inner-1 {
    height: 100%
}

.payment__content-inner-1 iframe {
    display: block
}

@media (min-width:640px) {
    .payment__content-inner-1.payment__content-inner-1--with-loader:first-child {
        padding-top: 20px
    }

    .payment__content-inner-1.payment__content-inner-1--with-loader:last-child {
        padding-bottom: 20px
    }
}

.payment__content-inner--preloader {
    max-height: 100%;
    min-height: 270px
}

.payment--minimal-qtu-payments .payment__inner--tooltip-shown {
    padding-bottom: 0
}

.payment__currency {
    display: flex;
    padding: 8px var(--spacings-page-paddings) 20px;
    position: relative
}

.payment__currency:after {
    background: var(--border-a);
    bottom: 0;
    content: "";
    height: 1px;
    left: var(--spacings-page-paddings);
    position: absolute;
    right: var(--spacings-page-paddings)
}

@media (min-width:640px) {
    .payment__currency {
        justify-content: flex-end;
        padding: 20px
    }

    .payment__currency:after {
        left: 20px;
        right: 20px
    }
}

.payment__currency.payment__currency--no-border {
    padding-bottom: 0
}

.payment__currency.payment__currency--no-border:after {
    content: none
}

.payment__currency-inner {
    display: flex;
    flex-direction: column;
    gap: 6px
}

@media (min-width:640px) {
    .payment__currency-inner {
        align-items: flex-end;
        flex-direction: row
    }
}

.payment__currency-title {
    color: var(--text-description-a);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

@media (min-width:640px) {
    .payment__currency-title {
        display: flex;
        justify-content: flex-end;
        margin: 0 0 6px;
        white-space: nowrap
    }
}

.payment__currency-list {
    position: relative
}

@media (max-width:639px) {
    .payment__currency-list {
        flex-grow: 1
    }
}

@media (min-width:640px) {
    .payment__currency-list {
        flex: 1
    }
}

.payment__bonus-block:empty {
    display: none
}

.payment__payment-providers-list--crypto~.payment__bonus-block,
.payment__payment-providers-list:empty~.payment__bonus-block {
    border-top: 1px solid var(--border-a);
    padding-top: 16px
}

@media (max-width:639px) {
    .payment__bonus-block {
        padding: 0 16px 16px
    }
}

@media (min-width:640px) {
    .payment__bonus-block {
        padding: 0 20px 20px
    }

    .payment__payment-providers-list:empty~.payment__bonus-block {
        margin-top: -16px;
        padding-top: 20px
    }

    .payment__payment-providers-list--crypto~.payment__bonus-block {
        padding-top: 20px
    }
}

.payment__nav {
    padding: 0 var(--spacings-page-paddings) 20px
}

@media (max-width:639px) {
    .payment__info-message--no-offset-bottom+.payment__nav {
        padding-top: 20px
    }
}

@media (min-width:640px) {
    .payment__nav {
        padding: 20px
    }
}

.payment__payment-area {
    flex: auto
}

.payment__payment-area--bordered {
    border-top: 1px solid var(--border-a)
}

.payment__info {
    padding: 20px var(--spacings-page-paddings) 0
}

.payment__info:empty {
    padding-bottom: 0;
    padding-top: 0
}

.payment__info+.payment__payment-area .payment-area,
.payment__message-bonus+.payment__info {
    border-top: none
}

@media (min-width:640px) {
    .payment__common-providers+.payment__info {
        padding-top: 0
    }

    .payment__nav+.payment__info,
    .payment__nav+.payment__payment-providers-list:empty+.payment__info {
        border-top: none;
        padding-top: 0
    }
}

@media (max-width:639px) {
    .payment__info {
        border-top: 1px solid var(--border-a)
    }
}

@media (min-width:640px) {
    .payment__info {
        padding: 20px 20px 0
    }
}

@media (max-width:639px) {
    .payment--cashout .payment__info {
        padding-top: 16px
    }
}

.payment__info-text {
    color: var(--text-description-a);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left
}

.payment__info-text span {
    color: var(--text-text);
    font-weight: 700
}

.payment-crypto__conversion-link+.payment__info-text {
    margin-top: 20px
}

.prize-drop-list {
    display: flex;
    gap: var(--spacings-xs)
}

@media (max-width:639px) {
    .prize-drop-list {
        flex-direction: column
    }
}

@media (min-width:640px) and (max-width:1139px) {
    .prize-drop-list {
        flex-wrap: wrap
    }
}

@media (min-width:1140px) and (max-width:1627px) {
    .prize-drop-list {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .prize-drop-list::-webkit-scrollbar {
        display: none
    }
}

@media (min-width:1628px) {
    .prize-drop-list {
        gap: 12px
    }
}

@media (max-width:639px) {
    .prize-drop-list__item {
        width: 100%
    }
}

@media (min-width:640px) and (max-width:1139px) {
    .prize-drop-list__item {
        flex-grow: 1;
        width: calc(50% - 4px)
    }
}

@media (min-width:1140px) {
    .prize-drop-list__item {
        width: calc(33.33333% - 6px)
    }
}

@media (min-width:1140px) and (max-width:1627px) {
    .prize-drop-list__item {
        min-width: 328px
    }
}

@media (min-width:1628px) {
    .prize-drop-list__item {
        width: calc(33.33333% - 6px)
    }
}

@media (min-width:640px) and (max-width:1139px) {
    .prize-drop-list__item:first-child {
        width: 100%
    }
}

.prize-drop-level {
    align-items: center;
    background: var(--backgrounds-b);
    border-radius: var(--roundings-m);
    box-shadow: var(--inner-shadow);
    display: flex;
    gap: 8px;
    padding: 12px;
    width: 100%
}

@media (min-width:1628px) {
    .prize-drop-level {
        gap: 12px;
        padding: 16px
    }
}

.prize-drop-section .prize-drop-level {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: var(--backgrounds-a-70);
    border-radius: 12px
}

@media (min-width:640px) and (max-width:1139px) {
    .prize-drop-section .prize-drop-level {
        border-radius: var(--roundings-s)
    }
}

@media (min-width:1628px) {
    .prize-drop-section .prize-drop-level {
        gap: 8px
    }
}

.prize-drop-level__img {
    height: 60px;
    width: 60px
}

@media (min-width:1628px) {
    .promo-event__description .prize-drop-level__img {
        height: 76px;
        width: 76px
    }
}

.prize-drop-level__summary {
    container-name: prize-wr;
    container-type: inline-size;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 2px
}

@media (min-width:1140px) {
    .promo-event__description .prize-drop-level__summary {
        gap: 4px
    }
}

@media (min-width:1628px) {
    .promo-event__description .prize-drop-level__summary {
        gap: 8px
    }
}

@container prize-wr (max-width: 200px) {
    .main-wrapper:not(:has(.menu-burger--small)) .prize-drop-level__value {
        --cut: 80px
    }
}

@container prize-wr (min-width: 201px) {
    .main-wrapper:not(:has(.menu-burger--small)) .prize-drop-level__value {
        --cut: max-content
    }
}

.prize-drop-level__name {
    color: var(--text-text);
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    padding: 2px 0;
    text-transform: uppercase
}

.prize-drop-level__value {
    color: var(--colors-global-accent-d);
    font-size: 24px;
    font-weight: var(--headings-h2-weight);
    line-height: 32px;
    white-space: nowrap
}

.prize-drop-list__item:nth-child(2) .prize-drop-level__value {
    color: var(--colors-global-accent-b)
}

.prize-drop-list__item:nth-child(3) .prize-drop-level__value {
    color: var(--colors-global-accent-c)
}

@media (min-width:1140px) and (max-width:1627px) {

    .prize-drop-section .prize-drop-list__item:nth-child(2) .prize-drop-level__value,
    .prize-drop-section .prize-drop-list__item:nth-child(3) .prize-drop-level__value {
        max-width: var(--cut, -moz-max-content);
        max-width: var(--cut, max-content);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

@media (min-width:1628px) {

    .prize-drop-section .prize-drop-list__item:nth-child(2) .prize-drop-level__value,
    .prize-drop-section .prize-drop-list__item:nth-child(3) .prize-drop-level__value {
        max-width: -moz-fit-content;
        max-width: fit-content
    }
}

@media (min-width:640px) and (max-width:1139px) {

    .promo-event__description .prize-drop-list__item:nth-child(2) .prize-drop-level__value,
    .promo-event__description .prize-drop-list__item:nth-child(3) .prize-drop-level__value {
        max-width: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

@media (min-width:1628px) {
    .prize-drop-level__value {
        font-size: 30px;
        line-height: 32px
    }

    .prize-drop-section .prize-drop-level__value {
        font-size: 24px
    }
}

.prize-drop-level__box {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    text-align: right
}

@media (min-width:1140px) {
    .prize-drop-section .prize-drop-level__box {
        gap: 6px
    }
}

.prize-drop-level__label,
.prize-drop-level__prizes {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    padding: 8px;
    white-space: nowrap
}

.promo-event__description .prize-drop-level__label,
.promo-event__description .prize-drop-level__prizes {
    letter-spacing: .16px
}

.prize-drop-level__label {
    color: var(--text-description-b);
    margin-bottom: -2px
}

@media (min-width:1628px) {
    .prize-drop-level__label {
        margin-bottom: 6px;
        padding: 6px 12px
    }
}

.prize-drop-level__prizes {
    background: var(--backgrounds-g);
    border-radius: 6px;
    color: var(--text-text)
}

@media (min-width:1628px) {
    .prize-drop-level__prizes {
        padding: 8px 12px
    }
}

.onboarding {
    align-items: flex-start;
    background: var(--backgrounds-b);
    border-radius: var(--roundings-m);
    display: flex;
    flex-direction: column;
    gap: var(--spacings-l);
    margin: 0 0 var(--spacings-s);
    padding: var(--spacings-xl)
}

.onboarding__title {
    color: var(--colors-base-white-a);
    font-size: var(--headings-h3-font-size);
    font-weight: var(--headings-h3-weight);
    line-height: var(--headings-h3-line-height);
    padding: 6px 0;
    width: 100%
}

.onboarding__list {
    display: flex;
    gap: 8px;
    width: 100%
}

@media (max-width:1139px) {
    .onboarding__list {
        flex-direction: column
    }
}

@media (min-width:1140px) {
    .onboarding__list {
        flex-wrap: wrap
    }
}

.onboarding__item {
    background: var(--backgrounds-a-70);
    border-radius: var(--roundings-s);
    box-shadow: var(--inner-shadow);
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: var(--spacings-xl) var(--spacings-xl) var(--spacings-xl) 84px;
    position: relative;
    width: 100%
}

@media (min-width:1140px) {
    .onboarding__item {
        flex-grow: 1;
        padding: 16px 20px 20px
    }
}

@media (min-width:1140px) and (max-width:1627px) {
    .onboarding__item {
        width: calc(50% - 4px)
    }
}

@media (min-width:1628px) {
    .onboarding__item {
        gap: var(--spacings-xs);
        width: calc(33.33333% - 6px)
    }
}

@media (min-width:1140px) and (max-width:1627px) {
    .main-wrapper:has(.menu-burger--small) .onboarding__item {
        width: calc(33.33333% - 6px)
    }
}

.onboarding__img {
    height: 44px;
    position: absolute;
    width: 44px
}

@media (max-width:1139px) {
    .onboarding__img {
        left: 16px;
        top: 16px
    }
}

@media (min-width:1140px) {
    .onboarding__img {
        height: 60px;
        right: 20px;
        top: 16px;
        width: 60px
    }
}

.onboarding__label {
    color: var(--text-text);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

@media (min-width:1140px) {
    .onboarding__label {
        align-items: center;
        display: flex;
        min-height: 60px
    }
}

.onboarding__value {
    color: var(--text-description-a);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px
}

:root {
    --layout-left: 0;
    --layout-right: 0;
    --layout-top: 0;
    --layout-bottom: 0
}

.main-wrapper {
    height: unset !important
}

@media (min-width:1140px) {
    .main-wrapper--error {
        height: 100vh !important
    }
}

.main-wr {
    min-height: 100vh
}

@media (min-width:1140px) {
    .main-wr {
        margin: 0 0 0 calc(100% - var(--content-width));
        padding-bottom: var(--bottom-notify-height);
        transition: margin-left .1s ease-out
    }

    .main-wr.static-page {
        margin-left: calc(var(--menu-burger-width) + 32px)
    }

    .menu-opened .main-wr.static-page {
        margin-left: calc(var(--menu-burger-width-opened) + 32px)
    }

    .game-page .main-wr {
        margin: 0
    }
}

@media (min-width:1628px) {
    .game-page .main-wr {
        margin: 0
    }
}

@media (min-width:1140px) {
    .main-wr.main-wr--friends-and-referrals {
        min-height: calc(100vh - var(--header-height) - var(--spacings-l))
    }
}

.sport-page .main-wr {
    margin: calc(var(--header-height)*-1) 0 0;
    padding: calc(var(--header-height)) 0 var(--bottom-notify-height)
}

@media (min-width:1140px) {
    .sport-page .main-wr {
        margin-left: var(--menu-burger-width)
    }

    .sport-page.menu-opened .main-wr {
        margin-left: var(--menu-burger-width-opened)
    }
}

@media (max-width:1139px) {
    .main-wr--profile {
        min-height: calc(100vh - var(--top-bar-height) - var(--back-title-height));
        min-height: calc(100dvh - var(--top-bar-height) - var(--back-title-height))
    }
}

.main-wr--preloader.main-wr {
    height: calc(100vh - var(--header-height) + var(--bottom-menu-height));
    margin-bottom: 0;
    margin-top: 0
}

@media (min-width:1140px) {
    .main-wr--preloader.main-wr {
        height: calc(100vh - var(--header-height))
    }
}

.main-wr--not-found {
    overflow: hidden
}

:root {
    --window-width: 100vw
}

@media (min-width:1921px) {
    .main-wr--show-filters {
        --window-width: 1920px
    }
}

.main {
    position: relative
}

@media (min-width:1140px) {
    .game-page .main {
        opacity: 0
    }
}

@media (min-width:1920px) {
    .main {
        margin: 0 auto;
        max-width: var(--main-container-max-width)
    }
}

.main-wr--show-filters .main {
    max-width: unset
}

@media (max-width:1139px) {
    .main--profile {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

@media (min-width:640px) {
    .main--profile {
        padding: 0 var(--spacings-page-paddings)
    }
}

@media (min-width:1920px) {
    .main--profile {
        padding: 0
    }
}

.main__top-inner {
    margin-top: var(--spacings-xs)
}

@media (min-width:1140px) {
    .main__top-inner {
        display: flex;
        justify-content: center;
        margin-top: var(--spacings-s);
        padding-inline: var(--spacings-page-paddings);
        padding-inline-start: 19px
    }
}

@media (min-width:1920px) {
    .main__top-inner {
        padding-inline: 0
    }
}

.main__top-inner-blocks {
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
    max-width: var(--main-container-max-width);
    width: 100%
}

@media (min-width:1140px) {
    .main__top-inner-blocks {
        align-items: center;
        flex-direction: row;
        gap: var(--spacings-xl)
    }
}

.main__nav-line {
    margin-block: var(--spacings-2xl) var(--spacings-xs);
    padding-inline: var(--spacings-page-paddings)
}

@media (min-width:1140px) {
    .main__nav-line {
        margin-bottom: 0;
        margin-top: 26px
    }
}

@media (min-width:1628px) {
    .main__nav-line {
        margin-top: 36px
    }
}

@media (min-width:1920px) {
    .main__nav-line {
        margin-inline: calc(var(--spacings-page-paddings)*-1)
    }
}

.error-page {
    max-width: unset
}

.overlay-open .overlay {
    background-image: linear-gradient(to bottom, var(--black-500-p-25), var(--black-500-p-25));
    bottom: 0;
    display: block;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10
}

@media (max-width:712px) {
    .overlay-open .overlay {
        z-index: 10001
    }
}

.currency-content,
.overlay {
    display: none
}

.currency-content.default {
    display: inline
}

.game-currency-content {
    display: none
}

.game-currency-content.default {
    display: inline
}

.currency-rub .currency-content.rub,
.currency-rub~* .currency-content.rub {
    display: inline !important
}

.currency-rub .drum-title .currency-content.rub,
.currency-rub~* .drum-title .currency-content.rub {
    display: block !important
}

.currency-rub .currency-content.default:not(.rub),
.currency-rub~* .currency-content.default:not(.rub) {
    display: none !important
}

.currency-usd .currency-content.usd,
.currency-usd~* .currency-content.usd {
    display: inline !important
}

.currency-usd .drum-title .currency-content.usd,
.currency-usd~* .drum-title .currency-content.usd {
    display: block !important
}

.currency-usd .currency-content.default:not(.usd),
.currency-usd~* .currency-content.default:not(.usd) {
    display: none !important
}

.currency-eur .currency-content.eur,
.currency-eur~* .currency-content.eur {
    display: inline !important
}

.currency-eur .drum-title .currency-content.eur,
.currency-eur~* .drum-title .currency-content.eur {
    display: block !important
}

.currency-eur .currency-content.default:not(.eur),
.currency-eur~* .currency-content.default:not(.eur) {
    display: none !important
}

.currency-kzt .currency-content.kzt,
.currency-kzt~* .currency-content.kzt {
    display: inline !important
}

.currency-kzt .drum-title .currency-content.kzt,
.currency-kzt~* .drum-title .currency-content.kzt {
    display: block !important
}

.currency-kzt .currency-content.default:not(.kzt),
.currency-kzt~* .currency-content.default:not(.kzt) {
    display: none !important
}

.currency-nok .currency-content.nok,
.currency-nok~* .currency-content.nok {
    display: inline !important
}

.currency-nok .drum-title .currency-content.nok,
.currency-nok~* .drum-title .currency-content.nok {
    display: block !important
}

.currency-nok .currency-content.default:not(.nok),
.currency-nok~* .currency-content.default:not(.nok) {
    display: none !important
}

.currency-pln .currency-content.pln,
.currency-pln~* .currency-content.pln {
    display: inline !important
}

.currency-pln .drum-title .currency-content.pln,
.currency-pln~* .drum-title .currency-content.pln {
    display: block !important
}

.currency-pln .currency-content.default:not(.pln),
.currency-pln~* .currency-content.default:not(.pln) {
    display: none !important
}

.currency-try .currency-content.try,
.currency-try~* .currency-content.try {
    display: inline !important
}

.currency-try .drum-title .currency-content.try,
.currency-try~* .drum-title .currency-content.try {
    display: block !important
}

.currency-try .currency-content.default:not(.try),
.currency-try~* .currency-content.default:not(.try) {
    display: none !important
}

.currency-uah .currency-content.uah,
.currency-uah~* .currency-content.uah {
    display: inline !important
}

.currency-uah .drum-title .currency-content.uah,
.currency-uah~* .drum-title .currency-content.uah {
    display: block !important
}

.currency-uah .currency-content.default:not(.uah),
.currency-uah~* .currency-content.default:not(.uah) {
    display: none !important
}

.currency-cad .currency-content.cad,
.currency-cad~* .currency-content.cad {
    display: inline !important
}

.currency-cad .drum-title .currency-content.cad,
.currency-cad~* .drum-title .currency-content.cad {
    display: block !important
}

.currency-cad .currency-content.default:not(.cad),
.currency-cad~* .currency-content.default:not(.cad) {
    display: none !important
}

.currency-nzd .currency-content.nzd,
.currency-nzd~* .currency-content.nzd {
    display: inline !important
}

.currency-nzd .drum-title .currency-content.nzd,
.currency-nzd~* .drum-title .currency-content.nzd {
    display: block !important
}

.currency-nzd .currency-content.default:not(.nzd),
.currency-nzd~* .currency-content.default:not(.nzd) {
    display: none !important
}

.currency-brl .currency-content.brl,
.currency-brl~* .currency-content.brl {
    display: inline !important
}

.currency-brl .drum-title .currency-content.brl,
.currency-brl~* .drum-title .currency-content.brl {
    display: block !important
}

.currency-brl .currency-content.default:not(.brl),
.currency-brl~* .currency-content.default:not(.brl) {
    display: none !important
}

.currency-aud .currency-content.aud,
.currency-aud~* .currency-content.aud {
    display: inline !important
}

.currency-aud .drum-title .currency-content.aud,
.currency-aud~* .drum-title .currency-content.aud {
    display: block !important
}

.currency-aud .currency-content.default:not(.aud),
.currency-aud~* .currency-content.default:not(.aud) {
    display: none !important
}

.currency-azn .currency-content.azn,
.currency-azn~* .currency-content.azn {
    display: inline !important
}

.currency-azn .drum-title .currency-content.azn,
.currency-azn~* .drum-title .currency-content.azn {
    display: block !important
}

.currency-azn .currency-content.default:not(.azn),
.currency-azn~* .currency-content.default:not(.azn) {
    display: none !important
}

.currency-inr .currency-content.inr,
.currency-inr~* .currency-content.inr {
    display: inline !important
}

.currency-inr .drum-title .currency-content.inr,
.currency-inr~* .drum-title .currency-content.inr {
    display: block !important
}

.currency-inr .currency-content.default:not(.inr),
.currency-inr~* .currency-content.default:not(.inr) {
    display: none !important
}

.currency-mxn .currency-content.mxn,
.currency-mxn~* .currency-content.mxn {
    display: inline !important
}

.currency-mxn .drum-title .currency-content.mxn,
.currency-mxn~* .drum-title .currency-content.mxn {
    display: block !important
}

.currency-mxn .currency-content.default:not(.mxn),
.currency-mxn~* .currency-content.default:not(.mxn) {
    display: none !important
}

.currency-ars .currency-content.ars,
.currency-ars~* .currency-content.ars {
    display: inline !important
}

.currency-ars .drum-title .currency-content.ars,
.currency-ars~* .drum-title .currency-content.ars {
    display: block !important
}

.currency-ars .currency-content.default:not(.ars),
.currency-ars~* .currency-content.default:not(.ars) {
    display: none !important
}

.currency-pen .currency-content.pen,
.currency-pen~* .currency-content.pen {
    display: inline !important
}

.currency-pen .drum-title .currency-content.pen,
.currency-pen~* .drum-title .currency-content.pen {
    display: block !important
}

.currency-pen .currency-content.default:not(.pen),
.currency-pen~* .currency-content.default:not(.pen) {
    display: none !important
}

.currency-ngn .currency-content.ngn,
.currency-ngn~* .currency-content.ngn {
    display: inline !important
}

.currency-ngn .drum-title .currency-content.ngn,
.currency-ngn~* .drum-title .currency-content.ngn {
    display: block !important
}

.currency-ngn .currency-content.default:not(.ngn),
.currency-ngn~* .currency-content.default:not(.ngn) {
    display: none !important
}

.currency-zar .currency-content.zar,
.currency-zar~* .currency-content.zar {
    display: inline !important
}

.currency-zar .drum-title .currency-content.zar,
.currency-zar~* .drum-title .currency-content.zar {
    display: block !important
}

.currency-zar .currency-content.default:not(.zar),
.currency-zar~* .currency-content.default:not(.zar) {
    display: none !important
}

.currency-clp .currency-content.clp,
.currency-clp~* .currency-content.clp {
    display: inline !important
}

.currency-clp .drum-title .currency-content.clp,
.currency-clp~* .drum-title .currency-content.clp {
    display: block !important
}

.currency-clp .currency-content.default:not(.clp),
.currency-clp~* .currency-content.default:not(.clp) {
    display: none !important
}

.currency-btc .currency-content.btc,
.currency-btc~* .currency-content.btc {
    display: inline !important
}

.currency-btc .drum-title .currency-content.btc,
.currency-btc~* .drum-title .currency-content.btc {
    display: block !important
}

.currency-btc .currency-content.default:not(.btc),
.currency-btc~* .currency-content.default:not(.btc) {
    display: none !important
}

.currency-sek .currency-content.sek,
.currency-sek~* .currency-content.sek {
    display: inline !important
}

.currency-sek .drum-title .currency-content.sek,
.currency-sek~* .drum-title .currency-content.sek {
    display: block !important
}

.currency-sek .currency-content.default:not(.sek),
.currency-sek~* .currency-content.default:not(.sek) {
    display: none !important
}

.currency-bch .currency-content.bch,
.currency-bch~* .currency-content.bch {
    display: inline !important
}

.currency-bch .drum-title .currency-content.bch,
.currency-bch~* .drum-title .currency-content.bch {
    display: block !important
}

.currency-bch .currency-content.default:not(.bch),
.currency-bch~* .currency-content.default:not(.bch) {
    display: none !important
}

.currency-eth .currency-content.eth,
.currency-eth~* .currency-content.eth {
    display: inline !important
}

.currency-eth .drum-title .currency-content.eth,
.currency-eth~* .drum-title .currency-content.eth {
    display: block !important
}

.currency-eth .currency-content.default:not(.eth),
.currency-eth~* .currency-content.default:not(.eth) {
    display: none !important
}

.currency-ltc .currency-content.ltc,
.currency-ltc~* .currency-content.ltc {
    display: inline !important
}

.currency-ltc .drum-title .currency-content.ltc,
.currency-ltc~* .drum-title .currency-content.ltc {
    display: block !important
}

.currency-ltc .currency-content.default:not(.ltc),
.currency-ltc~* .currency-content.default:not(.ltc) {
    display: none !important
}

.currency-trx .currency-content.trx,
.currency-trx~* .currency-content.trx {
    display: inline !important
}

.currency-trx .drum-title .currency-content.trx,
.currency-trx~* .drum-title .currency-content.trx {
    display: block !important
}

.currency-trx .currency-content.default:not(.trx),
.currency-trx~* .currency-content.default:not(.trx) {
    display: none !important
}

.currency-usdt .currency-content.usdt,
.currency-usdt~* .currency-content.usdt {
    display: inline !important
}

.currency-usdt .drum-title .currency-content.usdt,
.currency-usdt~* .drum-title .currency-content.usdt {
    display: block !important
}

.currency-usdt .currency-content.default:not(.usdt),
.currency-usdt~* .currency-content.default:not(.usdt) {
    display: none !important
}

.currency-xrp .currency-content.xrp,
.currency-xrp~* .currency-content.xrp {
    display: inline !important
}

.currency-xrp .drum-title .currency-content.xrp,
.currency-xrp~* .drum-title .currency-content.xrp {
    display: block !important
}

.currency-xrp .currency-content.default:not(.xrp),
.currency-xrp~* .currency-content.default:not(.xrp) {
    display: none !important
}

.currency-huf .currency-content.huf,
.currency-huf~* .currency-content.huf {
    display: inline !important
}

.currency-huf .drum-title .currency-content.huf,
.currency-huf~* .drum-title .currency-content.huf {
    display: block !important
}

.currency-huf .currency-content.default:not(.huf),
.currency-huf~* .currency-content.default:not(.huf) {
    display: none !important
}

.currency-jpy .currency-content.jpy,
.currency-jpy~* .currency-content.jpy {
    display: inline !important
}

.currency-jpy .drum-title .currency-content.jpy,
.currency-jpy~* .drum-title .currency-content.jpy {
    display: block !important
}

.currency-jpy .currency-content.default:not(.jpy),
.currency-jpy~* .currency-content.default:not(.jpy) {
    display: none !important
}

.currency-doge .currency-content.doge,
.currency-doge~* .currency-content.doge {
    display: inline !important
}

.currency-doge .drum-title .currency-content.doge,
.currency-doge~* .drum-title .currency-content.doge {
    display: block !important
}

.currency-doge .currency-content.default:not(.doge),
.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 .drum-title .game-currency-content.rub {
    display: block !important
}

.content-game-currency-rub .game-currency-content.default:not(.rub) {
    display: none !important
}

.content-game-currency-usd .game-currency-content.usd {
    display: inline !important
}

.content-game-currency-usd .drum-title .game-currency-content.usd {
    display: block !important
}

.content-game-currency-usd .game-currency-content.default:not(.usd) {
    display: none !important
}

.content-game-currency-eur .game-currency-content.eur {
    display: inline !important
}

.content-game-currency-eur .drum-title .game-currency-content.eur {
    display: block !important
}

.content-game-currency-eur .game-currency-content.default:not(.eur) {
    display: none !important
}

.content-game-currency-kzt .game-currency-content.kzt {
    display: inline !important
}

.content-game-currency-kzt .drum-title .game-currency-content.kzt {
    display: block !important
}

.content-game-currency-kzt .game-currency-content.default:not(.kzt) {
    display: none !important
}

.content-game-currency-nok .game-currency-content.nok {
    display: inline !important
}

.content-game-currency-nok .drum-title .game-currency-content.nok {
    display: block !important
}

.content-game-currency-nok .game-currency-content.default:not(.nok) {
    display: none !important
}

.content-game-currency-pln .game-currency-content.pln {
    display: inline !important
}

.content-game-currency-pln .drum-title .game-currency-content.pln {
    display: block !important
}

.content-game-currency-pln .game-currency-content.default:not(.pln) {
    display: none !important
}

.content-game-currency-try .game-currency-content.try {
    display: inline !important
}

.content-game-currency-try .drum-title .game-currency-content.try {
    display: block !important
}

.content-game-currency-try .game-currency-content.default:not(.try) {
    display: none !important
}

.content-game-currency-uah .game-currency-content.uah {
    display: inline !important
}

.content-game-currency-uah .drum-title .game-currency-content.uah {
    display: block !important
}

.content-game-currency-uah .game-currency-content.default:not(.uah) {
    display: none !important
}

.content-game-currency-cad .game-currency-content.cad {
    display: inline !important
}

.content-game-currency-cad .drum-title .game-currency-content.cad {
    display: block !important
}

.content-game-currency-cad .game-currency-content.default:not(.cad) {
    display: none !important
}

.content-game-currency-nzd .game-currency-content.nzd {
    display: inline !important
}

.content-game-currency-nzd .drum-title .game-currency-content.nzd {
    display: block !important
}

.content-game-currency-nzd .game-currency-content.default:not(.nzd) {
    display: none !important
}

.content-game-currency-brl .game-currency-content.brl {
    display: inline !important
}

.content-game-currency-brl .drum-title .game-currency-content.brl {
    display: block !important
}

.content-game-currency-brl .game-currency-content.default:not(.brl) {
    display: none !important
}

.content-game-currency-aud .game-currency-content.aud {
    display: inline !important
}

.content-game-currency-aud .drum-title .game-currency-content.aud {
    display: block !important
}

.content-game-currency-aud .game-currency-content.default:not(.aud) {
    display: none !important
}

.content-game-currency-azn .game-currency-content.azn {
    display: inline !important
}

.content-game-currency-azn .drum-title .game-currency-content.azn {
    display: block !important
}

.content-game-currency-azn .game-currency-content.default:not(.azn) {
    display: none !important
}

.content-game-currency-inr .game-currency-content.inr {
    display: inline !important
}

.content-game-currency-inr .drum-title .game-currency-content.inr {
    display: block !important
}

.content-game-currency-inr .game-currency-content.default:not(.inr) {
    display: none !important
}

.content-game-currency-mxn .game-currency-content.mxn {
    display: inline !important
}

.content-game-currency-mxn .drum-title .game-currency-content.mxn {
    display: block !important
}

.content-game-currency-mxn .game-currency-content.default:not(.mxn) {
    display: none !important
}

.content-game-currency-ars .game-currency-content.ars {
    display: inline !important
}

.content-game-currency-ars .drum-title .game-currency-content.ars {
    display: block !important
}

.content-game-currency-ars .game-currency-content.default:not(.ars) {
    display: none !important
}

.content-game-currency-pen .game-currency-content.pen {
    display: inline !important
}

.content-game-currency-pen .drum-title .game-currency-content.pen {
    display: block !important
}

.content-game-currency-pen .game-currency-content.default:not(.pen) {
    display: none !important
}

.content-game-currency-ngn .game-currency-content.ngn {
    display: inline !important
}

.content-game-currency-ngn .drum-title .game-currency-content.ngn {
    display: block !important
}

.content-game-currency-ngn .game-currency-content.default:not(.ngn) {
    display: none !important
}

.content-game-currency-zar .game-currency-content.zar {
    display: inline !important
}

.content-game-currency-zar .drum-title .game-currency-content.zar {
    display: block !important
}

.content-game-currency-zar .game-currency-content.default:not(.zar) {
    display: none !important
}

.content-game-currency-clp .game-currency-content.clp {
    display: inline !important
}

.content-game-currency-clp .drum-title .game-currency-content.clp {
    display: block !important
}

.content-game-currency-clp .game-currency-content.default:not(.clp) {
    display: none !important
}

.content-game-currency-btc .game-currency-content.btc {
    display: inline !important
}

.content-game-currency-btc .drum-title .game-currency-content.btc {
    display: block !important
}

.content-game-currency-btc .game-currency-content.default:not(.btc) {
    display: none !important
}

.content-game-currency-sek .game-currency-content.sek {
    display: inline !important
}

.content-game-currency-sek .drum-title .game-currency-content.sek {
    display: block !important
}

.content-game-currency-sek .game-currency-content.default:not(.sek) {
    display: none !important
}

.content-game-currency-bch .game-currency-content.bch {
    display: inline !important
}

.content-game-currency-bch .drum-title .game-currency-content.bch {
    display: block !important
}

.content-game-currency-bch .game-currency-content.default:not(.bch) {
    display: none !important
}

.content-game-currency-eth .game-currency-content.eth {
    display: inline !important
}

.content-game-currency-eth .drum-title .game-currency-content.eth {
    display: block !important
}

.content-game-currency-eth .game-currency-content.default:not(.eth) {
    display: none !important
}

.content-game-currency-ltc .game-currency-content.ltc {
    display: inline !important
}

.content-game-currency-ltc .drum-title .game-currency-content.ltc {
    display: block !important
}

.content-game-currency-ltc .game-currency-content.default:not(.ltc) {
    display: none !important
}

.content-game-currency-trx .game-currency-content.trx {
    display: inline !important
}

.content-game-currency-trx .drum-title .game-currency-content.trx {
    display: block !important
}

.content-game-currency-trx .game-currency-content.default:not(.trx) {
    display: none !important
}

.content-game-currency-usdt .game-currency-content.usdt {
    display: inline !important
}

.content-game-currency-usdt .drum-title .game-currency-content.usdt {
    display: block !important
}

.content-game-currency-usdt .game-currency-content.default:not(.usdt) {
    display: none !important
}

.content-game-currency-xrp .game-currency-content.xrp {
    display: inline !important
}

.content-game-currency-xrp .drum-title .game-currency-content.xrp {
    display: block !important
}

.content-game-currency-xrp .game-currency-content.default:not(.xrp) {
    display: none !important
}

.content-game-currency-huf .game-currency-content.huf {
    display: inline !important
}

.content-game-currency-huf .drum-title .game-currency-content.huf {
    display: block !important
}

.content-game-currency-huf .game-currency-content.default:not(.huf) {
    display: none !important
}

.content-game-currency-jpy .game-currency-content.jpy {
    display: inline !important
}

.content-game-currency-jpy .drum-title .game-currency-content.jpy {
    display: block !important
}

.content-game-currency-jpy .game-currency-content.default:not(.jpy) {
    display: none !important
}

.content-game-currency-doge .game-currency-content.doge {
    display: inline !important
}

.content-game-currency-doge .drum-title .game-currency-content.doge {
    display: block !important
}

.content-game-currency-doge .game-currency-content.default:not(.doge) {
    display: none !important
}

.game-currency-rub .currency-content.rub {
    display: inline !important
}

.game-currency-rub .drum-title .currency-content.rub {
    display: block !important
}

.game-currency-rub .currency-content.default:not(.rub) {
    display: none !important
}

.game-currency-usd .currency-content.usd {
    display: inline !important
}

.game-currency-usd .drum-title .currency-content.usd {
    display: block !important
}

.game-currency-usd .currency-content.default:not(.usd) {
    display: none !important
}

.game-currency-eur .currency-content.eur {
    display: inline !important
}

.game-currency-eur .drum-title .currency-content.eur {
    display: block !important
}

.game-currency-eur .currency-content.default:not(.eur) {
    display: none !important
}

.game-currency-kzt .currency-content.kzt {
    display: inline !important
}

.game-currency-kzt .drum-title .currency-content.kzt {
    display: block !important
}

.game-currency-kzt .currency-content.default:not(.kzt) {
    display: none !important
}

.game-currency-nok .currency-content.nok {
    display: inline !important
}

.game-currency-nok .drum-title .currency-content.nok {
    display: block !important
}

.game-currency-nok .currency-content.default:not(.nok) {
    display: none !important
}

.game-currency-pln .currency-content.pln {
    display: inline !important
}

.game-currency-pln .drum-title .currency-content.pln {
    display: block !important
}

.game-currency-pln .currency-content.default:not(.pln) {
    display: none !important
}

.game-currency-try .currency-content.try {
    display: inline !important
}

.game-currency-try .drum-title .currency-content.try {
    display: block !important
}

.game-currency-try .currency-content.default:not(.try) {
    display: none !important
}

.game-currency-uah .currency-content.uah {
    display: inline !important
}

.game-currency-uah .drum-title .currency-content.uah {
    display: block !important
}

.game-currency-uah .currency-content.default:not(.uah) {
    display: none !important
}

.game-currency-cad .currency-content.cad {
    display: inline !important
}

.game-currency-cad .drum-title .currency-content.cad {
    display: block !important
}

.game-currency-cad .currency-content.default:not(.cad) {
    display: none !important
}

.game-currency-nzd .currency-content.nzd {
    display: inline !important
}

.game-currency-nzd .drum-title .currency-content.nzd {
    display: block !important
}

.game-currency-nzd .currency-content.default:not(.nzd) {
    display: none !important
}

.game-currency-brl .currency-content.brl {
    display: inline !important
}

.game-currency-brl .drum-title .currency-content.brl {
    display: block !important
}

.game-currency-brl .currency-content.default:not(.brl) {
    display: none !important
}

.game-currency-aud .currency-content.aud {
    display: inline !important
}

.game-currency-aud .drum-title .currency-content.aud {
    display: block !important
}

.game-currency-aud .currency-content.default:not(.aud) {
    display: none !important
}

.game-currency-azn .currency-content.azn {
    display: inline !important
}

.game-currency-azn .drum-title .currency-content.azn {
    display: block !important
}

.game-currency-azn .currency-content.default:not(.azn) {
    display: none !important
}

.game-currency-inr .currency-content.inr {
    display: inline !important
}

.game-currency-inr .drum-title .currency-content.inr {
    display: block !important
}

.game-currency-inr .currency-content.default:not(.inr) {
    display: none !important
}

.game-currency-mxn .currency-content.mxn {
    display: inline !important
}

.game-currency-mxn .drum-title .currency-content.mxn {
    display: block !important
}

.game-currency-mxn .currency-content.default:not(.mxn) {
    display: none !important
}

.game-currency-ars .currency-content.ars {
    display: inline !important
}

.game-currency-ars .drum-title .currency-content.ars {
    display: block !important
}

.game-currency-ars .currency-content.default:not(.ars) {
    display: none !important
}

.game-currency-pen .currency-content.pen {
    display: inline !important
}

.game-currency-pen .drum-title .currency-content.pen {
    display: block !important
}

.game-currency-pen .currency-content.default:not(.pen) {
    display: none !important
}

.game-currency-ngn .currency-content.ngn {
    display: inline !important
}

.game-currency-ngn .drum-title .currency-content.ngn {
    display: block !important
}

.game-currency-ngn .currency-content.default:not(.ngn) {
    display: none !important
}

.game-currency-zar .currency-content.zar {
    display: inline !important
}

.game-currency-zar .drum-title .currency-content.zar {
    display: block !important
}

.game-currency-zar .currency-content.default:not(.zar) {
    display: none !important
}

.game-currency-clp .currency-content.clp {
    display: inline !important
}

.game-currency-clp .drum-title .currency-content.clp {
    display: block !important
}

.game-currency-clp .currency-content.default:not(.clp) {
    display: none !important
}

.game-currency-btc .currency-content.btc {
    display: inline !important
}

.game-currency-btc .drum-title .currency-content.btc {
    display: block !important
}

.game-currency-btc .currency-content.default:not(.btc) {
    display: none !important
}

.game-currency-sek .currency-content.sek {
    display: inline !important
}

.game-currency-sek .drum-title .currency-content.sek {
    display: block !important
}

.game-currency-sek .currency-content.default:not(.sek) {
    display: none !important
}

.game-currency-bch .currency-content.bch {
    display: inline !important
}

.game-currency-bch .drum-title .currency-content.bch {
    display: block !important
}

.game-currency-bch .currency-content.default:not(.bch) {
    display: none !important
}

.game-currency-eth .currency-content.eth {
    display: inline !important
}

.game-currency-eth .drum-title .currency-content.eth {
    display: block !important
}

.game-currency-eth .currency-content.default:not(.eth) {
    display: none !important
}

.game-currency-ltc .currency-content.ltc {
    display: inline !important
}

.game-currency-ltc .drum-title .currency-content.ltc {
    display: block !important
}

.game-currency-ltc .currency-content.default:not(.ltc) {
    display: none !important
}

.game-currency-trx .currency-content.trx {
    display: inline !important
}

.game-currency-trx .drum-title .currency-content.trx {
    display: block !important
}

.game-currency-trx .currency-content.default:not(.trx) {
    display: none !important
}

.game-currency-usdt .currency-content.usdt {
    display: inline !important
}

.game-currency-usdt .drum-title .currency-content.usdt {
    display: block !important
}

.game-currency-usdt .currency-content.default:not(.usdt) {
    display: none !important
}

.game-currency-xrp .currency-content.xrp {
    display: inline !important
}

.game-currency-xrp .drum-title .currency-content.xrp {
    display: block !important
}

.game-currency-xrp .currency-content.default:not(.xrp) {
    display: none !important
}

.game-currency-huf .currency-content.huf {
    display: inline !important
}

.game-currency-huf .drum-title .currency-content.huf {
    display: block !important
}

.game-currency-huf .currency-content.default:not(.huf) {
    display: none !important
}

.game-currency-jpy .currency-content.jpy {
    display: inline !important
}

.game-currency-jpy .drum-title .currency-content.jpy {
    display: block !important
}

.game-currency-jpy .currency-content.default:not(.jpy) {
    display: none !important
}

.game-currency-doge .currency-content.doge {
    display: inline !important
}

.game-currency-doge .drum-title .currency-content.doge {
    display: block !important
}

.game-currency-doge .currency-content.default:not(.doge) {
    display: none !important
}

.currency-icon {
    background-color: var(--colors-global-accent-a);
    border-radius: 50%
}

.swiper-container {
    overflow: hidden
}

.swiper-button-next-wr,
.swiper-button-prev-wr {
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    width: 36px;
    z-index: 1
}

.main-slider__wrapper .swiper-button-next-wr,
.main-slider__wrapper .swiper-button-prev-wr {
    height: calc(100% - 56px)
}

.command-list-slider .swiper-button-next-wr,
.command-list-slider .swiper-button-prev-wr {
    height: 100%
}

.swiper-button-next-wr.games-slider__navigation-btn.swiper-button-disabled,
.swiper-button-next-wr.swiper-button-disabled .command-list-slider .swiper-button-next-wr,
.swiper-button-next-wr.swiper-button-disabled .command-list-slider .swiper-button-prev-wr,
.swiper-button-next-wr.swiper-button-disabled .games-slider__navigation .swiper-button-next-wr,
.swiper-button-next-wr.swiper-button-disabled .games-slider__navigation .swiper-button-prev-wr,
.swiper-button-prev-wr.games-slider__navigation-btn.swiper-button-disabled,
.swiper-button-prev-wr.swiper-button-disabled .command-list-slider .swiper-button-next-wr,
.swiper-button-prev-wr.swiper-button-disabled .command-list-slider .swiper-button-prev-wr,
.swiper-button-prev-wr.swiper-button-disabled .games-slider__navigation .swiper-button-next-wr,
.swiper-button-prev-wr.swiper-button-disabled .games-slider__navigation .swiper-button-prev-wr {
    display: none
}

@media (min-width:1140px) {

    .main-page__games-providers.home-bg-section-inner--jackpot-providers .swiper-button-next-wr,
    .main-page__games-providers.home-bg-section-inner--jackpot-providers .swiper-button-prev-wr {
        height: calc(100% - 30px)
    }
}

.command-list-slider .swiper-button-disabled,
.games-slider__navigation .swiper-button-disabled,
.sport-lobby-links-slider__navigation .swiper-button-disabled,
.stories-group .swiper-button-disabled {
    display: none
}

.swiper-button-prev-wr {
    left: 0
}

.swiper-button-next-wr {
    right: 0
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    background-color: var(--backgrounds-a);
    color: var(--buttons-secondary-c-icon-default);
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    height: 40px;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .15s ease-out;
    visibility: hidden;
    width: 40px
}

.swiper-button-next:after,
.swiper-button-next:before,
.swiper-button-prev:after,
.swiper-button-prev:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 24px;
    position: absolute;
    width: 24px
}

@media (min-width:1140px) {

    .command-list-slider .swiper-button-next,
    .command-list-slider .swiper-button-prev {
        height: 42px;
        transform: translateY(calc(-50% - 32px));
        width: 42px
    }

    .command-list-slider--active .swiper-button-next,
    .command-list-slider--active .swiper-button-prev {
        transform: translateY(calc(-50% - 25px))
    }

    .command-list-slider--waiting .swiper-button-next,
    .command-list-slider--waiting .swiper-button-prev {
        transform: translateY(calc(-50% + 8px))
    }

    .command-list-slider--join .swiper-button-next,
    .command-list-slider--join .swiper-button-prev {
        transform: translateY(calc(-50% - 10px))
    }

    .bonus-store-freespins__list-wr:hover .swiper-button-next,
    .bonus-store-freespins__list-wr:hover .swiper-button-prev,
    .bonus-store-lootboxes__list-wr:hover .swiper-button-next,
    .bonus-store-lootboxes__list-wr:hover .swiper-button-prev,
    .command-list-slider .swiper-button-next,
    .command-list-slider .swiper-button-prev,
    .games-slider__inner:hover .swiper-button-next,
    .games-slider__inner:hover .swiper-button-prev,
    .games-slider__tabs:hover .swiper-button-next,
    .games-slider__tabs:hover .swiper-button-prev,
    .main-slider__wrapper:hover .swiper-button-next,
    .main-slider__wrapper:hover .swiper-button-prev,
    .sport-lobby-links-slider__inner-wr:hover .swiper-button-next,
    .sport-lobby-links-slider__inner-wr:hover .swiper-button-prev,
    .sport-lobby-promotions__slider:hover .swiper-button-next,
    .sport-lobby-promotions__slider:hover .swiper-button-prev,
    .stories-group:hover .swiper-button-next,
    .stories-group:hover .swiper-button-prev {
        opacity: 1;
        visibility: visible
    }
}

.no-touch .bonus-store-freespins__list-wr .swiper-button-next,
.no-touch .bonus-store-freespins__list-wr .swiper-button-prev,
.no-touch .bonus-store-lootboxes__list-wr .swiper-button-next,
.no-touch .bonus-store-lootboxes__list-wr .swiper-button-prev,
.no-touch .command-list-slider .swiper-button-next,
.no-touch .command-list-slider .swiper-button-prev,
.no-touch .games-slider__inner .swiper-button-next,
.no-touch .games-slider__inner .swiper-button-prev,
.no-touch .games-slider__tabs .swiper-button-next,
.no-touch .games-slider__tabs .swiper-button-prev,
.no-touch .main-slider__wrapper .swiper-button-next,
.no-touch .main-slider__wrapper .swiper-button-prev,
.no-touch .promo-slider.single-column .swiper-button-next.promo-slider__next,
.no-touch .promo-slider.single-column .swiper-button-next.promo-slider__prev,
.no-touch .promo-slider.single-column .swiper-button-prev.promo-slider__next,
.no-touch .promo-slider.single-column .swiper-button-prev.promo-slider__prev,
.no-touch .sport-lobby-links-slider__inner-wr .swiper-button-next,
.no-touch .sport-lobby-links-slider__inner-wr .swiper-button-prev,
.no-touch .sport-lobby-promotions__slider .swiper-button-next,
.no-touch .sport-lobby-promotions__slider .swiper-button-prev {
    transition: padding .2s ease-out
}

.no-touch .bonus-store-freespins__list-wr .swiper-button-next:hover,
.no-touch .bonus-store-freespins__list-wr .swiper-button-prev:hover,
.no-touch .bonus-store-lootboxes__list-wr .swiper-button-next:hover,
.no-touch .bonus-store-lootboxes__list-wr .swiper-button-prev:hover,
.no-touch .command-list-slider .swiper-button-next:hover,
.no-touch .command-list-slider .swiper-button-prev:hover,
.no-touch .games-slider__inner .swiper-button-next:hover,
.no-touch .games-slider__inner .swiper-button-prev:hover,
.no-touch .games-slider__tabs .swiper-button-next:hover,
.no-touch .games-slider__tabs .swiper-button-prev:hover,
.no-touch .main-slider__wrapper .swiper-button-next:hover,
.no-touch .main-slider__wrapper .swiper-button-prev:hover,
.no-touch .promo-slider.single-column .swiper-button-next.promo-slider__next:hover,
.no-touch .promo-slider.single-column .swiper-button-next.promo-slider__prev:hover,
.no-touch .promo-slider.single-column .swiper-button-prev.promo-slider__next:hover,
.no-touch .promo-slider.single-column .swiper-button-prev.promo-slider__prev:hover,
.no-touch .sport-lobby-links-slider__inner-wr .swiper-button-next:hover,
.no-touch .sport-lobby-links-slider__inner-wr .swiper-button-prev:hover,
.no-touch .sport-lobby-promotions__slider .swiper-button-next:hover,
.no-touch .sport-lobby-promotions__slider .swiper-button-prev:hover {
    padding: 0 28px 0 24px
}

.games-jackpot__providers .no-touch .bonus-store-freespins__list-wr .swiper-button-next:hover,
.games-jackpot__providers .no-touch .bonus-store-freespins__list-wr .swiper-button-prev:hover,
.games-jackpot__providers .no-touch .bonus-store-lootboxes__list-wr .swiper-button-next:hover,
.games-jackpot__providers .no-touch .bonus-store-lootboxes__list-wr .swiper-button-prev:hover,
.games-jackpot__providers .no-touch .command-list-slider .swiper-button-next:hover,
.games-jackpot__providers .no-touch .command-list-slider .swiper-button-prev:hover,
.games-jackpot__providers .no-touch .games-slider__inner .swiper-button-next:hover,
.games-jackpot__providers .no-touch .games-slider__inner .swiper-button-prev:hover,
.games-jackpot__providers .no-touch .games-slider__tabs .swiper-button-next:hover,
.games-jackpot__providers .no-touch .games-slider__tabs .swiper-button-prev:hover,
.games-jackpot__providers .no-touch .main-slider__wrapper .swiper-button-next:hover,
.games-jackpot__providers .no-touch .main-slider__wrapper .swiper-button-prev:hover,
.games-jackpot__providers .no-touch .promo-slider.single-column .swiper-button-next.promo-slider__next:hover,
.games-jackpot__providers .no-touch .promo-slider.single-column .swiper-button-next.promo-slider__prev:hover,
.games-jackpot__providers .no-touch .promo-slider.single-column .swiper-button-prev.promo-slider__next:hover,
.games-jackpot__providers .no-touch .promo-slider.single-column .swiper-button-prev.promo-slider__prev:hover,
.games-jackpot__providers .no-touch .sport-lobby-links-slider__inner-wr .swiper-button-next:hover,
.games-jackpot__providers .no-touch .sport-lobby-links-slider__inner-wr .swiper-button-prev:hover,
.games-jackpot__providers .no-touch .sport-lobby-promotions__slider .swiper-button-next:hover,
.games-jackpot__providers .no-touch .sport-lobby-promotions__slider .swiper-button-prev:hover {
    padding: 0
}

.games-jackpot__providers .swiper-button-next,
.games-jackpot__providers .swiper-button-prev {
    background: var(--buttons-secondary-a-bg-default);
    border-radius: var(--buttons-xs-radius);
    box-shadow: var(--inner-shadow);
    height: 32px;
    position: relative;
    width: 32px
}

.games-jackpot__providers .swiper-button-next:before,
.games-jackpot__providers .swiper-button-prev:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M7.296 4.293a1 1 0 0 1 1.414 0L14.417 10 8.71 15.707a1 1 0 0 1-1.414-1.414L11.588 10 7.297 5.707a1 1 0 0 1 0-1.414' clip-rule='evenodd'/%3E%3C/svg%3E");
    height: 20px;
    left: 6px;
    position: absolute;
    top: 6px;
    width: 20px
}

.no-touch .games-jackpot__providers .swiper-button-next:hover,
.no-touch .games-jackpot__providers .swiper-button-prev:hover {
    background: var(--buttons-secondary-a-bg-hover);
    padding: 0
}

.swiper-button-prev {
    border-radius: 0 30px 30px 0;
    left: 0
}

.swiper-button-prev:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGZvcmVpZ25PYmplY3Qgd2lkdGg9IjEwNCIgaGVpZ2h0PSIxMDQiIHg9Ii00MCIgeT0iLTQwIj48ZGl2IHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hodG1sIiBzdHlsZT0iYmFja2Ryb3AtZmlsdGVyOmJsdXIoMjBweCk7Y2xpcC1wYXRoOnVybCgjYSk7aGVpZ2h0OjEwMCU7d2lkdGg6MTAwJSIvPjwvZm9yZWlnbk9iamVjdD48cGF0aCBmaWxsPSIjMTIxNjFkIiBkPSJNMCAyMy45OTRRLjI2IDI0IC41MjEgMjRDMTMuNDg4IDI0IDI0IDEzLjQ4OCAyNCAuNTIxUTI0IC4yNiAyMy45OTMgMEgyNHYyNEgweiIgZGF0YS1maWdtYS1iZy1ibHVyLXJhZGl1cz0iNDAiLz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQwIDQwKSI+PHBhdGggZD0iTTAgMjMuOTk0US4yNiAyNCAuNTIxIDI0QzEzLjQ4OCAyNCAyNCAxMy40ODggMjQgLjUyMVEyNCAuMjYgMjMuOTkzIDBIMjR2MjRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
    left: 0;
    scale: -1 1;
    top: -24px
}

.swiper-button-prev:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGZvcmVpZ25PYmplY3Qgd2lkdGg9IjEwNCIgaGVpZ2h0PSIxMDQiIHg9Ii00MCIgeT0iLTQwIj48ZGl2IHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hodG1sIiBzdHlsZT0iYmFja2Ryb3AtZmlsdGVyOmJsdXIoMjBweCk7Y2xpcC1wYXRoOnVybCgjYSk7aGVpZ2h0OjEwMCU7d2lkdGg6MTAwJSIvPjwvZm9yZWlnbk9iamVjdD48cGF0aCBmaWxsPSIjMTIxNjFkIiBkPSJNMCAuMDA2US4yNiAwIC41MjEgMEMxMy40ODggMCAyNCAxMC41MTIgMjQgMjMuNDc5cTAgLjI2MS0uMDA3LjUyMUgyNFYwSDB6IiBkYXRhLWZpZ21hLWJnLWJsdXItcmFkaXVzPSI0MCIvPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDAgNDApIj48cGF0aCBkPSJNMCAuMDA2US4yNiAwIC41MjEgMEMxMy40ODggMCAyNCAxMC41MTIgMjQgMjMuNDc5cTAgLjI2MS0uMDA3LjUyMUgyNFYwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);
    bottom: -24px;
    left: 0;
    scale: -1 1
}

.games-jackpot__providers .swiper-button-prev {
    left: 5px
}

.games-jackpot__providers .swiper-button-prev:after {
    display: none
}

.swiper-button-next {
    border-radius: 30px 0 0 30px;
    right: 0
}

.swiper-button-next:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGZvcmVpZ25PYmplY3Qgd2lkdGg9IjEwNCIgaGVpZ2h0PSIxMDQiIHg9Ii00MCIgeT0iLTQwIj48ZGl2IHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hodG1sIiBzdHlsZT0iYmFja2Ryb3AtZmlsdGVyOmJsdXIoMjBweCk7Y2xpcC1wYXRoOnVybCgjYSk7aGVpZ2h0OjEwMCU7d2lkdGg6MTAwJSIvPjwvZm9yZWlnbk9iamVjdD48cGF0aCBmaWxsPSIjMTIxNjFkIiBkPSJNMCAyMy45OTRRLjI2IDI0IC41MjEgMjRDMTMuNDg4IDI0IDI0IDEzLjQ4OCAyNCAuNTIxUTI0IC4yNiAyMy45OTMgMEgyNHYyNEgweiIgZGF0YS1maWdtYS1iZy1ibHVyLXJhZGl1cz0iNDAiLz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQwIDQwKSI+PHBhdGggZD0iTTAgMjMuOTk0US4yNiAyNCAuNTIxIDI0QzEzLjQ4OCAyNCAyNCAxMy40ODggMjQgLjUyMVEyNCAuMjYgMjMuOTkzIDBIMjR2MjRIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
    right: 0;
    top: -24px
}

.swiper-button-next:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGZvcmVpZ25PYmplY3Qgd2lkdGg9IjEwNCIgaGVpZ2h0PSIxMDQiIHg9Ii00MCIgeT0iLTQwIj48ZGl2IHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hodG1sIiBzdHlsZT0iYmFja2Ryb3AtZmlsdGVyOmJsdXIoMjBweCk7Y2xpcC1wYXRoOnVybCgjYSk7aGVpZ2h0OjEwMCU7d2lkdGg6MTAwJSIvPjwvZm9yZWlnbk9iamVjdD48cGF0aCBmaWxsPSIjMTIxNjFkIiBkPSJNMCAuMDA2US4yNiAwIC41MjEgMEMxMy40ODggMCAyNCAxMC41MTIgMjQgMjMuNDc5cTAgLjI2MS0uMDA3LjUyMUgyNFYwSDB6IiBkYXRhLWZpZ21hLWJnLWJsdXItcmFkaXVzPSI0MCIvPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDAgNDApIj48cGF0aCBkPSJNMCAuMDA2US4yNiAwIC41MjEgMEMxMy40ODggMCAyNCAxMC41MTIgMjQgMjMuNDc5cTAgLjI2MS0uMDA3LjUyMUgyNFYwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);
    bottom: -24px;
    right: 0
}

.games-jackpot__providers .swiper-button-next {
    right: 5px
}

.games-jackpot__providers .swiper-button-next:after {
    display: none
}

.swiper-button-next .icon,
.swiper-button-prev .icon {
    height: 20px;
    padding: 5px 2px;
    width: 20px
}

.games-jackpot__providers .swiper-button-next .icon,
.games-jackpot__providers .swiper-button-prev .icon {
    color: transparent
}

.swiper-pagination-bullet {
    cursor: pointer
}

.main-slider__wrapper .swiper-pagination-bullet {
    background-color: var(--gray-500-p-60);
    border-radius: 100%;
    flex-shrink: 0;
    height: 6px;
    margin-right: 6px;
    opacity: .2;
    transition: width .2s ease-in-out;
    width: 6px
}

.main-slider__wrapper .swiper-pagination-bullet:last-child {
    margin-right: 0
}

@media (min-width:640px) {
    .main-slider__wrapper .swiper-pagination-bullet {
        margin-right: 10px
    }
}

@media (min-width:1140px) {
    .main-slider__wrapper .swiper-pagination-bullet {
        height: 7px;
        width: 7px
    }
}

.main-slider__wrapper .swiper-pagination-bullet-active {
    background-color: var(--orange-500);
    border-radius: 16px;
    opacity: 1;
    width: 32px
}

@media (min-width:1140px) {
    .main-slider__wrapper .swiper-pagination-bullet-active {
        width: 48px
    }
}

.swiper-wrapper {
    will-change: transform
}

.games-sort-filters-group {
    padding: 0 var(--spacings-page-paddings);
    position: relative;
    z-index: 3
}

@media (min-width:640px) {
    .games-sort-filters-group {
        padding: 0 calc(var(--spacings-page-paddings) + 8px)
    }
}

@media (min-width:1140px) {
    .games-sort-filters-group {
        padding: 0
    }
}

.filter-button {
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: var(--spacings-page-paddings);
    position: relative
}

.nav-line .filter-button,
.profile-history .filter-button {
    margin-right: 0
}

.filter-button__icon-wrap {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 36px;
    justify-content: center;
    width: 36px
}

.filter-button__icon {
    color: var(--buttons-icon-secondary-b-icon-default);
    height: 18px;
    width: 18px
}

.filter-button__counter,
.filters-header__counter {
    align-items: center;
    background: var(--gradient-tokens-backgrounds-k);
    border-radius: 16px;
    color: var(--text-text);
    display: flex;
    font-size: 10px;
    font-weight: 700;
    height: 18px;
    justify-content: center;
    line-height: 12px;
    padding: 0 6px;
    position: absolute;
    right: -3px;
    text-align: center;
    top: -1px
}

.filters-header {
    align-items: center;
    display: flex
}

@media (max-width:1139px) {
    .filters-header {
        margin: var(--spacings-xl) var(--spacings-page-paddings)
    }
}

.group-filters__title {
    color: var(--text-text);
    font-size: var(--headings-h2-font-size);
    font-weight: var(--headings-h2-weight);
    line-height: var(--headings-h2-line-height);
    padding: var(--spacings-xs) 0;
    text-align: center;
    text-transform: capitalize;
    width: 100%
}

.filters-header__clear {
    color: var(--gray-500);
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    margin-left: auto;
    margin-right: 0;
    text-decoration-line: underline
}

.group-filters {
    display: flex;
    flex-direction: column
}

@media (min-width:1140px) {
    .group-filters {
        gap: var(--spacings-m);
        padding-block: var(--spacings-l) var(--spacings-s)
    }

    .profile-history .group-filters {
        display: block;
        padding: 0
    }
}

.provider .group-filters,
.providers .group-filters {
    margin: 0;
    padding: 0
}

@media (min-width:1140px) {

    .provider .group-filters,
    .providers .group-filters {
        gap: 0
    }
}

.games-sort-page--favorite-page .group-filters,
.games-sort-page--recently-played-page .group-filters {
    display: none
}

.group-filters--sticky {
    position: sticky;
    top: 46px;
    z-index: calc(var(--top-bar-layer) - 5)
}

@media (min-width:1628px) {
    .group-filters--sticky {
        top: 36px
    }
}

.group-filters--sticky:has(.games-sort-page__nav-line) {
    top: -8px
}

@media (min-width:1628px) {
    .group-filters--sticky:has(.games-sort-page__nav-line) {
        top: -16px
    }
}

@media (min-width:1140px) {
    .providers .group-filters--sticky {
        top: -14px
    }
}

@media (min-width:1628px) {
    .providers .group-filters--sticky {
        top: -28px
    }
}

@media (min-width:1140px) {
    .provider .group-filters--sticky {
        top: -14px
    }
}

@media (min-width:1628px) {
    .provider .group-filters--sticky {
        top: -12px
    }
}

@media (min-width:1140px) {
    .games-sort-page--tournaments .group-filters--sticky {
        top: -28px
    }
}

@media (min-width:1628px) {
    .games-sort-page--tournaments .group-filters--sticky {
        top: -40px
    }
}

.group-filters__filter {
    align-items: center;
    background-color: var(--backgrounds-b);
    border-radius: var(--roundings-xs);
    display: flex;
    margin: 0 var(--spacings-page-paddings);
    position: relative;
    transition: all .2s ease-out
}

@media (min-width:1628px) {
    .group-filters__filter {
        padding-right: 8px
    }
}

@media (min-width:1140px) {

    .provider .group-filters__filter,
    .providers .group-filters__filter {
        justify-content: space-between;
        margin: 30px 0 0;
        padding: 8px 8px 8px 12px
    }
}

@media (min-width:1628px) {
    .providers .group-filters__filter {
        margin-top: 40px;
        padding-left: 16px
    }

    .provider .group-filters__filter {
        margin-top: var(--spacings-l);
        padding-left: 16px
    }
}

@media (min-width:1140px) {

    .games-sort-page .group-filters__filter:not(.providers .group-filters__filter, .provider .group-filters__filter),
    .group-filters .group-filters__filter:not(.providers .group-filters__filter, .provider .group-filters__filter) {
        gap: var(--spacings-s);
        padding: 8px var(--spacings-s)
    }
}

@media (min-width:1628px) {

    .games-sort-page .group-filters__filter:not(.providers .group-filters__filter, .provider .group-filters__filter),
    .group-filters .group-filters__filter:not(.providers .group-filters__filter, .provider .group-filters__filter) {
        padding-right: 8px
    }
}

@media (min-width:1140px) {
    .profile-bets-bonuses .group-filters__filter:not(.providers .group-filters__filter, .provider .group-filters__filter) {
        padding: 0
    }
}

.group-filters--stickied .group-filters__filter {
    background-color: var(--backgrounds-a);
    border-radius: 0 0 var(--roundings-xs);
    margin-inline: 0;
    padding: 12px calc(var(--window-gap) + 20px) 4px
}

@media (min-width:1628px) {
    .group-filters--stickied .group-filters__filter {
        padding: 12px calc(var(--window-gap) + 26px) 4px
    }
}

@media (min-width:1140px) {
    .page-profile .group-filters--stickied .group-filters__filter {
        background-color: unset;
        border-radius: unset;
        padding: 0
    }
}

@media (max-width:1139px) {

    .provider .group-filters--stickied .group-filters__filter,
    .providers .group-filters--stickied .group-filters__filter {
        margin-top: 16px;
        padding-left: 16px
    }
}

@media (min-width:1140px) {

    .provider .group-filters--stickied .group-filters__filter,
    .providers .group-filters--stickied .group-filters__filter {
        padding-top: 4px
    }

    @supports (margin-inline:calc(var(--spacings-page-paddings) * -1) calc(var(--spacings-page-paddings) * -1)) {

        .provider .group-filters--stickied .group-filters__filter,
        .providers .group-filters--stickied .group-filters__filter {
            margin-inline: calc(var(--spacings-page-paddings)*-1) calc(var(--spacings-page-paddings)*-1)
        }
    }

    @supports not (margin-inline:calc(var(--spacings-page-paddings) * -1) calc(var(--spacings-page-paddings) * -1)) {

        .provider .group-filters--stickied .group-filters__filter,
        .providers .group-filters--stickied .group-filters__filter {
            margin-left: calc(var(--spacings-page-paddings)*-1);
            margin-right: calc(var(--spacings-page-paddings)*-1)
        }
    }
}

.group-filters__filter-icon {
    color: var(--input-icon-left-default);
    height: 20px;
    padding: 1px;
    width: 20px
}

.webview .no-webview {
    display: none
}

.fade-enter-active,
.fade-leave-active {
    transition: all .2s
}

.fade-enter-to,
.fade-leave-from {
    opacity: 1
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0
}

.fade-fast-enter-active {
    transition: all .2s
}

.fade-fast-leave-active {
    transition: all .07s
}

.fade-fast-enter-to,
.fade-fast-leave-from {
    opacity: 1
}

.fade-fast-enter-from,
.fade-fast-leave-to {
    opacity: 0
}

@keyframes glare {
    0% {
        transform: translate(-200%, -25%) rotate(19deg)
    }

    to {
        transform: translate(200%, -25%) rotate(19deg)
    }
}

@keyframes scroll {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-100%)
    }
}

.slide-left-right-enter-active,
.slide-left-right-leave-active {
    transition: all 1s
}

.slide-left-right-enter-to,
.slide-left-right-leave-from {
    max-width: 100%
}

.slide-left-right-enter-from,
.slide-left-right-leave-to {
    max-width: 0
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/themes/Blank/fonts/Inter-Regular.DzyR2U4X.woff2) format("woff2")
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    src: url(/wp-content/themes/Blank/fonts/Inter-Medium.-htsx-L3.woff2) format("woff2")
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    src: url(/wp-content/themes/Blank/fonts/Inter-SemiBold.CrA1f4fD.woff2) format("woff2")
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url(/wp-content/themes/Blank/fonts/Inter-Bold.zoyFyKg7.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Unbounded;
    font-style: normal;
    font-weight: 700;
    src: url(/wp-content/themes/Blank/fonts/Unbounded-Bold.BYgyUOly.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Unbounded;
    font-style: normal;
    font-weight: 800;
    src: url(/wp-content/themes/Blank/fonts/Unbounded-ExtraBold.C7uifaeE.woff2) format("woff2")
}

.resize-observer[data-v-b329ee4c] {
    background-color: transparent;
    border: none;
    opacity: 0
}

.resize-observer[data-v-b329ee4c],
.resize-observer[data-v-b329ee4c] object {
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.v-popper__popper {
    left: 0;
    outline: none;
    top: 0;
    z-index: 10000
}

.v-popper__popper.v-popper__popper--hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s, visibility .15s;
    visibility: hidden
}

.v-popper__popper.v-popper__popper--shown {
    opacity: 1;
    transition: opacity .15s;
    visibility: visible
}

.v-popper__popper.v-popper__popper--skip-transition,
.v-popper__popper.v-popper__popper--skip-transition>.v-popper__wrapper {
    transition: none !important
}

.v-popper__backdrop {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.v-popper__inner {
    box-sizing: border-box;
    overflow-y: auto;
    position: relative
}

.v-popper__inner>div {
    max-height: inherit;
    max-width: inherit;
    position: relative;
    z-index: 1
}

.v-popper__arrow-container {
    height: 10px;
    position: absolute;
    width: 10px
}

.v-popper__popper--arrow-overflow .v-popper__arrow-container,
.v-popper__popper--no-positioning .v-popper__arrow-container {
    display: none
}

.v-popper__arrow-inner,
.v-popper__arrow-outer {
    border-style: solid;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0
}

.v-popper__arrow-inner {
    border-width: 7px;
    visibility: hidden
}

.v-popper__arrow-outer {
    border-width: 6px
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner,
.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner {
    left: -2px
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer,
.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer {
    left: -1px
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,
.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer {
    border-bottom-color: transparent !important;
    border-bottom-width: 0;
    border-left-color: transparent !important;
    border-right-color: transparent !important
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner {
    top: -2px
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container {
    top: 0
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner,
.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    border-top-width: 0
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner {
    top: -4px
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer {
    top: -6px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,
.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner {
    top: -2px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer,
.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer {
    top: -1px
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner,
.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer {
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-left-width: 0;
    border-top-color: transparent !important
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner {
    left: -4px
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer {
    left: -6px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container {
    right: -10px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,
.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer {
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
    border-right-width: 0;
    border-top-color: transparent !important
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner {
    left: -2px
}

.v-popper--theme-tooltip .v-popper__inner {
    background: #000c;
    border-radius: 6px;
    color: #fff;
    padding: 7px 12px 6px
}

.v-popper--theme-tooltip .v-popper__arrow-outer {
    border-color: #000c
}

.v-popper--theme-dropdown .v-popper__inner {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 6px 30px #0000001a;
    color: #000
}

.v-popper--theme-dropdown .v-popper__arrow-inner {
    border-color: #fff;
    visibility: visible
}

.v-popper--theme-dropdown .v-popper__arrow-outer {
    border-color: #ddd
}

.icon {
    display: inline-block;
    flex-shrink: 0;
    transition: color .2s ease-out;
    vertical-align: baseline
}

.spinner {
    height: 22px;
    width: 22px
}

@media (max-width:712px) {
    .spinner {
        height: 16px;
        width: 16px
    }
}

.btn .spinner {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.spinner__path {
    animation: dash 1.4s ease-in-out infinite;
    stroke: var(--colors-base-white-30);
    stroke-dasharray: 185;
    stroke-dashoffset: 0;
    stroke-width: 6px;
    transform-origin: center
}

.input-field__file-hint-text--load .spinner__path,
.main-preloader .spinner__path,
.main-preloader__inner .spinner__path {
    stroke: var(--orange-500)
}

@keyframes dash {
    0% {
        stroke-dashoffset: 185;
        transform: rotate(0)
    }

    50% {
        stroke-dashoffset: 46.25;
        transform: rotate(160deg)
    }

    to {
        stroke-dashoffset: 185;
        transform: rotate(2turn)
    }
}

.btn,
.datarange-picker-wr .daterangepicker .btn {
    align-items: center;
    border: none;
    border-radius: var(--buttons-m-radius);
    box-shadow: var(--inner-shadow);
    color: var(--text-text);
    cursor: pointer;
    display: inline-flex;
    font-size: var(--buttons-font-m-font-size);
    font-weight: var(--buttons-font-m-weight);
    height: calc(var(--buttons-font-m-line-height) + var(--buttons-m-vert)*2);
    justify-content: center;
    letter-spacing: normal;
    line-height: var(--buttons-font-m-line-height);
    outline: none;
    padding: var(--buttons-m-vert) var(--buttons-m-hor);
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all .2s ease-out
}

.btn:where(.btn--secondary-b),
.datarange-picker-wr .daterangepicker .btn:where(.btn--secondary-b) {
    font-size: var(--buttons-font-s-font-size);
    font-weight: var(--buttons-font-s-weight);
    line-height: var(--buttons-font-s-line-height);
    text-transform: uppercase
}

.no-touch .btn:hover,
.no-touch .datarange-picker-wr .daterangepicker .btn:hover {
    color: var(--text-description-a)
}

.btn.disabled,
.btn[disabled],
.datarange-picker-wr .daterangepicker .btn.disabled,
.datarange-picker-wr .daterangepicker .btn[disabled] {
    pointer-events: none
}

.promo-event__table-more .btn,
.promo-event__table-more .datarange-picker-wr .daterangepicker .btn {
    width: 100%
}

@media (min-width:640px) {

    .promo-event__table-more .btn,
    .promo-event__table-more .datarange-picker-wr .daterangepicker .btn {
        max-width: 300px
    }
}

.btn__inner {
    align-items: center;
    display: flex;
    gap: var(--buttons-m-gap);
    justify-content: center;
    white-space: nowrap
}

.btn--size-s.friends-and-referrals-rewards__action-btn .btn__inner,
.friends-friends-and-referrals-commissions__btn--active .btn__inner {
    gap: 4px
}

.btn__inner--wrap .btn__inner,
.partners-contests-contest-details__status-btn .btn__inner,
.something-is-wrong__wrapper .btn__inner {
    white-space: normal
}

.top-bar__search-btn .btn__inner {
    overflow: hidden
}

.btn--size-xs .btn__inner {
    gap: var(--buttons-xs-gap)
}

.btn--size-s .btn__inner {
    gap: var(--buttons-s-gap)
}

.btn--size-l .btn__inner {
    gap: var(--buttons-l-gap)
}

.btn--text .btn__inner,
.btn--text-b .btn__inner {
    gap: 0
}

.btn.disabled .btn__inner,
.btn[disabled] .btn__inner {
    color: var(--buttons-primary-b-text-disable)
}

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

.btn--primary {
    background: var(--gradient-tokens-backgrounds-h);
    box-shadow: var(--inner-shadow);
    color: var(--buttons-primary-a-text-default)
}

.no-touch .btn--primary:not(.no-touch .btn--primary.btn--text, .no-touch .btn--primary.btn--text-b, .no-touch .btn--primary.btn--icon):hover {
    background: var(--gradient-tokens-backgrounds-h-70);
    color: var(--buttons-primary-a-text-hover)
}

.btn--primary.disabled,
.btn--primary[disabled] {
    background: var(--gradient-tokens-backgrounds-h-50);
    box-shadow: none;
    color: var(--buttons-primary-a-text-disable);
    pointer-events: none
}

.btn--primary-b {
    background: var(--gradient-tokens-backgrounds-k);
    box-shadow: var(--inner-shadow);
    color: var(--buttons-primary-b-text-default)
}

.no-touch .btn--primary-b:not(.no-touch .btn--primary-b.btn--text, .no-touch .btn--primary-b.btn--text-b, .no-touch .btn--primary-b.btn--icon):hover {
    background: var(--gradient-tokens-backgrounds-k-70);
    color: var(--buttons-primary-b-text-hover)
}

.btn--primary-b.disabled,
.btn--primary-b[disabled] {
    background: var(--gradient-tokens-backgrounds-k-50);
    box-shadow: none;
    color: var(--buttons-primary-b-text-disable);
    pointer-events: none
}

.btn--secondary {
    background: var(--buttons-secondary-a-bg-default);
    box-shadow: var(--inner-shadow);
    color: var(--buttons-secondary-a-text-default)
}

.no-touch .btn--secondary:not(.no-touch .btn--secondary.btn--text, .no-touch .btn--secondary.btn--text-b, .no-touch .btn--secondary.btn--icon):hover {
    background: var(--buttons-secondary-a-bg-hover);
    color: var(--buttons-secondary-a-text-hover)
}

.btn--secondary.disabled,
.btn--secondary[disabled] {
    background: var(--buttons-secondary-a-bg-disable);
    box-shadow: none;
    color: var(--buttons-secondary-a-text-disable);
    pointer-events: none
}

.btn--secondary-b {
    background: var(--buttons-secondary-b-bg-default);
    box-shadow: var(--inner-shadow);
    color: var(--buttons-secondary-b-text-default)
}

.no-touch .btn--secondary-b:not(.no-touch .btn--secondary-b.btn--text, .no-touch .btn--secondary-b.btn--text-b, .no-touch .btn--secondary-b.btn--icon):hover {
    background: var(--buttons-secondary-b-bg-hover);
    color: var(--buttons-secondary-b-text-hover)
}

.btn--secondary-b.disabled,
.btn--secondary-b[disabled] {
    background: var(--buttons-secondary-b-bg-disable);
    box-shadow: none;
    color: var(--buttons-secondary-b-text-disable);
    pointer-events: none
}

.btn--secondary-c {
    background: var(--buttons-secondary-c-bg-default);
    border-radius: 8px;
    box-shadow: none;
    color: var(--buttons-secondary-c-text-default)
}

.no-touch .btn--secondary-c:not(.no-touch .btn--secondary-c.btn--text, .no-touch .btn--secondary-c.btn--text-b, .no-touch .btn--secondary-c.btn--icon):hover {
    background: var(--buttons-secondary-c-bg-hover);
    color: var(--buttons-secondary-c-text-hover)
}

.btn--secondary-c.disabled,
.btn--secondary-c[disabled] {
    pointer-events: none
}

.btn--text {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    color: var(--text-description-a);
    height: auto;
    padding: 0
}

.no-touch .btn--text:not(.no-touch .btn--text.btn--icon):hover {
    background: transparent;
    color: var(--text-text)
}

.no-touch .btn--text:not(.no-touch .btn--text.btn--icon):hover .icon {
    color: var(--icons-a)
}

.btn--text.disabled,
.btn--text[disabled] {
    background: transparent;
    color: var(--text-description-a);
    pointer-events: none
}

.btn--text .icon {
    color: var(--icons-a-disable);
    height: 20px;
    width: 20px
}

.btn--text.btn--size-s {
    font-size: 12px;
    letter-spacing: normal
}

.btn--text.btn--size-l,
.btn--text.btn--size-s {
    font-weight: 500;
    height: auto;
    line-height: 20px;
    padding: 0;
    text-transform: none
}

.btn--text.btn--size-l {
    font-size: 14px
}

.btn--text-b {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    color: var(--text-text);
    height: auto;
    padding: 0
}

.no-touch .btn--text-b:not(.no-touch .btn--text-b.btn--icon):hover {
    background: transparent;
    color: var(--text-description-a)
}

.no-touch .btn--text-b:not(.no-touch .btn--text-b.btn--icon):hover .icon {
    color: var(--icons-a-disable)
}

.btn--text-b.disabled,
.btn--text-b[disabled] {
    background: transparent;
    color: var(--text-description-a);
    pointer-events: none
}

.btn--text-b .icon {
    color: var(--icons-a);
    height: 20px;
    width: 20px
}

.btn--text-b.btn--size-s {
    font-size: 12px;
    letter-spacing: normal
}

.btn--text-b.btn--size-l,
.btn--text-b.btn--size-s {
    font-weight: 500;
    height: auto;
    line-height: 20px;
    padding: 0;
    text-transform: none
}

.btn--text-b.btn--size-l {
    font-size: 14px
}

.btn--text-c {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    color: var(--link-default);
    height: auto;
    padding: 0
}

.no-touch .btn--text-c:not(.no-touch .btn--text-c.btn--icon):hover {
    background: transparent;
    color: var(--link-hover)
}

.no-touch .btn--text-c:not(.no-touch .btn--text-c.btn--icon):hover .icon {
    color: var(--link-hover)
}

.btn--text-c.disabled,
.btn--text-c[disabled] {
    background: transparent;
    color: var(--text-description-a);
    pointer-events: none
}

.btn--text-c .icon {
    color: var(--icons-c)
}

.btn--text-c.btn--size-s {
    font-size: 12px;
    letter-spacing: normal
}

.btn--text-c.btn--size-l,
.btn--text-c.btn--size-s {
    font-weight: 500;
    height: auto;
    line-height: 20px;
    padding: 0;
    text-transform: none
}

.btn--text-c.btn--size-l {
    font-size: 14px
}

.btn--full {
    width: 100%
}

.btn--size-xs {
    border-radius: var(--buttons-xs-radius);
    font-size: var(--buttons-font-xxs-font-size);
    font-weight: var(--buttons-font-xxs-weight);
    height: calc(var(--buttons-font-xxs-line-height) + var(--buttons-xs-vert)*2);
    letter-spacing: normal;
    line-height: var(--buttons-font-xxs-line-height);
    padding: var(--buttons-xs-vert) var(--buttons-xs-hor);
    text-transform: uppercase
}

.btn--size-s {
    border-radius: var(--buttons-s-radius);
    font-size: var(--buttons-font-s-font-size);
    font-weight: var(--buttons-font-s-weight);
    height: calc(var(--buttons-font-s-line-height) + var(--buttons-s-vert)*2);
    line-height: var(--buttons-font-s-line-height);
    padding: var(--buttons-s-vert) var(--buttons-s-hor);
    text-transform: uppercase
}

.btn--size-l {
    border-radius: var(--buttons-l-radius);
    font-size: var(--buttons-font-l-font-size);
    font-weight: var(--buttons-font-l-weight);
    height: calc(var(--buttons-font-l-line-height) + var(--buttons-l-vert)*2);
    letter-spacing: normal;
    line-height: var(--buttons-font-l-line-height);
    padding: var(--buttons-l-vert) var(--buttons-l-hor);
    text-transform: uppercase
}

.btn--icon {
    background: var(--buttons-icon-primary-bg-default);
    box-shadow: none;
    color: var(--buttons-icon-primary-icon-default);
    height: calc(var(--buttons-icon-m)*2 + 20px);
    padding: var(--buttons-icon-m);
    width: calc(var(--buttons-icon-m)*2 + 20px)
}

.btn--icon.btn--secondary {
    background: var(--buttons-secondary-a-bg-default);
    box-shadow: var(--inner-shadow);
    color: var(--buttons-secondary-a-icon-default)
}

.btn--icon.btn--secondary-b {
    background: var(--buttons-secondary-b-bg-default);
    box-shadow: var(--inner-shadow);
    color: var(--buttons-secondary-b-icon-default)
}

.btn--icon.btn--secondary-c {
    background: var(--buttons-secondary-c-bg-default);
    border-radius: var(--buttons-m-radius);
    color: var(--buttons-secondary-c-icon-default)
}

.btn--icon.btn--secondary-c-active {
    background: var(--buttons-secondary-c-bg-active);
    box-shadow: var(--inner-shadow);
    color: var(--buttons-secondary-c-icon-active)
}

.btn--icon.btn--secondary-d {
    background: var(--buttons-icon-secondary-d-bg-default);
    color: var(--buttons-icon-secondary-d-icon-default)
}

.btn--icon.btn--secondary-d-active {
    background: var(--buttons-icon-secondary-d-bg-active);
    color: var(--buttons-icon-secondary-d-icon-active)
}

.btn--icon.btn--special {
    background: transparent;
    color: var(--icons-a)
}

.btn--icon.btn--size-xs {
    border-radius: var(--buttons-xs-radius);
    height: calc(var(--buttons-icon-xs)*2 + 20px);
    padding: var(--buttons-icon-xs);
    width: calc(var(--buttons-icon-xs)*2 + 20px)
}

.btn--icon.btn--size-s {
    border-radius: var(--buttons-s-radius);
    height: calc(var(--buttons-icon-s)*2 + 20px);
    padding: var(--buttons-icon-s);
    width: calc(var(--buttons-icon-s)*2 + 20px)
}

.btn--icon.btn--size-l {
    border-radius: var(--buttons-m-radius);
    height: calc(var(--buttons-icon-m)*2 + 20px);
    padding: var(--buttons-icon-m);
    width: calc(var(--buttons-icon-m)*2 + 20px)
}

.no-touch .btn--icon:hover {
    background: var(--buttons-icon-primary-bg-hover);
    color: var(--buttons-icon-primary-icon-hover)
}

.no-touch .btn--icon:hover.btn--secondary {
    background: var(--buttons-secondary-a-bg-hover);
    color: var(--buttons-icon-secondary-a-icon-hover)
}

.no-touch .btn--icon:hover.btn--secondary-b {
    background: var(--buttons-secondary-b-bg-hover);
    color: var(--buttons-icon-secondary-a-icon-hover)
}

.no-touch .btn--icon:hover.btn--secondary-c {
    background: var(--buttons-secondary-c-bg-hover);
    color: var(--buttons-secondary-c-icon-hover)
}

.no-touch .btn--icon:hover.btn--secondary-d {
    background: var(--buttons-icon-secondary-d-bg-hover);
    color: var(--buttons-icon-secondary-d-icon-hover)
}

.no-touch .btn--icon:hover.btn--special {
    background: var(--backgrounds-g-50);
    color: var(--icons-a)
}

.btn--icon.disabled,
.btn--icon[disabled] {
    background: var(--buttons-icon-primary-bg-disable);
    color: var(--buttons-icon-primary-icon-disable);
    pointer-events: none
}

.btn--icon.disabled.btn--secondary,
.btn--icon[disabled].btn--secondary {
    background: var(--buttons-secondary-a-bg-disable);
    box-shadow: none;
    color: var(--buttons-icon-secondary-a-icon-disable)
}

.btn--icon.disabled.btn--secondary-b,
.btn--icon[disabled].btn--secondary-b {
    background: var(--buttons-secondary-b-bg-disable);
    box-shadow: none;
    color: var(--buttons-icon-secondary-b-icon-disable)
}

.btn--icon.disabled.btn--secondary-c,
.btn--icon[disabled].btn--secondary-c {
    background: var(--buttons-secondary-c-bg-disable);
    color: var(--buttons-secondary-c-icon-disable)
}

.btn--icon.disabled.btn--special,
.btn--icon[disabled].btn--special {
    background: var(--backgrounds-g-50);
    color: var(--buttons-secondary-b-icon-disable)
}

.btn--icon.btn--special-b {
    background: var(--buttons-secondary-b-bg-default);
    border-radius: 0;
    box-shadow: none;
    color: var(--buttons-secondary-b-icon-default);
    height: calc(var(--buttons-icon-xs)*2 + 20px);
    padding: var(--buttons-icon-xs) 0;
    width: 117px
}

.no-touch .btn--icon.btn--special-b:hover {
    background: var(--buttons-secondary-b-bg-hover);
    color: var(--buttons-secondary-b-icon-hover)
}

.btn--icon.btn--special-b.disabled,
.btn--icon.btn--special-b[disabled] {
    background: var(--buttons-secondary-b-bg-disable);
    color: var(--buttons-secondary-b-icon-disable)
}

.btn__icon {
    color: inherit;
    height: 18px;
    margin: auto;
    width: auto
}

.promo-event__rules--expanded .promo-event__rules-expand-btn .btn__icon,
.promo-rules--opened .promo-rules__expander .btn__icon {
    margin: 6px 4px auto;
    transform: rotate(180deg)
}

.btn__icon--cross {
    height: 16px
}

.btn__icon--chevrone-right {
    height: 12px;
    margin: 4px auto 4px 7px;
    width: auto
}

.btn--icon .btn__icon--chevrone-right {
    margin: 0
}

.btn__icon--chevrone-left {
    height: 12px;
    margin: 4px 7px 4px auto
}

.btn--icon .btn__icon--chevrone-left {
    margin: 0
}

.btn__icon--chevrone-up {
    height: 8px;
    margin: auto 4px 7px
}

.btn__icon--chevrone-down {
    height: 8px;
    margin: 7px 4px auto
}

.btn__icon--share {
    height: 15px;
    margin: 2px 0 3px;
    width: 20px
}

.btn--spinner {
    cursor: default
}

.bottom-sheet {
    position: relative;
    z-index: 105
}

.bottom-sheet * {
    box-sizing: border-box
}

.bottom-sheet.closed {
    opacity: 0;
    visibility: hidden
}

.bottom-sheet.opened {
    height: 100vh;
    height: 100dvh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10034
}

.bottom-sheet.opened>.bottom-sheet__backdrop {
    background-color: var(--backgrounds-d-70) !important;
    opacity: 1;
    visibility: visible
}

.bottom-sheet.opened>.bottom-sheet__backdrop:before {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.bottom-sheet.opened .bottom-sheet__card.fx-fadein-scale {
    opacity: 1;
    transform: translate(-50%) scale(1)
}

.bottom-sheet.opened .bottom-sheet__card.fx-slide-from-left,
.bottom-sheet.opened .bottom-sheet__card.fx-slide-from-right {
    opacity: 1;
    transform: translate(-50%)
}

.restore-account-form .bottom-sheet.opened.bottom-sheet--phone-picker {
    bottom: 0;
    height: 85vh;
    top: auto
}

.bottom-sheet.opened .bottom-sheet.opened .bottom-sheet__backdrop {
    border-radius: 24px 24px 0 0
}

.bottom-sheet.bottom-sheet--adult-modal {
    z-index: 10035
}

@media (max-width:1139px) {
    .bottom-sheet.bottom-sheet--command-team .bottom-sheet__card .vb-content {
        width: 100% !important;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .bottom-sheet.bottom-sheet--command-team .bottom-sheet__card .vb-content::-webkit-scrollbar {
        display: none
    }
}

.bottom-sheet+.bottom-sheet {
    z-index: 10034
}

.bottom-sheet.bottom-sheet--promocode-form {
    z-index: 10035
}

.bottom-sheet.bottom-sheet--all-commands,
.bottom-sheet.bottom-sheet--command-team {
    z-index: 9999
}

.bottom-sheet.bottom-sheet--command-confirm {
    z-index: 10000
}

.bottom-sheet--deposit-bonus,
.bottom-sheet--payment-balance-cancel-popup {
    z-index: 10011
}

@media (max-width:1139px) {
    .custom-modal--payment-balance-cancel-popup {
        padding-top: 0
    }
}

.bottom-sheet--bonuses,
.bottom-sheet--providers,
.bottom-sheet--search {
    z-index: 205
}

.bottom-sheet--bonuses.opened,
.bottom-sheet--menu-burger.opened,
.bottom-sheet--providers.opened,
.bottom-sheet--search.opened {
    z-index: 9998
}

.bottom-sheet--add-account-modal.closed {
    display: none
}

.bottom-sheet__content {
    background-color: var(--backgrounds-b);
    border-radius: var(--roundings-l) var(--roundings-l) 0 0;
    box-shadow: var(--inner-shadow);
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    overflow-y: scroll;
    padding: var(--spacings-xl) var(--spacings-page-paddings) 0
}

.bottom-sheet--rakeback-award .bottom-sheet__content {
    background-blend-mode: lighten;
    background-image: url(/img/rakeback/bg-modal.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 414px 212px;
    padding-top: 0
}

.no-webp .bottom-sheet--rakeback-award .bottom-sheet__content {
    background-image: url(/img/rakeback/bg-modal.jpg)
}

@media (min-width:640px) and (max-width:1139px) {
    .bottom-sheet--rakeback-award .bottom-sheet__content {
        background-position: top;
        background-repeat: no-repeat;
        background-size: 662px 220px
    }
}

.bottom-sheet--bonus-store-lootbox-info .bottom-sheet__content {
    position: relative
}

@supports (padding-inline:0 0) {
    .bottom-sheet--bonus-store-lootbox-info .bottom-sheet__content {
        padding-inline: 0 0
    }
}

@supports not (padding-inline:0 0) {
    .bottom-sheet--bonus-store-lootbox-info .bottom-sheet__content {
        padding-left: 0;
        padding-right: 0
    }
}

.bottom-sheet--bonus-store-lootbox-info .bottom-sheet__content:after,
.bottom-sheet--bonus-store-lootbox-info .bottom-sheet__content:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.bottom-sheet--bonus-store-lootbox-info .bottom-sheet__content:before {
    background-image: url(/img/bonus-store/bonus-store-bs-bg.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 128px;
    height: auto;
    top: 66px
}

.no-webp .bottom-sheet--bonus-store-lootbox-info .bottom-sheet__content:before {
    background-image: url(/img/bonus-store/bonus-store-bs-bg.jpg)
}

@media (min-width:640px) {
    .bottom-sheet--bonus-store-lootbox-info .bottom-sheet__content:before {
        background-image: url(/img/bonus-store/bonus-store-bs-tab-bg.webp);
        bottom: 138px;
        top: 84px
    }

    .no-webp .bottom-sheet--bonus-store-lootbox-info .bottom-sheet__content:before {
        background-image: url(/img/bonus-store/bonus-store-bs-tab-bg.jpg)
    }
}

.bottom-sheet--bonus-store-lootbox-info .bottom-sheet__content:after {
    border-radius: inherit;
    box-shadow: var(--inner-shadow);
    pointer-events: none
}

.bottom-sheet--bonus-store-lootbox-info .bottom-sheet__content:has(.bonus-store-lootbox-info-prize):before {
    background-image: url(/img/bonus-store/lootbox-prize-bg.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 640px 337px;
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: lighten;
    position: absolute;
    top: 0;
    transform: rotate(180deg);
    width: 100%
}

.no-webp .bottom-sheet--bonus-store-lootbox-info .bottom-sheet__content:has(.bonus-store-lootbox-info-prize):before {
    background-image: url(/img/bonus-store/lootbox-prize-bg.jpg)
}

@media (min-width:640px) {
    .bottom-sheet--bonus-store-lootbox-info .bottom-sheet__content:has(.bonus-store-lootbox-info-prize):before {
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: 760px 400px
    }
}

.bottom-sheet--bonuses .bottom-sheet__content {
    overflow: hidden !important
}

.bottom-sheet--command-confirm .bottom-sheet__content {
    overflow: visible !important
}

.bottom-sheet--account_temporarily_blocked_by_phone .bottom-sheet__content,
.bottom-sheet--all-commands .bottom-sheet__content,
.bottom-sheet--bonus-store-awards .bottom-sheet__content,
.bottom-sheet--command-confirm .bottom-sheet__content,
.bottom-sheet--command-team .bottom-sheet__content,
.bottom-sheet--deposit-bonus .bottom-sheet__content,
.bottom-sheet--filters .bottom-sheet__content,
.bottom-sheet--menu-burger .bottom-sheet__content,
.bottom-sheet--partners-contest-stream-winners-list .bottom-sheet__content,
.bottom-sheet--profile .bottom-sheet__content,
.bottom-sheet--provider-filters .bottom-sheet__content,
.bottom-sheet--status-up .bottom-sheet__content,
.games-sort-page .bottom-sheet__content,
.providers .bottom-sheet__content {
    padding: 0
}

.bottom-sheet--data-picker .bottom-sheet__content,
.bottom-sheet--local-list .bottom-sheet__content {
    padding-top: var(--spacings-xl)
}

.bottom-sheet__content>div:first-child {
    padding-bottom: var(--spacings-3xl)
}

.bottom-sheet--menu-burger .bottom-sheet__content>div:first-child {
    padding-bottom: var(--bottom-menu-height)
}

.bottom-sheet--bonuses .bottom-sheet__content>div:first-child,
.bottom-sheet--command-team .bottom-sheet__content>div:first-child,
.bottom-sheet--country-select .bottom-sheet__content>div:first-child,
.bottom-sheet--deposit-bonus .bottom-sheet__content>div:first-child,
.bottom-sheet--filters .bottom-sheet__content>div:first-child,
.bottom-sheet--phone-picker .bottom-sheet__content>div:first-child,
.bottom-sheet--profile .bottom-sheet__content>div:first-child,
.bottom-sheet--provider-filters .bottom-sheet__content>div:first-child,
.bottom-sheet--providers .bottom-sheet__content>div:first-child,
.bottom-sheet--search .bottom-sheet__content>div:first-child {
    padding-bottom: 0
}

.bottom-sheet--local-list .bottom-sheet__content>div:first-child {
    padding-bottom: var(--spacings-3xl)
}

@media (max-width:1139px) {
    .bottom-sheet--search .bottom-sheet__content {
        overflow: hidden;
        padding: 0
    }
}

.bottom-sheet--login-denied .bottom-sheet__content {
    padding: 0 var(--spacings-page-paddings) 0
}

.bottom-sheet--custom-select .bottom-sheet__content {
    padding-inline: 8px
}

.bottom-sheet__content::-webkit-scrollbar {
    background-color: transparent;
    color: transparent;
    display: none;
    height: 0;
    opacity: 0;
    width: 0
}

.bottom-sheet__content::-webkit-scrollbar-thumb,
.bottom-sheet__content::-webkit-scrollbar-track {
    background: transparent;
    display: none
}

@media (max-width:1139px) {
    .bottom-sheet--command-team .bottom-sheet__content {
        margin-top: -20px
    }

    .bottom-sheet--country-select .bottom-sheet__content {
        padding-left: 8px;
        padding-right: 8px
    }
}

.bottom-sheet__content .custom-modal {
    background: transparent;
    position: unset
}

@media (min-width:640px) {
    .bottom-sheet__content {
        border-radius: var(--roundings-m) var(--roundings-m) 0 0
    }
}

.bottom-sheet--command-confirm .bottom-sheet__scroll,
.bottom-sheet--providers .bottom-sheet__scroll,
.bottom-sheet--search .bottom-sheet__scroll {
    overflow: visible !important
}

.bottom-sheet--bonuses .bottom-sheet__scroll {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    overflow: hidden !important
}

.bottom-sheet--partners-contests-contest-details .bottom-sheet__scroll,
.bottom-sheet--partners-contests-create-contest .bottom-sheet__scroll,
.bottom-sheet--payout-cancel-popup .bottom-sheet__scroll {
    border-radius: var(--roundings-xs);
    padding-right: 0 !important;
    width: 100% !important
}

.bottom-sheet--payout-cancel-popup .bottom-sheet__scroll {
    border-radius: var(--roundings-m)
}

.bottom-sheet__scroll::-webkit-scrollbar {
    background-color: transparent;
    color: transparent;
    display: none;
    height: 0;
    opacity: 0;
    width: 0
}

.bottom-sheet__scroll::-webkit-scrollbar-thumb,
.bottom-sheet__scroll::-webkit-scrollbar-track {
    background: transparent;
    display: none
}

.bottom-sheet__backdrop {
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 9999
}

.bottom-sheet.closed .bottom-sheet__backdrop {
    height: 0
}

.game-page .custom-modal--missing-data .date-picker .bottom-sheet__backdrop,
.sport-page .custom-modal--missing-data .date-picker .bottom-sheet__backdrop {
    display: block
}

.welcome-bonus-mobile .bottom-sheet__backdrop {
    pointer-events: all
}

.games-sort-page .bottom-sheet__content-inner,
.providers .bottom-sheet__content-inner {
    padding: 0 24px
}

.bottom-sheet--adult-modal .bottom-sheet__content-inner,
.bottom-sheet--bonuses .bottom-sheet__content-inner,
.bottom-sheet--providers .bottom-sheet__content-inner,
.bottom-sheet--search .bottom-sheet__content-inner {
    height: 100%
}

.bottom-sheet--bonuses .bottom-sheet__content-inner {
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.bottom-sheet__card {
    display: flex;
    flex-direction: column;
    left: 50%;
    margin: 0 auto;
    max-height: calc(100vh - 44px) !important;
    max-height: calc(100dvh - 44px) !important;
    max-width: var(--bottom-sheet-max-width) !important;
    position: fixed;
    width: 100%;
    z-index: 9999
}

.bottom-sheet--all-commands .bottom-sheet__card {
    background: linear-gradient(0deg, var(--gray-500-p-08) 0, var(--gray-500-p-08) 100%), var(--white)
}

.bottom-sheet--search .bottom-sheet__card {
    max-width: 100% !important
}

.bottom-sheet__card.square {
    border-radius: 0
}

.bottom-sheet__card.fx-default {
    transform: translate(-50%);
    transition: bottom .3s ease
}

.bottom-sheet__card.fx-fadein-scale {
    opacity: 0;
    transform: translate(-50%) scale(.7);
    transition: all .3s
}

.bottom-sheet__card.fx-slide-from-right {
    opacity: 0;
    transform: translate(100%);
    transition: all .3s cubic-bezier(.25, .5, .5, .9)
}

.bottom-sheet__card.fx-slide-from-left {
    opacity: 0;
    transform: translate(-100%);
    transition: all .3s cubic-bezier(.25, .5, .5, .9)
}

.welcome-bonuses .bottom-sheet__card {
    border-radius: 12px 12px 0 0;
    bottom: 68px !important;
    padding-bottom: 0;
    top: auto !important
}

.restore-account-form .bottom-sheet--phone-picker .bottom-sheet__card {
    height: 85vh !important;
    max-height: none !important
}

.game-page .custom-modal--missing-data .date-picker .bottom-sheet__card,
.sport-page .custom-modal--missing-data .date-picker .bottom-sheet__card {
    height: auto !important
}

.bottom-sheet--many-pending-documents .bottom-sheet__card:before {
    background-image: url(/img/login-denied-img.png);
    background-size: cover;
    bottom: 100%;
    content: "";
    height: 110px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 170px
}

.bottom-sheet--bonus-store-lootbox-info-description:has(.custom-modal--bonus-store-lootbox-info-description) .bottom-sheet__card,
.bottom-sheet--bonus-store-lootbox-info:has(.custom-modal--bonus-store-lootbox-info) .bottom-sheet__card,
.bottom-sheet--currencies-popup .bottom-sheet__card {
    height: -moz-max-content !important;
    height: max-content !important
}

@media (min-width:640px) {
    .bottom-sheet--command-confirm .bottom-sheet__card {
        background: linear-gradient(to bottom, transparent 0, var(--white) 30%)
    }

    .bottom-sheet--command-team .bottom-sheet__card {
        background-color: transparent;
        border-radius: 0
    }
}

.bottom-sheet__pan {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 0 16px;
    z-index: 1
}

.bottom-sheet--command-confirm .bottom-sheet__pan {
    display: none
}

.bottom-sheet--account-temporarily-blocked-by-phone .bottom-sheet__pan {
    padding-bottom: 18px
}

.bottom-sheet__arrow-down {
    display: none
}

.bottom-sheet__bar {
    background-color: var(--icons-a-disable);
    border-radius: 24px;
    height: 4px;
    width: 50px
}

.bottom-sheet--patch-timezone .bottom-sheet__bar {
    opacity: 0
}

@keyframes show {
    0% {
        opacity: 0;
        visibility: hidden
    }

    to {
        opacity: 1;
        visibility: visible
    }
}

@keyframes hide {
    0% {
        opacity: 1;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

.bottom-sheet--account-temporarily-blocked .bottom-sheet__card,
.bottom-sheet--account-temporarily-blocked-by-phone .bottom-sheet__card,
.bottom-sheet--modal-confirm .bottom-sheet__card,
.bottom-sheet--one-time-password .bottom-sheet__card {
    height: auto !important
}

.bottom-sheet--account-temporarily-blocked .bottom-sheet__content,
.bottom-sheet--account-temporarily-blocked .bottom-sheet__scroll,
.bottom-sheet--account-temporarily-blocked-by-phone .bottom-sheet__content,
.bottom-sheet--account-temporarily-blocked-by-phone .bottom-sheet__scroll,
.bottom-sheet--modal-confirm .bottom-sheet__content,
.bottom-sheet--modal-confirm .bottom-sheet__scroll,
.bottom-sheet--one-time-password .bottom-sheet__content,
.bottom-sheet--one-time-password .bottom-sheet__scroll {
    overflow: visible !important
}

.bottom-sheet.bottom-sheet--cashout-alert {
    z-index: 10014
}

.bottom-sheet.bottom-sheet--cashout-alert .bottom-sheet__card {
    height: 100% !important
}

@media (max-width:639px) {
    .bottom-sheet.bottom-sheet--cashout-alert .bottom-sheet__card {
        max-height: 100% !important;
        max-width: 100% !important
    }
}

.nsl-position-select__table[data-v-ba6e44c5] {
    background: #fff;
    border-radius: 8px
}

.nsl-position-select__table td[data-v-ba6e44c5] {
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    height: 16px;
    width: 16px
}

.nsl-position-select__table td.active[data-v-ba6e44c5],
.nsl-position-select__table td[data-v-ba6e44c5]:hover {
    background: #555
}

.nsl-viewer-api-header .nsl-viewer-api-header__title[data-v-33b1442c] {
    font-weight: 700
}

.nsl-viewer-api-header .nsl-viewer-api-header__title span[data-v-33b1442c] {
    display: none
}

.nsl-viewer-api-header .nsl-viewer-api-header__title.nsl-viewer-api-header__title--collapsable[data-v-33b1442c] {
    cursor: pointer
}

.nsl-viewer-api-header .nsl-viewer-api-header__title.nsl-viewer-api-header__title--collapsable[data-v-33b1442c]:hover {
    background: #ededed55
}

.nsl-viewer-api-header .nsl-viewer-api-header__title.nsl-viewer-api-header__title--collapsable span[data-v-33b1442c] {
    display: inline
}

.nsl-viewer-api-header .nsl-viewer-api-header__lines[data-v-33b1442c] {
    padding-left: 10px
}

.nsl-viewer-api .nsl-viewer-api__title[data-v-69e411b6] {
    background: var(--nsl-background);
    cursor: pointer;
    padding: 4px 10px;
    position: sticky;
    top: 0
}

.nsl-viewer-api .nsl-viewer-api__title[data-v-69e411b6]:hover {
    background: #ededed55
}

.nsl-viewer-api .nsl-viewer-api__title.nsl-viewer-api__title--active[data-v-69e411b6] {
    font-weight: 700
}

.nsl-viewer-api .nsl-viewer-api__content[data-v-69e411b6] {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    max-width: min(80vw, 1400px);
    overflow-x: hidden;
    padding: 10px 25px 30px 15px
}

.nsl-viewer-api .nsl-viewer-api__content-left[data-v-69e411b6] {
    flex-shrink: 0;
    line-height: 1.5em;
    overflow-wrap: break-word;
    overflow-x: hidden;
    width: min(50%, 300px)
}

.nsl-viewer-api .nsl-viewer-api__content-right[data-v-69e411b6] {
    background: var(--nsl-background2);
    background: color-mix(in srgb, var(--nsl-background), var(--nsl-background2));
    font-size: 10px;
    max-height: 80vh;
    overflow: auto;
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all;
    width: 100%
}

.nsl-viewer-api .nsl-viewer-api__head-line[data-v-69e411b6] {
    padding: 2px 0
}

.nsl-viewer-app[data-v-fe569457] {
    opacity: .6;
    padding: 4px 10px
}

.nuxt-ssr-logs[data-v-dd4072d9] {
    bottom: 0;
    display: flex;
    font-size: 11px;
    left: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100000;
    --nsl-text: var(--gray-500);
    --nsl-background: var(--white);
    --nsl-background2: #f0f0f0;
    --nsl-border: #e0e0e0
}

.nuxt-ssr-logs.nsl--is-dark[data-v-dd4072d9] {
    --nsl-text: var(--white);
    --nsl-background: var(--blue-dark-400);
    --nsl-background2: var(--blue-dark-500);
    --nsl-border: var(--blue-dark-300)
}

.nuxt-ssr-logs .nsl__button[data-v-dd4072d9] {
    background: var(--nsl-background2);
    border: 1px solid var(--nsl-border);
    border-radius: 10px;
    box-shadow: 0 0 5px #000e, 1px 1px 3px #000e;
    color: var(--nsl-text);
    cursor: pointer;
    margin: 2px;
    padding: 8px 12px;
    pointer-events: all;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.nuxt-ssr-logs .nsl__button[data-v-dd4072d9]:hover,
.nuxt-ssr-logs .nsl__content[data-v-dd4072d9] {
    background: var(--nsl-background)
}

.nuxt-ssr-logs .nsl__content[data-v-dd4072d9] {
    border: 1px solid var(--nsl-border);
    border-radius: 10px;
    box-shadow: 0 4px 15px #0000001a;
    color: var(--nsl-text);
    margin: 5px;
    overflow: hidden;
    pointer-events: all
}

.nuxt-ssr-logs.nsl--position-tl[data-v-dd4072d9] {
    align-items: flex-start;
    justify-content: flex-start
}

.nuxt-ssr-logs.nsl--position-tc[data-v-dd4072d9] {
    align-items: flex-start;
    justify-content: center
}

.nuxt-ssr-logs.nsl--position-tr[data-v-dd4072d9] {
    align-items: flex-start;
    justify-content: flex-end
}

.nuxt-ssr-logs.nsl--position-cl[data-v-dd4072d9] {
    align-items: center;
    justify-content: flex-start
}

.nuxt-ssr-logs.nsl--position-cc[data-v-dd4072d9] {
    align-items: center;
    justify-content: center
}

.nuxt-ssr-logs.nsl--position-cr[data-v-dd4072d9] {
    align-items: center;
    justify-content: flex-end
}

.nuxt-ssr-logs.nsl--position-bl[data-v-dd4072d9] {
    align-items: flex-end;
    justify-content: flex-start
}

.nuxt-ssr-logs.nsl--position-bc[data-v-dd4072d9] {
    align-items: flex-end;
    justify-content: center
}

.nuxt-ssr-logs.nsl--position-br[data-v-dd4072d9] {
    align-items: flex-end;
    justify-content: flex-end
}

.nuxt-ssr-logs .nsl__head[data-v-dd4072d9] {
    display: flex;
    font-size: 1.4em;
    justify-content: space-between;
    padding: 7px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.nuxt-ssr-logs .nsl__head-button[data-v-dd4072d9] {
    cursor: pointer
}

.nuxt-ssr-logs .nsl__head-button[data-v-dd4072d9]:hover {
    text-shadow: 0 0 2px rgba(0, 0, 0, .6)
}

.nuxt-ssr-logs .nsl__body[data-v-dd4072d9] {
    max-height: 80vh;
    max-width: 90vw;
    overflow: auto;
    overscroll-behavior: contain
}

.nuxt-ssr-logs .nsl__bottom[data-v-dd4072d9] {
    background: var(--nsl-background2);
    display: flex;
    justify-content: space-between;
    padding: 4px 10px
}

.custom-modal {
    background-color: var(--backgrounds-d-70);
    background-image: none;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10031
}

@media (min-width:640px) {
    .custom-modal {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        display: flex;
        justify-content: center;
        padding: var(--spacings-page-paddings) 0
    }
}

@media (min-width:640px) and (max-width:1139px) and (orientation:landscape) {
    .custom-modal:not(.bottom-sheet .custom-modal, .custom-modal.custom-modal--game-info, .custom-modal.custom-modal--payment-iframe, .custom-modal.custom-modal--spin) {
        padding-bottom: 5vh;
        padding-top: 5vh
    }
}

@media (max-width:1139px) {
    .custom-modal.custom-modal--game-info {
        opacity: 0
    }

    .custom-modal.custom-modal--game-info.custom-modal--rendered {
        opacity: 1
    }

    .bottom-sheet--bonus-modal .custom-modal,
    .bottom-sheet--game-currency-usd .custom-modal,
    .bottom-sheet--payment-balance-cancel-popup .custom-modal,
    .bottom-sheet--promo-code .custom-modal {
        background-color: transparent;
        padding-top: 0;
        position: relative;
        top: 0
    }

    .bottom-sheet--bonus-modal .custom-modal {
        padding-bottom: 0
    }

    .custom-modal.custom-modal--msp-error-modal,
    .custom-modal.custom-modal--msp-instruction-modal,
    .custom-modal.custom-modal--msp-player-modal,
    .custom-modal.custom-modal--payment-not-wagered-modal {
        z-index: 10012
    }
}

@media (min-width:1140px) {

    .custom-modal.custom-modal--msp-error-modal,
    .custom-modal.custom-modal--msp-instruction-modal,
    .custom-modal.custom-modal--msp-player-modal,
    .custom-modal.custom-modal--payment-not-wagered-modal {
        align-items: center;
        padding-top: 120px
    }
}

.bottom-sheet--account-temporarily-blocked-by-phone .custom-modal,
.bottom-sheet--converter-game-modal .custom-modal {
    padding: 0
}

@media (min-width:640px) {

    .custom-modal.custom-modal--bonus-store-awards,
    .custom-modal.custom-modal--friends-and-referrals-commissions {
        padding: 0
    }
}

@media (min-width:1140px) {
    .custom-modal.custom-modal--partners-contests-contest-details {
        padding: 60px 0
    }

    .custom-modal.custom-modal--promo-code {
        align-items: center
    }
}

@media (min-width:640px) and (max-width:1139px) {
    .custom-modal.custom-modal--too-many-requests-modal {
        padding: 0
    }
}

@media (min-width:1140px) {
    .custom-modal.custom-modal--too-many-requests-modal {
        align-items: center
    }
}

@media (min-width:640px) and (max-width:1139px) {
    .custom-modal--msp-cancel-modal {
        display: block;
        padding: 0
    }
}

@media (max-width:639px) {

    .custom-modal--msp-cancel-deposit-modal,
    .custom-modal--msp-deposit-declined-modal,
    .custom-modal--msp-status-confirm-modal,
    .custom-modal--msp-status-dispute-modal,
    .custom-modal--msp-status-rejected-modal,
    .custom-modal--msp-success-modal,
    .custom-modal--msp-transactions-modal {
        background-color: var(--backgrounds-b)
    }

    .custom-modal--msp-cancel-deposit-modal,
    .custom-modal--msp-success-modal {
        align-items: center;
        display: flex
    }
}

.custom-modal--partners-contests-create-contest {
    padding: 0
}

@media (min-width:640px) and (max-width:1139px) {
    .custom-modal--partners-contests-create-contest {
        -webkit-backdrop-filter: none;
        backdrop-filter: none
    }
}

@media (min-width:1140px) {
    .custom-modal--partners-contests-create-contest {
        padding: 60px 0
    }
}

.custom-modal--not-referral,
.custom-modal--partners-contests-modal-insufficient-funds {
    padding: 0
}

.custom-modal--friends-and-referrals-commissions,
.custom-modal--friends-and-referrals-currencies,
.custom-modal--friends-and-referrals-error,
.custom-modal--friends-and-referrals-invite-modal {
    align-items: center;
    flex-direction: column;
    padding: 0
}

@media (max-width:1139px) {

    .custom-modal--friends-and-referrals-commissions .custom-modal__inner,
    .custom-modal--friends-and-referrals-commissions .custom-modal__inner-wr,
    .custom-modal--friends-and-referrals-currencies .custom-modal__inner,
    .custom-modal--friends-and-referrals-currencies .custom-modal__inner-wr,
    .custom-modal--friends-and-referrals-error .custom-modal__inner,
    .custom-modal--friends-and-referrals-error .custom-modal__inner-wr,
    .custom-modal--friends-and-referrals-invite-modal .custom-modal__inner,
    .custom-modal--friends-and-referrals-invite-modal .custom-modal__inner-wr {
        width: 100%
    }
}

@media (min-width:1140px) {

    .custom-modal--bonus-store-freespin-confirm,
    .custom-modal--bonus-store-freespin-prize {
        align-items: center
    }
}

@media (max-width:1139px) {

    .custom-modal--bonus-store-freespin-confirm .custom-modal__inner,
    .custom-modal--bonus-store-freespin-confirm .custom-modal__inner-wr,
    .custom-modal--bonus-store-freespin-prize .custom-modal__inner,
    .custom-modal--bonus-store-freespin-prize .custom-modal__inner-wr {
        width: 100%
    }
}

.custom-modal--spin {
    padding: 0
}

@media (max-width:1139px) {

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

.custom-modal--game-currency-usd {
    padding: 0
}

@media (min-width:1140px) {
    .custom-modal--game-currency-usd {
        flex-direction: column;
        padding-top: 0
    }
}

.custom-modal--limits-modal,
.custom-modal--reality-check-notify {
    align-items: center;
    flex-direction: column;
    padding-top: 0
}

@media (max-width:1139px) {
    .custom-modal--limits-modal {
        position: static
    }

    .custom-modal--bonus-store-freespin-confirm,
    .custom-modal--bonus-store-freespin-prize,
    .custom-modal--bonus-store-lootbox-info,
    .custom-modal--bonus-store-lootbox-info-description {
        background: transparent;
        padding: 0;
        position: static
    }
}

@media (min-width:640px) {

    .custom-modal--balance,
    .custom-modal--cashout,
    .custom-modal--deposit,
    .custom-modal--missing-data,
    .custom-modal--msp-cancel-deposit-modal,
    .custom-modal--msp-deposit-declined-modal,
    .custom-modal--msp-status-confirm-modal,
    .custom-modal--msp-status-dispute-modal,
    .custom-modal--msp-status-rejected-modal {
        padding: 40px 0
    }
}

@media (max-width:1139px) {

    .custom-modal--account-temporarily-blocked,
    .custom-modal--licence,
    .custom-modal--limits-card-hint,
    .custom-modal--login-denied,
    .custom-modal--one-time-password,
    .custom-modal--patch-profile,
    .custom-modal--profile-history-operations-item-cancel-modal,
    .custom-modal--restore-password-request,
    .custom-modal--status-up,
    .custom-modal--statuses-modal,
    .custom-modal--users-password-edit,
    .custom-modal--users-unlock {
        background-color: transparent;
        position: static
    }
}

@media (min-width:640px) and (max-width:1139px) {

    .custom-modal--account-temporarily-blocked,
    .custom-modal--licence,
    .custom-modal--limits-card-hint,
    .custom-modal--login-denied,
    .custom-modal--one-time-password,
    .custom-modal--patch-profile,
    .custom-modal--profile-history-operations-item-cancel-modal,
    .custom-modal--restore-password-request,
    .custom-modal--status-up,
    .custom-modal--statuses-modal,
    .custom-modal--users-password-edit,
    .custom-modal--users-unlock {
        padding: 0
    }
}

.custom-modal--bonus-modal,
.custom-modal--bonus-store-awards,
.custom-modal--payment-balance-cancel-popup,
.custom-modal--restore-password-request,
.custom-modal--users-password-edit,
.custom-modal--users-unlock {
    align-items: center
}

.custom-modal--bonus-store-lootbox-info {
    align-items: center;
    -webkit-backdrop-filter: none;
    backdrop-filter: none
}

@media (max-width:1139px) {

    .custom-modal--all-commands,
    .custom-modal--command-team {
        background-color: transparent;
        position: static
    }
}

@media (min-width:640px) and (max-width:1139px) {

    .custom-modal--all-commands,
    .custom-modal--command-team {
        border-radius: 24px 24px 0 0;
        display: block;
        padding-top: 0
    }
}

@media (min-width:1140px) {

    .custom-modal--all-commands,
    .custom-modal--command-team {
        padding: 80px 0
    }
}

@media (min-width:1628px) {

    .custom-modal--all-commands,
    .custom-modal--command-team {
        padding: 99px 0
    }
}

@media (min-width:1140px) {

    .custom-modal--all-commands .custom-modal__inner>.vb-content,
    .custom-modal--command-team .custom-modal__inner>.vb-content {
        padding-right: 0 !important;
        width: 100% !important;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .custom-modal--all-commands .custom-modal__inner>.vb-content::-webkit-scrollbar,
    .custom-modal--command-team .custom-modal__inner>.vb-content::-webkit-scrollbar {
        display: none
    }
}

@media (max-width:1139px) {
    .custom-modal--command-confirm {
        background-color: transparent;
        border-radius: 16px 16px 0 0;
        position: static
    }
}

@media (min-width:640px) and (max-width:1139px) {
    .custom-modal--command-confirm {
        display: block;
        padding: 0
    }
}

@media (min-width:1140px) {
    .custom-modal--command-confirm {
        padding-top: 224px
    }
}

.custom-modal--modal-confirm,
.custom-modal--profile-history-operations-item-cancel-modal {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0
}

.custom-modal--game-info {
    background-color: var(--backgrounds-b);
    padding: 0;
    top: var(--header-height)
}

@media (max-width:639px) {
    .custom-modal--game-info {
        display: flex;
        flex-direction: column
    }
}

@media (min-width:640px) and (max-width:1139px) {

    .custom-modal--licence,
    .custom-modal--login-denied {
        -webkit-backdrop-filter: none;
        backdrop-filter: none
    }
}

@media (min-width:1140px) {

    .custom-modal--licence,
    .custom-modal--login-denied {
        align-items: center;
        padding: 0 0 10vh
    }

    .custom-modal--account-temporarily-blocked,
    .custom-modal--patch-timezone {
        padding: 52px 0
    }
}

.custom-modal__close-wr {
    align-items: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: var(--buttons-secondary-c-bg-default);
    border-radius: var(--buttons-s-radius);
    box-shadow: var(--gray-shadow);
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: -12px;
    top: 0;
    transform: translate(100%);
    width: 40px
}

.no-touch .custom-modal__close-wr:hover {
    background-color: var(--buttons-secondary-c-bg-hover)
}

@media (max-width:639px) {

    .custom-modal--msp-status-confirm-modal .custom-modal__close-wr,
    .custom-modal--msp-transactions-modal .custom-modal__close-wr {
        right: 20px;
        top: 20px
    }
}

@media (min-width:640px) and (max-width:1139px) {

    .custom-modal--msp-status-confirm-modal .custom-modal__close-wr,
    .custom-modal--msp-transactions-modal .custom-modal__close-wr {
        right: 24px;
        top: 24px
    }
}

@media (max-width:1139px) {

    .custom-modal--msp-status-confirm-modal .custom-modal__close-wr,
    .custom-modal--msp-transactions-modal .custom-modal__close-wr {
        height: 36px;
        transform: none;
        width: 36px;
        z-index: 3
    }
}

.custom-modal--rakeback-award .custom-modal__close-wr,
.custom-modal--rakeback-info .custom-modal__close-wr,
.custom-modal--reality-check-notify .custom-modal__close-wr {
    box-shadow: none
}

.custom-modal__close {
    color: var(--buttons-secondary-c-icon-default);
    height: auto;
    padding: 2px;
    width: 20px
}

.no-touch .custom-modal__close-wr:hover .custom-modal__close,
.no-touch .payment__close:hover .custom-modal__close {
    color: var(--buttons-secondary-c-icon-hover)
}

@media (min-width:640px) and (max-width:1139px) {
    .custom-modal--payment-iframe .custom-modal__close {
        color: var(--gray-500)
    }
}

.custom-modal--msp-player-modal .custom-modal__close {
    padding: 0;
    width: 16px
}

.custom-modal__inner-wr {
    display: flex;
    max-height: 100%;
    position: relative
}

@media (max-width:1139px) {

    .custom-modal--cancel-bonus-modal .custom-modal__inner-wr,
    .custom-modal--cancelled-bonus-amount .custom-modal__inner-wr,
    .custom-modal--game-currency-usd .custom-modal__inner-wr {
        width: 100%
    }
}

@media (min-width:1140px) {

    .custom-modal--cancel-bonus-modal .custom-modal__inner-wr,
    .custom-modal--cancelled-bonus-amount .custom-modal__inner-wr,
    .custom-modal--game-currency-usd .custom-modal__inner-wr {
        margin: auto
    }
}

@media (max-width:639px) {
    .custom-modal--captcha-modal .custom-modal__inner-wr {
        height: 100%;
        width: 100%
    }
}

@media (min-width:640px) {
    .custom-modal--captcha-modal .custom-modal__inner-wr {
        margin: auto;
        max-width: 500px;
        width: 100%
    }
}

@media (max-width:639px) {

    .custom-modal--msp-cancel-deposit-modal .custom-modal__inner-wr,
    .custom-modal--msp-success-modal .custom-modal__inner-wr {
        width: 100%
    }
}

@media (min-width:640px) {

    .custom-modal--msp-deposit-declined-modal .custom-modal__inner-wr,
    .custom-modal--msp-status-confirm-modal .custom-modal__inner-wr,
    .custom-modal--msp-status-dispute-modal .custom-modal__inner-wr,
    .custom-modal--msp-status-rejected-modal .custom-modal__inner-wr {
        width: 572px
    }
}

@media (min-width:1140px) {

    .custom-modal--msp-deposit-declined-modal .custom-modal__inner-wr,
    .custom-modal--msp-status-confirm-modal .custom-modal__inner-wr,
    .custom-modal--msp-status-dispute-modal .custom-modal__inner-wr,
    .custom-modal--msp-status-rejected-modal .custom-modal__inner-wr {
        width: 500px
    }
}

@media (min-width:640px) {

    .custom-modal--msp-cancel-deposit-modal .custom-modal__inner-wr,
    .custom-modal--msp-success-modal .custom-modal__inner-wr {
        margin: auto
    }
}

@media (min-width:1140px) {

    .custom-modal--msp-cancel-modal .custom-modal__inner-wr,
    .custom-modal--msp-deposit-declined-modal .custom-modal__inner-wr,
    .custom-modal--msp-status-confirm-modal .custom-modal__inner-wr,
    .custom-modal--msp-status-dispute-modal .custom-modal__inner-wr,
    .custom-modal--msp-status-rejected-modal .custom-modal__inner-wr,
    .custom-modal--not-referral .custom-modal__inner-wr,
    .custom-modal--partners-contests-confirmation-modal-popup .custom-modal__inner-wr,
    .custom-modal--partners-contests-contest-details .custom-modal__inner-wr,
    .custom-modal--partners-contests-create-contest .custom-modal__inner-wr,
    .custom-modal--partners-contests-modal-insufficient-funds .custom-modal__inner-wr,
    .custom-modal--payment-modal-form .custom-modal__inner-wr {
        margin: auto
    }
}

@media (max-width:1139px) {

    .custom-modal--bonus-store-lootbox-info .custom-modal__inner-wr,
    .custom-modal--limits-modal .custom-modal__inner-wr,
    .custom-modal--partners-contests-create-contest .custom-modal__inner-wr,
    .custom-modal--profile-history-operations-item-cancel-modal .custom-modal__inner-wr {
        width: 100%
    }
}

.custom-modal--balance .custom-modal__inner-wr,
.custom-modal--cashout .custom-modal__inner-wr,
.custom-modal--deposit .custom-modal__inner-wr,
.custom-modal--payment-iframe .custom-modal__inner-wr {
    height: 100%
}

@media (min-width:712px) {
    .custom-modal--verification-details .custom-modal__inner-wr {
        max-width: 100%
    }
}

@media (max-width:639px) {

    .custom-modal--registration .custom-modal__inner-wr,
    .custom-modal--signin .custom-modal__inner-wr {
        background-color: var(--backgrounds-b);
        height: 100%
    }
}

@media (min-width:640px) and (max-width:1139px) {
    .custom-modal--game-info .custom-modal__inner-wr {
        overflow: hidden;
        width: 100%
    }
}

@media (max-width:639px) {
    .custom-modal--game-info .custom-modal__inner-wr {
        flex: 1
    }
}

@media (min-width:1140px) {

    .custom-modal--email-not-exists-local .custom-modal__inner-wr,
    .custom-modal--email-one-time-password .custom-modal__inner-wr,
    .custom-modal--patch-profile .custom-modal__inner-wr {
        margin: auto
    }
}

@media (max-width:1139px) {

    .custom-modal--rakeback-award .custom-modal__inner-wr,
    .custom-modal--rakeback-info .custom-modal__inner-wr {
        margin: 0;
        width: 100%
    }
}

@media (min-width:1140px) {

    .custom-modal--rakeback-award .custom-modal__inner-wr,
    .custom-modal--rakeback-info .custom-modal__inner-wr {
        margin: auto
    }

    .custom-modal--rakeback-info .custom-modal__inner-wr {
        background-color: var(--backgrounds-b);
        border-radius: var(--roundings-m);
        gap: var(--spacings-xl);
        margin: auto;
        width: 500px
    }
}

@media (max-width:1139px) {

    .custom-modal--account-temporarily-blocked .custom-modal__inner-wr,
    .custom-modal--licence .custom-modal__inner-wr,
    .custom-modal--one-time-password .custom-modal__inner-wr,
    .custom-modal--patch-profile .custom-modal__inner-wr,
    .custom-modal--status-up .custom-modal__inner-wr,
    .custom-modal--statuses-modal .custom-modal__inner-wr,
    .custom-modal--users-password-edit .custom-modal__inner-wr,
    .custom-modal--users-unlock .custom-modal__inner-wr {
        display: block;
        flex: 1
    }

    .bottom-sheet--payment-balance-cancel-popup .custom-modal__inner-wr {
        width: 100%
    }

    .custom-modal--modal-confirm .custom-modal__inner-wr {
        display: block
    }
}

@media (min-width:640px) {

    .custom-modal--account-temporarily-blocked .custom-modal__inner-wr,
    .custom-modal--default-modal .custom-modal__inner-wr {
        max-width: 600px
    }

    .custom-modal--bonus-modal .custom-modal__inner-wr {
        max-width: 600px;
        width: 100%
    }

    .custom-modal--balance .custom-modal__inner-wr,
    .custom-modal--cashout .custom-modal__inner-wr,
    .custom-modal--cashout-alert .custom-modal__inner-wr,
    .custom-modal--deposit .custom-modal__inner-wr,
    .custom-modal__inner-wr .custom-modal--payment-iframe {
        align-items: flex-start
    }

    .custom-modal--deposit-missing:has(.missing-data--email) .custom-modal__inner-wr {
        align-items: center
    }
}

@media (max-height:639px) and (orientation:landscape) {

    .custom-modal--balance .custom-modal__inner-wr,
    .custom-modal--cashout .custom-modal__inner-wr,
    .custom-modal--cashout-alert .custom-modal__inner-wr,
    .custom-modal--deposit .custom-modal__inner-wr,
    .custom-modal__inner-wr .custom-modal--payment-iframe {
        align-items: normal
    }
}

@media (min-width:1140px) {
    .custom-modal--all-commands .custom-modal__inner-wr {
        max-width: 820px
    }

    .custom-modal--one-time-password .custom-modal__inner-wr,
    .custom-modal--registration .custom-modal__inner-wr,
    .custom-modal--signin .custom-modal__inner-wr,
    .custom-modal--status-up .custom-modal__inner-wr,
    .custom-modal--statuses-modal .custom-modal__inner-wr {
        margin: auto
    }

    .custom-modal--bonus-modal .custom-modal__inner-wr {
        max-width: 500px
    }
}

@media (min-width:1628px) {
    .custom-modal--all-commands .custom-modal__inner-wr {
        max-width: 960px
    }
}

.custom-modal__inner {
    margin: 0 auto;
    position: relative
}

@media (max-width:1139px) {

    .custom-modal--bonus-store-lootbox-info .custom-modal__inner,
    .custom-modal--cancel-bonus-modal .custom-modal__inner,
    .custom-modal--cancelled-bonus-amount .custom-modal__inner,
    .custom-modal--game-currency-usd .custom-modal__inner {
        width: 100%
    }
}

@media (max-width:639px) {
    .custom-modal--captcha-modal .custom-modal__inner {
        height: 100%;
        width: 100%
    }
}

@media (min-width:1140px) {
    .custom-modal__inner .vb-content {
        padding: 0 !important;
        width: 100% !important;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .custom-modal__inner .vb-content::-webkit-scrollbar {
        display: none
    }
}

@media (min-width:1140px) {
    .custom-modal__inner .registration-form__panel--bonuses .vb-content {
        margin: -40px 0 0;
        padding: 40px 0 0 !important
    }
}

.custom-modal--profile-history-operations-item-cancel-modal .custom-modal__inner {
    overflow: hidden
}

@media (max-width:1139px) {

    .custom-modal--all-commands .custom-modal__inner,
    .custom-modal--command-confirm .custom-modal__inner,
    .custom-modal--command-team .custom-modal__inner,
    .custom-modal--limits-modal .custom-modal__inner,
    .custom-modal--msp-cancel-deposit-modal .custom-modal__inner,
    .custom-modal--msp-cancel-modal .custom-modal__inner,
    .custom-modal--msp-deposit-declined-modal .custom-modal__inner,
    .custom-modal--msp-success-modal .custom-modal__inner,
    .custom-modal--msp-transactions-modal .custom-modal__inner,
    .custom-modal--partners-contest-stream-winners-list .custom-modal__inner,
    .custom-modal--partners-contests-confirmation-modal-popup .custom-modal__inner,
    .custom-modal--partners-contests-contest-details .custom-modal__inner,
    .custom-modal--partners-contests-create-contest .custom-modal__inner,
    .custom-modal--profile-history-operations-item-cancel-modal .custom-modal__inner,
    .custom-modal--reality-check-notify .custom-modal__inner,
    .custom-modal--signin .custom-modal__inner,
    .custom-modal--status-up .custom-modal__inner,
    .custom-modal__inner .custom-modal--msp-status-rejected-modal {
        margin: 0;
        width: 100%
    }
}

@media (min-width:1140px) {
    .custom-modal--limits-modal .custom-modal__inner {
        padding-right: 52px
    }
}

.custom-modal--show-all-modal .custom-modal__inner {
    display: flex
}

.custom-modal__inner>.vb-content {
    -webkit-overflow-scrolling: unset
}

@media (max-width:712px) {
    .custom-modal__inner {
        box-shadow: none
    }
}

@media (max-width:1139px) {
    .custom-modal--game-info .custom-modal__inner {
        width: 100%
    }
}

.custom-modal--balance .custom-modal__inner,
.custom-modal--cashout .custom-modal__inner,
.custom-modal--deposit .custom-modal__inner,
.custom-modal__inner .custom-modal--payment-iframe {
    height: 100%;
    width: 100%
}

@media (max-width:1139px) {

    .bottom-sheet--bonus-modal .custom-modal__inner,
    .bottom-sheet--payment-balance-cancel-popup .custom-modal__inner {
        width: 100%
    }

    .custom-modal--rakeback-award .custom-modal__inner,
    .custom-modal--rakeback-info .custom-modal__inner {
        margin: 0;
        width: 100%
    }
}

@media (min-width:1140px) {
    .custom-modal--command-team .custom-modal__inner {
        width: 820px
    }
}

@media (min-width:1628px) {
    .custom-modal--command-team .custom-modal__inner {
        width: 960px
    }
}

@media (min-width:1140px) {

    .custom-modal--bonus-modal .custom-modal__inner,
    .custom-modal--partners-contests-contest-details .custom-modal__inner,
    .custom-modal--partners-contests-create-contest .custom-modal__inner {
        border-radius: var(--roundings-m)
    }
}

.vb-content {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.custom-modal--verification-details .vb-content {
    flex-shrink: 0
}

.vb-content::-webkit-scrollbar {
    display: none
}

@media (max-width:639px) {
    .payment-modal__body {
        height: 100%;
        width: 100%
    }
}

.custom-modal--missing-data .payment-modal__body,
.custom-modal--users-password-edit .custom-modal__inner {
    width: 100%
}

.custom-modal--users-password-edit .single-form {
    margin: 0 auto
}

@media (max-width:1139px) {
    .custom-modal--default-modal {
        background: transparent;
        padding-top: 0;
        position: static
    }
}

@media (min-width:1140px) {
    .custom-modal--default-modal {
        padding: 5vh 0
    }
}

.custom-modal--signin {
    z-index: 10035
}

.custom-modal--adult-modal {
    z-index: 10036
}

@media (max-width:712px) {
    .custom-modal--adult-modal {
        background-color: var(--backgrounds-a);
        margin-top: 52px;
        padding-top: 0
    }
}

.custom-modal--registration-step-2 .custom-modal__inner {
    width: auto
}

@media (max-width:712px) {
    .custom-modal--registration-step-2 .custom-modal__inner {
        width: 100%
    }
}

.custom-modal--restore-account-request .single-form,
.custom-modal--restore-password-request .single-form {
    margin: auto
}

.custom-modal--restore-account-request .custom-modal__inner,
.custom-modal--restore-password-request .custom-modal__inner {
    width: 100%
}

.custom-modal.custom-modal--bonus-info {
    background: #211e1cc4;
    padding: 0
}

@media (max-width:712px) {
    .custom-modal.custom-modal--bonus-info {
        z-index: 25
    }
}

.custom-modal.custom-modal--bonus-info .custom-modal__inner {
    display: flex;
    width: 100%
}

@media (max-width:959px) {
    .custom-modal.custom-modal--bonus-info .custom-modal__inner {
        background-color: var(--backgrounds-a)
    }
}

.custom-modal.custom-modal--bonus-info .bonus-modal__cols-inner-2 {
    background-color: var(--backgrounds-a);
    border-radius: 10px;
    box-shadow: 0 26px 20px -5px #00000080;
    margin: 120px auto 35px;
    position: relative;
    width: 655px !important
}

@media (max-width:1280px) {
    .custom-modal.custom-modal--bonus-info .bonus-modal__cols-inner-2 {
        margin-top: 80px
    }
}

@media (max-width:712px) {
    .custom-modal.custom-modal--bonus-info .bonus-modal__cols-inner-2 {
        border-radius: 0;
        margin: 50px 0;
        width: 100% !important
    }

    .custom-modal.custom-modal--bonus-info {
        padding: 0
    }

    .custom-modal.custom-modal--bonus-info .custom-modal__inner-wr {
        height: 100%
    }

    .custom-modal.custom-modal--bonus-info .custom-modal__inner {
        width: 100%
    }
}

.custom-modal--balance,
.custom-modal--bonuses,
.custom-modal--cashout,
.custom-modal--deposit,
.custom-modal--history-operations,
.custom-modal--payment-iframe,
.custom-modal--verification-details {
    background-image: none
}

.custom-modal--balance .custom-modal__inner,
.custom-modal--bonuses .custom-modal__inner,
.custom-modal--cashout .custom-modal__inner,
.custom-modal--deposit .custom-modal__inner,
.custom-modal--history-operations .custom-modal__inner,
.custom-modal--payment-iframe .custom-modal__inner,
.custom-modal--verification-details .custom-modal__inner {
    display: flex
}

.custom-modal--show-all-modal {
    background-color: var(--colors-base-no-color);
    padding: var(--header-height);
    z-index: 100 !important
}

@media (min-width:1140px) {
    .custom-modal--show-all-modal {
        top: var(--header-height)
    }
}

@media (max-width:959px) {
    .custom-modal--payment-balance-cancel-popup {
        top: 50px
    }
}

.custom-modal--authorized {
    z-index: 10010
}

@media (max-width:1139px) {

    .custom-modal--authorized.custom-modal--balance,
    .custom-modal--authorized.custom-modal--deposit {
        z-index: 10011
    }
}

.custom-modal--authorized.custom-modal--missing-data {
    z-index: 10020
}

.custom-modal--authorized+.custom-modal {
    z-index: 10000
}

.custom-modal--shrink {
    height: 0;
    padding: 0;
    position: absolute
}

.custom-modal--bonuses .custom-modal__inner {
    display: block !important
}

.no-paddings {
    padding: 0 !important
}

.toFlexbox {
    display: flex;
    flex-direction: column
}

.custom-modal--verification-details {
    z-index: 10035
}

@media (max-width:712px) {
    .custom-modal--verification-details {
        background-color: var(--backgrounds-a);
        left: 0;
        padding: 0;
        top: 50px
    }
}

@media (max-width:639px) {
    .custom-modal-wrap {
        height: 100%
    }
}

@media (max-width:1139px) {

    .custom-modal--cancel-bonus-modal,
    .custom-modal--cancelled-bonus-amount {
        padding: 0;
        position: static
    }

    .custom-modal--cashout-alert {
        z-index: 10012
    }
}

@media (max-width:639px) {
    .custom-modal--cashout-alert {
        background-color: var(--backgrounds-b)
    }
}

@media (min-width:640px) {
    .custom-modal--cashout-alert {
        padding: 40px 0
    }
}

@media (min-width:1628px) {
    .custom-modal--cashout-alert {
        padding: 56px 0
    }
}

@media (min-width:1140px) {
    .custom-modal--cashout-alert .custom-modal__inner {
        overflow: visible !important
    }
}

@media (max-width:1139px) {

    .custom-modal--email-one-time-password,
    .custom-modal--modal-confirm,
    .custom-modal--payment-modal-form {
        background-color: transparent;
        display: block;
        padding-top: 0;
        position: inherit;
        width: 100%
    }

    .custom-modal--account-temporarily-blocked-by-phone {
        padding-top: 0;
        position: static
    }
}

@media (min-width:1140px) {
    .custom-modal--account-temporarily-blocked-by-phone {
        align-items: center
    }
}

.bottom-sheet--account-temporarily-blocked .custom-modal--account-temporarily-blocked,
.bottom-sheet--account-temporarily-blocked-by-phone .custom-modal--account-temporarily-blocked {
    background: none;
    padding: 0;
    position: static
}

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

.custom-modal--account-temporarily-blocked .default-modal__header {
    color: var(--black-500);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 24px;
    text-align: center
}

.custom-modal--account-temporarily-blocked .default-modal__desc {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: center
}

@media (min-width:1140px) {
    .custom-modal--account-temporarily-blocked .custom-modal__inner-wr {
        margin: auto;
        max-width: 500px;
        width: 100%
    }

    .custom-modal--account-temporarily-blocked .custom-modal__inner>.vb-content {
        width: 100% !important;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .custom-modal--account-temporarily-blocked .custom-modal__inner>.vb-content::-webkit-scrollbar {
        display: none
    }

    .custom-modal--account-temporarily-blocked .default-modal__header {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 28px;
        padding-top: 0
    }

    .custom-modal--account-temporarily-blocked .default-modal__desc {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 28px
    }
}

@media (max-width:1139px) {

    .game-info .custom-modal--balance,
    .game-info .custom-modal--deposit {
        z-index: 10033
    }

    .custom-modal--partners-contest-stream-winners-list,
    .custom-modal--partners-contests-contest-details {
        background-color: transparent;
        display: block;
        padding: 0;
        position: static
    }

    .custom-modal--partners-contests-confirmation-modal-popup {
        background-color: transparent;
        display: block;
        padding-top: 0;
        position: static
    }
}

.custom-modal--payment-iframe {
    padding-top: var(--header-height)
}

@media (max-width:1139px) {
    .game-info .custom-modal--payment-iframe {
        z-index: 10034
    }
}

@media (min-width:640px) {
    .custom-modal--payment-iframe {
        padding: 141px 0
    }
}

@media (min-width:640px) and (max-width:1139px) and (orientation:landscape) {
    .custom-modal--payment-iframe {
        padding: 20px 0
    }
}

@media (max-width:1139px) {
    .custom-modal--email-one-time-password .custom-modal__inner {
        width: 100%
    }

    .custom-modal--email-one-time-password .custom-modal__inner>.vb-content {
        padding-right: 0 !important;
        width: 100% !important;
        -ms-overflow-style: none;
        scrollbar-width: none
    }
}

@media (max-width:1139px) {
    .custom-modal--email-one-time-password .custom-modal__inner>.vb-content::-webkit-scrollbar {
        display: none
    }
}

@media (max-width:1139px) {
    .custom-modal--email-one-time-password {
        padding: 0
    }

    .custom-modal--rakeback-award,
    .custom-modal--rakeback-info {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        padding: 0
    }
}

@media (min-width:640px) {

    .custom-modal--registration,
    .custom-modal--signin {
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .custom-modal--registration::-webkit-scrollbar,
    .custom-modal--signin::-webkit-scrollbar {
        display: none
    }

    .custom-modal--registration .custom-modal__inner,
    .custom-modal--signin .custom-modal__inner {
        overflow: visible !important
    }

    .custom-modal--registration .custom-modal__inner .vb-content,
    .custom-modal--signin .custom-modal__inner .vb-content {
        height: auto !important;
        overflow: visible !important
    }

    .custom-modal--registration .custom-modal__inner-wr,
    .custom-modal--signin .custom-modal__inner-wr {
        max-height: none !important
    }
}

.error-block {
    align-items: center;
    background-image: url(/img/not-found/error-bg.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    height: calc(100vh - var(--spacings-xl)*2);
    height: calc(100dvh - var(--spacings-xl)*2);
    justify-content: center;
    margin: var(--spacings-xl) var(--spacings-page-paddings)
}

.no-webp .error-block {
    background-image: url(/img/not-found/error-bg.jpg)
}

@media (min-width:640px) {
    .error-block {
        border-radius: var(--roundings-l)
    }
}

.error-block__image {
    margin-bottom: 8px;
    max-width: 310px
}

@media (min-width:640px) {
    .error-block__image {
        max-width: 471px
    }
}

@media (min-width:1140px) {
    .error-block__image {
        max-width: 558px
    }
}

@media (min-width:1628px) {
    .error-block__image {
        margin-bottom: 24px;
        max-width: 696px
    }
}

.error-block__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: var(--spacings-xl)
}

@media (max-width:639px) {
    .error-block__content {
        padding: 0 12px
    }
}

.error-block__content-block {
    display: flex;
    flex-direction: column;
    width: 100%
}

@media (min-width:640px) {
    .error-block__content-block {
        margin: 0 auto;
        max-width: 580px
    }
}

@media (min-width:1140px) {
    .error-block__content-block {
        max-width: 596px
    }
}

@media (min-width:1628px) {
    .error-block__content-block {
        max-width: 800px
    }
}

.error-block__title {
    font-size: var(--headings-h2-font-size);
    font-weight: var(--headings-h2-weight);
    line-height: var(--headings-h2-line-height);
    text-align: center
}

.error-block__text {
    color: var(--text-description-a);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 8px;
    text-align: center
}

.error-block__btn[disabled] {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.error-block__btn-time {
    margin-left: 4px;
    min-width: 44px;
    text-align: center
}

.error-block__notice {
    color: var(--text-description-a);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 auto;
    text-align: center
}

.micro-app-messenger-container-flex {
    z-index: 0
}

.top-bar-fake {
    padding-top: var(--header-height)
}

.top-bar {
    background-color: var(--backgrounds-a);
    border-radius: 0 0 12px 12px;
    position: fixed;
    top: 0;
    transition: all .2s ease-out;
    width: 100%;
    z-index: var(--top-bar-layer)
}

@media (min-width:1140px) {
    .top-bar {
        margin-left: calc(100% - var(--content-width) + var(--window-gap));
        width: calc(var(--content-width) - var(--window-gap)*2)
    }
}

.game-info .top-bar,
body:has(.group-filters--stickied) .top-bar {
    border-radius: 0
}

body:has(.games-sort-page--recently-played-page) .top-bar {
    border-radius: 0 0 12px 12px
}

body:has(.play) .top-bar {
    background-color: var(--backgrounds-b)
}

.top-bar--game,
.top-bar--scrolled {
    background-color: var(--backgrounds-b)
}

.top-bar--high-index-for-mobile {
    z-index: 102
}

.top-bar--visible {
    transform: translateY(0)
}

.top-bar--hidden {
    transform: translateY(calc(var(--top-bar-height)*-1))
}

.top-bar__app-prompt {
    position: relative;
    transition: all .2s ease-out;
    z-index: 1
}

.top-bar--hidden .top-bar__app-prompt {
    transform: translateY(var(--top-bar-height))
}

.top-bar__wrapper {
    padding: 0 var(--spacings-page-paddings)
}

@media (min-width:1140px) {
    .top-bar__wrapper {
        padding-inline: calc(var(--spacings-page-paddings) - var(--window-gap))
    }
}

.top-bar__container {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin: 0 auto;
    max-width: var(--main-container-max-width);
    min-height: var(--top-bar-height);
    padding: 8px 0;
    position: relative;
    transition: all .2s ease-out;
    width: 100%
}

@media (min-width:1140px) {
    .top-bar__container {
        gap: 8px;
        min-height: calc(var(--top-bar-height) + 12px)
    }
}

@media (min-width:1628px) {
    .top-bar__container {
        gap: 12px
    }
}

@media (min-width:1140px) {
    .top-bar--scrolled .top-bar__container {
        min-height: var(--top-bar-height)
    }
}

.top-bar__logo {
    flex-shrink: 0;
    margin-right: auto;
    position: relative
}

.top-bar__logo:after {
    background-image: url(/wp-content/uploads/2025/12/logo.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 30px;
    left: -6px;
    pointer-events: none;
    position: absolute;
    top: -17px;
    width: 30px
}

.no-webp .top-bar__logo:after {
    background-image: url(/img/new-year/logo.png)
}

@media (min-width:1140px) {
    .top-bar__logo:after {
        height: 34px;
        left: -4px;
        top: -17px;
        width: 34px
    }
}

.top-bar__logo-img {
    height: 32px;
    width: auto
}

@media (min-width:1140px) {
    .top-bar__logo-img {
        height: 40px
    }
}

.top-bar__search {
    display: none
}

@media (min-width:1140px) {
    .top-bar__search {
        align-items: center;
        background: var(--backgrounds-d);
        border: 1px solid var(--border-a);
        border-radius: 12px;
        color: var(--text-description-b);
        display: flex;
        flex-grow: 1;
        font-size: 14px;
        font-weight: 600;
        gap: 10px;
        height: 56px;
        justify-content: space-between;
        line-height: 20px;
        min-width: 0;
        padding: 8px 18px 8px 19px;
        text-transform: uppercase;
        transition: all .2s ease-out
    }

    .no-touch .top-bar__search:hover {
        border-color: var(--colors-base-white-30);
        color: var(--text-text)
    }
}

.top-bar__search-icon {
    color: var(--icons-c);
    flex-shrink: 0;
    height: auto;
    width: 18px
}

.top-bar__search-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (min-width:1140px) {
    .top-bar__logo--sport {
        margin-right: 0
    }

    .top-bar__sport-page-bonuses-btn {
        margin-right: auto
    }
}

.main--preloader {
    height: 100%
}

.home-bg-section {
    padding-top: var(--spacings-l);
    position: relative
}

@media (min-width:640px) {
    .home-bg-section {
        padding-bottom: var(--spacings-xs)
    }
}

@media (min-width:1140px) {
    .home-bg-section {
        padding: var(--spacings-m) var(--spacings-page-paddings)
    }
}

@media (min-width:1920px) {
    .home-bg-section {
        margin: 0 calc(var(--spacings-page-paddings)*-1)
    }
}

.home-bg-section:before {
    background-image: url(/img/new-year/garland.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1450px 100%;
    height: 32px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: -10px;
    transform: translate(-50%);
    width: 100%;
    z-index: 6
}

.no-webp .home-bg-section:before {
    background-image: url(/img/new-year/garland.png)
}

@media (max-width:1139px) {
    .home-bg-section:before {
        content: ""
    }
}

@media (min-width:640px) {
    .home-bg-section:before {
        top: -12px
    }
}

.home-bg-section__winners {
    margin-inline: auto;
    max-width: var(--main-container-max-width);
    position: relative
}

.home-bg-section__winners:before {
    background-image: url(/img/bg/bg_green.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    pointer-events: none;
    position: absolute;
    z-index: -1
}

.no-webp .home-bg-section__winners:before {
    background-image: url(/img/bg/bg_green.jpg)
}

.home-bg-section__winners-line {
    margin-inline: calc(var(--spacings-page-paddings)*-1)
}

@media (min-width:1140px) {
    .home-bg-section__winners-line {
        margin-inline: calc(var(--spacings-xl)*-1)
    }
}

.home-bg-section__preloader {
    margin: 50px 0
}

.grecaptcha-badge {
    display: none !important
}

.promo-jackpot-wr {
    display: flex;
    gap: var(--spacings-s);
    margin-bottom: var(--spacings-s)
}

@media (max-width:1139px) {
    .promo-jackpot-wr {
        flex-direction: column
    }
}

@media (min-width:1140px) {
    .promo-jackpot-wr {
        flex-wrap: wrap
    }

    .promo-jackpot-wr>div {
        flex: 1 0 500px
    }
}

@media (max-width:1139px) {
    .seo-block {
        margin-top: var(--spacings-xs)
    }
}

@media (min-width:1140px) {
    .seo-block {
        margin-top: var(--spacings-m)
    }
}

.seo-block-content {
    padding: var(--spacings-page-paddings) var(--spacings-page-paddings) 105px
}

@media (min-width:1140px) {
    .seo-block-content {
        padding-bottom: var(--spacings-page-paddings)
    }
}

.seo-block-content h1,
.seo-block-content h2,
.seo-block-content h3 {
    color: var(--text-description-a);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: var(--spacings-m) 0 var(--spacings-xs) 0
}

.seo-block-content h1:first-child,
.seo-block-content h2:first-child,
.seo-block-content h3:first-child {
    margin-top: 0
}

.seo-block-content__p {
    color: var(--text-description-b);
    margin-bottom: var(--spacings-xs)
}

@media (max-width:1139px) {
    .seo-block-content__p {
        font-size: 12px;
        font-weight: 500;
        line-height: 20px
    }
}

@media (min-width:1140px) {
    .seo-block-content__p {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px
    }
}

.seo-block-content__p:last-child {
    margin-bottom: 0
}

.seo-block__ul {
    margin-bottom: var(--spacings-m)
}

.seo-block__ul:last-child {
    margin-bottom: 0
}

.seo-block__ul-li {
    color: var(--text-description-a);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: var(--spacings-xs);
    padding-left: 21px;
    position: relative
}

.seo-block__ul-li:before {
    background-color: var(--text-description-a);
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 8px;
    position: absolute;
    top: 10px;
    width: 4px
}

.seo-block__ul-li:last-child {
    margin-bottom: 0
}

.seo-table {
    margin-bottom: var(--spacings-xs)
}

.seo-table:last-child {
    margin-bottom: 0
}

.seo-table td {
    padding: 8px
}

.seo-block-content__casino-links {
    color: var(--text-description-b);
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: var(--spacings-m)
}

@media (max-width:1139px) {
    .seo-block-content__casino-links {
        font-size: 12px;
        font-weight: 500;
        line-height: 20px
    }
}

@media (min-width:1140px) {
    .seo-block-content__casino-links {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px
    }
}

.micro-app-support-container {
    z-index: 100500 !important
}

.activator-button {
    display: none
}

.support-widget {
    align-items: center;
    bottom: 79px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: fixed;
    right: 50px;
    width: 64px;
    z-index: 35
}

@media (min-width:1628px) {
    .support-widget {
        bottom: 47px;
        right: 73px
    }
}

.support-widget__icon-wr,
.support-widget__wr {
    align-items: center;
    display: flex;
    justify-content: center
}

.support-widget__icon-wr {
    height: 44px;
    position: absolute;
    top: 10px;
    width: 44px
}

.no-touch .support-widget__wr:hover .support-widget__icon-wr {
    opacity: 0
}

.support-widget__icon {
    color: var(--buttons-icon-primary-icon-default);
    height: auto;
    width: 22px
}

.support-widget__text {
    color: var(--text-text-invert);
    display: flex;
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    line-height: 16px;
    max-width: 64px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 25px
}

.no-touch .support-widget__wr:hover .support-widget__text {
    opacity: 1
}

.support-widget__text span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.support-widget__animate {
    background-color: var(--white);
    border-radius: 12px;
    bottom: 10px;
    display: flex;
    flex-direction: column;
    padding: 10px 8px;
    position: absolute
}

.support-widget__animate::-webkit-scrollbar {
    background-color: transparent;
    color: transparent;
    display: none;
    height: 0;
    opacity: 0;
    width: 0
}

.support-widget__animate::-webkit-scrollbar-thumb,
.support-widget__animate::-webkit-scrollbar-track {
    background: transparent;
    display: none
}

.support-widget__items {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.support-widget__item,
.support-widget__item-link {
    align-items: center;
    display: flex;
    flex-direction: column
}

.support-widget__item-wr {
    align-items: center;
    border-radius: 8px;
    display: flex;
    height: 36px;
    justify-content: center;
    width: 36px
}

.support-widget__item-wr--live-chat {
    background-color: var(--colors-global-accent-e)
}

.no-touch .support-widget__item:hover .support-widget__item-wr--live-chat {
    background: linear-gradient(90deg, #00b26e 0, #009141 83%), var(--colors-global-accent-e)
}

.support-widget__item-wr--telegram {
    background-color: var(--colors-global-accent-c)
}

.no-touch .support-widget__item:hover .support-widget__item-wr--telegram {
    background: linear-gradient(90deg, #0c80df 0, #123cf7), var(--backgrounds-g-50)
}

.support-widget__item-wr--close {
    border-radius: var(--buttons-s-radius);
    height: 40px;
    transition: background .2s ease-out;
    width: 40px
}

.no-touch .support-widget__item-wr--close:hover {
    background-color: var(--buttons-icon-secondary-d-bg-hover)
}

.support-widget__item-icon {
    color: var(--icons-a);
    height: 20px;
    width: 20px
}

.support-widget__item-wr--live-chat .support-widget__item-icon {
    padding: 1px
}

.support-widget__item-wr--telegram .support-widget__item-icon {
    padding: 3px 2px
}

.support-widget__item-wr--close .support-widget__item-icon {
    color: var(--icons-b);
    padding: 2px
}

.support-widget__item-icon--telegram {
    height: 18px;
    width: 22px
}

.support-widget__item-icon--close {
    height: 10px;
    width: 10px
}

.support-widget__item-text {
    color: var(--text-text-invert);
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    text-align: center
}

.fade-widget-enter-active,
.fade-widget-leave-active {
    height: 180px;
    opacity: 1;
    overflow: hidden
}

.fade-widget-enter,
.fade-widget-leave-to {
    height: 0;
    opacity: 0;
    overflow: auto;
    transition: height .4s, opacity .5s
}

.nuxt-icon {
    height: 1em;
    margin-bottom: .125em;
    vertical-align: middle;
    width: 1em
}

.nuxt-icon--fill,
.nuxt-icon--fill * {
    fill: currentColor
}

@media (min-width:1140px) {
    .menu-burger {
        background-color: var(--backgrounds-b);
        bottom: 0;
        padding: 0 var(--spacings-s);
        position: fixed;
        top: 0;
        width: var(--sidebar-left);
        z-index: 10002
    }
}

.menu-burger--small {
    padding: 10px 6px;
    width: auto
}

.menu-burger__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
    padding: var(--spacings-xl) var(--spacings-xl) 0
}

.menu-burger__inner::-webkit-scrollbar {
    background-color: transparent;
    color: transparent;
    display: none;
    height: 0;
    opacity: 0;
    width: 0
}

.menu-burger__inner::-webkit-scrollbar-thumb,
.menu-burger__inner::-webkit-scrollbar-track {
    background: transparent;
    display: none
}

@media (min-width:1140px) {
    .menu-burger__inner {
        display: grid;
        padding: var(--spacings-s) 0
    }
}

.menu-burger--small .menu-burger__inner {
    height: calc(100% - 44px);
    overflow: visible
}

@media (min-width:1140px) {
    .menu-burger--small .menu-burger__inner {
        display: flex;
        height: calc(100% - 48px);
        padding: 0
    }
}

@media (min-width:1140px) and (max-height:680px) {
    .menu-burger--small .menu-burger__inner--top {
        border-radius: 8px;
        overflow-y: auto
    }

    .menu-burger--small .menu-burger__inner--top::-webkit-scrollbar {
        background-color: transparent;
        color: transparent;
        display: none;
        height: 0;
        opacity: 0;
        width: 0
    }

    .menu-burger--small .menu-burger__inner--top::-webkit-scrollbar-thumb,
    .menu-burger--small .menu-burger__inner--top::-webkit-scrollbar-track {
        background: transparent;
        display: none
    }
}

@media (min-width:1140px) {
    .menu-burger__inner--bottom {
        align-self: end
    }

    .menu-burger--small .menu-burger__inner--bottom {
        align-self: auto;
        flex-shrink: 0;
        margin-top: auto;
        padding-top: 8px
    }
}

.menu-burger__btn {
    align-items: center;
    background-color: var(--backgrounds-b);
    border: none;
    border-radius: 0 30px 30px 0;
    box-shadow: 0 -1px 0 0 var(--backgrounds-b), 0 1px 0 0 var(--backgrounds-b);
    display: flex;
    height: 40px;
    justify-content: center;
    padding: 10px 10px 10px 0;
    position: absolute;
    right: -30px;
    top: 65px;
    transition: all .2s ease-out;
    width: 30px;
    z-index: 1
}

body:has(.top-bar--scrolled) .menu-burger__btn {
    top: calc(var(--header-height, 86px) + var(--filters-height, 0px) + 8px)
}

.no-touch .menu-burger__btn:hover {
    padding-left: 10px;
    right: -40px;
    width: 40px
}

.menu-burger--small .menu-burger__btn {
    border-radius: var(--buttons-s-radius);
    box-shadow: none;
    height: 40px;
    margin: 0 auto 8px;
    padding: var(--buttons-icon-s);
    position: static;
    transform: none;
    width: 40px
}

.no-touch .menu-burger--small .menu-burger__btn:hover {
    background-color: var(--buttons-icon-secondary-d-bg-hover)
}

.menu-burger__btn:after,
.menu-burger__btn:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE0IDE0Ij48Zm9yZWlnbk9iamVjdCB3aWR0aD0iOTQiIGhlaWdodD0iOTQiIHg9Ii00MCIgeT0iLTQwIj48ZGl2IHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hodG1sIiBzdHlsZT0iYmFja2Ryb3AtZmlsdGVyOmJsdXIoMjBweCk7Y2xpcC1wYXRoOnVybCgjYSk7aGVpZ2h0OjEwMCU7d2lkdGg6MTAwJSIvPjwvZm9yZWlnbk9iamVjdD48cGF0aCBmaWxsPSIjMTgxZTI5IiBkPSJtMTQgMTMuOTk2LS4zMDUuMDA0QzYuMTMyIDE0IDAgNy44NjggMCAuMzA1UTAgLjE1Mi4wMDQgMEgwdjE0aDE0eiIgZGF0YS1maWdtYS1iZy1ibHVyLXJhZGl1cz0iNDAiLz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQwIDQwKSI+PHBhdGggZD0ibTE0IDEzLjk5Ni0uMzA1LjAwNEM2LjEzMiAxNCAwIDcuODY4IDAgLjMwNVEwIC4xNTIuMDA0IDBIMHYxNGgxNHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
    height: 40px;
    left: -13px;
    pointer-events: none;
    position: absolute;
    width: 40px
}

.menu-burger__btn:after {
    top: -23px
}

.menu-burger__btn:before {
    bottom: -23px;
    transform: rotateX(180deg)
}

.menu-burger__btn-icon {
    color: var(--white);
    height: 12px;
    margin: 4px auto 4px 5px;
    transition: none;
    width: 8px
}

.menu-burger--small .menu-burger__btn-icon {
    height: auto;
    margin: auto;
    width: 20px
}

.menu-burger__custom-lists {
    margin-top: 6px
}

.menu-burger--small .menu-burger__custom-lists {
    display: none
}

.menu-burger__custom-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 4px
}

.menu-burger--small .menu-burger__custom-list {
    margin-bottom: 8px;
    max-width: 48px
}

@media (min-width:1140px) {
    .menu-burger--small .menu-burger__custom-list {
        align-items: center
    }
}

.menu-burger__custom-list--main,
.menu-burger__custom-list--partners {
    grid-template-columns: repeat(1, 1fr)
}

.menu-burger--small .menu-burger__custom-list--main {
    margin-bottom: 0;
    padding-bottom: 0
}

.menu-burger--small .menu-burger__custom-list--main:before {
    content: none
}

@media (max-width:1139px) {
    .menu-burger__custom-list--main {
        margin-bottom: var(--spacings-xl);
        margin-top: var(--spacings-xl)
    }
}

@media (min-width:1140px) {
    .menu-burger__custom-list--main {
        margin-bottom: 6px
    }
}

.menu-burger__custom-list--info {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 0
}

.menu-burger--small .menu-burger__custom-list--info {
    display: flex !important
}

.menu-burger__custom-list--info:before {
    content: none
}

.menu-burger__custom-list--other {
    margin-bottom: 0
}

@media (min-width:1140px) {
    .menu-burger__custom-list--promo {
        margin-bottom: 6px
    }
}

.menu-burger__custom-list--scl {
    display: flex;
    justify-content: flex-start;
    margin-top: 4px
}

.menu-burger__custom-list--scl:before {
    content: none
}

.menu-burger__custom-list--app {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    margin-top: 4px;
    padding: 0
}

.menu-burger__custom-list--app:before {
    content: none
}

.menu-burger__item-img-wr {
    border-radius: 10px;
    flex-shrink: 0;
    height: 32px;
    margin-right: 8px;
    width: 32px
}

.menu-burger--small .menu-burger__item-img-wr {
    margin-right: 0
}

.menu-burger__custom-lists-title {
    color: var(--text-description-b);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding: var(--spacings-s) 0 4px 0;
    text-transform: uppercase
}

@media (min-width:1140px) {
    .menu-burger__custom-lists-title {
        padding: var(--spacings-s) 0 var(--spacings-3xs) 0
    }
}

.my-bonuses-btn,
.my-bonuses-btn__toggle {
    align-items: center;
    border-radius: var(--buttons-m-radius);
    display: flex;
    height: 48px;
    justify-content: center;
    position: relative;
    width: 48px;
    z-index: 2
}

.top-bar__container .my-bonuses-btn,
.top-bar__container .my-bonuses-btn__toggle {
    width: unset
}

.my-bonuses-btn {
    background: var(--buttons-secondary-b-bg-default);
    box-shadow: var(--inner-shadow);
    color: var(--buttons-secondary-b-text-default)
}

.no-touch .my-bonuses-btn:not(.no-touch .my-bonuses-btn.btn--text, .no-touch .my-bonuses-btn.btn--text-b, .no-touch .my-bonuses-btn.btn--icon):hover {
    background: var(--buttons-secondary-b-bg-hover);
    color: var(--buttons-secondary-b-text-hover)
}

.my-bonuses-btn.disabled,
.my-bonuses-btn[disabled] {
    background: var(--buttons-secondary-b-bg-disable);
    box-shadow: none;
    color: var(--buttons-secondary-b-text-disable);
    pointer-events: none
}

.my-bonuses-btn__toggle {
    cursor: pointer;
    padding: var(--buttons-m-vert) var(--buttons-m-hor)
}

.my-bonuses-btn--short .my-bonuses-btn__toggle {
    padding: var(--buttons-m-vert) var(--buttons-icon-m)
}

.my-bonuses-btn__toggle-ic-wr {
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    margin-right: var(--buttons-m-radius);
    width: 20px
}

.my-bonuses-btn--short .my-bonuses-btn__toggle-ic-wr {
    margin-right: 0
}

.my-bonuses-btn__toggle-ic {
    color: var(--icons-c);
    height: 18px;
    margin: 1px 2px 1px auto;
    width: 17px
}

.my-bonuses-btn--short .my-bonuses-btn__toggle-ic {
    margin: 1px auto
}

.my-bonuses-btn__text {
    font-size: var(--buttons-font-m-font-size);
    font-weight: var(--buttons-font-m-weight);
    letter-spacing: normal;
    line-height: var(--buttons-font-m-line-height);
    text-transform: uppercase
}

.my-bonuses-btn__toggle-counter {
    background: var(--gradient-tokens-backgrounds-k);
    border-radius: 18px;
    color: var(--text-text);
    display: flex;
    font-size: 10px;
    font-weight: 700;
    justify-content: center;
    line-height: 12px;
    min-width: 23px;
    padding: 3px 6px;
    position: absolute;
    right: -7px;
    top: -5px
}

@media (min-width:1628px) {
    .my-bonuses-btn__toggle-counter {
        right: -1px
    }
}

.my-bonuses-btn__dropdown {
    background-color: var(--backgrounds-c);
    border-radius: var(--roundings-m);
    display: flex;
    flex-direction: column;
    left: -96px;
    max-height: calc(100vh - 100px);
    max-height: calc(100dvh - 100px);
    position: absolute;
    top: calc(100% + 10px);
    width: 364px
}

@media (min-width:1628px) {
    .my-bonuses-btn__dropdown {
        left: -100px
    }
}

.my-bonuses-btn__dropdown:before {
    border-color: transparent transparent var(--backgrounds-c) transparent;
    border-style: solid;
    border-width: 0 4px 6px;
    bottom: 100%;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: rotate(0);
    transform: translate(-50%);
    width: 0
}

@media (min-width:1140px) and (max-width:1627px) {
    .my-bonuses-btn__dropdown:before {
        transform: translate(-66px)
    }
}

.my-bonuses-btn__dropdown-scroll {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 16px
}

.my-bonuses-btn__dropdown-scroll-inner {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.my-bonuses-btn__dropdown-scroll-inner::-webkit-scrollbar {
    display: none
}

@media (min-width:1140px) {
    .my-bonuses-btn--short {
        height: 48px;
        width: 48px !important
    }
}

.user-top {
    align-items: center;
    display: flex
}

.user-top__auth,
.user-top__no-auth {
    align-items: center;
    display: flex;
    gap: 8px
}

@media (min-width:1628px) {

    .user-top__auth,
    .user-top__no-auth {
        gap: 12px
    }
}

.user-top__login-btn .icon {
    height: 20px;
    width: 20px
}

.user-top__avatar {
    position: relative
}

.user-top__profile-nav {
    border-radius: var(--roundings-m);
    box-shadow: var(--drop-down-shadow);
    height: auto;
    min-height: 275px;
    padding: 12px;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    width: 280px
}

.user-top__avatar-img {
    height: 20px;
    width: 20px
}

.user-top__avatar-counter {
    background: var(--gradient-tokens-backgrounds-k);
    border-radius: 9px;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    min-width: 23px;
    padding: 3px 6px;
    position: absolute;
    right: -4px;
    text-align: center;
    top: -3px
}

.user-top__deposit {
    align-items: center;
    background-color: var(--backgrounds-f);
    border-radius: 8px;
    box-shadow: var(--inner-shadow);
    display: flex;
    padding: 4px 4px 4px 0
}

@media (min-width:1140px) {
    .user-top__deposit {
        background-color: var(--backgrounds-c);
        border-radius: 12px;
        transition: background-color .2s ease-out
    }
}

.top-bar--scrolled .user-top__deposit {
    background-color: var(--backgrounds-g)
}

.user-top__curr {
    color: var(--text-text);
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    padding: 0 var(--spacings-l);
    white-space: nowrap
}

@media (min-width:1140px) {
    .user-top__curr {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        padding: 0 var(--buttons-m-hor)
    }
}

.user-top__curr-symbol {
    color: var(--text-text-accent)
}

button.user-top__deposit-btn {
    height: 32px;
    width: 32px
}

@media (min-width:1140px) {
    button.user-top__deposit-btn {
        height: 40px;
        width: 40px
    }
}

@media (min-width:1628px) {
    button.user-top__deposit-btn {
        width: auto
    }
}

.user-top__deposit-text {
    display: none
}

@media (min-width:1628px) {
    .user-top__deposit-text {
        display: block
    }
}

.user-top__deposit-ic {
    height: 16px;
    width: 20px
}

.menu-burger__link-inner {
    align-items: center;
    background-color: var(--selector-item-b-bg-default);
    border-radius: var(--roundings-xs);
    cursor: pointer;
    display: flex;
    gap: 6px;
    padding: 4px 12px 4px 4px
}

.no-touch .menu-burger--small .menu-burger__link-inner:hover {
    background-color: var(--buttons-secondary-c-bg-hover)
}

.no-touch .menu-burger--small .menu-burger__link-inner:hover .menu-burger__link-icon {
    color: var(--buttons-secondary-c-icon-hover)
}

.no-touch .menu-burger__custom-list--info .menu-burger__link-inner:hover {
    background-color: var(--selector-item-b-bg-hover)
}

.menu-burger--small .menu-burger__custom-list--info .menu-burger__link-inner {
    background-color: transparent
}

.no-touch .menu-burger__custom-list--info .menu-burger__link--has-children.menu-burger__link--submenu-open .menu-burger__link-inner:hover {
    background-color: var(--selector-item-b-bg-default)
}

.no-touch .menu-burger__custom-list--info .menu-burger__link--has-children.menu-burger__link--submenu-open .menu-burger__submenu-link .menu-burger__link-inner:hover {
    background-color: var(--selector-item-a-bg-hover)
}

.no-touch .menu-burger__link-inner:hover:not(.menu-burger__custom-list--info .menu-burger__link-inner, .menu-burger__link-inner--active, .menu-burger__submenu .menu-burger__link-inner, .user-top__profile-nav .menu-burger__link-inner, .menu-burger--small .menu-burger__link-inner, .menu-burger__link--has-children.menu-burger__link--submenu-open .menu-burger__link-inner, .profile-nav .menu-burger__link-inner.router-link-active) {
    background-color: var(--selector-item-b-bg-hover)
}

.menu-burger__submenu .menu-burger__link-inner {
    background-color: transparent;
    gap: 12px;
    padding: 14px 12px
}

@media (max-width:1139px) {
    .menu-burger__submenu .menu-burger__link-inner {
        background-color: var(--backgrounds-b);
        border-radius: var(--roundings-xs);
        flex-direction: column;
        gap: 6px;
        padding: 12px 8px 8px;
        text-align: center
    }
}

.no-touch .menu-burger__submenu .menu-burger__link-inner:hover {
    background-color: var(--selector-item-a-bg-hover)
}

.menu-burger__submenu .menu-burger__link-inner.menu-burger__link-inner--active {
    background-color: var(--selector-item-a-bg-active);
    box-shadow: var(--inner-shadow)
}

.size-44 .menu-burger__submenu .menu-burger__link-inner {
    padding: 10px 16px 10px 12px
}

@media (max-width:639px) {
    .menu-burger__custom-list--info .menu-burger__submenu .menu-burger__link-inner {
        padding: 10px 16px 10px 12px
    }
}

.menu-burger__custom-list--info .menu-burger__submenu .menu-burger__link-inner:before {
    content: none
}

.menu-burger__link--submenu-open .menu-burger__link-inner {
    border-radius: var(--roundings-xs) var(--roundings-xs) 0 0
}

.menu-burger__link--submenu-open.menu-burger__link--menu-small .menu-burger__link-inner,
.menu-burger__submenu-link .menu-burger__link-inner {
    border-radius: var(--roundings-xs)
}

.menu-burger__link--wheel .menu-burger__link-inner {
    background: linear-gradient(90deg, rgba(148, 93, 20, .25) 0, transparent 100%), var(--selector-item-b-bg-default);
    border-radius: var(--roundings-xs);
    margin-bottom: 6px
}

@media (min-width:1140px) {
    .menu-burger--small .menu-burger__link--wheel .menu-burger__link-inner {
        margin-bottom: 8px
    }

    .menu-burger__link--wheel .menu-burger__link-inner {
        gap: 6px;
        margin-bottom: 6px
    }
}

.menu-burger__link--prize-drops .menu-burger__link-inner {
    background: linear-gradient(90deg, rgba(146, 20, 148, .25) 0, transparent 100%), var(--selector-item-b-bg-default);
    margin-bottom: var(--spacings-xl);
    min-height: 48px;
    overflow: hidden
}

@media (min-width:1140px) {
    .menu-burger__link--prize-drops .menu-burger__link-inner {
        gap: 6px;
        margin-bottom: 6px
    }

    .menu-burger--small .menu-burger__link--prize-drops .menu-burger__link-inner {
        margin-bottom: 8px
    }

    .menu-burger__link-inner {
        max-width: 236px;
        padding: 4px 12px 4px 4px
    }

    .menu-burger--small .menu-burger__link-inner {
        align-items: center;
        background-color: var(--buttons-secondary-c-bg-default);
        display: flex;
        flex-direction: column;
        height: 48px;
        justify-content: center;
        padding: 0;
        width: 48px
    }

    .menu-burger--small .menu-burger__submenu .menu-burger__link-inner {
        flex-direction: row;
        gap: 12px;
        justify-content: start;
        min-width: 232px;
        padding: 14px 12px
    }

    .no-touch .menu-burger--small .menu-burger__submenu .menu-burger__link-inner:hover .menu-burger__link-icon {
        color: var(--selector-item-a-icon-hover)
    }
}

@media (min-width:1628px) {
    .menu-burger__link-inner {
        max-width: 268px
    }
}

.no-touch .menu-burger--small .menu-burger__custom-list--info .menu-burger__link--has-children.menu-burger__link--submenu-open .menu-burger__link-inner:hover,
.no-touch .menu-burger--small .menu-burger__custom-list--info .menu-burger__link-inner:hover {
    background-color: var(--buttons-icon-secondary-d-bg-hover)
}

.no-touch .menu-burger--small .menu-burger__custom-list--info .menu-burger__link--has-children.menu-burger__link--submenu-open .menu-burger__link-inner:hover .menu-burger__link-icon,
.no-touch .menu-burger--small .menu-burger__custom-list--info .menu-burger__link-inner:hover .menu-burger__link-icon {
    color: var(--buttons-icon-secondary-d-icon-hover);
    opacity: 1
}

.profile-nav .menu-burger__link-inner {
    background-color: transparent;
    height: 48px;
    padding: 14px 12px
}

@media (max-width:1139px) {
    .profile-nav .menu-burger__link-inner {
        gap: 12px
    }
}

@media (min-width:1140px) {
    .profile-nav .menu-burger__link-inner {
        max-width: 100%
    }
}

.no-touch .profile-nav .menu-burger__link-inner:hover:not(.profile-nav .menu-burger__link-inner.router-link-active) {
    background-color: var(--selector-item-a-bg-hover)
}

.profile-nav .menu-burger__link-inner.router-link-active {
    background-color: var(--selector-item-a-bg-active);
    box-shadow: var(--inner-shadow);
    pointer-events: none
}

.user-top__profile-nav .menu-burger__link-inner {
    border-radius: 8px;
    gap: 12px;
    height: auto;
    padding: 10px 6px
}

.no-touch .user-top__profile-nav .menu-burger__link-inner:hover:not(.user-top__profile-nav .menu-burger__link-inner.router-link-active) {
    background-color: var(--selector-item-a-bg-hover)
}

.menu-burger__link {
    position: relative;
    transition: background-color .2s ease-out
}

.menu-burger--small .menu-burger__link--hide-small-link {
    display: none
}

.menu-burger--small .menu-burger__custom-list--partners .menu-burger__link {
    display: block
}

.menu-burger__custom-list--info .menu-burger__submenu .menu-burger__link {
    margin-bottom: 0
}

.menu-burger__custom-list--promo .menu-burger__link {
    display: flex;
    flex-direction: column
}

.menu-burger--small .menu-burger__custom-list--promo .menu-burger__link {
    align-items: center
}

.menu-burger__link.menu-burger__link--has-children.menu-burger__link--submenu-open {
    border-radius: var(--roundings-xs)
}

.no-touch .menu-burger__link.menu-burger__link--has-children.menu-burger__link--submenu-open:hover {
    background-color: var(--selector-item-b-bg-hover)
}

.no-touch .menu-burger--small .menu-burger__custom-list--info .menu-burger__link.menu-burger__link--has-children.menu-burger__link--submenu-open:hover {
    background-color: transparent
}

@media (min-width:1140px) {
    .profile-nav__list:nth-child(2) .menu-burger__link:first-child {
        margin-top: 8px
    }
}

.menu-burger--small .menu-burger__link--wheel {
    display: flex;
    justify-content: center;
    max-width: 48px
}

.menu-burger__link-inner--active {
    background-color: var(--selector-item-b-bg-active);
    box-shadow: var(--inner-shadow);
    pointer-events: none
}

.menu-burger--small .menu-burger__link-inner--active {
    background-color: var(--buttons-secondary-c-bg-active)
}

.menu-burger--small .menu-burger__custom-list--info .menu-burger__link-inner--active {
    background-color: var(--buttons-icon-secondary-d-bg-active);
    box-shadow: none
}

.no-touch .menu-burger__custom-list--info .menu-burger__link-inner--active:hover {
    background-color: var(--selector-item-b-bg-active)
}

.no-touch .menu-burger--small .menu-burger__custom-list--info .menu-burger__link-inner--active:hover {
    background-color: var(--buttons-icon-secondary-d-bg-active)
}

.menu-burger__link--has-children .menu-burger__link-inner--active {
    background-color: var(--selector-item-b-bg-default);
    box-shadow: none
}

.no-touch .menu-burger__link--has-children .menu-burger__link-inner--active:hover {
    background-color: var(--selector-item-b-bg-hover)
}

.menu-burger__link--prize-drops .menu-burger__link-inner--active {
    background: linear-gradient(90deg, rgba(146, 20, 148, .25) 0, transparent 100%), var(--selector-item-b-bg-active)
}

.menu-burger__link-icon-wr {
    flex-shrink: 0;
    height: 20px;
    margin-right: 12px;
    width: 20px
}

.menu-burger__submenu .menu-burger__link-icon-wr {
    margin-right: 8px
}

.menu-burger--small .menu-burger__link-icon-wr {
    height: 32px;
    margin-right: 0;
    width: 32px
}

.menu-burger__link-img--promo {
    height: 40px;
    position: relative;
    width: 40px
}

.menu-burger--small .menu-burger__link-img--promo:after {
    right: -22px
}

.menu-burger__link-img-wr {
    color: var(--selector-item-a-icon-default);
    height: 20px;
    margin: 10px;
    pointer-events: none;
    width: 20px
}

.menu-burger--small .menu-burger__link-img-wr {
    align-items: center;
    display: flex;
    justify-content: center
}

.no-touch .menu-burger--small .menu-burger__link-img-wr:hover {
    color: var(--white)
}

.menu-burger__submenu .menu-burger__link-img-wr {
    height: 20px;
    margin: 0;
    padding: 0;
    width: 20px
}

@media (max-width:639px) {
    .menu-burger__submenu .menu-burger__link-img-wr {
        margin-right: 0
    }
}

.menu-burger__link--wheel .menu-burger__link-img-wr {
    animation: spin 1.2s ease-in-out infinite alternate;
    height: 40px;
    margin: 0;
    width: 40px
}

.menu-burger__link--prize-drops .menu-burger__link-img-wr {
    height: 40px;
    margin: 0;
    padding: 3px;
    position: relative;
    width: 40px
}

.menu-burger__link--prize-drops .menu-burger__link-img-wr:after {
    background-image: url(/img/menu-burger/prize-drops-blur.webp);
    bottom: -6px;
    content: "";
    height: 29px;
    left: -4px;
    position: absolute;
    width: 63px
}

.no-webp .menu-burger__link--prize-drops .menu-burger__link-img-wr:after {
    background-image: url(/img/menu-burger/prize-drops-blur.png)
}

@media (min-width:1140px) {

    .page-profile .menu-burger__link-img-wr,
    .user-top__avatar .menu-burger__link-img-wr {
        margin-right: 6px
    }
}

.profile-nav .menu-burger__link-img-wr {
    margin: 0
}

@media (min-width:1140px) {
    .profile-nav .menu-burger__link-img-wr {
        margin: 2px 5px 2px 2px
    }
}

.menu-burger__link-inner--active .menu-burger__link-img-wr:not(.menu-burger__link--has-children .menu-burger__link-img-wr) {
    color: var(--selector-item-a-icon-active)
}

.user-top__profile-nav .menu-burger__link-img-wr {
    margin: 0
}

.router-link-active .menu-burger__link-img-wr {
    color: var(--selector-item-a-icon-active)
}

.menu-burger__link-img-wr img {
    animation: incline 2s ease-in-out infinite alternate
}

.menu-burger__link-img {
    height: 32px;
    width: 32px
}

.menu-burger__link-img--casino.flex-center .menu-burger__link-img {
    height: 26px;
    width: 26px
}

.menu-burger__link-img--favorite.flex-center .menu-burger__link-img {
    height: 30px;
    left: -5.5px;
    top: -7px;
    width: 30px
}

.menu-burger--small .menu-burger__link-img--burger-favorite.flex-center .menu-burger__link-img {
    left: -5px;
    top: -6px
}

.menu-burger--small .menu-burger__link-img--slot .menu-burger__link-img {
    height: 26px;
    width: 26px
}

.menu-burger--small .menu-burger__link-img--casino.flex-center .menu-burger__link-img {
    height: 25.5px;
    width: 25.5px
}

.menu-burger--small .menu-burger__link-img--providers .menu-burger__link-img,
.menu-burger--small .menu-burger__link-img--sport .menu-burger__link-img {
    left: 1px;
    top: 1px
}

.menu-burger--small .menu-burger__link-img--instant .menu-burger__link-img {
    height: 26px;
    left: 0;
    top: 0;
    width: 26px
}

.menu-burger__link-chevron-wr {
    flex-shrink: 0;
    height: 20px;
    margin-left: auto;
    width: 20px
}

.menu-burger__link-icon {
    transition: color .2s ease-out
}

.menu-burger--small .menu-burger__link-icon {
    opacity: 1
}

.menu-burger__custom-list--info .menu-burger__link-icon {
    color: var(--selector-item-a-icon-default)
}

.menu-burger--small .menu-burger__custom-list--info .menu-burger__link-inner--active .menu-burger__link-icon {
    color: var(--buttons-icon-secondary-d-icon-active);
    opacity: 1
}

.menu-burger__submenu .menu-burger__link-img--favorite .menu-burger__link-icon,
.menu-burger__submenu .menu-burger__link-img--instant .menu-burger__link-icon,
.menu-burger__submenu .menu-burger__link-img--live .menu-burger__link-icon,
.menu-burger__submenu .menu-burger__link-img--providers .menu-burger__link-icon,
.menu-burger__submenu .menu-burger__link-img--sports-betting .menu-burger__link-icon {
    height: 16px;
    margin: 2px auto
}

.menu-burger__submenu .menu-burger__link-img--chat .menu-burger__link-icon,
.menu-burger__submenu .menu-burger__link-img--sport .menu-burger__link-icon,
.menu-burger__submenu .menu-burger__link-img--table .menu-burger__link-icon,
.menu-burger__submenu .menu-burger__link-img--time .menu-burger__link-icon,
.menu-burger__submenu .menu-burger__link-img--user .menu-burger__link-icon {
    height: 18px;
    margin: 1px auto
}

.menu-burger__submenu .menu-burger__link-img--casino .menu-burger__link-icon,
.menu-burger__submenu .menu-burger__link-img--esport .menu-burger__link-icon {
    height: 20px;
    margin: auto;
    width: auto
}

.menu-burger__submenu .menu-burger__link-img--gift .menu-burger__link-icon {
    height: 18px;
    margin: 1px auto;
    width: 17px
}

.menu-burger__submenu .menu-burger__link-img--providers .menu-burger__link-icon {
    padding: 0
}

.menu-burger__link-img--chat .menu-burger__link-icon {
    height: auto;
    width: 16px
}

.menu-burger__link-chevron {
    color: var(--selector-item-a-icon-default);
    height: auto;
    margin: 7px 4px auto;
    transition: transform .2s ease-out;
    width: 12px
}

.menu-burger__link--submenu-open .menu-burger__link-chevron {
    transform: rotate(180deg)
}

.menu-burger__link-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    word-break: break-word
}

.menu-burger__link--has-children .menu-burger__link-text:not(.menu-burger__submenu .menu-burger__link-text, .menu-burger--small .menu-burger__link-text) {
    margin-right: 10px
}

.menu-burger__submenu .menu-burger__link-text {
    color: var(--text-description-a)
}

@media (max-width:1139px) {
    .menu-burger__submenu .menu-burger__link-text {
        align-items: center;
        color: var(--selector-item-a-text-default);
        display: flex;
        font-size: 12px;
        font-weight: 500;
        height: 28px;
        line-height: 16px;
        overflow: hidden
    }
}

.menu-burger__submenu .menu-burger__link-inner--active .menu-burger__link-text {
    color: var(--text-text)
}

.menu-burger--small .menu-burger__link-text:not(.menu-burger__submenu .menu-burger__link-text) {
    display: none;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    text-align: center
}

.profile-nav__list .menu-burger__link-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

@media (min-width:1140px) {
    .profile-nav__list .menu-burger__link-text {
        font-weight: 500
    }

    .user-top__profile-nav .profile-nav__list .menu-burger__link-text {
        font-size: 14px;
        line-height: 20px
    }
}

.menu-burger__link-text--dotted {
    position: relative
}

.menu-burger__link-text--dotted:after {
    background-color: var(--colors-system-error);
    border-radius: 50%;
    bottom: 15px;
    content: "";
    height: 10px;
    position: absolute;
    right: -1px;
    transform: translate(100%);
    width: 10px
}

@media (min-width:1140px) {
    .menu-burger__link-text--dotted:after {
        bottom: 16px;
        right: -2px
    }
}

.profile-aside__block .menu-burger__link-text--dotted:after {
    bottom: 13px
}

@media (max-width:1139px) {
    .menu-burger__link-text--bonus-store {
        white-space: nowrap
    }
}

@media (min-width:1140px) {
    .menu-burger__link-text--bonus-store {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

.menu-burger__custom-list:has(.menu-burger__link--submenu-open) .menu-burger__custom-list--info {
    margin-top: 10px
}

.size-44 .menu-burger__submenu:not(:empty) {
    padding: 4px 0 8px 32px
}

.menu-burger__link--has-children {
    position: relative
}

.menu-burger__submenu {
    background-color: var(--selector-item-b-bg-default);
    border-radius: 0 0 12px 12px;
    display: none;
    padding: 0 8px 8px 20px;
    position: relative
}

.menu-burger--small .menu-burger__submenu {
    background-color: var(--backgrounds-a);
    border-radius: var(--roundings-xs);
    box-shadow: var(--drop-down-shadow);
    left: 66px;
    padding: 0 8px 8px 20px;
    position: absolute;
    top: 0;
    width: 260px
}

@media (max-width:1139px) {
    .menu-burger__link--submenu-open .menu-burger__submenu {
        display: grid;
        gap: 4px;
        grid-template-columns: repeat(3, 1fr);
        padding: 0 8px 8px
    }
}

@media (max-height:680px) {
    .menu-burger--small .menu-burger__submenu--sport {
        bottom: 30px;
        position: fixed;
        top: auto
    }
}

@media (max-height:780px) {
    .menu-burger--small .menu-burger__submenu--slot {
        bottom: 30px;
        position: fixed;
        top: auto
    }
}

.menu-burger__submenu--show {
    display: none
}

@media (min-width:1140px) {
    .menu-burger__submenu--show {
        display: block
    }
}

.menu-burger__submenu:before {
    content: "";
    height: 100%;
    left: -16px;
    position: absolute;
    top: 0;
    width: 100%
}

.menu-burger__link--menu-small .menu-burger__submenu {
    display: none
}

.no-touch .menu-burger__link--menu-small:hover .menu-burger__submenu {
    display: block
}

.no-touch .menu-burger__link--menu-small:hover .menu-burger__submenu.force-close {
    display: none
}

.menu-burger--small .menu-burger__submenu--support {
    left: 60px;
    top: -52px
}

.menu-burger__submenu-title {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-left: -12px;
    min-height: 48px;
    padding: 4px 12px
}

.main-enter-from {
    opacity: 0
}

.main-enter-to {
    opacity: 1
}

.main-enter-active {
    transition: all .8s ease
}

.menu-burger__bonus-point {
    align-items: center;
    background-color: var(--backgrounds-g);
    border-radius: 100px;
    display: flex;
    flex-shrink: 0;
    font-size: 10px;
    font-weight: 700;
    gap: 4px;
    justify-content: center;
    line-height: 12px;
    margin-left: auto;
    padding: 4px
}

.menu-burger__bonus-point:has(span) {
    padding-right: 8px
}

.menu-burger--small .menu-burger__bonus-point {
    display: none
}

.menu-burger__link-inner--active .menu-burger__bonus-point {
    background-color: var(--backgrounds-f)
}

.menu-burger__bonus-point-icon {
    height: 16px;
    width: 16px
}

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

    to {
        transform: rotate(24deg)
    }
}

@keyframes incline {
    0% {
        transform: rotate(-4deg)
    }

    30% {
        transform: rotate(-4deg)
    }

    to {
        transform: rotate(12deg)
    }
}

.super-widget {
    pointer-events: auto
}

.custom-modal--super-widget {
    align-items: center;
    padding: 0;
    width: 100%
}

@media (min-width:640px) and (max-width:1139px) {
    .custom-modal--super-widget {
        padding-top: 0 !important
    }
}

@media (min-width:1140px) {
    .custom-modal--super-widget {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 54px 20px
    }
}

@media (min-width:1628px) {
    .custom-modal--super-widget {
        padding: 54px 160px 85px
    }
}

@media (min-width:1140px) and (max-width:1627px) {
    .custom-modal--super-widget .custom-modal__close-wr {
        right: 19px;
        top: -19px;
        z-index: 5
    }
}

.custom-modal--super-widget .custom-modal__inner-wr {
    max-width: 1600px;
    width: 100%
}

.custom-modal--super-widget .custom-modal__inner {
    width: 100%
}

.super-widget-modal {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

@media (max-width:1139px) {
    .super-widget-modal__close {
        color: var(--gray-500);
        height: 36px;
        position: absolute;
        right: 0;
        top: 12px;
        width: 36px;
        z-index: 999999
    }
}

.super-widget-modal__close-icon {
    color: var(--gray-500)
}

@media (max-width:1139px) {
    .super-widget-modal__close-icon {
        height: 14px;
        width: 14px
    }
}

.menu-burger__social-links .social-links {
    display: inline-block
}

@media (min-width:1140px) {
    .menu-burger__social-links .social-links {
        display: block
    }
}

.friends-and-referrals-social-share--short .social-links {
    left: calc(100% + 4px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.social-links__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 16px;
    text-align: center
}

.social-links__list {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: center
}

.menu-burger__social-links .social-links__list {
    justify-content: flex-start
}

@media (max-width:1139px) {
    .menu-burger__social-links .social-links__list {
        gap: 8px
    }
}

.main-footer__social-links .social-links__list {
    gap: var(--spacings-xs)
}

@media (min-width:1140px) {
    .social-links__list {
        gap: var(--spacings-2xs)
    }

    .main-footer__social-links .social-links__list {
        justify-content: flex-end
    }
}

.friends-and-referrals-social-share .social-links__list {
    gap: 8px;
    justify-content: flex-start
}

.friends-and-referrals-invite__socials .social-links__list {
    justify-content: center
}

.friends-and-referrals-social-share--short .social-links__list {
    gap: 4px
}

.bonuses-social__links .social-links__list {
    justify-content: flex-start
}

.menu-burger__social-links {
    width: 100%
}

.menu-burger__social-links .social-links__item {
    flex: 1 1 auto
}

@media (max-width:639px) {
    .main-footer__social-links .social-links__item {
        flex: 0 1 110px
    }
}

.social-links__link {
    background-color: var(--buttons-secondary-c-bg-default);
    border-radius: var(--buttons-s-radius);
    color: transparent;
    display: flex;
    justify-content: center;
    min-width: 59px;
    padding: var(--buttons-icon-s)
}

.no-touch .social-links__link:hover {
    background-color: var(--buttons-secondary-c-bg-hover)
}

@media (min-width:640px) {
    .social-links__link {
        min-width: 102px
    }
}

@media (min-width:1140px) {
    .social-links__link {
        min-width: 46px
    }

    .menu-burger__custom-lists .social-links__link {
        min-width: 40px
    }
}

@media (min-width:1628px) {
    .menu-burger__custom-lists .social-links__link {
        min-width: 47px
    }
}

.main-footer__social-links .social-links__link {
    max-width: 110px;
    min-width: 36px
}

@media (min-width:1140px) {
    .main-footer__social-links .social-links__link {
        min-width: 40px
    }
}

.friends-and-referrals-social-share .social-links__link {
    background-color: var(--buttons-secondary-a-bg-default);
    min-width: auto;
    padding: var(--buttons-icon-m);
    transition: background-color .2s ease-out
}

@media (min-width:1140px) {
    .friends-and-referrals-social-share .social-links__link {
        padding: var(--buttons-icon-s)
    }
}

.no-touch .friends-and-referrals-social-share .social-links__link:hover {
    background-color: var(--buttons-secondary-a-bg-hover)
}

.friends-and-referrals-invite .social-links__link {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: var(--buttons-secondary-c-bg-default);
    border-radius: var(--buttons-s-radius);
    min-width: auto;
    padding: var(--buttons-icon-s)
}

.no-touch .friends-and-referrals-invite .social-links__link:hover {
    background-color: var(--buttons-secondary-c-bg-hover)
}

@media (min-width:1140px) {
    .friends-and-referrals-invite .social-links__link {
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        border-radius: var(--buttons-m-radius);
        box-shadow: none;
        padding: var(--buttons-icon-m)
    }
}

.bonuses-social__links .social-links__link {
    height: 32px;
    min-width: 32px;
    padding: var(--buttons-icon-xs)
}

.social-links__ic {
    height: 20px;
    width: 20px
}

.bonuses-social__links .social-links__ic.social-links__ic--social-vk,
.friends-and-referrals-social-share .social-links__ic.social-links__ic--social-vk {
    padding: 5px 1px 4px
}

.bonuses-social__links .social-links__ic.social-links__ic--social-facebook,
.friends-and-referrals-social-share .social-links__ic.social-links__ic--social-facebook {
    padding: 2px 5px
}

.bonuses-social__links .social-links__ic.social-links__ic--social-telegram,
.bonuses-social__links .social-links__ic.social-links__ic--social-twitter,
.friends-and-referrals-social-share .social-links__ic.social-links__ic--social-telegram,
.friends-and-referrals-social-share .social-links__ic.social-links__ic--social-twitter {
    padding: 3px 1px
}

.bonuses-social__links .social-links__ic.social-links__ic--social-whatsapp,
.friends-and-referrals-social-share .social-links__ic.social-links__ic--social-whatsapp {
    padding: 1px
}

.main-footer__social-links .social-links__ic.social-links__ic--social-facebook,
.menu-burger__social-links .social-links__ic.social-links__ic--social-facebook {
    padding: 2px 6px
}

.main-footer__social-links .social-links__ic.social-links__ic--social-instagram,
.main-footer__social-links .social-links__ic.social-links__ic--social-twitter,
.menu-burger__social-links .social-links__ic.social-links__ic--social-instagram,
.menu-burger__social-links .social-links__ic.social-links__ic--social-twitter {
    padding: 3px
}

.main-footer__social-links .social-links__ic.social-links__ic--social-vk,
.menu-burger__social-links .social-links__ic.social-links__ic--social-vk {
    padding: 5px 2px
}

.main-footer__social-links .social-links__ic.social-links__ic--social-telegram,
.menu-burger__social-links .social-links__ic.social-links__ic--social-telegram {
    padding: 3px 2px
}

.main-footer__social-links .social-links__ic.social-links__ic--social-odnoklassniki,
.menu-burger__social-links .social-links__ic.social-links__ic--social-odnoklassniki {
    padding: 2px 5px
}

.buttons-app {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

@media (min-width:1140px) {
    .buttons-app {
        flex: 1;
        gap: 8px;
        justify-content: center
    }
}

@media (min-width:640px) {
    .main-footer__menu-block .buttons-app {
        width: auto
    }
}

.buttons-app__title {
    color: var(--text-description-a);
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    max-width: 69px
}

.buttons-app__list {
    display: flex;
    gap: 12px;
    justify-content: center
}

@media (min-width:1140px) {
    .buttons-app__list {
        gap: 8px
    }
}

.main-footer__menu-block .buttons-app__list,
.two-fa__app .buttons-app__list {
    gap: 10px
}

@media (max-width:639px) {
    .main-footer__menu-block .buttons-app__list {
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(2, 1fr);
        width: 100%
    }
}

@media (min-width:1140px) {
    .main-footer__menu-block .buttons-app__list {
        gap: var(--spacings-xs)
    }
}

.menu-burger__custom-list .buttons-app__list {
    justify-content: flex-start;
    width: 100%
}

.stories-slider-item__buttons .buttons-app__list {
    flex-direction: row-reverse;
    gap: var(--spacings-s);
    width: 100%
}

.buttons-app__item {
    display: flex
}

.menu-burger .buttons-app__item {
    flex: 1 1 0
}

.stories-slider-item__buttons .buttons-app__item,
.two-fa__app .buttons-app__item {
    width: 100%
}

.buttons-app__link {
    align-items: center;
    background-color: var(--buttons-secondary-c-bg-default);
    border-radius: var(--buttons-s-radius);
    display: flex;
    gap: var(--buttons-s-gap);
    height: 40px;
    justify-content: center;
    padding: var(--buttons-s-vert);
    position: relative;
    transition: all .2s ease-out;
    width: auto
}

.main-footer__menu-row .buttons-app__link {
    position: static
}

.no-touch .buttons-app__link:hover {
    background-color: var(--buttons-secondary-c-bg-hover)
}

.menu-burger .buttons-app__link {
    flex: 1 1 0
}

.two-fa__app .buttons-app__link {
    background-color: var(--buttons-secondary-a-bg-default);
    width: 100%
}

.main-footer__menu-bottom .buttons-app__link {
    padding: var(--buttons-s-vert) var(--buttons-s-hor)
}

@media (max-width:639px) {
    .main-footer__menu-bottom .buttons-app__link {
        width: 100%
    }
}

.stories-slider-item__buttons .buttons-app__link {
    background: var(--buttons-secondary-a-bg-default);
    border-radius: var(--buttons-m-radius);
    box-shadow: var(--inner-shadow);
    color: var(--buttons-secondary-a-text-default);
    flex-direction: row-reverse;
    font-size: var(--buttons-font-m-font-size);
    font-weight: var(--buttons-font-m-weight);
    height: calc(var(--buttons-font-m-line-height) + var(--buttons-m-vert)*2);
    letter-spacing: normal;
    line-height: var(--buttons-font-m-line-height);
    padding: var(--buttons-m-vert) var(--buttons-m-hor);
    text-transform: uppercase;
    width: 100%
}

.no-touch .stories-slider-item__buttons .buttons-app__link:not(.no-touch .stories-slider-item__buttons .buttons-app__link.btn--text, .no-touch .stories-slider-item__buttons .buttons-app__link.btn--text-b, .no-touch .stories-slider-item__buttons .buttons-app__link.btn--icon):hover {
    background: var(--buttons-secondary-a-bg-hover);
    color: var(--buttons-secondary-a-text-hover)
}

.stories-slider-item__buttons .buttons-app__link.disabled,
.stories-slider-item__buttons .buttons-app__link[disabled] {
    background: var(--buttons-secondary-a-bg-disable);
    box-shadow: none;
    color: var(--buttons-secondary-a-text-disable);
    pointer-events: none
}

.menu-burger__custom-block {
    width: 100%
}

.buttons-app__item-icon-wr {
    flex-shrink: 0;
    width: 18px
}

.main-footer .buttons-app__item-icon-wr {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 20px
}

@media (min-width:1140px) {
    .buttons-app__item-icon-wr {
        width: 16px
    }
}

.menu-burger__custom-list--app .buttons-app__item-icon-wr,
.stories-slider-item__buttons .buttons-app__item-icon-wr {
    height: 20px;
    width: 20px
}

.buttons-app__item-icon {
    height: 20px;
    width: 16px
}

.main-footer__menu-bottom .buttons-app__item--ios .buttons-app__item-icon,
.menu-burger__custom-list--app .buttons-app__item--ios .buttons-app__item-icon,
.stories-slider-item__buttons .buttons-app__item--ios .buttons-app__item-icon {
    height: 19px;
    margin: 0 3px 1px 1px;
    width: 16px
}

.main-footer__menu-bottom .buttons-app__item--android .buttons-app__item-icon,
.menu-burger__custom-list--app .buttons-app__item--android .buttons-app__item-icon,
.stories-slider-item__buttons .buttons-app__item--android .buttons-app__item-icon {
    height: 20px;
    margin: 0 3px 0 2px;
    width: 15px
}

.buttons-app__item-text {
    color: var(--buttons-secondary-b-text-default);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    transition: all .2s ease-out
}

.stories-slider-item__buttons .buttons-app__item-text {
    color: var(--buttons-secondary-a-text-default);
    font-size: var(--buttons-font-m-font-size);
    font-weight: var(--buttons-font-m-weight);
    letter-spacing: normal;
    line-height: var(--buttons-font-m-line-height);
    text-transform: uppercase
}

.menu-burger__bottom-bar {
    background-color: var(--backgrounds-b);
    position: relative
}

@media (min-width:1140px) {
    .menu-burger__bottom-bar {
        border-radius: var(--roundings-m);
        margin-top: 24px
    }

    .menu-burger--small .menu-burger__bottom-bar {
        margin-top: 0;
        padding: 0;
        text-align: center
    }
}

.menu-burger__bottom-bar-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 16px
}

.menu-burger--small .menu-burger__bottom-bar-inner {
    justify-content: center;
    padding: 0
}

@media (min-width:1140px) {
    .menu-burger--small .menu-burger__bottom-bar-inner {
        margin-top: 0
    }

    .menu-burger__bottom-bar-inner {
        margin-top: 24px;
        min-height: auto;
        padding-bottom: 0
    }
}

.menu-burger__bottom-bar-superwidget {
    bottom: calc(100% + 30px);
    left: calc(100% + 20px);
    position: absolute
}

.menu-burger__bottom-bar-time {
    min-width: 40px
}

.menu-burger--small .menu-burger__bottom-bar-time {
    display: none
}

.menu-burger--small .menu-burger-bottom-bar__lang-btn:hover+.menu-burger-bottom-bar__local-list {
    display: grid
}

.menu-burger--small .menu-burger-bottom-bar__local-list {
    display: none
}

.no-touch .menu-burger--small .menu-burger-bottom-bar__local-list:hover {
    display: grid
}

.menu-burger--small .menu-burger-bottom-bar__local-list:before {
    content: "";
    height: 100%;
    left: -28px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.current-local-time {
    display: flex;
    flex-direction: column
}

.profile-current-time .current-local-time {
    justify-content: center;
    min-width: 80px
}

.current-local-time__title {
    color: var(--text-description-b);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase
}

.profile-current-time .current-local-time__title {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    text-transform: none
}

.menu-burger--small .current-local-time__title,
.patch-timezone__content-timer-wr .current-local-time__title {
    display: none
}

.current-local-time__count {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.menu-burger--small .current-local-time__count {
    line-height: 18px
}

.menu-burger__lang-btn {
    align-items: center;
    background-color: transparent;
    border: none;
    border-radius: var(--roundings-xs);
    display: flex;
    min-height: 46px;
    padding: 8px
}

.menu-burger--small .menu-burger__lang-btn {
    justify-content: center;
    padding: 0;
    width: 46px
}

@media (min-width:1140px) {
    .menu-burger__lang-btn.menu-burger__lang-btn--active {
        background-color: var(--backgrounds-g-50)
    }

    .menu-burger--small .menu-burger__lang-btn.menu-burger__lang-btn--active {
        background-color: transparent
    }

    .no-touch .menu-burger__lang-btn:hover {
        background-color: var(--backgrounds-g-50)
    }
}

.menu-burger__lang-btn-logo-wr {
    border-radius: 50%;
    box-shadow: var(--small-gray-shadow);
    flex-shrink: 0;
    height: 30px;
    margin-right: 4px;
    overflow: hidden;
    width: 30px
}

.menu-burger--small .menu-burger__lang-btn-logo-wr {
    margin-right: 0
}

.menu-burger__lang-btn-code {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase
}

@media (min-width:1140px) {
    .menu-burger__lang-btn-code {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px
    }
}

.menu-burger__lang-btn-icon-wr {
    height: 20px;
    width: 20px
}

.menu-burger--small .menu-burger__lang-btn-icon-wr {
    display: none
}

.menu-burger__lang-btn-icon {
    color: var(--white);
    height: auto;
    margin: 4px auto 4px 7px;
    transition: transform .2s ease-out;
    width: 8px
}

.menu-burger__lang-btn--active .menu-burger__lang-btn-icon {
    transform: rotate(180deg)
}

.menu-burger--small .menu-burger__lang-btn-icon {
    transform: rotate(-90deg)
}

@media (min-width:1140px) {
    .menu-burger__lang-btn--active .menu-burger__lang-btn-icon {
        transform: rotate(-180deg)
    }
}

.local-list {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);
    min-width: 286px;
    padding-top: 16px
}

.menu-burger--small .local-list {
    left: 66px
}

@media (min-width:1140px) {
    .local-list {
        background-color: var(--backgrounds-a);
        border-radius: 16px;
        bottom: 12px;
        box-shadow: var(--drop-down-shadow);
        gap: 12px;
        left: 270px;
        padding: 12px;
        position: fixed;
        z-index: 1
    }
}

@media (min-width:1628px) {
    .local-list {
        left: 315px
    }
}

.local-list__item {
    border-radius: var(--roundings-xs);
    cursor: pointer;
    display: flex;
    justify-content: center;
    min-height: 44px;
    padding: 10px 12px
}

.no-touch .local-list__item:hover:not(.local-list__item--active) {
    background-color: var(--backgrounds-g-50)
}

.local-list__item--active {
    background-color: var(--backgrounds-g);
    box-shadow: var(--inner-shadow);
    cursor: default
}

.local-list__figure {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center;
    margin: 0
}

.local-list__image {
    border-radius: 50%;
    box-shadow: var(--small-gray-shadow);
    height: 20px;
    width: 20px
}

.local-list__caption {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase
}

.local-list__item--active .local-list__caption {
    font-weight: 700
}

.local-list__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    padding: var(--spacings-xs) 0;
    text-align: center
}

@media (min-width:1140px) {
    .local-list__title {
        margin-top: var(--spacings-xl)
    }
}

.main-banner {
    border-radius: var(--roundings-m);
    box-shadow: var(--inner-shadow);
    height: 120px;
    padding: 0 134px 0 20px;
    position: relative;
    width: 100%;
    z-index: 3
}

@media (min-width:640px) {
    .main-banner {
        height: 160px;
        padding: 0 244px 0 36px
    }
}

@media (min-width:1140px) {
    .main-banner {
        background-color: var(--backgrounds-a);
        border-radius: 15px;
        height: 190px;
        max-width: 388px;
        padding: 20px
    }
}

@media (min-width:1628px) {
    .main-banner {
        border-radius: 19px
    }
}

@media (min-width:1140px) {
    .main-banner:before {
        background: var(--gradient-tokens-backgrounds-k);
        border-radius: var(--roundings-m);
        bottom: -2px;
        content: "";
        left: -2px;
        position: absolute;
        right: -2px;
        top: -2px;
        z-index: -2
    }

    .main-banner:after {
        border-radius: var(--roundings-s) var(--roundings-s) 0 0;
        box-shadow: var(--inner-shadow);
        content: "";
        height: 20px;
        left: 5px;
        position: absolute;
        right: 5px;
        top: 5px;
        z-index: 0
    }
}

@media (max-width:639px) {
    .authorized .main-banner {
        padding: 0 177px 0 39px
    }
}

@media (min-width:640px) and (max-width:1139px) {
    .authorized .main-banner {
        padding: 0 231px 0 79px
    }
}

.main-banner__bg-color {
    display: none
}

@media (min-width:1140px) {
    .main-banner__bg-color {
        background-color: var(--backgrounds-a);
        border-radius: var(--roundings-m);
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1
    }
}

.main-banner__background {
    border-radius: var(--roundings-m);
    box-shadow: var(--inner-shadow);
    height: 100%;
    left: 0;
    position: relative;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width:1140px) {
    .main-banner__background {
        border-radius: var(--roundings-s);
        box-shadow: var(--inner-shadow);
        height: calc(100% - 12px);
        left: 6px;
        top: 6px;
        width: calc(100% - 12px)
    }
}