.cms-page {
    padding-bottom: 60px;
    padding-top: 30px;
    position: relative
}

@media (min-width: 768px) {
    .cms-page {
        padding-top: 35px
    }
}

@media (min-width: 1200px) {
    .cms-page {
        padding-bottom: 80px;
        padding-left: 0;
        padding-top: 50px
    }
}

@media (min-width: 1440px) {
    .cms-page {
        padding-bottom: 80px;
        padding-left: 0;
        padding-top: 60px
    }
}

.cms-page__bg {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.cms-page__head {
    align-items: center;
    display: flex;
    margin-bottom: 24px;
    padding: 0;
    position: relative
}

@media (min-width: 768px) {
    .cms-page__head {
        margin-bottom: 32px
    }
}

.cms-page__head-wrap {
    position: relative;
    width: 100%;
    z-index: 3
}

.cms-page__title {
    color: #fff;
    font-weight: 700;
    margin: 0 0 16px;
    padding: 0;
    text-transform: capitalize
}

.cms-page__date {
    color: hsla(0, 0%, 100%, .4);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.cms-page--without-vertical-space {
    padding-bottom: 0;
    padding-top: 0
}

.cms-page--without-top-space {
    padding-top: 0
}

.cms-page--without-bottom-space {
    padding-bottom: 0
}

.cms-page--center-header {
    text-align: center
}

.balance-rcp {
    align-items: center;
    background: #1a1a22;
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
    -moz-column-gap: 16px;
    column-gap: 16px;
    cursor: pointer;
    display: flex;
    height: 80px;
    justify-content: center;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .balance-rcp {
        padding: 0 24px
    }
}

.balance-rcp__icon {
    align-items: center;
    display: flex;
    justify-content: center
}

.balance-rcp__info {
    display: flex;
    flex-direction: column;
    white-space: nowrap
}

.balance-rcp__info .text {
    color: hsla(0, 0%, 100%, .4);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.balance-rcp__info .num, .balance-rcp__info .text {
    font-family: Futura PT, sans-serif;
    font-style: normal
}

.balance-rcp__info .num {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px
}

.balance-rcp__info .num__rcp {
    color: hsla(0, 0%, 100%, .4);
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase
}

.balance-rcp__tooltip {
    background: #282833;
    border-radius: 12px;
    bottom: calc(100% + 8px);
    left: 0;
    margin: auto;
    padding: 12px 20px 12px 12px;
    position: absolute;
    right: 0;
    transform: scale(0);
    transform-origin: 50% 0;
    transition: all .3s ease-in-out;
    width: 260px;
    z-index: 99
}

@media (min-width: 768px) {
    .balance-rcp__tooltip {
        bottom: unset;
        left: auto;
        top: calc(100% + 8px)
    }
}

.balance-rcp__tooltip:after {
    background-size: cover;
    border: 8px solid transparent;
    border-top-color: #282833;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 100%;
    width: 0
}

@media (min-width: 768px) {
    .balance-rcp__tooltip:after {
        border-bottom: 8px solid #282833;
        border-top: unset;
        bottom: 100%;
        top: unset
    }
}

.balance-rcp__tooltip--title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 4px
}

.balance-rcp__tooltip--text, .balance-rcp__tooltip--title {
    display: block;
    font-family: Futura PT, sans-serif;
    font-style: normal
}

.balance-rcp__tooltip--text {
    color: hsla(0, 0%, 100%, .65);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.balance-rcp:hover .balance-rcp__tooltip {
    transform: scale(1)
}

.bonus-store__tabs .tab-list {
    display: flex;
    margin-bottom: 32px;
    position: relative;
    width: 100%
}

.bonus-store__tabs .tab-list:after {
    background: hsla(0, 0%, 100%, .12);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.bonus-store__tabs .tab-list__scroll {
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: inline-flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 13px
}

.bonus-store__tabs .tab-list__item {
    color: hsla(0, 0%, 100%, .65);
    font-family: Futura PT, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap
}

.bonus-store__tabs .tab-list__item--active, .bonus-store__tabs .tab-list__item:active, .bonus-store__tabs .tab-list__item:focus, .bonus-store__tabs .tab-list__item:hover {
    color: #fff
}

.bonus-store__tabs .tab-list__item--active:after {
    background: #fc311d;
    bottom: -14px;
    content: "";
    height: 2px;
    position: absolute;
    width: 100%
}

.bonus-store__tabs .tab-content {
    display: grid;
    grid-template-columns:1fr;
    margin-bottom: 40px;
    row-gap: 12px
}

@media (min-width: 768px) {
    .bonus-store__tabs .tab-content {
        -moz-column-gap: 12px;
        column-gap: 12px;
        grid-template-columns:1fr 1fr
    }
}

@media (min-width: 1200px) {
    .bonus-store__tabs .tab-content {
        -moz-column-gap: 16px;
        column-gap: 16px;
        grid-template-columns:1fr 1fr 1fr;
        row-gap: 16px
    }
}

@media (min-width: 1440px) {
    .bonus-store__tabs .tab-content {
        grid-template-columns:1fr 1fr 1fr 1fr
    }
}

.bonus-store__tabs .tab-content__title {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 24px
}

.bonus-store__tabs .tab-content__card {
    border-radius: 8px;
    overflow: hidden
}

.bonus-store__tabs .tab-content__card .card-top {
    align-items: center;
    display: flex;
    height: 164px;
    justify-content: center;
    overflow: hidden;
    position: relative
}

@media (min-width: 768px) {
    .bonus-store__tabs .tab-content__card .card-top {
        height: 172px
    }
}

.bonus-store__tabs .tab-content__card .card-top img {
    width: 100%
}

.bonus-store__tabs .tab-content__card .card-top img.image-bottom {
    bottom: 0;
    position: absolute
}

@media (max-width: 1440px) {
    .bonus-store__tabs .tab-content__card .card-top img.image-bottom {
        bottom: -35px
    }
}

@media (max-width: 480px) {
    .bonus-store__tabs .tab-content__card .card-top img.image-bottom {
        bottom: -15px
    }
}

.bonus-store__tabs .tab-content__card .card-bottom {
    background: #1a1a22;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px
}

.bonus-store__tabs .tab-content__card .card-bottom__header {
    display: flex;
    flex-direction: column;
    row-gap: 8px
}

.bonus-store__tabs .tab-content__card .card-bottom__title {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 0
}

.bonus-store__tabs .tab-content__card .card-bottom__description {
    color: hsla(0, 0%, 100%, .65);
    font-family: Futura PT, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 0
}

.bonus-store__tabs .tab-content__card .card-bottom__info {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 24px
}

.bonus-store__tabs .tab-content__card .card-bottom__info .cost {
    color: #00dccd;
    font-family: Futura PT, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px
}

.bonus-store__tabs .tab-content__card .card-bottom__info .link-btn {
    padding: 10px 30px
}

.reward-bg {
    height: 108px;
    position: relative;
    width: 162px
}

@media (min-width: 480px) {
    .reward-bg {
        height: 108px;
        width: 162px
    }
}

@media (min-width: 1440px) {
    .reward-bg {
        height: 132px;
        width: 186px
    }
}

.reward-bg--money {
    background: url(/images/money-bg.2b6762d3..svg) 50% no-repeat;
    background-size: cover
}

.reward-bg--fs {
    background: url(/images/fs-bg.4638ed83..svg) 50% no-repeat;
    background-size: cover
}

.reward-value {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 800;
    left: 50%;
    line-height: 60px;
    position: absolute;
    text-shadow: 0 6px 8px rgba(0, 0, 0, .3);
    top: 50%;
    transform: translate(-50%, -50%)
}

.reward-value--medium {
    font-size: 38px
}

.reward-value--big {
    font-size: 29px
}

.reward-type {
    font-family: Futura PT, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    position: absolute
}

@media (max-width: 1440px) {
    .reward-type {
        font-size: 16px;
        line-height: 16px
    }
}

.reward-type--money {
    color: #48b2ff;
    right: 20px;
    top: 17px
}

@media (max-width: 1440px) {
    .reward-type--money {
        right: 19px;
        top: 12px
    }
}

.reward-type--fs {
    color: #be6cff;
    right: 30px;
    top: 18px
}

@media (max-width: 1440px) {
    .reward-type--fs {
        right: 27px;
        top: 14px
    }
}

.promotions-sportsbook-switcher {
    background: rgba(10, 10, 13, .65);
    border-radius: 100px;
    display: flex;
    height: 40px;
    margin: 0 auto 32px;
    max-width: 180px;
    overflow: hidden;
    padding: 4px;
    width: 100%
}

@media (min-width: 768px) {
    .promotions-sportsbook-switcher {
        height: 56px;
        margin: 0 auto 48px;
        max-width: 412px
    }
}

@media (min-width: 1200px) {
    .promotions-sportsbook-switcher {
        margin: 0 auto 56px
    }
}

@media (min-width: 1440px) {
    .promotions-sportsbook-switcher {
        margin: 0 auto 64px
    }
}

.promotions-sportsbook-switcher__item {
    align-items: center;
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    transition: background .3s ease;
    width: 100%
}

.promotions-sportsbook-switcher__item:hover:not(.promotions-sportsbook-switcher__item--active) .promotions-sportsbook-switcher__icon:before {
    color: #fff !important
}

.promotions-sportsbook-switcher__item:hover:not(.promotions-sportsbook-switcher__item--active) .promotions-sportsbook-switcher__title {
    color: #fff
}

.promotions-sportsbook-switcher__item--active {
    background: #282833
}

.promotions-sportsbook-switcher__item--active .promotions-sportsbook-switcher__icon:before {
    color: #fc311d !important
}

.promotions-sportsbook-switcher__item--active .promotions-sportsbook-switcher__title {
    color: #fff
}

.promotions-sportsbook-switcher__icon {
    display: none;
    margin-right: 8px
}

.promotions-sportsbook-switcher__icon:before {
    color: hsla(0, 0%, 100%, .4) !important;
    transition: color .3s ease
}

@media (min-width: 768px) {
    .promotions-sportsbook-switcher__icon {
        display: block
    }
}

.promotions-sportsbook-switcher__title {
    color: hsla(0, 0%, 100%, .65);
    display: none;
    font-family: Futura PT, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 20px;
    text-transform: uppercase;
    transition: color .3s ease
}

@media (min-width: 768px) {
    .promotions-sportsbook-switcher__title {
        display: block
    }
}

.promotions-sportsbook-switcher__title--mobile {
    display: block
}

@media (min-width: 768px) {
    .promotions-sportsbook-switcher__title--mobile {
        display: none
    }
}

.promotions-categories {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%
}

.promotions-categories__buttons {
    -ms-overflow-style: none;
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: inline-flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 13px;
    scrollbar-width: none
}

.promotions-categories__buttons::-webkit-scrollbar {
    display: none
}

.promotions-categories .promotions-categories__button {
    color: hsla(0, 0%, 100%, .65);
    font-family: Futura PT, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap
}

.promotions-categories .promotions-categories__button--active, .promotions-categories .promotions-categories__button:active, .promotions-categories .promotions-categories__button:focus, .promotions-categories .promotions-categories__button:hover {
    color: #fff
}

.promotions-categories .promotions-categories__button--active:after {
    background: #fc311d;
    bottom: -13px;
    content: "";
    height: 2px;
    position: absolute;
    width: 100%
}

.promotions-block {
    margin-bottom: 56px
}

@media (min-width: 768px) {
    .promotions-block {
        margin-bottom: 64px
    }
}

@media (min-width: 1200px) {
    .promotions-block {
        margin-bottom: 80px
    }
}

.promotions-block__title {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -1.3px;
    line-height: 32px;
    margin: 32px 0 16px;
    text-align: center
}

@media (min-width: 1200px) {
    .promotions-block__title {
        font-size: 32px;
        letter-spacing: -1.6px;
        line-height: 40px;
        margin-top: 40px
    }
}

.promotions-block__description {
    color: hsla(0, 0%, 100%, .65);
    display: block;
    font-family: Futura PT, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 32px;
    text-align: center
}

@media (min-width: 1200px) {
    .promotions-block__description {
        margin-bottom: 40px
    }
}

.promotions-block__cards {
    display: grid;
    grid-template-columns:1fr;
    margin-top: 24px;
    row-gap: 12px
}

@media (min-width: 768px) {
    .promotions-block__cards {
        -moz-column-gap: 12px;
        column-gap: 12px;
        grid-template-columns:1fr 1fr
    }
}

@media (min-width: 1200px) {
    .promotions-block__cards {
        -moz-column-gap: 16px;
        column-gap: 16px;
        row-gap: 16px
    }
}

.promotions-block__card {
    border-radius: 12px;
    min-height: 268px;
    overflow: hidden
}

.promotions-block__card--full {
    grid-column: 1/-1
}

@media (min-width: 480px) {
    .promotions-block__card {
        min-height: 264px
    }
}

@media (min-width: 768px) {
    .promotions-block__card {
        min-height: 294px
    }
}

@media (min-width: 1200px) {
    .promotions-block__card {
        min-height: 312px
    }
}

.promotions-block--active {
    margin-top: 32px
}

@media (min-width: 1200px) {
    .promotions-block--active {
        margin-top: 40px
    }
}

.hall-of-fame-banner__bg-wrap {
    height: 100%;
    left: 50%;
    max-width: 1680px;
    min-width: 600px;
    position: absolute;
    top: -65px;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1
}

@media (min-width: 768px) {
    .hall-of-fame-banner__bg-wrap {
        top: -70px
    }
}

@media (min-width: 1200px) {
    .hall-of-fame-banner__bg-wrap {
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%
    }
}

.hall-of-fame-banner__bg {
    max-height: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    width: 100%
}

@media (min-width: 768px) {
    .hall-of-fame-banner__bg {
        max-height: 100%
    }
}

.hall-of-fame-banner__title {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin: 24px 0
}

@media (min-width: 480px) {
    .hall-of-fame-banner__title {
        font-size: 32px;
        line-height: 40px
    }
}

@media (min-width: 768px) {
    .hall-of-fame-banner__title {
        margin-top: 32px
    }
}

@media (min-width: 1200px) {
    .hall-of-fame-banner__title {
        margin-bottom: 40px;
        margin-top: 40px
    }
}

@media (min-width: 1680px) {
    .hall-of-fame-banner__title {
        font-size: 42px;
        line-height: 52px
    }
}

.hall-of-fame-banner__info {
    display: flex;
    flex-direction: column;
    gap: 26px
}

@media (min-width: 1200px) {
    .hall-of-fame-banner__info {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }
}

.hall-of-fame-banner__stats {
    display: flex;
    flex-direction: column;
    gap: 8px
}

@media (min-width: 768px) {
    .hall-of-fame-banner__stats {
        flex-direction: row;
        gap: 16px
    }
}

@media (min-width: 1200px) {
    .hall-of-fame-banner__stats {
        flex-basis: 752px
    }
}

.hall-of-fame-banner__icon {
    height: 48px;
    width: 48px
}

.hall-of-fame-banner--anon {
    background-image: none;
    padding-top: 24px
}

@media (min-width: 768px) {
    .hall-of-fame-banner--anon {
        padding-top: 32px
    }
}

@media (min-width: 1200px) {
    .hall-of-fame-banner--anon {
        padding-top: 40px
    }
}

.hall-of-fame-banner--anon .hall-of-fame-banner__bg-anon-wrap {
    bottom: -10px;
    position: absolute;
    right: 0;
    z-index: -1
}

@media (min-width: 768px) {
    .hall-of-fame-banner--anon .hall-of-fame-banner__bg-anon-wrap {
        bottom: 0;
        height: 100%
    }
}

.hall-of-fame-banner--anon .hall-of-fame-banner__info {
    align-items: flex-start
}

.hall-of-fame-banner--anon .hall-of-fame-banner__bg-anon {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (min-width: 768px) {
    .hall-of-fame-banner--anon .hall-of-fame-banner__bg-anon {
        height: 100%
    }
}

.hall-of-fame-banner--anon .hall-of-fame-banner__title {
    margin-bottom: 24px;
    margin-top: 0
}

@media (min-width: 1200px) {
    .hall-of-fame-banner--anon .hall-of-fame-banner__title {
        margin-bottom: 40px
    }
}

@media (min-width: 1680px) {
    .hall-of-fame-banner--anon .hall-of-fame-banner__title {
        font-size: 42px;
        line-height: 52px
    }
}

.hall-of-fame-banner--anon .hall-of-fame-banner__info {
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    background: #1a1a22;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    padding: 32px 16px 60px;
    position: relative
}

@media (min-width: 480px) {
    .hall-of-fame-banner--anon .hall-of-fame-banner__info {
        padding: 32px 16px 106px
    }
}

@media (min-width: 768px) {
    .hall-of-fame-banner--anon .hall-of-fame-banner__info {
        padding: 48px 16px
    }
}

@media (min-width: 1200px) {
    .hall-of-fame-banner--anon .hall-of-fame-banner__info {
        padding: 48px 32px 64px
    }
}

@media (min-width: 1680px) {
    .hall-of-fame-banner--anon .hall-of-fame-banner__info {
        padding: 48px 48px 80px
    }
}

.hall-of-fame-banner--anon .hall-of-fame-banner__subtitle {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 24px;
    margin-top: 0
}

@media (min-width: 768px) {
    .hall-of-fame-banner--anon .hall-of-fame-banner__subtitle {
        font-size: 26px;
        line-height: 32px;
        max-width: 60%
    }
}

@media (min-width: 1200px) {
    .hall-of-fame-banner--anon .hall-of-fame-banner__subtitle {
        max-width: 528px
    }
}

@media (min-width: 1680px) {
    .hall-of-fame-banner--anon .hall-of-fame-banner__subtitle {
        font-size: 32px;
        line-height: 40px;
        max-width: 674px
    }
}

.hall-of-fame-banner--anon .hall-of-fame-banner__text {
    color: hsla(0, 0%, 100%, .65);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 32px;
    margin-top: 0
}

@media (min-width: 768px) {
    .hall-of-fame-banner--anon .hall-of-fame-banner__text {
        font-size: 16px;
        line-height: 150%;
        max-width: 60%
    }
}

@media (min-width: 1200px) {
    .hall-of-fame-banner--anon .hall-of-fame-banner__text {
        max-width: 528px
    }
}

@media (min-width: 1680px) {
    .hall-of-fame-banner--anon .hall-of-fame-banner__text {
        max-width: 674px
    }
}

.hall-of-fame-banner--anon .hall-of-fame-banner__btn {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 150%;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 12px 20px
}

@media (min-width: 768px) {
    .hall-of-fame-banner--anon .hall-of-fame-banner__btn {
        padding: 16px 24px
    }
}

.hall-of-fame-vip-level {
    align-items: center;
    display: flex;
    justify-content: flex-start
}

@media (min-width: 768px) {
    .hall-of-fame-vip-level {
        max-width: 465px;
        width: 100%
    }
}

@media (min-width: 1440px) {
    .hall-of-fame-vip-level {
        flex: 1
    }
}

.hall-of-fame-vip-level__avatar-wrap {
    align-items: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    width: 100px
}

.hall-of-fame-vip-level__avatar {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.hall-of-fame-vip-level__player-name {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 16px;
    margin-top: 0
}

.hall-of-fame-vip-level__info-container {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding-left: 16px
}

@media (min-width: 768px) {
    .hall-of-fame-vip-level__info-container {
        padding-left: 24px
    }
}

.hall-of-fame-vip-level__info {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 16px
}

.hall-of-fame-vip-level__progress-bar-wrapper {
    align-items: center;
    display: flex;
    gap: 8px
}

.hall-of-fame-vip-level__next-level {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px
}

.hall-of-fame-vip-level__current-level {
    align-items: center;
    border: 1px solid hsla(0, 0%, 100%, .12);
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    line-height: 16px;
    padding: 4px 10px
}

.hall-of-fame-vip-level__points {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.hall-of-fame-vip-level__current-points {
    color: #fff
}

.hall-of-fame-vip-level__current-endpoints {
    color: hsla(0, 0%, 100%, .65)
}

.hall-of-fame-vip-level__progress-bar {
    background-color: #0a0a0d !important;
    border-radius: 33px;
    height: 6px
}

.hall-of-fame-vip-level__progress-bar .progress-bar__track {
    background-color: #00dccd;
    height: 6px
}

.progress-bar {
    background-color: #000;
    border-radius: 10px;
    display: block;
    height: 4px;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.progress-bar__track {
    background-color: #fc311d;
    border-radius: 10px;
    display: block;
    height: 100%;
    left: 0;
    min-width: 4px;
    position: absolute;
    top: 0
}

.hall-of-fame-total-stats {
    align-items: center;
    background: #1a1a22;
    border-radius: 12px;
    display: flex;
    gap: 16px;
    padding: 16px;
    width: 100%
}

@media (min-width: 768px) {
    .hall-of-fame-total-stats {
        background: none;
        flex-direction: column;
        padding: 0
    }
}

.hall-of-fame-total-stats__icon-wrap {
    align-items: center;
    background: rgba(10, 10, 13, .65);
    border-radius: 50%;
    display: flex;
    height: 48px;
    justify-content: center;
    padding: 8px;
    width: 48px
}

@media (min-width: 768px) {
    .hall-of-fame-total-stats__icon-wrap {
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
        background: rgba(46, 46, 59, .4);
        height: 80px;
        padding: 16px;
        width: 80px
    }
}

.hall-of-fame-total-stats__icon {
    height: 100%;
    max-width: 32px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

@media (min-width: 768px) {
    .hall-of-fame-total-stats__icon {
        max-width: 48px
    }
}

.hall-of-fame-total-stats__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .hall-of-fame-total-stats__content {
        align-items: center
    }
}

.hall-of-fame-total-stats__value {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px
}

.hall-of-fame-total-stats__title {
    color: hsla(0, 0%, 100%, .4);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 20px;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .hall-of-fame-total-stats__title {
        font-size: 12px;
        line-height: 16px;
        text-align: center
    }
}

.hall-of-fame-rcp {
    align-items: center;
    background: #1a1a22;
    border-radius: 12px;
    display: flex;
    gap: 16px;
    padding: 16px;
    width: 100%
}

@media (min-width: 768px) {
    .hall-of-fame-rcp {
        background: none;
        flex-direction: column;
        padding: 0
    }
}

.hall-of-fame-rcp__icon-wrap {
    align-items: center;
    background: rgba(10, 10, 13, .65);
    border-radius: 50%;
    display: flex;
    height: 48px;
    justify-content: center;
    padding: 8px;
    width: 48px
}

@media (min-width: 768px) {
    .hall-of-fame-rcp__icon-wrap {
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
        background: rgba(46, 46, 59, .4);
        height: 80px;
        padding: 16px;
        width: 80px
    }
}

.hall-of-fame-rcp__icon {
    height: 100%;
    max-width: 32px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

@media (min-width: 768px) {
    .hall-of-fame-rcp__icon {
        max-width: 48px
    }
}

.hall-of-fame-rcp__content {
    align-items: center;
    display: flex;
    flex-direction: column
}

.hall-of-fame-rcp__value {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px
}

.hall-of-fame-rcp__title {
    color: hsla(0, 0%, 100%, .4);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 20px;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .hall-of-fame-rcp__title {
        font-size: 12px;
        line-height: 16px
    }
}

.hall-of-fame-rcp__link {
    align-items: center;
    align-self: flex-start;
    color: #00dccd;
    display: flex;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    justify-content: flex-end;
    line-height: 20px
}

@media (min-width: 768px) {
    .hall-of-fame-rcp__link {
        align-self: center;
        justify-content: center
    }

    .hall-of-fame-rcp__link-arrow {
        display: none
    }
}

.hall-of-fame-champions__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%
}

.hall-of-fame-champions-stats-modal {
    scrollbar-color: transparent;
    scrollbar-width: none
}

.hall-of-fame-champions-stats-modal::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0
}

.hall-of-fame-champions-stats-modal::-webkit-scrollbar-track {
    background: transparent
}

.hall-of-fame-champions-stats-modal::-webkit-scrollbar-thumb {
    background: transparent;
    margin: 0
}

.hall-of-fame-champions-stats-modal::-webkit-scrollbar-thumb:hover, .hall-of-fame-champions-stats-modal:hover::-webkit-scrollbar-thumb {
    background: transparent
}

.hall-of-fame-champions-stats {
    background: #1a1a22;
    border-radius: 12px;
    position: relative
}

@media (min-width: 768px) {
    .hall-of-fame-champions-stats {
        padding: 32px 16px
    }

    .hall-of-fame-champions-stats__info-wrap {
        display: flex;
        flex-direction: row
    }
}

.hall-of-fame-champions-stats__statistics {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

@media (min-width: 768px) {
    .hall-of-fame-champions-stats__statistics {
        display: block;
        flex-grow: 0
    }
}

.hall-of-fame-champions-stats__info {
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 24px 16px
}

@media (min-width: 480px) {
    .hall-of-fame-champions-stats__info {
        gap: 16px
    }
}

@media (min-width: 768px) {
    .hall-of-fame-champions-stats__info {
        padding: 0
    }
}

.hall-of-fame-champions-stats__top-players {
    display: none
}

@media (min-width: 1200px) {
    .hall-of-fame-champions-stats__top-players {
        align-items: center;
        display: flex;
        flex-grow: 1;
        gap: 8px;
        justify-content: flex-end;
        margin-right: 12px
    }
}

.hall-of-fame-champions-stats__icon-wrap {
    align-items: center;
    background: rgba(10, 10, 13, .65);
    border-radius: 50%;
    display: flex;
    height: 48px;
    justify-content: center;
    padding: 8px;
    width: 48px
}

@media (min-width: 768px) {
    .hall-of-fame-champions-stats__icon-wrap {
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
        background: rgba(46, 46, 59, .4);
        height: 80px;
        padding: 16px;
        width: 80px
    }
}

.hall-of-fame-champions-stats__icon {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 32px
}

@media (min-width: 768px) {
    .hall-of-fame-champions-stats__icon {
        width: 48px
    }
}

.hall-of-fame-champions-stats__arrow-icon {
    font-size: 32px !important
}

@media (min-width: 768px) {
    .hall-of-fame-champions-stats__arrow-icon {
        font-size: 24px !important
    }
}

.hall-of-fame-champions-stats__title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 8px;
    margin-top: 0
}

.hall-of-fame-champions-stats__subtitle {
    color: hsla(0, 0%, 100%, .65);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: left
}

.hall-of-fame-champions-stats__values {
    display: flex;
    flex-direction: row
}

.hall-of-fame-champions-stats__place-wrap, .hall-of-fame-champions-stats__sum-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.hall-of-fame-champions-stats__place-wrap {
    border-right: 1px solid hsla(0, 0%, 100%, .12);
    padding-right: 16px
}

.hall-of-fame-champions-stats__sum-wrap {
    border-radius: 53px;
    padding-left: 16px
}

.hall-of-fame-champions-stats__place, .hall-of-fame-champions-stats__sum {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%
}

@media (min-width: 768px) {
    .hall-of-fame-champions-stats__place, .hall-of-fame-champions-stats__sum {
        font-size: 24px;
        line-height: 133%
    }
}

.hall-of-fame-champions-stats__place-title, .hall-of-fame-champions-stats__sum-title {
    color: hsla(0, 0%, 100%, .4);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 16px;
    text-transform: uppercase
}

.hall-of-fame-champions-stats__btn {
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    background: #22222b;
    border-radius: 0 0 12px 12px;
    display: flex;
    font-size: 32px;
    height: 100%;
    justify-content: center;
    padding: 0;
    text-align: center;
    width: 100%
}

.hall-of-fame-champions-stats__btn:active, .hall-of-fame-champions-stats__btn:focus, .hall-of-fame-champions-stats__btn:hover {
    background: #22222b
}

@media (min-width: 768px) {
    .hall-of-fame-champions-stats__btn {
        align-self: center;
        border-radius: 36px;
        margin-left: auto;
        padding: 36px 6px;
        width: -moz-max-content;
        width: max-content
    }
}

@media (min-width: 1200px) {
    .hall-of-fame-champions-stats__btn {
        margin-left: 0
    }
}

.hall-of-fame-champions-stats__btn-info {
    color: hsla(0, 0%, 100%, .65);
    font-size: 24px;
    position: absolute;
    right: 16px;
    top: 16px
}

@media (min-width: 768px) {
    .hall-of-fame-champions-stats__btn-info {
        display: none
    }
}

.hall-of-fame-stats-top {
    background: #22222b;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    max-height: 86px;
    padding: 20px 16px;
    width: 228px
}

@media (min-width: 1200px) {
    .hall-of-fame-stats-top:last-child {
        display: none
    }
}

@media (min-width: 1440px) {
    .hall-of-fame-stats-top:last-child {
        display: flex
    }
}

.hall-of-fame-stats-top__icon {
    align-self: center;
    -o-object-fit: contain;
    object-fit: contain;
    width: 48px
}

.hall-of-fame-stats-top__info {
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.hall-of-fame-stats-top__name {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 4px;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hall-of-fame-stats-top__amount {
    color: hsla(0, 0%, 100%, .4);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0
}

.hall-of-fame-champions-stats-modal .modal__content-wrapper {
    height: 100%;
    margin: 0;
    max-width: 100%;
    width: 100%
}

.hall-of-fame-champions-stats-modal .modal__content {
    border-radius: unset;
    height: 100%;
    margin: 0;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 56px 16px 64px
}

.hall-of-fame-champions-stats-modal .hall-of-fame-champions-stats__statistics {
    align-items: center
}

.hall-of-fame-champions-stats-modal .hall-of-fame-champions-stats__title {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
    text-align: center
}

.hall-of-fame-champions-stats-modal .hall-of-fame-champions-stats__subtitle {
    text-align: center
}

.hall-of-fame-champions-stats-modal .hall-of-fame-champions-stats__values {
    width: 100%
}

.hall-of-fame-champions-stats-modal .hall-of-fame-champions-stats__place-wrap, .hall-of-fame-champions-stats-modal .hall-of-fame-champions-stats__sum-wrap {
    align-items: center;
    max-width: calc(50% - 2px);
    width: 100%
}

.hall-of-fame-champions-stats-modal .hall-of-fame-champions-stats__place, .hall-of-fame-champions-stats-modal .hall-of-fame-champions-stats__sum {
    font-size: 24px;
    line-height: 133%
}

.hall-of-fame-players {
    margin-top: 24px
}

@media (min-width: 768px) {
    .hall-of-fame-players {
        margin-top: 48px
    }
}

.hall-of-fame-players__btn {
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 24px;
    margin-top: 8px;
    padding: 12px;
    text-transform: uppercase;
    width: 100%
}

.hall-of-fame-players-table {
    display: flex;
    flex-direction: column;
    width: 100%
}

.hall-of-fame-players-table__header {
    align-items: center;
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    min-height: 48px;
    padding: 10px 16px
}

@media (min-width: 768px) {
    .hall-of-fame-players-table__header {
        gap: 40px
    }
}

.hall-of-fame-players-table__th {
    color: hsla(0, 0%, 100%, .4);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap
}

.hall-of-fame-players-table__th:first-of-type {
    flex-basis: 32px;
    text-align: center
}

.hall-of-fame-players-table__th:nth-of-type(2) {
    flex-grow: 1
}

.hall-of-fame-players-table__body {
    display: flex;
    flex-direction: column
}

.hall-of-fame-players-table__amount, .hall-of-fame-players-table__nick, .hall-of-fame-players-table__place {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.hall-of-fame-players-table__place {
    align-items: center;
    display: flex;
    justify-content: center;
    min-width: 32px;
    position: relative
}

.hall-of-fame-players-table__place--first:before {
    background-image: url(/images/leaderboard-place-first.fac18f64..svg)
}

.hall-of-fame-players-table__place--first:before, .hall-of-fame-players-table__place--second:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 28px
}

.hall-of-fame-players-table__place--second:before {
    background-image: url(/images/leaderboard-place-second.656b815b..svg)
}

.hall-of-fame-players-table__place--third:before {
    background-image: url(/images/leaderboard-place-third.b8008a07..svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 28px
}

.hall-of-fame-players-table__nick {
    flex-grow: 1;
    overflow: hidden
}

.hall-of-fame-players-table__nick span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hall-of-fame-players-table__amount {
    font-weight: 700
}

.hall-of-fame-players-table__tr {
    align-items: center;
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    border-radius: 8px;
    display: flex;
    gap: 16px;
    min-height: 48px;
    padding: 4px 16px
}

@media (min-width: 768px) {
    .hall-of-fame-players-table__tr {
        gap: 40px
    }
}

.hall-of-fame-players-table__tr:nth-of-type(odd) {
    background: #22222b
}

.hall-of-fame-players-table__tr--current .hall-of-fame-players-table__td {
    color: #00dccd
}

.hall-of-fame-players-table__td {
    display: flex
}

.tabs__categories {
    scrollbar-color: transparent;
    scrollbar-width: none
}

.tabs__categories::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0
}

.tabs__categories::-webkit-scrollbar-track {
    background: transparent
}

.tabs__categories::-webkit-scrollbar-thumb {
    background: transparent;
    margin: 0
}

.tabs__categories::-webkit-scrollbar-thumb:hover, .tabs__categories:hover::-webkit-scrollbar-thumb {
    background: transparent
}

.tabs__categories {
    border-bottom: 1px solid hsla(0, 0%, 100%, .12);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 24px;
    margin-bottom: 24px;
    overflow: scroll;
    padding-bottom: 12px;
    white-space: nowrap
}

.tabs .tabs__btn {
    color: hsla(0, 0%, 100%, .65);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 20px;
    position: relative;
    text-transform: uppercase
}

.tabs .tabs__btn--active {
    color: #fff
}

.tabs .tabs__btn--active:after {
    background: #fc311d;
    bottom: -12px;
    content: "";
    height: 2px;
    position: absolute;
    width: 100%
}

.hall-of-fame-achievements {
    margin-top: 32px
}

@media (min-width: 1200px) {
    .hall-of-fame-achievements {
        margin-top: 40px
    }
}

.hall-of-fame-achievements__title {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    margin-bottom: 24px;
    margin-top: 0
}

.hall-of-fame-achievements__title span {
    color: hsla(0, 0%, 100%, .4)
}

.hall-of-fame-achievements__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    grid-template-columns:repeat(2, 1fr)
}

@media (min-width: 768px) {
    .hall-of-fame-achievements__cards {
        gap: 8px 16px
    }
}

.hall-of-fame-achievements__cards--open .hall-of-fame-achievement:nth-child(n+6) {
    display: block
}

@media (min-width: 768px) {
    .hall-of-fame-achievements__cards--open .hall-of-fame-achievement:nth-child(n+8) {
        display: block
    }
}

@media (min-width: 1200px) {
    .hall-of-fame-achievements__cards--open .hall-of-fame-achievement:nth-child(n+5) {
        display: block
    }
}

@media (min-width: 1440px) {
    .hall-of-fame-achievements__cards--open .hall-of-fame-achievement:nth-child(n+6) {
        display: block
    }
}

.hall-of-fame-achievements .hall-of-fame-achievements__btn {
    border-radius: 8px;
    margin-top: 16px;
    padding: 12px 20px;
    position: relative;
    width: 100%
}

.hall-of-fame-achievement {
    opacity: .4;
    perspective: 1000px;
    position: relative;
    width: calc(50% - 4px)
}

.hall-of-fame-achievement:hover {
    cursor: pointer
}

.hall-of-fame-achievement:hover .hall-of-fame-achievement__info-btn {
    opacity: .4
}

.hall-of-fame-achievement:nth-child(n+6) {
    display: none
}

.hall-of-fame-achievement:nth-child(-n+6) {
    display: block
}

@media (min-width: 768px) {
    .hall-of-fame-achievement {
        width: calc(33.33333% - 10.66667px)
    }

    .hall-of-fame-achievement:nth-child(n+6) {
        display: none
    }

    .hall-of-fame-achievement:nth-child(-n+6) {
        display: block
    }

    .hall-of-fame-achievement:hover .hall-of-fame-achievement__info-btn {
        opacity: .4
    }
}

@media (min-width: 1200px) {
    .hall-of-fame-achievement {
        width: calc(20% - 12.8px)
    }

    .hall-of-fame-achievement:nth-child(n+5) {
        display: none
    }

    .hall-of-fame-achievement:nth-child(-n+5) {
        display: block
    }
}

@media (min-width: 1440px) {
    .hall-of-fame-achievement {
        width: calc(16.66667% - 13.33333px)
    }

    .hall-of-fame-achievement:nth-child(n+6) {
        display: none
    }

    .hall-of-fame-achievement:nth-child(-n+6) {
        display: block
    }
}

.hall-of-fame-achievement__inner {
    align-items: center;
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    background: #1a1a22;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 176px;
    overflow: hidden;
    padding: 8px;
    text-align: center;
    transform-style: preserve-3d;
    transition: transform .3s;
    width: 100%
}

@media (min-width: 480px) {
    .hall-of-fame-achievement__inner {
        min-height: 216px;
        padding: 24px 8px
    }
}

@media (min-width: 768px) {
    .hall-of-fame-achievement__inner {
        padding: 24px 8px
    }
}

@media (min-width: 1680px) {
    .hall-of-fame-achievement__inner {
        min-height: 255px;
        padding: 24px 16px
    }
}

.hall-of-fame-achievement__back, .hall-of-fame-achievement__front {
    align-items: center;
    backface-visibility: hidden;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    width: 100%
}

.hall-of-fame-achievement__front {
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    height: 100%
}

.hall-of-fame-achievement__back {
    display: none
}

.hall-of-fame-achievement__back-inner {
    align-items: center
}

.hall-of-fame-achievement .hall-of-fame-achievement__info-btn {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 24px;
    justify-content: center;
    opacity: .4;
    position: absolute;
    right: 8px;
    top: 8px;
    transition: all .3s;
    z-index: 1
}

@media (min-width: 768px) {
    .hall-of-fame-achievement .hall-of-fame-achievement__info-btn {
        opacity: 0;
        right: 16px;
        top: 16px
    }
}

.hall-of-fame-achievement .hall-of-fame-achievement__close-btn {
    align-items: center;
    background: rgba(10, 10, 13, .65);
    border-radius: 50%;
    display: flex;
    height: 0;
    justify-content: center;
    opacity: 0;
    position: absolute;
    right: -10000;
    top: -100000;
    width: 0
}

.hall-of-fame-achievement__close-icon {
    font-size: 19px
}

.hall-of-fame-achievement__desc {
    color: #fff;
    font-size: 8px;
    font-weight: 400;
    line-height: 140%;
    text-align: center
}

@media (min-width: 375px) {
    .hall-of-fame-achievement__desc {
        font-size: 10px
    }
}

@media (min-width: 768px) {
    .hall-of-fame-achievement__desc {
        font-size: 14px
    }
}

.hall-of-fame-achievement__img {
    margin-bottom: 4px;
    max-width: 100px;
    width: 100%
}

@media (min-width: 1680px) {
    .hall-of-fame-achievement__img {
        max-width: 120px
    }
}

.hall-of-fame-achievement__name {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: center
}

.hall-of-fame-achievement__name--big {
    font-size: 10px;
    line-height: 140%
}

@media (min-width: 375px) {
    .hall-of-fame-achievement__name--big {
        font-size: 12px
    }
}

@media (min-width: 480px) {
    .hall-of-fame-achievement__name {
        font-size: 14px;
        line-height: 143%
    }
}

@media (min-width: 1680px) {
    .hall-of-fame-achievement__name {
        font-size: 16px;
        line-height: 150%
    }
}

.hall-of-fame-achievement__prize {
    align-items: center;
    color: hsla(0, 0%, 100%, .4);
    display: flex;
    font-size: 14px;
    font-weight: 400;
    gap: 4px;
    line-height: 18px;
    margin-top: 4px
}

@media (min-width: 480px) {
    .hall-of-fame-achievement__prize {
        font-size: 14px;
        line-height: 20px
    }
}

.hall-of-fame-achievement__gift-icon {
    font-size: 16px
}

.hall-of-fame-achievement__desc {
    display: flex;
    justify-content: center
}

.hall-of-fame-achievement--opened {
    opacity: 1;
    z-index: 3
}

.hall-of-fame-achievement--opened .hall-of-fame-achievement__inner {
    background-color: #282833;
    opacity: 1;
    padding: 32px 8px 17px
}

@media (min-width: 375px) {
    .hall-of-fame-achievement--opened .hall-of-fame-achievement__inner {
        padding: 32px 16px 17px
    }
}

@media (min-width: 768px) {
    .hall-of-fame-achievement--opened .hall-of-fame-achievement__inner {
        transform: rotateY(180deg) scale(1) translate(0) !important
    }
}

.hall-of-fame-achievement--opened .hall-of-fame-achievement__back {
    display: flex
}

.hall-of-fame-achievement--opened .hall-of-fame-achievement__back-inner {
    display: flex;
    flex-direction: column;
    gap: 4px;
    transform: rotateY(180deg)
}

@media (min-width: 1200px) {
    .hall-of-fame-achievement--opened .hall-of-fame-achievement__back-inner {
        gap: 6px
    }
}

.hall-of-fame-achievement--opened .hall-of-fame-achievement__close-btn {
    height: 24px;
    left: 8px;
    opacity: 1;
    top: 8px;
    width: 24px;
    z-index: 3
}

@media (min-width: 480px) {
    .hall-of-fame-achievement--opened .hall-of-fame-achievement__close-btn {
        height: 32px;
        width: 32px
    }
}

.hall-of-fame-achievement--opened .hall-of-fame-achievement__front {
    display: none
}

.hall-of-fame-achievement--opened .hall-of-fame-achievement__info-btn {
    left: -999999px;
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

@media (min-width: 768px) {
    .hall-of-fame-achievement--opened .hall-of-fame-achievement__info-btn {
        justify-content: flex-start;
        left: 16px;
        opacity: .4;
        right: 0;
        visibility: unset;
        z-index: 3
    }

    .hall-of-fame-achievement--opened .hall-of-fame-achievement:hover .hall-of-fame-achievement__info-btn {
        opacity: .4;
        visibility: unset;
        z-index: 3
    }
}

.hall-of-fame-achievement--completed, .hall-of-fame-achievement--completed .hall-of-fame-achievement__front {
    opacity: 1
}

.hall-of-fame-achievement--completed .hall-of-fame-achievement__info-btn {
    color: hsla(0, 0%, 100%, .4)
}

.hall-of-fame-achievement.hall-of-fame-achievement--opened:nth-of-type(2n) .hall-of-fame-achievement__inner {
    transform: rotateY(180deg) translate(52%) scale(1.8)
}

@media (min-width: 375px) {
    .hall-of-fame-achievement.hall-of-fame-achievement--opened:nth-of-type(2n) .hall-of-fame-achievement__inner {
        transform: rotateY(180deg) translate(50%) scale(1.5)
    }
}

.hall-of-fame-achievement.hall-of-fame-achievement--opened:nth-of-type(odd) .hall-of-fame-achievement__inner {
    transform: rotateY(180deg) translate(-52%) scale(1.8)
}

@media (min-width: 375px) {
    .hall-of-fame-achievement.hall-of-fame-achievement--opened:nth-of-type(odd) .hall-of-fame-achievement__inner {
        transform: rotateY(180deg) translate(-50%) scale(1.5)
    }
}

.hall-of-fame-winners {
    background: #1a1a22;
    border-radius: 12px;
    padding: 24px 12px
}

@media (min-width: 1200px) {
    .hall-of-fame-winners {
        padding: 24px 32px
    }
}

.hall-of-fame-winners__header {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    padding: 8px 16px
}

@media (min-width: 768px) {
    .hall-of-fame-winners__header {
        gap: 16px;
        justify-content: flex-start;
        padding: 19px 16px
    }
}

.hall-of-fame-winners__th {
    align-items: center;
    color: hsla(0, 0%, 100%, .65);
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 20px;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%
}

@media (min-width: 768px) {
    .hall-of-fame-winners__th {
        flex: 1;
        gap: 16px;
        min-height: auto
    }
}

.hall-of-fame-winners__bet-th, .hall-of-fame-winners__multiplier-th, .hall-of-fame-winners__payout-th {
    justify-content: flex-end;
    text-align: right
}

.hall-of-fame-winners__game-th, .hall-of-fame-winners__user-th {
    flex-grow: 1.5;
    max-width: 100%
}

@media (min-width: 1440px) {
    .hall-of-fame-winners__game-th, .hall-of-fame-winners__user-th {
        flex-grow: 2
    }
}

.hall-of-fame-winners__body {
    display: flex;
    flex-direction: column;
    width: 100%
}

.hall-of-fame-winners__tr {
    align-items: center;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    padding: 8px 16px
}

.hall-of-fame-winners__tr:nth-of-type(odd) {
    background-color: #22222b
}

@media (min-width: 768px) {
    .hall-of-fame-winners__tr {
        gap: 16px;
        justify-content: flex-start
    }

    .hall-of-fame-winners__td {
        flex: 1
    }
}

.hall-of-fame-winners__img {
    border-radius: 8px;
    height: 32px;
    width: 32px
}

.hall-of-fame-winners__link {
    display: flex;
    gap: 16px;
    min-width: 0
}

.hall-of-fame-winners__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0
}

.hall-of-fame-winners__name, .hall-of-fame-winners__user {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hall-of-fame-winners__multiplier, .hall-of-fame-winners__payout {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: right
}

.hall-of-fame-winners__name {
    color: #fff;
    min-width: 0
}

@media (min-width: 768px) {
    .hall-of-fame-winners__game, .hall-of-fame-winners__user {
        flex-grow: 1.5
    }
}

@media (min-width: 1440px) {
    .hall-of-fame-winners__game, .hall-of-fame-winners__user {
        flex-grow: 2
    }
}

.hall-of-fame-winners__game {
    align-items: center;
    display: flex;
    min-width: 0
}

.hall-of-fame-winners__user {
    color: hsla(0, 0%, 100%, .4)
}

@media (min-width: 768px) {
    .hall-of-fame-winners__user {
        color: #fff
    }
}

.hall-of-fame-winners__bet {
    color: #fff
}

@media (min-width: 768px) {
    .hall-of-fame-winners__bet {
        display: flex;
        justify-content: flex-end
    }
}

.hall-of-fame-winners .hall-of-fame-winners__btn {
    border-radius: 8px;
    margin-top: 8px;
    padding: 12px 20px;
    width: 100%
}

@media (min-width: 1680px) {
    .lottery {
        margin: 0 auto;
        max-width: 1344px
    }
}

.lottery__section--tickets {
    margin-bottom: 64px
}

@media (min-width: 768px) {
    .lottery__section--tickets {
        margin-bottom: 80px
    }
}

.lottery__section--prizes {
    margin-bottom: 64px
}

@media (min-width: 768px) {
    .lottery__section--prizes {
        margin-bottom: 80px
    }
}

.lottery__section--winners {
    margin-bottom: 64px
}

@media (min-width: 768px) {
    .lottery__section--winners {
        margin-bottom: 80px
    }
}

@media (min-width: 1200px) {
    .lottery__section--winners {
        margin: 0 auto 80px;
        max-width: 944px
    }
}

@media (min-width: 1440px) {
    .lottery__section--winners {
        max-width: 1072px
    }
}

.lottery__section--flow {
    margin-bottom: 64px
}

@media (min-width: 768px) {
    .lottery__section--flow {
        margin-bottom: 80px
    }
}

.lottery__section--rules {
    margin-bottom: 80px
}

@media (min-width: 768px) {
    .lottery__section--rules {
        margin-bottom: 100px
    }
}

@media (min-width: 1200px) {
    .lottery__section--rules {
        margin: 0 auto 120px;
        max-width: 944px
    }
}

@media (min-width: 1440px) {
    .lottery__section--rules {
        max-width: 1072px
    }
}

@media (min-width: 1680px) {
    .lottery__section--rules {
        max-width: unset
    }
}

.lottery__header {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 32px;
    row-gap: 12px
}

@media (min-width: 1200px) {
    .lottery__header {
        margin-bottom: 40px
    }
}

@media (min-width: 768px) {
    .lottery__header--tickets {
        align-items: flex-start
    }
}

.lottery__title {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
    text-align: center
}

@media (min-width: 480px) {
    .lottery__title {
        font-size: 26px;
        line-height: 32px
    }
}

@media (min-width: 768px) {
    .lottery__title {
        font-weight: 800
    }
}

@media (min-width: 1200px) {
    .lottery__title {
        font-size: 32px;
        line-height: 40px
    }
}

.lottery__description {
    color: hsla(0, 0%, 100%, .65);
    font-family: Futura PT, sans-serif;
    font-size: 16px;
    font-weight: 450;
    line-height: 24px;
    margin: 0;
    text-align: center
}

.lottery .rules:after {
    bottom: 66px
}

@media (min-width: 768px) {
    .lottery .rules:after {
        bottom: 94px
    }
}

.lottery .rules__button {
    align-items: center;
    background: #22222b;
    display: flex;
    font-family: Futura PT, sans-serif;
    font-size: 14px !important;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .2px;
    line-height: 20px !important;
    margin: 10px auto 0;
    min-height: 40px;
    min-width: 110px;
    padding: 10px 16px;
    text-transform: uppercase;
    transition: all .3s
}

.lottery .rules__button:hover {
    background: #282833
}

@media (min-width: 768px) {
    .lottery .rules__button {
        font-size: 16px !important;
        line-height: 24px !important;
        min-height: 48px;
        min-width: 300px
    }
}

.lottery .rules__icon {
    display: none
}

.lottery .rules__content {
    color: hsla(0, 0%, 100%, .4)
}

.lottery-header {
    display: flex;
    flex-direction: column;
    padding: 40px 0 60px;
    position: relative;
    row-gap: 94px;
    width: 100%
}

@media (min-width: 480px) {
    .lottery-header {
        padding: 48px 0 60px;
        row-gap: 100px
    }
}

@media (min-width: 768px) {
    .lottery-header {
        align-items: flex-start;
        -moz-column-gap: 100px;
        column-gap: 100px;
        flex-direction: row;
        justify-content: space-between;
        padding: 56px 0 101px
    }
}

@media (min-width: 1200px) {
    .lottery-header {
        padding: 80px 0 68px
    }
}

.lottery-header__bg-container {
    height: 520px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 768px;
    z-index: -1
}

@media (min-width: 768px) {
    .lottery-header__bg-container {
        height: 460px;
        width: 1200px
    }
}

@media (min-width: 1200px) {
    .lottery-header__bg-container {
        height: 600px;
        width: 1568px
    }
}

.lottery-header__bg {
    display: block;
    position: relative
}

.lottery-header__bg:after {
    background: radial-gradient(49.2% 50% at 50% 50%, rgba(15, 15, 20, 0) 0, rgba(15, 15, 20, .1) 50.19%, rgba(15, 15, 20, .4) 100%), linear-gradient(90deg, #0f0f14, rgba(15, 15, 20, 0) 15.91%, rgba(15, 15, 20, 0) 82.6%, #0f0f14), linear-gradient(180deg, #0f0f14 -20%, rgba(15, 15, 20, .1) 50%, #0f0f14);
    content: "";
    height: 100.5%;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 100.5%
}

.lottery-header__image--background {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.lottery-header__image--tickets {
    left: 50%;
    position: absolute;
    top: -24px;
    transform: translateX(-50%);
    width: 160px
}

@media (min-width: 768px) {
    .lottery-header__content {
        max-width: 664px
    }
}

.lottery-header__title {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -1.3px;
    line-height: 32px;
    margin: 0 0 16px;
    text-align: center;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .lottery-header__title {
        font-size: 32px;
        letter-spacing: 0;
        line-height: 40px;
        text-align: left
    }
}

@media (min-width: 1200px) {
    .lottery-header__title {
        font-size: 42px;
        line-height: 42px;
        margin: 0 0 20px
    }
}

.lottery-header__description {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 16px;
    font-weight: 450;
    line-height: 24px;
    margin: 0 0 32px;
    text-align: center
}

@media (min-width: 768px) {
    .lottery-header__description {
        text-align: left
    }
}

@media (min-width: 1200px) {
    .lottery-header__description {
        margin: 0 0 48px
    }
}

.lottery-header__timer-block {
    background-color: rgba(46, 46, 59, .4) !important;
    margin: 0 auto;
    max-width: 254px;
    mix-blend-mode: normal
}

@media (min-width: 768px) {
    .lottery-header__timer-block {
        margin: unset
    }
}

.lottery-header__timer-block .blocks-timer__text {
    font-size: 10px;
    line-height: 14px
}

.lottery-header__timer-finish {
    align-items: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(46, 46, 59, .4);
    border-radius: 8px;
    color: hsla(0, 0%, 100%, .65);
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: flex;
    height: 56px;
    justify-content: center;
    margin: 0 auto 112px;
    max-width: 207px;
    mix-blend-mode: normal
}

@media (min-width: 768px) {
    .lottery-header__timer-finish {
        margin: unset
    }
}

.lottery-header__tickets {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(46, 46, 59, .4);
    border-radius: 16px;
    mix-blend-mode: normal;
    padding: 116px 32px 32px;
    position: relative;
    text-align: center
}

.lottery-header__tickets:before {
    background: radial-gradient(58.61% 58.61% at 50% 8.39%, rgba(255, 182, 17, .2) 0, rgba(198, 71, 0, 0) 100%);
    border-radius: 16px;
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: normal;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

@media (min-width: 768px) {
    .lottery-header__tickets {
        max-width: 262px;
        min-width: 262px
    }
}

@media (min-width: 1200px) {
    .lottery-header__tickets {
        max-width: 328px;
        min-width: 328px;
        padding: 116px 40px 40px
    }
}

.lottery-header__text--count {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    margin: 0 0 4px;
    text-align: center
}

.lottery-header__text--tickets {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 24px
}

.lottery-header__text--tickets, .lottery-header__text--timer {
    color: hsla(0, 0%, 100%, .65);
    font-family: Futura PT, sans-serif;
    font-weight: 450;
    text-align: center
}

.lottery-header__text--timer {
    font-size: 12px;
    font-style: normal;
    letter-spacing: .2px;
    line-height: 16px;
    margin: 0 0 16px;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .lottery-header__text--timer {
        text-align: left
    }
}

.lottery-header__text--finish {
    font-family: Futura PT, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
}

.lottery-header .lottery-header__button {
    color: #fff;
    height: 56px;
    max-width: 280px;
    width: 100%
}

.lottery-header .lottery-header__button:disabled {
    color: hsla(0, 0%, 100%, .2)
}

.lottery-conditions {
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    row-gap: 12px
}

@media (min-width: 768px) {
    .lottery-conditions {
        -moz-column-gap: 12px;
        column-gap: 12px
    }
}

@media (min-width: 1200px) {
    .lottery-conditions {
        -moz-column-gap: 16px;
        column-gap: 16px;
        row-gap: 16px
    }
}

.lottery-ticket {
    display: flex;
    grid-column: span 6;
    overflow: hidden
}

@media (min-width: 768px) {
    .lottery-ticket, .lottery-ticket:first-child:nth-last-child(2n), .lottery-ticket:first-child:nth-last-child(2n) ~ * {
        grid-column: span 3
    }

    .lottery-ticket:first-child:nth-last-child(2n) .lottery-ticket__text--count, .lottery-ticket:first-child:nth-last-child(2n) ~ * .lottery-ticket__text--count {
        font-size: 32px;
        line-height: 40px
    }

    .lottery-ticket:first-child:nth-last-child(2n) .lottery-ticket__text--tickets, .lottery-ticket:first-child:nth-last-child(2n) ~ * .lottery-ticket__text--tickets {
        font-size: 16px;
        line-height: 24px
    }

    .lottery-ticket:first-child:nth-last-child(2n) .lottery-ticket__text--amount, .lottery-ticket:first-child:nth-last-child(2n) ~ * .lottery-ticket__text--amount {
        font-size: 20px;
        line-height: 26px
    }

    .lottery-ticket:first-child:nth-last-child(2n) .lottery-ticket__text--deposit, .lottery-ticket:first-child:nth-last-child(2n) ~ * .lottery-ticket__text--deposit {
        font-size: 14px;
        line-height: 20px
    }

    .lottery-ticket:first-child:nth-last-child(2n) .lottery-ticket__text--price, .lottery-ticket:first-child:nth-last-child(2n) ~ * .lottery-ticket__text--price {
        font-size: 12px;
        line-height: 18px
    }

    .lottery-ticket:last-child {
        grid-column: span 6
    }

    .lottery-ticket:last-child .lottery-ticket__block--right {
        max-width: 172px
    }

    .lottery-ticket:last-child .lottery-ticket__text--count {
        font-size: 42px;
        line-height: 52px
    }

    .lottery-ticket:last-child .lottery-ticket__text--tickets {
        font-size: 16px;
        line-height: 24px
    }

    .lottery-ticket:last-child .lottery-ticket__text--amount {
        font-size: 32px;
        line-height: 40px
    }

    .lottery-ticket:last-child .lottery-ticket__text--deposit {
        font-size: 16px;
        line-height: 24px
    }

    .lottery-ticket:last-child .lottery-ticket__text--price {
        font-size: 14px;
        line-height: 20px
    }
}

@media (min-width: 1200px) {
    .lottery-ticket {
        grid-column: span 6
    }

    .lottery-ticket:first-child:nth-last-child(2n), .lottery-ticket:first-child:nth-last-child(2n) ~ * {
        grid-column: span 3
    }

    .lottery-ticket:first-child:nth-last-child(2n) .lottery-ticket__block--right, .lottery-ticket:first-child:nth-last-child(2n) ~ * .lottery-ticket__block--right {
        max-width: 172px
    }

    .lottery-ticket:first-child:nth-last-child(2n) .lottery-ticket__text--count, .lottery-ticket:first-child:nth-last-child(2n) ~ * .lottery-ticket__text--count {
        font-size: 42px;
        line-height: 52px
    }

    .lottery-ticket:first-child:nth-last-child(2n) .lottery-ticket__text--tickets, .lottery-ticket:first-child:nth-last-child(2n) ~ * .lottery-ticket__text--tickets {
        font-size: 16px;
        line-height: 24px
    }

    .lottery-ticket:first-child:nth-last-child(2n) .lottery-ticket__text--amount, .lottery-ticket:first-child:nth-last-child(2n) ~ * .lottery-ticket__text--amount {
        font-size: 32px;
        line-height: 40px
    }

    .lottery-ticket:first-child:nth-last-child(2n) .lottery-ticket__text--deposit, .lottery-ticket:first-child:nth-last-child(2n) ~ * .lottery-ticket__text--deposit {
        font-size: 16px;
        line-height: 24px
    }

    .lottery-ticket:first-child:nth-last-child(2n) .lottery-ticket__text--price, .lottery-ticket:first-child:nth-last-child(2n) ~ * .lottery-ticket__text--price {
        font-size: 14px;
        line-height: 20px
    }

    .lottery-ticket:first-child:nth-last-child(2n-1), .lottery-ticket:first-child:nth-last-child(2n-1) ~ * {
        grid-column: span 2
    }

    .lottery-ticket:first-child:nth-last-child(2n-1) .lottery-ticket__block--right, .lottery-ticket:first-child:nth-last-child(2n-1) ~ * .lottery-ticket__block--right {
        max-width: 140px
    }
}

@media (min-width: 1200px)and (min-width: 1440px) {
    .lottery-ticket:first-child:nth-last-child(2n-1) .lottery-ticket__block--right, .lottery-ticket:first-child:nth-last-child(2n-1) ~ * .lottery-ticket__block--right {
        max-width: 172px
    }
}

@media (min-width: 1200px) {
    .lottery-ticket:first-child:nth-last-child(2n-1) .lottery-ticket__text--count, .lottery-ticket:first-child:nth-last-child(2n-1) ~ * .lottery-ticket__text--count {
        font-size: 32px;
        line-height: 40px
    }
}

@media (min-width: 1200px)and (min-width: 1440px) {
    .lottery-ticket:first-child:nth-last-child(2n-1) .lottery-ticket__text--count, .lottery-ticket:first-child:nth-last-child(2n-1) ~ * .lottery-ticket__text--count {
        font-size: 42px;
        line-height: 52px
    }
}

@media (min-width: 1200px) {
    .lottery-ticket:first-child:nth-last-child(2n-1) .lottery-ticket__text--tickets, .lottery-ticket:first-child:nth-last-child(2n-1) ~ * .lottery-ticket__text--tickets {
        font-size: 16px;
        line-height: 24px
    }

    .lottery-ticket:first-child:nth-last-child(2n-1) .lottery-ticket__text--amount, .lottery-ticket:first-child:nth-last-child(2n-1) ~ * .lottery-ticket__text--amount {
        font-size: 26px;
        line-height: 32px
    }

    .lottery-ticket:first-child:nth-last-child(2n-1) .lottery-ticket__text--deposit, .lottery-ticket:first-child:nth-last-child(2n-1) ~ * .lottery-ticket__text--deposit {
        font-size: 14px;
        line-height: 20px
    }
}

@media (min-width: 1200px)and (min-width: 1440px) {
    .lottery-ticket:first-child:nth-last-child(2n-1) .lottery-ticket__text--deposit, .lottery-ticket:first-child:nth-last-child(2n-1) ~ * .lottery-ticket__text--deposit {
        font-size: 16px;
        line-height: 24px
    }
}

@media (min-width: 1200px) {
    .lottery-ticket:first-child:nth-last-child(2n-1) .lottery-ticket__text--price, .lottery-ticket:first-child:nth-last-child(2n-1) ~ * .lottery-ticket__text--price {
        font-size: 12px;
        line-height: 18px
    }
}

@media (min-width: 1200px)and (min-width: 1440px) {
    .lottery-ticket:first-child:nth-last-child(2n-1) .lottery-ticket__text--price, .lottery-ticket:first-child:nth-last-child(2n-1) ~ * .lottery-ticket__text--price {
        font-size: 14px;
        line-height: 20px
    }
}

@media (min-width: 1200px) {
    .lottery-ticket:nth-last-child(-n+2):not(.lottery-ticket:nth-child(-n+3)) {
        grid-column: span 3
    }

    .lottery-ticket:nth-last-child(-n+2):not(.lottery-ticket:nth-child(-n+3)) .lottery-ticket__block--right {
        max-width: 172px
    }

    .lottery-ticket:nth-last-child(-n+2):not(.lottery-ticket:nth-child(-n+3)) .lottery-ticket__text--count {
        font-size: 42px;
        line-height: 52px
    }

    .lottery-ticket:nth-last-child(-n+2):not(.lottery-ticket:nth-child(-n+3)) .lottery-ticket__text--deposit {
        font-size: 16px;
        line-height: 24px
    }

    .lottery-ticket:nth-last-child(-n+2):not(.lottery-ticket:nth-child(-n+3)) .lottery-ticket__text--amount {
        font-size: 32px;
        line-height: 40px
    }

    .lottery-ticket:nth-last-child(-n+2):not(.lottery-ticket:nth-child(-n+3)) .lottery-ticket__text--price {
        font-size: 14px;
        line-height: 20px
    }
}

.lottery-ticket__block {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 12px;
    position: relative;
    width: 100%
}

@media (min-width: 480px) {
    .lottery-ticket__block {
        padding: 16px
    }
}

.lottery-ticket__block--left {
    border-radius: 16px 0 0 16px
}

.lottery-ticket__block--left:after, .lottery-ticket__block--left:before {
    background: #0f0f14;
    border-radius: 50%;
    content: "";
    height: 40px;
    position: absolute;
    right: -20px;
    width: 40px;
    z-index: 1
}

.lottery-ticket__block--left:before {
    top: -20px
}

.lottery-ticket__block--left:after {
    bottom: -20px
}

.lottery-ticket__block--right {
    border-radius: 0 16px 16px 0;
    max-width: 124px
}

.lottery-ticket__block--right:after, .lottery-ticket__block--right:before {
    background: #0f0f14;
    border-radius: 50%;
    content: "";
    height: 40px;
    left: -20px;
    position: absolute;
    width: 40px;
    z-index: 1
}

.lottery-ticket__block--right:before {
    top: -20px
}

.lottery-ticket__block--right:after {
    bottom: -20px
}

@media (min-width: 480px) {
    .lottery-ticket__block--right {
        max-width: 140px
    }
}

.lottery-ticket__inner {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: linear-gradient(256.03deg, rgba(0, 0, 0, .1) 23.64%, rgba(0, 0, 0, .2) 84.92%);
    border-radius: 12px;
    min-height: 180px;
    padding: 16px;
    width: 100%
}

@media (min-width: 480px) {
    .lottery-ticket__inner {
        min-height: 188px;
        padding: 24px
    }
}

.lottery-ticket__inner--left {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.lottery-ticket__inner--right {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0
}

.lottery-ticket__divider {
    border-left: 2px dashed #0f0f14;
    height: 100%;
    left: -1px;
    position: absolute;
    top: 0
}

.lottery-ticket__text {
    color: #fff;
    font-family: Futura PT, sans-serif;
    margin: 0
}

.lottery-ticket__text--count {
    font-family: Futura PT, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 16px 0 0
}

@media (min-width: 480px) {
    .lottery-ticket__text--count {
        font-size: 32px;
        line-height: 40px
    }
}

.lottery-ticket__text--tickets {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 16px;
    text-transform: capitalize
}

@media (min-width: 480px) {
    .lottery-ticket__text--tickets {
        font-size: 16px;
        line-height: 24px
    }
}

.lottery-ticket__text--amount {
    font-family: Futura PT, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin: 0 0 8px
}

@media (min-width: 480px) {
    .lottery-ticket__text--amount {
        font-size: 26px;
        line-height: 32px
    }
}

.lottery-ticket__text--deposit {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px
}

@media (min-width: 480px) {
    .lottery-ticket__text--deposit {
        font-size: 14px;
        line-height: 20px
    }
}

.lottery-ticket__text--price {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.lottery-ticket__text--price span {
    font-weight: 700
}

@media (min-width: 768px) {
    .lottery-ticket__text--price span {
        font-size: 14px;
        line-height: 20px
    }
}

.lottery-ticket__text--previous {
    color: hsla(0, 0%, 100%, .65);
    text-decoration: line-through
}

.lottery-prizes {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 32px
}

@media (min-width: 1200px) {
    .lottery-prizes {
        row-gap: 40px
    }
}

.lottery-prizes__grid {
    display: grid;
    grid-template-columns:1fr;
    row-gap: 12px;
    width: 100%
}

@media (min-width: 480px) {
    .lottery-prizes__grid {
        -moz-column-gap: 8px;
        column-gap: 8px;
        grid-template-columns:1fr 1fr;
        row-gap: 8px
    }
}

@media (min-width: 768px) {
    .lottery-prizes__grid {
        -moz-column-gap: 12px;
        column-gap: 12px;
        grid-template-columns:1fr 1fr 1fr;
        row-gap: 12px
    }
}

@media (min-width: 1200px) {
    .lottery-prizes__grid {
        -moz-column-gap: 16px;
        column-gap: 16px;
        grid-template-columns:1fr 1fr 1fr 1fr;
        row-gap: 16px
    }
}

.lottery-prizes-prize {
    background: #1a1a22;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.lottery-prizes-prize__top {
    align-items: center;
    display: flex;
    height: 146px;
    justify-content: center;
    overflow: hidden;
    position: relative
}

@media (min-width: 1200px) {
    .lottery-prizes-prize__top {
        height: 176px
    }
}

.lottery-prizes-prize__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 8px
}

@media (min-width: 1200px) {
    .lottery-prizes-prize__content {
        row-gap: 12px
    }
}

.lottery-prizes-prize__image--bottom {
    bottom: -16px;
    left: 50%;
    max-width: 90%;
    position: absolute;
    transform: translate(-50%)
}

.lottery-prizes-prize__bottom {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 24px 32px;
    text-align: center
}

@media (min-width: 1200px) {
    .lottery-prizes-prize__bottom {
        padding: 32px 24px 40px
    }
}

.lottery-prizes-prize__title--top {
    font-family: Futura PT, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0
}

@media (min-width: 1200px) {
    .lottery-prizes-prize__title--top {
        font-size: 32px;
        line-height: 40px
    }
}

.lottery-prizes-prize__title--money {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(250deg, #ecaa00 8.31%, #ffea2c 16.13%, #ecaa00 45.83%, #ffef5e 72.16%, #ecaa00);
    -webkit-background-clip: text;
    background-clip: text
}

.lottery-prizes-prize__title--fs {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(250deg, #48b2ff 8.31%, #72ffd5 16.13%, #48b2ff 45.83%, #72ffd5 72.16%, #48b2ff);
    -webkit-background-clip: text;
    background-clip: text
}

.lottery-prizes-prize__title--bottom {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 12px
}

@media (min-width: 1200px) {
    .lottery-prizes-prize__title--bottom {
        font-size: 20px;
        line-height: 26px
    }
}

.lottery-prizes-prize__count {
    background: linear-gradient(160deg, #f9ba25 34.99%, #ed942b 89.18%);
    border-radius: 5px;
    color: #0a0a0d;
    font-family: Futura PT, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 2px 8px
}

.lottery-prizes .lottery-prizes__button {
    height: 40px;
    white-space: nowrap;
    width: 100%
}

@media (min-width: 768px) {
    .lottery-prizes .lottery-prizes__button {
        height: 48px;
        max-width: 300px
    }
}

.lottery-winners {
    background: #1a1a22;
    border-radius: 12px;
    padding: 12px
}

@media (min-width: 768px) {
    .lottery-winners {
        padding: 16px
    }
}

@media (min-width: 1200px) {
    .lottery-winners {
        padding: 24px 32px
    }
}

.lottery-winners__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 14px 16px
}

.lottery-winners__row {
    display: grid;
    grid-template-columns:64px 1fr 1fr;
    padding: 14px 16px 14px 0
}

.lottery-winners__row:nth-child(odd) {
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    background: #22222b;
    border-radius: 8px
}

.lottery-winners__cell--place {
    font-weight: 700;
    text-align: center
}

.lottery-winners__cell--winner {
    text-align: left
}

.lottery-winners__cell--prize {
    font-weight: 700;
    text-align: right
}

.lottery-winners__text {
    margin: 0
}

.lottery-winners__text--header {
    color: hsla(0, 0%, 100%, .65);
    font-family: Futura PT, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 16px;
    text-transform: uppercase
}

.lottery-winners__text--cell {
    font-size: 14px;
    line-height: 20px
}

.lottery-winners__text--cell, .lottery-winners__text--modal {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-style: normal
}

.lottery-winners__text--modal {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 16px;
    text-align: center
}

.lottery-winners .lottery-winners__button {
    height: 40px;
    margin-top: 8px;
    width: 100%
}

@media (min-width: 768px) {
    .lottery-winners .lottery-winners__button {
        height: 48px
    }
}

.lottery-winners__modal-content {
    height: 100%;
    overflow-y: auto;
    padding: 56px 16px 16px
}

@media (min-width: 768px) {
    .lottery-winners__modal-content {
        padding: 56px 32px 32px
    }
}

.lottery-winners__modal .modal__content-wrapper {
    height: 100%;
    margin: unset;
    max-width: unset;
    width: 100%
}

@media (min-width: 768px) {
    .lottery-winners__modal .modal__content-wrapper {
        height: unset;
        margin: auto;
        max-width: 480px
    }
}

.lottery-winners__modal .modal__content {
    background: #1a1a22;
    border-radius: 0;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto
}

@media (min-width: 768px) {
    .lottery-winners__modal .modal__content {
        border-radius: 20px;
        margin: 32px auto
    }
}

@media (min-width: 480px) {
    .lottery-winners__modal .modal__close-button {
        right: 24px;
        top: 24px
    }
}

.lottery-flow {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 32px
}

@media (min-width: 1200px) {
    .lottery-flow {
        row-gap: 40px
    }
}

.lottery-flow__steps {
    display: grid;
    grid-template-columns:1fr;
    row-gap: 12px;
    width: 100%
}

@media (min-width: 768px) {
    .lottery-flow__steps {
        -moz-column-gap: 12px;
        column-gap: 12px;
        grid-template-columns:1fr 1fr 1fr
    }
}

@media (min-width: 1200px) {
    .lottery-flow__steps {
        -moz-column-gap: 16px;
        column-gap: 16px
    }
}

.lottery-flow__step {
    background: #1a1a22;
    border-radius: 12px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: flex;
    padding: 20px
}

@media (min-width: 768px) {
    .lottery-flow__step {
        flex-direction: column;
        padding: 32px 24px;
        row-gap: 24px
    }
}

@media (min-width: 1200px) {
    .lottery-flow__step {
        -moz-column-gap: 24px;
        column-gap: 24px;
        flex-direction: row
    }
}

.lottery-flow__image {
    height: 64px
}

@media (min-width: 768px) {
    .lottery-flow__image {
        height: 80px
    }
}

.lottery-flow__content {
    display: flex;
    flex-direction: column;
    row-gap: 8px
}

@media (min-width: 768px) {
    .lottery-flow__content {
        align-items: center
    }
}

@media (min-width: 1200px) {
    .lottery-flow__content {
        align-items: flex-start
    }
}

.lottery-flow__text {
    font-family: Futura PT, sans-serif;
    font-style: normal;
    margin: 0
}

@media (min-width: 768px) {
    .lottery-flow__text {
        text-align: center
    }
}

@media (min-width: 1200px) {
    .lottery-flow__text {
        text-align: left
    }
}

.lottery-flow__text--title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

@media (min-width: 1200px) {
    .lottery-flow__text--title {
        font-size: 20px;
        line-height: 26px
    }
}

.lottery-flow__text--description {
    color: hsla(0, 0%, 100%, .65);
    font-size: 14px;
    font-weight: 450;
    line-height: 20px
}

.lottery-flow__text--date {
    color: #fff
}

.lottery-flow .lottery-flow__button {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 48px;
    letter-spacing: .2px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    width: 200px
}

@media (min-width: 1200px) {
    .lottery-flow .lottery-flow__button {
        height: 56px;
        width: 248px
    }
}

.ls-tickets__title {
    align-items: center;
    color: hsla(0, 0%, 100%, .4);
    display: flex;
    font-size: 14px;
    font-weight: 450;
    justify-content: center;
    letter-spacing: .2px;
    line-height: 20px;
    margin: 0 0 62px;
    text-align: center;
    text-transform: uppercase
}

.ls-tickets__title-icon {
    cursor: pointer;
    display: inline-block;
    line-height: 9px;
    margin-left: 5px;
    position: relative
}

.ls-tickets__title-icon:hover .ls-page__tooltip {
    transform: scale(1)
}

.ls-tickets__list {
    display: flex;
    gap: 8px;
    margin: 0 auto 16px
}

@media (min-width: 480px) {
    .ls-tickets__list {
        gap: 16px
    }
}

@media (min-width: 768px) {
    .ls-tickets__list {
        justify-content: center
    }
}

.ls-tickets__list-item {
    flex: 1
}

@media (min-width: 768px) {
    .ls-tickets__list-item {
        max-width: 255px
    }
}

.ls-tickets__links {
    text-align: center
}

.ls-tickets .ls-tickets__link {
    color: hsla(0, 0%, 100%, .65) !important;
    font-size: 14px !important;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 20px !important;
    margin: 0 auto
}

.ls-ticket {
    background: linear-gradient(13deg, #710d06 9.54%, #fc311d 73.97%, #fc5d04 90.39%);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    padding: 72px 14px 32px;
    position: relative
}

.ls-ticket:before {
    background: url(/images/left-task-wheel.846d12a5..png);
    background-size: contain;
    content: "";
    height: 126px;
    left: 50%;
    position: absolute;
    top: -44px;
    transform: translateX(-50%);
    width: 126px
}

@media (min-width: 480px) {
    .ls-ticket {
        padding: 72px 40px 32px
    }
}

@media (min-width: 768px) {
    .ls-ticket {
        padding: 72px 54px 32px
    }
}

.ls-ticket.ls-ticket--gold {
    background: linear-gradient(13deg, #ad4902 9.54%, #fc9004 72.28%, #fcb01d 90.39%)
}

.ls-ticket.ls-ticket--gold:before {
    background: url(/images/right-task-wheel.6da4d47d..png);
    background-size: contain
}

.ls-ticket__content {
    display: flex;
    flex-direction: column;
    margin: 0 0 16px;
    text-align: center
}

.ls-ticket__content p {
    margin: 0
}

.ls-ticket__text {
    color: hsla(0, 0%, 100%, .65);
    font-size: 12px;
    font-weight: 450;
    letter-spacing: .2px;
    line-height: 16px;
    position: relative;
    text-transform: uppercase
}

.ls-ticket p.ls-ticket__text-task {
    margin-bottom: 8px
}

.ls-ticket p.ls-ticket__text-task, .ls-ticket__text-reward {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px
}

.ls-ticket__text-reward:first-letter {
    text-transform: uppercase
}

.ls-ticket__status {
    display: none;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    width: 46px
}

.ls-ticket__status--active {
    background: linear-gradient(45deg, transparent, transparent 50%, rgba(184, 212, 255, .08) 51%, rgba(184, 212, 255, .08))
}

.ls-ticket__status--active:before {
    background: url(/images/ls-check.525938f6..svg) 50% no-repeat;
    background-size: cover;
    content: "";
    height: 8px;
    position: absolute;
    right: 8px;
    top: 10px;
    width: 10px
}

.ls-ticket__sale-label {
    background: url(/images/sale-label-red-small.1e9f6b00..svg) 50% no-repeat;
    background-size: cover;
    display: block;
    height: 50px;
    left: 55%;
    position: absolute !important;
    top: -30px;
    width: 127px;
    z-index: 2
}

.ls-ticket__sale-label-text {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    transform: translateY(14px) rotate(-8deg)
}

.ls-ticket--active .ls-ticket__status {
    display: block
}

.ls-ticket .ticket-label {
    background: url(/images/ls-ticket-label-bg-silver.4a74d196..png) 50% no-repeat;
    background-size: 100% 100%;
    display: flex;
    min-width: 134px;
    padding: 6px 12px
}

.ls-ticket .ticket-label__icon {
    height: 20px;
    margin-right: 11px;
    width: 20px
}

.ls-ticket .ticket-label__icon img {
    max-width: 100%
}

.ls-ticket .ticket-label__text {
    color: #bbbeff;
    flex: 1;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2em;
    line-height: 20px;
    text-transform: uppercase
}

.ls-ticket .ticket-code__title {
    font-size: 14px;
    font-weight: 450;
    line-height: 20px;
    margin: 0 0 4px;
    text-align: center
}

.ls-ticket .ticket-code__inner {
    align-items: center;
    background: hsla(0, 0%, 100%, .05);
    border: 1px dashed hsla(0, 0%, 100%, .16);
    border-radius: 4px;
    display: flex;
    height: 40px;
    margin: 0 auto;
    max-width: 140px;
    padding: 8px 36px 8px 12px;
    position: relative
}

.ls-ticket .ticket-code__text {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    letter-spacing: .2px;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase
}

.ls-ticket .ticket-code__copy {
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px
}

.ls-ticket .ticket-code__copy img {
    max-width: 100%
}

.ls-ticket .ticket-code__copy-tooltip {
    background: #212121;
    border: 1px solid hsla(0, 0%, 100%, .06);
    border-radius: 4px;
    box-shadow: 0 16px 32px -12px rgba(0, 0, 0, .44);
    color: #999;
    font-size: 12px;
    left: 50%;
    letter-spacing: .01em;
    line-height: 18px;
    padding: 8px 12px;
    position: absolute;
    top: -50px;
    transform: translate(-50%) scale(0);
    transition: all .3s ease
}

.ls-ticket .ticket-code__copy-tooltip:after {
    background-size: cover;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #212121;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translate(-50%);
    width: 0
}

.ls-ticket .ticket-code__copy-tooltip--active {
    transform: translate(-50%) scale(1)
}

.ls-lootboxes__inner {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: radial-gradient(37.64% 142.5% at 82.7% 100%, rgba(255, 0, 0, .2) 0, rgba(255, 0, 0, 0) 100%), rgba(144, 144, 210, .06);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 504px;
    min-height: 132px;
    padding: 16px;
    position: relative
}

@media (min-width: 480px) {
    .ls-lootboxes__inner {
        padding: 16px 68px
    }
}

@media (min-width: 768px) {
    .ls-lootboxes__inner {
        align-items: center;
        flex-direction: row;
        max-width: 526px;
        min-height: 80px;
        padding: 16px
    }
}

@media (min-width: 960px) {
    .ls-lootboxes__inner {
        align-items: center;
        flex-direction: row;
        max-width: 532px
    }
}

.ls-lootboxes__content {
    align-items: center;
    display: flex;
    margin: 0 auto;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2
}

@media (min-width: 768px) {
    .ls-lootboxes__content {
        margin: 0;
        width: auto
    }
}

.ls-lootboxes__icon {
    align-items: center;
    background: url(/images/ls-lootboxes-icon-active.dea9c20c..svg) 50% no-repeat;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 0 0 24px rgba(255, 152, 30, .88), 0 0 12px rgba(255, 205, 30, .22);
    display: flex;
    height: 36px;
    justify-content: center;
    margin-right: 16px;
    text-align: center;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .12);
    width: 36px
}

.ls-lootboxes__icon, .ls-lootboxes__text {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 26px
}

.ls-lootboxes__text {
    flex: 1
}

.ls-lootboxes__button {
    min-height: 48px !important;
    padding: 10px 24px !important
}

@media (min-width: 768px) {
    .ls-lootboxes__button {
        font-size: 16px !important;
        line-height: 24px !important;
        padding: 12px 20px !important
    }
}

.ls-lootboxes--inactive .ls-lootboxes__inner {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: radial-gradient(40.37% 136.25% at 84.41% 100%, rgba(255, 0, 0, .2) 0, rgba(255, 0, 0, 0) 100%), rgba(144, 144, 210, .06)
}

.ls-lootboxes--inactive .ls-lootboxes__inner:after, .ls-lootboxes--inactive .ls-lootboxes__inner:before {
    display: none
}

.ls-lootboxes--inactive .ls-lootboxes__icon {
    background: url(/images/ls-lootboxes-icon-inactive.4eca633b..svg) 50% no-repeat;
    background-size: cover;
    box-shadow: none;
    opacity: .5
}

.description {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%
}

.description__preview {
    margin-bottom: 20px;
    position: relative
}

@media (min-width: 768px) {
    .description__preview {
        margin-bottom: 24px
    }
}

.description__preview:after {
    background: linear-gradient(1turn, #0f0f14, rgba(15, 15, 20, 0));
    bottom: 0;
    content: "";
    height: 64px;
    left: 0;
    position: absolute;
    width: 100%
}

.description__preview--open:after {
    display: none
}

.description__block-buttons {
    display: block;
    margin: 0;
    padding: 15px 0 0;
    text-align: center;
    width: 100%
}

.description .description__button {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

.description__icon {
    transition: transform .3s ease
}

.description__icon--open {
    transform: rotate(180deg)
}

.description--only-preview .description__preview:after {
    display: none
}

.description--dark .description__preview:after {
    background: linear-gradient(180deg, rgba(15, 15, 20, 0), #000)
}

.description--terms {
    background: #1a1a22;
    border-radius: 20px;
    padding: 24px 20px;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .description--terms {
        padding: 40px 48px
    }
}

.description--terms .description__preview:after {
    background: linear-gradient(180deg, rgba(26, 26, 34, 0), #1a1a22)
}

.description--secondary .description__icon {
    display: none
}

.description--secondary .description__button {
    align-items: center;
    background: #22222b;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .2px;
    line-height: 20px;
    margin: 0 auto;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 10px 16px;
    text-align: center;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .description--secondary .description__button {
        font-size: 16px;
        line-height: 24px;
        max-width: 260px;
        padding: 12px 20px;
        width: 100%
    }
}

.tourn-tabs {
    display: flex;
    position: relative;
    width: 100%
}

.tourn-tabs:after {
    background: hsla(0, 0%, 100%, .12);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.tourn-tabs__buttons {
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: inline-flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 13px
}

.tourn-tabs .tourn-tabs__button {
    color: hsla(0, 0%, 100%, .65);
    font-family: Futura PT, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap
}

.tourn-tabs .tourn-tabs__button--active, .tourn-tabs .tourn-tabs__button:active, .tourn-tabs .tourn-tabs__button:focus, .tourn-tabs .tourn-tabs__button:hover {
    color: #fff
}

.tourn-tabs .tourn-tabs__button--active:after {
    background: #fc311d;
    bottom: -13px;
    content: "";
    height: 2px;
    position: absolute;
    width: 100%
}

.tournaments-list {
    display: grid;
    grid-template-columns:1fr;
    row-gap: 12px
}

@media (min-width: 768px) {
    .tournaments-list {
        -moz-column-gap: 12px;
        column-gap: 12px;
        grid-template-columns:1fr 1fr
    }
}

@media (min-width: 1200px) {
    .tournaments-list {
        -moz-column-gap: 16px;
        column-gap: 16px;
        grid-template-columns:1fr 1fr 1fr;
        row-gap: 16px
    }
}

.tournaments-list--empty {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 56px;
    row-gap: 32px
}

@media (min-width: 1200px) {
    .tournaments-list--empty {
        margin-top: 116px
    }
}

.tournaments-list__image {
    height: 128px;
    width: 128px
}

.tournaments-list__text {
    margin: 0
}

.tournaments-list__text--empty {
    color: hsla(0, 0%, 100%, .4);
    font-family: Futura PT, sans-serif;
    font-size: 16px;
    line-height: 24px
}

.tourn-block {
    border-radius: 12px;
    overflow: hidden
}

.tourn-block--hidden {
    display: none
}

.tourn-block__header {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 200px;
    justify-content: space-between;
    padding: 16px 16px 24px;
    position: relative
}

@media (min-width: 1200px) {
    .tourn-block__header {
        height: 224px;
        padding: 24px 24px 32px
    }
}

.tourn-block__background {
    height: 100%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1
}

.tourn-block__tags {
    position: absolute;
    right: 18px;
    top: 16px
}

@media (min-width: 1200px) {
    .tourn-block__tags {
        right: 24px;
        top: 24px
    }
}

.tourn-block__title {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin: 0
}

@media (min-width: 1200px) {
    .tourn-block__title {
        font-size: 26px;
        line-height: 32px
    }
}

.tourn-block__content {
    background: #1a1a22;
    padding: 24px 16px 16px
}

@media (min-width: 1200px) {
    .tourn-block__content {
        padding: 32px 24px 24px
    }
}

.tourn-block__description {
    margin-bottom: 24px
}

@media (min-width: 1200px) {
    .tourn-block__description {
        margin-bottom: 32px
    }
}

.tourn-block__description-item {
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    color: #fff;
    display: flex;
    font-family: Futura PT, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    justify-content: space-between;
    line-height: 20px;
    padding: 18px 0
}

.tourn-block__description-item:first-child {
    padding: 0 0 18px
}

.tourn-block__description-item:last-child {
    border-bottom: none;
    padding: 18px 0 0
}

@media (min-width: 1200px) {
    .tourn-block__description-item {
        font-size: 16px;
        line-height: 24px;
        padding: 16px 0
    }

    .tourn-block__description-item:first-child {
        padding: 0 0 16px
    }

    .tourn-block__description-item:last-child {
        padding: 16px 0 0
    }
}

.tourn-block__description-label {
    color: hsla(0, 0%, 100%, .65);
    font-weight: 400
}

.tourn-block .tourn-block__button {
    width: 100%
}

@media (min-width: 1200px) {
    .tourn-block .tourn-block__button {
        font-size: 16px;
        height: 48px;
        line-height: 24px
    }
}

.full-tourn__prizes {
    scrollbar-color: transparent;
    scrollbar-width: none
}

.full-tourn__prizes::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0
}

.full-tourn__prizes::-webkit-scrollbar-track {
    background: transparent
}

.full-tourn__prizes::-webkit-scrollbar-thumb {
    background: transparent;
    margin: 0
}

.full-tourn__prizes::-webkit-scrollbar-thumb:hover, .full-tourn__prizes:hover::-webkit-scrollbar-thumb {
    background: transparent
}

.full-tourn {
    position: relative
}

.full-tourn__container {
    padding: 16px 16px 80px
}

@media (min-width: 768px) {
    .full-tourn__container {
        padding: 16px 24px 100px
    }
}

@media (min-width: 1200px) {
    .full-tourn__container {
        align-items: flex-start;
        -moz-column-gap: 16px;
        column-gap: 16px;
        display: flex;
        padding: 24px 32px 120px
    }
}

@media (min-width: 1440px) {
    .full-tourn__container {
        margin: 0 auto;
        max-width: 1408px
    }
}

.full-tourn__section--right {
    display: none
}

@media (min-width: 1200px) {
    .full-tourn__section--right {
        display: block;
        min-width: 368px;
        position: sticky;
        top: 80px
    }
}

@media (min-width: 1440px) {
    .full-tourn__section--right {
        min-width: 392px
    }
}

.full-tourn__background {
    filter: blur(20px);
    left: 50%;
    opacity: .4;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    z-index: -1
}

.full-tourn__background:after {
    background: linear-gradient(180deg, rgba(15, 15, 20, 0), rgba(15, 15, 20, 0) 55.29%, #0f0f14);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.full-tourn__participate {
    margin-top: 16px
}

.full-tourn__about {
    margin: 32px 0
}

@media (min-width: 768px) {
    .full-tourn__about {
        margin: 40px 0
    }
}

.full-tourn__description {
    margin-bottom: 32px
}

.full-tourn__description p {
    font-size: 16px !important;
    line-height: 24px !important
}

@media (min-width: 768px) {
    .full-tourn__description {
        margin-bottom: 40px
    }
}

.full-tourn__slider {
    margin-top: 40px
}

@media (min-width: 1200px) {
    .full-tourn__slider {
        margin-top: 48px
    }
}

.full-tourn__rules {
    margin-top: 40px
}

@media (min-width: 1200px) {
    .full-tourn__rules {
        margin-top: 48px
    }
}

.full-tourn__title {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 0 8px
}

.full-tourn__prizes {
    background: rgba(10, 10, 13, .65);
    border-radius: 20px;
    max-height: calc(100vh - 112px);
    overflow: auto;
    padding: 24px 16px 16px
}

.full-tourn__prizes--mobile {
    background: transparent;
    border-radius: 0;
    margin: 40px 0;
    padding: 0
}

@media (min-width: 1200px) {
    .full-tourn__prizes--mobile {
        display: none
    }
}

.card-tournament {
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    min-height: 144px;
    overflow: hidden;
    padding: 12px;
    position: relative
}

.card-tournament:after {
    background: linear-gradient(359.28deg, rgba(10, 10, 13, .4) .68%, rgba(10, 10, 13, 0) 99.45%);
    bottom: 0;
    content: "";
    height: 90px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.card-tournament__bg {
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    width: 100%
}

.card-tournament__inner {
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 8px;
    position: relative;
    z-index: 2
}

.card-tournament__content {
    margin: auto 0 0
}

.card-tournament__title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 8px
}

.card-tournament__title:last-child {
    margin: 0
}

.tourn-card-big {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 320px;
    justify-content: space-between;
    overflow: hidden;
    padding: 24px 16px 16px;
    position: relative
}

@media (min-width: 768px) {
    .tourn-card-big {
        height: 340px;
        padding: 32px
    }
}

@media (min-width: 1200px) {
    .tourn-card-big {
        height: 400px;
        padding: 40px
    }
}

.tourn-card-big__background {
    display: none;
    height: 100%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1
}

@media (min-width: 768px) {
    .tourn-card-big__background {
        display: block
    }
}

.tourn-card-big__background--mobile {
    display: block
}

@media (min-width: 768px) {
    .tourn-card-big__background--mobile {
        display: none
    }
}

.tourn-card-big__title {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 16px 0 0;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .tourn-card-big__title {
        font-size: 32px;
        line-height: 40px;
        margin: 24px 0 0
    }
}

@media (min-width: 1200px) {
    .tourn-card-big__title {
        font-size: 42px;
        line-height: 52px
    }
}

.tourn-card-big__timer-title {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 16px;
    margin: 0 0 12px;
    text-transform: uppercase
}

.tourn-card-big__timer .blocks-timer {
    background: rgba(10, 10, 13, .4);
    max-width: 254px
}

.payment-tables__children-content {
    margin: 0 0 36px
}

.payment-tables__tabs {
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, .12);
    -moz-column-gap: 24px;
    column-gap: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 0 16px
}

.payment-tables .payment-tables__tab {
    align-items: center;
    border-bottom: 2px solid transparent;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .2px;
    line-height: 20px;
    min-height: 32px;
    overflow: hidden;
    padding: 0 0 14px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: border-color .3s ease, color .3s ease;
    white-space: nowrap
}

.payment-tables .payment-tables__tab--active, .payment-tables .payment-tables__tab:hover {
    border-bottom: 2px solid #fc311d;
    color: #fff
}

.payment-tables__content {
    display: block
}

.payment-tables__content--hide {
    display: none
}

.vip-position__title {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin: 0 0 24px;
    text-align: center;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .vip-position__title {
        font-size: 26px;
        line-height: 32px
    }
}

.vip-position__content {
    overflow: hidden
}

.vip-position__line {
    align-items: center;
    background: #fc311d;
    border-radius: 20px 20px 0 0;
    box-shadow: inset -2px 2px 24px 0 rgba(0, 0, 0, .32);
    -moz-column-gap: 4px;
    column-gap: 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 12px 0;
    row-gap: 12px
}

@media (min-width: 480px) {
    .vip-position__line {
        padding: 21px 0
    }
}

@media (min-width: 768px) {
    .vip-position__line {
        -moz-column-gap: 28px;
        column-gap: 28px
    }
}

.vip-position__block {
    color: #fff;
    display: flex;
    font-family: Futura PT, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    justify-content: center;
    line-height: 16px;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .vip-position__block {
        font-size: 16px;
        line-height: 24px
    }
}

@media (min-width: 1200px) {
    .vip-position__block {
        font-size: 20px;
        line-height: 30px
    }
}

.vip-position__block--big {
    flex: 1 0 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 0 16px
}

.vip-position__block--big span {
    position: relative
}

.vip-position__block--big span:after, .vip-position__block--big span:before {
    background: radial-gradient(50% 50% at 50% 50%, #fff 0, hsla(0, 0%, 100%, 0) 100%);
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(20deg);
    width: 4px
}

.vip-position__block--big span:before {
    left: -12px
}

@media (min-width: 768px) {
    .vip-position__block--big span:before {
        left: -28px
    }
}

.vip-position__block--big span:after {
    right: -12px
}

@media (min-width: 768px) {
    .vip-position__block--big span:after {
        right: -28px
    }
}

@media (min-width: 480px) {
    .vip-position__block--big {
        flex: unset
    }
}

@media (min-width: 768px) {
    .vip-position__block--big {
        font-size: 20px;
        line-height: 30px;
        padding: 0 28px
    }
}

@media (min-width: 1200px) {
    .vip-position__block--big {
        font-size: 24px;
        line-height: 32px
    }
}

.cup-slider.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

@media (min-width: 480px) {
    .cup-slider.slick-slider {
        width: 50%
    }
}

@media (min-width: 960px) {
    .cup-slider.slick-slider {
        width: 33.3%
    }
}

.cup-slider.slick-slider .slick-list {
    display: block;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative
}

.cup-slider.slick-slider .slick-list:focus {
    outline: none
}

.cup-slider.slick-slider .slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.cup-slider.slick-slider .slick-list, .cup-slider.slick-slider .slick-track {
    transform: translateZ(0)
}

.cup-slider.slick-slider .slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

/*.cup-slider.slick-slider .slick-track:after, .cup-slider.slick-slider .slick-track:before {*/
/*    content: "";*/
/*    display: table*/
/*}*/

.cup-slider.slick-slider .slick-track:after {
    clear: both
}

.slick-loading .cup-slider.slick-slider .slick-track {
    visibility: hidden
}

.cup-slider.slick-slider .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .cup-slider.slick-slider .slick-slide {
    float: right
}

.cup-slider.slick-slider .slick-slide img {
    display: block
}

.cup-slider.slick-slider .slick-slide.slick-loading img {
    display: none
}

.cup-slider.slick-slider .slick-slide.dragging img {
    pointer-events: none
}

.cup-slider.slick-slider.slick-initialized .slick-slide {
    display: block
}

.cup-slider.slick-slider.slick-loading .slick-slide {
    visibility: hidden
}

.cup-slider.slick-slider.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.cup-slider.slick-slider .slick-arrow.slick-hidden {
    display: none
}

.cup-slider.slick-slider .slick-next, .cup-slider.slick-slider .slick-prev {
    background: transparent !important;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.cup-slider.slick-slider .slick-next i, .cup-slider.slick-slider .slick-prev i {
    font-size: 30px
}

.cup-slider.slick-slider .slick-prev {
    left: 10px
}

.cup-slider.slick-slider .slick-next {
    right: 10px
}

.cup-slider.slick-slider.slick-dotted {
    margin-bottom: 30px
}

.cup-slider.slick-slider .slick-dots {
    bottom: 8px;
    display: block;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

@media (min-width: 768px) {
    .cup-slider.slick-slider .slick-dots {
        bottom: 16px
    }
}

.cup-slider.slick-slider .slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 2px;
    padding: 0;
    position: relative
}

.cup-slider.slick-slider .slick-dots li button {
    background: transparent;
    border: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 18px;
    line-height: 0px;
    outline: none;
    padding: 0;
    position: relative;
    width: 18px
}

.cup-slider.slick-slider .slick-dots li button:hover {
    outline: none
}

.cup-slider.slick-slider .slick-dots li button:hover:before {
    opacity: 1
}

.cup-slider.slick-slider .slick-dots li button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    font-size: 6px;
    height: 6px;
    left: 50%;
    opacity: .25;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .3s ease;
    width: 6px
}

.cup-slider.slick-slider .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: .75
}

.cup-slider__wrap {
    margin: 28px 0 48px;
    overflow: hidden
}

@media (min-width: 480px) {
    .cup-slider__wrap {
        margin: 32px 0 52px
    }
}

@media (min-width: 768px) {
    .cup-slider__wrap {
        margin: 48px 0 68px
    }
}

@media (min-width: 1200px) {
    .cup-slider__wrap {
        margin: 56px 0 76px
    }
}

@media (min-width: 1440px) {
    .cup-slider__wrap {
        margin: 56px 0
    }
}

@media (min-width: 480px) {
    .cup-slider__wrap {
        overflow: initial
    }
}

.cup-slider__block {
    outline: none
}

.cup-slider__cup {
    height: 100%;
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    max-height: 260px
}

@media (min-width: 1440px) {
    .cup-slider__cup {
        max-height: 280px;
        min-height: 280px
    }
}

.cup-slider__name {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
    text-align: center;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .cup-slider__name {
        font-size: 26px;
        line-height: 32px
    }
}

.cup-slider__about {
    display: flex;
    justify-content: center
}

.cup-slider__about p {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .16px;
    margin: 0;
    text-transform: uppercase
}

@media (min-width: 960px) {
    .cup-slider__about p {
        font-size: 16px
    }
}

.cup-slider__about .timer {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .16px;
    margin: 0 0 0 6px;
    text-transform: uppercase
}

@media (min-width: 960px) {
    .cup-slider__about .timer {
        font-size: 16px
    }
}

.cup-slider .slick-slide {
    opacity: .5;
    transform: scale(.8);
    transition: all .3s ease
}

.cup-slider .slick-slide.slick-current {
    opacity: 1;
    transform: scale(1);
    transition: all .3s ease
}

.vip-level {
    align-items: center;
    background: #1a1a22;
    border-radius: 20px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    margin: 12px 0;
    padding: 20px 20px 38px;
    position: relative
}

.vip-level:last-child {
    margin: 12px 0 0
}

@media (min-width: 480px) {
    .vip-level {
        padding: 24px 24px 38px
    }
}

@media (min-width: 768px) {
    .vip-level {
        padding: 54px 32px 78px
    }
}

@media (min-width: 1200px) {
    .vip-level {
        margin: 24px 0;
        padding: 50px 54px 52px
    }
}

@media (min-width: 1440px) {
    .vip-level {
        padding: 50px 70px 52px
    }
}

@media (min-width: 1680px) {
    .vip-level {
        padding: 50px 80px 52px
    }
}

.vip-level--open {
    padding: 20px 20px 44px;
    row-gap: 36px
}

@media (min-width: 480px) {
    .vip-level--open {
        padding: 24px 24px 48px;
        row-gap: unset
    }
}

@media (min-width: 768px) {
    .vip-level--open {
        padding: 32px 32px 78px
    }
}

@media (min-width: 1200px) {
    .vip-level--open {
        padding: 62px 54px 86px;
        row-gap: 32px
    }
}

@media (min-width: 1440px) {
    .vip-level--open {
        padding: 70px 70px 95px
    }
}

@media (min-width: 1680px) {
    .vip-level--open {
        padding: 50px 80px 116px
    }
}

.vip-level__return-level {
    display: none
}

@media (min-width: 768px) {
    .vip-level__return-level {
        display: flex
    }
}

.vip-level__exclamation-mark {
    margin: 0 5px 0 10px
}

.vip-level__level {
    width: 100%
}

.vip-level--low {
    background-color: #cc2817
}

.vip-level__disabled-layer {
    background-color: #0f0f14;
    opacity: .65
}

.vip-level__disabled-layer, .vip-level__lock {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.vip-level__lock {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.vip-level__lock-img {
    height: 50px;
    margin-bottom: 8px;
    transition: .3s;
    width: 50px
}

.vip-level__lock-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 8px;
    text-transform: uppercase
}

.vip-level__lock-title, .vip-level__lock-value {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-style: normal
}

.vip-level__lock-value {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.vip-level__lock--open .vip-level__lock-img {
    height: 92px;
    width: 92px
}

@media (min-width: 768px) {
    .vip-level__lock--open .vip-level__lock-img {
        height: 107px;
        width: 107px
    }
}

.vip-level__lock--open .vip-level__lock-title {
    font-size: 16px;
    line-height: 24px
}

@media (min-width: 768px) {
    .vip-level__lock--open .vip-level__lock-title {
        font-size: 20px;
        line-height: 30px
    }
}

.vip-level__lock--open .vip-level__lock-value {
    font-size: 20px;
    line-height: 30px
}

@media (min-width: 768px) {
    .vip-level__lock--open .vip-level__lock-value {
        font-size: 24px;
        line-height: 32px
    }
}

.vip-level__header-status {
    height: 24px;
    margin-right: 8px;
    width: 24px
}

@media (min-width: 1200px) {
    .vip-level__header-status {
        margin-right: 12px
    }
}

.vip-level__header-value {
    align-items: center;
    color: #fff;
    display: flex;
    font-family: Futura PT, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px
}

.vip-level__header-value--gold {
    color: #ffc736
}

.vip-level__header-value--silver {
    color: #8cb6d7
}

.vip-level__header-value--bronze {
    color: #d66e41
}

@media (min-width: 1200px) {
    .vip-level__header-value {
        font-size: 26px;
        line-height: 32px
    }
}

.vip-level__header-title {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 16px;
    margin-bottom: 12px;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .vip-level__header-title {
        margin-bottom: 16px
    }
}

@media (min-width: 1200px) {
    .vip-level__header-title {
        font-size: 14px;
        line-height: 20px
    }
}

.vip-level__divider {
    display: none;
    height: 4px;
    width: 263px
}

@media (min-width: 1200px) {
    .vip-level__divider {
        display: block;
        margin-top: 16px
    }
}

.vip-level__divider--long {
    display: none;
    width: 100%
}

@media (min-width: 480px) {
    .vip-level__divider--long {
        display: block;
        margin: 20px 0
    }
}

@media (min-width: 768px) {
    .vip-level__divider--long {
        display: block;
        margin: 24px 0 20px
    }
}

@media (min-width: 1200px) {
    .vip-level__divider--long {
        display: none
    }
}

@media (min-width: 768px) {
    .vip-level__progress {
        width: 45%
    }
}

@media (min-width: 1200px) {
    .vip-level__progress {
        width: 38%
    }
}

@media (min-width: 1440px) {
    .vip-level__progress {
        width: 31%
    }
}

@media (min-width: 1680px) {
    .vip-level__progress {
        width: 27%
    }
}

.vip-level__progress-block {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    width: 100%
}

@media (min-width: 768px) {
    .vip-level__progress-block {
        flex-direction: row-reverse;
        justify-content: space-between;
        row-gap: 28px
    }
}

.vip-level__progress-block--open {
    flex-direction: column
}

@media (min-width: 1200px) {
    .vip-level__progress-block--open {
        flex-direction: row-reverse
    }
}

.vip-level__progress-img {
    display: block;
    height: 78px;
    margin: 0 auto 15px;
    width: 144px
}

@media (min-width: 768px) {
    .vip-level__progress-img {
        height: 98px;
        position: absolute;
        right: 86px;
        top: 32px;
        width: 184px
    }
}

@media (min-width: 960px) {
    .vip-level__progress-img {
        height: 180px;
        margin: 0;
        position: relative;
        right: unset;
        top: unset;
        width: 337px
    }
}

.vip-level__description {
    width: 50%
}

@media (min-width: 480px) {
    .vip-level__description {
        width: unset
    }
}

.vip-level__descriptions-container {
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .vip-level__descriptions-container {
        flex-direction: row;
        justify-content: space-between
    }
}

.vip-level__descriptions-group {
    display: flex;
    flex-direction: column;
    row-gap: 12px
}

@media (min-width: 1200px) {
    .vip-level__descriptions-group {
        row-gap: 16px
    }
}

.vip-level__descriptions-group-main {
    display: none
}

@media (min-width: 480px) {
    .vip-level__descriptions-group-main {
        display: flex;
        justify-content: space-between
    }
}

@media (min-width: 768px) {
    .vip-level__descriptions-group-main {
        -moz-column-gap: 90px;
        column-gap: 90px
    }
}

.vip-level__descriptions-group-main-mobile {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px
}

@media (min-width: 480px) {
    .vip-level__descriptions-group-main-mobile {
        display: none
    }
}

.vip-level__description-title {
    color: hsla(0, 0%, 100%, .4);
    letter-spacing: .2px;
    line-height: 16px;
    margin-bottom: 4px
}

.vip-level__description-title, .vip-level__description-value {
    font-family: Futura PT, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap
}

.vip-level__description-value {
    color: #fff;
    line-height: 18px
}

@media (min-width: 480px) {
    .vip-level__description-value {
        font-size: 14px;
        line-height: 20px
    }
}

@media (min-width: 768px) {
    .vip-level__description-value {
        font-size: 16px;
        line-height: 24px
    }
}

.vip-level .vip-level__arrow-icon-wrapper {
    bottom: 8px;
    color: #fff;
    cursor: pointer;
    left: 50%;
    position: absolute;
    transform: rotate(180deg) translate(-50%);
    transform-origin: left;
    transition: transform .3s
}

.vip-level .vip-level__arrow-icon-wrapper--open {
    transform: rotate(0deg) translate(-50%)
}

@media (min-width: 960px) {
    .vip-level .vip-level__arrow-icon-wrapper {
        bottom: 5px
    }
}

@media (min-width: 1440px) {
    .vip-level .vip-level__arrow-icon-wrapper {
        bottom: 14px
    }
}

.home-bonuses {
    height: 320px;
    margin-left: -16px;
    overflow: hidden;
    position: relative;
    width: calc(100% + 32px)
}

@media (min-width: 768px) {
    .home-bonuses {
        border-radius: 20px;
        height: 360px;
        margin-left: 0;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .home-bonuses {
        height: 420px
    }
}

@media (min-width: 1440px) {
    .home-bonuses {
        height: 500px
    }
}

.home-bonuses__item {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    position: relative;
    width: 100%
}

.home-bonuses__background {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1
}

@media (max-width: 480px) {
    .home-bonuses__background--desktop {
        display: none
    }
}

.home-bonuses__background--mobile {
    display: none
}

@media (max-width: 480px) {
    .home-bonuses__background--mobile {
        display: block
    }
}

.home-bonuses__background-image {
    height: 100%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

@media (min-width: 768px) {
    .home-bonuses__background-image {
        border-radius: 20px
    }
}

.home-bonuses__video {
    bottom: 0;
    height: 100%;
    left: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left top;
    object-position: left top;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.home-bonuses__content {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 250px;
    padding: 40px 16px;
    position: relative;
    text-align: right;
    width: 100%;
    z-index: 3
}

.home-bonuses__content > * {
    display: block
}

.home-bonuses__content > :first-child {
    margin-top: 0 !important
}

@media (min-width: 480px) {
    .home-bonuses__content {
        padding-bottom: 74px;
        padding-top: 74px
    }
}

@media (min-width: 768px) {
    .home-bonuses__content {
        align-items: flex-start;
        max-width: 384px;
        padding: 77px 32px;
        text-align: left
    }
}

@media (min-width: 1200px) {
    .home-bonuses__content {
        max-width: 728px;
        padding: 92px 64px 68px
    }
}

@media (min-width: 1440px) {
    .home-bonuses__content {
        max-width: 708px;
        padding: 116px 72px 104px
    }
}

.home-bonuses__top-image {
    margin: 0 0 16px;
    max-width: 100px
}

.home-bonuses__pretitle {
    color: #fc311d;
    font-family: Futura PT, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .home-bonuses__pretitle {
        font-size: 20px;
        line-height: 30px
    }
}

@media (min-width: 1440px) {
    .home-bonuses__pretitle {
        font-size: 24px;
        line-height: 32px
    }
}

.home-bonuses__title {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    margin: 12px 0 0;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .home-bonuses__title {
        font-size: 32px;
        line-height: 40px;
        margin: 16px 0 0
    }
}

@media (min-width: 1200px) {
    .home-bonuses__title {
        font-size: 72px;
        letter-spacing: -3.6px;
        line-height: 64px
    }
}

@media (min-width: 1440px) {
    .home-bonuses__title {
        margin: 24px 0 0
    }
}

.home-bonuses__subtitle {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 12px
}

@media (min-width: 768px) {
    .home-bonuses__subtitle {
        font-size: 16px;
        line-height: 24px
    }
}

@media (min-width: 1440px) {
    .home-bonuses__subtitle {
        font-size: 20px;
        line-height: 30px;
        margin-top: 16px
    }
}

.home-bonuses .home-bonuses__button {
    margin-top: 24px;
    padding: 12px 20px
}

@media (min-width: 768px) {
    .home-bonuses .home-bonuses__button {
        margin-top: 32px
    }
}

@media (min-width: 1200px) {
    .home-bonuses .home-bonuses__button {
        height: 56px;
        padding: 16px 24px
    }
}

@media (min-width: 1440px) {
    .home-bonuses .home-bonuses__button {
        margin-top: 40px
    }
}

.games-filter-block__wrapper {
    display: flex;
    flex-direction: column;
    padding: 0
}

@media (min-width: 768px) {
    .games-filter-block__wrapper {
        align-items: center;
        background: #1a1a22;
        border-radius: 12px;
        flex-direction: row;
        justify-content: space-between;
        padding: 16px
    }
}

.games-filter-block__category {
    margin-left: -16px;
    overflow-x: visible;
    position: relative;
    width: calc(100% + 32px)
}

@media (min-width: 768px) {
    .games-filter-block__category {
        margin-left: 0;
        overflow: hidden;
        padding-right: 12px;
        width: unset
    }
}

.games-filter-block__category:after {
    background: linear-gradient(270deg, #0f0f14, rgba(15, 15, 20, 0));
    content: "";
    height: 40px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

@media (min-width: 768px) {
    .games-filter-block__category:after {
        display: none
    }
}

.games-filter-block .games-filter-block__providers-button {
    align-items: center;
    background: #22222b;
    border-radius: 8px;
    color: #fff;
    -moz-column-gap: 12px;
    column-gap: 12px;
    display: flex;
    font-family: Futura PT, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    line-height: 24px;
    margin-top: 16px;
    position: relative;
    transition: background .3s ease;
    width: 100%
}

.games-filter-block .games-filter-block__providers-button:after {
    background: linear-gradient(270deg, #1a1a22, rgba(26, 26, 34, 0));
    content: "";
    display: none;
    height: 48px;
    left: -48px;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 48px
}

@media (min-width: 768px) {
    .games-filter-block .games-filter-block__providers-button:after {
        display: block
    }
}

.games-filter-block .games-filter-block__providers-button:hover {
    background: #282833
}

@media (min-width: 768px) {
    .games-filter-block .games-filter-block__providers-button {
        margin-top: 0;
        padding: 0 16px;
        width: unset
    }
}

.games-filter-block__icon {
    color: #fc311d
}

.game-category-select {
    -ms-overflow-style: none;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 16px;
    scrollbar-width: none
}

.game-category-select::-webkit-scrollbar {
    display: none
}

@media (min-width: 768px) {
    .game-category-select {
        padding: 0
    }
}

.game-category-select__link {
    align-items: center;
    background: transparent;
    border-radius: 40px;
    color: #fff;
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: flex;
    font-family: Futura PT, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    height: 40px;
    line-height: 20px;
    margin: 0 1px;
    padding: 0 16px;
    transition: background .3s ease
}

.game-category-select__link:hover {
    background: #22222b
}

@media (min-width: 768px) {
    .game-category-select__link {
        font-size: 16px;
        height: 48px;
        line-height: 24px
    }
}

.game-category-select__link--current {
    background: #fc311d !important;
    font-weight: 700
}

.game-category-select__link--current .game-category-select__icon:before {
    color: #fff
}

.game-category-select__icon {
    color: #fc311d;
    transition: color .3s ease
}

.game-category-select__name {
    white-space: nowrap
}

.sportsbook-iframe-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    min-width: 100vw;
    position: relative
}

.sportsbook-iframe-wrapper .sign-form-switcher {
    display: none !important
}

.sportsbook-iframe-wrapper__content {
    background: #1a1a22;
    border-radius: 4px;
    margin: 20px 0;
    max-width: 900px;
    position: relative;
    width: calc(100% - 20px)
}

@media (max-width: 480px) {
    .sportsbook-iframe-wrapper__content {
        border-radius: 0;
        height: 100vh;
        margin: 0;
        width: 100%
    }
}

.sportsbook-iframe-wrapper--sign-up .sportsbook-iframe-wrapper__content {
    max-width: 1024px
}

.sportsbook-iframe-wrapper--confirmation-instructions .sportsbook-iframe-wrapper__content, .sportsbook-iframe-wrapper--edit-password .sportsbook-iframe-wrapper__content, .sportsbook-iframe-wrapper--forgot-password .sportsbook-iframe-wrapper__content, .sportsbook-iframe-wrapper--sign-in .sportsbook-iframe-wrapper__content, .sportsbook-iframe-wrapper--unlock-instructions .sportsbook-iframe-wrapper__content {
    max-width: 480px
}

.sportsbook-iframe-wrapper__content > * {
    position: relative;
    z-index: 1
}

.sportsbook-iframe-wrapper__backdrop {
    background: transparent none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.sign-up-page {
    display: block;
    overflow: hidden;
    position: relative
}

@media (min-width: 1200px) {
    .sign-up-page {
        display: flex;
        flex-direction: row-reverse;
        height: unset;
        min-height: 680px
    }
}

.sign-up-page__column {
    position: relative;
    width: 100%
}

@media (min-width: 1200px) {
    .sign-up-page__column {
        width: 50%
    }
}

.sign-up-page__steps--desktop {
    bottom: 32px;
    display: none;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 100%;
    z-index: 3
}

@media (min-width: 1200px) {
    .sign-up-page__steps--desktop {
        display: block
    }
}

.sign-up-page__steps--mobile {
    margin-bottom: 32px;
    margin-top: 32px
}

@media (min-width: 1200px) {
    .sign-up-page__steps--mobile {
        display: none
    }
}

.sign-up-page__form {
    padding: 48px 16px 0
}

@media (min-width: 480px) {
    .sign-up-page__form {
        padding: 48px 48px 0
    }
}

@media (min-width: 1200px) {
    .sign-up-page__form {
        padding: 48px 56px
    }
}

.reset-password-page__inner {
    padding: 48px 0
}

@media (min-width: 768px) {
    .reset-password-page__inner {
        padding: 80px 0 300px
    }
}

.reset-password-page__content {
    margin: 0 0 32px;
    text-align: center
}

.reset-password-page__icon {
    align-items: center;
    background: rgba(0, 220, 205, .08);
    border-radius: 50%;
    color: #00dccd;
    display: flex;
    font-size: 42px;
    height: 100px;
    justify-content: center;
    margin: 0 auto 24px;
    width: 100px
}

.reset-password-page__icon i {
    font-size: 48px !important
}

.reset-password-page__title {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 16px
}

@media (min-width: 768px) {
    .reset-password-page__title {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 24px
    }
}

@media (min-width: 1200px) {
    .reset-password-page__title {
        font-size: 42px;
        line-height: 52px
    }
}

.reset-password-page__text {
    color: hsla(0, 0%, 100%, .65);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 32px
}

.reset-password-page__text:last-child {
    margin: 0
}

.reset-password-page__text span {
    color: #fff;
    display: block;
    width: 100%
}

.reset-password-page__form {
    margin: 0 auto;
    max-width: 424px
}

.reset-password-form {
    display: flex;
    flex-direction: column;
    max-width: 560px
}

.reset-password-form.form {
    margin-top: 20px
}

.reset-password-form__form-element.form-element {
    margin-bottom: 16px
}

.reset-password-form .btn {
    text-transform: uppercase;
    width: 100%
}

.reset-password-form__errors {
    margin-bottom: 15px
}

.user-page-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 560px;
    padding: 30px 24px
}

@media (min-width: 768px) {
    .user-page-container {
        padding: 40px 48px
    }
}

@media (min-width: 1200px) {
    .user-page-container {
        padding: 40px 54px
    }
}

@media (min-width: 1440px) {
    .user-page-container {
        padding: 40px 64px
    }
}

@media (min-width: 1680px) {
    .user-page-container {
        padding: 40px 68px
    }
}

.page-title {
    color: #fff;
    font-size: 40px;
    margin: 0 0 20px;
    text-align: center;
    text-transform: capitalize
}

@media (max-width: 480px) {
    .page-title {
        font-size: 24px;
        margin: 0 0 10px
    }
}

.sign-in-page {
    overflow: hidden;
    padding: 126px 16px 0;
    position: relative;
    z-index: 5
}

@media (min-width: 480px) {
    .sign-in-page {
        padding: 134px 48px 48px
    }
}

@media (min-width: 1200px) {
    .sign-in-page {
        padding: 56px 48px 48px
    }
}

.sign-in-page__background {
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%)
}

@media (min-width: 1200px) {
    .sign-in-page__background {
        display: none
    }
}

.sign-in-page__background:after {
    background: linear-gradient(180deg, rgba(26, 26, 34, .3), #1a1a22 66.18%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.sign-in-page__background--gradient {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

@media (min-width: 1200px) {
    .sign-in-page__background--gradient {
        display: block
    }
}

.sign-in-page__gradient {
    position: absolute
}

.sign-in-page__gradient--blue {
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 255, 240, .12) .01%, rgba(17, 77, 148, 0) 100%);
    bottom: 60%;
    height: 560px;
    left: -92.29%;
    right: 5.62%;
    top: -87.27%;
    width: 896px
}

.sign-in-page__gradient--red {
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 10, 10, .14) 0, rgba(180, 0, 75, 0) 100%);
    bottom: -89.55%;
    height: 610px;
    left: 21.67%;
    right: -108.33%;
    top: 50.91%;
    width: 896px
}

.sign-in-page__form {
    position: relative
}

.sign-in-page__title {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 24px;
    position: relative;
    text-transform: uppercase
}

@media (min-width: 1200px) {
    .sign-in-page__title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
        text-align: center
    }
}

.register-form {
    max-width: 524px
}

.dynamic-form-pnp {
    background-color: #22242c;
    border-radius: 4px
}

.dynamic-form-pnp__head {
    align-items: center;
    background-color: #000;
    border-radius: 4px 4px 0 0;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    min-height: 60px;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.dynamic-form-pnp__form-wrap {
    margin: 33px 0 0;
    padding: 0 45px
}

.dynamic-form-pnp__footer {
    color: hsla(0, 0%, 100%, .65);
    font-size: 14px;
    font-weight: 400;
    margin-top: 16px;
    padding: 0 45px 33px;
    text-align: center
}

.dynamic-form-pnp__list {
    display: block;
    width: 100%
}

.dynamic-form-pnp__logo-wrap {
    margin: 0 0 20px
}

.dynamic-form-pnp__logo {
    max-height: 34px;
    max-width: 100px
}

.dynamic-form-pnp__element + .dynamic-form-pnp__element {
    margin-top: 16px
}

.dynamic-form-pnp__link {
    color: #fc311d;
    transition: color .3s ease
}

.dynamic-form-pnp__link:hover {
    color: #ffe458
}

.dynamic-form-pnp__banner {
    display: block;
    max-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.dynamic-form-pnp__submit {
    display: block;
    margin-top: 20px;
    text-align: center;
    width: 100%
}

.dynamic-form-pnp--sign_up .dynamic-form-pnp__submit {
    margin-top: 4px
}

.dynamic-form-pnp .dynamic-form-pnp__button {
    min-width: 147px
}

.dynamic-form-pnp .dynamic-form-pnp__currency-hidden {
    display: none
}

.main-slide .dynamic-form-pnp .dynamic-form-pnp__banner {
    display: none !important
}

.main-slide .dynamic-form-pnp .dynamic-form-pnp__form-wrap {
    padding: 0 10px
}

.amount-elem {
    display: block;
    width: 100%
}

.amount-elem__list {
    grid-gap: 6px;
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    margin: 0 0 16px;
    width: 100%
}

.amount-elem__wrap-input {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%
}

.amount-elem__currency {
    color: #fff;
    display: inline-flex;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    margin: 0 0 0 6px;
    min-width: 66px;
    text-align: center
}

.amount-elem .amount-elem__item {
    align-items: center;
    align-self: stretch;
    background-color: #000;
    border: 1px solid #6d6a71;
    border-radius: 4px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    min-height: 44px;
    min-width: auto;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    transition: background-color .3s ease, color .3s ease, border-color .3s ease;
    width: 100%
}

.amount-elem .amount-elem__item--active, .amount-elem .amount-elem__item:hover {
    background-color: #fc311d;
    border-color: #fc311d;
    color: #22242c
}

.sign-form-switcher {
    align-items: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(10, 10, 13, .65);
    border-radius: 51px;
    display: flex;
    left: 16px;
    padding: 4px;
    position: absolute;
    top: 16px;
    z-index: 3
}

@media (min-width: 480px) {
    .sign-form-switcher {
        left: 48px;
        top: 24px
    }
}

@media (min-width: 1200px) {
    .sign-form-switcher {
        display: none
    }
}

.sign-form-switcher__item {
    align-items: center;
    border-radius: 51px;
    color: hsla(0, 0%, 100%, .65);
    display: flex;
    font-family: Futura PT, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 20px;
    padding: 6px 16px;
    text-transform: uppercase;
    transition: color .3s ease
}

.sign-form-switcher__item:hover:not(.sign-form-switcher__item--active) {
    color: #fff
}

.sign-form-switcher__item--active {
    background: #fc311d;
    color: #fff
}

.login-form .login-form__form-element, .login-form__two-factor-errors {
    margin-bottom: 12px
}

.login-form__forgot-password-link-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
    width: 100%
}

.login-form__forgot-password-link {
    color: hsla(0, 0%, 100%, .65);
    font-family: Futura PT, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    transition: color .3s ease
}

.login-form__forgot-password-link:hover {
    color: #fff
}

.login-form__sign-up-link {
    color: #00dccd;
    font-family: Futura PT, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-left: 4px;
    transition: color .3s ease
}

.login-form__sign-up-link:hover {
    color: #1df0e2
}

.login-form .login-form__submit-button {
    margin: 16px 0 0;
    width: 100%
}

.login-form__footer {
    color: hsla(0, 0%, 100%, .65);
    display: none;
    font-family: Futura PT, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 20px;
    width: 100%
}

@media (min-width: 1200px) {
    .login-form__footer {
        align-items: center;
        display: flex;
        justify-content: center
    }
}

.sign-up-steps {
    -moz-column-gap: 6px;
    column-gap: 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    row-gap: 12px;
    width: 100%
}

.sign-up-steps__step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    row-gap: 8px;
    width: 108px
}

.sign-up-steps__step:last-child .sign-up-steps__icon {
    display: none
}

@media (min-width: 480px) {
    .sign-up-steps__step {
        width: 128px
    }
}

.sign-up-steps__icon {
    color: hsla(0, 0%, 100%, .2);
    position: absolute;
    right: -12px;
    top: 12px
}

.sign-up-steps__image {
    height: 48px;
    width: 48px
}

.sign-up-steps__title {
    color: hsla(0, 0%, 100%, .4);
    font-family: Futura PT, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-align: center
}

.registration-dynamic-form {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    width: 100%
}

@media (min-width: 1200px) {
    .registration-dynamic-form {
        align-items: center
    }
}

.registration-dynamic-form__step-bar {
    background: #2e2e3b;
    border-radius: 4px;
    height: 3px;
    margin: 24px 0 0;
    width: 100%
}

.registration-dynamic-form__step-bar--value {
    background: #fc311d;
    border-radius: 6px;
    height: 100%
}

.registration-dynamic-form__title {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    margin: 0 0 24px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.registration-dynamic-form__form {
    flex-grow: 1
}

.registration-dynamic-form__form-step {
    width: 100%
}

.registration-dynamic-form .registration-dynamic-form__element {
    margin-bottom: 12px
}

.registration-dynamic-form .registration-dynamic-form__element--receive_all_promos {
    margin-top: 24px
}

.registration-dynamic-form .registration-dynamic-form__element--hidden, .registration-dynamic-form__footer {
    display: none
}

@media (min-width: 1200px) {
    .registration-dynamic-form__footer {
        align-items: center;
        color: hsla(0, 0%, 100%, .65);
        display: flex;
        font-family: Futura PT, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        justify-content: center;
        line-height: 20px;
        margin-top: 24px;
        text-align: center;
        width: 100%
    }
}

.registration-dynamic-form__footer p {
    margin: 0;
    padding: 0
}

.registration-dynamic-form__link {
    color: #00dccd;
    margin-left: 4px;
    transition: color .3s ease
}

.registration-dynamic-form__link:hover {
    color: #1df0e2
}

.registration-dynamic-form__label-wrapper {
    color: #fff;
    display: none;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 16px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%
}

@media (min-width: 768px) {
    .registration-dynamic-form__label-wrapper {
        font-size: 16px
    }
}

.registration-dynamic-form__label {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%
}

@media (min-width: 768px) {
    .registration-dynamic-form__label {
        font-size: 16px
    }
}

.registration-dynamic-form__buttons {
    display: flex;
    flex-wrap: nowrap;
    margin: 12px 0 0
}

.registration-dynamic-form__button-wrapper, .registration-dynamic-form__buttons {
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding: 0;
    width: 100%
}

.registration-dynamic-form__button-wrapper {
    align-self: stretch;
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0
}

.registration-dynamic-form__button-wrapper--submit {
    flex: 1
}

.registration-dynamic-form__button-wrapper--step {
    width: auto
}

.registration-dynamic-form__button-wrapper + .registration-dynamic-form__button-wrapper {
    margin-left: 12px
}

.registration-dynamic-form .registration-dynamic-form__back-button {
    height: 48px;
    min-width: unset;
    width: 48px
}

.registration-dynamic-form .registration-dynamic-form__submit-button, .registration-dynamic-form__social {
    width: 100%
}

.registration-dynamic-form__checkbox {
    margin-top: 16px
}

.registration-form-head {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center
}

@media (min-width: 1200px) {
    .registration-form-head {
        width: 100%
    }
}

.registration-form-head__logo {
    display: none
}

@media (min-width: 1200px) {
    .registration-form-head__logo {
        display: block;
        margin-bottom: 8px
    }
}

.registration-form-head__title {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 24px;
    text-transform: uppercase
}

@media (min-width: 1200px) {
    .registration-form-head__title {
        color: #fc311d;
        font-size: 62px;
        font-weight: 800;
        letter-spacing: -3.1px;
        line-height: 52px;
        margin-bottom: 40px
    }
}

.registration-form-head__text {
    color: hsla(0, 0%, 100%, .65);
    display: none;
    font-family: Futura PT, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px
}

.registration-dynamic-form__element--gender .radio__input:checked + .radio__block .radio__point {
    opacity: 1
}

.registration-dynamic-form__element--gender .radio__input:checked + .radio__block .radio__label {
    color: #fff
}

.registration-dynamic-form__element--gender .radio {
    background: #22222b;
    border-radius: 8px;
    flex: 1;
    max-width: 100%;
    position: relative;
    width: 50%
}

.registration-dynamic-form__element--gender .radio:after {
    content: "";
    height: 24px;
    left: 16px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px
}

.registration-dynamic-form__element--gender .radio:first-child:after {
    background: url(/images/male.fcee5b3b..svg) 50% no-repeat
}

.registration-dynamic-form__element--gender .radio:nth-child(2):after {
    background: url(/images/female.c2058d17..svg) 50% no-repeat
}

.registration-dynamic-form__element--gender .radio-group {
    gap: 12px;
    justify-content: space-between
}

.registration-dynamic-form__element--gender .radio-group--inline .radio-group__radio:not(:first-child) {
    margin-left: 0;
    margin-top: 0
}

.registration-dynamic-form__element--gender .radio__block {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    height: 56px;
    justify-content: center;
    width: 100%
}

.registration-dynamic-form__element--gender .radio__label {
    color: hsla(0, 0%, 100%, .4);
    font-family: Futura PT, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-left: 52px;
    margin-right: 5px;
    white-space: nowrap
}

.registration-dynamic-form__element--gender .radio__point {
    margin-right: 18px;
    min-width: 20px
}

.registration-dynamic-form__element--bonus_code, .registration-dynamic-form__element--captcha {
    display: none !important
}

.multiple-checkboxes, .multiple-checkboxes__childs {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.multiple-checkboxes__childs {
    padding-left: 10px
}

.multiple-checkboxes__message {
    color: hsla(0, 0%, 100%, .65);
    font-size: 11px
}

.metamask.metamask {
    border: none;
    min-height: 0;
    min-width: 0;
    padding: 0
}

.metamask.metamask:hover {
    background: transparent
}

.metamask__icon {
    height: 100%;
    width: 100%
}

.catalog {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.catalog__not-found {
    text-transform: uppercase
}

.catalog__list {
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    row-gap: 8px
}

@media (min-width: 480px) {
    .catalog__list {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (min-width: 768px) {
    .catalog__list {
        -moz-column-gap: 12px;
        column-gap: 12px;
        grid-template-columns:repeat(4, 1fr);
        row-gap: 12px
    }
}

@media (min-width: 960px) {
    .catalog__list {
        grid-template-columns:repeat(5, 1fr)
    }
}

@media (min-width: 1200px) {
    .catalog__list {
        -moz-column-gap: 16px;
        column-gap: 16px;
        grid-template-columns:repeat(6, 1fr);
        row-gap: 16px
    }
}

@media (min-width: 1440px) {
    .catalog__list {
        grid-template-columns:repeat(7, 1fr)
    }
}

.catalog__more {
    display: block;
    margin: 0;
    padding-top: 24px;
    text-align: center;
    width: 100%
}

@media (min-width: 1200px) {
    .catalog__more {
        padding-top: 32px
    }
}

.catalog .catalog__more-button {
    width: 100%
}

@media (min-width: 768px) {
    .catalog .catalog__more-button {
        max-width: 300px
    }
}

.content {
    color: hsla(0, 0%, 100%, .65);
    font-family: Futura PT, sans-serif
}

.content > :last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    color: #fff;
    font-weight: 700;
    margin-top: 0
}

.content h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .content h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 16px
    }
}

.content h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .content h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px
    }
}

.content h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .content h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 16px
    }
}

.content h4 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px
}

@media (min-width: 768px) {
    .content h4 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px
    }
}

.content h5 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 12px
}

@media (min-width: 768px) {
    .content h5 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px
    }
}

.content h6 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 12px
}

@media (min-width: 768px) {
    .content h6 {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 12px
    }
}

.content hr {
    background: hsla(0, 0%, 100%, .12);
    border: none;
    height: 1px;
    margin-bottom: 44px;
    margin-top: 44px;
    width: 100%
}

.content section {
    margin-bottom: 32px
}

.content section > :first-of-type {
    margin-top: 0;
    padding-top: 0
}

.content a, .content blockquote, .content mark, .content ol, .content p, .content table, .content ul {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 0
}

@media (min-width: 768px) {
    .content a, .content blockquote, .content mark, .content ol, .content p, .content table, .content ul {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px
    }
}

.content a:last-child, .content blockquote:last-child, .content mark:last-child, .content ol:last-child, .content p:last-child, .content table:last-child, .content ul:last-child {
    margin: 0
}

.content mark {
    background: #00dccd;
    color: #0a0a0d;
    font-weight: 500;
    padding: 1px 5px
}

.content a:not(.link-btn):not(.link-no-styles) {
    color: #00dccd;
    font-size: inherit;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: none;
    transition: color .3s ease
}

.content a:not(.link-btn):not(.link-no-styles):hover {
    color: #1df0e2;
    text-decoration: underline
}

.content ol:not([type]) > li {
    padding-left: 0;
    position: relative
}

.content ul:not([type]) > li {
    padding-left: 24px;
    position: relative
}

.content ol:not([type]), .content ul:not([type]) {
    list-style: none;
    margin-top: 0;
    padding: 0
}

.content ol:not([type]) li + li, .content ul:not([type]) li + li {
    margin-top: 10px
}

@media (min-width: 768px) {
    .content ol:not([type]) li + li, .content ul:not([type]) li + li {
        margin-top: 12px
    }
}

.content ol:not([type]) ol, .content ol:not([type]) ul, .content ul:not([type]) ol, .content ul:not([type]) ul {
    margin-top: 10px
}

@media (min-width: 768px) {
    .content ol:not([type]) ol, .content ol:not([type]) ul, .content ul:not([type]) ol, .content ul:not([type]) ul {
        margin-top: 12px
    }
}

.content ul > li:before {
    background-color: hsla(0, 0%, 100%, .65);
    border-radius: 50%;
    content: "";
    height: 4px;
    left: 12px;
    position: absolute;
    top: 8px;
    width: 4px
}

@media (min-width: 768px) {
    .content ul > li:before {
        top: 10px
    }
}

.content ol.sm > li, .content ul.sm > li {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 14px
}

.content ol:not([type]) {
    counter-reset: list-counter
}

.content ol:not([type]) > li {
    counter-increment: list-counter
}

.content ol:not([type]) > li:before {
    content: counter(list-counter) ". ";
    font-family: Futura PT, sans-serif;
    font-size: 14px;
    line-height: 20px
}

@media (min-width: 768px) {
    .content ol:not([type]) > li:before {
        font-size: 16px;
        line-height: 24px
    }
}

.content img {
    display: inline-block;
    margin: 0;
    max-width: 100%
}

.content pre {
    white-space: normal
}

.content blockquote {
    border-left: 1px solid #00dccd;
    margin: 32px 0;
    padding-left: 32px
}

.content .center {
    text-align: center
}

.content .right {
    text-align: right
}

.content .row {
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .content .row {
        -moz-column-gap: 48px;
        column-gap: 48px;
        flex-direction: row
    }
}

.content .column {
    margin-bottom: 20px;
    width: 100%
}

@media (min-width: 768px) {
    .content .column {
        margin-bottom: 24px
    }
}

.content .column > :last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.content .btn, .content .link-btn {
    margin-bottom: 20px;
    padding: 12px 20px
}

@media (min-width: 768px) {
    .content .btn, .content .link-btn {
        margin-bottom: 24px
    }
}

.content table, .content td, .content th {
    border: 1px solid #2e2e3b;
    border-collapse: collapse
}

.content th {
    background: #1a1a22;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 16px;
    text-transform: uppercase
}

.content td, .content th {
    color: hsla(0, 0%, 100%, .65);
    padding: 10px 16px
}

.content td {
    font-size: 14px;
    line-height: 20px
}

.collapse-block {
    color: #6d6a71;
    font-size: 16px;
    text-align: left
}

@media (min-width: 768px) {
    .collapse-block {
        font-size: 20px
    }
}

.collapse-block__toggle {
    align-items: center;
    background: #22222b;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    gap: 16px;
    min-height: 64px;
    padding: 20px 16px;
    transition: color .3s ease, background .3s ease
}

@media (min-width: 768px) {
    .collapse-block__toggle {
        min-height: 72px
    }
}

.collapse-block--open .collapse-block__toggle, .collapse-block__toggle:hover {
    background: #2e2e3b
}

.collapse-block__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

@media (min-width: 768px) {
    .collapse-block__title {
        font-size: 20px;
        line-height: 30px
    }
}

.collapse-block__caret {
    align-items: center;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    position: relative;
    transform-origin: center;
    width: 24px
}

.collapse-block__caret:after, .collapse-block__caret:before {
    background: #fc311d;
    border-radius: 100px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform .3s ease;
    width: 15.5px
}

.collapse-block__caret:after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.collapse-block__caret--open:after {
    transform: translate(-50%, -50%)
}

.collapse-block__content-wrap {
    padding: 24px 0 0
}

@media (min-width: 768px) {
    .collapse-block__content-wrap {
        padding: 24px 0 0 56px
    }
}

.collapse-block__content-wrap .content {
    color: inherit
}

.collapse-block--with-separator:not(:last-child) {
    border-bottom: 1px solid hsla(266, 3%, 43%, .4)
}

.full-tourn .collapse-block .collapse-block__title, .tourn-network .collapse-block .collapse-block__title {
    flex: 1
}

.full-tourn .collapse-block .collapse-block__toggle, .tourn-network .collapse-block .collapse-block__toggle {
    min-height: auto;
    padding: 0 30px;
    position: relative
}

.full-tourn .collapse-block .collapse-block__caret, .tourn-network .collapse-block .collapse-block__caret {
    min-width: auto;
    position: absolute;
    right: 0;
    top: calc(50% - 2px)
}

.full-tourn .collapse-block .collapse-block__content-wrap, .tourn-network .collapse-block .collapse-block__content-wrap {
    padding: 0
}

.full-tourn .collapse-block h1, .full-tourn .collapse-block h2, .full-tourn .collapse-block h3, .full-tourn .collapse-block h4, .full-tourn .collapse-block h5, .tourn-network .collapse-block h1, .tourn-network .collapse-block h2, .tourn-network .collapse-block h3, .tourn-network .collapse-block h4, .tourn-network .collapse-block h5 {
    color: #fff;
    margin-bottom: 16px;
    text-align: center
}

.full-tourn .collapse-block .content, .tourn-network .collapse-block .content {
    color: hsla(0, 0%, 100%, .65);
    text-align: center
}

.payment-list__image-wrap {
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    min-height: 50px;
    min-width: 124px;
    padding: 12px;
    width: 124px
}

.payment-list__image-wrap img {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media (max-width: 1199px) {
    .payment-list .payment-list__payment {
        height: 50px;
        left: 0;
        padding: 12px !important;
        position: absolute;
        top: 12px;
        width: 124px !important
    }
}

.payment-list__payment-info {
    align-items: center;
    display: flex;
    gap: 24px
}

@media (max-width: 1199px) {
    .payment-list__method {
        display: none
    }
}

.payment-list .payment-list__btn {
    margin: 0
}

@media (max-width: 1199px) {
    .payment-list .payment-list__btn {
        left: 0;
        min-width: 124px !important;
        position: absolute;
        top: 70px
    }
}

.payment-list .payment-list__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 32px
}

@media (min-width: 1200px) {
    .payment-list .payment-list__text {
        margin: 0 0 40px
    }
}

.payment-list .payment-list__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    position: relative;
    table-layout: fixed;
    width: 100%
}

@media (max-width: 1199px) {
    .payment-list .payment-list__table {
        border: none
    }

    .payment-list .payment-list__table thead {
        display: none
    }
}

.payment-list .payment-list__table thead tr th {
    border: none;
    color: hsla(0, 0%, 100%, .65);
    font-size: 14px;
    font-weight: 500;
    height: 60px;
    letter-spacing: .2px;
    line-height: 20px;
    padding: 20px 16px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap
}

@media (min-width: 1200px) {
    .payment-list .payment-list__table thead tr th {
        width: 16.6666666667%
    }
}

@media (min-width: 1440px) {
    .payment-list .payment-list__table thead tr th {
        padding: 20px
    }
}

@media (min-width: 1680px) {
    .payment-list .payment-list__table thead tr th {
        padding: 20px 24px
    }
}

.payment-list .payment-list__table thead tr th:first-child {
    border-radius: 8px 0 0 8px;
    width: 22%
}

.payment-list .payment-list__table thead tr th:last-child {
    border-radius: 0 8px 8px 0;
    padding-right: 0;
    width: 100px
}

@media (min-width: 1200px) {
    .payment-list .payment-list__table thead tr th:last-child {
        color: transparent;
        width: 15%
    }
}

.payment-list .payment-list__table tbody tr {
    border-bottom: 1px solid hsla(0, 0%, 100%, .12);
    overflow: hidden;
    text-align: center
}

@media (min-width: 767px)and (max-width: 1199px) {
    .payment-list .payment-list__table tbody tr {
        padding-left: 180px;
        padding-top: 10px
    }
}

@media (max-width: 1199px) {
    .payment-list .payment-list__table tbody tr {
        display: flex;
        flex-wrap: wrap;
        position: relative
    }

    .payment-list .payment-list__table tbody tr:not(:last-child) {
        margin-bottom: 8px
    }
}

.payment-list .payment-list__table tbody tr:last-child, .payment-list .payment-list__table tbody tr:last-child td {
    border-bottom: none
}

.payment-list .payment-list__table tbody tr td {
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    min-width: 90px;
    padding: 10px 10px 10px 0;
    text-align: left;
    vertical-align: middle
}

@media (max-width: 1199px) {
    .payment-list .payment-list__table tbody tr td {
        border: none;
        display: flex;
        flex-direction: column;
        padding-left: 140px;
        width: 100%
    }

    .payment-list .payment-list__table tbody tr td:before {
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        color: hsla(0, 0%, 100%, .4);
        content: attr(data-title);
        font-size: 12px;
        font-weight: 500;
        left: 0;
        line-height: 16px;
        position: static;
        text-transform: uppercase;
        width: 100%
    }
}

@media (min-width: 767px)and (max-width: 1199px) {
    .payment-list .payment-list__table tbody tr td {
        flex: 1 1 50%;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .payment-list .payment-list__table tbody tr td {
        font-size: 16px;
        font-weight: 400;
        padding: 24px 16px
    }
}

@media (min-width: 1440px) {
    .payment-list .payment-list__table tbody tr td {
        padding: 20px
    }
}

@media (min-width: 1680px) {
    .payment-list .payment-list__table tbody tr td {
        padding: 20px 24px
    }
}

.payment-list .payment-list__table tbody tr td:last-child {
    padding-right: 0;
    width: 100px
}

@media (max-width: 1199px) {
    .payment-list .payment-list__table tbody tr td:first-child, .payment-list .payment-list__table tbody tr td:last-child {
        align-items: center;
        border: none;
        display: flex;
        justify-content: center;
        padding: 0;
        text-align: center
    }

    .payment-list .payment-list__table tbody tr td:first-child:before, .payment-list .payment-list__table tbody tr td:last-child:before {
        display: none
    }
}

@media (min-width: 1200px) {
    .payment-list .payment-list__table tbody tr td:first-child {
        min-width: 240px
    }
}

@media (max-width: 1199px) {
    .payment-list .payment-list__table tbody tr td:last-child {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .payment-list .payment-list__table tbody tr td:last-child {
        padding-right: 16px;
        text-align: right
    }
}

.payment-list .payment-list__table .deposit-button, .payment-list .payment-list__table .withdrawal-button {
    font-size: 14px !important;
    line-height: 20px !important;
    min-width: 105px;
    white-space: nowrap;
    width: auto
}

@media (min-width: 1200px) {
    .payment-list .payment-list__table .deposit-button, .payment-list .payment-list__table .withdrawal-button {
        min-width: unset
    }
}

.btn, .withdrawal-button {
    align-items: center;
    background: #fc311d;
    border: none;
    color: #fff;
    display: inline-flex;
    font-style: normal;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .2px;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: background .3s ease, border-color .3s ease, color .3s ease;
    white-space: nowrap
}

.btn:active, .btn:focus, .btn:hover, .withdrawal-button:active, .withdrawal-button:focus, .withdrawal-button:hover {
    background: #ff442b
}

.btn:not(:disabled), .withdrawal-button:not(:disabled) {
    cursor: pointer
}

.btn:disabled, .withdrawal-button:disabled {
    background: rgba(46, 46, 59, .4);
    color: hsla(0, 0%, 100%, .2);
    cursor: not-allowed
}

.btn--secondary {
    background: #22222b
}

.btn--secondary:active, .btn--secondary:focus, .btn--secondary:hover {
    background: #282833
}

.btn--secondary:disabled {
    background: rgba(46, 46, 59, .4)
}

.btn--outline {
    background: transparent;
    border: 1px solid hsla(0, 0%, 100%, .12)
}

.btn--outline:active, .btn--outline:focus, .btn--outline:hover {
    background: transparent;
    border-color: hsla(0, 0%, 100%, .2)
}

.btn--outline:disabled {
    background: transparent;
    border-color: hsla(0, 0%, 100%, .12)
}

.btn--lg {
    border-radius: 10px;
    height: 56px;
    padding: 16px 24px
}

.btn--lg, .btn--md {
    font-size: 16px;
    line-height: 24px;
    min-width: 100px
}

.btn--md {
    border-radius: 2px;
    height: 48px;
    padding: 12px 20px
}

.btn--sm {
    height: 40px;
    padding: 10px 16px
}

.btn--sm, .btn--xs {
    border-radius: 2px;
    font-size: 14px;
    line-height: 20px;
    min-width: 80px
}

.btn--xs {
    height: 36px;
    padding: 8px 12px
}

.contact-form .contact-form__form-element:not(:first-child) {
    margin-top: 12px
}

.contact-form .contact-form__submit-button {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 24px;
    margin: 24px 0 0;
    min-height: 48px;
    text-transform: uppercase;
    width: 100%
}

.contact-form__label {
    color: hsla(0, 0%, 100%, .65);
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    margin: 0 0 15px;
    padding: 0;
    text-align: left;
    text-transform: capitalize;
    width: 100%
}

@media (min-width: 768px) {
    .contact-form__label {
        font-size: 16px
    }
}

span.all-jackpot a.link-no-styles {
    color: inherit;
    text-decoration: none;
    transition: color .3s
}

span.all-jackpot a.link-no-styles:active, span.all-jackpot a.link-no-styles:focus, span.all-jackpot a.link-no-styles:hover {
    color: #fff;
    text-decoration: none
}

.games-list {
    display: inline
}

.games-list .games-list__button--more {
    display: inline-flex;
    font-size: 14px;
    line-height: 20px
}

@media (min-width: 768px) {
    .games-list .games-list__button--more {
        font-size: 16px;
        line-height: 24px
    }
}

.all-jackpot .link-no-styles {
    margin-left: 4px !important
}

.game__text-link {
    background: transparent;
    border: none;
    box-shadow: none;
    color: inherit;
    font-weight: 400;
    line-height: 0;
    margin: 0 !important;
    min-height: auto;
    min-width: auto;
    outline: none;
    padding: 0;
    padding: 0 !important;
    text-transform: none;
    vertical-align: unset
}

.game__text-link:active, .game__text-link:focus, .game__text-link:hover {
    background: transparent;
    color: #fff
}

.convert-to-pdf {
    display: block;
    margin: 10px auto 10px 0
}

.modal .convert-to-pdf {
    display: none
}

.pdfContainer .print {
    font-family: sans-serif;
    padding: 56px
}

.pdfContainer .print * {
    color: #000 !important
}

.pdfContainer .print .collapse {
    height: auto !important;
    opacity: 1 !important;
    overflow: unset !important;
    transition-duration: 0ms !important
}

.pdfContainer .print .collapse-block__caret {
    display: none !important
}

.pdfContainer .print .collapse-block__title {
    width: 100%
}

.pdfContainer .print .breadcrumbs__list {
    display: avoid
}

.pdfContainer .print strong {
    display: contents
}

.tournament-status {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(10, 10, 13, .4);
    border-radius: 16px;
    color: #ffc736;
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 16px;
    padding: 4px 12px 4px 26px;
    position: relative;
    text-transform: uppercase;
    width: auto
}

.tournament-status:before {
    background: #ffc736;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6px
}

.tournament-status--active {
    color: #00dccd
}

.tournament-status--active:before {
    animation: ping 1.5s linear infinite alternate;
    background: #00dccd
}

.tournament-status--ended {
    color: hsla(0, 0%, 100%, .65)
}

.tournament-status--ended:before {
    background: hsla(0, 0%, 100%, .65)
}

@keyframes ping {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.tourn-tags {
    -moz-column-gap: 12px;
    column-gap: 12px;
    display: flex
}

.tourn-tags__tag {
    border-radius: 8px;
    padding: 4px
}

.tourn-tags__tag--new {
    background: linear-gradient(250.38deg, #1adb4a 8.31%, #87ffa5 16.13%, #1adb4a 45.83%, #a3ffba 72.16%, #1adb4a)
}

.tourn-tags__inner {
    border: 1.5px solid #0a0a0d;
    border-radius: 6px;
    color: #0a0a0d;
    font-family: Futura PT, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    padding: 8px;
    text-transform: uppercase
}

.string-timer {
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 100%;
    text-align: center
}

.string-timer__list {
    display: flex;
    gap: 6px;
    max-width: 100%;
    width: 100%
}

.string-timer__item, .string-timer__list {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0;
    padding: 0
}

.string-timer__item {
    display: inline-flex;
    position: relative;
    width: auto
}

.string-timer__item:not(:first-child,:last-child):before {
    color: #fff;
    content: ":";
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%)
}

.string-timer__label, .string-timer__value {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%
}

.string-timer__text, .string-timer__value {
    color: #fff;
    font-weight: 700
}

.string-timer__text {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tourn-participate-big {
    align-items: center;
    background: rgba(10, 10, 13, .65);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    padding: 16px
}

@media (min-width: 768px) {
    .tourn-participate-big {
        flex-direction: row;
        justify-content: space-between
    }
}

.tourn-participate-big__info {
    align-items: center;
    display: flex;
    gap: 12px;
    margin: 0 0 20px
}

.tourn-participate-big__info--restricted {
    margin: 0
}

.tourn-participate-big__info--restricted .tourn-participate-big__info-icon {
    color: #ffc736
}

@media (min-width: 768px) {
    .tourn-participate-big__info {
        margin: 0
    }
}

.tourn-participate-big__info-icon {
    align-self: flex-start;
    color: #00dccd;
    display: flex;
    flex: 0 0 24px
}

.tourn-participate-big__info-text {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0
}

@media (min-width: 768px) {
    .tourn-participate-big__info-text {
        font-size: 16px;
        line-height: 24px
    }
}

.tourn-participate-big__button-wrapper {
    width: 100%
}

@media (min-width: 768px) {
    .tourn-participate-big__button-wrapper {
        max-width: 180px
    }
}

.tourn-participate-big .tourn-participate-big__button {
    width: 100%
}

.tourn-participate-big .tourn-participate-big__button--active {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: transparent;
    border: 1px solid hsla(0, 0%, 100%, .12);
    cursor: default !important;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    height: 40px;
    white-space: nowrap
}

.tourn-participate-big .tourn-participate-big__button--active:active, .tourn-participate-big .tourn-participate-big__button--active:focus, .tourn-participate-big .tourn-participate-big__button--active:hover {
    background: transparent
}

.tourn-participate-big .tourn-participate-big__button--active .font-icons {
    color: #1adb4a
}

.tourn-about-big {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    row-gap: 24px
}

@media (min-width: 768px) {
    .tourn-about-big {
        -moz-column-gap: 65px;
        column-gap: 65px;
        flex-direction: row
    }
}

.tourn-about-big__item {
    display: flex;
    gap: 16px;
    position: relative
}

@media (min-width: 768px) {
    .tourn-about-big__item:after {
        background: hsla(0, 0%, 100%, .12);
        content: "";
        height: 100%;
        position: absolute;
        right: -33px;
        width: 1px
    }

    .tourn-about-big__item:last-child:after {
        display: none
    }
}

.tourn-about-big__image {
    height: 48px;
    width: 48px
}

.tourn-about-big__description {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.tourn-about-big__title {
    color: hsla(0, 0%, 100%, .4);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 16px;
    text-transform: uppercase
}

.tourn-about-big__title, .tourn-about-big__value {
    font-family: Futura PT, sans-serif;
    font-style: normal
}

.tourn-about-big__value {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    gap: 8px;
    line-height: 24px;
    margin: 0;
    position: relative;
    text-transform: capitalize
}

.tourn-about-big__hint {
    color: hsla(0, 0%, 100%, .4);
    display: inline-block;
    position: relative
}

.tourn-about-big__hint-container {
    background: #000;
    border-radius: 8px;
    color: hsla(0, 0%, 100%, .65);
    font-size: 14px;
    font-weight: 400;
    left: 64px;
    line-height: 20px;
    max-width: 200px;
    min-width: 220px;
    padding: 8px;
    position: absolute;
    text-align: left;
    text-transform: none;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: all .3s ease;
    z-index: 1
}

.tourn-about-big__hint-container:before {
    border-bottom: 8px solid transparent;
    border-right: 8px solid #000;
    border-top: 8px solid transparent;
    content: "";
    left: -8px;
    position: absolute;
    top: calc(50% - 8px)
}

.tourn-about-big__hint-container--active {
    transform: translateY(-50%) scale(1)
}

.tourn-winner-special {
    align-items: center;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    min-height: 48px;
    padding: 8px 12px;
    position: relative
}

.tourn-winner-special:before {
    border-radius: 0 4px 4px 0;
    content: "";
    height: 32px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2px
}

.tourn-winner-special__cell {
    color: #fff;
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tourn-winner-special--bronze .tourn-winner-special__cell--place, .tourn-winner-special--gold .tourn-winner-special__cell--place, .tourn-winner-special--silver .tourn-winner-special__cell--place {
    align-items: flex-start;
    background: url(/images/place-bg.64bf0c72..svg) 50% no-repeat;
    background-size: cover
}

.tourn-winner-special__cell--place {
    align-items: center;
    display: flex;
    flex: 0 0 32px;
    font-weight: 700;
    height: 32px;
    justify-content: center;
    padding: 2px 0
}

.tourn-winner-special__cell--points {
    text-align: right
}

.tourn-winner-special__cell--prize {
    font-weight: 700;
    text-align: right
}

.tourn-winner-special--gold {
    background: linear-gradient(90deg, rgba(255, 199, 54, .2), rgba(255, 199, 54, .04))
}

.tourn-winner-special--gold:before {
    background: #ffc736
}

.tourn-winner-special--silver {
    background: linear-gradient(90deg, rgba(139, 182, 215, .2), rgba(139, 182, 215, .04))
}

.tourn-winner-special--silver:before {
    background: #8cb6d7
}

.tourn-winner-special--bronze {
    background: linear-gradient(90deg, rgba(214, 110, 65, .2), rgba(214, 110, 65, .04))
}

.tourn-winner-special--bronze:before {
    background: #d66e41
}

.tourn-winner-special--current:not(.tourn-winner-special--silver,.tourn-winner-special--gold,.tourn-winner-special--bronze) .tourn-winner-special__cell--place {
    background: #22222b;
    border-radius: 20px;
    flex: 0 0 auto;
    height: auto;
    min-width: 32px;
    padding: 4px 8px
}

.tourn-winner-special--current:not(.tourn-winner-special--silver,.tourn-winner-special--gold,.tourn-winner-special--bronze) .tourn-winner-special__cell--name {
    color: #00dccd
}

.tourn-winners-flex__head {
    padding: 12px 12px 12px 0
}

.tourn-winners-flex__head .tourn-winners-flex__cell {
    color: hsla(0, 0%, 100%, .4);
    flex: 1;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 16px;
    text-transform: uppercase
}

.tourn-winners-flex__row {
    display: flex
}

.tourn-winners-flex .tourn-winners-flex__cell--place {
    flex: 0 0 56px;
    text-align: center
}

.tourn-winners-flex .tourn-winners-flex__cell--points {
    text-align: right;
    white-space: nowrap
}

.tourn-winners-flex .tourn-winners-flex__cell--prize {
    flex: 1;
    text-align: right
}

.tourn-winners-flex__list {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.tourn-winners-flex__more {
    margin-top: 16px;
    width: 100%
}

.tourn-winners-flex__more .btn {
    width: 100%
}

.tourn-winners-flex__modal-title {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 24px;
    text-align: center
}

.tourn-winners-flex__modal .modal__content-wrapper {
    height: 100%;
    margin: unset;
    max-width: unset;
    width: 100%
}

@media (min-width: 768px) {
    .tourn-winners-flex__modal .modal__content-wrapper {
        height: unset;
        margin: auto;
        max-width: 480px
    }
}

.tourn-winners-flex__modal .modal__content {
    background: #1a1a22;
    border-radius: 0;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 56px 16px 32px
}

@media (min-width: 768px) {
    .tourn-winners-flex__modal .modal__content {
        border-radius: 20px;
        margin: 32px auto;
        padding: 56px 32px 32px
    }
}

@media (min-width: 480px) {
    .tourn-winners-flex__modal .modal__close-button {
        right: 24px;
        top: 24px
    }
}

.tourn-winner {
    align-items: center;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    min-height: 48px;
    padding: 8px 12px;
    position: relative
}

.tourn-winner:before {
    border-radius: 0 4px 4px 0;
    content: "";
    height: 32px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2px
}

.tourn-winner__cell {
    color: #fff;
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tourn-winner--bronze .tourn-winner__cell--place, .tourn-winner--gold .tourn-winner__cell--place, .tourn-winner--silver .tourn-winner__cell--place {
    align-items: flex-start;
    background: none;
    border-radius: 0;
    overflow: visible;
    position: relative
}

.tourn-winner--bronze .tourn-winner__cell--place:before, .tourn-winner--gold .tourn-winner__cell--place:before, .tourn-winner--silver .tourn-winner__cell--place:before {
    background: url(/images/place-bg.64bf0c72..svg) 50% no-repeat;
    content: "";
    height: 32px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 32px
}

.tourn-winner__cell--place {
    align-items: center;
    background-color: #282833;
    border-radius: 50%;
    display: flex;
    flex: 0 0 24px;
    font-size: 12px;
    font-weight: 700;
    height: 24px;
    justify-content: center;
    margin: 0 4px
}

.tourn-winner__cell--points {
    text-align: right
}

.tourn-winner__cell--prize {
    font-weight: 700;
    text-align: right
}

.tourn-winner__cell--name {
    text-align: left
}

.tourn-winner--gold {
    background: linear-gradient(90deg, rgba(255, 199, 54, .2), rgba(255, 199, 54, .04))
}

.tourn-winner--gold:before {
    background: #ffc736
}

.tourn-winner--silver {
    background: linear-gradient(90deg, rgba(139, 182, 215, .2), rgba(139, 182, 215, .04))
}

.tourn-winner--silver:before {
    background: #8cb6d7
}

.tourn-winner--bronze {
    background: linear-gradient(90deg, rgba(214, 110, 65, .2), rgba(214, 110, 65, .04))
}

.tourn-winner--bronze:before {
    background: #d66e41
}

.tourn-winner--current:not(.tourn-winner--silver,.tourn-winner--gold,.tourn-winner--bronze) .tourn-winner__cell--place {
    background: #22222b;
    border-radius: 20px;
    flex: 0 0 auto;
    height: auto;
    min-width: 32px;
    padding: 4px 8px
}

.tourn-winner--current:not(.tourn-winner--silver,.tourn-winner--gold,.tourn-winner--bronze) .tourn-winner__cell--name {
    color: #00dccd
}

.tourn-prizes-flex__head {
    padding: 12px 0
}

.tourn-prizes-flex__head .tourn-prizes-flex__cell {
    color: hsla(0, 0%, 100%, .4);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 16px;
    text-transform: uppercase
}

.tourn-prizes-flex__row {
    display: flex
}

.tourn-prizes-flex__cell--place {
    flex: 0 0 56px;
    text-align: center
}

.tourn-prizes-flex__cell--prize {
    flex: 1
}

.tourn-prizes-flex__list {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.tourn-prizes-flex__more {
    margin-top: 16px;
    width: 100%
}

.tourn-prizes-flex__more .btn {
    width: 100%
}

.tourn-prizes-flex__modal-title {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 24px;
    text-align: center
}

.tourn-prizes-flex__modal .modal__content-wrapper {
    height: 100%;
    margin: unset;
    max-width: unset;
    width: 100%
}

@media (min-width: 768px) {
    .tourn-prizes-flex__modal .modal__content-wrapper {
        height: unset;
        margin: auto;
        max-width: 480px
    }
}

.tourn-prizes-flex__modal .modal__content {
    background: #1a1a22;
    border-radius: 0;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 56px 16px 32px
}

@media (min-width: 768px) {
    .tourn-prizes-flex__modal .modal__content {
        border-radius: 20px;
        margin: 32px auto;
        padding: 56px 32px 32px
    }
}

@media (min-width: 480px) {
    .tourn-prizes-flex__modal .modal__close-button {
        right: 24px;
        top: 24px
    }
}

.tourn-prize {
    align-items: center;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    min-height: 48px;
    overflow: hidden;
    padding: 8px 12px;
    position: relative
}

.tourn-prize__place {
    align-items: center;
    background-color: #282833;
    border-radius: 50%;
    display: flex;
    flex: 0 0 24px;
    font-size: 12px;
    height: 24px;
    justify-content: center;
    margin: 0 4px
}

.tourn-prize__place, .tourn-prize__prize {
    color: #fff;
    font-weight: 700;
    line-height: 20px
}

.tourn-prize__prize {
    font-size: 14px;
    margin: 0
}

.tourn-prize--bronze:after, .tourn-prize--gold:after, .tourn-prize--silver:after {
    bottom: -16px;
    content: "";
    height: 56px;
    position: absolute;
    right: 4px;
    width: 64px
}

.tourn-prize--bronze:before, .tourn-prize--gold:before, .tourn-prize--silver:before {
    border-radius: 0 4px 4px 0;
    content: "";
    height: 32px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2px
}

.tourn-prize--bronze .tourn-prize__place, .tourn-prize--gold .tourn-prize__place, .tourn-prize--silver .tourn-prize__place {
    align-items: flex-start;
    background: none;
    position: relative
}

.tourn-prize--bronze .tourn-prize__place:before, .tourn-prize--gold .tourn-prize__place:before, .tourn-prize--silver .tourn-prize__place:before {
    background: url(/images/place-bg.64bf0c72..svg) 50% no-repeat;
    content: "";
    height: 32px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 32px
}

.tourn-prize--gold {
    background: linear-gradient(90deg, rgba(255, 199, 54, .2), rgba(255, 199, 54, .04))
}

.tourn-prize--gold:after {
    background: url(/images/gold-cup.f198fdf0..png) 50% no-repeat
}

.tourn-prize--gold:before {
    background-color: #ffc736
}

.tourn-prize--silver {
    background: linear-gradient(90deg, rgba(139, 182, 215, .2), rgba(139, 182, 215, .04))
}

.tourn-prize--silver:after {
    background: url(/images/silver-cup.41188d3a..png) 50% no-repeat
}

.tourn-prize--silver:before {
    background-color: #8cb6d7
}

.tourn-prize--bronze {
    background: linear-gradient(90deg, rgba(214, 110, 65, .2), rgba(214, 110, 65, .04))
}

.tourn-prize--bronze:after {
    background: url(/images/bronze-cup.e7f69b70..png) 50% no-repeat
}

.tourn-prize--bronze:before {
    background-color: #d66e41
}

.base-slider__horiz-scroll .tournament-game-slider__item {
    width: 100%;
    width: calc(50vw - 20px)
}

@media (min-width: 480px) {
    .base-slider__horiz-scroll .tournament-game-slider__item {
        width: calc(33.33333vw - 16px)
    }
}

@media (min-width: 768px) {
    .base-slider__horiz-scroll .tournament-game-slider__item {
        width: calc(25vw - 20px)
    }
}

@media (min-width: 960px) {
    .base-slider__horiz-scroll .tournament-game-slider__item {
        width: calc(20vw - 18px)
    }
}

@media (min-width: 1200px) {
    .base-slider__horiz-scroll .tournament-game-slider__item {
        width: unset
    }
}

.slider-loader {
    aspect-ratio: 1;
    background: #1a1a22;
    border-radius: 8px;
    height: auto;
    overflow-x: hidden;
    position: relative;
    width: 100%
}

.slider-loader:before {
    animation: flareAnimation 1.5s linear .5s infinite;
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .1));
    content: "";
    height: 100%;
    left: -150%;
    opacity: .1;
    position: absolute;
    top: 0;
    transform: skewX(-45deg);
    width: 20%
}

@keyframes flareAnimation {
    0% {
        left: -150%
    }
    to {
        left: 150%
    }
}

.games-not-found {
    color: hsla(0, 0%, 100%, .65);
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase
}

.home-game-slider {
    margin-bottom: 24px
}

@media (min-width: 768px) {
    .home-game-slider {
        margin-bottom: 32px
    }
}

.base-slider__horiz-scroll .home-game-slider__item {
    aspect-ratio: 1;
    width: 100%;
    width: calc(50vw - 20px)
}

@media (min-width: 480px) {
    .base-slider__horiz-scroll .home-game-slider__item {
        width: calc(33.33333vw - 16px)
    }
}

@media (min-width: 768px) {
    .base-slider__horiz-scroll .home-game-slider__item {
        width: calc(25vw - 20px)
    }
}

@media (min-width: 960px) {
    .base-slider__horiz-scroll .home-game-slider__item {
        width: calc(20vw - 18px)
    }
}

@media (min-width: 1200px) {
    .base-slider__horiz-scroll .home-game-slider__item {
        width: unset
    }
}

.game {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}

.game--jackpot .game__action, .game--jackpot .game__block-img {
    border-radius: 8px 8px 0 0
}

.game--jackpot:hover:after {
    opacity: 0
}

.game--jackpot:after {
    background: linear-gradient(180deg, rgba(26, 26, 34, 0), rgba(26, 26, 34, .009) 6.67%, rgba(26, 26, 34, .036) 13.33%, rgba(26, 26, 34, .082) 20%, rgba(26, 26, 34, .147) 26.67%, rgba(26, 26, 34, .232) 33.33%, rgba(26, 26, 34, .332) 40%, rgba(26, 26, 34, .443) 46.67%, rgba(26, 26, 34, .557) 53.33%, rgba(26, 26, 34, .668) 60%, rgba(26, 26, 34, .768) 66.67%, rgba(26, 26, 34, .853) 73.33%, rgba(26, 26, 34, .918) 80%, rgba(26, 26, 34, .964) 86.67%, rgba(26, 26, 34, .991) 93.33%, #1a1a22);
    bottom: 0;
    content: "";
    height: 40%;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    transition: opacity .3s ease;
    width: 100%
}

.game__block-img {
    border-radius: 8px;
    display: flex;
    font-size: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.game__img {
    border: none;
    height: 100%;
    width: 100%
}

.game__action {
    align-items: center;
    background-color: rgba(10, 10, 13, .65);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    top: 0;
    transition: opacity .3s ease;
    width: 100%
}

.game:hover .game__action {
    opacity: 0
}

@media (min-width: 960px) {
    .game:hover .game__action {
        opacity: 1
    }
}

.game__favorite {
    border-radius: 50%;
    opacity: 0;
    padding: 6px;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: opacity .3s ease, background .3s ease;
    z-index: 10
}

.game__favorite:hover {
    background: rgba(10, 10, 13, .65)
}

.game__favorite--add {
    color: #fff
}

.game__favorite--remove {
    color: #fc311d !important
}

@media (max-width: 960px) {
    .game__favorite {
        display: none
    }
}

.game:hover .game__favorite {
    opacity: 1
}

@media (max-width: 960px) {
    .game:hover .game__favorite {
        opacity: 0
    }
}

.game__label-list {
    -moz-column-gap: 4px;
    column-gap: 4px;
    display: flex;
    flex-wrap: wrap;
    left: 0;
    opacity: 1;
    padding: 8px;
    position: absolute;
    row-gap: 4px;
    top: 0;
    transition: opacity .3s ease
}

.game:hover .game__label-list {
    opacity: 0
}

.game__label {
    border-radius: 12px;
    font-family: Futura PT, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 16px;
    padding: 2px 6px;
    text-transform: uppercase
}

.game__label--new {
    background: #1adb4a;
    color: #0a0a0d
}

.game__label--top {
    background: #00dccd;
    color: #0a0a0d
}

.game__label--cashback {
    background: #7e14ff;
    color: #fff
}

.game__label--hot {
    background: #fc311d;
    color: #fff
}

.game__label--exclusive {
    background: radial-gradient(243.63% 279.45% at 127.61% -17.5%, #2ad0ca 0, #e1f664 22.92%, #feb0fe 56.7%, #5df7a4 98.15%);
    color: #0a0a0d
}

.game__label--night {
    background: #e212ff;
    color: #fff
}

.game__label--mystery-drops {
    height: 20px;
    padding: 0;
    width: 20px
}

.game__label--jackpot {
    background: #ffc736;
    bottom: 8px;
    color: #0a0a0d;
    left: 8px;
    opacity: 1;
    position: absolute;
    transition: opacity .3s ease
}

.game:hover .game__label--jackpot {
    opacity: 0
}

.game__title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 8px 0 4px;
    max-width: 144px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.game__provider, .game__title {
    font-family: Futura PT, sans-serif;
    font-style: normal;
    text-align: center
}

.game__provider {
    color: hsla(0, 0%, 100%, .65);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 16px;
    text-transform: uppercase
}

.game__buttons {
    display: block;
    margin: 8% 0 0;
    padding: 0;
    text-align: center;
    width: 100%
}

.game .game__button--play {
    align-items: center;
    border-radius: 8px;
    display: flex;
    font-size: 21px;
    height: 100%;
    justify-content: center;
    left: 50%;
    min-height: unset;
    min-width: unset;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

@media (min-width: 1200px) {
    .game .game__button--play {
        border-radius: 50%;
        height: 56px;
        left: unset;
        position: relative;
        top: unset;
        transform: unset;
        width: 56px
    }
}

.game .game__button--play .font-icons--play {
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.game .game__button--demo {
    border-radius: 25px;
    bottom: 8px;
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    left: 50%;
    letter-spacing: .2px;
    line-height: 16px;
    padding: 6px 12px;
    position: absolute;
    text-transform: uppercase;
    transform: translate(-50%);
    transition: background .3s ease
}

.game .game__button--demo:hover {
    background: rgba(10, 10, 13, .65)
}

.game__play {
    align-items: center;
    display: flex;
    flex-direction: column
}

.base-slider {
    -moz-column-gap: 12px;
    column-gap: 12px;
    display: grid;
    grid-template-areas:"header header controls" "slider slider slider";
    grid-template-columns:1fr 1fr 92px;
    row-gap: 12px
}

@media (min-width: 768px) {
    .base-slider {
        row-gap: 20px
    }
}

.base-slider--with-see-more {
    -moz-column-gap: 12px;
    column-gap: 12px;
    grid-template-areas:"header header see-more" "slider slider slider";
    grid-template-columns:1fr 1fr minmax(86px, min-content);
    row-gap: 12px
}

@media (min-width: 768px) {
    .base-slider--with-see-more {
        row-gap: 20px
    }
}

@media (min-width: 1200px) {
    .base-slider--with-see-more {
        grid-template-areas:"header see-more controls" "slider slider slider";
        grid-template-columns:1fr minmax(86px, min-content) 92px
    }
}

.base-slider__header {
    align-items: center;
    display: flex;
    grid-area: header
}

.base-slider__controls {
    display: none;
    grid-area: controls
}

@media (min-width: 1200px) {
    .base-slider__controls {
        display: flex
    }
}

.base-slider__title {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0
}

.base-slider__title:first-letter {
    text-transform: uppercase
}

@media (min-width: 480px) {
    .base-slider__title {
        font-size: 20px;
        line-height: 30px
    }
}

@media (min-width: 768px) {
    .base-slider__title {
        font-size: 24px;
        line-height: 32px
    }
}

.base-slider .base-slider__button--see-more {
    grid-area: see-more
}

.base-slider .base-slider__button--next, .base-slider .base-slider__button--prev {
    border-radius: 50%;
    height: 40px;
    min-width: unset;
    width: 40px
}

.base-slider__arrows {
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: flex
}

.base-slider__slider.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    display: block;
    grid-area: slider;
    position: relative;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.base-slider__slider.slick-slider .slick-list {
    display: block;
    margin: 0 -4px;
    padding: 0;
    position: relative
}

@media (min-width: 480px) {
    .base-slider__slider.slick-slider .slick-list {
        margin: 0 -/2
    }
}

@media (min-width: 768px) {
    .base-slider__slider.slick-slider .slick-list {
        margin: 0 -6px
    }
}

@media (min-width: 960px) {
    .base-slider__slider.slick-slider .slick-list {
        margin: 0 -/2
    }
}

@media (min-width: 1200px) {
    .base-slider__slider.slick-slider .slick-list {
        margin: 0 -8px
    }
}

@media (min-width: 1440px) {
    .base-slider__slider.slick-slider .slick-list {
        margin: 0 -/2
    }
}

@media (min-width: 1680px) {
    .base-slider__slider.slick-slider .slick-list {
        margin: 0 -/2
    }
}

.base-slider__slider.slick-slider .slick-list:focus {
    outline: none
}

.base-slider__slider.slick-slider .slick-list.dragging {
    cursor: hand
}

@media (min-width: 1200px) {
    .base-slider__slider.slick-slider .slick-list {
        overflow: hidden
    }
}

.base-slider__slider.slick-slider .slick-list, .base-slider__slider.slick-slider .slick-track {
    transform: translateZ(0)
}

/*.base-slider__slider.slick-slider .slick-track:after, .base-slider__slider.slick-slider .slick-track:before {*/
/*    content: "";*/
/*    display: table*/
/*}*/

.base-slider__slider.slick-slider .slick-track:after {
    clear: both
}

.slick-loading .base-slider__slider.slick-slider .slick-track {
    visibility: hidden
}

.base-slider__slider.slick-slider .slick-track {
    left: 0;
    position: relative;
    top: 0;
    /*white-space: nowrap;*/
    /*overflow: auto;*/


}

.custom-grid {
    display: grid;
    grid-template-columns: repeat(7, auto);
}

.custom-grid-elem {
    padding: 6px;
}

.base-slider__slider.slick-slider .slick-slide {
    /*padding: 6px;*/
    /*flex-basis: auto;*/
    /*display: inline-block !important;*/
    /*white-space: normal;*/
    /*display: none;*/
    /*float: left;*/
    /*height: 100%;*/
    /*min-height: 1px;*/
    /*padding: 4px;*/
}

@media (max-width: 768px) {
    .custom-grid {
        grid-template-columns: repeat(3, auto);
    }
}


@media (max-width: 480px) {
    .custom-grid {
        grid-template-columns: repeat(2, auto);
    }
}



@media (min-width: 960px) {
    .base-slider__slider.slick-slider .slick-slide {
        padding: 0/2
    }
}

@media (min-width: 1200px) {
    .base-slider__slider.slick-slider .slick-slide {
        /*padding: 0 8px*/
    }
}

@media (min-width: 1440px) {
    .base-slider__slider.slick-slider .slick-slide {
        padding: 0/2
    }
}

@media (min-width: 1680px) {
    .base-slider__slider.slick-slider .slick-slide {
        padding: 0/2
    }
}

.base-slider__slider.slick-slider .slick-slide > div {
    display: flex
}

.base-slider__slider.slick-slider .slick-slide > div + div {
    margin-top: 16px
}

[dir=rtl] .base-slider__slider.slick-slider .slick-slide {
    float: right
}

.base-slider__slider.slick-slider .slick-slide img:not(.image--hidden) {
    display: block
}

.base-slider__slider.slick-slider .slick-slide.slick-loading img {
    display: none
}

.base-slider__slider.slick-slider .slick-slide.dragging img {
    pointer-events: none
}

.base-slider__slider.slick-slider.slick-initialized .slick-slide {
    display: block
}

.base-slider__slider.slick-slider.slick-loading .slick-slide {
    visibility: hidden
}

.base-slider__slider.slick-slider.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.base-slider__slider.slick-slider .slick-arrow.slick-hidden {
    display: none
}

.base-slider__horiz-scroll {
    -ms-overflow-style: none;
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: grid;
    grid-area: slider;
    grid-auto-flow: column;
    grid-template-columns:max-content;
    margin-left: -16px;
    overflow: auto;
    padding-left: 16px;
    padding-right: 16px;
    row-gap: 8px;
    scrollbar-width: none;
    width: calc(100% + 32px)
}

.base-slider__horiz-scroll::-webkit-scrollbar {
    display: none
}

@media (min-width: 768px) {
    .base-slider__horiz-scroll {
        -moz-column-gap: 12px;
        column-gap: 12px;
        margin-left: -24px;
        padding-left: 24px;
        padding-right: 24px;
        row-gap: 12px;
        width: calc(100% + 48px)
    }
}

@media (min-width: 1200px) {
    .base-slider__horiz-scroll {
        display: none
    }
}

.link-no-styles:link, .link-no-styles:visited {
    color: inherit;
    cursor: pointer;
    text-decoration: inherit
}

.rules {
    background: #1a1a22;
    border-radius: 20px;
    padding: 24px 20px;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .rules {
        padding: 40px 48px
    }
}

.rules--open:after, .rules--without-button:after {
    display: none
}

.rules:after {
    background: linear-gradient(180deg, rgba(26, 26, 34, 0), rgba(26, 26, 34, .76) 64.58%, #1a1a22);
    bottom: 64px;
    content: "";
    height: 112px;
    left: 0;
    position: absolute;
    width: 100%
}

@media (min-width: 768px) {
    .rules:after {
        bottom: 80px
    }
}

.rules li + li {
    margin-top: 10px
}

@media (min-width: 768px) {
    .rules li + li {
        margin-top: 12px
    }
}

.rules__title {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 12px
}

@media (min-width: 768px) {
    .rules__title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0 0 16px 0
    }
}

.rules__content {
    max-height: 272px;
    overflow: hidden
}

@media (min-width: 768px) {
    .rules__content {
        max-height: 320px
    }
}

.rules__content--open, .rules__content--without-button {
    margin: 0 0 24px;
    max-height: unset
}

.rules__content h3 {
    margin-bottom: 12px;
    text-transform: uppercase
}

.rules .rules__button, .rules__content h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.rules .rules__button {
    color: #fff;
    display: block;
    font-family: Futura PT, sans-serif;
    font-style: normal;
    margin: 24px auto 0
}

.promotions-card {
    height: 100%;
    position: relative;
    width: 100%
}

.promotions-card__background {
    height: 100%;
    left: 50%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.promotions-card__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 24px 16px;
    position: relative;
    width: 100%
}

@media (min-width: 1200px) {
    .promotions-card__content {
        padding: 32px 24px 24px 32px
    }
}

.promotions-card__content--bottom {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 20px
}

@media (min-width: 480px) {
    .promotions-card__content--bottom {
        align-items: center;
        flex-direction: row;
        justify-content: space-between
    }
}

@media (min-width: 768px) {
    .promotions-card__content--bottom {
        align-items: unset;
        flex-direction: column-reverse;
        justify-content: unset
    }
}

@media (min-width: 1200px) {
    .promotions-card__content--bottom {
        align-items: center;
        flex-direction: row;
        justify-content: space-between
    }
}

.promotions-card__title {
    color: hsla(0, 0%, 100%, .65);
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase
}

.promotions-card__description, .promotions-card__title {
    font-family: Futura PT, sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .2px
}

.promotions-card__description {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 24px
}

.promotions-card__text {
    color: #fff;
    display: inline-block;
    font-family: Futura PT, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin: 16px 0 12px;
    text-transform: uppercase
}

@media (min-width: 1200px) {
    .promotions-card__text {
        font-size: 26px;
        line-height: 32px;
        margin: 20px 0 12px
    }
}

.promotions-card__code--short {
    display: none
}

@media (min-width: 480px) {
    .promotions-card__code--short {
        display: block
    }
}

@media (min-width: 768px) {
    .promotions-card__code--short {
        display: none
    }
}

@media (min-width: 1200px) {
    .promotions-card__code--short {
        display: block
    }
}

@media (min-width: 480px) {
    .promotions-card__code--long {
        display: none
    }
}

@media (min-width: 768px) {
    .promotions-card__code--long {
        display: block
    }
}

@media (min-width: 1200px) {
    .promotions-card__code--long {
        display: none
    }
}

.promotions-card__buttons {
    align-items: center;
    -moz-column-gap: 12px;
    column-gap: 12px;
    display: flex
}

.promotions-card .promotions-card__deposit-button {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 16px
}

.promotions-card__modal .modal__content-wrapper {
    height: 100%;
    margin: unset;
    max-width: unset;
    width: 100%
}

@media (min-width: 768px) {
    .promotions-card__modal .modal__content-wrapper {
        height: unset;
        margin: auto;
        max-width: 720px;
        width: calc(100% - 20px)
    }
}

.promotions-card__modal .modal__content {
    background: #1a1a22;
    border-radius: 0;
    height: 100%;
    margin: 0;
    overflow: hidden
}

@media (min-width: 768px) {
    .promotions-card__modal .modal__content {
        border-radius: 20px;
        margin: 32px auto
    }
}

.promotions-bonus-code {
    background: radial-gradient(177.24% 171.39% at 95.96% 0, #2ad0ca 0, #e1f664 22.92%, #feb0fe 46.88%, #abb3fc 68.23%, #5df7a4 87.5%, #58c4f6 100%);
    border-radius: 8px;
    display: inline-block;
    padding: 6px
}

.promotions-bonus-code__inner {
    border: 1.5px solid #0a0a0d;
    border-radius: 6px;
    color: #0a0a0d;
    padding: 12px
}

.promotions-bonus-code--short .promotions-bonus-code__inner {
    font-family: Roboto, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .01em;
    line-height: 14px;
    padding: 8px 24px;
    text-align: center;
    text-transform: uppercase
}

.promotions-bonus-code--short .promotions-bonus-code__value {
    display: block;
    font-family: Futura PT, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin-top: 4px;
    text-align: center
}

.promotions-bonus-code--long .promotions-bonus-code__inner {
    font-family: Futura PT, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 16px;
    text-transform: uppercase
}

.promotions-bonus-code--long .promotions-bonus-code__value {
    font-family: Futura PT, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-align: center
}

.promotions-bonus-code--modal {
    width: 100%
}

.promotions-bonus-code--modal .promotions-bonus-code__inner {
    text-align: center
}

.promotions-bonus-code--modal .promotions-bonus-code__value {
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    display: flex;
    font-family: Futura PT, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    justify-content: center;
    line-height: 26px
}

.promotions-bonus-code--modal .promotions-bonus-code__button, .promotions-bonus-code--modal .promotions-bonus-code__button:active, .promotions-bonus-code--modal .promotions-bonus-code__button:focus, .promotions-bonus-code--modal .promotions-bonus-code__button:hover {
    color: #0a0a0d
}

.promotions-modal::-webkit-scrollbar {
    width: 4px
}

.promotions-modal::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px
}

.promotions-modal {
    height: 100%;
    overflow-y: auto;
    position: relative
}

@media (min-width: 768px) {
    .promotions-modal {
        max-height: 800px
    }
}

.promotions-modal__top {
    display: flex;
    flex-direction: column;
    height: 220px;
    justify-content: flex-end;
    overflow: hidden;
    padding: 40px 16px;
    position: relative;
    width: 100%
}

@media (min-width: 480px) {
    .promotions-modal__top {
        height: 260px
    }
}

@media (min-width: 768px) {
    .promotions-modal__top {
        height: 300px;
        padding: 48px 32px
    }
}

.promotions-modal__background {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.promotions-modal__title {
    color: hsla(0, 0%, 100%, .65);
    font-family: Futura PT, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase
}

.promotions-modal__description {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px
}

.promotions-modal__description, .promotions-modal__text {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-style: normal;
    font-weight: 700
}

.promotions-modal__text {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    margin-top: 20px
}

.promotions-modal__text--betting {
    text-transform: uppercase
}

@media (min-width: 480px) {
    .promotions-modal__text {
        font-size: 26px;
        line-height: 32px
    }
}

@media (min-width: 768px) {
    .promotions-modal__text {
        font-size: 32px;
        line-height: 40px
    }
}

.promotions-modal-content {
    padding: 32px 16px 80px
}

@media (min-width: 768px) {
    .promotions-modal-content {
        padding: 32px 32px 96px
    }
}

.promotions-modal-content__title {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 16px;
    text-transform: uppercase
}

.promotions-modal-content__title--terms {
    font-size: 16px;
    line-height: 24px;
    margin: 32px 0 16px
}

.promotions-modal-content__text {
    color: hsla(0, 0%, 100%, .65);
    font-family: Futura PT, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
}

.promotions-modal__bonus-code {
    align-items: center;
    background: #22222b;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 32px auto;
    max-width: 340px;
    width: 100%
}

@media (min-width: 768px) {
    .promotions-modal__bonus-code {
        flex-direction: row;
        max-width: unset
    }
}

.promotions-modal__bonus-code > span {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    padding: 25px 0
}

@media (min-width: 768px) {
    .promotions-modal__bonus-code > span {
        font-size: 20px;
        line-height: 26px;
        padding: 0;
        text-align: center;
        width: 100%
    }
}

.promotions-modal__terms {
    counter-reset: list-counter;
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 16px 0;
    padding: 0 0 0 40px;
    row-gap: 16px
}

.promotions-modal__terms-item {
    color: hsla(0, 0%, 100%, .65);
    counter-increment: list-counter;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    position: relative
}

.promotions-modal__terms-item:before {
    align-items: center;
    background: #282833;
    border-radius: 50%;
    color: #fff;
    content: counter(list-counter);
    display: flex;
    font-family: Futura PT, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    height: 24px;
    justify-content: center;
    left: -40px;
    line-height: 20px;
    position: absolute;
    width: 24px
}

.promotions-modal__bottom {
    background: #1a1a22;
    border-top: 1px solid #0f0f14;
    bottom: 0;
    left: 0;
    padding: 16px;
    position: fixed;
    width: 100%
}

@media (min-width: 768px) {
    .promotions-modal__bottom {
        padding: 24px 32px
    }
}

.promotions-modal .promotions-modal__button {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 48px;
    letter-spacing: .2px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

@font-face {
    font-family: DrukCyr;
    font-style: normal;
    font-weight: 400;
    src: url(Druk-Wide-Cy-Web-Bold-Regular.646784fe..ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Futura PT;
    font-style: normal;
    font-weight: 500;
    src: url(FuturaPT-Medium.2dcf558e..woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Futura PT;
    font-style: normal;
    font-weight: 700;
    src: url(FuturaPT-Bold.1b9f4498..woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Futura PT;
    font-style: normal;
    font-weight: 800;
    src: url(FuturaPT-ExtraBold.6ef0bf75..woff2) format("woff2")
}

.promotions-card-snippet {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 16px 16px 32px;
    position: relative;
    width: 100%
}

@media (min-width: 1200px) {
    .promotions-card-snippet {
        padding: 24px 24px 40px
    }
}

.promotions-card-snippet__background {
    left: 50%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

.promotions-card-snippet__content {
    text-align: center
}

.promotions-card-snippet .promotions-card-snippet__button {
    font-family: Futura PT, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 20px;
    padding: 10px 16px;
    text-align: center;
    text-transform: uppercase
}

.mystery-drops-promotions-card__logo {
    margin-bottom: 12px;
    width: 140px
}

@media (min-width: 1200px) {
    .mystery-drops-promotions-card__logo {
        margin-bottom: 8px;
        width: 180px
    }
}

.mystery-drops-promotions-card__text {
    color: hsla(0, 0%, 100%, .65);
    font-family: Futura PT, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 16px;
    margin: 0 0 12px;
    text-transform: uppercase
}

@media (min-width: 1200px) {
    .mystery-drops-promotions-card__text {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px
    }
}

.mystery-drops-promotions-card__value {
    color: #ffc736;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
    text-align: center
}

.mystery-drops-promotions-card__value span {
    font-family: Futura PT, sans-serif !important
}

.mystery-drops-promotions-card__value .od-total-wrapper {
    align-items: center;
    display: flex;
    justify-content: center
}

.mystery-drops-promotions-card__value .od-total-wrapper > span {
    font-family: Futura PT, sans-serif !important
}

@media (min-width: 1200px) {
    .mystery-drops-promotions-card__value {
        font-size: 32px;
        line-height: 40px
    }
}

.lucky-spin-promotions-card__logo {
    margin: 0 0 12px;
    width: 120px
}

@media (min-width: 1200px) {
    .lucky-spin-promotions-card__logo {
        width: 140px
    }
}

.lucky-spin-promotions-card__text {
    color: #fff;
    font-family: Futura PT, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    max-width: 280px
}

@media (min-width: 1200px) {
    .lucky-spin-promotions-card__text {
        font-size: 24px;
        line-height: 32px;
        max-width: 380px
    }
}

.lucky-spin-promotions-card__text--accent {
    color: #ffc736
}