.main-footer__menu-item a {
	width: 100%;
}

.status-widget {
    background: var(--backgrounds-b);
    border-radius: var(--roundings-m);
    display: flex;
    flex-direction: column;
    margin: -40px var(--spacings-page-paddings) var(--spacings-s)
}

@media(min-width: 640px) {
    .status-widget {
        margin:-40px calc(var(--spacings-page-paddings) + var(--spacings-m)) var(--spacings-s)
    }
}

@media(min-width: 1140px) {
    .status-widget {
        margin-top:-121px;
        position: relative
    }
}

.status-widget__main {
    align-items: center;
    border-bottom: 1px solid var(--border-a);
    border-top: 1px solid var(--border-a);
    display: flex;
    gap: var(--spacings-l);
    padding: 19px var(--spacings-xl)
}

.status-widget__title {
    font-size: var(--headings-h2-font-size);
    font-weight: var(--headings-h2-weight);
    line-height: var(--headings-h2-line-height);
    padding: 20px var(--spacings-xl);
    text-align: center
}

.status-widget__badge {
    background-color: var(--colors-global-accent-e);
    border-radius: 40px;
    bottom: 4px;
    font-size: var(--description-font-2xs-font-size);
    font-weight: var(--description-font-2xs-weight);
    left: 50%;
    line-height: var(--description-font-2xs-line-height);
    padding: 0 8px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    transform: translate(-50%)
}

.status-widget__img-wr {
    flex-shrink: 0;
    height: 68px;
    position: relative;
    width: 68px
}

.status-widget__img {
    width: 100%
}

.status-widget__progress {
    flex-grow: 1
}

@media(min-width: 1140px) {
    .status-widget__progress {
        margin-bottom:0
    }
}

.status-progress__fake-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}

.statuses-list__content {
    -moz-column-gap: var(--spacings-s);
    column-gap: var(--spacings-s);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: var(--spacings-2xl);
    row-gap: 34px
}

@media(min-width: 640px) {
    .statuses-list__content {
        row-gap:46px
    }
}

@media(min-width: 1140px) {
    .statuses-list__content {
        display:grid;
        flex-wrap: nowrap;
        grid-template-columns: repeat(4,1fr);
        margin-bottom: var(--spacings-l)
    }
}

@media(min-width: 1140px)and (max-width:1300px) {
    .menu-opened .statuses-list__content {
        grid-template-columns:repeat(2,1fr)
    }
}

.statuses-list__item {
    align-items: center;
    background: var(--gradient-status-blue);
    border-radius: var(--roundings-m);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding: 14px 16px;
    position: relative;
    transition: all .2s ease-out
}

.statuses-list__item[data-status-id=STANDARD] {
    background: var(--gradient-status-purple)
}

.statuses-list__item[data-status-id=PRIME] {
    background: var(--gradient-tokens-border-h)
}

.statuses-list__item[data-status-id=ELITE] {
    background: var(--gradient-tokens-border-f)
}

.statuses-list__item.statuses-list__item--active {
    background: var(--gradient-tokens-border-k)
}

.statuses-list__item:after {
    background-color: var(--backgrounds-a);
    border-radius: calc(var(--roundings-m) - 2px);
    content: "";
    inset: 2px;
    pointer-events: none;
    position: absolute
}

.statuses-list__item>* {
    z-index: 1
}

@media(max-width: 639px) {
    .statuses-list__item {
        height:132px
    }

    .authorized .statuses-list__item {
        height: auto
    }
}

@media(max-width: 1139px) {
    .statuses-list__item {
        width:calc(50% - var(--spacings-s)/2)
    }
}

@media(min-width: 640px) {
    .statuses-list__item {
        padding:var(--spacings-l)
    }
}

.statuses-list__item-image {
    height: 110px;
    margin: -38px 0 8px;
    position: relative;
    width: auto
}

.statuses-list__item-image img {
    height: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: auto
}

@media(min-width: 640px) {
    .statuses-list__item-image {
        height:164px;
        margin: -44px 0 6px
    }
}

.statuses-list__item-text {
    margin-bottom: auto
}

.statuses-list__item-name {
    text-align: center
}

@media(max-width: 639px) {
    .statuses-list__item-name {
        font-size:var(--headings-h3-font-size);
        font-weight: var(--headings-h3-weight);
        line-height: var(--headings-h3-line-height)
    }
}

@media(min-width: 640px) {
    .statuses-list__item-name {
        font-size:var(--headings-h2-font-size);
        font-weight: var(--headings-h2-weight);
        line-height: var(--headings-h2-line-height);
        margin-bottom: 4px
    }
}

.statuses-list__item-caption {
    color: var(--text-description-a);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: center
}

.statuses-list__btn-wr {
    align-items: center;
    display: flex;
    justify-content: center
}

@media(max-width: 639px) {
    .statuses-list__btn {
        width:100%
    }
}

.statuses-list__item-badge {
    border-radius: 40px;
    display: flex
}

@media(max-width: 639px) {
    .statuses-list__item-badge {
        margin-top:var(--spacings-xs);
        padding: 2px 8px
    }
}

@media(min-width: 640px) {
    .statuses-list__item-badge {
        margin-top:12px;
        padding: 4px 20px
    }
}

.statuses-list__item-badge--current {
    background-color: var(--colors-global-accent-e)
}

.statuses-list__item-badge--progress {
    background: var(--gradient-tokens-border-k);
    position: relative
}

.statuses-list__item-badge--progress:after {
    background-color: var(--backgrounds-a);
    border-radius: inherit;
    content: "";
    inset: 2px;
    pointer-events: none;
    position: absolute
}

.statuses-list__item-badge--locked {
    background-color: var(--backgrounds-g-50)
}

.statuses-list__item-badge--achieved {
    background-color: var(--backgrounds-g)
}

.statuses-list__badge-text {
    position: relative;
    white-space: nowrap;
    z-index: 1
}

.statuses-list__item-badge--locked .statuses-list__badge-text {
    color: var(--text-description-b)
}

@media(max-width: 639px) {
    .statuses-list__badge-text {
        font-size:var(--description-font-2xs-font-size);
        font-weight: var(--description-font-2xs-weight);
        line-height: var(--description-font-2xs-line-height);
        text-transform: uppercase
    }
}

@media(min-width: 640px) {
    .statuses-list__badge-text {
        font-size:var(--description-font-xs-font-size);
        font-weight: var(--description-font-xs-weight);
        line-height: var(--description-font-xs-line-height);
        text-transform: uppercase
    }
}

.statuses-advantages {
    background-color: var(--backgrounds-b);
    border-radius: var(--roundings-m);
    padding: var(--spacings-xl)
}

@media(min-width: 640px) {
    .statuses-advantages__list {
        display:grid;
        gap: 8px;
        grid-template-columns: repeat(auto-fill,minmax(300px,1fr))
    }
}

@media(min-width: 1140px) {
    .statuses-advantages__list {
        gap:var(--spacings-xs)
    }
}

.statuses-advantages__title {
    font-size: var(--headings-h3-font-size);
    font-weight: var(--headings-h3-weight);
    line-height: var(--headings-h3-line-height);
    margin-bottom: var(--spacings-l)
}

.statuses-advantages__item {
    background-color: var(--backgrounds-a-70);
    border-radius: var(--roundings-s);
    box-shadow: var(--inner-shadow);
    margin-bottom: 8px;
    padding: var(--spacings-xl) var(--spacings-xl) var(--spacings-xl) 76px;
    position: relative
}

.statuses-advantages__item:last-child {
    margin-bottom: 0
}

@media(min-width: 640px) {
    .statuses-advantages__item {
        margin-bottom:0;
        padding-left: 84px
    }
}

@media(min-width: 1140px) {
    .statuses-advantages__item {
        padding:16px 20px 20px
    }
}

.statuses-advantages__img-wrap {
    flex-shrink: 0;
    height: 44px;
    left: 16px;
    position: absolute;
    top: 16px;
    width: 44px
}

@media(min-width: 1140px) {
    .statuses-advantages__img-wrap {
        height:60px;
        position: static;
        width: 60px
    }
}

.statuses-advantages__row {
    display: flex
}

@media(min-width: 1140px) {
    .statuses-advantages__row {
        align-items:center;
        gap: var(--spacings-2xs);
        justify-content: space-between;
        margin-bottom: var(--spacings-xs)
    }
}

.statuses-advantages__name {
    margin-bottom: 8px
}

@media(max-width: 1139px) {
    .statuses-advantages__name {
        font-size:16px;
        font-weight: 600;
        line-height: 24px
    }
}

@media(min-width: 1140px) {
    .statuses-advantages__name {
        font-size:18px;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 0
    }
}

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

.statuses-page {
    margin: var(--spacings-l) 0
}

.statuses-page__header {
    background-color: var(--backgrounds-b);
    background-image: url(/wp-content/uploads/2025/12/frend-fon-scaled.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--roundings-m);
    padding: var(--spacings-xl) var(--spacings-xl) calc(var(--spacings-xl) + var(--spacings-xl) + 40px) var(--spacings-xl);
    text-align: center
}

.no-webp .statuses-page__header {
    background-image: url(./bg.CSXAaFOp.jpg)
}

@media(min-width: 640px) {
    .statuses-page__header {
        margin:0 var(--spacings-page-paddings)
    }
}

@media(min-width: 1140px) {
    .statuses-page__header {
        --status-header-img-width:476px;
        --status-header-content-min-height: 220px;
        --status-header-padding-bottom: 150px;
        min-height: calc(var(--status-header-content-min-height) + var(--spacings-xl) + var(--status-header-padding-bottom));
        padding: var(--spacings-xl) calc(var(--spacings-xl) + var(--spacings-m) + var(--status-header-img-width)) var(--status-header-padding-bottom) calc(var(--spacings-xl) + var(--spacings-m));
        position: relative;
        text-align: left
    }
}

@media(min-width: 1628px) {
    .statuses-page__header {
        --status-header-img-width:808px;
        --status-header-content-min-height: 260px;
        --status-header-padding-bottom: 181px
    }
}

.authorized .statuses-page__header {
    padding-bottom: calc(var(--spacings-xl) + var(--spacings-xl) + 24px)
}

@media(min-width: 1140px) {
    .authorized .statuses-page__header {
        padding-bottom:var(--status-header-padding-bottom)
    }
}

@media(min-width: 1628px) {
    .authorized .statuses-page__header {
        --status-header-padding-bottom:204px
    }
}

@media(min-width: 1140px) {
    .menu-opened .statuses-page__header {
        --status-header-img-width:376px
    }
}

@media(min-width: 1628px) {
    .menu-opened .statuses-page__header {
        --status-header-img-width:584px
    }
}

.statuses-page__header-img-wr {
    margin: 0 auto calc(var(--spacings-xl) + 12px);
    width: 180px
}

@media(min-width: 1140px) {
    .statuses-page__header-img-wr {
        left:calc(50% + 92px);
        position: absolute;
        top: 7px;
        width: 300px
    }

    .authorized .statuses-page__header-img-wr {
        top: -7px
    }
}

@media(min-width: 1628px) {
    .statuses-page__header-img-wr {
        left:calc(50% + 120px);
        top: -8px;
        width: 360px
    }

    .authorized .statuses-page__header-img-wr {
        top: -20px
    }
}

.statuses-page__header-title {
    font-size: var(--headings-h1-font-size);
    font-weight: var(--headings-h1-weight);
    line-height: var(--headings-h1-line-height);
    margin-bottom: var(--spacings-2xs)
}

@media(min-width: 1140px) {
    .statuses-page__header-title {
        max-width:500px;
        padding-top: var(--spacings-xl)
    }
}

.statuses-page__header-description {
    color: var(--text-description-a);
    margin-bottom: var(--spacings-xl)
}

.statuses-page__header-description:last-child {
    margin-bottom: 0
}

@media(max-width: 639px) {
    .statuses-page__header-description {
        font-size:14px;
        font-weight: 500;
        line-height: 24px
    }
}

@media(min-width: 640px) {
    .statuses-page__header-description {
        font-size:16px;
        font-weight: 500;
        line-height: 24px
    }
}

@media(min-width: 1140px) {
    .statuses-page__header-description {
        margin-bottom:30px;
        max-width: 500px
    }
}

@media(min-width: 1628px) {
    .statuses-page__header-description {
        max-width:600px
    }

    .authorized .statuses-page__header-description {
        margin-bottom: 50px
    }
}

.authorized .statuses-page__header-btn,.authorized .statuses-page__header-description,.authorized .statuses-page__header-title,.statuses-page__header-description--authorized,.statuses-page__header-title--authorized {
    display: none
}

.authorized .statuses-page__header-description--authorized,.authorized .statuses-page__header-title--authorized {
    display: block
}

.statuses-page__header-btn {
    height: 48px
}

.statuses-page__main {
    padding: 0 var(--spacings-page-paddings)
}

@media(min-width: 640px) {
    .statuses-page__main {
        margin:0 var(--spacings-m)
    }
}

@media(min-width: 1140px) {
    .statuses-page__main {
        margin:0 var(--spacings-page-paddings);
        padding: 0 var(--spacings-m)
    }
}

.statuses-page__block-status {
    background-color: var(--backgrounds-b);
    border-radius: var(--roundings-m);
    margin: -40px 0 var(--spacings-s) 0;
    padding: var(--spacings-xl)
}

.authorized .statuses-page__block-status {
    margin-top: 0
}

@media(min-width: 1140px) {
    .statuses-page__block-status {
        margin-top:-121px;
        position: relative
    }
}

.statuses-page__subtitle {
    font-size: var(--headings-h3-font-size);
    font-weight: var(--headings-h3-weight);
    line-height: var(--headings-h3-line-height)
}

@media(max-width: 1139px) {
    .statuses-page__subtitle {
        margin-bottom:calc(var(--spacings-2xl) + 8px)
    }
}

@media(min-width: 1140px) {
    .statuses-page__subtitle {
        margin-bottom:calc(var(--spacings-l) + var(--spacings-s))
    }
}

.orange {
    color: var(--colors-global-accent-b)
}

.title-1 {
    line-height: 1.2;
    margin-bottom: 70px
}

@media(min-width: 1280px)and (max-width:1579px) {
    .title-1 {
        margin-bottom:20px
    }
}

@media(max-width: 1280px) {
    .title-1 {
        margin-bottom:26px
    }
}

.title-1__text-1 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -.7px;
    margin-bottom: 4px
}

.title-1__text-1:last-child {
    margin-bottom: 0
}

@media(max-width: 1280px) {
    .title-1__text-1 {
        font-size:24px;
        letter-spacing: -.5px
    }
}

@media(max-width: 712px) {
    .title-1__text-1 {
        font-size:18px
    }
}

.title-1__text-2 {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: -1.5px
}

@media(max-width: 1280px) {
    .title-1__text-2 {
        font-size:32px;
        letter-spacing: -1px
    }
}

@media(max-width: 712px) {
    .title-1__text-2 {
        font-size:24px;
        letter-spacing: -.8px
    }
}

.title-2 {
    font-size: 23px;
    font-weight: 600;
    letter-spacing: -.9px;
    line-height: 1.57;
    margin-bottom: 15px
}

@media(max-width: 1280px) {
    .title-2 {
        font-size:18px;
        letter-spacing: -.7px;
        margin-bottom: 19px
    }
}

.title-3 {
    font-size: 23px;
    font-weight: 600;
    letter-spacing: -.9px;
    line-height: 1.57;
    margin-bottom: 15px
}

@media(max-width: 712px) {
    .title-3 {
        font-size:18px;
        letter-spacing: -.7px;
        margin-bottom: 19px
    }
}

.title-4 {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -.2px;
    line-height: 1.11;
    margin-bottom: 36px
}

@media(max-width: 1280px) {
    .title-4 {
        font-size:28px;
        letter-spacing: -.2px;
        margin-bottom: 36px
    }
}

@media(max-width: 712px) {
    .title-4 {
        margin-bottom:30px
    }
}

.title-4__fill {
    display: inline-block
}

.title-5 {
    line-height: 1.3;
    margin-bottom: 30px
}

@media(max-width: 1280px) {
    .title-5 {
        margin-bottom:20px
    }
}

@media(max-width: 712px) {
    .title-5 {
        margin-bottom:10px
    }
}

.title-5__text-1 {
    display: inline-block;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -1.5px
}

@media(max-width: 1280px) {
    .title-5__text-1 {
        font-size:28px;
        letter-spacing: -1.3px
    }
}

@media(max-width: 712px) {
    .title-5__text-1 {
        font-size:18px;
        letter-spacing: -1.1px
    }
}

.title-5__text-2 {
    display: inline-block;
    font-size: 48px;
    font-weight: 900;
    letter-spacing: -1.5px
}

@media(max-width: 1280px) {
    .title-5__text-2 {
        font-size:32px;
        letter-spacing: -1.3px
    }
}

@media(max-width: 712px) {
    .title-5__text-2 {
        font-size:24px;
        letter-spacing: -1.1px
    }
}

.title-5__text-3 {
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -.7px
}

@media(max-width: 1280px) {
    .title-5__text-3 {
        font-size:21px;
        letter-spacing: -.5px
    }
}

@media(max-width: 712px) {
    .title-5__text-3 {
        font-size:18px;
        letter-spacing: -.4px
    }
}

.title-5__text-4 {
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -.7px
}

@media(max-width: 1280px) {
    .title-5__text-4 {
        font-size:21px;
        letter-spacing: -.5px
    }
}

@media(max-width: 712px) {
    .title-5__text-4 {
        font-size:18px;
        letter-spacing: -.4px
    }
}

.title-5__text-5 {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -.7px;
    line-height: 1
}

@media(max-width: 1280px) {
    .title-5__text-5 {
        font-size:16px;
        letter-spacing: -.5px
    }
}

@media(max-width: 712px) {
    .title-5__text-5 {
        font-size:14px;
        letter-spacing: -.4px
    }
}

.title-6 {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: -1.5px;
    line-height: 1.2;
    margin-bottom: 26px
}

@media(max-width: 1280px) {
    .title-6 {
        font-size:32px;
        letter-spacing: -1px;
        margin-bottom: 16px
    }
}

@media(max-width: 712px) {
    .title-6 {
        font-size:24px;
        letter-spacing: -.8px;
        margin-bottom: 10px
    }
}

.title-7 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -.2px;
    line-height: 29px;
    margin-bottom: 40px
}

@media(min-width: 1280px)and (max-width:1579px) {
    .title-7 {
        margin-bottom:30px
    }
}

@media(max-width: 1280px) {
    .title-7 {
        font-size:24px;
        margin-bottom: 20px
    }
}

@media(max-width: 712px) {
    .title-7 {
        font-size:18px;
        letter-spacing: -.1px;
        margin-bottom: 10px
    }
}

.title-8 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -.2px;
    line-height: 1;
    margin-bottom: 20px
}

.text-1 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -.8px;
    line-height: 1.69;
    margin-bottom: 50px;
    padding-top: 14px;
    text-transform: uppercase
}

.text-1 b {
    font-weight: 700
}

@media(min-width: 1280px)and (max-width:1579px) {
    .text-1 {
        font-size:22px;
        margin-bottom: 40px
    }
}

@media(max-width: 1280px) {
    .text-1 {
        font-size:21px;
        letter-spacing: -.6px;
        line-height: 1.52;
        margin-bottom: 40px;
        padding-top: 4px
    }
}

@media(max-width: 712px) {
    .text-1 {
        font-size:16px;
        letter-spacing: -.5px;
        line-height: 1.5;
        margin-bottom: 31px;
        padding-top: 0
    }
}

.text-1--mod-sm {
    font-size: 15px;
    font-weight: 500
}

@media(max-width: 1280px) {
    .text-1--mod-sm {
        font-size:14px
    }
}

@media(max-width: 712px) {
    .text-1--mod-sm {
        font-size:14px
    }
}

.text-1--mod-reset {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: inherit
}

.ul {
    padding: 0
}

.ul,.ul>li {
    margin-bottom: 30px
}

.ul>li {
    font-size: 21px;
    letter-spacing: -.5px;
    line-height: 1.3;
    padding-left: 42px;
    position: relative
}

.ul>li:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHZpZXdCb3g9IjAgMCAxNDEuMiAxMDAiPjx0aXRsZT5BREI2NUQxOS04QUU1LTQ2QjctQTkxQi1GREIwNDExOUNGRjA8L3RpdGxlPjxwYXRoIGQ9Ik0xMzguNCAyLjRRMTM1LjU1IDAgMTMyLjEgMGMtMy40NSAwLTQuNC44LTYuMyAyLjRsLTc4IDc2LjUtMzIuNy0zMi4yYy00LjQtMy45LTguNy0zLjktMTIuNiAwQy44IDQ4LjMgMCA1MC40IDAgNTIuOXMuOCA0LjYgMi41IDYuMmwzOSAzOC4xYzEuOSAxLjggMy45IDIuOCA2IDIuOHM0LjMtLjkgNi43LTIuOGw4NC4zLTgyLjdjMS45LTEuOCAyLjgtMy45IDIuOC02LjJzLTEuMS00LjMtMi45LTUuOSIgc3R5bGU9ImZpbGw6I2YwOTIzNSIvPjwvc3ZnPg==) no-repeat 50%/auto 9px;
    border: 3px solid var(--colors-global-accent-a);
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    height: 27px;
    left: 0;
    position: absolute;
    text-align: center;
    top: -4px;
    width: 27px
}

.ul>li:last-child {
    margin-bottom: 0
}

@media(min-width: 1280px)and (max-width:1579px) {
    .ul li {
        margin-bottom:25px
    }
}

@media(max-width: 1280px) {
    .ul li {
        font-size:18px;
        margin-bottom: 25px;
        padding-left: 37px
    }

    .ul li:last-child {
        margin-bottom: 0
    }
}

@media(max-width: 712px) {
    .ul li {
        margin-bottom:24px
    }
}

.ul-2 {
    margin-bottom: 30px;
    padding: 0
}

.ul-2>li {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 25px;
    padding-left: 33px;
    position: relative
}

.ul-2>li:before {
    background-color: var(--colors-global-accent-a);
    box-sizing: border-box;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 10px
}

.ul-2:last-child,.ul-2>li:last-child {
    margin-bottom: 0
}

@media(max-width: 712px) {
    .ul-2 {
        margin-bottom:20px
    }

    .ul-2>li {
        margin-bottom: 12px;
        padding-left: 20px
    }

    .ul-2:last-child {
        margin-bottom: 0
    }
}

.hor-line {
    border-bottom: 1px solid var(--border-a);
    margin-bottom: 60px
}

@media(max-width: 1280px) {
    .hor-line {
        margin-bottom:20px
    }
}

@media(max-width: 712px) {
    .hor-line {
        margin-bottom:29px
    }
}

.table-1 {
    margin-bottom: 40px;
    width: 100%
}

.table-1 th {
    border-bottom: 2px solid var(--border-a);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.1px;
    line-height: 1;
    padding-bottom: 14px;
    text-align: left;
    vertical-align: top
}

.table-1 th:first-child {
    width: 33.333%
}

.table-1 td {
    border-bottom: 1px solid var(--border-a);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.17;
    padding: 20px 0 18px
}

.table-1 td:first-child {
    padding-right: 10px
}

.table-1 tr:last-child td {
    border-bottom: none
}

@media(max-width: 1280px) {
    .table-1 {
        margin-bottom:25px
    }

    .table-1 th:first-child {
        width: 50%
    }
}

@media(max-width: 712px) {
    .table-1 {
        margin-bottom:25px
    }

    .table-1 th {
        padding: 20px 10px 15px
    }

    .table-1 th:first-child {
        width: 50%
    }

    .table-1 th:last-child {
        background-color: var(--backgrounds-a)
    }

    .table-1 td {
        padding: 20px 10px 15px
    }

    .table-1 td:last-child {
        background-color: var(--backgrounds-a)
    }
}

.table-1__th-hint {
    font-size: 13px;
    margin-top: 2px
}

.table-1__td-currency {
    display: inline-block;
    font-size: 16px
}

.table-promotions {
    margin-bottom: 40px;
    width: 100%
}

.table-promotions th {
    border-bottom: 2px solid var(--border-a);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.1px;
    line-height: 1;
    padding-bottom: 14px;
    text-align: left;
    vertical-align: top
}

.table-promotions th:first-child {
    width: 10%
}

.table-promotions td {
    border-bottom: 1px solid var(--border-a);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.17;
    padding: 20px 0 18px
}

.table-promotions td:first-child {
    padding-right: 10px
}

.table-promotions tr:last-child td {
    border-bottom: none
}

@media(max-width: 1280px) {
    .table-promotions {
        margin-bottom:25px
    }

    .table-promotions th:first-child {
        width: 15%
    }

    .table-promotions td {
        font-size: 14px
    }
}

@media(max-width: 712px) {
    .table-promotions {
        margin-bottom:25px
    }

    .table-promotions th {
        padding: 20px 10px 15px
    }

    .table-promotions th:first-child {
        width: 25%
    }

    .table-promotions th:last-child {
        background-color: var(--backgrounds-a)
    }

    .table-promotions th.not-mobile {
        display: none
    }

    .table-promotions td {
        padding: 20px 10px 15px
    }

    .table-promotions td:last-child {
        background-color: var(--backgrounds-a)
    }

    .table-promotions td.not-mobile {
        display: none
    }
}

.content-winners__table {
    margin-bottom: 50px
}

.content-winners__table-body-cell,.content-winners__table-head-cell {
    align-items: center;
    border-bottom: 2px solid var(--border-a);
    display: flex;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.1px;
    line-height: 1;
    padding: 25px 0
}

.content-winners__table-body-cell>div,.content-winners__table-head-cell>div {
    flex: 0 0 auto
}

.content-winners__table-body-cell>div:first-of-type,.content-winners__table-head-cell>div:first-of-type {
    width: 90px
}

@media(max-width: 712px) {
    .content-winners__table-body-cell>div:first-of-type,.content-winners__table-head-cell>div:first-of-type {
        margin-right:10px;
        padding-left: 10px;
        width: 53px
    }
}

.content-winners__table-body-cell>div:nth-of-type(2),.content-winners__table-head-cell>div:nth-of-type(2) {
    width: 300px
}

@media(max-width: 712px) {
    .content-winners__table-body-cell>div:nth-of-type(2),.content-winners__table-head-cell>div:nth-of-type(2) {
        flex:1 1 auto;
        width: auto
    }
}

.content-winners__table-body-cell>div:nth-of-type(3),.content-winners__table-head-cell>div:nth-of-type(3) {
    width: 260px
}

@media(max-width: 712px) {
    .content-winners__table-body-cell>div:nth-of-type(3),.content-winners__table-head-cell>div:nth-of-type(3) {
        margin-top:20px;
        width: 100%
    }

    .content-winners__table-head-prize {
        display: none
    }
}

.content-winners__table-body-row:last-of-type .content-winners__table-body-cell {
    border-bottom: none
}

.content-winners__table-body-cell {
    border-bottom: 1px solid #4f453b;
    padding: 20px 0
}

@media(max-width: 712px) {
    .content-winners__table-body-cell {
        border-bottom:0;
        flex-wrap: wrap;
        padding-bottom: 0
    }
}

.content-winners__table-body-cell--award-place {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1
}

.content-winners__table-body-cell--user-info {
    align-items: center;
    display: flex
}

.content-winners__table-body-cell--prize {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -.7px;
    line-height: 1
}

@media(max-width: 712px) {
    .content-winners__table-body-cell--prize {
        align-items:center;
        background-color: var(--backgrounds-a);
        display: flex;
        flex-shrink: 0;
        height: 49px;
        padding: 10px 10px 15px 53px;
        width: 100%
    }
}

.content-winners__table-body-cell--prize-point {
    display: none
}

@media(max-width: 712px) {
    .content-winners__table-body-cell--prize-point {
        display:block;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: -.1px;
        line-height: 1;
        margin-right: 10px
    }

    .content-winners__table-body-cell--prize-value {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: -.7px;
        line-height: 1;
        margin-right: 6px
    }
}

.content-winners__table-body-cell--prize-currency {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1;
    text-transform: uppercase
}

.content-winners__table .content-winners__table-body-cell--prize-currency {
    color: inherit;
    font-size: inherit;
    text-transform: none
}

@media(max-width: 712px) {
    .content-winners__table-body-cell--prize-currency {
        color:var(--text-text)
    }
}

.content-winners__table-body-user-avatar {
    align-items: center;
    background-color: var(--backgrounds-a);
    border-radius: 50%;
    display: flex;
    height: 36px;
    justify-content: center;
    margin-right: 10px;
    overflow: hidden;
    width: 36px
}

.content-winners__table-body-user-avatar-letter {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase
}

@media(max-width: 1280px) {
    .content-winners__table-body-user-data {
        display:flex;
        flex-direction: column
    }
}

.content-winners__table-body-user-login {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.1px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.list {
    margin-bottom: 50px;
    padding-right: 50%;
    position: relative
}

.list:last-child {
    margin-bottom: 0
}

@media(max-width: 1579px) {
    .list {
        margin-bottom:35px;
        padding-right: 40%
    }

    .list:last-child {
        margin-bottom: 0
    }
}

@media(max-width: 712px) {
    .list {
        margin-bottom:30px;
        padding-right: 0
    }
}

.list--mod-1 .list__col-1 {
    padding-left: 0
}

.list--mod-1 .list__col-1:before {
    display: none
}

@media(max-width: 712px) {
    .list--mod-1 .list__row {
        display:flex
    }

    .list--mod-1 .list__col-2 {
        margin-left: 0
    }

    .list--mod-1 .list__col-2:before {
        bottom: 7px;
        left: 5px;
        right: 5px
    }

    .list--mod-1 .list__col-3 {
        margin-left: 0
    }
}

.list__img {
    max-height: 100%;
    max-width: 30%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

@media(max-width: 1579px) {
    .list__img {
        max-width:35%
    }
}

@media(max-width: 712px) {
    .list__img {
        display:block;
        margin: 0 auto 22px;
        max-height: 200px;
        max-width: 100%;
        position: static;
        transform: translateZ(0)
    }

    .list__img--bonus {
        height: 200px
    }
}

.list__row {
    display: flex;
    margin-bottom: 20px
}

.list__row:last-child {
    margin-bottom: 0
}

@media(max-width: 1280px) {
    .list__row {
        margin-bottom:16px
    }
}

@media(max-width: 712px) {
    .list__row {
        display:block;
        margin-bottom: 10px
    }

    .list__row:last-child {
        margin-bottom: 0
    }
}

.list__col-1 {
    flex: 0 0 auto;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -.6px;
    line-height: 1.33;
    min-height: 25px;
    padding: 8px 0 0 50px;
    position: relative
}

.list__col-1:before {
    background: url(/img/checkbox-orange.png) no-repeat 50%/auto 10px;
    border: 3px solid var(--colors-global-accent-a);
    border-radius: 50%;
    content: "";
    height: 21px;
    left: 0;
    position: absolute;
    top: 0;
    width: 21px
}

@media(max-width: 1280px) {
    .list__col-1 {
        font-size:18px;
        letter-spacing: -.5px;
        margin-bottom: 3px;
        padding: 5px 0 0 37px
    }
}

@media(max-width: 712px) {
    .list__col-1 {
        margin-bottom:4px;
        padding: 3px 0 0 37px
    }
}

.list__col-2 {
    flex: 1 1 auto;
    position: relative
}

.list__col-2:before {
    border-bottom: 2px dashed var(--border-a);
    bottom: 0;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px
}

@media(max-width: 1280px) {
    .list__col-2:before {
        left:5px;
        right: 5px
    }
}

@media(max-width: 712px) {
    .list__col-2 {
        margin-left:37px
    }

    .list__col-2:before {
        left: 0;
        right: 0
    }
}

.list__col-3 {
    flex: 0 0 auto;
    font-size: 21px;
    letter-spacing: -.6px;
    line-height: 1.33;
    padding-top: 8px
}

@media(max-width: 1280px) {
    .list__col-3 {
        font-size:18px;
        letter-spacing: -.5px;
        padding-top: 5px
    }
}

@media(max-width: 712px) {
    .list__col-3 {
        font-size:18px;
        margin-left: 37px;
        padding-top: 3px
    }
}

.top-banner {
    background: no-repeat 50%/cover;
    background-color: #666;
    height: 310px;
    margin-bottom: 50px;
    padding: 65px 0 40px;
    position: relative
}

.top-banner:before {
    background-color: var(--backgrounds-a);
    content: "";
    height: 100%;
    left: 0;
    opacity: .4;
    position: absolute;
    top: 0;
    width: 100%
}

@media(min-width: 1280px)and (max-width:1579px) {
    .top-banner {
        height:250px;
        margin-bottom: 30px;
        padding: 45px 0 30px
    }
}

@media(max-width: 1280px) {
    .top-banner {
        height:190px;
        margin-bottom: 30px;
        padding: 30px 0
    }
}

@media(max-width: 712px) {
    .top-banner {
        padding:20px 10px
    }
}

.top-banner--no-shadow:before {
    display: none
}

.top-banner__text-1 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -1.2px;
    line-height: 1.3;
    margin-bottom: -5px;
    position: relative
}

@media(max-width: 1280px) {
    .top-banner__text-1 {
        font-size:26px;
        letter-spacing: -.9px;
        margin-bottom: 0
    }
}

@media(max-width: 712px) {
    .top-banner__text-1 {
        font-size:21px;
        letter-spacing: -.7px;
        margin-bottom: -3px
    }
}

.top-banner__text-2 {
    font-size: 52px;
    font-weight: 600;
    letter-spacing: -1.7px;
    line-height: 1.3;
    position: relative
}

@media(max-width: 1280px) {
    .top-banner__text-2 {
        font-size:32px;
        letter-spacing: -1.1px
    }
}

@media(max-width: 712px) {
    .top-banner__text-2 {
        font-size:24px;
        letter-spacing: -.8px
    }
}

.top-banner__text-2--select {
    display: inline-block;
    font-size: 72px
}

@media(max-width: 1280px) {
    .top-banner__text-2--select {
        font-size:52px
    }
}

@media(max-width: 712px) {
    .top-banner__text-2--select {
        font-size:44px
    }

    .top-banner__center-block {
        padding: 0;
        width: auto
    }
}

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

.accordion-1 {
    counter-reset: item2
}

.accordion-1__item {
    background-color: var(--backgrounds-b);
    border-radius: var(--roundings-s);
    counter-increment: item;
    margin-bottom: 8px;
    padding: var(--spacings-xl);
    transition: background-color .2s ease-out
}

.accordion-1__item+.title-7 {
    margin-top: 50px
}

@media(max-width: 1280px) {
    .accordion-1__item+.title-7 {
        margin-top:30px
    }
}

@media(max-width: 712px) {
    .accordion-1__item+.title-7 {
        margin-top:20px
    }
}

.accordion-1__item:last-child {
    margin-bottom: 0
}

.no-touch .accordion-1__item:not(.open):hover {
    background-color: var(--backgrounds-c)
}

.accordion-1__item-header {
    align-items: center;
    border-radius: var(--roundings-s);
    cursor: pointer;
    display: flex;
    gap: var(--spacings-3xs);
    margin: calc(var(--spacings-xl)*-1);
    padding: var(--spacings-xl);
    position: relative
}

.accordion-1__item-header:before {
    content: counter(item);
    display: block;
    flex: var(--number-list) 0 0
}

.accordion-1__item-header-text,.accordion-1__item-header:before {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}

.bonus-faq .accordion-1__item-header-text {
    font-size: var(--headings-h3-font-size);
    font-weight: var(--headings-h3-weight);
    line-height: var(--headings-h3-line-height)
}

.accordion-1__item-header-button {
    background-color: var(--buttons-secondary-a-bg-default);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath fill-rule='evenodd' d='M4.293 7.293a1 1 0 0 0 0 1.414L10 14.414l5.707-5.707a1 1 0 0 0-1.414-1.414L10 11.586 5.707 7.293a1 1 0 0 0-1.414 0' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 20px auto;
    border-radius: var(--buttons-s-radius);
    box-shadow: var(--inner-shadow);
    display: block!important;
    flex-shrink: 0;
    height: 36px;
    margin-left: auto;
    transition: background-color .2s ease-out;
    width: 36px
}

@media(min-width: 1140px) {
    .accordion-1__item-header-button {
        height:40px;
        width: 40px
    }
}

.open .accordion-1__item-header-button {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath fill-rule='evenodd' d='M4.293 13.121a1 1 0 0 1 0-1.414L10 6l5.707 5.707a1 1 0 0 1-1.414 1.414L10 8.828l-4.293 4.293a1 1 0 0 1-1.414 0' clip-rule='evenodd'/%3E%3C/svg%3E")
}

.no-touch .accordion-1__item-header-button:hover {
    background-color: var(--buttons-secondary-a-bg-hover)
}

.accordion-1__item-cont {
    display: none;
    position: relative
}

.accordion-1__item-cont-inner {
    margin-top: var(--spacings-xs)
}

.promo-promotion__other-block .accordion-1__item-cont-inner {
    margin-top: 0
}

.accordion-1__item-cont-inner>.accordion-1__list {
    counter-reset: item2
}

.accordion-1__item-cont-inner>.accordion-1__list>li {
    counter-increment: item2;
    padding-left: calc(var(--number-list) + var(--spacings-3xs))
}

.accordion-1__item-cont-inner>.accordion-1__list>li:before {
    background: none;
    content: counter(item) "." counter(item2);
    height: unset;
    top: 0;
    width: unset
}

.trusted-user .accordion-1__item-cont-inner>.accordion-1__list>li.terms-element--untrusted,.untrusted-user .accordion-1__item-cont-inner>.accordion-1__list>li.terms-element--trusted {
    display: none
}

.accordion-1__item-cont-inner>.accordion-1__list>li>.accordion-1__list {
    counter-reset: item3
}

.accordion-1__item-cont-inner>.accordion-1__list>li>.accordion-1__list>li {
    counter-increment: item3;
    padding-left: calc(var(--number-list) + var(--spacings-3xs))
}

@media(max-width: 1139px) {
    .accordion-1__item-cont-inner>.accordion-1__list>li>.accordion-1__list>li {
        padding-left:calc(var(--number-list) + var(--spacings-3xs) + 10px)
    }
}

.accordion-1__item-cont-inner>.accordion-1__list>li>.accordion-1__list>li:before {
    background: none;
    content: counter(item) "." counter(item2) "." counter(item3);
    height: unset;
    top: 0;
    width: unset
}

.accordion-1__item-cont-inner>.accordion-1__list>li>.accordion-1__list>li:last-child {
    margin-bottom: 0
}

.accordion-1__item-cont-inner>.accordion-1__list>li .ul-2 {
    margin-top: 32px
}

.accordion-1__item-cont-inner ul ol,.accordion-1__item-cont-inner ul ul {
    margin-top: 16px
}

.accordion-1__item-cont-inner ol {
    margin-bottom: 12px
}

.accordion-1__item-cont-inner ol li {
    counter-increment: item10;
    padding-left: 48px
}

.accordion-1__item-cont-inner ol li:before {
    content: counter(item10) "."
}

.accordion-1__item-cont-inner ul {
    margin-bottom: 12px
}

.accordion-1__item-cont-inner ul li {
    padding-left: 24px
}

.accordion-1__item-cont-inner ul li:before {
    background: var(--gradient-tokens-backgrounds-k);
    border-radius: 50%;
    content: "";
    height: 8px;
    top: 10px;
    width: 8px
}

.accordion-1__item-cont-inner ol+p,.accordion-1__item-cont-inner ul+p {
    margin-top: 24px
}

.policy-page .accordion-1__item-cont-inner ul li:before {
    height: 4px;
    width: 4px
}

.policy-page .accordion-1__item-cont-inner ol li {
    padding-left: calc(var(--number-list) + var(--spacings-3xs))
}

.accordion-1__item-cont-inner li {
    color: var(--text-description-b);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 12px;
    padding-left: 39px;
    position: relative
}

.accordion-1__item-cont-inner li:before {
    font-size: 14px;
    font-weight: 500;
    left: 0;
    line-height: 24px;
    position: absolute;
    top: 0
}

.accordion-1__item-cont-inner li:last-child {
    margin-bottom: 0
}

.accordion-1__item-cont-inner li ol>li {
    padding-left: 43px
}

.accordion-1__item-cont-inner li ol>li:before {
    left: 0
}

@media(min-width: 1140px) {
    .accordion-1__item-cont-inner li ol>li {
        padding-left:52px
    }
}

.accordion-1__item-cont-inner li .link-list {
    margin-top: 0
}

.accordion-1__item-cont-inner li .link-list__item {
    margin-bottom: 0;
    padding-left: 0
}

.accordion-1__item-cont-inner li .link-list__item:before {
    display: none
}

@media(min-width: 1140px) {
    .accordion-1__item-cont-inner li {
        padding-left:96px
    }
}

@media(min-width: 1628px) {
    .accordion-1__item-cont-inner li {
        padding-left:104px
    }
}

.promo-event .accordion-1__item-cont-inner li,.promo-event .accordion-1__item-cont-inner li:before {
    color: var(--text-description-a);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}

.help-center__page .accordion-1__item-cont-inner {
    padding: 40px 40px 40px 0
}

@media(min-width: 1140px) {
    .accordion-1__item-cont-inner--steps {
        padding-right:0
    }
}

.accordion-1__item-cont-text,.accordion-1__list {
    color: var(--text-description-b);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px
}

.accordion-1__item-cont-text b,.accordion-1__list b {
    color: var(--text-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}

.accordion-1__item-cont-text p,.accordion-1__list p {
    margin-bottom: 12px
}

@media(min-width: 1140px) {
    .policy-page .accordion-1__item-cont-text,.policy-page .accordion-1__list {
        padding-left:48px
    }
}

@media(min-width: 1628px) {
    .policy-page .accordion-1__item-cont-text,.policy-page .accordion-1__list {
        padding-left:52px
    }
}

.policy-page .accordion-1__item-cont-text .accordion-1__list,.policy-page .accordion-1__list .accordion-1__list {
    padding-left: 0
}

.accordion-1__item-cont-text li>span,.accordion-1__list li>span {
    padding-bottom: var(--spacings-3xs)
}

.accordion-1__item-cont-title {
    padding-top: 12px
}

@media(min-width: 640px) {
    .accordion-1__item-steps {
        display:grid;
        gap: 20px;
        grid-template-columns: repeat(2,1fr)
    }
}

@media(min-width: 1140px) {
    .accordion-1__item-steps {
        grid-template-columns:1fr
    }
}

@media(min-width: 1628px) {
    .accordion-1__item-steps {
        gap:32px 28px;
        grid-template-columns: repeat(2,1fr)
    }
}

.accordion-1__item-step {
    background-color: var(--gray-500-p-6);
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 16px
}

.accordion-1__item-step:last-child {
    margin-bottom: 0
}

@media(min-width: 640px) {
    .accordion-1__item-step {
        display:flex;
        flex-direction: column;
        margin-bottom: 0
    }
}

@media(min-width: 1140px) {
    .accordion-1__item-step {
        border-radius:24px;
        padding: 24px
    }
}

.accordion-1__item-step-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 16px
}

@media(min-width: 1140px) {
    .accordion-1__item-step-title {
        font-size:18px;
        line-height: 24px;
        margin-bottom: 24px
    }
}

.accordion-1__item-step-subtitle {
    color: var(--gray-400);
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 16px
}

@media(min-width: 640px) {
    .accordion-1__item-step-subtitle {
        flex:1
    }
}

@media(min-width: 1140px) {
    .accordion-1__item-step-subtitle {
        font-size:14px;
        margin-bottom: 24px
    }
}

.accordion-1__item-step-img {
    border-radius: 16px
}

@media(min-width: 640px) {
    .accordion-1__item-step-img {
        min-height:150px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media(min-width: 1140px) {
    .accordion-1__item-step-img {
        min-height:270px
    }
}

@media(min-width: 1628px) {
    .accordion-1__item-step-img {
        min-height:280px
    }
}

.accordion-1__item-image {
    height: 24px;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px
}

.accordion-1__item-cont-title {
    color: var(--black-500);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 12px
}

.accordion-1__item-cont-list {
    display: grid;
    row-gap: 8px
}

.accordion-1__item-cont-subtitle {
    margin-bottom: 8px
}

.accordion-1__item-cont-item {
    position: relative
}

.help-center__page .accordion-1__item-cont-item {
    margin: 0;
    padding: 0 0 0 21px
}

.accordion-1__item-cont-item:after {
    background-color: var(--gray-500);
    border-radius: 50%;
    content: "";
    height: 3px;
    left: 10px;
    position: absolute;
    top: 12px;
    width: 3px
}

.help-center__page .accordion-1__item-cont-item,.help-center__page .accordion-1__item-cont-subtitle {
    color: var(--gray-500);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px
}

.static-page.is-restricred {
    overflow: hidden
}

@media(min-width: 1628px) {
    .static-page {
        margin:0 auto;
        max-width: calc(var(--main-container-max-width) + var(--spacings-page-paddings)*2)
    }
}

.static-page__loading {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    width: 100%
}

.static-page__loading .main-preloader__inner {
    left: auto;
    position: relative;
    top: auto;
    transform: translateZ(0)
}

.static-page__top {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 12px
}

@media(min-width: 640px) {
    .static-page__top {
        margin-bottom:16px
    }
}

@media(min-width: 1140px) {
    .static-page__top {
        margin-bottom:24px
    }
}

.static-page__top-link,.static-page__top-link-arrow {
    align-items: center;
    display: flex
}

.static-page__top-link-arrow {
    background-color: var(--gray-500-p-08);
    border-radius: 50%;
    height: 32px;
    justify-content: center;
    margin-right: 8px;
    width: 32px
}

.static-page__top-link-arrow:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 12'%3E%3Cpath fill='%2338445b' fill-rule='evenodd' d='M7.157.293a1.01 1.01 0 0 0-1.421 0L0 6l5.736 5.707a1.01 1.01 0 0 0 1.421 0 .996.996 0 0 0 0-1.414L3.847 7h12.148C16.55 7 17 6.552 17 6s-.45-1-1.005-1H3.848l3.31-3.293a.996.996 0 0 0 0-1.414Z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50% 50%;
    background-size: contain;
    content: "";
    display: block;
    height: 12px;
    width: 17px
}

@media(min-width: 640px) {
    .static-page__top-link-arrow {
        height:36px;
        margin-right: 12px;
        width: 36px
    }
}

.static-page__top-link-text {
    color: var(--black-500);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33
}

@media(min-width: 640px) {
    .static-page__top-link-text {
        font-size:24px
    }
}

@media(min-width: 1140px) {
    .static-page__top-link-text {
        line-height:1.28
    }
}

.static-page__content {
    margin-bottom: var(--spacings-l);
    padding: 0 var(--spacings-page-paddings);
    position: relative
}

.policy-page .static-page__content,.privacy-policy-page .static-page__content,.terms-use-page .static-page__content {
    margin-top: var(--spacings-l)
}

.static-page__content-header {
    background: var(--backgrounds-b);
    border-radius: var(--roundings-m);
    container-name: static-page-header;
    container-type: inline-size;
    margin: var(--spacings-l) -16px -32px;
    min-height: 372px;
    padding-bottom: 70px;
    padding-top: var(--spacings-xl);
    position: relative;
    width: calc(100% + 32px)
}

@media(min-width: 640px)and (max-width:1139px) {
    .static-page__content-header {
        min-height:242px
    }
}

@media(min-width: 640px) {
    .static-page__content-header {
        margin:var(--spacings-l) 0 -50px;
        width: 100%
    }
}

@media(min-width: 1140px) {
    .static-page__content-header {
        margin-bottom:-60px;
        min-height: 260px;
        padding: var(--spacings-l) 410px 60px var(--spacings-3xl)
    }
}

@media(min-width: 1140px)and (max-width:1627px) {
    .static-page__content-header {
        display:flex;
        flex-direction: column;
        justify-content: center
    }
}

@media(min-width: 1628px) {
    .static-page__content-header {
        margin-bottom:-80px;
        min-height: 320px;
        padding: var(--spacings-xl) 599px 50px var(--spacings-3xl)
    }
}

@media(min-width: 1140px) {
    .about-page .static-page__content-header,.risk-warning-page .static-page__content-header {
        padding:var(--spacings-2xl) 410px 60px var(--spacings-3xl)
    }
}

@media(min-width: 1628px) {
    .about-page .static-page__content-header,.risk-warning-page .static-page__content-header {
        padding:var(--spacings-xl) 599px 70px var(--spacings-3xl)
    }
}

.static-page__content-bg {
    background-image: url(/wp-content/uploads/2025/12/fon-res-scaled.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--roundings-m);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.no-webp .static-page__content-bg {
    background-image: url(./bg.CSXAaFOp.jpg)
}

.static-page__content-img {
    background-image: url(./img_desk_tablet.DP2l35sW.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 180px;
    margin: 0 auto var(--spacings-l);
    position: relative;
    width: 180px
}

@media(min-width: 1140px) {
    .static-page__content-img {
        height:240px;
        margin: 0;
        position: absolute;
        right: 94px;
        top: calc(50% - 60px + var(--spacings-xl));
        transform: translateY(-50%);
        width: 240px
    }
}

@media(min-width: 1628px) {
    .static-page__content-img {
        height:290px;
        position: absolute;
        right: 163px;
        width: 290px
    }
}

.about-page .static-page__content-img {
    background-image: url(./about-us-main-img.DlZ5XsQX.webp)
}

.no-webp .about-page .static-page__content-img {
    background-image: url(./about-us-main-img.BhJqa-BA.png)
}

.antilock-page .static-page__content-img {
    background-image: url(/wp-content/uploads/2025/12/antilock-main.webp)
}

.no-webp .antilock-page .static-page__content-img {
    background-image: url(./antilock-main-img.ypR9viWU.png)
}

.contacts-page .static-page__content-img {
    background-image: url(./contacts-main-img.B22oNsFR.webp)
}

.no-webp .contacts-page .static-page__content-img {
    background-image: url(./contacts-main-img.wZOz-J4Q.png)
}

.risk-warning-page .static-page__content-img {
    background-image: url(/wp-content/uploads/2025/12/img-res.webp)
}

.no-webp .risk-warning-page .static-page__content-img {
    background-image: url(./risk-warning-main-img.C2xrelEO.png)
}

.static-page__content-title {
    color: var(--colors-base-white_b);
    font-size: var(--headings-h1-font-size);
    font-weight: var(--headings-h1-weight);
    line-height: var(--headings-h1-line-height);
    padding: 0 var(--spacings-l);
    position: relative;
    text-align: center;
    z-index: 1
}

@media(min-width: 1140px) {
    .static-page__content-title {
        max-width:590px;
        padding: var(--spacings-xl) 0 0;
        text-align: left
    }
}

@media(min-width: 1628px) {
    .static-page__content-title {
        max-width:853px
    }
}

.static-page__content-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: var(--spacings-s) var(--spacings-l) var(--spacings-xl);
    position: relative;
    text-align: center;
    z-index: 1
}

@media(min-width: 1140px) {
    .static-page__content-text {
        max-width:590px;
        padding: var(--spacings-s) 0 calc(var(--spacings-xl)*2);
        text-align: left
    }
}

@media(min-width: 1628px) {
    .static-page__content-text {
        max-width:853px;
        padding-bottom: calc(var(--spacings-xl)*2)
    }
}

@container static-page-header (min-width: 600px) {
    @media(min-width: 1140px)and (max-width:1627px) {
        .static-page__content-img {
            left:calc(50% + 325px);
            transform: translate(-50%) translateY(-50%)
        }
    }
}

.contacts-page__tabs-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.66;
    margin-bottom: 20px
}

@media(min-width: 1140px) {
    .contacts-page__tabs-title {
        font-size:14px;
        line-height: 1.42;
        margin-bottom: 24px;
        text-align: center
    }
}

.contacts-page .contacts-page__tabs-title {
    display: none
}

@media(min-width: 640px) {
    .contacts-page__tabs-wr {
        margin:0 var(--spacings-page-paddings)
    }
}

@media(min-width: 1140px) {
    .contacts-page__tabs-wr {
        display:flex;
        flex-wrap: wrap;
        gap: var(--spacings-s)
    }
}

@media(max-width: 1139px) {
    .contacts-page__tab {
        width:100%
    }
}

@media(min-width: 1140px) {
    .contacts-page__tab {
        flex:1 1 320px
    }
}

.contacts-page__tab+.contacts-page__tab {
    margin-top: var(--spacings-s)
}

@media(min-width: 1140px) {
    .contacts-page__tab+.contacts-page__tab {
        margin-top:0
    }
}

.contacts-page__tab-link {
    background-color: var(--backgrounds-b);
    border-radius: var(--roundings-s);
    box-shadow: var(--inner-shadow);
    display: flex;
    gap: var(--spacings-l);
    height: 100%;
    min-height: 80px;
    padding: var(--spacings-xl);
    position: relative;
    width: 100%
}

@media(min-width: 1140px) {
    .contacts-page__tab-link {
        padding:var(--spacings-l) var(--spacings-xl)
    }
}

.no-touch .contacts-page__tab-link:hover {
    background-color: var(--backgrounds-c)
}

.contacts-page__tab-ic {
    height: 48px;
    margin: auto 0;
    width: 48px
}

.contacts-page__tab-ic:before {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 48px;
    width: 48px
}

.contacts-page__tab-ic.icon-chat {
    width: 52px
}

.contacts-page__tab-ic.icon-chat:before {
    background-image: url(./chat-icon.D4u6TpAV.webp);
    width: 52px
}

.no-webp .contacts-page__tab-ic.icon-chat:before {
    background-image: url(./chat-icon.prYVZjRg.png)
}

.contacts-page__tab-ic.icon-mail:before {
    background-image: url(./email-icon.BqMeD7_C.webp)
}

.no-webp .contacts-page__tab-ic.icon-mail:before {
    background-image: url(./email-icon.tAbp9SQE.png)
}

.contacts-page__tab-ic.icon-tg:before {
    background-image: url(./tg-icon.BevHi7nw.webp)
}

.no-webp .contacts-page__tab-ic.icon-tg:before {
    background-image: url(./tg-icon.R3z74fSu.png)
}

.contacts-page__tab-content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 24px;
    width: 100%
}

.contacts-page__tab-name {
    color: var(--text-text);
    font-size: var(--headings-h3-font-size);
    font-weight: var(--headings-h3-weight);
    line-height: var(--headings-h3-line-height)
}

.contacts-page__tab-text {
    color: var(--link-default);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.contacts-page__tab-arrow {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 12'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M.277.293a1.04 1.04 0 0 0 0 1.414L4.33 6 .277 10.293a1.04 1.04 0 0 0 0 1.414c.368.39.966.39 1.335 0L7 6 1.612.293a.907.907 0 0 0-1.335 0' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat 100% 50%;
    background-size: contain;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px
}

@media(min-width: 1140px) {
    .contacts-page__tab-arrow {
        right:31px
    }
}

.static-page__cols {
    position: relative
}

@media(min-width: 1140px) {
    .about-page .static-page__cols {
        display:flex;
        gap: var(--spacings-s);
        padding: 0 var(--spacings-page-paddings)
    }

    .about-page .static-page__col {
        width: 50%
    }
}

@media(max-width: 1139px) {
    .about-page .static-page__col+.static-page__col {
        margin-top:var(--spacings-s)
    }
}

.about-page .static-page__item-image {
    height: 100px;
    width: 100px
}

@media(max-width: 639px) {
    .about-page .static-page__item-image {
        margin-bottom:var(--spacings-m)
    }
}

@media(min-width: 1140px) {
    .menu-opened .about-page .static-page__item-image {
        margin-bottom:var(--spacings-m)
    }
}

@media(min-width: 1628px) {
    .menu-opened .about-page .static-page__item-image {
        margin-bottom:0
    }
}

.static-page__item {
    background: var(--backgrounds-b);
    border-radius: var(--roundings-s);
    padding: var(--spacings-xl)
}

.static-page__item+.static-page__item {
    margin-top: var(--spacings-s)
}

@media(min-width: 1140px) {
    .about-page .static-page__item:first-child {
        margin:0
    }
}

@media(min-width: 640px) {
    .static-page__item {
        margin:0 var(--spacings-page-paddings)
    }
}

.about-page .static-page__item {
    background: var(--backgrounds-c);
    border-top: 1px solid var(--border-a)
}

@media(min-width: 640px) {
    .about-page .static-page__item {
        display:flex;
        gap: var(--spacings-m)
    }
}

@media(min-width: 1140px) {
    .about-page .static-page__item {
        margin:var(--spacings-s) 0 0
    }

    .menu-opened .about-page .static-page__item {
        display: block
    }
}

@media(min-width: 1628px) {
    .menu-opened .about-page .static-page__item {
        display:flex
    }
}

.terms-use-page .static-page__item {
    margin-left: 0;
    margin-right: 0
}

.static-page__item-title {
    font-size: var(--headings-h2-font-size);
    font-weight: var(--headings-h2-weight);
    line-height: var(--headings-h2-line-height);
    padding-bottom: var(--spacings-s)
}

.static-page__item-title span {
    color: var(--link-default)
}

@media(min-width: 1140px) {
    .static-page__item-title {
        padding-bottom:var(--spacings-m)
    }
}

.about-page .static-page__item-title span {
    padding-right: 8px
}

.about-page .static-page__item-title,.terms-use-page .static-page__item-title {
    padding-bottom: var(--spacings-s)
}

.about-page .static-page__item-title,.risk-warning-page .static-page__item-title,.terms-use-page .static-page__item-title {
    font-size: var(--headings-h3-font-size);
    font-weight: var(--headings-h3-weight);
    line-height: var(--headings-h3-line-height)
}

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

.static-page__item-text:not(:last-child) {
    margin-bottom: 12px
}

.antilock-page .static-page__item-text:not(:last-child) {
    margin-bottom: var(--spacings-m)
}

.static-page__item-text b {
    color: var(--text-text);
    font-size: var(--headings-h3-font-size);
    font-weight: var(--headings-h3-weight);
    line-height: var(--headings-h3-line-height)
}

.static-page__item-text p {
    margin-bottom: var(--spacings-xs)
}

.about-page .static-page__item-text p {
    margin-bottom: 8px
}

.risk-warning-page .static-page__item-text p {
    margin-bottom: 12px
}

.static-page__item-text p:last-child {
    margin-bottom: 0
}

.static-page__item-text ul {
    margin-bottom: 12px
}

.static-page__item-text ul:last-child {
    margin-bottom: 0
}

.static-page__item-text li {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding-left: 28px;
    position: relative
}

.static-page__item-text li+li {
    margin-top: 12px
}

.about-page .static-page__item-text li+li {
    margin-top: 0
}

.static-page__item-text li:before {
    background: var(--gradient-tokens-backgrounds-k);
    border-radius: 50%;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 8px
}

.about-page .static-page__item-text li {
    padding-left: 12px
}

.about-page .static-page__item-text li b {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px
}

.about-page .static-page__item-text li:before {
    background: var(--text-description-b);
    height: 4px;
    top: 10px;
    width: 4px
}

.risk-warning-page .static-page__item-text ol {
    margin-bottom: 12px
}

.static-page__item-text ol li {
    color: var(--text-description-b);
    counter-increment: item;
    padding-left: calc(var(--number-list) + var(--spacings-3xs))
}

.static-page__item-text ol li:before {
    background: none;
    content: counter(item);
    font-size: 14px;
    font-weight: 500;
    height: auto;
    left: 0;
    line-height: 24px;
    top: 0;
    width: auto
}

.static-page__item-text ol li+.static-page__item-text ol li {
    margin-top: 12px
}

@media(min-width: 1140px) {
    .static-page__item-text--three-columns {
        display:grid;
        grid-template-columns: repeat(3,1fr);
        grid-column-gap: var(--spacings-xl)
    }

    .static-page__item-text--three-columns p {
        grid-row: 1
    }
}

.static-page__item-text--three-columns li {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px
}

.about-page .static-page__item-text,.terms-use-page .static-page__item-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.terms-use-page .static-page__item-text p {
    color: var(--text-description-a);
    margin-bottom: var(--spacings-s)
}

.risk-warning-page .static-page__item-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}

a.static-page__item-button {
    background: var(--buttons-secondary-a-bg-default);
    border-radius: var(--buttons-s-radius);
    box-shadow: var(--inner-shadow);
    color: var(--buttons-secondary-a-text-default);
    display: inline-block;
    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
}

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

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

.privacy-policy-page__items {
    background: var(--backgrounds-b);
    border-radius: var(--roundings-s);
    counter-reset: item;
    padding: var(--spacings-xl)
}

.privacy-policy-page__item {
    counter-increment: item;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding-left: calc(var(--number-list) + var(--spacings-3xs));
    position: relative
}

.privacy-policy-page__item:before {
    content: counter(item);
    left: 0;
    position: absolute;
    top: 0
}

.privacy-policy-page__item+.privacy-policy-page__item,.privacy-policy-page__item>ul {
    margin-top: var(--spacings-xs)
}

.privacy-policy-page__item>ol {
    counter-reset: item2;
    margin-left: -40px;
    margin-top: var(--spacings-xs)
}

.privacy-policy-page__item>ol>li {
    counter-increment: item2;
    padding-left: calc(var(--number-list) + var(--spacings-3xs))
}

.privacy-policy-page__item>ol>li:before {
    background: none;
    color: var(--text-text);
    content: counter(item) "." counter(item2);
    font-size: 16px;
    font-weight: 400;
    left: 0;
    line-height: 28px;
    position: absolute;
    top: 0
}

@media(min-width: 1140px) {
    .privacy-policy-page__item>ol>li:before {
        left:52px
    }
}

.privacy-policy-page__item>ol>li>ul {
    margin: var(--spacings-xs) 0
}

.privacy-policy-page__item>ol>li .ul-2 {
    margin-top: 12px
}

.privacy-policy-page__item>ol>li .ul-2 li {
    color: var(--text-description-b);
    margin-bottom: 12px;
    padding-left: 24px
}

.privacy-policy-page__item>ol>li .ul-2 li:before {
    border-radius: 50%;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 4px
}

@media(min-width: 1140px) {
    .privacy-policy-page__item>ol>li .ul-2 li:before {
        top:10px
    }
}

.privacy-policy-page__item>ol>li>b {
    color: var(--text-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}

@media(min-width: 1140px) {
    .privacy-policy-page__item>ol>li {
        padding-left:104px
    }

    .privacy-policy-page__item>ol {
        margin-left: -52px
    }
}

.privacy-policy-page__item li {
    color: var(--text-description-a);
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative
}

.privacy-policy-page__item li:before {
    background: var(--gradient-tokens-backgrounds-k);
    border-radius: 50%;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 8px
}

@media(min-width: 1140px) {
    .privacy-policy-page__item li:before {
        left:2px;
        top: 10px
    }
}

.privacy-policy-page__item li:last-child {
    margin-bottom: 0
}

.privacy-policy-page__item p {
    color: var(--text-description-a);
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 12px
}

.privacy-policy-page__item p:last-child {
    margin-bottom: 0
}

.privacy-policy-page__item p b {
    color: var(--text-text-accent);
    font-weight: 500
}

.app-page__wrapper {
    padding: 0 var(--spacings-xl)
}

.app-page__download {
    background-color: var(--backgrounds-b);
    border-radius: var(--roundings-m);
    margin-top: var(--spacings-l);
    padding-bottom: 86px;
    padding-top: var(--spacings-xl);
    position: relative;
    z-index: 1
}

@media(max-width: 639px) {
    .app-page__download {
        margin-bottom:-32px
    }
}

@media(min-width: 640px) {
    .app-page__download {
        margin-bottom:-32px;
        min-height: 440px;
        padding: 20px 32px 86px
    }
}

@media(min-width: 1140px) {
    .app-page__download {
        display:flex;
        margin-bottom: -60px;
        min-height: 328px;
        padding: var(--spacings-xl) calc(var(--spacings-xl) + var(--spacings-m)) 60px
    }
}

@media(min-width: 1628px) {
    .app-page__download {
        margin-bottom:-80px;
        min-height: 390px;
        padding: 30px 50px 100px
    }
}

.app-page__download-background {
    background-image: url(./bg.B5k0zj7F.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--roundings-m);
    inset: 0 -16px;
    overflow: hidden;
    position: absolute;
    z-index: 1
}

.no-webp .app-page__download-background {
    background-image: url(./bg.CSXAaFOp.jpg)
}

@media(min-width: 640px) {
    .app-page__download-background {
        left:0;
        right: 0
    }
}

@media(min-width: 1140px) {
    .app-page__download-content {
        display:flex;
        justify-content: space-between;
        max-width: 1440px;
        width: 100%
    }
}

@media(min-width: 1628px) {
    .app-page__download-content {
        max-width:1308px
    }
}

.app-page__download-images {
    height: 180px;
    margin: 0 auto var(--spacings-xl);
    max-width: 343px;
    position: relative;
    width: 100%;
    z-index: 2
}

@media(min-width: 1140px) {
    .app-page__download-images {
        flex:1 0 0
    }
}

@media(min-width: 1628px) {
    .app-page__download-images {
        flex:unset;
        flex-shrink: 0;
        width: 539px
    }
}

.app-page__download-picture {
    aspect-ratio: 1/1;
    background-image: url(./app-page-img.C0fOKe_k.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 2px;
    left: 50%;
    margin: 0 auto;
    max-width: 180px;
    position: absolute;
    transform: translate(-50%);
    width: 100%
}

.no-webp .app-page__download-picture {
    background-image: url(./app-page-img.yk2i_h5Z.png)
}

@media(min-width: 640px) {
    .app-page__download-picture {
        aspect-ratio:1/1;
        max-width: 180px;
        transform: translate(-72%)
    }
}

@media(min-width: 1140px) {
    .app-page__download-picture {
        bottom:50%;
        max-width: 300px;
        transform: translate(-60%,57%)
    }
}

@media(min-width: 1628px) {
    .app-page__download-picture {
        max-width:none;
        transform: translate(-64%,61%);
        width: 360px
    }
}

.app-page__download-qr-code {
    display: none
}

@media(min-width: 640px) {
    .app-page__download-qr-code {
        align-items:center;
        background: var(--backgrounds-g);
        border-radius: var(--roundings-xs);
        bottom: 33px;
        box-shadow: -19px 11px 25px #0000005e;
        display: flex;
        height: 130px;
        justify-content: center;
        left: 50%;
        position: absolute;
        transform: translate(.5%,5%);
        width: 130px
    }

    .app-page__download-qr-code img {
        aspect-ratio: 1/1;
        display: block;
        -o-object-fit: contain;
        object-fit: contain;
        width: 86.67%
    }
}

@media(min-width: 640px)and (min-width:1140px) {
    .app-page__download-qr-code {
        bottom:50%;
        height: 160px;
        transform: translate(13%,62%);
        width: 160px
    }
}

@media(min-width: 640px)and (min-width:1628px) {
    .app-page__download-qr-code {
        height:210px;
        transform: translate(13%,68%);
        width: 210px
    }
}

.app-page__download-wr {
    position: relative;
    z-index: 2
}

@media(min-width: 1140px) {
    .app-page__download-wr {
        flex:1 0 0;
        max-width: 50%;
        order: -1;
        padding: var(--spacings-xl) 0
    }
}

@media(min-width: 1628px) {
    .app-page__download-wr {
        max-width:61%
    }
}

.app-page__download-title {
    font-size: var(--headings-h1-font-size);
    font-weight: var(--headings-h1-weight);
    line-height: var(--headings-h1-line-height);
    margin-bottom: 4px;
    text-align: center;
    text-wrap: balance
}

@media(min-width: 640px) {
    .app-page__download-title {
        margin-bottom:8px;
        text-wrap: wrap
    }
}

@media(min-width: 1140px) {
    .app-page__download-title {
        margin-bottom:8px;
        text-align: left
    }
}

@media(min-width: 1628px) {
    .app-page__download-title {
        margin-bottom:8px;
        max-width: 704px
    }
}

.app-page__download-subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 16px;
    text-align: center
}

@media(min-width: 640px) {
    .app-page__download-subtitle {
        margin-bottom:20px
    }
}

@media(min-width: 1140px) {
    .app-page__download-subtitle {
        margin-bottom:16px;
        text-align: left
    }
}

@media(min-width: 1628px) {
    .app-page__download-subtitle {
        margin-bottom:16px
    }
}

.app-page__download-button {
    display: flex;
    gap: 8px;
    justify-content: center;
    min-height: 48px;
    width: 100%
}

.app-page__download-button:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 21 20'%3E%3Cpath fill-rule='evenodd' d='M10.252 0c.535 0 .968.433.968.968v10.918l.008-.009c.272-.32.538-.66.787-.977l.058-.073c.248-.316.509-.648.711-.856a.968.968 0 1 1 1.388 1.349 11 11 0 0 0-.577.702l-.06.078c-.246.312-.534.679-.83 1.028a9.5 9.5 0 0 1-1.029 1.067 3.4 3.4 0 0 1-.595.417 1.77 1.77 0 0 1-.829.227c-.333 0-.62-.115-.828-.227a3.4 3.4 0 0 1-.595-.417A9.5 9.5 0 0 1 7.8 13.128c-.296-.35-.584-.716-.83-1.028l-.06-.078c-.275-.35-.463-.585-.577-.702A.968.968 0 0 1 7.72 9.97a12 12 0 0 1 .769.93c.249.317.515.656.787.977l.008.01V.966c0-.534.433-.967.967-.967ZM.253 19.032c0-.534.433-.968.967-.968h18.065a.968.968 0 0 1 0 1.936H1.22a.97.97 0 0 1-.967-.968' clip-rule='evenodd'/%3E%3C/svg%3E") 50%/contain no-repeat;
    color: #fff;
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px
}

@media(min-width: 640px) {
    .app-page__download-button {
        margin:0 auto;
        max-width: 552px
    }
}

@media(min-width: 1140px) {
    .app-page__download-button {
        display:inline-flex;
        margin: 0 auto 0 0;
        max-width: unset;
        min-width: 138px;
        width: auto
    }
}

.app-page__install {
    background: var(--backgrounds-b);
    border-radius: var(--roundings-m);
    padding: var(--spacings-xl);
    position: relative;
    z-index: 2
}

@media(min-width: 640px) {
    .app-page__install {
        margin:0 20px
    }
}

@media(min-width: 1140px) {
    .app-page__install {
        margin:0 16px
    }
}

@media(min-width: 1628px) {
    .app-page__install {
        margin:0 20px
    }
}

.app-page__install-title {
    font-size: var(--headings-h2-font-size);
    font-weight: var(--headings-h2-weight);
    line-height: var(--headings-h2-line-height);
    margin-bottom: var(--spacings-m);
    text-align: center
}

.app-page__install-wr {
    display: flex;
    flex-direction: column;
    gap: var(--spacings-s)
}

@media(min-width: 640px) {
    .app-page__install-wr {
        flex-direction:row;
        flex-wrap: wrap
    }
}

.app-page__install-step {
    background: var(--backgrounds-c);
    border-radius: var(--roundings-xs);
    display: flex;
    flex-direction: column;
    gap: var(--spacings-m);
    padding: var(--spacings-m) var(--spacings-l)
}

@media(min-width: 640px) {
    .app-page__install-step {
        flex:1 1 32%;
        min-width: 300px
    }
}

.app-page__install-name {
    font-size: var(--headings-h3-font-size);
    font-weight: var(--headings-h3-weight);
    line-height: var(--headings-h3-line-height);
    margin-bottom: 4px
}

@media(min-width: 640px) {
    .app-page__install-name {
        margin-bottom:8px
    }
}

@media(min-width: 1628px) {
    .app-page__install-name {
        margin-bottom:12px
    }
}

.app-page__install-instruction {
    color: var(--text-description-a);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.app-page__install-instruction p:not(:last-child) {
    margin-bottom: 4px
}

@media(min-width: 1140px) {
    .app-page__install-instruction p:not(:last-child) {
        margin-bottom:8px
    }
}

.app-page__install-info,.app-page__install-success {
    background: var(--backgrounds-g);
    border-radius: var(--roundings-xs);
    padding: 24px
}

@media(min-width: 640px) {
    .app-page__install-info,.app-page__install-success {
        margin-top:auto;
        min-height: 200px
    }
}

@media(min-width: 1140px) {
    .app-page__install-info,.app-page__install-success {
        min-height:220px
    }
}

@media(min-width: 1628px) {
    .app-page__install-info,.app-page__install-success {
        min-height:224px
    }
}

.app-page__install-success {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 224px;
    justify-content: center
}

@media(min-width: 640px) {
    .app-page__install-success {
        height:auto
    }
}

.app-page__install-info {
    position: relative
}

.app-page__install-step-2 .app-page__install-info {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.app-page__install-browser {
    align-items: center;
    display: flex;
    gap: 16px;
    margin-bottom: 16px
}

.app-page__install-step-2 .app-page__install-browser {
    flex-direction: column;
    gap: 0;
    justify-content: center;
    margin-bottom: 16px
}

.app-page__install-browser-logo {
    background-image: url(data:image/webp;base64,UklGRkgLAABXRUJQVlA4WAoAAAAQAAAAVwAAVwAAQUxQSOABAAABkNtse1s73wgcgSM4HPUOGuAuIIAj3KT+JvaGOmdbC9wREodwIiCol8BaTn9x0s+fv0MZERMAiQ8a34dhIiKahtC3zQMo+KQNEzFOoX1Q1BO/UMapf1CIaQNlD00Bpp1I5NRIaxcSOzSSngQSPVgpxpN4L8MOVOBgBTQLFTm12TwV6zO9pIJfZnlJRfcZXlLhPdtLKr5n8qSgZ2lJxYbBLjpMdr+BlBzMPp7U9HtYUvTJboMmYSdHqh7uMmdZ5CWzzZGyZ9uiNslscsS/FEKHmwLfQqXebKiIfaFy67UPfCV3a5FrKSoBqEjlGjjU6QwIOt0As04JFSm9OtDKea26a636wLMoECOPhnHWKtF/71mrFLWKQaubD1r1Xqszp1VdabXCrFMCgk43gNfpEKh0WgGYNYoA4DXq1yqNVmsI+kRsPNTHbTKjNhFbvTZum5l1idjxsIgffG4XhBL4I3auNLG74YUeZ9jTjFpE7G2TDsnuB6fDITjPJP1gOwPvG0HsHbjflNaD/01ZPXK+KalH3jMJP5jOkPsw5eNNDvntWEK0EHkmrzMQakdZNzUEu1FOOoRwN8pIZwbyXcx3c2hQZvVhzPGjq1FydRgSR7o5q6FgdeCvw5jW0qdPXedWkAhWUDggQgkAABAoAJ0BKlgAWAA+MRSIQqIhIRcahjAgAwS2AGECoL8z6JyjfV/x8/HD5baw/M/uV+53+SzI/iX+//2P9zP8P7pf7l7I/MA/Rv/Cfzv8a+4B5gP1s/2X+R95L+1/7f/Ae7v0AP73/LOst9Af9tPSh/ZP4Mv2G/bP2gv/Nmo3WX5Yg+w/U8N+1tu93Jv61xH8bffCUAP0B5/X/B/nvxr9rP0p/2v8R8Av80/pv+5/un9898D1yehD+tKV5wCanEvo1cRE1JOsqsWl6svLUFyDZlevZl3R9IFlnKMKL/MUfIxK2AdeGA00t7/9h0Y6UR3UcBEnZtbOcWT3j0yY2M8PYlhG0WQkJAoQoCH73bwueoFxgyrBDIKRQdQipgqs1HOpP6uUm0WG8M2cJQtUNx+j19gnnVZpBi7Q4JPCY5s6h9mQAVRT0Z/nr/YAAP7/9Buy/54mcvDwT9WQ0Uekx2eej1q2KoE66u//xj1nD44lbtUJucWWyyrhK/B7nxpd2pSFl7++kJLOJHG5pguYhxecWExSV9SYfrtFxe895oiYGjVVGmlXxU3kqeUgdm65fOpkbqxsyqvAkBoMxeF+O6OtNRd6CvZXKB312zXsacTkcYV8EiGbRxBSTCN0wUGKsQZDDIJbECIKm0Z0JcNDbd4s/y0oJgpX7Kz2l7hpJdPqAmfVHWim+cBA9PxheGp+J3Tmtw5tk3/uOdBSdhNCuXowjNNL6f0yGhFlmhgl5QzV+ZrADufWAqruUOpWd0ofnWTPer1g8Rig9VXsqafKfeIc5BFOn+36H1br6y6dAmotKfxllLU63Jk+kWd4NNaS+bPF197isuBKPqOFHcD/GuO2cGqg1YdWE1tIgESfE1OUeFUL5EK7/nNGNj1dMPFIXm0mak/YiyvIpOn69AjeqiwMR7zmsL9//NPO/PYZxKw/CO6XJ2Pet3eaKVciXZf+sFstqk9D39v61Ktmicdj+5Sa6NrkbM/kQylL8dIL5eUK/pvgQk7DHhMpPZV5uJjXyCzvyx8KfH4a503mGsNlPf7z+URSNA9NJhRAZ3u0sjMpZj/05u3/+ttvucn8fcBO3vP9AhF59GgkWsqF0AUP/2mmWDbws/POj3j0t8fobliJsTMPiOOhWNxFgwTZD1hMXgOEF2XFNdS7nUhvg1DRChbk9oTarwNLeBJB4cU72ORV+z9/TQETvRD0kArJ98HDQFBj8JOURw4JPy3kFsGKUFhWaiht13kfAGdaWL/mLP8yxcDUyNbOnzzgFyrNKBNvcmIXeSemmP+W7xYT0bQkog3DwB6jgJkvL5u4RSuZgcogb2tyf+vBd2qnUqJdolR9bof2d/RZn1YKJeNiKpW8EUR+aEfeU0lEwLeiNEUURjhmPBXcV5QEvDJT6DzFMHhrQZKdKtLI83AcR3RzwUfyUUw21Fjy7kBA1l48wYMG1xamfkKl/hhaYNFhu7pkWzdmzhxnzZ/Z3f7vi4tK9vj9zIR8Ev9/FF3oQZXsXzL0SLKm1zvYBdqzn7rxhe7NB6HSc5qfrdpAgAy+DtMub10v/AyJSlFU/p8wM4Erg8dD8QnyLm572lmOR9DOGl70Q5ovTcKoo8pjgwqvTcnzrjugwIFspUa9A9I3FzdvEcNT/yJ2qSc0ZVHrsarNeZp0+TujkYUrjLW3ZH16gEDiwjJBwDVsWS0hto7cPIrgHuGE+1xXZ/wG5oooix72VqJr/jyFRaWQloX0Ei6Ecnu/iLCATNdniBdnceNQwc1nQP3Z5QAnq0qZQoszOsjRYVP1QZ1DyhkzPJnj3LcDyjl1ORPh7J/gf603rU8E70CqTpq4gDK5Zz40jornkq/snozMDyoisP0pWUrHcu6As7xslf9znRkw/nYLLRR7DiaoUtun3K7g1EawRpBmPXqwqhgcaaQ3Euda1IQztQvE/C6V3GK+6/TDqIxaUL3azVhrO0ViffZY4jcUwCnvfk9CWFfvpBCaN98g41Z52hylizv+4CCDxrZFx5xnl758/9rAsnsrqqWqbc+YbtDc4PMdygcFlP30MUuDUa4uQ7YLCNw3mT4rQ1joJEXv336OpyUyZXMrQFW3ViDrxUGR6p/Ftk6DQIVW6466W7UXTNv2u99YxSEuXKNEcf3wyjMocnkWuJr9/ljTd2PNZoZN2sr4iLO5r4bFAkiTT4mE4rhpQNdysBRp6dOkLk7EF1Umysr6U8XnZKwKOS1M9yr+NF6yA7u5yWPz1LvBjTvwtDo2bi5CT/+V8Oje1Ho8IJnOKvKnsWqyJmTuncE5MGZENhls9Kg1WUxd/tVXFMCclIGhFjz2p3ebj4c6Ny52bg+VHPxDlaDMSpgCuxpe89At4XgHezqZuArhQDtALgfSBBFRLlWSEMyEPaB2Yn4v72KTxAijSTpBpGiQ56vvTGJ/HUoYMhK8JwkYvkJYyfQS8qSButJEtzGT3kxffYPBPmEYeDl70El//EP38ELY3IfN9e2iCBDkZFKMrBMz/wE4bHyfgZOt4DCuCv+DieN6Ba5db47jLULKhNBZ22HYbPA46xw7Dw/BqsfU5hbzfNWklD/+IfuKCtMtZdd6cyufygGMpo1egV7+e2fuM6GVdaP4uBqkiRKIlHljWSsOHmIe/ctOTKzxTB7C4InJBiy/L4ytyYroyiX1/c8FaAjL+rbDf+oDQcUzFpkEFu/RetV8q/F+vB2+b3r495jCkwQLqDs7DH6vpnNJpGpj7yC1uVVVUe3sd/3BdrGeZlqJsIsm5eZcSPQdK4IK/kGA2kAEx/rRJo3tg6/Fd+c1msz4Sz+r9w+S0iN1xvz/9e9P//+zuLhhmTKTaKkQSdg56raUw7hGidBdkWLgpOxEdyW+/zrQEZ5+tOQJYvBucdXXqOizrkDmzvdMIyeaIvdO6qP+dTDVHYY/i9X/naZq61ixCz5sUSWw6dcu/buq1AE4ZSw94eS3R1PvihKvUrTR8jPhLNqLBuZ159+2g0xHO/Ykh175Yo3ZAj99HtPH4CjFLMjlaSVeuk/PEu6jhu16aC6jGCKId7GunrrAyw7+3f+CZ1pKIftTaVC5f3ewlLN9xIQHJkNhr9FKNgLoZ7rNxOKoHQkeguP/lgC9ZhjLN9AIu53hrl/+bZH3KTevd5GdKcBS8OoL8qJNvfLjCcQsBNAAAA==);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    flex-shrink: 0;
    height: 28px;
    width: 28px
}

.no-webp .app-page__install-browser-logo {
    background-image: url(./app-page-browser-icon.DGMiLl4A.png)
}

.app-page__install-step-2 .app-page__install-browser-logo {
    height: 44px;
    margin-bottom: 8px;
    width: 44px
}

.app-page__install-browser-name {
    font-size: var(--text-large-medium-font-size);
    font-weight: var(--text-large-medium-weight);
    line-height: var(--text-large-medium-line-height)
}

.app-page__install-browser-version {
    color: var(--text-description-a);
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase
}

.app-page__install-text {
    color: var(--text-description-a);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px
}

.app-page__install-options {
    display: flex;
    gap: 20px;
    justify-content: flex-end
}

.app-page__install-discard,.app-page__install-settings {
    color: #1a73e9;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase
}

.app-page__install-allow-cursor,.app-page__install-cursor {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Cpath fill='%23fff' d='M8.27 16.28c-.28-.36-.63-1.09-1.24-2-.35-.5-1.21-1.45-1.47-1.94a1.26 1.26 0 0 1-.15-1 1.32 1.32 0 0 1 1.43-1c.51.103.98.353 1.35.72q.388.366.71.79c.16.2.2.28.38.51s.3.46.21.12c-.07-.5-.19-1.34-.36-2.09-.13-.57-.16-.66-.28-1.09s-.19-.79-.32-1.28a14 14 0 0 1-.28-1.46 2.82 2.82 0 0 1 .26-1.85 1.19 1.19 0 0 1 1.3-.22c.44.325.769.78.94 1.3.262.64.437 1.313.52 2 .16 1 .47 2.46.48 2.76 0-.37-.07-1.15 0-1.5a1.07 1.07 0 0 1 .67-.8 2 2 0 0 1 .92-.06c.31.065.585.243.77.5a5.4 5.4 0 0 1 .38 1.83 6.7 6.7 0 0 1 .28-1.62 1.24 1.24 0 0 1 .69-.48 2.8 2.8 0 0 1 1 0c.271.09.508.262.68.49.212.53.34 1.09.38 1.66 0 .14.07-.39.29-.74a1.002 1.002 0 1 1 1.9.64v2.26a12 12 0 0 1-.24 1.74 6 6 0 0 1-.72 1.43 7.2 7.2 0 0 0-1.19 1.81 4 4 0 0 0-.1 1c-.001.31.04.62.12.92a6 6 0 0 1-1.23 0c-.39-.06-.87-.84-1-1.08a.38.38 0 0 0-.68 0c-.22.38-.71 1.07-1.05 1.11-.67.08-2.05 0-3.14 0 0 0 .18-1-.23-1.36s-.83-.78-1.14-1.06z'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M8.27 16.28c-.28-.36-.63-1.09-1.24-2-.35-.5-1.21-1.45-1.47-1.94a1.26 1.26 0 0 1-.15-1 1.32 1.32 0 0 1 1.43-1c.51.103.98.353 1.35.72q.388.366.71.79c.16.2.2.28.38.51s.3.46.21.12c-.07-.5-.19-1.34-.36-2.09-.13-.57-.16-.66-.28-1.09s-.19-.79-.32-1.28a14 14 0 0 1-.28-1.46 2.82 2.82 0 0 1 .26-1.85 1.19 1.19 0 0 1 1.3-.22c.44.325.769.78.94 1.3.262.64.437 1.313.52 2 .16 1 .47 2.46.48 2.76 0-.37-.07-1.15 0-1.5a1.07 1.07 0 0 1 .67-.8 2 2 0 0 1 .92-.06c.31.065.585.243.77.5a5.4 5.4 0 0 1 .38 1.83 6.7 6.7 0 0 1 .28-1.62 1.24 1.24 0 0 1 .69-.48 2.8 2.8 0 0 1 1 0c.271.09.508.262.68.49.212.53.34 1.09.38 1.66 0 .14.07-.39.29-.74a1.002 1.002 0 1 1 1.9.64v2.26a12 12 0 0 1-.24 1.74 6 6 0 0 1-.72 1.43 7.2 7.2 0 0 0-1.19 1.81 4 4 0 0 0-.1 1c-.001.31.04.62.12.92a6 6 0 0 1-1.23 0c-.39-.06-.87-.84-1-1.08a.38.38 0 0 0-.68 0c-.22.38-.71 1.07-1.05 1.11-.67.08-2.05 0-3.14 0 0 0 .18-1-.23-1.36s-.83-.78-1.14-1.06z' clip-rule='evenodd'/%3E%3Cpath fill='%23000' d='M16.75 16.826v-3.452a.375.375 0 0 0-.75 0v3.452a.375.375 0 0 0 .75 0m-1.98-.001-.02-3.454a.374.374 0 0 0-.75.004l.02 3.454a.374.374 0 0 0 .75-.004M12 13.379l.02 3.446a.376.376 0 1 0 .75-.004l-.02-3.446a.376.376 0 1 0-.75.004'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' width='16.747' height='17.859' x='4.191' y='4.012' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' result='hardAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='.4'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_4046_6298'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_4046_6298' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") 50%/contain no-repeat;
    bottom: 0;
    height: 24px;
    position: absolute;
    right: 0;
    width: 24px
}

.app-page__install-allow {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
}

.app-page__install-allow-text {
    color: var(--text-description-a);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}

.app-page__install-allow-switcher {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='20' fill='none'%3E%3Ccircle cx='23' cy='10' r='10' fill='%231a73e9'/%3E%3Crect width='33' height='14' y='3' fill='%231a73e9' fill-opacity='.5' opacity='.4' rx='7'/%3E%3C/svg%3E") 50%/contain no-repeat;
    flex-shrink: 0;
    height: 20px;
    margin-top: 4px;
    width: 33px
}

.app-page__install-success-icon {
    background-image: url(./app-page-success.DWhIyPpT.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 104px;
    margin: 0 auto;
    width: 105px
}

.no-webp .app-page__install-success-icon {
    background-image: url(./app-page-success.BwflZl8O.png)
}

.app-page__install-success-text {
    color: var(--text-text);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center
}

.accordion-1__item-table {
    margin-top: var(--spacings-xs)
}

.accordion-1__item-table-title {
    color: var(--text-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}

.accordion-1__item-table-wr+.accordion-1__item-table-title {
    margin-top: var(--spacings-xs)
}

.accordion-1__item-table-item {
    border-bottom: 1px solid var(--colors-base-white-10);
    color: var(--text-description-a);
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
    gap: var(--spacings-3xs);
    line-height: 28px;
    padding: 16px 0;
    word-break: break-word
}

.accordion-1__item-table-item:last-child:not(:first-child) {
    border-bottom-color: transparent
}

@media(min-width: 1140px) {
    .accordion-1__item-table-item {
        flex-direction:row
    }

    .accordion-1__item-table-item>div {
        flex-shrink: 0;
        width: calc(50% - 4px)
    }
}

.accordion-1__table {
    width: 100%
}

.accordion-1__table td {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71;
    padding: 12px 10px 11px 0
}

.accordion-1__table tr {
    border-bottom: 1px solid var(--gray-500-p-20)
}

.accordion-1__table tr:last-child {
    border-bottom: none
}

.accordion-1__table .accordion-1__table-title td {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 8px;
    text-transform: uppercase;
    white-space: nowrap
}

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

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.delay-1s {
    animation-delay: 1s
}

.animated.delay-2s {
    animation-delay: 2s
}

.animated.delay-3s {
    animation-delay: 3s
}

.animated.delay-4s {
    animation-delay: 4s
}

.animated.delay-5s {
    animation-delay: 5s
}

.animated.fast {
    animation-duration: .8s
}

.animated.faster {
    animation-duration: .5s
}

.animated.slow {
    animation-duration: 2s
}

.animated.slower {
    animation-duration: 3s
}

@media(prefers-reduced-motion:reduce),(print) {
    .animated {
        animation-duration: 1ms!important;
        animation-iteration-count: 1!important;
        transition-duration: 1ms!important
    }
}

@keyframes flipInY {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(90deg)
    }

    40% {
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        opacity: 1;
        transform: perspective(400px) rotateY(10deg)
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    animation-name: flipInY;
    backface-visibility: visible!important
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%
}

body,html {
    -webkit-text-size-adjust: 100%
}

body {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0
}

body,body * {
    box-sizing: border-box
}

body * {
    -webkit-tap-highlight-color: transparent
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

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

a[tabindex] {
    cursor: pointer
}

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

b,strong {
    font-weight: 600
}

dfn {
    font-style: italic
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    text-transform: none
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

svg {
    pointer-events: none
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: border-box;
    height: 0
}

pre {
    margin: 0;
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace;
    font-size: 1em
}

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

button:focus,input:focus,optgroup:focus,select:focus,textarea:focus {
    outline: none
}

button {
    overflow: visible
}

button:focus {
    outline: none
}

button,select {
    text-transform: none
}

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

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

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

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

.Safari.no-touch input {
    text-indent: 1px
}

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

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

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: border-box
}

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

input[type=number] {
    -moz-appearance: textfield
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

ol,ul {
    list-style: none
}

ol,p,ul {
    margin: 0;
    padding: 0
}

[class*=js-],[class^=js-] {
    -webkit-tap-highlight-color: transparent
}

:focus {
    outline: none
}

:root {
    --white: #fff;
    --white-500: #f8f8f8;
    --white-p-80: hsla(0,0%,100%,.8);
    --white-p-70: hsla(0,0%,100%,.7);
    --white-p-60: hsla(0,0%,100%,.6);
    --white-p-50: hsla(0,0%,100%,.5);
    --white-p-40: hsla(0,0%,100%,.4);
    --white-p-30: hsla(0,0%,100%,.3);
    --white-p-20: hsla(0,0%,100%,.2);
    --white-p-12: hsla(0,0%,100%,.12);
    --white-p-14: hsla(0,0%,100%,.14);
    --white-p-10: hsla(0,0%,100%,.1);
    --white-p-01: hsla(0,0%,100%,.01);
    --white-p-0: hsla(0,0%,100%,0);
    --white-gradient: linear-gradient(180deg,hsla(0,0%,100%,0) 0%,var(--white) 100%);
    --white-gradient-search: linear-gradient(90deg,hsla(0,0%,100%,0) 0%,var(--white) 100%);
    --white-gradient-search-left: linear-gradient(-90deg,hsla(0,0%,100%,0) 0%,var(--white) 100%);
    --dark-gradient-search: linear-gradient(90deg,rgba(20,34,69,0),#142245);
    --dark-gradient-search-left: linear-gradient(-90deg,rgba(20,34,69,0),#142245);
    --skeleton-gradient: linear-gradient(90deg,hsla(0,0%,100%,0) 0%,var(--white) 52.81%,hsla(0,0%,100%,0) 100%);
    --dark-red-400: rgba(255,76,0,.4);
    --black-2: #0d1730;
    --black-2-p-0: rgba(13,23,48,0);
    --black-500: #000;
    --black-500-p-70: rgba(0,0,0,.7);
    --black-500-p-50: rgba(0,0,0,.5);
    --black-500-p-30: rgba(0,0,0,.3);
    --black-500-p-25: rgba(0,0,0,.25);
    --black-500-p-20: rgba(0,0,0,.2);
    --black-500-p-10: rgba(0,0,0,.1);
    --black-500-p-0: transparent;
    --gray-2: #f2f2f2;
    --gray-500: #38445b;
    --gray-500-p-60: rgba(56,68,91,.6);
    --gray-500-p-40: rgba(56,68,91,.4);
    --gray-500-p-20: rgba(56,68,91,.2);
    --gray-500-p-30: rgba(56,68,91,.3);
    --gray-500-p-15: rgba(56,68,91,.15);
    --gray-500-p-18: rgba(56,68,91,.18);
    --gray-500-p-12: rgba(56,68,91,.12);
    --gray-500-p-08: rgba(56,68,91,.08);
    --gray-500-p-08-hex-operations: #f0f0f2;
    --gray-500-p-08-hex-msp: #e6e7e9;
    --gray-500-p-6: rgba(56,68,91,.06);
    --gray-400: #7c879d;
    --gray-400-p-50: rgba(124,135,157,.5);
    --gray-shadow: rgba(65,65,65,.15);
    --gray-300: #05060a;
    --orange-600: #dc4200;
    --orange-500: #ff4c00;
    --orange-500-p-20: rgba(255,76,0,.2);
    --orange-500-p-10: rgba(255,76,0,.1);
    --orange-300: #ff5c16;
    --oragne-radial-gradient: radial-gradient(100% 100% at 50% 100%,#ff9737 28.9%,#ff0f00 100%);
    --oragne-linear-gradient: linear-gradient(270deg,rgba(255,195,106,0),#ffc56d,rgba(255,193,99,0));
    --orange-75: rgba(223,126,85,.75);
    --orange-odometer-digit: #ffcc56;
    --blue-shadow: 0 3px 7px 0 rgba(14,92,244,.6);
    --blue-400: #216dd3;
    --blue-500: #007afe;
    --blue-500-p-30: rgba(0,122,254,.3);
    --blue-500-p-20: rgba(0,122,254,.2);
    --blue-500-p-20-hex: #14346b;
    --blue-500-p-10: rgba(0,122,254,.1);
    --blue-500-p-8: rgba(0,122,254,.08);
    --blue-600: #d7f5ff;
    --blue-700: #1a73e9;
    --blue-800-p-50: rgba(14,92,244,.5);
    --blue-dark: #10336a;
    --blue-dark-500: #06112e;
    --blue-dark-600: #172547;
    --blue-dark-500-gradient: linear-gradient(180deg,rgba(6,17,46,0) 0%,var(--blue-dark-500) 100%);
    --blue-dark-450: #101c3a;
    --blue-dark-450-gradient: linear-gradient(180deg,rgba(16,28,58,0) 0%,var(--blue-dark-450) 100%);
    --blue-dark-400: #142245;
    --blue-dark-300: #192b59;
    --blue-dark-300-gradient: linear-gradient(180deg,rgba(36,44,77,0) 0%,var(--blue-dark-300) 100%);
    --blue-dark-opacity: rgba(31,147,255,.08);
    --blue-radial-gradient: radial-gradient(135.26% 135.23% at 49.59% 135.23%,#44d2ff 28.9%,#006ee4 100%,#005abb 0);
    --blue: #0019ff;
    --blue-2: #0013c6;
    --blue-3: #1b3679;
    --blue-dark-gradient-search: linear-gradient(270deg,var(--blue-dark-400) 11.64%,rgba(20,34,69,0) 64.29%);
    --blue-purple-dark: #17172a;
    --pink500: #ff01f5;
    --purple-gradient: linear-gradient(180deg,rgba(210,32,171,0),#690083 50.52%);
    --apricot-500: #ea8c00;
    --yellow-500: #fff27e;
    --yellow-500-p-60: rgba(255,242,126,.6);
    --green-500: #01c095;
    --green-alt-500: #00b929;
    --red-500: #ff2448;
    --red-500-p-6: rgba(255,36,72,.06);
    --red-500-p-60: rgba(255,36,72,.6);
    --red: #eb001b;
    --red-2: #ca0017;
    --yandex-bg: #ec1717;
    --mailru-bg: #1b6bed;
    --vkontakte-bg: #1b7ae8;
    --telegram-bg: #34aadf;
    --odnoklassniki-bg: #f0972f;
    --jackpot-gradient: linear-gradient(180deg,#ffe9ff,#fff 27.99%,#fff 78.38%,#fffbf0);
    --contests-shadow: 0 32px 60px 0 rgba(248,118,153,.3);
    --basic-status: radial-gradient(55.28% 100.3% at 50% -2.8%,rgba(1,192,149,.5) 12.92%,rgba(1,192,149,.19) 54.75%,rgba(1,191,149,0) 84.87%);
    --prestige-status: radial-gradient(55.28% 100.3% at 50% -2.8%,rgba(255,0,56,.41) 12.92%,rgba(254,62,104,.14) 54.75%,rgba(254,62,104,0) 84.87%);
    --elite-status: radial-gradient(55.28% 100.3% at 50% -2.8%,rgba(189,0,255,.38) 12.92%,rgba(239,62,254,.14) 54.75%,rgba(254,62,104,0) 84.87%);
    --supreme-status: radial-gradient(55.28% 100.3% at 50% -2.8%,rgba(0,122,254,.5) 12.92%,rgba(0,122,254,.17) 54.75%,rgba(254,62,104,0) 84.87%);
    --place-1-bg: #ffe7ac;
    --place-2-bg: #ebebeb;
    --place-3-bg: #ffeee7;
    --msp-cancel-deposit-image-light: radial-gradient(43.28% 9.68% at 50% 91.04%,#b6b6b6 0%,var(--white-p-0) 100%);
    --msp-cancel-deposit-image-dark: radial-gradient(43.28% 9.68% at 50% 91.04%,#000f33 0%,rgba(0,15,51,0) 100%);
    --msp-notification-gradient: linear-gradient(90deg,#18ff8c,#ff8b48 33%,#18ff8c 66%,#ff8b48);
    --drop-down-shadow: 0 8px 20px 0 rgba(0,0,0,.25),0 1px 1px 0 hsla(0,0%,100%,.15) inset;
    --inner-shadow: 0 1px 1px 0 hsla(0,0%,100%,.15) inset;
    --inner-shadow-second: 0 2px 1px 0 hsla(0,0%,100%,.1) inset;
    --inner-shadow-card: 0 1px 2px 0 hsla(0,0%,100%,.15) inset;
    --tags-and-small-white-card: 0 20px 40px 0 rgba(0,0,0,.15);
    --card-play-shadow: drop-shadow(1px 3px 4px rgba(0,0,0,.4));
    --text-shadow: 0 7px 18px rgba(0,0,0,.25);
    --bonus-title-shadow: 0 1px 2px rgba(0,0,0,.25);
    --light-gray-shadow: 0 10px 20px 0 rgba(0,0,0,.25);
    --light-gray-shadow-second: 0 8px 20px 0 rgba(0,0,0,.25);
    --background-clip-text: linear-gradient(0deg,#bababa,#fbfbfb 80%,#fff 99%);
    --background-clip-accent-text: linear-gradient(180deg,#19ffa7 46%,#009141);
    --bonuses-flame-bg-gradient: radial-gradient(50% 50% at 50% 50%,#cf5a00 0%,#3f0001 100%);
    --container-left-shadow: linear-gradient(90deg,#12161d 51%,rgba(18,22,29,0) 93%);
    --orange-light-shadow: 0 4px 6px 0 rgba(255,76,0,.3);
    --green-light-shadow: 0 4px 12px 0 rgba(2,182,159,.7);
    --yellow-light-shadow: 0 3px 7px 0 rgba(255,242,126,.6);
    --red-light-shadow: 0 3px 7px 0 rgba(255,36,72,.6);
    --blue-light-shadow: 0 3px 7px 0 rgba(14,92,244,.6);
    --light-gray-shadow: 0 4px 15px 0 rgba(0,0,0,.1);
    --gray-shadow: 0 4px 7px 0 rgba(0,0,0,.15);
    --tab-bar-shadow: 0 -6px 28px 0 rgba(0,0,0,.15);
    --small-gray-shadow: 0 3px 5px 0 rgba(0,0,0,.15);
    --drop-shadow: 0 11px 14px 0 rgba(0,0,0,.2);
    --big-notification-shadow: 0 -6px 28px 0 rgba(0,0,0,.1);
    --promocard: 0 5px 28px 0 rgba(0,0,0,.1);
    --content-shadow: 0 16px 40px 0 rgba(56,68,91,.06);
    --font-inter: "Inter",sans-serif;
    --font-unbounded: "Unbounded",sans-serif;
    --menu-burger-width: 60px;
    --menu-burger-width-opened: var(--sidebar-left);
    --content-width: 100%;
    --top-bar-height: 64px;
    --top-bar-layer: 100;
    --header-height: var(--top-bar-height);
    --window-gap: 8px;
    --back-title-height: calc(40px + var(--spacings-s));
    --bottom-menu-height: 60px;
    --bottom-menu-padding-bottom: 80px;
    --bottom-sheet-max-width: 600px;
    --menu-burger-bottom-bar-hegiht: 60px;
    --main-container-max-width: 1508px;
    --game-sidebar-width: 288px;
    --gradient-tokens-backgrounds-d: linear-gradient(90deg,rgba(38,73,37,.36) 46%,rgba(18,22,29,.7));
    --gradient-tokens-backgrounds-h: linear-gradient(180deg,#19ffa7 46%,#009141);
    --gradient-tokens-backgrounds-h-70: linear-gradient(180deg,#52f8b8 46%,#19a759);
    --gradient-tokens-backgrounds-h-50: linear-gradient(180deg,rgba(25,255,167,.3) 46%,rgba(0,145,65,.3));
    --gradient-tokens-backgrounds-k: linear-gradient(180deg,#ff8b48 46%,#ff1433);
    --gradient-tokens-backgrounds-k-70: linear-gradient(180deg,#ff8137 46%,#ff1a38);
    --gradient-tokens-backgrounds-k-50: linear-gradient(180deg,rgba(255,139,72,.3) 46%,rgba(255,20,51,.3));
    --gradient-tokens-backgrounds-l: linear-gradient(180deg,#ff8b48 46%,#ff1433);
    --gradient-tokens-backgrounds-m: linear-gradient(63deg,#ff9253 48%,#d73b2a 103%);
    --gradient-tokens-backgrounds-i: linear-gradient(0deg,#bababa,#fbfbfb 80%,#fff 99%);
    --gradient-tokens-border-d: linear-gradient(180deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.03) 50%);
    --gradient-tokens-border-g: linear-gradient(180deg,rgba(51,119,251,.2),rgba(51,119,251,.03) 50%);
    --gradient-tokens-border-h: linear-gradient(180deg,rgba(113,236,111,.2),rgba(113,236,111,.03));
    --gradient-tokens-border-f: linear-gradient(180deg,rgba(243,124,55,.2),rgba(243,124,55,.03));
    --gradient-tokens-border-k: linear-gradient(180deg,#ff8b48 46%,#ff1433);
    --gradient-global-accent-a: linear-gradient(180deg,var(--colors-global-accent-a) 50%,var(--colors-global-accent-a) 100%);
    --gradient-backgrounds-a: linear-gradient(180deg,var(--backgrounds-a) 50%,var(--backgrounds-a) 100%);
    --gradient-backgrounds-a-70: linear-gradient(180deg,var(--backgrounds-a-70) 50%,var(--backgrounds-a-70) 100%);
    --gradient-backgrounds-f: linear-gradient(180deg,var(--backgrounds-f) 50%,var(--backgrounds-f) 100%);
    --gradient-backgrounds-g: linear-gradient(180deg,var(--backgrounds-g) 50%,var(--backgrounds-g) 100%);
    --gradient-base-no-color: linear-gradient(180deg,var(--colors-base-no-color) 50%,var(--colors-base-no-color) 100%);
    --gradient-base-white-10: linear-gradient(180deg,var(--colors-base-white-10) 50%,var(--colors-base-white-10) 100%);
    --gradient-input-bg-active: linear-gradient(180deg,var(--input-bg-active) 50%,var(--input-bg-active) 100%);
    --gradient-welcome-bonus-bg: linear-gradient(90deg,#ff8400,#fa331d);
    --gradient-sport-bonus-bg: linear-gradient(90deg,#0c80df,#123cf7);
    --gradient-referrals-banner: radial-gradient(50% 50% at 50% 50%,#00c2cf 0%,#02003f 100%);
    --gradient-purple-blue: radial-gradient(50% 50% at 50% 50%,#5600cf 0%,#14003f 100%);
    --gradient-status-blue: linear-gradient(180deg,rgba(80,140,255,.2),rgba(80,140,255,.03) 50%);
    --gradient-status-purple: linear-gradient(180deg,rgba(167,78,255,.2),rgba(167,78,255,.03) 50%);
    --colors-base-black: #000;
    --colors-base-black-1000: #12161d;
    --colors-base-black-1000-60: rgba(18,22,29,.6);
    --colors-base-black-1000-70: rgba(18,22,29,.7);
    --colors-base-black-500: #2e3b54;
    --colors-base-black-500-50: rgba(46,59,84,.5);
    --colors-base-black-600: #232e3f;
    --colors-base-black-600-50: rgba(35,46,63,.5);
    --colors-base-black-700: #0e1015;
    --colors-base-black-700-70: rgba(14,16,21,.7);
    --colors-base-black-750: #05101f;
    --colors-base-black-800: #1c222f;
    --colors-base-black-900: #181e29;
    --colors-base-black-900-20: rgba(24,30,41,.2);
    --colors-base-black-900-70: rgba(24,30,41,.7);
    --colors-base-black-900-90: rgba(24,30,41,.9);
    --colors-base-no-color: hsla(0,0%,93%,0);
    --colors-base-white-1: hsla(0,0%,100%,.01);
    --colors-base-white-4: hsla(0,0%,100%,.04);
    --colors-base-white-10: hsla(0,0%,100%,.1);
    --colors-base-white-12: hsla(0,0%,100%,.12);
    --colors-base-white-14: hsla(0,0%,100%,.14);
    --colors-base-white-20: hsla(0,0%,100%,.2);
    --colors-base-white-25: hsla(0,0%,100%,.25);
    --colors-base-white-30: hsla(0,0%,100%,.3);
    --colors-base-white-50: hsla(0,0%,100%,.5);
    --colors-base-white-60: hsla(0,0%,100%,.6);
    --colors-base-white-70: hsla(0,0%,100%,.7);
    --colors-base-white-75: hsla(0,0%,100%,.75);
    --colors-base-white-a: #fff;
    --colors-base-750: #05101f;
    --colors-global-accent-a: #18ff8c;
    --colors-global-accent-b: #ff8f18;
    --colors-global-accent-c: #508cff;
    --colors-global-accent-d: #ff64e2;
    --colors-global-accent-e: #129353;
    --colors-global-accent-f: #a74eff;
    --colors-system-error: #ff2e82;
    --colors-system-error-70: rgba(255,46,130,.7);
    --colors-system-success: #18ff8c;
    --colors-system-warning: #ff8f18;
    --color-statuses-text-warning: #f90;
    --color-statuses-text-approved: #00b65e;
    --color-statuses-text-expired: hsla(0,0%,100%,.6);
    --color-statuses-text-canceled: #ff2156;
    --color-bonus-bg: #170612;
    --backgrounds-a: var(--colors-base-black-1000);
    --backgrounds-a-70: var(--colors-base-black-1000-70);
    --backgrounds-b: var(--colors-base-black-900);
    --backgrounds-b-20: var(--colors-base-black-900-20);
    --backgrounds-b-70: var(--colors-base-black-900-70);
    --backgrounds-c: var(--colors-base-black-800);
    --backgrounds-d: var(--colors-base-black-700);
    --backgrounds-d-70: var(--colors-base-black-700-70);
    --backgrounds-e: var(--colors-base-white-a);
    --backgrounds-e-4: var(--colors-base-white-4);
    --backgrounds-f: var(--colors-base-black-500);
    --backgrounds-g: var(--colors-base-black-600);
    --backgrounds-g-50: var(--colors-base-black-600-50);
    --backgrounds-k: var(--colors-base-black-600-50);
    --backgrounds-l: var(--colors-base-no-color);
    --backgrounds-m: var(--colors-base-no-color);
    --backgrounds-n: var(--colors-global-accent-a);
    --border-a: var(--colors-base-white-10);
    --border-b: var(--colors-base-no-color);
    --border-c: var(--colors-base-no-color);
    --border-d: var(--colors-base-no-color);
    --border-f: var(--colors-base-no-color);
    --border-g: var(--colors-base-no-color);
    --buttons-icon-primary-bg-default: var(--colors-base-white-a);
    --buttons-icon-primary-bg-disable: var(--colors-base-white-4);
    --buttons-icon-primary-bg-hover: var(--colors-base-white-a);
    --buttons-icon-primary-icon-default: var(--colors-base-black-1000);
    --buttons-icon-primary-icon-disable: var(--colors-base-white-30);
    --buttons-icon-primary-icon-hover: var(--colors-base-black-500);
    --buttons-icon-secondary-a-bg-default: var(--colors-base-black-500);
    --buttons-icon-secondary-a-bg-disable: var(--colors-base-black-500-50);
    --buttons-icon-secondary-a-bg-hover: var(--colors-base-black-600);
    --buttons-icon-secondary-a-icon-default: var(--colors-base-white-a);
    --buttons-icon-secondary-a-icon-disable: var(--colors-base-white-30);
    --buttons-icon-secondary-a-icon-hover: var(--colors-base-white-a);
    --buttons-icon-secondary-b-bg-default: var(--colors-base-black-600);
    --buttons-icon-secondary-b-bg-disable: var(--colors-base-black-600-50);
    --buttons-icon-secondary-b-bg-hover: var(--colors-base-black-700);
    --buttons-icon-secondary-b-border-default: var(--colors-base-no-color);
    --buttons-icon-secondary-b-border-disable: var(--colors-base-no-color);
    --buttons-icon-secondary-b-border-hover: var(--colors-base-no-color);
    --buttons-icon-secondary-b-icon-default: var(--colors-base-white-a);
    --buttons-icon-secondary-b-icon-disable: var(--colors-base-white-30);
    --buttons-icon-secondary-b-icon-hover: var(--colors-base-white-a);
    --buttons-icon-secondary-c-bg-active: var(--colors-base-white-4);
    --buttons-icon-secondary-c-bg-default: var(--colors-base-no-color);
    --buttons-icon-secondary-c-bg-hover: var(--colors-base-white-4);
    --buttons-icon-secondary-c-icon-active: var(--colors-base-white-a);
    --buttons-icon-secondary-c-icon-default: var(--colors-base-white-50);
    --buttons-icon-secondary-c-icon-hover: var(--colors-base-white-50);
    --buttons-icon-secondary-d-bg-active: var(--colors-base-black-600);
    --buttons-icon-secondary-d-bg-default: var(--colors-base-no-color);
    --buttons-icon-secondary-d-bg-hover: var(--colors-base-black-600-50);
    --buttons-icon-secondary-d-icon-active: var(--colors-base-white-a);
    --buttons-icon-secondary-d-icon-default: var(--colors-base-white-a);
    --buttons-icon-secondary-d-icon-hover: var(--colors-base-white-a);
    --buttons-primary-a-bg-default: var(--colors-base-no-color);
    --buttons-primary-a-bg-disable: var(--colors-base-no-color);
    --buttons-primary-a-bg-hover: var(--colors-base-no-color);
    --buttons-primary-a-icon-default: var(--colors-base-black-1000);
    --buttons-primary-a-icon-disable: var(--colors-base-black-1000-60);
    --buttons-primary-a-icon-hover: var(--colors-base-black-1000);
    --buttons-primary-a-text-default: var(--colors-base-black-1000);
    --buttons-primary-a-text-disable: var(--colors-base-black-1000-60);
    --buttons-primary-a-text-hover: var(--colors-base-black-1000);
    --buttons-primary-b-bg-default: var(--colors-base-no-color);
    --buttons-primary-b-bg-disable: var(--colors-base-no-color);
    --buttons-primary-b-bg-hover: var(--colors-base-no-color);
    --buttons-primary-b-icon-default: var(--colors-base-white-a);
    --buttons-primary-b-icon-disable: var(--colors-base-white-50);
    --buttons-primary-b-icon-hover: var(--colors-base-white-a);
    --buttons-primary-b-text-default: var(--colors-base-white-a);
    --buttons-primary-b-text-disable: var(--colors-base-white-30);
    --buttons-primary-b-text-hover: var(--colors-base-white-a);
    --buttons-secondary-a-bg-default: var(--colors-base-black-500);
    --buttons-secondary-a-bg-disable: var(--colors-base-black-500-50);
    --buttons-secondary-a-bg-hover: var(--colors-base-black-600);
    --buttons-secondary-a-icon-default: var(--colors-base-white-a);
    --buttons-secondary-a-icon-disable: var(--colors-base-white-30);
    --buttons-secondary-a-icon-hover: var(--colors-base-white-a);
    --buttons-secondary-a-text-default: var(--colors-base-white-a);
    --buttons-secondary-a-text-disable: var(--colors-base-white-30);
    --buttons-secondary-a-text-hover: var(--colors-base-white-a);
    --buttons-secondary-b-bg-default: var(--colors-base-black-600);
    --buttons-secondary-b-bg-disable: var(--colors-base-black-600-50);
    --buttons-secondary-b-bg-hover: var(--colors-base-black-800);
    --buttons-secondary-b-icon-default: var(--colors-base-white-a);
    --buttons-secondary-b-icon-disable: var(--colors-base-white-30);
    --buttons-secondary-b-icon-hover: var(--colors-base-white-a);
    --buttons-secondary-b-text-default: var(--colors-base-white-a);
    --buttons-secondary-b-text-disable: var(--colors-base-white-30);
    --buttons-secondary-b-text-hover: var(--colors-base-white-a);
    --buttons-secondary-c-bg-active: var(--colors-base-black-600);
    --buttons-secondary-c-bg-default: var(--colors-base-black-1000-70);
    --buttons-secondary-c-bg-disable: var(--colors-base-black-1000-60);
    --buttons-secondary-c-bg-hover: var(--colors-base-black-1000);
    --buttons-secondary-c-border-active: var(--colors-base-no-color);
    --buttons-secondary-c-border-default: var(--colors-base-no-color);
    --buttons-secondary-c-border-disable: var(--colors-base-no-color);
    --buttons-secondary-c-border-hover: var(--colors-base-no-color);
    --buttons-secondary-c-icon-active: var(--colors-base-white-a);
    --buttons-secondary-c-icon-default: var(--colors-base-white-a);
    --buttons-secondary-c-icon-disable: var(--colors-base-white-30);
    --buttons-secondary-c-icon-hover: var(--colors-base-white-a);
    --buttons-secondary-c-text-active: var(--colors-base-white-a);
    --buttons-secondary-c-text-default: var(--colors-base-white-a);
    --buttons-secondary-c-text-disable: var(--colors-base-white-30);
    --buttons-secondary-c-text-hover: var(--colors-base-white-a);
    --checkbox-bg-active-default: var(--colors-base-no-color);
    --checkbox-bg-active-hover: var(--colors-base-no-color);
    --checkbox-bg-error: var(--colors-base-black-500-50);
    --checkbox-bg-inactive-default: var(--colors-base-black-500);
    --checkbox-bg-inactive-hover: var(--colors-base-black-500-50);
    --checkbox-icon-active-default: var(--colors-base-white-a);
    --checkbox-icon-active-hover: var(--colors-base-white-70);
    --checkbox-stroke-active-default: var(--colors-base-no-color);
    --checkbox-stroke-active-hover: var(--colors-base-no-color);
    --checkbox-stroke-error: var(--colors-system-error);
    --checkbox-stroke-inactive-default: var(--colors-base-no-color);
    --checkbox-stroke-inactive-hover: var(--colors-base-white-30);
    --icons-a: var(--colors-base-white-a);
    --icons-a-disable: var(--colors-base-white-50);
    --icons-b: var(--colors-base-black-1000);
    --icons-b-disable: var(--colors-base-black-1000-60);
    --icons-c: var(--colors-global-accent-a);
    --input-bg-active: var(--colors-base-black-1000);
    --input-bg-default: var(--colors-base-black-1000);
    --input-bg-disable: var(--colors-base-black-1000-60);
    --input-bg-error: var(--colors-base-black-1000);
    --input-bg-filled: var(--colors-base-black-1000);
    --input-bg-hover: var(--colors-base-black-1000-70);
    --input-border-active: var(--colors-base-white-30);
    --input-border-default: var(--colors-base-white-10);
    --input-border-disable: var(--colors-base-white-4);
    --input-border-error: var(--colors-base-white-10);
    --input-border-filled: var(--colors-base-white-10);
    --input-border-hover: var(--colors-base-white-10);
    --input-border-special-active: var(--colors-base-no-color);
    --input-icon-left-active: var(--colors-base-white-a);
    --input-icon-left-default: var(--colors-base-white-50);
    --input-icon-left-disable: var(--colors-base-white-50);
    --input-icon-left-error: var(--colors-system-error);
    --input-icon-left-filled: var(--colors-base-white-50);
    --input-icon-left-hover: var(--colors-base-white-a);
    --input-icon-right-active: var(--colors-base-white-a);
    --input-icon-right-default: var(--colors-base-white-a);
    --input-icon-right-disable: var(--colors-base-white-50);
    --input-icon-right-error: var(--colors-base-white-a);
    --input-icon-right-filled: var(--colors-base-white-a);
    --input-icon-right-hover: var(--colors-base-white-a);
    --input-label-active: var(--colors-base-white-50);
    --input-label-default: var(--colors-base-white-50);
    --input-label-disable: var(--colors-base-white-50);
    --input-label-error: var(--colors-base-white-50);
    --input-label-filled: var(--colors-base-white-50);
    --input-label-hover: var(--colors-base-white-70);
    --input-text-active: var(--colors-base-white-a);
    --input-text-default: var(--colors-base-white-50);
    --input-text-disable: var(--colors-base-white-50);
    --input-text-error: var(--colors-system-error);
    --input-text-filled: var(--colors-base-white-a);
    --input-text-hover: var(--colors-base-white-a);
    --link-default: var(--colors-global-accent-a);
    --link-hover: var(--colors-global-accent-e);
    --selector-item-a-bg-active: var(--colors-base-black-600);
    --selector-item-a-bg-default: var(--colors-base-no-color);
    --selector-item-a-bg-hover: var(--colors-base-black-600-50);
    --selector-item-a-counter-active: var(--colors-base-white-b);
    --selector-item-a-counter-default: var(--colors-base-white-a);
    --selector-item-a-counter-hover: var(--colors-base-white-b);
    --selector-item-a-icon-active: var(--colors-base-white-a);
    --selector-item-a-icon-default: var(--colors-base-white-50);
    --selector-item-a-icon-hover: var(--colors-base-white-50);
    --selector-item-a-text-active: var(--colors-base-white-a);
    --selector-item-a-text-default: var(--colors-base-white-a);
    --selector-item-a-text-hover: var(--colors-base-white-a);
    --selector-item-b-bg-active: var(--backgrounds-g);
    --selector-item-b-bg-default: var(--backgrounds-a-70);
    --selector-item-b-bg-hover: var(--backgrounds-d-70);
    --selector-item-b-counter-active: var(--colors-base-white-b);
    --selector-item-b-counter-default: var(--colors-base-white-a);
    --selector-item-b-counter-hover: var(--colors-base-white-b);
    --selector-item-b-icon-active: var(--colors-base-white-a);
    --selector-item-b-icon-default: var(--colors-base-white-50);
    --selector-item-b-icon-disabled: var(--colors-base-white-50);
    --selector-item-b-icon-hover: var(--colors-base-white-50);
    --selector-item-b-text-active: var(--colors-base-white-a);
    --selector-item-b-text-default: var(--colors-base-white-a);
    --selector-item-b-text-hover: var(--colors-base-white-a);
    --tab-bg-active: var(--colors-base-black-600);
    --tab-bg-default: var(--colors-base-black-800);
    --tab-bg-hover: var(--colors-base-black-800);
    --tab-icon-active: var(--colors-base-white-a);
    --tab-icon-default: var(--colors-base-white-50);
    --tab-icon-hover: var(--colors-base-white-a);
    --tab-text-active: var(--colors-base-white-a);
    --tab-text-default: var(--colors-base-white-50);
    --tab-text-hover: var(--colors-base-white-a);
    --text-description-a: var(--colors-base-white-70);
    --text-description-b: var(--colors-base-white-50);
    --text-heading: var(--colors-base-white-b);
    --text-text: var(--colors-base-white-a);
    --text-text-accent: var(--colors-global-accent-a);
    --text-text-invert: var(--colors-base-black-1000);
    --filter-input-bg-active: var(--colors-base-black-1000);
    --filter-input-bg-default: var(--colors-base-black-1000);
    --filter-input-bg-disable: var(--colors-base-black-1000-60);
    --filter-input-bg-error: var(--colors-base-black-1000);
    --filter-input-bg-filled: var(--colors-base-black-1000);
    --filter-input-bg-hover: var(--colors-base-black-1000-70);
    --filter-input-border-active: var(--colors-base-white-30);
    --filter-input-border-default: var(--colors-base-white-10);
    --filter-input-border-disable: var(--colors-base-white-4);
    --filter-input-border-error: var(--colors-base-white-10);
    --filter-input-border-filled: var(--colors-base-white-10);
    --filter-input-border-hover: var(--colors-base-white-10);
    --filter-input-border-special-active: var(--colors-base-no-color);
    --filter-input-icon-left-active: var(--colors-base-white-a);
    --filter-input-icon-left-default: var(--colors-base-white-50);
    --filter-input-icon-left-disable: var(--colors-base-white-50);
    --filter-input-icon-left-error: var(--colors-system-error);
    --filter-input-icon-left-filled: var(--colors-global-accent-a);
    --filter-input-icon-left-hover: var(--colors-base-white-a);
    --filter-input-icon-right-active: var(--colors-base-white-a);
    --filter-input-icon-right-default: var(--colors-base-white-a);
    --filter-input-icon-right-disable: var(--colors-base-white-50);
    --filter-input-icon-right-error: var(--colors-base-white-a);
    --filter-input-icon-right-filled: var(--colors-base-white-a);
    --filter-input-icon-right-hover: var(--colors-base-white-a);
    --filter-input-label-active: var(--colors-base-white-a);
    --filter-input-label-default: var(--colors-base-white-a);
    --filter-input-label-disable: var(--colors-base-white-50);
    --filter-input-label-error: var(--colors-base-white-50);
    --filter-input-label-filled: var(--colors-base-white-50);
    --filter-input-label-hover: var(--colors-base-white-a);
    --filter-input-text-active: var(--colors-global-accent-a);
    --filter-input-text-default: var(--colors-base-white-a);
    --filter-input-text-disable: var(--colors-base-white-50);
    --filter-input-text-error: var(--colors-system-error);
    --filter-input-text-filled: var(--colors-global-accent-a);
    --filter-input-text-hover: var(--colors-base-white-a);
    --headings-h1-font-size: 22px;
    --headings-h1-line-height: 34px;
    --headings-h1-weight: 700;
    --headings-h2-font-size: 18px;
    --headings-h2-line-height: 26px;
    --headings-h2-weight: 600;
    --headings-h3-font-size: 16px;
    --headings-h3-line-height: 24px;
    --headings-h3-weight: 600;
    --text-large-bold-caps-font-size: 20px;
    --text-large-bold-caps-line-height: 28px;
    --text-large-bold-caps-weight: 700;
    --text-large-medium-font-size: 20px;
    --text-large-medium-line-height: 28px;
    --text-large-medium-weight: 600;
    --buttons-font-l-font-size: 14px;
    --buttons-font-l-line-height: 16px;
    --buttons-font-l-weight: 700;
    --buttons-font-m-font-size: 14px;
    --buttons-font-m-line-height: 20px;
    --buttons-font-m-weight: 700;
    --buttons-font-s-font-size: 14px;
    --buttons-font-s-line-height: 20px;
    --buttons-font-s-weight: 600;
    --buttons-font-xs-font-size: 12px;
    --buttons-font-xs-line-height: 16px;
    --buttons-font-xs-weight: 500;
    --buttons-font-xxs-font-size: 12px;
    --buttons-font-xxs-line-height: 16px;
    --buttons-font-xxs-weight: 500;
    --description-font-2xs-font-size: 10px;
    --description-font-2xs-line-height: 16px;
    --description-font-2xs-weight: 700;
    --description-font-3xs-font-size: 8px;
    --description-font-3xs-line-height: 12px;
    --description-font-3xs-weight: 500;
    --description-font-xs-font-size: 12px;
    --description-font-xs-line-height: 20px;
    --description-font-xs-weight: 600;
    --profile-sidebar: 0;
    --sidebar-left: 0;
    --number-list: 38px;
    --breakpoint: 375px;
    --buttons-icon-xs: 6px;
    --buttons-icon-s: 8px;
    --buttons-icon-m: 10px;
    --buttons-l-gap: 8px;
    --buttons-l-radius: 12px;
    --buttons-l-vert: 12px;
    --buttons-l-hor: 20px;
    --buttons-m-gap: 8px;
    --buttons-m-radius: 8px;
    --buttons-m-vert: 10px;
    --buttons-m-hor: 16px;
    --buttons-s-gap: 8px;
    --buttons-s-radius: 8px;
    --buttons-s-vert: 10px;
    --buttons-s-hor: 12px;
    --buttons-xs-gap: 8px;
    --buttons-xs-hor: 8px;
    --buttons-xs-radius: 8px;
    --buttons-xs-vert: 8px;
    --chips-m-gap: 8px;
    --chips-m-vert: 10px;
    --chips-m-hor: 16px;
    --chips-m-radius: 8px;
    --chips-s-vert: 6px;
    --chips-s-gap: 8px;
    --chips-s-hor: 8px;
    --chips-s-radius: 6px;
    --game-cards-circle-s: 36px;
    --game-cards-circle-m: 52px;
    --game-cards-circle-l: 60px;
    --game-cards-height-l: 83px;
    --game-cards-height-xs: 102px;
    --game-cards-height-s: 137px;
    --game-cards-height-m: 150px;
    --game-cards-width-xs: 83px;
    --game-cards-width-l: 108px;
    --game-cards-width-s: 110px;
    --game-cards-width-m: 120px;
    --roundings-s: 8px;
    --roundings-xs: 8px;
    --roundings-m: 12px;
    --roundings-l: 16px;
    --spacings-3xs: 1px;
    --spacings-2xs: 4px;
    --spacings-xs: 4px;
    --spacings-m: 8px;
    --spacings-s: 8px;
    --spacings-l: 12px;
    --spacings-page-paddings: 16px;
    --spacings-xl: 16px;
    --spacings-2xl: 20px;
    --spacings-3xl: 24px;
    --tabs-l-gap: 8px;
    --tabs-l-hor: 16px;
    --tabs-l-vert: 16px;
    --tabs-l-radius: 100px;
    --tabs-m-gap: 8px;
    --tabs-m-vert: 10px;
    --tabs-m-hor: 14px;
    --tabs-m-radius: 8px;
    --tabs-s-gap: 8px;
    --tabs-s-vert: 10px;
    --tabs-s-hor: 12px;
    --tabs-s-radius: 8px;
    --stories-widht: 375px;
    --stories-height: 700px;
    --stories-game-widht: 225px;
    --stories-game-height: 280px;
    --stories-game-roudings: 20px;
    --msp-notifications-height: 80px
}

@media(min-width: 640px) {
    :root {
        --bottom-menu-padding-bottom:86px;
        --headings-h1-font-size: 24px;
        --headings-h1-line-height: 30px;
        --headings-h2-font-size: 20px;
        --headings-h2-line-height: 28px;
        --headings-h3-font-size: 18px;
        --headings-h3-line-height: 28px;
        --buttons-font-l-font-size: 16px;
        --buttons-font-l-line-height: 24px;
        --buttons-font-xs-font-size: 14px;
        --buttons-font-xs-line-height: 20px;
        --description-font-2xs-weight: 600;
        --number-list: 40px;
        --breakpoint: 640px;
        --buttons-l-vert: 14px;
        --buttons-l-hor: 30px;
        --buttons-xs-hor: 12px;
        --chips-s-hor: 12px;
        --game-cards-height-s: 150px;
        --game-cards-height-m: 180px;
        --game-cards-height-l: 226px;
        --game-cards-width-s: 120px;
        --game-cards-width-l: 144px;
        --game-cards-width-m: 144px;
        --roundings-m: 16px;
        --roundings-l: 24px;
        --spacings-3xs: 2px;
        --spacings-xs: 8px;
        --spacings-m: 12px;
        --spacings-l: 16px;
        --spacings-page-paddings: 20px;
        --spacings-xl: 20px;
        --spacings-2xl: 24px;
        --spacings-3xl: 30px;
        --tabs-l-hor: 20px;
        --tabs-l-vert: 20px;
        --stories-widht: 374px;
        --stories-height: 640px;
        --stories-game-widht: 180px;
        --stories-game-height: 224px;
        --stories-game-roudings: 16px
    }
}

@media(min-width: 1140px) {
    :root {
        --top-bar-height:76px;
        --header-height: calc(var(--top-bar-height) + 12px);
        --back-title-height: 40px;
        --bottom-menu-padding-bottom: 0;
        --content-width: calc(100% - var(--menu-burger-width));
        --headings-h1-font-size: 28px;
        --headings-h1-line-height: 36px;
        --headings-h2-font-size: 24px;
        --headings-h2-line-height: 36px;
        --headings-h3-font-size: 20px;
        --buttons-font-l-font-size: 20px;
        --buttons-font-l-line-height: 28px;
        --number-list: 44px;
        --sidebar-left: 260px;
        --profile-sidebar: 280px;
        --breakpoint: 1140px;
        --buttons-icon-s: 10px;
        --buttons-icon-m: 14px;
        --buttons-l-radius: 16px;
        --buttons-l-vert: 16px;
        --buttons-m-radius: 12px;
        --buttons-m-vert: 14px;
        --buttons-m-hor: 20px;
        --chips-m-hor: 20px;
        --game-cards-height-xs: 120px;
        --game-cards-height-s: 180px;
        --game-cards-height-m: 200px;
        --game-cards-height-l: 316px;
        --game-cards-width-xs: 96px;
        --game-cards-width-s: 144px;
        --game-cards-width-m: 160px;
        --game-cards-width-l: 208px;
        --roundings-s: 12px;
        --roundings-xs: 12px;
        --roundings-l: 30px;
        --spacings-3xs: 4px;
        --spacings-2xs: 8px;
        --spacings-s: 12px;
        --spacings-m: 16px;
        --spacings-l: 20px;
        --spacings-page-paddings: 24px;
        --spacings-xl: 24px;
        --spacings-2xl: 30px;
        --spacings-3xl: 40px;
        --tabs-m-vert: 14px;
        --tabs-m-radius: 12px;
        --tabs-s-hor: 16px
    }
}

@media(min-width: 1628px) {
    :root {
        --headings-h1-font-size:34px;
        --headings-h1-line-height: 46px;
        --headings-h2-font-size: 26px;
        --number-list: 48px;
        --profile-sidebar: 300px;
        --sidebar-left: 300px;
        --breakpoint: 1628px;
        --buttons-l-vert: 20px;
        --buttons-l-hor: 50px;
        --chips-s-vert: 8px;
        --chips-s-hor: 16px;
        --game-cards-height-m: 224px;
        --game-cards-height-l: 288px;
        --game-cards-width-m: 180px;
        --game-cards-width-l: 230px;
        --roundings-s: 16px;
        --roundings-m: 20px;
        --spacings-xs: 12px;
        --spacings-s: 16px;
        --spacings-m: 20px;
        --spacings-l: 24px;
        --spacings-page-paddings: 30px;
        --spacings-xl: 30px;
        --spacings-2xl: 40px;
        --spacings-3xl: 56px;
        --tabs-l-hor: 24px;
        --tabs-l-vert: 24px;
        --tabs-m-hor: 16px;
        --stories-widht: 500px;
        --stories-height: 796px;
        --stories-game-widht: 225px;
        --stories-game-height: 280px;
        --stories-game-roudings: 20px
    }
}

.menu-opened {
    --content-width: calc(100% - var(--sidebar-left))
}

html {
    height: -webkit-fill-available;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

body {
    background-color: var(--backgrounds-a);
    color: var(--text-text);
    font-family: var(--font-inter);
    font-size: 21px;
    line-height: 1.48;
    --record-winnings-animation-color: var(--white)
}

body.is-visible-capcha {
    margin-top: 0!important
}

a {
    color: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none
}

.no-touch a:hover {
    cursor: pointer
}

.accordion-1__item-cont-text a,.accordion-1__item-table-item a,.accordion-1__list a,.antilock-page .static-page__item-text a,.bonus-faq__item-text a,.checkbox__pseudo-label a,.confirmed-phone__footer a,.email-one-time-password-form__footer a,.error-block__notice a,.input-field__error a,.partners-contests-stream__disclaimer a,.payment-not-wagered-modal__disclaimer a,.privacy-policy-page__item a,.promo-code-form__description a,.promo-event__rules a,.rakeback-info__content-text a,.registration-form__captcha-text a,.self-exclusion-notice a,.seo-block-content__casino-links a,.text-1 a,.unlock-account-by-phone-modal a,.v-popper--theme-tooltip a,.vue-notification a,a.border {
    text-decoration-line: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.accordion-1__item-cont-text a,.accordion-1__item-table-item a,.accordion-1__list a,.app-page__install-instruction a,.bonus-faq__item-text a,.bonuses-info__birthday-text a,.bottom-confirm-notify__text a,.checkbox__pseudo-label a,.confirmed-phone__footer a,.default-modal__desc a,.email-one-time-password-form__footer a,.error-block__notice a,.info-message__text a,.input-field__error a,.partners-contests-stream__disclaimer a,.payment-not-wagered-modal__disclaimer a,.privacy-policy-page__item a,.promo-code-form__description a,.promo-event__rules a,.promocode-tooltip__body a,.rakeback-info__content-text a,.registration-form__captcha-text a,.self-exclusion-notice a,.seo-block-content__casino-links a,.static-page__item-text a,.text-1 a,.unlock-account-by-phone-modal a,.vue-notification a,a .v-popper--theme-tooltip {
    color: var(--link-default);
    font: inherit;
    line-height: inherit;
    transition: color .2s ease-out
}

.no-touch .accordion-1__item-cont-text a:hover,.no-touch .accordion-1__item-table-item a:hover,.no-touch .accordion-1__list a:hover,.no-touch .app-page__install-instruction a:hover,.no-touch .bonus-faq__item-text a:hover,.no-touch .bonuses-info__birthday-text a:hover,.no-touch .bottom-confirm-notify__text a:hover,.no-touch .checkbox__pseudo-label a:hover,.no-touch .confirmed-phone__footer a:hover,.no-touch .default-modal__desc a:hover,.no-touch .email-one-time-password-form__footer a:hover,.no-touch .error-block__notice a:hover,.no-touch .info-message__text a:hover,.no-touch .input-field__error a:hover,.no-touch .partners-contests-stream__disclaimer a:hover,.no-touch .payment-not-wagered-modal__disclaimer a:hover,.no-touch .privacy-policy-page__item a:hover,.no-touch .promo-code-form__description a:hover,.no-touch .promo-event__rules a:hover,.no-touch .promocode-tooltip__body a:hover,.no-touch .rakeback-info__content-text a:hover,.no-touch .registration-form__captcha-text a:hover,.no-touch .self-exclusion-notice a:hover,.no-touch .seo-block-content__casino-links a:hover,.no-touch .static-page__item-text a:hover,.no-touch .text-1 a:hover,.no-touch .unlock-account-by-phone-modal a:hover,.no-touch .vue-notification a:hover,.no-touch a .v-popper--theme-tooltip:hover {
    color: var(--link-hover)
}

.link {
    color: var(--link-default);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    transition: color .2s ease-out
}

.no-touch .link:hover {
    color: var(--link-hover);
    cursor: pointer
}

.link.border {
    text-decoration-line: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.c-pointer {
    cursor: pointer
}

.text-nowrap {
    white-space: nowrap
}

.text-accent {
    color: var(--text-text-accent)
}

.text-accent-invert {
    color: var(--text-text-invert)
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

ul a {
    border-bottom: 0;
    line-height: inherit
}

.default-ol,.default-ul {
    margin-bottom: 20px
}

.default-ol:last-child,.default-ul:last-child {
    margin-bottom: 0
}

.default-ol li,.default-ul li {
    margin-bottom: 12px
}

.default-ol li:last-child,.default-ul li:last-child {
    margin-bottom: 0
}

.default-ul li {
    padding-left: 21px;
    position: relative
}

.default-ul li:before {
    background-color: var(--gray-500);
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 8px;
    position: absolute;
    top: 7px;
    width: 4px
}

@media(min-width: 1140px) {
    .default-ul li:before {
        top:10px
    }
}

.default-ol {
    list-style: decimal;
    padding-left: 21px
}

img {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    width: 100%
}

.registration-form__form-wr .vb-content {
    -webkit-overflow-scrolling: auto
}

.touch .custom-modal__inner .vb-content {
    padding-right: 0!important;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.touch .custom-modal__inner .vb-content::-webkit-scrollbar {
    display: none
}

@media(min-width: 1140px) {
    .reg-form__wr {
        padding:20px 0 0
    }
}

.spt-bet-slip svg {
    pointer-events: auto
}

.swiper-pagination {
    bottom: 0;
    display: block;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translate(-50%);
    white-space: nowrap
}

@media(min-width: 713px) {
    .swiper-pagination {
        display:none
    }
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullet {
    background-color: var(--orange-500-p-20);
    border-radius: 50%;
    display: inline-block;
    height: 6px;
    margin-right: 4px;
    transition: transform .2s,left .2s;
    width: 6px
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullet-active {
    background-color: var(--orange-500)
}

@media(max-width: 768px) {
    div[style*="transition: visibility 0s linear 0s"],div[style*="transition: visibility linear, opacity 0.3s linear"] {
        background-color:transparent!important;
        border: none!important;
        box-shadow: none!important;
        display: flex;
        height: 100%!important;
        left: 0!important;
        overflow: auto;
        top: 0!important;
        width: 100%!important
    }

    div[style*="transition: visibility 0s linear 0s"] div:last-child,div[style*="transition: visibility linear, opacity 0.3s linear"] div:last-child {
        display: flex;
        margin: 0 auto
    }
}

input::-webkit-input-placeholder {
    color: var(--input-text-default);
    font-weight: 500
}

input::-moz-placeholder {
    color: var(--input-text-default);
    font-weight: 500
}

input:-ms-input-placeholder {
    color: var(--input-text-default);
    font-weight: 500
}

input:-moz-placeholder {
    color: var(--input-text-default);
    font-weight: 500
}

input:focus::-webkit-input-placeholder {
    color: var(--input-text-default)
}

input:focus::-moz-placeholder {
    color: var(--input-text-default)
}

input:focus:-ms-input-placeholder {
    color: var(--input-text-default)
}

input:focus:-moz-placeholder {
    color: var(--input-text-default)
}

.system-select {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media(min-width: 1628px) {
    :root {
        --game-sidebar-width:340px
    }
}

.filter-stick {
    display: flex
}

@media(min-width: 1140px) {
    .filter-stick {
        padding-bottom:12px;
        width: 100%
    }
}

@media(min-width: 1921px) {
    .filter-stick {
        max-width:calc(1920px - var(--menu-burger-width-opened));
        --window-width: 1920px
    }

    .filter-stick:before {
        display: none
    }
}

@media(min-width: 1140px) {
    sport-betslip {
        z-index:calc(var(--top-bar-layer) - 1)!important
    }
}

.overflow--hidden,.overflow--hidden-fixed {
    overflow: hidden!important
}

.overflow--hidden-fixed {
    inset: 0;
    position: fixed!important
}

.safari-fixed {
    box-sizing: border-box;
    height: calc(100vh - 1px);
    overscroll-behavior: none;
    position: fixed!important
}

@supports (height: 100dvh) {
    .safari-fixed {
        height:calc(100dvh - 1px)
    }
}

.overflow--hidden-scrollBar {
    overflow-x: hidden!important;
    overflow-y: scroll!important
}

.hidden {
    display: none!important
}

.currency-sumbol {
    margin-left: .3em
}

.fw-600 {
    font-weight: 600
}

.ta-center {
    text-align: center
}

.no-border {
    border: none!important
}

.relative {
    position: relative
}

.pointer-event-none,.pointer-none {
    pointer-events: none
}

.scroll-touch {
    -webkit-overflow-scrolling: touch
}

.scroll-auto {
    -webkit-overflow-scrolling: auto
}

.no-shadow {
    box-shadow: none!important
}

.justify-right {
    justify-content: flex-end!important
}

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

.orange {
    color: var(--colors-global-accent-b)
}

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

.text-no-wrap {
    white-space: nowrap
}

@media(max-width: 639px) {
    .no-mobile {
        display:none
    }
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff")
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper: before {
    height:var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: #00000026
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-lazy-preloader {
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.badge {
    background-color: var(--colors-global-accent-a);
    border-radius: .8666666667rem;
    color: #fff;
    display: inline-block;
    font-size: .6666666667rem;
    font-weight: 600;
    letter-spacing: -.0066666667rem;
    margin-right: .2666666667rem;
    min-height: 1.2rem;
    min-width: 2.4rem;
    padding: .1333333333rem .6666666667rem .0666666667rem;
    text-align: center
}

.no-touch .badge {
    box-shadow: 0 2px 6px 0 var(--colors-global-accent-a)
}

.badge:last-child {
    margin-right: 0
}

@media(min-width: 713px)and (max-width:1280px) {
    .badge {
        border-radius:13px;
        font-size: 10px;
        letter-spacing: -.1px;
        margin-right: 4px;
        min-height: 18px;
        min-width: 36px;
        padding: 2px 10px 1px
    }
}

@media(min-width: 1281px) {
    .badge {
        border-radius:13px;
        font-size: 12px;
        letter-spacing: -.1px;
        margin-right: 6px;
        min-height: 26px;
        min-width: 52px;
        padding: 5px 14px 4px
    }
}

.badge--red {
    background-color: var(--colors-system-error)
}

.no-touch .badge--red {
    box-shadow: 0 2px 6px 0 var(--colors-system-error)
}

.badge--yellow {
    background-color: var(--colors-global-accent-b)
}

.no-touch .badge--yellow {
    box-shadow: 0 2px 6px 0 var(--colors-global-accent-b)
}

.badge--blue {
    background-color: var(--colors-global-accent-c)
}

.no-touch .badge--blue {
    box-shadow: 0 2px 6px 0 var(--colors-global-accent-c)
}

.badge-rtp {
    border-radius: 2px;
    padding: .1333333333rem .3333333333rem
}

.no-touch .badge-rtp {
    box-shadow: 0 0
}

@media(min-width: 1281px) {
    .badge-rtp {
        padding-top:.2777777778rem
    }
}

.badge--lg {
    border-radius: .4666666667rem;
    font-size: 1.0666666667rem;
    letter-spacing: -.06rem;
    padding: .6rem .8rem .4666666667rem
}

.no-touch .badge--lg {
    box-shadow: none
}

@media screen and (min-width: 713px) {
    .badge--lg {
        letter-spacing:-.9px
    }
}

@media(min-width: 713px)and (max-width:1280px) {
    .badge--lg {
        border-radius:7px;
        font-size: 16px;
        padding: 9px 12px 7px
    }
}

@media(min-width: 1281px) {
    .badge--lg {
        border-radius:10px;
        font-size: 21px;
        padding: 12px 15px 9px
    }
}

.badge--event {
    align-items: center;
    background-color: var(--colors-base-black-500-50);
    border-radius: .3333333333rem;
    color: var(--colors-global-accent-b);
    display: flex;
    font-size: 1.4rem;
    height: 2.9333333333rem;
    justify-content: center;
    min-width: unset;
    padding: 0;
    width: 2.9333333333rem
}

.no-touch .badge--event {
    box-shadow: none
}

.badge--event span {
    display: block
}

@media screen and (min-width: 713px) {
    .badge--event {
        border-radius:5px;
        font-size: 21px;
        height: 44px;
        width: 44px
    }
}

.game-currency-usd {
    display: flex;
    flex-direction: column;
    gap: var(--spacings-xl);
    max-width: 100%;
    position: relative
}

@media(min-width: 1140px) {
    .game-currency-usd {
        background-color:var(--backgrounds-a);
        border-radius: var(--roundings-l);
        padding: var(--spacings-2xl);
        width: 500px
    }
}

.game-currency-usd__img-wr {
    align-items: center;
    display: flex;
    height: 80px;
    justify-content: center;
    margin: auto;
    width: 80px
}

.game-currency-usd__close {
    display: none
}

.game-currency-usd__img {
    height: 60px;
    width: 60px
}

.game-currency-usd__text {
    font-size: var(--headings-h3-font-size);
    font-weight: var(--headings-h3-weight);
    line-height: var(--headings-h3-line-height);
    margin-top: var(--spacings-xl);
    padding: var(--spacings-xs) 0;
    text-align: center
}

@media(min-width: 1140px) {
    .game-currency-usd__text {
        padding:0
    }
}

.game-currency-usd__btn {
    margin: 0 auto;
    width: min(100%,440px)
}

.v-select {
    margin-bottom: 40px;
    position: relative
}

.v-select.v-select--full-border .vs__selected {
    font-size: 14px;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: -.6px;
    margin-left: 15px;
    padding: 0;
    text-transform: none
}

.v-select.v-select--full-border .vs__search {
    border: 2px solid var(--border-a);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 10px 30px 10px 15px;
    width: 100%
}

.v-select .vs__actions {
    right: 10px
}

.v-select .vs__open-indicator {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='166.7' height='100' viewBox='0 0 166.7 100'%3E%3Ctitle%3EE68D4FDE-977B-43D7-BBED-CB77B8941C90%3C/title%3E%3Cpath d='M162.6 4.2c-2.4-2.4-5.2-3.7-8.4-3.7s-5.9 1.2-7.9 3.7l-62.9 67-62.9-67c-5.5-5.6-11-5.6-16.4 0q-8.25 7.8 0 16.2l71.1 75.9c2.4 2.4 5.1 3.7 8.2 3.7s5.8-1.2 8.2-3.7l71.1-75.9c5.3-5.6 5.3-11-.1-16.2' style='fill:%239b9084'/%3E%3C/svg%3E")!important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    height: 8px;
    transition: all .2s ease-out;
    width: 13px
}

.v-select-label {
    background-color: var(--backgrounds-a);
    font-size: 12px;
    left: 10px;
    letter-spacing: -.4px;
    line-height: 1;
    padding: 2px 5px;
    position: absolute;
    top: -7px
}

.vs__dropdown-toggle {
    cursor: pointer;
    position: relative
}

.vs__search::-moz-placeholder {
    border: none;
    font-variant: small-caps;
    text-transform: lowercase
}

.vs__dropdown-menu,.vs__dropdown-toggle,.vs__search::placeholder {
    border: none;
    font-variant: small-caps;
    text-transform: lowercase
}

.vs__open-indicator {
    font-weight: 400
}

.vs__search {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--border-a);
    border-radius: 0;
    cursor: pointer;
    display: block;
    width: 100%
}

.vs__actions,.vs__actions .vs__open-indicator {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.vs__dropdown-menu {
    background-color: var(--backgrounds-a);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    cursor: pointer;
    left: 0;
    max-height: 230px;
    overflow: hidden scroll;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 15
}

.vs__dropdown-menu::-webkit-scrollbar {
    width: 10px
}

.vs__dropdown-menu::-webkit-scrollbar-thumb {
    background-color: var(--backgrounds-e-4);
    border: 3px solid var(--border-a);
    border-radius: 16px
}

.vs__dropdown-menu::-webkit-scrollbar-button {
    display: none
}

.vs__dropdown-option {
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 200;
    line-height: 1;
    padding: 17px 15px 17px 17px;
    transition: all .2s ease-out
}

.vs__dropdown-option.vs__dropdown-option--highlight {
    background-color: var(--backgrounds-e)
}

.vs__dropdown-option.vs__dropdown-option--selected {
    background-color: var(--backgrounds-e-4)
}

.vs__selected {
    background-color: transparent!important;
    font-size: 14px;
    font-weight: 600;
    left: 0;
    line-height: 1;
    padding: 6px 0 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.native-tooltip__head {
    color: var(--gray-500);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px
}

@media(min-width: 640px) {
    .native-tooltip__head {
        color:var(--white)
    }
}

@media(max-width: 1139px) {
    .bottom-sheet--profile .promocode-form__bottom-sheet .native-tooltip__head {
        padding:0 24px
    }
}

.native-tooltip__body {
    color: var(--text-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px
}

@media(max-width: 1139px) {
    .bottom-sheet--profile .promocode-form__bottom-sheet .native-tooltip__body {
        padding:0 24px 24px
    }

    .promocode-form__bottom-sheet .native-tooltip__body {
        padding: 0
    }
}

.native-tooltip__body:last-child {
    margin-bottom: 0
}

.v-popper__popper {
    z-index: 10035!important
}

.promocode-form__form .v-popper__popper {
    max-width: 288px
}

.msp-tooltip .v-popper__inner,.page-profile .v-popper--theme-tooltip .v-popper__inner,.v-popper--theme-deposit-promocode-tooltip .v-popper__inner,.v-popper--theme-group-tournament-tooltip .v-popper__inner,.v-popper--theme-masked-field .v-popper__inner,.v-popper--theme-promo-tooltip .v-popper__inner,.v-popper--theme-promo-tournament-tooltip .v-popper__inner,.v-popper--theme-promocode-tooltip .v-popper__inner,.v-popper--theme-tooltip.v-popper--theme-tooltip .v-popper__inner,.v-popper--theme-tournaments-tooltip .v-popper__inner {
    background-color: var(--backgrounds-g);
    border-radius: 12px;
    box-shadow: var(--tags-and-small-white-card);
    color: var(--text-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    max-width: 296px;
    padding: 12px 16px;
    text-align: left
}

.msp-tooltip .v-popper__inner a,.page-profile .v-popper--theme-tooltip .v-popper__inner a,.v-popper--theme-deposit-promocode-tooltip .v-popper__inner a,.v-popper--theme-group-tournament-tooltip .v-popper__inner a,.v-popper--theme-masked-field .v-popper__inner a,.v-popper--theme-promo-tooltip .v-popper__inner a,.v-popper--theme-promo-tournament-tooltip .v-popper__inner a,.v-popper--theme-promocode-tooltip .v-popper__inner a,.v-popper--theme-tooltip.v-popper--theme-tooltip .v-popper__inner a,.v-popper--theme-tournaments-tooltip .v-popper__inner a {
    color: var(--link-default);
    transition: color .2s ease-out
}

.no-touch .msp-tooltip .v-popper__inner a:hover,.no-touch .page-profile .v-popper--theme-tooltip .v-popper__inner a:hover,.no-touch .v-popper--theme-deposit-promocode-tooltip .v-popper__inner a:hover,.no-touch .v-popper--theme-group-tournament-tooltip .v-popper__inner a:hover,.no-touch .v-popper--theme-masked-field .v-popper__inner a:hover,.no-touch .v-popper--theme-promo-tooltip .v-popper__inner a:hover,.no-touch .v-popper--theme-promo-tournament-tooltip .v-popper__inner a:hover,.no-touch .v-popper--theme-promocode-tooltip .v-popper__inner a:hover,.no-touch .v-popper--theme-tooltip.v-popper--theme-tooltip .v-popper__inner a:hover,.no-touch .v-popper--theme-tournaments-tooltip .v-popper__inner a:hover {
    color: var(--link-hover)
}

.v-popper--theme-tooltip.promo-strategy__tooltip .v-popper__inner {
    max-width: 384px;
    padding: 20px
}

.v-popper--theme-tooltip.msp-tooltip .v-popper__inner {
    max-width: 250px
}

.v-popper--theme-tooltip.bonus-store-balance__popper .v-popper__inner {
    max-width: 343px;
    padding: 20px
}

@media(min-width: 1140px) {
    .v-popper--theme-tooltip.bonus-store-balance__popper .v-popper__inner {
        max-width:346px
    }
}

.v-popper--theme-tooltip.bonus-store-tooltip--tooltip .v-popper__inner {
    padding: 20px
}

.v-popper--theme-tooltip.v-popper--large .v-popper__inner {
    border-radius: var(--roundings-xs);
    padding: 20px
}

.v-popper--theme-masked-field .v-popper__inner {
    padding: 20px
}

.promocode-form__form .v-popper--theme-tooltip .v-popper__inner {
    border-radius: var(--roundings-xs);
    padding: 20px
}

@media(max-width: 639px) {
    .promocode-form__form .v-popper--theme-tooltip .v-popper__inner {
        max-width:288px
    }
}

@media(min-width: 640px)and (max-width:1139px) {
    .promocode-form__form .v-popper--theme-tooltip .v-popper__inner {
        transform:translate(-18px)
    }
}

@media(min-width: 1140px) {
    .promocode-form__form .v-popper--theme-tooltip .v-popper__inner {
        transform:translate(14px)
    }
}

.v-popper--theme-tournaments-tooltip .v-popper__inner {
    padding: 20px
}

.v-popper--theme-tooltip.friends-and-referrals-rewards__tooltip-wr .v-popper__inner {
    min-width: 288px;
    padding: 20px
}

@media(min-width: 1140px) {
    .v-popper--theme-tooltip.friends-and-referrals-rewards__tooltip-wr .v-popper__inner {
        min-width:346px
    }
}

.v-popper__popper.v-popper--theme-dropdown .v-popper__inner {
    background-color: var(--backgrounds-a);
    border: none;
    border-radius: 16px;
    box-shadow: var(--inner-shadow);
    color: inherit;
    position: relative
}

.player-account-select__currency-tooltip.v-popper--theme-tooltip .v-popper__inner,.player-account-select__tooltip.v-popper--theme-tooltip .v-popper__inner {
    border-radius: var(--roundings-xs);
    max-width: 330px;
    padding: 20px
}

.menu-tooltip.v-popper--theme-tooltip .v-popper__inner {
    align-items: center;
    background-color: var(--backgrounds-a);
    box-shadow: var(--inner-shadow);
    display: flex;
    left: 7px;
    line-height: 20px;
    min-height: 48px;
    padding: 4px 12px
}

.v-popper--theme-group-tournament-tooltip .v-popper__inner {
    max-width: 288px;
    text-align: left;
    transform: translate(-15px)
}

.player-account-select__info .v-popper__inner {
    transform: translate(-16px)
}

@media(min-width: 640px) {
    .player-account-select__info .v-popper__inner {
        transform:translate(0)
    }
}

.v-popper--theme-deposit-promocode-tooltip .v-popper__inner {
    max-width: 443px;
    padding: 20px;
    text-align: left;
    transform: translate(0)
}

.v-popper--theme-promocode-tooltip .v-popper__inner {
    padding: 20px;
    text-align: left
}

.profile-promocode .v-popper--theme-promocode-tooltip .v-popper__inner {
    max-width: 250px;
    right: 102px
}

@media(min-width: 1628px) {
    .profile-promocode .v-popper--theme-promocode-tooltip .v-popper__inner {
        max-width:272px;
        right: 113px
    }
}

.bonuses-page .v-popper--theme-promocode-tooltip .v-popper__inner {
    max-width: 352px;
    right: 68px;
    transform: translate(-4px)
}

@media(min-width: 1628px) {
    .bonuses-page .v-popper--theme-promocode-tooltip .v-popper__inner {
        transform:translate(-84px)
    }
}

.registration-form__promocode-form .v-popper__inner {
    max-width: 288px;
    padding: 24px;
    right: 10px;
    text-align: left
}

@media(min-width: 640px) {
    .registration-form__promocode-form .v-popper__inner {
        right:0;
        z-index: 1000
    }
}

@media(min-width: 1140px) {
    .registration-form__promocode-form .v-popper__inner {
        right:16px
    }
}

.partners-contests-create-contest__settings--participant .v-popper--theme-tooltip .v-popper__inner,.partners-contests-create-contest__settings--prize .v-popper--theme-tooltip .v-popper__inner {
    max-width: 288px;
    min-width: 288px
}

.v-popper--theme-promo-tooltip .v-popper__inner,.v-popper--theme-promo-tournament-tooltip .v-popper__inner {
    max-width: 266px;
    text-align: left
}

@media(min-width: 640px) {
    .v-popper--theme-promo-tooltip .v-popper__inner,.v-popper--theme-promo-tournament-tooltip .v-popper__inner {
        max-width:296px
    }
}

.v-popper--theme-promo-tooltip .v-popper__inner {
    padding: 20px
}

.v-popper--theme-promo-tournament-tooltip .v-popper__inner {
    transform: translate(16px)
}

.v-popper--theme-tournaments-tooltip .v-popper__inner {
    max-width: 330px;
    min-width: 200px;
    transform: translate(-10px)
}

@media(min-width: 1140px) {
    .v-popper--theme-tournaments-tooltip .v-popper__inner {
        min-width:296px;
        padding: 20px;
        transform: translate(-20px)
    }
}

.v-popper--theme-masked-field .v-popper__inner {
    min-width: 330px
}

.profile-subscriptions .v-popper__inner {
    transform: translate(-3px)
}

@media(max-width: 1139px) {
    .profile-subscriptions .v-popper__inner {
        transform:translate(-8px)
    }
}

@media(max-width: 639px) {
    .super-widget-full .promo-slider--superwidget-tournaments-expired .v-popper__inner,.super-widget-full .promo-slider--superwidget-tournaments-future .v-popper__inner {
        transform:translate(57px)
    }
}

@media(min-width: 640px)and (max-width:1139px) {
    .super-widget-full .promo-slider--superwidget-tournaments-expired .v-popper__inner,.super-widget-full .promo-slider--superwidget-tournaments-future .v-popper__inner {
        transform:translate(2px)
    }
}

.birthday-calendar-popper .v-popper__inner {
    max-width: 344px
}

.birthday-calendar-popper--error[data-popper-placement^=bottom] .v-popper__inner {
    margin-top: -20px
}

.game-tooltip--bonus .v-popper__inner {
    max-width: 164px!important
}

.game-tooltip--no-bonus .v-popper__inner {
    max-width: 182px!important
}

.friends-and-referrals-invite__tooltip-wr .v-popper__inner {
    border-radius: var(--roundings-xs);
    max-width: 288px!important;
    padding: 20px!important
}

@media(min-width: 1140px) {
    .friends-and-referrals-invite__tooltip-wr .v-popper__inner {
        max-width:346px!important
    }
}

.registration-form__promocode-form.promocode-form .v-popper__inner {
    max-width: 288px!important;
    transform: translate(18px)
}

@media(min-width: 640px) {
    .registration-form__promocode-form.promocode-form .v-popper__inner {
        transform:translate(8px,2px)
    }
}

.v-popper__popper.v-popper__custom-select .v-popper__inner {
    box-shadow: var(--drop-down-shadow)
}

.v-popper--theme-tooltip.wager-unlock-tooltip .v-popper__inner {
    background-color: var(--backgrounds-a);
    max-width: 288px;
    padding: 20px
}

.v-popper--theme-tooltip.wager-unlock-tooltip .v-popper__inner div {
    color: var(--text-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-transform: none
}

.page-profile .v-popper--theme-tooltip .v-popper__arrow-outer,.partners-contests-create-contest .v-popper__arrow-outer,.v-popper--theme-deposit-promocode-tooltip .v-popper__arrow-outer,.v-popper--theme-group-tournament-tooltip .v-popper__arrow-outer,.v-popper--theme-masked-field .v-popper__arrow-outer,.v-popper--theme-promo-tooltip .v-popper__arrow-outer,.v-popper--theme-promo-tournament-tooltip .v-popper__arrow-outer,.v-popper--theme-promocode-tooltip .v-popper__arrow-outer,.v-popper--theme-tooltip.v-popper--theme-tooltip .v-popper__arrow-outer,.v-popper--theme-tournaments-tooltip .v-popper__arrow-outer {
    border: 10px solid var(--backgrounds-g);
    border-color: var(--backgrounds-g)
}

.v-popper--theme-tooltip.wager-unlock-tooltip .v-popper__arrow-outer {
    border-color: var(--backgrounds-a)
}

@media(max-width: 639px) {
    .v-popper--theme-promo-tournament-tooltip .v-popper__arrow-outer {
        left:unset
    }
}

.msp-tooltip .v-popper__arrow-outer,.partners-contests-create-contest__settings--participant .v-popper__arrow-outer,.partners-contests-create-contest__settings--prize .v-popper__arrow-outer,.player-account-select__currency-tooltip .v-popper__arrow-outer,.player-account-select__info .v-popper__arrow-outer,.profile-subscriptions .v-popper__arrow-outer,.registration-form__promocode-form .v-popper__arrow-outer,.v-popper--theme-masked-field .v-popper__arrow-outer,.v-popper--theme-promo-tournament-tooltip .v-popper__arrow-outer,.v-popper--theme-tournaments-tooltip .v-popper__arrow-outer {
    transform: translate(-4px)
}

.v-popper--theme-deposit-promocode-tooltip .v-popper__arrow-outer,.v-popper--theme-group-tournament-tooltip .v-popper__arrow-outer,.v-popper--theme-promocode-tooltip .v-popper__arrow-outer {
    transform: translate(-5px)
}

@media(max-width: 360px) {
    .partners-contests-create-contest__settings--participant .v-popper__arrow-outer {
        transform:translate(-8px)
    }
}

.v-popper--theme-promo-tooltip .v-popper__arrow-outer {
    transform: translate(-1px)
}

@media(min-width: 1140px) {
    .v-popper--theme-promo-tooltip .v-popper__arrow-outer {
        transform:translate(0)
    }
}

.game-tooltip .v-popper__arrow-outer {
    transform: translate(-4px)
}

.menu-tooltip .v-popper__arrow-container,.v-popper--theme-dropdown .v-popper__arrow-container {
    display: none
}

.v-popper--theme-promo-tooltip .v-popper__arrow-container {
    width: 16px
}

.bonus-store-balance__popper .v-popper__arrow-container,.v-popper--theme-tooltip.wager-unlock-tooltip .v-popper__arrow-container {
    width: 18px
}

.friends-and-referrals-invite__tooltip-wr .v-popper__arrow-container {
    width: 20px
}

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

.tooltip-paragraph {
    margin-bottom: 8px
}

.tooltip-paragraph:last-child {
    margin-bottom: 0
}

.main-wrapper .vue-slider-rail {
    background-color: var(--backgrounds-a);
    border: none;
    border-radius: 3px;
    box-shadow: none;
    cursor: pointer;
    height: 4px
}

.main-wrapper .vue-slider-rail .vue-slider-process {
    background-color: var(--colors-global-accent-b);
    border-radius: 3px
}

.main-wrapper .vue-slider-dot {
    height: 26px!important;
    width: 26px!important
}

.main-wrapper .vue-slider-dot .vue-slider-dot-handle {
    background-color: var(--colors-global-accent-b);
    border: 4px solid var(--border-a);
    border-radius: 50%;
    box-shadow: unset;
    height: 100%
}

.payment__close {
    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 .payment__close:hover {
    background-color: var(--buttons-secondary-c-bg-hover)
}

.payment__close-ic {
    color: var(--buttons-secondary-c-icon-default);
    height: auto;
    padding: 2px;
    width: 20px
}

.no-touch .custom-modal__close-wr:hover .payment__close-ic,.no-touch .payment__close:hover .payment__close-ic {
    color: var(--buttons-secondary-c-icon-hover)
}

.payment-modal {
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    width: 100%
}

.payment-modal .vb-content:has(.bottom-sheet.opened) {
    overflow: hidden!important
}

@media(min-width: 640px) {
    .payment-modal {
        border-radius:32px;
        max-height: 700px;
        width: 576px
    }
}

.payment-modal__body-wrap-up {
    flex: 1
}

.payment-modal__body {
    padding: 12px 12px 0
}

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

.payment-modal__body--scroll {
    display: flex;
    flex-direction: column;
    height: 100%
}

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

@media(min-width: 640px) {
    .payment-modal__header--fixed {
        background-color:var(--white);
        border-radius: 32px 32px 0 0;
        box-shadow: var(--gray-shadow);
        left: 0;
        max-width: 576px;
        padding: 20px 40px;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 5
    }
}

.payment-modal__close {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 5px
}

.payment-modal__close-ic {
    height: auto;
    width: 14px
}

.payment-modal__tabs {
    display: flex;
    gap: 8px
}

.payment-modal__tab {
    background-color: var(--gray-500-p-08);
    border-radius: 12px;
    color: var(--gray-500);
    display: flex;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    padding: 8px 12px
}

.payment-modal__tab.active {
    background-color: var(--gray-500);
    color: var(--white)
}

@media(min-width: 640px) {
    .payment-modal__tab {
        font-size:14px;
        padding: 8px 16px
    }
}

.payment-modal__payment-providers-list {
    margin: 16px auto 24px
}

@media(min-width: 640px) {
    .payment-modal__payment-providers-list {
        margin:24px auto
    }
}

.payment-modal__payment-area {
    background-color: var(--gray-500-p-6);
    flex: 1;
    margin: 0 -12px
}

.payment-modal__history {
    overflow: hidden
}

.payment-modal__cashout-not-verify {
    align-items: center;
    border: 1px solid var(--yellow-500);
    border-radius: 20px;
    box-shadow: var(--light-gray-shadow);
    display: flex;
    gap: 20px;
    margin: 24px auto;
    padding: 16px 16px 24px
}

.payment-modal__cashout-not-verify--red {
    border: 1px solid var(--red-500)
}

.payment-modal__cashout-not-verify-icon {
    align-items: center;
    background-color: var(--yellow-500);
    border-radius: 50%;
    box-shadow: var(--yellow-light-shadow);
    display: flex;
    height: 32px;
    justify-content: center;
    min-height: 32px;
    min-width: 32px;
    width: 32px
}

.payment-modal__cashout-not-verify--red .payment-modal__cashout-not-verify-icon {
    background-color: var(--red-500);
    box-shadow: var(--red-light-shadow)
}

@media(min-width: 640px) {
    .payment-modal__cashout-not-verify-icon {
        height:40px;
        min-height: 40px;
        min-width: 40px;
        width: 40px
    }
}

.payment-modal__cashout-not-verify-img {
    height: 15px;
    width: 3px
}

@media(min-width: 640px) {
    .payment-modal__cashout-not-verify-img {
        height:20px;
        width: 4px
    }
}

.payment-modal__cashout-not-verify-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px
}

@media(min-width: 640px) {
    .payment-modal__cashout-not-verify-text {
        font-size:14px
    }
}

.payment-modal__cashout-not-verify-button {
    color: var(--gray-500);
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 4px;
    text-decoration: underline
}

.payment-modal__cashout-not-verify-button:hover {
    color: var(--orange-500)
}

@media(min-width: 640px) {
    .payment-modal__cashout-not-verify-button {
        font-size:14px
    }
}

.icon-bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    margin-left: 6px;
    transition: all .2s ease-out;
    width: 18px
}

.icon-bg.icon-upgrade {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 118.2 100'%3E%3Ctitle%3E9C3BF840-3CA4-4F99-A8D9-C2C947059A4D%3C/title%3E%3Cpath d='M116.1 36.2q-4.05-3.45-8.1 0l-8.8 9c-1.2-12.8-6.5-23.6-16-32.3S62.6 0 49.9 0C36.1 0 24.3 4.9 14.6 14.6 4.9 24.4 0 36.2 0 50s4.9 25.6 14.6 35.4S36.1 100 49.9 100q15.6 0 28.2-8.7c3-2.2 3.4-4.7 1.3-7.8-.8-1.3-2-2.1-3.5-2.4-1.5-.2-2.9.1-4.3 1.1-6.8 4.6-14 6.8-21.7 6.8-10.8 0-19.9-3.8-27.4-11.4C15.1 70 11.3 60.8 11.3 50S15 30 22.5 22.4 39 11 49.6 11c10.1 0 18.8 3.5 26.2 10.5Q86.9 32 88.1 47L77.3 36.2q-4.05-3.45-8.1 0c-2.4 2.7-2.4 5.3 0 8l19.4 19.5c1 1 2.4 1.5 4 1.5s3-.5 4-1.5l19.6-19.5c2.7-2.6 2.6-5.3-.1-8' style='fill:%239b9084'/%3E%3C/svg%3E") no-repeat 50%/contain;
    display: block;
    height: 14px;
    width: 14px
}

.dots {
    font-size: 0;
    letter-spacing: normal;
    line-height: 0
}

.dots--color-mod-1 .dots__item {
    background-color: var(--backgrounds-e-4)
}

.dots__item {
    background-color: var(--backgrounds-a);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    letter-spacing: normal;
    margin-right: 4px;
    transition: all .2s ease-out;
    width: 44px
}

.dots__item.active {
    background-color: var(--colors-global-accent-b);
    cursor: default
}

.dots__item:last-child {
    margin-right: 0
}

.vue-notification-group {
    margin: 0 auto;
    max-width: 431px;
    padding: 0 16px;
    position: fixed;
    top: 20px!important;
    width: 100%!important;
    z-index: 10100!important
}

@media(min-width: 640px) {
    .vue-notification-group {
        display:flex!important;
        height: 0;
        justify-content: flex-end!important;
        left: var(--menu-burger-width-opened)!important;
        margin: 0 auto!important;
        max-width: var(--main-container-max-width);
        padding: 0 24px;
        top: 120px!important;
        transform: none;
        width: auto!important
    }

    .vue-notification-group--menu-closed .vue-notification-group {
        display: block;
        left: var(--menu-burger-width)!important
    }

    .vue-notification-group--menu-closed .vue-notification-group .vue-notification-wrapper {
        width: auto!important
    }
}

@media(min-width: 1140px) {
    .vue-notification-group {
        max-width:unset;
        top: 136px!important
    }
}

@media(min-width: 1628px) {
    .vue-notification-group {
        padding:0 30px;
        top: 140px!important
    }
}

.vue-notification-group .vue-notification-wrapper {
    animation: notifyBounceTopToBottom .5s 1;
    opacity: 1!important;
    overflow: visible!important
}

.vue-notification-group .vue-notification-wrapper:not(:last-child) {
    margin-bottom: 12px
}

.vue-notification-group .vue-notification-wrapper.vn-fade-leave-to {
    display: none
}

@keyframes notifyBounceTopToBottom {
    0% {
        transform: translate3d(0,-60px,0)
    }

    80% {
        transform: translate3d(0,5px,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes progress {
    0% {
        width: 100%
    }

    to {
        width: 1px
    }
}

.vue-notification-group .vue-notification-inner {
    position: relative
}

.vue-notification-group .vue-notification-template {
    align-items: flex-start;
    display: flex!important;
    max-width: 431px
}

@media(min-width: 640px) {
    .vue-notification-group .vue-notification-template {
        min-width:431px
    }
}

.vue-notification-group .vue-notification {
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    background: var(--backgrounds-b-70)!important;
    border-left: none;
    border-radius: var(--roundings-m);
    box-shadow: 0 1px 2px #ff8f1899 inset,var(--light-gray-shadow);
    color: var(--text-text);
    font-size: 14px;
    font-weight: 600;
    gap: 12px;
    line-height: 20px;
    margin: 0 0 0 auto!important;
    max-width: 343px;
    min-width: 250px;
    overflow: hidden;
    padding: 12px 12px 16px!important;
    position: relative;
    width: -moz-max-content;
    width: max-content
}

@media(min-width: 640px) {
    .vue-notification-group .vue-notification {
        gap:16px;
        padding: 16px 16px 20px!important
    }
}

@media(min-width: 1140px) {
    .vue-notification-group .vue-notification {
        gap:20px;
        padding: 20px 20px 24px!important
    }
}

@media(min-width: 1628px) {
    .vue-notification-group .vue-notification {
        max-width:520px;
        min-width: 300px;
        padding: 24px 24px 28px!important
    }
}

.vue-notification-group .vue-notification:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' fill='none'%3E%3Cpath fill='%23ff8f18' d='M13.653 1.988c1.456-2.65 5.238-2.65 6.694 0l13.17 23.975c1.41 2.568-.434 5.719-3.348 5.719H3.833c-2.916 0-4.76-3.15-3.35-5.72z'/%3E%3Cpath fill='%23151516' d='M18.698 24.832a1.72 1.72 0 0 0-.478-1.244 1.7 1.7 0 0 0-1.22-.52 1.7 1.7 0 0 0-1.22.52 1.7 1.7 0 0 0-.477 1.244c.014.445.198.866.515 1.175a1.69 1.69 0 0 0 2.364 0c.317-.31.502-.73.516-1.175m-.44-13.447a1.3 1.3 0 0 0-.46-.821 1.27 1.27 0 0 0-1.736.12 1.3 1.3 0 0 0-.343.878l.007 7.707.012.175c.044.322.208.616.459.821a1.27 1.27 0 0 0 1.737-.12 1.3 1.3 0 0 0 .342-.878l-.007-7.709z'/%3E%3C/svg%3E") 50%/contain no-repeat;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 34px;
    width: 34px
}

@media(min-width: 1140px) {
    .vue-notification-group .vue-notification:before {
        height:44px;
        width: 44px
    }
}

.vue-notification-group .vue-notification:after {
    animation: progress var(--duration,5.6s) 1 linear;
    background-color: var(--colors-base-white-30);
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    right: 0;
    width: 100%
}

.vue-notification-group .vue-notification.error {
    box-shadow: 0 1px 2px #ff2e8299 inset,var(--light-gray-shadow)
}

.vue-notification-group .vue-notification.error:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cpath fill='%23ff2e82' d='M17.669 2.573c1.883-3.43 6.779-3.43 8.662 0l17.043 31.026C45.2 36.923 42.813 41 39.042 41H4.96C1.187 41-1.2 36.923.626 33.599L17.67 2.573Z'/%3E%3Cpath fill='%23151516' d='M24.197 32.136a2.23 2.23 0 0 0-.618-1.61A2.2 2.2 0 0 0 22 29.852a2.18 2.18 0 0 0-1.578.674 2.22 2.22 0 0 0-.619 1.61c.018.575.258 1.12.668 1.52a2.19 2.19 0 0 0 3.059 0c.41-.4.65-.945.667-1.52m-.57-17.402a1.67 1.67 0 0 0-.593-1.063 1.64 1.64 0 0 0-2.248.156 1.67 1.67 0 0 0-.444 1.135l.01 9.974.015.226c.057.418.269.798.593 1.064a1.643 1.643 0 0 0 2.248-.157c.286-.308.444-.713.444-1.135l-.01-9.976z'/%3E%3C/svg%3E")
}

.vue-notification-group .vue-notification.brown:before,.vue-notification-group .vue-notification.white:before {
    display: none
}

.vue-notification-group .vue-notification.success {
    box-shadow: 0 1px 2px #18ff8c99 inset,var(--light-gray-shadow)
}

.vue-notification-group .vue-notification.success:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cpath fill='%2318ff8c' d='M22 0a22 22 0 1 1 0 44 22 22 0 0 1 0-44'/%3E%3Cpath fill='%23151516' d='m19.438 25.901-4.483-4.399a1.73 1.73 0 0 0-1.224-.497 1.76 1.76 0 0 0-1.224.497 1.68 1.68 0 0 0-.507 1.2c0 .45.182.882.507 1.2l5.708 5.598a1.73 1.73 0 0 0 1.224.5 1.75 1.75 0 0 0 1.224-.5l11.82-11.594A1.7 1.7 0 0 0 33 16.704a1.67 1.67 0 0 0-.506-1.207 1.73 1.73 0 0 0-1.23-.497 1.76 1.76 0 0 0-1.226.506L19.438 25.9Z'/%3E%3C/svg%3E")
}

.vue-notification-group .vue-notification.info {
    box-shadow: 0 1px 2px #0087ff99 inset,var(--light-gray-shadow)
}

.vue-notification-group .vue-notification.info:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cpath fill='%2308f' d='M22 0a22 22 0 1 1 0 44 22 22 0 0 1 0-44'/%3E%3Cpath fill='%23151516' d='M24.155 14.727a2.314 2.314 0 1 0-4.316-1.669 2.314 2.314 0 0 0 4.316 1.67Zm-1.07 18.389c.342-.277.565-.675.625-1.11l.016-.235.01-10.425a1.737 1.737 0 0 0-3.458-.239l-.016.236-.01 10.424a1.737 1.737 0 0 0 2.833 1.35Z'/%3E%3C/svg%3E")
}

.vue-notification-group .vue-notification.offline {
    align-items: center;
    border: 2px solid var(--colors-system-error);
    box-shadow: var(--light-gray-shadow);
    max-width: 343px;
    padding: 7px 10px!important;
    width: 100%
}

.vue-notification-group .vue-notification.offline:before {
    background: var(--backgrounds-b) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cg fill='%23fff' clip-path='url(%23a)'%3E%3Cpath d='M1.192.204a.698.698 0 0 0-.987.987l3.48 3.48a13 13 0 0 0-3.48 2.51.698.698 0 0 0 .987.987c1.18-1.18 2.327-1.892 3.539-2.452l2.08 2.08C5.671 8.2 4.58 8.853 3.46 9.972a.698.698 0 0 0 .987.987C5.62 9.785 6.722 9.229 7.925 8.91l2.253 2.254a5.37 5.37 0 0 0-3.926 1.598.698.698 0 1 0 .986.987c1.291-1.29 3.168-1.537 4.77-.716a1 1 0 0 0 .07.031l6.732 6.732a.698.698 0 0 0 .987-.987L8.642 7.655l-.016-.016L5.39 4.402l-.023-.023zM7.544 3.49c4.18-.799 8.422.453 12.21 3.651a.698.698 0 0 1-.9 1.066C15.332 5.235 11.507 4.153 7.805 4.86a.698.698 0 0 1-.262-1.37Z'/%3E%3Cpath d='M9.07 16.047a.93.93 0 0 1 .931-.93h.01a.93.93 0 1 1 0 1.86h-.01a.93.93 0 0 1-.93-.93Zm1.637-8.013a.7.7 0 0 1 .795-.584c1.82.28 3.542 1.196 5.008 2.493a.698.698 0 0 1-.925 1.045c-1.311-1.16-2.795-1.928-4.295-2.159a.7.7 0 0 1-.583-.795'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.001 0h20v20h-20z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center/20px no-repeat;
    border-radius: 50%;
    box-shadow: none;
    height: 34px;
    margin-right: 0;
    width: 34px
}

@media(min-width: 1140px) {
    .vue-notification-group .vue-notification.offline:before {
        height:34px;
        width: 34px
    }
}

.vue-notification-group .vue-notification.offline:after {
    display: none
}

@media(min-width: 640px) {
    .vue-notification-group .vue-notification.offline {
        min-width:303px;
        padding: 10px 14px!important
    }
}

@media(min-width: 1140px) {
    .vue-notification-group .vue-notification.offline {
        justify-content:flex-end;
        max-width: 343px;
        padding: 15px 18px!important;
        width: -moz-max-content;
        width: max-content
    }
}

@media(min-width: 1628px) {
    .vue-notification-group .vue-notification.offline {
        border-radius:16px
    }
}

.vue-notification-group .vue-notification--with-button {
    gap: 16px 12px
}

.vue-notification-group .vue-notification--with-button:after {
    background-color: var(--colors-base-white-70)
}

@media(max-width: 1139px) {
    .vue-notification-group .vue-notification--with-button {
        display:grid!important;
        grid-template-columns: 34px 1fr
    }
}

@media(min-width: 640px) {
    .vue-notification-group .vue-notification--with-button {
        gap:16px
    }
}

@media(min-width: 1140px) {
    .vue-notification-group .vue-notification--with-button {
        gap:20px
    }
}

.notification-wrapper {
    overflow: visible!important;
    padding: 0 10px 10px!important
}

.vue-notification__close {
    align-items: center;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: var(--buttons-secondary-c-bg-default)!important;
    border-radius: var(--buttons-s-radius);
    color: var(--text-text)!important;
    cursor: pointer;
    display: flex;
    height: 36px!important;
    justify-content: center;
    padding: var(--buttons-icon-s)!important;
    transition: background-color .2s ease-out;
    width: 36px
}

.vue-notification__close.offline {
    display: none
}

.vue-notification__close .btn__inner {
    padding: 2px
}

.no-touch .vue-notification__close:hover {
    background-color: var(--buttons-icon-primary-icon-hover)!important
}

@media(min-width: 1140px) {
    .vue-notification__close {
        height:40px!important;
        width: 40px
    }
}

.vue-notification__close-icon {
    color: var(--buttons-icon-secondary-a-icon-default);
    height: 16px;
    width: 16px
}

.vue-notification-cancel {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: flex-end
}

@media(max-width: 1139px) {
    .vue-notification-cancel {
        grid-column:1/3
    }
}

@media(min-width: 1140px) {
    .vue-notification-cancel {
        flex-direction:column;
        gap: 4px
    }
}

.vue-notification-cancel-button__counter {
    color: var(--text-description-a);
    display: inline-block;
    margin-left: 3px;
    min-width: 16px
}

@media(max-width: 1139px) {
    .vue-notification-cancel-button__counter {
        order:-1
    }
}

.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,.wager-unlock-tooltip .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
}

.bottom-sheet--wager-unlock .custom-accordion__content-wr .vb-dragger {
    right: 6px;
    transform: scaleY(.75)
}

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

.wager-unlock-tooltip .vb-dragger {
    right: 6px
}

.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;
    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-inner {
    display: flex;
    flex-direction: column;
    gap: 6px
}

@media(max-width: 639px) {
    .payment__currency-inner {
        width:100%
    }
}

@media(min-width: 640px) {
    .payment__currency-inner {
        align-items:center;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 100%
    }
}

.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;
        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;
        max-width: 100%
    }
}

.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);
    position: relative
}

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

.main__top-inner-pattern {
    height: 675px;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

@media(min-width: 640px) {
    .main__top-inner-pattern {
        height:718px
    }
}

@media(min-width: 1140px) {
    .main__top-inner-pattern {
        height:769px
    }
}

@media(min-width: 1628px) {
    .main__top-inner-pattern {
        height:942px
    }
}

@media(min-width: 1920px) {
    .main__top-inner-pattern {
        width:1555px
    }
}

.main__top-inner-pattern:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    transform: translate(-50%)
}

@media(max-width: 639px) {
    .main__top-inner-pattern:before {
        background-image:url(../img/svg/pattern-mob.svg);
        left: calc(50% + 21px);
        top: 0;
        width: 777px
    }
}

@media(min-width: 640px)and (max-width:1139px) {
    .main__top-inner-pattern:before {
        background-image:url(../img/svg/pattern-tab.svg);
        width: 1077px
    }
}

@media(min-width: 1140px) {
    .main__top-inner-pattern:before {
        background-image:url(../img/svg/pattern-desk.svg);
        left: 24px;
        transform: none;
        width: 1203px
    }
}

@media(min-width: 1628px) {
    .main__top-inner-pattern:before {
        background-image:url(../img/svg/pattern-desk-lg.svg);
        left: calc(50% + 70px);
        transform: translate(-50%);
        width: 1469px
    }
}

@media(min-width: 1920px) {
    .main__top-inner-pattern:before {
        left:85px;
        transform: none
    }
}

@media(min-width: 1628px) {
    .menu-opened .main__top-inner-pattern:before {
        left:85px;
        transform: none
    }
}

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

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

.country-au .no-au,.currency-content,.geo-au .no-au,.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) {
    .games-sort-page .group-filters__filter,.group-filters .group-filters__filter {
        gap:var(--spacings-s);
        padding: 8px var(--spacings-s)
    }
}

@media(min-width: 1628px) {
    .games-sort-page .group-filters__filter,.group-filters .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) {
    .profile-bets-bonuses .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
    }

    .games-sort-page .group-filters--stickied .group-filters__filter,.group-filters .group-filters--stickied .group-filters__filter {
        padding-top: 4px
    }
}

@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(./Inter-Regular.DzyR2U4X.woff2) format("woff2")
}

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

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

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

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

@font-face {
    font-display: swap;
    font-family: Unbounded;
    font-style: normal;
    font-weight: 800;
    src: url(./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
}

td[data-v-10b90d83],th[data-v-10b90d83] {
    background-color: #fff;
    padding: 2px
}

td.today[data-v-10b90d83] {
    font-weight: 700
}

td.disabled[data-v-10b90d83] {
    background-color: #eee;
    border-radius: 0;
    opacity: .6;
    pointer-events: none
}

.fa[data-v-10b90d83] {
    background: transparent no-repeat 50%;
    background-size: 100% 100%;
    display: inline-block;
    fill: #ccc;
    height: 100%;
    width: 100%
}

.next[data-v-10b90d83]:hover,.prev[data-v-10b90d83]:hover {
    background-color: transparent!important
}

.next .fa[data-v-10b90d83]:hover,.prev .fa[data-v-10b90d83]:hover {
    opacity: .6
}

.chevron-left[data-v-10b90d83] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 10 10'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.chevron-left[data-v-10b90d83],.chevron-right[data-v-10b90d83] {
    display: block;
    height: 16px;
    width: 16px
}

.chevron-right[data-v-10b90d83] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 10 10'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.yearselect[data-v-10b90d83] {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    border: none;
    padding-right: 1px
}

.monthselect[data-v-10b90d83] {
    border: none
}

.daterangepicker .calendar-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 30px;
    margin: 4px auto 0;
    position: relative;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.daterangepicker .btn {
    background-color: transparent;
    border: 1px solid transparent;
    display: inline-block;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

.daterangepicker .btn-primary,.daterangepicker .btn-success {
    background-color: #28a745;
    color: #fff
}

.daterangepicker .btn-secondary {
    background-color: #6c757d;
    color: #fff
}

.vue-daterange-picker *,.vue-daterange-picker :after,.vue-daterange-picker :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.drp-calendar .col .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.daterangepicker .calendars-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.daterangepicker {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: inherit;
    display: none;
    font-size: 15px;
    left: 20px;
    line-height: 1em;
    margin-top: 7px;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 100px;
    width: 278px;
    z-index: 3001
}

.daterangepicker:after,.daterangepicker:before {
    border-bottom-color: #0003;
    content: "";
    display: inline-block;
    position: absolute
}

.daterangepicker:before {
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: -7px
}

.daterangepicker:after {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: -6px
}

.daterangepicker .drp-calendar {
    display: none;
    max-width: 270px;
    width: 270px
}

.daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px
}

.daterangepicker .drp-calendar.right {
    padding: 8px
}

.daterangepicker .drp-calendar.single .calendar-table {
    border: none
}

.daterangepicker .calendar-table td,.daterangepicker .calendar-table th {
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    min-width: 32px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 32px
}

.daterangepicker .calendar-table {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px
}

.daterangepicker .calendar-table table {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    margin: 0;
    width: 100%
}

.daterangepicker td.off,.daterangepicker td.off.end-date,.daterangepicker td.off.in-range,.daterangepicker td.off.start-date {
    background-color: #fff;
    border-color: transparent;
    color: #999
}

.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    border-radius: 0;
    color: #000
}

.daterangepicker td.active,.daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff
}

@media(min-width: 564px) {
    .daterangepicker {
        width:auto
    }

    .daterangepicker .ranges ul {
        width: 140px
    }

    .daterangepicker.single .ranges ul {
        width: 100%
    }

    .daterangepicker.single .drp-calendar.left {
        clear: none
    }

    .daterangepicker.ltr {
        direction: ltr;
        text-align: left
    }

    .daterangepicker.ltr .drp-calendar.left {
        clear: left;
        margin-right: 0
    }

    .daterangepicker.ltr .drp-calendar.left .calendar-table {
        border-bottom-right-radius: 0;
        border-right: none;
        border-top-right-radius: 0
    }

    .daterangepicker.ltr .drp-calendar.right {
        margin-left: 0
    }

    .daterangepicker.ltr .drp-calendar.right .calendar-table {
        border-bottom-left-radius: 0;
        border-left: none;
        border-top-left-radius: 0
    }

    .daterangepicker.ltr .drp-calendar.left .calendar-table {
        padding-right: 8px
    }

    .daterangepicker.rtl {
        direction: rtl;
        text-align: right
    }

    .daterangepicker.rtl .drp-calendar.left {
        clear: right;
        margin-left: 0
    }

    .daterangepicker.rtl .drp-calendar.left .calendar-table {
        border-bottom-left-radius: 0;
        border-left: none;
        border-top-left-radius: 0
    }

    .daterangepicker.rtl .drp-calendar.right {
        margin-right: 0
    }

    .daterangepicker.rtl .drp-calendar.right .calendar-table {
        border-bottom-right-radius: 0;
        border-right: none;
        border-top-right-radius: 0
    }

    .daterangepicker.rtl .drp-calendar.left .calendar-table {
        padding-left: 12px
    }

    .daterangepicker.rtl .drp-calendar,.daterangepicker.rtl .ranges {
        text-align: right
    }
}

.calendars[data-v-3a92336e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.reportrange-text[data-v-3a92336e] {
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    overflow: hidden;
    padding: 5px 10px;
    width: 100%
}

.daterangepicker[data-v-3a92336e] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto
}

@media screen and (max-width: 768px) {
    .daterangepicker.show-ranges .drp-calendar.left[data-v-3a92336e] {
        border-left:0
    }

    .daterangepicker.show-ranges .ranges[data-v-3a92336e] {
        border-bottom: 1px solid #ddd;
        width: 100%
    }

    .daterangepicker.show-ranges .ranges[data-v-3a92336e] ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: auto
    }
}

@media screen and (max-width: 541px) {
    .daterangepicker .calendars-container[data-v-3a92336e] {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

@media screen and (min-width: 540px) {
    .daterangepicker[data-v-3a92336e],.daterangepicker.show-weeknumbers[data-v-3a92336e] {
        min-width:486px
    }
}

@media screen and (min-width: 768px) {
    .daterangepicker.show-ranges[data-v-3a92336e],.daterangepicker.show-ranges.show-weeknumbers[data-v-3a92336e] {
        min-width:682px
    }
}

@media screen and (max-width: 340px) {
    .daterangepicker.single[data-v-3a92336e],.daterangepicker.single.show-weeknumbers[data-v-3a92336e] {
        min-width:250px
    }
}

@media screen and (min-width: 339px) {
    .daterangepicker.single[data-v-3a92336e] {
        min-width:auto
    }

    .daterangepicker.single.show-ranges[data-v-3a92336e],.daterangepicker.single.show-ranges.show-weeknumbers[data-v-3a92336e] {
        min-width: 356px
    }

    .daterangepicker.single.show-ranges .drp-calendar.left[data-v-3a92336e] {
        border-left: 1px solid #ddd
    }

    .daterangepicker.single.show-ranges .ranges[data-v-3a92336e] {
        max-width: none;
        -ms-flex-preferred-size: auto;
        border-bottom: 0;
        flex-basis: auto
    }

    .daterangepicker.single.show-ranges .ranges[data-v-3a92336e] ul {
        display: block;
        width: 100%
    }
}

.daterangepicker.show-calendar[data-v-3a92336e] {
    display: block;
    top: auto
}

.daterangepicker.opensleft[data-v-3a92336e] {
    left: auto;
    right: 10px
}

.daterangepicker.openscenter[data-v-3a92336e] {
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.daterangepicker.opensright[data-v-3a92336e] {
    left: 10px;
    right: auto
}

.slide-fade-enter-active[data-v-3a92336e] {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.slide-fade-leave-active[data-v-3a92336e] {
    -webkit-transition: all .1s cubic-bezier(1,.5,.8,1);
    transition: all .1s cubic-bezier(1,.5,.8,1)
}

.slide-fade-enter[data-v-3a92336e],.slide-fade-leave-to[data-v-3a92336e] {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translate(10px)
}

.vue-daterange-picker[data-v-3a92336e] {
    display: inline-block;
    min-width: 60px;
    position: relative
}

.vue-daterange-picker .show-ranges.hide-calendars[data-v-3a92336e] {
    min-width: 150px;
    width: 150px
}

.inline .daterangepicker[data-v-3a92336e] {
    position: static
}

.inline .daterangepicker[data-v-3a92336e]:after,.inline .daterangepicker[data-v-3a92336e]:before {
    display: none
}

td,th {
    background-color: transparent;
    padding: 2px
}

td.today {
    font-weight: 700
}

td.disabled {
    background-color: #eee;
    border-radius: 0;
    opacity: .6;
    pointer-events: none
}

.fa {
    background: transparent no-repeat 50%;
    background-size: 100% 100%;
    display: inline-block;
    fill: #ccc;
    height: 100%;
    width: 100%
}

.next .fa:hover,.prev .fa:hover {
    opacity: .6
}

.chevron-left {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 10 10'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.chevron-left,.chevron-right {
    display: block;
    height: 16px;
    width: 16px
}

.chevron-right {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 10 10'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.yearselect {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    border: none;
    padding-right: 1px
}

.monthselect {
    border: none
}

.datarange-picker-wr .daterangepicker {
    margin-top: 0
}

.datarange-picker-wr .calendars,.datarange-picker-wr .calendars-container {
    display: block
}

.datarange-picker-wr .daterangepicker .drp-calendar {
    display: none;
    max-width: unset;
    padding: unset;
    width: unset
}

.datarange-picker-wr .daterangepicker .drp-calendar.single .calendar-table {
    border: none;
    padding-right: 0
}

.datarange-picker-wr .inline .daterangepicker {
    background: none!important;
    border: none!important;
    position: static
}

.daterangepicker .ranges {
    margin: 0;
    text-align: left;
    width: 100%
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.daterangepicker .ranges li {
    cursor: pointer;
    font-size: 12px;
    padding: 8px 12px
}

.daterangepicker .ranges li:hover {
    background-color: #eee;
    color: #000
}

.daterangepicker .ranges li.active {
    background-color: #08c;
    color: #fff
}

.daterangepicker .monthselect,.daterangepicker .yearselect {
    cursor: default;
    font-size: 12px;
    height: auto;
    margin: 0;
    padding: 1px;
    width: calc(50% - 1rem)
}

.daterangepicker .monthselect {
    margin-right: 1rem
}

.daterangepicker .calendar-time {
    display: flex;
    justify-content: center;
    line-height: 30px;
    margin: 4px auto 0;
    position: relative;
    text-align: center
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed
}

.daterangepicker select.ampmselect,.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect {
    background: #eee;
    border: 1px solid #eee;
    font-size: 12px;
    margin: 2px;
    outline: 0;
    padding: 2px;
    width: 50px
}

.daterangepicker .drp-buttons .btn {
    font-size: 12px;
    font-weight: 700;
    margin-left: 8px;
    padding: 4px 8px
}

.vue-daterange-picker *,.vue-daterange-picker :after,.vue-daterange-picker :before {
    box-sizing: border-box
}

.drp-calendar .col .left {
    flex: 0 0 auto
}

.daterangepicker.hide-calendars.show-ranges .ranges,.daterangepicker.hide-calendars.show-ranges .ranges ul {
    width: 100%
}

.daterangepicker[readonly] {
    pointer-events: none
}

.daterangepicker.opensleft:before {
    right: 9px
}

.daterangepicker.opensleft:after {
    right: 10px
}

.daterangepicker.openscenter:after,.daterangepicker.openscenter:before {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    width: 0
}

.daterangepicker.opensright:before {
    left: 9px
}

.daterangepicker.opensright:after {
    left: 10px
}

.daterangepicker.drop-up {
    margin-top: -7px
}

.daterangepicker.drop-up:before {
    border-bottom: initial;
    border-top: 7px solid #ccc;
    bottom: -7px;
    top: auto
}

.daterangepicker.drop-up:after {
    border-bottom: initial;
    border-top: 6px solid #fff;
    bottom: -6px;
    top: auto
}

.daterangepicker.single .drp-selected {
    display: none
}

.daterangepicker.show-calendar .drp-buttons,.daterangepicker.show-calendar .drp-calendar {
    display: block
}

.daterangepicker.auto-apply .drp-buttons {
    display: none
}

.daterangepicker .calendar-table .next span,.daterangepicker .calendar-table .prev span {
    border: solid #000;
    border-radius: 0;
    border-width: 0 2px 2px 0;
    color: #fff;
    display: inline-block;
    padding: 3px
}

.daterangepicker .calendar-table .next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.daterangepicker .calendar-table .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.daterangepicker .calendar-table td,.daterangepicker .calendar-table th {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    min-width: 32px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

.daterangepicker .calendar-table {
    background-color: var(--backgrounds-b);
    border: 1px solid var(--white);
    border-radius: 4px
}

.daterangepicker td.available:hover,.daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit
}

.daterangepicker td.week,.daterangepicker th.week {
    color: #ccc;
    font-size: 80%
}

.daterangepicker td.off,.daterangepicker td.off.end-date,.daterangepicker td.off.in-range,.daterangepicker td.off.start-date {
    background-color: var(--white);
    border-color: transparent;
    color: var(--gray-500-p-40)
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px
}

.daterangepicker th.month {
    width: auto
}

.daterangepicker option.disabled,.daterangepicker td.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through
}

.daterangepicker select.yearselect {
    width: 40%
}

.daterangepicker .drp-buttons {
    border-top: 1px solid #ddd;
    clear: both;
    display: none;
    line-height: 12px;
    padding: 8px;
    text-align: right;
    vertical-align: middle
}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px
}

.daterangepicker.show-ranges .drp-calendar.left {
    border-left: 1px solid #ddd
}

.daterangepicker.show-calendar .ranges {
    margin-top: 8px;
    width: auto
}

@media(min-width: 564px) {
    .daterangepicker {
        width:auto
    }

    .daterangepicker .ranges ul {
        width: 140px
    }

    .daterangepicker.single .ranges ul {
        width: 100%
    }

    .daterangepicker.single .drp-calendar.left {
        clear: none
    }

    .daterangepicker.ltr {
        direction: ltr;
        text-align: left
    }

    .daterangepicker.ltr .drp-calendar.left {
        clear: left;
        margin-right: 0
    }

    .daterangepicker.ltr .drp-calendar.left .calendar-table {
        border-bottom-right-radius: 0;
        border-right: none;
        border-top-right-radius: 0
    }

    .daterangepicker.ltr .drp-calendar.right {
        margin-left: 0
    }

    .daterangepicker.ltr .drp-calendar.right .calendar-table {
        border-bottom-left-radius: 0;
        border-left: none;
        border-top-left-radius: 0
    }

    .daterangepicker.rtl {
        direction: rtl;
        text-align: right
    }

    .daterangepicker.rtl .drp-calendar.left {
        clear: right;
        margin-left: 0
    }

    .daterangepicker.rtl .drp-calendar.left .calendar-table {
        border-bottom-left-radius: 0;
        border-left: none;
        border-top-left-radius: 0;
        padding-left: 12px
    }

    .daterangepicker.rtl .drp-calendar.right {
        margin-right: 0
    }

    .daterangepicker.rtl .drp-calendar.right .calendar-table {
        border-bottom-right-radius: 0;
        border-right: none;
        border-top-right-radius: 0
    }

    .daterangepicker.rtl .drp-calendar,.daterangepicker.rtl .ranges {
        text-align: right
    }
}

@media(min-width: 730px) {
    .daterangepicker .drp-calendar.left {
        clear:none!important
    }
}

.reportrange-text {
    display: none
}

.daterangepicker {
    display: flex;
    flex-direction: column;
    width: auto
}

@media screen and (max-width: 768px) {
    .daterangepicker.show-ranges .drp-calendar.left {
        border-left:0
    }

    .daterangepicker.show-ranges .ranges {
        border-bottom: 1px solid #ddd;
        width: 100%
    }

    .daterangepicker.show-ranges .ranges ul {
        display: flex;
        flex-wrap: wrap;
        width: auto
    }
}

@media screen and (max-width: 541px) {
    .daterangepicker .calendars-container {
        flex-wrap:wrap
    }
}

@media screen and (min-width: 540px) {
    .daterangepicker,.daterangepicker.show-weeknumbers {
        min-width:486px
    }
}

@media screen and (min-width: 768px) {
    .daterangepicker.show-ranges,.daterangepicker.show-ranges.show-weeknumbers {
        min-width:682px
    }
}

@media screen and (max-width: 340px) {
    .daterangepicker.single,.daterangepicker.single.show-weeknumbers {
        min-width:250px
    }
}

@media screen and (min-width: 339px) {
    .daterangepicker.single {
        min-width:auto
    }

    .daterangepicker.single.show-ranges,.daterangepicker.single.show-ranges.show-weeknumbers {
        min-width: 356px
    }

    .daterangepicker.single.show-ranges .drp-calendar.left {
        border-left: 1px solid #ddd
    }

    .daterangepicker.single.show-ranges .ranges {
        border-bottom: 0;
        flex-basis: auto;
        max-width: none
    }

    .daterangepicker.single.show-ranges .ranges ul {
        display: block;
        width: 100%
    }
}

.daterangepicker.show-calendar {
    display: block;
    top: auto
}

.daterangepicker.opensleft {
    left: auto;
    right: 10px
}

.daterangepicker.openscenter {
    left: 50%;
    right: auto;
    transform: translate(-50%)
}

.daterangepicker.opensright {
    left: 10px;
    right: auto
}

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

.slide-fade-leave-active {
    transition: all .1s cubic-bezier(1,.5,.8,1)
}

.slide-fade-enter-from,.slide-fade-leave-to {
    opacity: 0;
    transform: translate(10px)
}

.vue-daterange-picker {
    display: inline-block;
    min-width: 60px;
    position: relative
}

.vue-daterange-picker .show-ranges.hide-calendars {
    min-width: 150px;
    width: 150px
}

.inline .daterangepicker:after,.inline .daterangepicker:before {
    display: none
}

.daterangepicker .calendar-table table {
    display: flex;
    flex-direction: column;
    width: 100%
}

.daterangepicker .calendar-table table thead {
    align-items: center;
    border-bottom: 1px solid var(--border-a);
    border-top: 1px solid var(--border-a);
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
    padding: 12px 0
}

.daterangepicker .calendar-table table thead tr {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    width: 100%
}

.daterangepicker .calendar-table table thead .month {
    align-items: center;
    background-color: transparent;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 24px;
    min-width: 128px;
    padding: 0 24px
}

@media(min-width: 640px) {
    .daterangepicker .calendar-table table thead .month {
        font-size:18px;
        line-height: 24px
    }
}

.daterangepicker .calendar-table table thead .next,.daterangepicker .calendar-table table thead .prev {
    align-items: center;
    background-color: var(--buttons-secondary-c-bg-default);
    display: flex;
    height: 32px;
    justify-content: center;
    min-width: 32px;
    padding: 0;
    width: 32px
}

.daterangepicker .calendar-table table thead .next span,.daterangepicker .calendar-table table thead .prev span {
    border-color: var(--icons-a)
}

.daterangepicker .calendar-table table tbody {
    display: flex;
    flex-direction: column;
    width: 100%
}

.daterangepicker .calendar-table table tbody tr {
    display: flex;
    flex-wrap: wrap
}

.daterangepicker .calendar-table table tbody tr:first-child {
    display: none
}

.daterangepicker .calendar-table table tbody tr:nth-child(2) {
    justify-content: flex-end
}

.daterangepicker .calendar-table table tbody td.off {
    display: none
}

@media(min-width: 640px) {
    .daterangepicker .calendar-table table tbody td.off {
        display:flex
    }
}

.daterangepicker .calendar-table table tbody td {
    align-items: center;
    border: 1px solid transparent;
    display: flex;
    flex: 0 0 14.2857142857%;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    justify-content: center;
    line-height: 20px;
    padding: 7px 12px;
    width: auto
}

.daterangepicker .calendar-table table tbody td.in-range {
    background-color: var(--orange-500-p-10);
    border-color: transparent;
    border-radius: 0;
    color: var(--orange-500)
}

.daterangepicker .calendar-table table tbody td.active,.daterangepicker .calendar-table table tbody td.active:hover {
    background-color: var(--orange-500-p-10);
    border: 1px solid transparent;
    border-color: var(--orange-500);
    border-radius: 8px;
    color: var(--orange-500)
}

.datarange-picker__btns {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-top: 8px
}

.profile-history-date-filter {
    display: flex;
    flex-direction: column
}

@media(min-width: 1140px) {
    .profile-history-date-filter {
        max-width:200px;
        position: relative
    }
}

.profile-history-date-filter__header {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    min-height: 48px;
    padding: 4px 4px 4px 12px;
    width: 100%
}

@media(min-width: 1140px) {
    .profile-history-date-filter__header {
        background-color:var(--filter-input-bg-default);
        border: 1px solid var(--filter-input-border-default);
        border-radius: 12px;
        max-width: 200px;
        min-width: 180px;
        padding: 7px 16px
    }

    .profile-history-date-filter__header--active {
        background-color: var(--filter-input-bg-active);
        border: 1px solid var(--filter-input-border-active);
        padding: 3px 16px
    }
}

.profile-history-date-filter__title {
    color: var(--selector-item-a-text-default);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(min-width: 1140px) {
    .profile-history-date-filter__title {
        color:var(--filter-input-text-default);
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        max-width: 200px
    }
}

@media(max-width: 1139px) {
    .profile-history-date-filter__header--active .profile-history-date-filter__title {
        font-size:12px;
        font-weight: 500;
        line-height: 16px
    }
}

@media(min-width: 1140px) {
    .profile-history-date-filter__header--active .profile-history-date-filter__title {
        color:var(--filter-input-label-filled);
        font-size: 10px;
        font-weight: 500;
        line-height: 16px
    }
}

.profile-history-date-filter__row {
    align-items: center;
    display: flex;
    gap: 12px
}

.profile-history-date-filter__header--active .profile-history-date-filter__row {
    color: var(--filter-input-label-filled)
}

.profile-history-date-filter__header-icon-wr {
    color: var(--selector-item-b-icon-default);
    height: 20px;
    padding: 1px;
    width: 20px
}

.profile-history-date-filter__header--active .profile-history-date-filter__header-icon-wr {
    color: var(--filter-input-text-active)
}

.profile-history-date-filter__header-icon {
    display: block;
    height: 100%;
    width: 100%
}

.profile-history-date-filter__icon-wr {
    align-items: center;
    display: flex;
    height: 36px;
    justify-content: center;
    width: 36px
}

@media(max-width: 1139px) {
    .profile-history-date-filter__icon-wr {
        color:var(--selector-item-a-icon-default)
    }
}

@media(min-width: 1140px) {
    .profile-history-date-filter__icon-wr {
        height:20px;
        padding: 0;
        width: 20px
    }
}

.profile-history-date-filter__icon-arrow {
    height: auto;
    width: 12px
}

.profile-history-date-filter__icon-arrow--expanded {
    transform: rotate(180deg)
}

.profile-history-date-filter__icon-clear {
    height: auto;
    width: 16px
}

.profile-history-date-filter__status {
    display: flex;
    flex-direction: column
}

.profile-history-date-filter__status-date {
    align-items: center;
    display: flex;
    gap: 3px
}

@media(min-width: 1140px) {
    .profile-history-date-filter__status-date {
        max-width:120px
    }
}

.profile-history-date-filter__status-text {
    color: var(--filter-input-text-active);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.profile-history-date-filter__status-separate {
    color: var(--filter-input-text-active);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px
}

.profile-history-date-filter__calendar {
    margin-top: var(--spacings-m)
}

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

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

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

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

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

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

.profile-history-date-filter__calendar .vue-daterange-picker {
    width: 100%
}

.profile-history-date-filter__calendar .daterangepicker.ltr .drp-calendar.left .calendar-table {
    background: var(--backgrounds-a);
    border-radius: var(--roundings-s);
    box-shadow: --drop-down-shadow
}

.profile-history-date-filter__calendar .daterangepicker .calendar-table table thead {
    border: unset;
    margin-bottom: 0;
    padding: 12px
}

.profile-history-date-filter__calendar .daterangepicker .calendar-table table thead .month {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.profile-history-date-filter__calendar .daterangepicker .calendar-table table tbody {
    padding: 0 12px 12px
}

.profile-history-date-filter__calendar .daterangepicker .calendar-table table tbody:before {
    border-bottom: 1px solid var(--border-a);
    content: "";
    display: block;
    margin-bottom: 12px;
    width: 100%
}

.profile-history-date-filter__calendar .daterangepicker .calendar-table table tbody td {
    color: var(--text-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 7px 12px
}

.profile-history-date-filter__calendar .daterangepicker .calendar-table table tbody td.off {
    display: none
}

.profile-history-date-filter__calendar .daterangepicker .calendar-table table tbody td.today,.profile-history-date-filter__calendar .daterangepicker .calendar-table table tbody td.today.in-range {
    color: var(--text-text-accent)
}

.profile-history-date-filter__calendar .daterangepicker .calendar-table table tbody td.in-range {
    background: var(--backgrounds-g-50);
    color: var(--text-text)
}

.profile-history-date-filter__calendar .daterangepicker .calendar-table table tbody td.active {
    background: var(--backgrounds-a);
    border: unset;
    border-radius: var(--roundings-s);
    box-shadow: var(--drop-down-shadow);
    position: relative;
    z-index: 1
}

.profile-history-date-filter__calendar .daterangepicker .calendar-table table tbody td.active.in-range:before {
    background: var(--backgrounds-g-50);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.profile-history-date-filter__calendar .daterangepicker .calendar-table table tbody td.active.in-range.start-date:before {
    border-radius: var(--roundings-xs) 0 0 var(--roundings-xs)
}

.profile-history-date-filter__calendar .daterangepicker .calendar-table table tbody td.active.in-range.end-date:before {
    border-radius: 0 var(--roundings-xs) var(--roundings-xs) 0
}

.profile-history-date-filter__calendar .daterangepicker .calendar-table table tbody td.active.in-range.start-date.end-date:before {
    border-radius: var(--roundings-xs)
}

@media(min-width: 1140px) {
    .profile-history-date-filter__calendar {
        background-color:var(--backgrounds-a);
        border-radius: var(--roundings-s);
        box-shadow: var(--drop-down-shadow);
        padding: 12px;
        position: absolute;
        top: 100%;
        width: 344px;
        z-index: 10
    }
}

.input-field__error {
    align-items: center;
    color: var(--colors-system-error);
    display: flex;
    font-size: 12px;
    font-weight: 500;
    gap: 4px;
    line-height: 16px;
    padding-top: 4px
}

.input-field__error:first-letter {
    text-transform: capitalize
}

.limit-list .input-field--warning .input-field__error {
    color: var(--text-description-b)
}

.gender-radio-error .input-field__error {
    padding-top: 0
}

.input-field__error-icon-wr {
    align-self: flex-start;
    flex-shrink: 0;
    height: 16px;
    padding: 1px;
    width: 16px
}

.card-fields__input--card-cvv .input-field__error-icon-wr,.card-fields__input--card-month-year .input-field__error-icon-wr {
    display: none
}

.input-field__error-icon {
    height: auto;
    width: 100%
}

.input-field__error-text:first-letter {
    text-transform: uppercase
}

.phone-picker,.vue-tel-input {
    border-radius: 12px;
    position: relative
}

.vue-tel-input {
    background-color: var(--input-bg-default);
    border: 1px solid var(--input-border-default);
    color: var(--input-text-filled);
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 24px;
    transition: all .2s ease-out;
    width: 100%;
    z-index: 1
}

.no-touch .vue-tel-input:hover:not(.input-field__wrap--focus .vue-tel-input,.input-field__wrap--phone-dropdown-open .vue-tel-input,.input-field__wrap--error .vue-tel-input,.input-field__wrap--disabled .vue-tel-input) {
    background-color: var(--input-bg-hover);
    border-color: var(--input-border-hover)
}

.input-field__wrap--focus .vue-tel-input,.input-field__wrap--phone-dropdown-open .vue-tel-input {
    border-color: var(--input-border-active)
}

.input-field__wrap--error .vue-tel-input {
    border-color: var(--input-border-error)
}

.input-field__wrap--disabled .vue-tel-input {
    border-color: var(--input-border-disable)
}

@media(min-width: 640px) {
    .input-field__wrap--phone-dropdown-open .vue-tel-input {
        z-index:2
    }

    .input-field__wrap--phone-dropdown-open .vue-tel-input:before {
        border-radius: 16px 16px 0 0;
        box-shadow: var(--drop-down-shadow);
        content: "";
        height: 56px;
        left: 50%;
        pointer-events: none;
        position: absolute;
        top: -4px;
        transform: translate(-50%);
        width: calc(100% + 8px);
        z-index: -1
    }

    .input-field__wrap--phone-dropdown-open .vue-tel-input.vue-tel-input--no-results:before,.restore-account-form .input-field__wrap--phone-dropdown-open .vue-tel-input:before {
        content: none
    }
}

@media(max-width: 1139px) {
    .input-field__wrap--phone-dropdown-open .vue-tel-input {
        position:static
    }
}

.input-field__wrap--phone-dropdown-open .vue-tel-input:before {
    content: none
}

.vue-tel-input--focus {
    background-color: var(--input-bg-active)
}

.vti__dropdown {
    align-items: center;
    cursor: pointer;
    display: flex;
    padding: 0 8px 0 16px;
    position: relative
}

.vti__dropdown:before {
    background-color: var(--colors-base-white-12);
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    width: 1px
}

.vti__flag-img {
    border-radius: 50%;
    flex-shrink: 0;
    height: 20px;
    margin-right: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 20px
}

.vti__country-code {
    color: var(--input-text-filled);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px
}

.vti__dropdown-item .vti__country-code {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-right: 8px;
    min-width: 52px
}

.highlighted .vti__country-code {
    color: var(--selector-item-a-text-active);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.vue-tel-input.disabled .vti__country-code {
    color: var(--input-text-disable)
}

.vti__country-name {
    display: -webkit-box;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.vti__dropdown-item .vti__country-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.highlighted .vti__country-name {
    color: var(--selector-item-a-text-active)
}

.vti__chevron-wr {
    height: 20px;
    margin-left: 8px;
    width: 20px
}

.vti__chevron {
    color: var(--icons-a);
    height: auto;
    margin: 7px 4px auto;
    transition: transform .2s ease-out;
    width: 12px
}

.vti__dropdown.open .vti__chevron {
    transform: rotate(180deg)
}

.vue-tel-input.disabled .vti__chevron {
    color: var(--icons-a-disable)
}

.vti__input {
    background-color: transparent;
    color: var(--input-text-active);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    padding: 0 44px 0 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.vti__input::-webkit-input-placeholder {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.vti__input:not(.vti__input--contry_code) {
    border: none;
    border-radius: inherit
}

.no-touch .vue-tel-input:hover .vti__input::-webkit-input-placeholder {
    color: var(--input-label-hover)
}

.no-touch .input-field--error .vue-tel-input:hover .vti__input::-webkit-input-placeholder,.no-touch .vue-tel-input.vue-tel-input--focus:hover .vti__input::-webkit-input-placeholder {
    color: var(--input-label-default)
}

.no-touch .vue-tel-input.disabled:hover .vti__input::-webkit-input-placeholder {
    color: var(--input-text-disable)
}

.input-field--error .vti__input {
    color: var(--colors-system-error)
}

.vti__dropdown-header-search .vti__input {
    height: 52px;
    margin-left: 0;
    padding: 0 43px 0 19px
}

.vti__dropdown-header-search .vti__input::-moz-placeholder {
    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
}

.vti__dropdown-header-search .vti__input::placeholder {
    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
}

.vti__input:-webkit-autofill,.vti__input:-webkit-autofill:focus,.vti__input:-webkit-autofill:hover {
    box-shadow: inset 0 0 0 50px transparent;
    -webkit-text-fill-color: var(--input-text-filled)!important;
    -webkit-background-clip: text!important;
    background-clip: text!important;
    caret-color: var(--input-text-filled)!important;
    -webkit-transition: background-color 0s 600000s,color 0s 600000s;
    transition: background-color 0s 600000s,color 0s 600000s;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out
}

.vue-tel-input.disabled .vti__input {
    color: var(--input-text-disable)
}

.vti__dropdown-header {
    margin-bottom: 20px
}

.vti__dropdown-header-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);
    margin-bottom: var(--spacings-2xl);
    padding: var(--spacings-xs) 0;
    text-align: center
}

.vti__dropdown-header-search {
    position: relative
}

.vti__dropdown-header-search-icon-wr {
    padding: var(--buttons-icon-s);
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%)
}

.vti__dropdown-header-search-icon {
    color: var(--icons-c);
    height: 20px;
    padding: 1px;
    width: 20px
}

.vti__dropdown-item {
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    margin-top: 4px;
    padding: 10px 20px 10px 8px;
    transition: background-color .2s ease-out
}

.vti__dropdown-item:first-child {
    margin-top: 0
}

.no-touch .vti__dropdown-item:hover {
    background-color: var(--selector-item-a-bg-hover);
    box-shadow: none
}

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

.vti__dropdown-list {
    height: calc(100% - 124px);
    overflow-y: auto;
    position: relative
}

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

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

@media(min-width: 640px) {
    .vti__dropdown-list {
        height:unset;
        max-height: 320px;
        padding: 7px
    }
}

@media(max-width: 1139px) {
    .restore-account-form .vti__dropdown-list {
        border-radius:0;
        box-shadow: none;
        max-height: none;
        transform: none;
        width: 100%
    }
}

@media(min-width: 640px)and (max-width:1139px) {
    .restore-account-form .vti__dropdown-list {
        background-color:transparent
    }

    .bottom-sheet .vti__dropdown-list--missing-data {
        box-shadow: none;
        max-height: unset;
        position: static;
        transform: translate(0)
    }
}

.vti__dropdown-vbar {
    height: 100%
}

.input-field__input {
    background-color: var(--input-bg-default);
    border: 1px solid var(--input-border-default);
    border-radius: 12px;
    color: var(--input-text-filled);
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 24px;
    padding: 16px 16px 6px;
    transition: all .2s ease-out;
    width: 100%
}

.input-field__input:-webkit-autofill,.input-field__input:-webkit-autofill:active,.input-field__input:-webkit-autofill:focus,.input-field__input:-webkit-autofill:hover {
    -webkit-text-fill-color: var(--input-text-filled)!important;
    -webkit-background-clip: text!important;
    background-clip: text!important;
    background: var(--input-bg-filled)!important;
    caret-color: var(--input-text-filled)!important;
    -webkit-transition: background-color 0s 600000s,color 0s 600000s;
    transition: background-color 0s 600000s,color 0s 600000s
}

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

.promocode-form__form .input-field__input {
    padding-right: 44px
}

.profile-user-card-nickname__input .input-field__input {
    height: 32px
}

.input-field__wrap--right-button .input-field__input {
    margin-right: calc(var(--right-button-width)*-1);
    padding-right: calc(var(--right-button-width) + 12px)
}

.add-money-limit .input-field__input,.change-limit__input .input-field__input {
    padding-bottom: 8px;
    padding-top: 8px
}

.no-touch .add-money-limit .input-field__input:hover::-moz-placeholder,.no-touch .change-limit__input .input-field__input:hover::-moz-placeholder {
    color: var(--input-label-hover)
}

.no-touch .add-money-limit .input-field__input:hover::placeholder,.no-touch .change-limit__input .input-field__input:hover::placeholder {
    color: var(--input-label-hover)
}

.change-limit__first-input .input-field__input,.limits__card-time-form .input-field__input {
    padding-left: 44px
}

@media(max-width: 639px) {
    .add-money-limit .input-field__input {
        overflow:hidden;
        padding-right: 100px;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

.deposit-promocode .input-field__input {
    padding-right: 44px
}

.input-field__wrap--left-icon .input-field__input {
    padding: 16px 16px var(--spacings-3xs) 44px
}

.no-touch .input-field__input:hover:not(.input-field__input:focus,.input-field__input.input-field--error,[disabled],.country-select--opened .input-field__input,.country-select--disabled .input-field__input,.profile-user-card-nickname__input .input-field__input,.promo-event .input-field__input,.promo-tournament .input-field__input) {
    background-color: var(--input-bg-hover);
    border-color: var(--input-border-hover);
    color: var(--input-text-hover)
}

.input-field__wrap--filled .input-field__input {
    background: var(--input-bg-filled);
    border-color: var(--input-border-filled);
    color: var(--input-text-filled)
}

.no-touch .input-field__wrap--filled .input-field__input:not(.input-field__wrap--filled .input-field__input:focus,.input-field__wrap--filled .input-field__input.input-field--error,[disabled],.country-select--opened .input-field__wrap--filled .input-field__input,.country-select--disabled .input-field__wrap--filled .input-field__input,.profile-user-card-nickname__input .input-field__wrap--filled .input-field__input):hover {
    color: var(--input-text-filled)
}

.birthday-calendar__input--opened .input-field__input:not(.input-field--error),.input-field__input:focus:not(.input-field--error,.profile-user-card-nickname__input .input-field__input,.search-header__input .input-field__input,.promo-event .input-field__input,.promo-tournament .input-field__input,.providers__search .input-field__input) {
    background-color: var(--input-bg-active);
    border-color: var(--input-border-active);
    color: var(--input-text-active)
}

.no-touch .profile-user-card-nickname__input:hover .input-field__input:not(.input-field__input.input-field--error):focus::-moz-placeholder {
    color: var(--input-text-default)
}

.no-touch .profile-user-card-nickname__input:hover .input-field__input:not(.input-field__input.input-field--error):focus::placeholder {
    color: var(--input-text-default)
}

.input-field__input[disabled] {
    background-color: var(--input-bg-disable);
    border-color: var(--input-border-disable);
    color: var(--input-text-disable)
}

.change-limit__first-input .input-field__input[disabled],.email-one-time-password-form .input-field__input[disabled],.email-one-time-password-form .input-field__input[disabled]+.input-field__label-anim {
    opacity: 1
}

.input-field__input[disabled]+.input-field__label-anim {
    color: var(--input-label-disable)
}

.search-header__input-field .input-field__input {
    padding: 12px 35px 12px 44px;
    text-overflow: ellipsis
}

.search-header__input-field .input-field__input:focus::-webkit-input-placeholder {
    color: var(--text-description-b)
}

.payment-area-form__input-wrap .input-field__input,.payment-deposit-form__input .input-field__input {
    color: var(--input-text-filled);
    padding: 12px 16px
}

.confirm-code__sms-code .input-field__input,.confirmed-phone__sms-code .input-field__input {
    box-shadow: unset!important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 7px;
    line-height: 24px;
    padding: 8px 16px;
    text-align: center
}

.confirm-code__sms-code .input-field__input:last-child,.confirmed-phone__sms-code .input-field__input:last-child {
    letter-spacing: unset
}

.confirm-code__sms-code .input-field__input::-moz-placeholder,.confirmed-phone__sms-code .input-field__input::-moz-placeholder {
    color: var(--input-label-default);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 24px;
    -moz-transition: color .2s ease-out;
    transition: color .2s ease-out
}

.confirm-code__sms-code .input-field__input::placeholder,.confirmed-phone__sms-code .input-field__input::placeholder {
    color: var(--input-label-default);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 24px;
    transition: color .2s ease-out
}

.no-touch .confirm-code__sms-code .input-field__input:hover,.no-touch .confirmed-phone__sms-code .input-field__input:hover {
    background-color: var(--input-bg-hover);
    border-color: var(--input-border-hover)
}

.no-touch .confirm-code__sms-code .input-field__input:hover::-moz-placeholder,.no-touch .confirmed-phone__sms-code .input-field__input:hover::-moz-placeholder {
    color: var(--input-label-hover)
}

.no-touch .confirm-code__sms-code .input-field__input:hover::placeholder,.no-touch .confirmed-phone__sms-code .input-field__input:hover::placeholder {
    color: var(--input-label-hover)
}

.confirm-code__sms-code .input-field__input:focus,.confirmed-phone__sms-code .input-field__input:focus,.no-touch .confirm-code__sms-code .input-field__input:hover:focus,.no-touch .confirmed-phone__sms-code .input-field__input:hover:focus {
    background-color: var(--input-bg-active);
    border-color: var(--input-border-active)
}

.confirm-code__sms-code .input-field__input:focus::-moz-placeholder,.confirmed-phone__sms-code .input-field__input:focus::-moz-placeholder,.no-touch .confirm-code__sms-code .input-field__input:hover:focus::-moz-placeholder,.no-touch .confirmed-phone__sms-code .input-field__input:hover:focus::-moz-placeholder {
    color: var(--input-label-active)
}

.confirm-code__sms-code .input-field__input:focus::placeholder,.confirmed-phone__sms-code .input-field__input:focus::placeholder,.no-touch .confirm-code__sms-code .input-field__input:hover:focus::placeholder,.no-touch .confirmed-phone__sms-code .input-field__input:hover:focus::placeholder {
    color: var(--input-label-active)
}

.profile-user-card-nickname__input .input-field__input {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: 0
}

.profile-user-card-nickname__input .input-field__input::-webkit-input-placeholder {
    color: var(--input-label-default)
}

.profile-user-card-nickname__input .input-field__input::-moz-placeholder {
    color: var(--input-label-default)
}

.profile-user-card-nickname__input .input-field__input:-ms-input-placeholder {
    color: var(--input-label-default)
}

.profile-user-card-nickname__input .input-field__input:-moz-placeholder {
    color: var(--input-label-default)
}

.search-header__input .input-field__input {
    background-color: var(--backgrounds-d);
    border: none;
    font-size: 14px;
    font-weight: 500;
    height: 54px;
    line-height: 24px;
    padding: 8px calc(var(--buttons-icon-s)*2 + 28px) 8px 20px
}

.search-header__input .input-field__input::-moz-placeholder {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    -moz-transition: color .2s ease-out;
    transition: color .2s ease-out
}

.search-header__input .input-field__input::placeholder {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    transition: color .2s ease-out
}

.search-header__input .input-field__input:focus {
    background-color: var(--backgrounds-d)
}

@media(max-width: 1139px) {
    .search-header__input .input-field__input {
        height:50px
    }
}

.no-touch .search-header__input .input-field__input:hover:not(.search-header__input .input-field__input:focus) {
    background-color: var(--backgrounds-d);
    border-color: var(--colors-base-white-30)
}

.no-touch .search-header__input .input-field__input:hover:not(.search-header__input .input-field__input:focus)::-moz-placeholder {
    color: var(--text-text)
}

.no-touch .search-header__input .input-field__input:hover:not(.search-header__input .input-field__input:focus)::placeholder {
    color: var(--text-text)
}

.search-header__input .input-field__input .input-field__wrap--focus::-moz-placeholder {
    color: var(--text-description-b)
}

.search-header__input .input-field__input .input-field__wrap--focus::placeholder {
    color: var(--text-description-b)
}

.input-field__wrap--filled .input-field__input,.search-header__input .input-field__input:focus {
    width: 100%
}

.birthday-calendar__input .input-field__input {
    cursor: pointer
}

.providers__search .input-field__input {
    font-size: 14px;
    font-weight: 500;
    height: 52px;
    line-height: 24px;
    padding: 8px calc(var(--buttons-icon-s)*2 + 28px) 8px 20px
}

.providers__search .input-field__input::-moz-placeholder {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    -moz-transition: color .2s ease-out;
    transition: color .2s ease-out
}

.providers__search .input-field__input::placeholder {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    transition: color .2s ease-out
}

.no-touch .providers__search .input-field__input:not(.providers__search .input-field__input:focus):hover {
    border-color: var(--colors-base-white-30)
}

.no-touch .providers__search .input-field__input:not(.providers__search .input-field__input:focus):hover::-moz-placeholder {
    color: var(--text-text)
}

.no-touch .providers__search .input-field__input:not(.providers__search .input-field__input:focus):hover::placeholder {
    color: var(--text-text)
}

.providers__search .input-field__input .input-field__wrap--focus::-moz-placeholder {
    color: var(--text-description-b)
}

.providers__search .input-field__input .input-field__wrap--focus::placeholder {
    color: var(--text-description-b)
}

@media(min-width: 1140px) {
    .providers__search .input-field__input {
        height:48px;
        padding: 4px calc(var(--buttons-icon-s)*2 + 24px) 4px 20px
    }
}

.bottom-sheet--providers .providers__search .input-field__input {
    background-color: var(--backgrounds-d);
    border-radius: var(--roundings-xs);
    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
}

.games-sort__search-input .input-field__input {
    border-radius: var(--roundings-xs);
    padding: 4px 40px 4px 20px
}

.games-sort__search-input .input-field__input::-moz-placeholder {
    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
}

.games-sort__search-input .input-field__input::placeholder {
    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
}

@media(max-width: 1139px) {
    .games-sort__search-input .input-field__input {
        height:44px
    }
}

.partners-contests-history-content__header-input .input-field__input {
    background-color: var(--backgrounds-d);
    border-color: var(--border-a);
    border-radius: var(--roundings-xs);
    padding: 0 40px 0 36px
}

.partners-contests-history-content__header-input .input-field__input::-moz-placeholder {
    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
}

.partners-contests-history-content__header-input .input-field__input::placeholder {
    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
}

@media(max-width: 1139px) {
    .partners-contests-history-content__header-input .input-field__input {
        height:40px
    }
}

@media(min-width: 1140px) {
    .partners-contests-history-content__header-input .input-field__input {
        padding:0 44px
    }
}

.no-touch .partners-contests-history-content__header-input .input-field__input:not(.partners-contests-history-content__header-input .input-field__input:focus):hover {
    background-color: var(--backgrounds-d);
    border-color: var(--colors-base-white-30)
}

.no-touch .partners-contests-history-content__header-input .input-field__input:not(.partners-contests-history-content__header-input .input-field__input:focus):hover::-moz-placeholder {
    color: var(--text-text)
}

.no-touch .partners-contests-history-content__header-input .input-field__input:not(.partners-contests-history-content__header-input .input-field__input:focus):hover::placeholder {
    color: var(--text-text)
}

.partners-contests-history-content__header-input .input-field__input:not(.input-field--error):focus {
    background-color: var(--backgrounds-d);
    border-color: var(--border-a)
}

.promo-event .input-field__input,.promo-tournament .input-field__input {
    background-color: var(--backgrounds-d);
    border-color: var(--border-a);
    color: var(--text-description-b);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.no-touch .promo-event .input-field__input:not(.promo-event .input-field__input:focus,.promo-tournament .input-field__input:focus):hover,.no-touch .promo-tournament .input-field__input:not(.promo-event .input-field__input:focus,.promo-tournament .input-field__input:focus):hover {
    background-color: var(--backgrounds-d);
    border-color: var(--colors-base-white-30);
    color: var(--text-text)
}

.no-touch .promo-event .input-field__input:not(.promo-event .input-field__input:focus,.promo-tournament .input-field__input:focus):hover::-moz-placeholder,.no-touch .promo-tournament .input-field__input:not(.promo-event .input-field__input:focus,.promo-tournament .input-field__input:focus):hover::-moz-placeholder {
    color: var(--text-text)
}

.no-touch .promo-event .input-field__input:not(.promo-event .input-field__input:focus,.promo-tournament .input-field__input:focus):hover::placeholder,.no-touch .promo-tournament .input-field__input:not(.promo-event .input-field__input:focus,.promo-tournament .input-field__input:focus):hover::placeholder {
    color: var(--text-text)
}

.promo-event .input-field__wrap--filled .input-field__input,.promo-tournament .input-field__wrap--filled .input-field__input {
    color: var(--text-text)
}

.bottom-sheet .input-field--country {
    border-radius: var(--roundings-xs);
    height: 52px;
    padding: 16px 16px 16px 20px
}

@media(min-width: 640px) {
    .input-field--country {
        padding:12px 44px
    }
}

.input-field__button-icon {
    background: transparent;
    border: none;
    height: inherit;
    padding: 0;
    width: inherit
}

.input-field--error {
    background-color: var(--input-bg-error);
    border-color: var(--input-border-error)
}

.input-field--error:not(.add-money-limit__input .input-field--error,.change-limit__input .input-field--error,.limits__card-input .input-field--error) {
    color: var(--input-text-error)
}

.input-field--error:not(.add-money-limit__input .input-field--error,.change-limit__input .input-field--error,.limits__card-input .input-field--error)[disabled] {
    color: var(--input-text-disable)
}

.input-field__label-anim {
    color: var(--input-label-default);
    font-size: 14px;
    font-weight: 500;
    left: 17px;
    line-height: 24px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    text-overflow: ellipsis;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s ease-out;
    white-space: nowrap;
    width: calc(100% - 44px)
}

.partners-contests-create-contest__settings--participant .input-field__label-anim {
    line-height: 30px
}

.limits .input-field__label-anim {
    line-height: 32px
}

.partners-contests-create-contest__settings--participant .input-field__label-anim {
    background-color: var(--white)
}

.restore-password__input-field .input-field__label-anim {
    width: calc(100% - 60px)
}

.input-field__wrap--left-icon .input-field__label-anim {
    left: 45px;
    width: calc(100% - 60px)
}

.anim-label:focus:not([readonly])~.input-field__label-anim,.input-field--top-label~.input-field__label-anim,.input-field__input:-webkit-autofill~.input-field__label-anim {
    color: var(--input-label-active);
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    top: 5px;
    transform: translateY(0)
}

.no-touch .input-field__input:hover~.input-field__label-anim {
    color: var(--input-label-hover)
}

.input-field__input:focus~.input-field__label-anim,.input-field__input[disabled]~.input-field__label-anim {
    color: var(--input-label-disable)!important
}

@media(min-width: 1140px) {
    .change-password__input .input-field__label-anim {
        width:calc(100% - 60px)
    }
}

.input-field__icon-wr,.input-field__pseudo-pas-eye {
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

.games-sort__search-input .input-field__icon-wr {
    pointer-events: none
}

.promo-event .input-field__wrap--filled .input-field__icon-wr,.promo-tournament .input-field__wrap--filled .input-field__icon-wr {
    border-radius: var(--buttons-xs-radius);
    pointer-events: auto
}

.no-touch .promo-event .input-field__wrap--filled .input-field__icon-wr:hover,.no-touch .promo-tournament .input-field__wrap--filled .input-field__icon-wr:hover {
    background-color: var(--backgrounds-g-50)
}

.input-field__pseudo-pas-eye-ic {
    color: var(--input-icon-right-default);
    height: auto;
    width: 100%
}

.input-field__icon-wr--left {
    left: 16px;
    pointer-events: none;
    right: auto
}

.input-field__icon {
    color: var(--input-icon-right-default);
    height: auto;
    width: 100%
}

.input-field__icon-wr--left .input-field__icon {
    color: var(--input-icon-left-default)
}

.input-field__wrap--error .input-field__icon-wr--left .input-field__icon {
    color: var(--input-icon-left-error)
}

.limit-list .input-field--warning .input-field__wrap--error .input-field__icon-wr--left .input-field__icon {
    color: var(--input-text-active)
}

.no-touch .input-field__wrap:not(.input-field__wrap--disabled,.input-field__wrap--error):hover .input-field__icon-wr--left .input-field__icon {
    color: var(--input-icon-left-hover)
}

.birthday-calendar__input--filled .input-field__icon-wr--left .input-field__icon,.input-field__wrap--filled:not(.input-field__wrap--error) .input-field__icon-wr--left .input-field__icon {
    color: var(--input-icon-left-filled)
}

.input-field__wrap--focus:not(.input-field__wrap--error) .input-field__icon-wr--left .input-field__icon {
    color: var(--input-icon-left-active)
}

.input-field__wrap--disabled .input-field__icon-wr--left .input-field__icon {
    color: var(--input-icon-left-disable)
}

.birthday-calendar__input--filled .input-field__icon,.input-field__wrap--filled .input-field__icon {
    color: var(--input-icon-right-filled)
}

.input-field__wrap--focus .input-field__icon,.no-touch .input-field__wrap:not(.input-field__wrap--disabled,.input-field__wrap--error):hover .input-field__icon {
    color: var(--input-icon-right-active)
}

.no-touch .birthday-calendar-wrap:hover .has-error .input-field__icon,.no-touch .form-constructor__field-wrap--date_of_birth:hover .has-error .input-field__icon {
    color: var(--input-icon-right-default)
}

.no-touch .birthday-calendar-wrap:hover .has-error .input-field__icon-wr--left .input-field__icon,.no-touch .form-constructor__field-wrap--date_of_birth:hover .input-field__icon-wr--left .has-error .input-field__icon {
    color: var(--input-icon-left-error)!important
}

.input-field__wrap--disabled .input-field__icon {
    color: var(--input-icon-right-disable)
}

.games-sort__search-input .input-field__icon.input-field__icon--search {
    color: var(--icons-c)!important;
    padding: 1px
}

.promo-event .games-sort__search-input .input-field__icon.input-field__icon--search,.promo-tournament .games-sort__search-input .input-field__icon.input-field__icon--search {
    margin: 10px
}

.games-sort__search-input .input-field__icon.input-field__icon--trash {
    padding: 1px 2px;
    width: 20px
}

.games-sort__search-input .input-field__icon-wr {
    height: 36px;
    right: 4px;
    width: 36px
}

.promo-event .games-sort__search-input .input-field__icon-wr,.promo-tournament .games-sort__search-input .input-field__icon-wr {
    height: 40px;
    width: 40px
}

.input-field__icon--calendar,.input-field__icon--copy,.input-field__icon--user {
    height: 18px;
    margin: 1px auto;
    width: auto
}

.input-field__icon--id {
    padding: 1px
}

.input-field__icon--chevrone-down {
    height: 8px;
    margin: 7px 4px auto;
    width: 12px
}

.birthday-calendar-wrap .input-field__icon--chevrone-down {
    transition: transform .2s ease-out
}

.birthday-calendar-wrap--opened .input-field__icon--chevrone-down {
    transform: rotate(180deg)
}

.input-field__icon--search {
    width: 20px
}

.country-select__search-input .input-field__icon--search {
    color: var(--icons-c)
}

.input-field__pseudo-pas-eye {
    color: var(--input-icon-right-default);
    cursor: pointer
}

.input-field__phone-flag {
    box-shadow: var(--small-gray-shadow);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px
}

.input-field__button {
    margin-top: 20px
}

.personal-data__email-phone .input-field__button {
    margin-top: var(--spacings-xs)
}

.form-constructor__field-wrap--confirmed_at .input-field__button {
    align-self: center;
    max-width: 440px
}

@media(min-width: 640px) {
    .form-constructor__field-wrap--confirmed_at .input-field__button {
        margin-top:var(--spacings-xl)
    }
}

.input-field__button--copy-img {
    fill: var(--gray-500)
}

.input-field__button--remove {
    align-items: center;
    color: var(--icons-a);
    cursor: pointer;
    display: flex;
    height: 20px;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .2s ease-out;
    width: 20px;
    z-index: 1
}

.input-field__button-close {
    height: 18px;
    width: auto
}

.input-field__input--password {
    padding-right: 44px
}

.input-field__card-type {
    height: 32px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px
}

.input-field__card-type-ic {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%
}

.input-field__card-type-ic.diners {
    background-image: url(../img/payment-input-icons/diners.svg)
}

.input-field__card-type-ic.amex {
    background-image: url(../img/payment-input-icons/amex.svg)
}

.input-field__card-type-ic.jcb {
    background-image: url(../img/payment-input-icons/jcb.svg)
}

.input-field__card-type-ic.maestro {
    background-image: url(../img/payment-input-icons/maestro.svg)
}

.input-field__card-type-ic.mastercard {
    background-image: url(../img/payment-input-icons/mastercard.svg)
}

.input-field__card-type-ic.mir {
    background-image: url(../img/payment-input-icons/mir.svg)
}

.input-field__card-type-ic.rupay {
    background-image: url(../img/payment-input-icons/rupay_dark.svg)
}

.input-field__card-type-ic.visa {
    background-image: url(../img/payment-input-icons/visa_dark.svg)
}

.input-field__card-type-ic.unionpay {
    background-image: url(../img/payment-input-icons/unionpay.svg)
}

.input-field__tooltip {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.input-field__tooltip-ic-wr {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 20px;
    justify-content: center;
    width: 20px
}

.input-field__tooltip-ic {
    color: var(--icons-a);
    height: auto;
    width: 18px
}

@media(min-width: 1140px) {
    .input-field__wrap--visible-list:before {
        border-radius:16px 16px 0 0;
        content: "";
        height: 56px;
        left: 50%;
        pointer-events: none;
        position: absolute;
        top: -2px;
        transform: translate(-50%);
        width: calc(100% + 4px)
    }
}

.input-field__prepend-icon {
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    left: 8px;
    padding: 1px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

.input-field__prepend-icon .icon {
    color: var(--icons-c)
}

@media(min-width: 1140px) {
    .input-field__prepend-icon {
        left:14px
    }
}

.input-field__currency {
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: flex;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

.input-field__currency-line {
    background-color: var(--border-a);
    height: 28px;
    width: 1px
}

.input-field__currency-inner {
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: flex
}

.input-field__currency-image {
    background-color: var(--colors-global-accent-a);
    border-radius: 50%;
    height: 20px;
    width: 20px
}

.input-field__currency-name {
    color: var(--input-text-filled);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}

.payment-eupago__field .input-field__wrap {
    display: flex;
    gap: 8px
}

.input-field__wrap.input-field__wrap--right-button {
    align-items: center;
    display: flex
}

.search-header__input-field .input-field__wrap {
    align-items: center;
    background-color: var(--backgrounds-d);
    border: 1px solid var(--border-a);
    border-radius: var(--roundings-xs);
    display: flex;
    justify-content: center;
    transition: border .2s ease-out
}

.no-touch .search-header__input-field .input-field__wrap:not(.search-header__input-field .input-field__wrap.input-field__wrap--focus):hover {
    border-color: var(--colors-base-white-30)
}

.birthday-calendar__input .input-field__wrap {
    cursor: pointer
}

@media(min-width: 640px) {
    .input-field__copy-btn {
        min-width:95px
    }
}

.input-field__right-btn {
    transform: translate(-4px)
}

@media(min-width: 1140px) {
    .input-field__right-btn {
        opacity:0;
        visibility: hidden
    }

    .input-field__wrap--filled .input-field__right-btn,.input-field__wrap--focus .input-field__right-btn {
        opacity: 1;
        visibility: visible
    }
}

.promocode-form__input-wr--profile .input-field__right-btn {
    opacity: 0;
    visibility: hidden
}

.promocode-form__input-wr--profile .input-field__wrap--filled .input-field__right-btn,.promocode-form__input-wr--profile .input-field__wrap--focus .input-field__right-btn {
    opacity: 1;
    visibility: visible
}

.profile-history-amount-filter {
    display: flex;
    flex-direction: column
}

@media(min-width: 1140px) {
    .profile-history-amount-filter {
        max-width:200px;
        position: relative
    }
}

.profile-history-amount-filter__header {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    min-height: 48px;
    padding: 4px 4px 4px 12px;
    width: 100%
}

@media(min-width: 1140px) {
    .profile-history-amount-filter__header {
        background-color:var(--filter-input-bg-default);
        border: 1px solid var(--filter-input-border-default);
        border-radius: 12px;
        max-width: 200px;
        min-width: 180px;
        padding: 7px 16px
    }
}

.profile-history-amount-filter__header--active {
    background-color: var(--filter-input-bg-active);
    border: 1px solid var(--filter-input-border-active);
    padding: 3px 16px
}

.profile-history-amount-filter__icon-wr {
    align-items: center;
    display: flex;
    height: 36px;
    justify-content: center;
    width: 36px
}

@media(max-width: 1139px) {
    .profile-history-amount-filter__icon-wr {
        color:var(--selector-item-a-icon-default)
    }
}

@media(min-width: 1140px) {
    .profile-history-amount-filter__icon-wr {
        height:20px;
        padding: 0;
        width: 20px
    }
}

.profile-history-amount-filter__icon-clear {
    height: auto;
    width: 16px
}

.profile-history-amount-filter__title {
    color: var(--selector-item-a-text-default);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media(min-width: 1140px) {
    .profile-history-amount-filter__title {
        color:var(--filter-input-text-default);
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        max-width: 200px
    }
}

@media(max-width: 1139px) {
    .profile-history-amount-filter__header--active .profile-history-amount-filter__title {
        font-size:12px;
        font-weight: 500;
        line-height: 16px
    }
}

@media(min-width: 1140px) {
    .profile-history-amount-filter__header--active .profile-history-amount-filter__title {
        color:var(--filter-input-label-filled);
        font-size: 10px;
        font-weight: 500;
        line-height: 16px
    }
}

.profile-history-amount-filter__row {
    align-items: center;
    display: flex;
    gap: 12px
}

.profile-history-amount-filter__header--active .profile-history-amount-filter__row {
    color: var(--filter-input-label-filled)
}

.profile-history-amount-filter__header-icon-wr {
    color: var(--selector-item-b-icon-default);
    height: 20px;
    padding: 1px;
    width: 20px
}

.profile-history-amount-filter__header--active .profile-history-amount-filter__header-icon-wr {
    color: var(--filter-input-text-active)
}

.profile-history-amount-filter__header-icon {
    display: block;
    height: 100%;
    width: 100%
}

.profile-history-amount-filter__icon-arrow {
    height: auto;
    width: 12px
}

.profile-history-amount-filter__icon-arrow--expanded {
    transform: rotate(180deg)
}

.profile-history-amount-filter__status {
    display: flex;
    flex-direction: column
}

.profile-history-amount-filter__status-amount {
    align-items: center;
    display: flex;
    gap: 3px
}

@media(min-width: 1140px) {
    .profile-history-amount-filter__status-amount {
        max-width:120px
    }
}

.profile-history-amount-filter__status-text {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.profile-history-amount-filter__status-separate,.profile-history-amount-filter__status-text {
    color: var(--filter-input-text-active);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px
}

.profile-history-amount-filter__content {
    display: flex;
    flex-direction: column;
    margin-top: var(--spacings-m)
}

@media(min-width: 1140px) {
    .profile-history-amount-filter__content {
        background-color:var(--backgrounds-a);
        border-radius: var(--roundings-s);
        box-shadow: var(--drop-down-shadow);
        gap: 12px;
        padding: 12px;
        position: absolute;
        top: 100%;
        width: 344px;
        z-index: 10
    }

    .profile-history-amount-filter:last-child .profile-history-amount-filter__content {
        right: 0
    }
}

@media(min-width: 1628px) {
    .profile-history-amount-filter:last-child .profile-history-amount-filter__content {
        right:unset
    }
}

.profile-history-amount-filter__content-row {
    display: flex;
    gap: 12px;
    width: 100%
}

@media(max-width: 1139px) {
    .profile-history-amount-filter__content-row {
        background:var(--backgrounds-a);
        border-radius: var(--roundings-s);
        box-shadow: var(--drop-down-shadow);
        padding: 12px
    }
}

@media(min-width: 1140px) {
    .profile-history-amount-filter__content-row:last-child {
        padding:4px
    }
}

.profile-history-amount-filter__input {
    flex: 1
}

.custom-tabs {
    background-color: var(--backgrounds-b);
    padding: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.play .custom-tabs {
    padding: var(--spacings-s) var(--spacings-s) 8px;
    position: sticky;
    top: 0;
    z-index: 10
}

.profile-history .custom-tabs {
    padding: 0
}

@media(max-width: 1139px) {
    .profile-history .custom-tabs {
        flex:1
    }
}

@media(min-width: 1140px)and (max-width:1627px) {
    .profile-history .custom-tabs {
        margin-left:auto
    }

    .profile-bets-bonuses .custom-tabs {
        margin-left: 0
    }
}

@media(min-width: 1140px) {
    .welcome-bonuses-header__details .custom-tabs {
        padding:4px 0 0
    }
}

.custom-tabs--form-separated {
    background: none;
    padding: 0
}

.custom-tabs__inner {
    border-radius: var(--tabs-s-radius);
    display: flex
}

.custom-tabs--form-separated .custom-tabs__inner {
    align-items: center;
    display: flex;
    gap: 12px;
    position: relative
}

.nav-line .custom-tabs__inner {
    overflow-x: auto
}

.nav-line .custom-tabs__inner::-webkit-scrollbar {
    background-color: transparent;
    color: transparent;
    display: none;
    height: 0;
    opacity: 0;
    width: 0
}

.nav-line .custom-tabs__inner::-webkit-scrollbar-thumb,.nav-line .custom-tabs__inner::-webkit-scrollbar-track {
    background: transparent;
    display: none
}

.profile-history .custom-tabs__inner {
    background-color: var(--backgrounds-g-50)
}

.main--home .custom-tabs__inner,.spin-wheel__tabs .custom-tabs__inner {
    background-color: transparent
}

.play .custom-tabs__item-wr,.profile-history .custom-tabs__item-wr {
    flex-grow: 1
}

@media(max-width: 1139px) {
    .welcome-bonuses-header__tabs .custom-tabs__item-wr {
        flex-basis:50%;
        flex-grow: 1
    }
}

.custom-tabs__item {
    align-items: center;
    border-radius: var(--tabs-s-radius);
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: var(--tabs-s-vert) var(--tabs-s-hor);
    transition: all .2s ease-out
}

.no-touch .custom-tabs__item:hover {
    background-color: var(--backgrounds-c)
}

.no-touch .custom-tabs__item:hover .custom-tabs__text {
    color: var(--text-text)
}

.custom-tabs--form-separated .custom-tabs__item {
    background-color: var(--tab-bg-default);
    border-radius: 8px;
    color: var(--tab-text-default);
    cursor: pointer;
    gap: var(--tabs-m-gap);
    padding: var(--tabs-m-vert) var(--tabs-m-hor);
    transition: all .2s ease-out;
    white-space: nowrap
}

.custom-tabs--form-separated .custom-tabs__item .icon {
    color: var(--tab-icon-default);
    height: 20px;
    transition: color .2s ease-out;
    width: 20px
}

.no-touch .custom-tabs--form-separated .custom-tabs__item:hover {
    background-color: var(--tab-bg-hover);
    color: var(--tab-text-hover)
}

.no-touch .custom-tabs--form-separated .custom-tabs__item:hover .icon {
    color: var(--tab-icon-hover)
}

.custom-tabs--form-separated .custom-tabs__item .custom-tabs__ic--gift-nav.icon {
    height: 18px;
    margin: 1px auto;
    width: 17px
}

.profile-history .custom-tabs__item {
    align-items: center;
    border-radius: var(--tabs-m-radius);
    color: var(--text-description-a);
    cursor: pointer;
    display: flex;
    font-size: var(--buttons-font-m-font-size);
    font-weight: var(--buttons-font-m-weight);
    gap: var(--tabs-m-gap);
    justify-content: center;
    letter-spacing: normal;
    line-height: var(--buttons-font-m-line-height);
    padding: var(--tabs-m-vert) var(--tabs-m-hor);
    text-transform: uppercase;
    transition: all .2s ease-out
}

.profile-history .custom-tabs__item .icon {
    color: var(--icons-a-disable);
    height: auto;
    margin: auto 1px;
    width: 18px
}

.no-touch .profile-history .custom-tabs__item:hover:not(.games-slider__tab--active) {
    background-color: var(--backgrounds-c);
    color: var(--text-text)
}

@media(max-width: 1139px) {
    .welcome-bonuses-header__tabs .custom-tabs__item {
        padding:var(--tabs-m-vert) var(--tabs-m-hor)
    }
}

@media(min-width: 1140px)and (max-width:1627px) {
    .game__tabs .custom-tabs__item {
        padding:var(--tabs-s-vert) 6px
    }
}

.custom-tabs__item--active {
    background-color: var(--backgrounds-f);
    box-shadow: var(--inner-shadow);
    cursor: default;
    pointer-events: none
}

.custom-tabs--form-separated .custom-tabs__item--active,.no-touch .custom-tabs--form-separated .custom-tabs__item--active:hover {
    background-color: var(--tab-bg-active);
    box-shadow: var(--inner-shadow);
    color: var(--tab-text-active);
    cursor: default;
    pointer-events: none
}

.custom-tabs--form-separated .custom-tabs__item--active .icon,.no-touch .custom-tabs--form-separated .custom-tabs__item--active:hover .icon {
    color: var(--tab-icon-active)
}

.spin-wheel .custom-tabs__item--active {
    background: var(--gradient-tokens-backgrounds-h);
    box-shadow: var(--inner-shadow);
    color: var(--buttons-primary-a-text-default)
}

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

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

.custom-tabs__ic-wr {
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    width: 20px
}

.spin-wheel .custom-tabs__ic.icon,.spin-wheel .custom-tabs__text.icon {
    color: var(--tab-icon-active);
    transition: color .2s ease-out
}

.spin-wheel .custom-tabs__item--active .custom-tabs__ic,.spin-wheel .custom-tabs__item--active .custom-tabs__text {
    color: var(--text-text-invert)
}

.no-touch .spin-wheel .custom-tabs__item:hover .custom-tabs__ic,.no-touch .spin-wheel .custom-tabs__item:hover .custom-tabs__text {
    color: var(--text-text-accent)
}

.custom-tabs__text {
    color: var(--tab-text-default);
    font-size: var(--buttons-font-s-font-size);
    font-weight: var(--buttons-font-s-weight);
    line-height: var(--buttons-font-s-line-height);
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: all .2s ease-out;
    white-space: nowrap
}

@media(min-width: 1628px) {
    .custom-tabs__text {
        font-size:14px
    }
}

.profile-history-bonuses__filters .custom-tabs__text,.profile-history-operations-content .custom-tabs__text {
    color: var(--text-description-a);
    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
}

.custom-tabs__item--active .custom-tabs__text,.spin-wheel .custom-tabs__text {
    color: var(--text-text);
    transition: color .2s ease-out
}

.no-touch .spin-wheel .custom-tabs__item:hover .custom-tabs__text {
    color: var(--text-text-accent)
}

.custom-tabs--form-separated .custom-tabs__text {
    font-size: var(--buttons-font-s-font-size);
    font-weight: var(--buttons-font-s-weight);
    line-height: var(--buttons-font-s-line-height);
    text-overflow: clip;
    text-transform: uppercase
}

@media(min-width: 1140px)and (max-width:1627px) {
    .game__tabs .custom-tabs__text {
        font-size:13px
    }
}

.top-bar .nav-line {
    margin-block:var(--spacings-l)}

.top-bar--scrolled .nav-line {
    background-color: var(--backgrounds-a);
    border-radius: 0 0 12px 12px;
    margin: 0;
    padding-block:8px}

.nav-line__container {
    margin: 0 auto;
    max-width: min(100%,var(--main-container-max-width));
    width: -moz-fit-content;
    width: fit-content
}

.nav-line__content {
    align-items: center;
    display: flex;
    gap: var(--spacings-s);
    width: 100%
}

.nav-line__tabs {
    min-width: 0
}

.back-title {
    margin: var(--spacings-l) 0 0;
    padding: 0 var(--spacings-page-paddings);
    transition: all .2s ease-out
}

@media(min-width: 1140px) {
    .top-bar .back-title {
        padding:0 calc(var(--spacings-page-paddings) - var(--window-gap))
    }
}

.top-bar--scrolled .back-title {
    background-color: var(--backgrounds-a);
    border-radius: 0 0 12px 12px;
    margin: 0;
    padding-block:4px}

@media(min-width: 1140px) {
    .top-bar--scrolled .back-title {
        transition:none
    }

    @supports (padding-block:8px 8px) {
        .top-bar--scrolled .back-title {
            padding-block:8px 8px}
    }

    @supports not (padding-block:8px 8px) {
        .top-bar--scrolled .back-title {
            padding-bottom: 8px;
            padding-top: 8px
        }
    }
}

@media(max-width: 1139px) {
    .game-info .back-title {
        display:none
    }
}

.friends-and-referrals .back-title {
    margin-bottom: var(--spacings-l);
    padding: 0
}

.promo-event .back-title {
    margin: 0 0 var(--spacings-l) 0;
    padding: 0
}

@media(min-width: 1140px) {
    .provider .back-title,.providers .back-title {
        padding:0
    }
}

.back-title__container {
    display: flex;
    margin-inline:auto;max-width: var(--main-container-max-width)
}

@media(max-width: 639px) {
    .back-title__container {
        flex-wrap:wrap
    }
}

.top-bar--scrolled .back-title__container {
    align-items: center
}

.back-title__button {
    flex-shrink: 0;
    margin-right: var(--spacings-s)
}

.top-bar--scrolled .back-title__button {
    background-color: transparent;
    box-shadow: none;
    height: 32px;
    margin-right: 0;
    padding: calc(var(--buttons-icon-xs) + 4px) 13px calc(var(--buttons-icon-xs) + 4px) 5px;
    width: 26px
}

@media(min-width: 1140px) {
    .top-bar--scrolled .back-title__button {
        transition:none
    }
}

.no-touch .top-bar--scrolled .back-title__button:hover {
    background-color: transparent
}

.back-title__title {
    color: var(--text-text);
    font-size: var(--headings-h3-font-size);
    font-weight: var(--headings-h3-weight);
    line-height: var(--headings-h3-line-height);
    margin: auto 0;
    transition: font-size .2s ease-out
}

@media(max-width: 639px) {
    .back-title__title {
        max-width:calc(100% - 45px)
    }
}

@media(min-width: 1140px) {
    .back-title__title {
        transition:none
    }
}

.top-bar--scrolled .back-title__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.back-title__pdf-btn {
    background: var(--buttons-secondary-b-bg-default);
    border-radius: var(--buttons-s-radius);
    box-shadow: var(--inner-shadow);
    color: var(--buttons-secondary-b-text-default);
    display: flex;
    font-size: var(--buttons-font-s-font-size);
    font-weight: var(--buttons-font-s-weight);
    gap: var(--buttons-s-gap);
    height: calc(var(--buttons-font-s-line-height) + var(--buttons-s-vert)*2);
    justify-content: center;
    line-height: var(--buttons-font-s-line-height);
    padding: var(--buttons-s-vert) var(--buttons-s-hor);
    text-transform: uppercase
}

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

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

@media(max-width: 639px) {
    .back-title__pdf-btn {
        margin-top:var(--spacings-l);
        width: 100%
    }
}

@media(min-width: 640px) {
    .back-title__pdf-btn {
        margin-left:auto
    }
}

@media(max-width: 639px) {
    .top-bar--scrolled .back-title__pdf-btn {
        height:36px;
        margin-left: auto;
        margin-top: 0;
        padding: var(--buttons-icon-s);
        width: 36px
    }

    .top-bar--scrolled .back-title__pdf-btn-text {
        display: none
    }
}

.back-title__pdf-btn-ic {
    color: var(--buttons-secondary-b-icon-default);
    height: 20px;
    width: 20px
}

.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-padding-bottom)
}

.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--friends-and-referrals-commissions .bottom-sheet__scroll,.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 {
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    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
    }
}

@media(max-width: 1139px) {
    .group-filters__btn-wr {
        display:flex;
        gap: var(--spacings-s);
        justify-content: center;
        margin: 0 auto;
        max-width: calc(440px + var(--spacings-xl)*2);
        padding: var(--spacings-xl) var(--spacings-page-paddings) var(--spacings-3xl)
    }
}

@media(min-width: 1140px) {
    .group-filters__btn-wr {
        padding:0
    }
}

.group-filters__btn:not(:only-child) {
    max-width: 216px
}

@media(min-width: 1140px) {
    .profile-history-bets__filter .group-filters__filter,.profile-history-bonuses__filters .group-filters__filter {
        align-items:center;
        display: flex;
        gap: var(--spacings-s);
        margin: 0
    }

    .profile-history-bets__filter .group-filters__filter-icon,.profile-history-bonuses__filters .group-filters__filter-icon {
        color: var(--input-icon-left-default)
    }
}

.profile-history-casino-filter {
    display: flex;
    flex-direction: column;
    gap: var(--spacings-m)
}

@media(max-width: 1139px) {
    .profile-history-casino-filter {
        padding:0 var(--spacings-page-paddings)
    }
}

@media(min-width: 1140px) {
    .profile-history-casino-filter {
        align-items:center;
        flex-direction: row;
        gap: 4px
    }

    .profile-history-bets__filter .profile-history-casino-filter {
        flex-wrap: wrap
    }
}

.spinner-logo {
    height: 60px;
    width: 60px;
    will-change: transform
}

.cashout-alert-card__action--preloader .spinner-logo {
    height: 20px;
    width: 20px
}

:root {
    --spacings-5xl: 40px
}

.main-preloader {
    height: 60px;
    position: relative;
    transition: all .2s ease-out;
    width: 100%
}

.search-result__inner .main-preloader {
    position: static
}

.partners-contests-stream-modal-container .main-preloader {
    min-height: 30px
}

.partners-contests-history-content__table .main-preloader,.partners-contests-stream-modal-container .main-preloader {
    height: 290px
}

@media(max-width: 1139px) {
    .partners-contests-history-content__table .main-preloader,.partners-contests-stream-modal-container .main-preloader {
        margin-bottom:30px
    }
}

.sport-lobby-digitain-widget .main-preloader {
    height: 290px
}

.deposit-preloader {
    min-height: 100vh;
    width: 100vw
}

@media(min-width: 640px) {
    .deposit-preloader {
        min-height:calc(100vh - 52px)
    }
}

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

@media(min-width: 640px) {
    .payment__content-inner--preloader .center-preloader {
        height:calc(100% - 45px)
    }
}

.wrapper__preloader--with-back-title .center-preloader {
    top: -17px
}

@media(min-width: 1140px) {
    .wrapper__preloader--with-back-title .center-preloader {
        top:-34px
    }
}

.center-preloader.mobile-play-preloader {
    background: var(--background-b);
    height: calc(100dvh - var(--spacings-5xl));
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 9999
}

.wrapper__preloader {
    height: calc(100vh - var(--header-height) + var(--bottom-menu-height))
}

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

.wrapper__preloader--with-back-title {
    height: calc(100vh - var(--back-title-height) - var(--header-height) - var(--bottom-menu-height))
}

@media(min-width: 1140px) {
    .wrapper__preloader--with-back-title {
        height:calc(100vh - var(--back-title-height) - var(--header-height))
    }
}

.main-preloader--fullPage {
    background-color: var(--white);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10050
}

.main-preloader__inner {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: center;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    width: 50px;
    z-index: 9990
}

.path-profile .main-preloader__inner {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: static;
    transform: translateZ(0)
}

.main-preloader__inner.hnd {
    left: auto;
    position: relative;
    top: auto;
    transform: translateZ(0)
}

.main-preloader__inner.hnd .main-preloader__text {
    font-size: 14px;
    left: 100%;
    margin-left: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.cashout-alert-card__action--preloader .main-preloader__inner {
    height: 20px;
    width: 20px
}

.main .main-preloader__inner {
    z-index: 1
}

.main-preloader__text {
    color: var(--gray-500);
    display: block;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translate3d(-50%,0,0);
    white-space: nowrap
}

.main-preloader__prog {
    display: block;
    font-size: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.main-preloader__p1 {
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-name: prel__p1;
    height: 80%;
    margin: 10%;
    position: absolute;
    width: 80%
}

.main-preloader__p2 {
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-name: prel__p2;
    height: 100%;
    position: absolute;
    width: 100%
}

@keyframes prel__p1 {
    0% {
        transform: rotate(0)
    }

    35% {
        transform: rotate(-900deg)
    }

    85% {
        transform: rotate(-3200deg)
    }

    to {
        transform: rotate(-2000deg)
    }
}

@keyframes prel__p2 {
    0% {
        transform: rotate(0)
    }

    35% {
        transform: rotate(700deg)
    }

    85% {
        transform: rotate(2600deg)
    }

    to {
        transform: rotate(5turn)
    }
}

.main-preloader__svg {
    animation: inner 1.32s linear infinite
}

.main-preloader__svg circle {
    animation: arc 1.32s cubic-bezier(.8,0,.4,.8) infinite;
    fill: none;
    stroke: var(--colors-global-accent-a);
    stroke-linecap: square
}

@keyframes inner {
    0% {
        transform: rotate(-100.8deg)
    }

    to {
        transform: rotate(0)
    }
}

.profile-history-casino-item {
    background-color: var(--backgrounds-a-70);
    border-radius: var(--roundings-s);
    box-shadow: var(--inner-shadow);
    display: flex;
    flex-direction: column;
    padding: 12px 12px 4px
}

@media(min-width: 1628px) {
    .profile-history-casino-item {
        align-items:center;
        background-color: transparent;
        box-shadow: none;
        flex-direction: row;
        gap: 4px;
        padding: var(--spacings-xs) var(--spacings-2xs);
        position: relative
    }

    .profile-history-casino-item:before {
        background-color: var(--border-a);
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .profile-history-casino-item:nth-child(2):before {
        content: none
    }

    .no-touch .profile-history-casino-item:hover {
        background-color: var(--backgrounds-g);
        cursor: pointer
    }

    .no-touch .profile-history-casino-item:hover+.profile-history-casino-item:before,.no-touch .profile-history-casino-item:hover:before {
        content: none
    }
}

.profile-history-casino-item__game {
    align-items: center;
    display: flex;
    gap: 8px;
    margin-bottom: 12px
}

@media(min-width: 1628px) {
    .profile-history-casino-item__game {
        margin-bottom:0
    }
}

.profile-history-casino-item__img-wr {
    border-radius: 8px;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    position: relative;
    width: 48px
}

.profile-history-casino-item__img {
    background: url(../img/game-placeholder.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: inherit;
    height: auto;
    width: 100%
}

.profile-history-casino-item__img-hover {
    align-items: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: var(--backgrounds-e-4);
    border-radius: inherit;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .2s ease-out;
    width: 100%;
    z-index: 1
}

.no-touch .profile-history-casino-item__img-wr:hover .profile-history-casino-item__img-hover {
    opacity: 1
}

@media(min-width: 1628px) {
    .no-touch .profile-history-casino-item:hover .profile-history-casino-item__img-hover {
        opacity:1
    }
}

.profile-history-casino-item__img-hover-ic {
    height: 28px;
    padding: 1px 2px 1px 3px;
    width: 28px
}

.profile-history-casino-item__name {
    display: -webkit-box;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.profile-history-casino-item__date {
    color: var(--text-description-a);
    display: flex;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 4px
}

@media(min-width: 1628px) {
    .profile-history-casino-item__date {
        font-size:14px;
        font-weight: 500;
        line-height: 20px;
        margin-top: 0
    }
}

.profile-history-casino-item__play {
    align-items: center;
    background: var(--gradient-tokens-backgrounds-k);
    border-radius: 100px;
    box-shadow: var(--inner-shadow);
    display: flex;
    height: 48px;
    justify-content: center;
    margin-left: auto;
    padding: 12px;
    width: 48px
}

.no-touch .profile-history-casino-item__play:hover {
    background: var(--gradient-tokens-backgrounds-k-70)
}

.profile-history-casino-item__play-ic {
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    margin: 1px auto auto 2px;
    transition: filter .2s ease-out;
    width: 24px
}

.no-touch .profile-history-casino-item__play:hover .profile-history-casino-item__play-ic {
    filter: var(--card-play-shadow)
}

.profile-history-casino-item__amount {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    padding: 12px 0;
    position: relative
}

.profile-history-casino-item__amount:after {
    background-color: var(--border-a);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

@media(min-width: 1628px) {
    .profile-history-casino-item__amount:after {
        content:none
    }
}

.profile-history-casino-item__amount:last-child:after {
    content: none
}

@media(min-width: 1628px) {
    .profile-history-casino-item__amount {
        padding:0
    }
}

.profile-history-casino-item__amount-text {
    color: var(--text-description-a);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize
}

.profile-history-casino-item__amount-value {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px
}

@media(min-width: 1628px) {
    .profile-history-casino-item__amount-value {
        font-size:14px;
        font-weight: 600;
        line-height: 20px
    }

    .profile-history-casino-item__amount:last-child .profile-history-casino-item__amount-value {
        color: var(--text-text-accent)
    }

    .profile-history-casino-item__col {
        flex: 1
    }

    .profile-history-casino-item__col:first-child {
        flex: 0 0 360px;
        width: 360px
    }

    .profile-history-casino-item__col:nth-child(2) {
        max-width: 274px;
        min-width: 172px
    }

    .profile-history-casino-item__col:nth-child(3) {
        max-width: 274px;
        min-width: 100px
    }

    .profile-history-casino-item__col:last-child {
        max-width: 200px;
        min-width: 100px
    }
}

.progress-bar {
    display: flex;
    flex-direction: column;
    margin-top: var(--spacings-xl)
}

.page-profile .progress-bar {
    margin-top: 0
}

.progress-bar__label {
    color: var(--text-text);
    display: flex;
    font-size: 12px;
    font-weight: 500;
    justify-content: center;
    line-height: 16px;
    margin-bottom: 12px;
    text-align: center
}

.progress-bar__progress {
    --progress-bar-height: 8px;
    --progress-bar-radius: 40px;
    -webkit-appearance: none;
    border: 0;
    border-radius: var(--progress-bar-radius);
    height: var(--progress-bar-height);
    margin: 0 auto;
    width: 100%
}

.progress-bar__progress::-webkit-progress-bar {
    background: var(--backgrounds-g);
    border: 0;
    border-radius: var(--progress-bar-radius);
    height: var(--progress-bar-height)
}

.progress-bar__progress::-webkit-progress-value {
    background-color: var(--colors-base-white-a);
    border: 0;
    border-radius: var(--progress-bar-radius);
    height: var(--progress-bar-height);
    min-width: 6px
}

.progress-bar__progress::-moz-progress-bar {
    border: 0;
    border-radius: var(--progress-bar-radius);
    height: var(--progress-bar-height);
    min-width: 6px
}

@media(min-width: 640px) {
    .progress-bar__progress {
        max-width:595px
    }
}

.progress-bar__show-more {
    display: block;
    margin: var(--spacings-xl) auto 0 auto
}

.profile-history-no-results {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 464px;
    justify-content: center;
    margin-top: var(--spacings-m)
}

.profile-history-no-results__image {
    margin: 0 auto
}

.profile-history-no-results__img {
    background-image: url(../img/no_results.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 139px;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 139px
}

.no-webp .profile-history-no-results__img {
    background-image: url(../img/no_results.png)
}

.profile-history-no-results__text {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.profile-history-casino-content {
    margin-bottom: var(--spacings-xl)
}

.profile-history-casino-content:last-child {
    margin-bottom: 0
}

.profile-history-casino-content__list {
    display: grid;
    gap: var(--spacings-s);
    grid-template-columns: repeat(auto-fit,minmax(274px,1fr));
    padding-bottom: var(--spacings-s)
}

@media(min-width: 1140px) {
    .profile-history-casino-content__list {
        padding-bottom:var(--spacings-xl)
    }
}

@media(min-width: 1628px) {
    .profile-history-casino-content__list {
        display:flex;
        flex-direction: column;
        gap: 0;
        padding-bottom: var(--spacings-m)
    }
}

.profile-history-casino-content__list:last-child {
    padding-bottom: 0
}

.profile-history-casino-content__item {
    align-items: center;
    background-color: var(--backgrounds-b);
    border-radius: 12px;
    display: flex;
    gap: 4px;
    padding: var(--spacings-2xs)
}

.profile-history-casino-content__item-title {
    color: var(--text-description-b);
    font-size: var(--description-font-xs-font-size);
    font-weight: var(--description-font-xs-weight);
    line-height: var(--description-font-xs-line-height);
    text-transform: uppercase
}

@media(min-width: 1628px) {
    .profile-history-casino-content__item-title {
        flex:1
    }

    .profile-history-casino-content__item-title:first-child {
        flex: 0 0 360px;
        width: 360px
    }

    .profile-history-casino-content__item-title:nth-child(2) {
        max-width: 274px;
        min-width: 172px
    }

    .profile-history-casino-content__item-title:nth-child(3) {
        max-width: 274px;
        min-width: 100px
    }

    .profile-history-casino-content__item-title:last-child {
        max-width: 200px;
        min-width: 100px
    }
}

.profile-history-casino-content__no-results {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 464px;
    justify-content: center;
    margin-top: var(--spacings-m)
}

.profile-history-casino-content__no-results-image {
    margin: 0 auto
}

.profile-history-casino-content__no-results-img {
    background-image: url(../img/no_results.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 139px;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 139px
}

.no-webp .profile-history-casino-content__no-results-img {
    background-image: url(../img/no_results.png)
}

.profile-history-casino-content__no-results-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.profile-history-casino-content__progress-bar {
    padding: var(--spacings-xl) 0
}

.profile-history-bets__filter {
    display: flex;
    flex-direction: column-reverse;
    gap: var(--spacings-xl);
    margin-bottom: var(--spacings-xl)
}

@media(min-width: 640px) {
    .profile-history-bets__filter {
        flex-direction:row-reverse
    }
}

@media(min-width: 1140px) {
    .profile-history-bets__filter {
        align-items:center;
        background-color: var(--backgrounds-b);
        border-radius: var(--roundings-xs);
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px var(--spacings-s);
        justify-content: space-between;
        padding: 8px 8px 8px var(--spacings-s)
    }
}

.profile-history-bets__filter>div:empty {
    display: none
}

@media(min-width: 1140px) {
    .profile-history-bets__filter {
        justify-content:flex-start
    }
}

.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-6e431319] {
    display: flex;
    font-size: 11px;
    inset: 0;
    pointer-events: none;
    position: fixed;
    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-6e431319] {
    --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-6e431319] {
    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-6e431319]:hover,.nuxt-ssr-logs .nsl__content[data-v-6e431319] {
    background: var(--nsl-background)
}

.nuxt-ssr-logs .nsl__content[data-v-6e431319] {
    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-6e431319] {
    align-items: flex-start;
    justify-content: flex-start
}

.nuxt-ssr-logs.nsl--position-tc[data-v-6e431319] {
    align-items: flex-start;
    justify-content: center
}

.nuxt-ssr-logs.nsl--position-tr[data-v-6e431319] {
    align-items: flex-start;
    justify-content: flex-end
}

.nuxt-ssr-logs.nsl--position-cl[data-v-6e431319] {
    align-items: center;
    justify-content: flex-start
}

.nuxt-ssr-logs.nsl--position-cc[data-v-6e431319] {
    align-items: center;
    justify-content: center
}

.nuxt-ssr-logs.nsl--position-cr[data-v-6e431319] {
    align-items: center;
    justify-content: flex-end
}

.nuxt-ssr-logs.nsl--position-bl[data-v-6e431319] {
    align-items: flex-end;
    justify-content: flex-start
}

.nuxt-ssr-logs.nsl--position-bc[data-v-6e431319] {
    align-items: flex-end;
    justify-content: center
}

.nuxt-ssr-logs.nsl--position-br[data-v-6e431319] {
    align-items: flex-end;
    justify-content: flex-end
}

.nuxt-ssr-logs .nsl__head[data-v-6e431319] {
    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-6e431319] {
    cursor: pointer
}

.nuxt-ssr-logs .nsl__head-button[data-v-6e431319]:hover {
    text-shadow: 0 0 2px rgba(0,0,0,.6)
}

.nuxt-ssr-logs .nsl__body[data-v-6e431319] {
    max-height: 80vh;
    max-width: 90vw;
    overflow: auto;
    overscroll-behavior: contain
}

.nuxt-ssr-logs .nsl__bottom[data-v-6e431319] {
    background: var(--nsl-background2);
    display: flex;
    justify-content: space-between;
    padding: 4px 10px
}

.custom-modal {
    background-color: var(--backgrounds-d-70);
    background-image: none;
    inset: 0;
    position: fixed;
    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--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--friends-and-referrals-commissions {
        padding:52px 0
    }

    .custom-modal.custom-modal--partners-contests-contest-details {
        padding: 60px 0
    }

    .custom-modal.custom-modal--account-temporarily-blocked,.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--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,.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,.custom-modal--spin .custom-modal__inner,.custom-modal--spin .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
    }
}

.custom-modal--game-currency-usd,.custom-modal--spin {
    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--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--default-modal .custom-modal__inner-wr {
        max-width:600px
    }
}

@media(min-width: 1140px) {
    .custom-modal--account-temporarily-blocked .custom-modal__inner-wr {
        max-width:500px
    }
}

@media(min-width: 640px) {
    .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
    }
}

@media(min-width: 640px) {
    .custom-modal--deposit-missing:has(.payment--no-tabs) .custom-modal__inner-wr {
        align-items:center
    }
}

@media(min-width: 1140px) {
    .custom-modal--all-commands .custom-modal__inner-wr {
        max-width:820px
    }
}

@media(min-width: 1628px) {
    .custom-modal--all-commands .custom-modal__inner-wr {
        max-width:960px
    }
}

@media(min-width: 1140px) {
    .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(max-width: 1139px)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--payment-iframe .custom-modal__inner-wr {
        align-items:normal
    }
}

@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: 640px) {
    .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%
    }

    .custom-modal--game-info .custom-modal__inner-wr {
        flex: 1
    }
}

@media(min-width: 640px)and (max-width:1139px) {
    .custom-modal--game-info .custom-modal__inner-wr {
        overflow:hidden;
        width: 100%
    }
}

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

.custom-modal__inner {
    margin: 0 auto;
    position: relative
}

@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(max-width: 1139px) {
    .bottom-sheet--bonus-modal .custom-modal__inner,.bottom-sheet--payment-balance-cancel-popup .custom-modal__inner,.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--email-one-time-password .custom-modal__inner,.custom-modal--game-currency-usd .custom-modal__inner,.custom-modal--game-info .custom-modal__inner {
        width:100%
    }
}

@media(max-width: 639px) {
    .custom-modal--balance .custom-modal__inner,.custom-modal--captcha-modal .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(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--rakeback-award .custom-modal__inner,.custom-modal--rakeback-info .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(min-width: 1140px) {
    .custom-modal--bonus-modal .custom-modal__inner,.custom-modal--friends-and-referrals-commissions .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)
    }
}

.custom-modal--restore-account-request .custom-modal__inner,.custom-modal--restore-password-request .custom-modal__inner,.custom-modal--users-password-edit .custom-modal__inner {
    width: 100%
}

.custom-modal--registration-step-2 .custom-modal__inner {
    width: auto
}

.custom-modal.custom-modal--bonus-info .custom-modal__inner {
    display: flex;
    width: 100%
}

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

@media(min-width: 1140px) {
    .custom-modal--cashout-alert .custom-modal__inner {
        overflow:visible!important
    }
}

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

.custom-modal--restore-account-request .single-form,.custom-modal--restore-password-request .single-form {
    margin: auto
}

.custom-modal.custom-modal--bonus-info {
    background: #211e1cc4;
    padding: 0
}

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

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

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

.no-paddings {
    padding: 0!important
}

.custom-modal--verification-details {
    z-index: 10035
}

@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(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%
}

@media(min-width: 1140px) {
    .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
    }
}

@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>.vb-content {
        padding-right:0!important;
        width: 100%!important;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

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