.play-provider {
    margin-right: 0 !important;
    margin-top: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--roundings-s);
    background: var(--backgrounds-b);
    transition: background .35s ease-out
}

.play-provider:last-child {
    margin-right: 0
}

.no-touch .play-provider:hover {
    cursor: pointer;
    background: var(--backgrounds-a)
}

@media(max-width:639px) {
    .play-provider {
        display: none;
        width: 120px;
        height: 67px;
        margin-right: 4px !important
    }

    .play-provider:nth-child(-n+10) {
        display: flex
    }
}

@media(min-width:640px) {
    .play-provider {
        max-width: 204px;
        height: auto
    }
}

@media(min-width:1140px) {
    .play-provider {
        gap: 12px
    }
}

.main-page__games-providers--home-section .play-provider {
    display: flex;
    border-radius: var(--roundings-xs)
}

@media(min-width:640px) {
    .main-page__games-providers--home-section .play-provider {
        max-width: none;
        width: calc(25vw + var(--spacings-xs)/4 - var(--spacings-xs)*3);
        height: calc(16.66667vw + var(--spacings-xs)*4/6 - var(--spacings-xs)*5);
        max-height: 150px
    }
}

@media(min-width:1140px) {
    .main-page__games-providers--home-section .play-provider {
        width: clamp(112px, calc(18vw - 95px), 193px);
        height: calc(10.62vw - 56.05px);
        max-height: 109px;
        background: var(--backgrounds-c)
    }
}

@media(min-width:1628px) {
    .main-page__games-providers--home-section .play-provider {
        width: clamp(132px, calc(18vw - 161px), 174px);
        height: calc(10.08vw - 90.16px);
        max-height: 97px
    }
}

.main-page__games-providers--home-section .play-provider:last-child {
    margin-right: 20px
}

@media(min-width:640px) {
    .play-providers-slider--flex .play-provider {
        flex: 0 1 calc(25% - var(--spacings-xs)*3/4);
        width: auto
    }
}

@media(min-width:1140px) {
    .play-providers-slider--flex .play-provider {
        flex: 0 1 calc(16.66667% - var(--spacings-xs)*5/6)
    }
}

@media(min-width:1628px) {
    .play-providers-slider--flex .play-provider {
        flex: 0 1 calc(14.28571% - var(--spacings-xs)*6/7)
    }
}

@media(min-width:640px) {
    .home-bg-section-inner--jackpot-providers .play-provider {
        margin-bottom: 0;
        flex-direction: column
    }
}

.play-provider__img-wr {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 1
}

.play-provider__img {
    height: inherit
}

.play-provider__title {
    color: var(--text-text);
    padding: 0 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.play-provider__info {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex: 1;
    width: 100%;
    z-index: 1
}

@media(min-width:640px) {
    .play-provider__info {
        flex-direction: row-reverse;
        gap: 8px
    }
}

@media(min-width:1140px) {
    .play-provider__info {
        gap: 12px
    }
}

.play-provider__info-wr {
    display: flex;
    flex-direction: column;
    align-items: center
}

.play-provider__info-wr:first-child {
    flex: 1
}

.play-provider__name {
    margin-bottom: 6px;
    max-width: 149px;
    color: var(--gray-500);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px
}

.play-provider__jackpot {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    padding: 0 10px;
    border-radius: 14px;
    background-color: var(--blue-500);
    height: 46px;
    justify-content: center
}

@media(min-width:640px) {
    .play-provider__jackpot {
        align-self: stretch;
        align-items: center;
        padding: 0 0 1px;
        border-radius: 8px
    }
}

@media(min-width:1140px) {
    .play-provider__jackpot {
        padding: 0 0 2px;
        border-radius: 12px
    }
}

.play-provider__jackpot-text {
    font-size: 10px;
    line-height: 16px;
    font-weight: 600;
    color: var(--white-p-80)
}

@media(min-width:1140px) {
    .play-provider__jackpot-text {
        font-size: 12px;
        font-weight: 600;
        line-height: 20px
    }
}

.play-provider__jackpot-sum {
    color: var(--white);
    font-size: 12px;
    font-weight: 700;
    line-height: 20px
}

@media(min-width:640px) {
    .play-provider__jackpot-sum {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px
    }
}

@media(min-width:1140px) {
    .play-provider__jackpot-sum {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px
    }
}

.play-provider__games {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 12px 2px 12px;
    border-radius: 12px;
    background-color: var(--gray-500)
}

@media(min-width:640px) {
    .play-provider__games {
        padding: 0 8px;
        border-radius: 8px
    }
}

@media(min-width:1140px) {
    .play-provider__games {
        padding: 0 12px 2px 12px;
        border-radius: 12px
    }
}

.play-provider__games-text {
    color: var(--white);
    font-size: 12px;
    font-weight: 600;
    line-height: 20px
}

@media(min-width:640px)and (max-width:1139px) {
    .play-provider__games-text {
        font-size: 10px;
        line-height: 16px
    }
}

.play-provider__games-number {
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

@media(min-width:640px)and (max-width:1139px) {
    .play-provider__games-number {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px
    }
}

.main-page__games-providers.main-page__games-providers--home-section .games-slider {
    margin: 0;
    padding: 0
}

.main-page__games-providers.main-page__games-providers--home-section .games-slider:after,
.main-page__games-providers.main-page__games-providers--home-section .games-slider:before {
    display: none
}

.main-page__games-providers.main-page__games-providers--home-section .play-providers-slider--flex .swiper-wrapper {
    width: 100% !important;
    display: flex !important;
    flex-direction: row;
    gap: var(--spacings-xs) !important
}

.games-slider__navigation {
    display: flex;
    align-items: center;
    gap: 0 8px
}

.swiper-navigate {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--borders-c);
    border-radius: var(--roundings-circle);
    z-index: 1;
    cursor: pointer
}

.no-touch .swiper-navigate:hover {
    background-color: var(--colors-global-primary-1-8)
}

@media(min-width:640px) {
    .swiper-navigate {
        width: 36px;
        height: 36px
    }
}

@media(min-width:1628px) {
    .swiper-navigate {
        width: 48px;
        height: 48px
    }
}

.promo-event__games .swiper-navigate,
.promo-promotion .swiper-navigate {
    width: 36px;
    height: 36px
}

.swiper-navigate-icon {
    display: flex;
    height: 14px;
    width: auto
}

.swiper-navigate--section-popular-prev .swiper-navigate-icon {
    transform: translateX(-1px)
}

.swiper-navigate--section-popular-next .swiper-navigate-icon {
    transform: translateX(1px)
}

@media(min-width:1628px) {
    .swiper-navigate-icon {
        height: 16px
    }
}

.swiper-navigate--prev .swiper-navigate-icon {
    margin: 10px auto auto 12px
}

@media(min-width:1628px) {
    .swiper-navigate--prev .swiper-navigate-icon {
        margin: 15px auto auto 18px
    }
}

.promo-event__games .swiper-navigate--prev .swiper-navigate-icon,
.promo-promotion .swiper-navigate--prev .swiper-navigate-icon {
    margin: 10px auto auto 12px
}

.swiper-navigate--next .swiper-navigate-icon {
    margin: 10px 13px auto auto
}

@media(min-width:1628px) {
    .swiper-navigate--next .swiper-navigate-icon {
        margin: 15px 18px auto auto
    }
}

.promo-event__games .swiper-navigate--next .swiper-navigate-icon,
.promo-promotion .swiper-navigate--next .swiper-navigate-icon {
    margin: 10px 11px auto auto
}

.promo-event__games .swiper-navigate-icon,
.promo-promotion .swiper-navigate-icon {
    height: 14px
}

.swiper-navigate--disabled {
    border-color: var(--buttons-secondary-disable);
    pointer-events: none
}

.cards-slider-video {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 14px 12px;
    height: calc(59.2vw - 32px);
    max-height: 336px;
    margin-bottom: var(--spacings-2xl);
    object-fit: cover;
    border-radius: var(--roundings-xs);
    overflow: hidden
}

.cards-slider-video__info {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 var(--spacings-s);
    z-index: 1
}

.cards-slider-video__info-img {
    width: 44px;
    height: 44px;
    border-radius: var(--roundings-xs)
}

.cards-slider-video__info-img--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cards-slider-video__info-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase
}

.games-slider-wrap {
    position: relative;
    margin-bottom: var(--spacings-2xl);
    z-index: 1
}

@media(min-width:640px)and (max-width:1139px) {
    .games-slider-wrap {
        margin-bottom: var(--spacings-3xl)
    }
}

@media(min-width:1140px) {
    .games-slider-wrap {
        background-color: var(--backgrounds-b);
        border-radius: var(--roundings-m);
        padding: var(--universal-spacings-2xl);
        margin-bottom: var(--spacings-xl)
    }

    .games-jackpot .games-slider-wrap {
        background-color: transparent;
        margin-bottom: 0;
        padding: var(--spacings-2xl) 0 0 0;
        z-index: 3
    }

    .promo-event__games .games-slider-wrap,
    .promo-promotion .games-slider-wrap {
        padding: var(--spacings-2xl)
    }
}

@media(min-width:1628px) {
    .games-slider-wrap {
        padding: var(--spacings-2xl) var(--universal-spacings-6xl) var(--spacings-2xl) var(--universal-spacings-5xl)
    }
}

@media(min-width:640px) {
    .main-page__games-providers--home-section .games-slider-wrap {
        overflow-x: hidden
    }
}

.promo-event__games .games-slider-wrap,
.promo-promotion .games-slider-wrap {
    margin-bottom: 0;
    overflow: hidden
}

@media(max-width:639px) {

    .promo-event__games .games-slider-wrap,
    .promo-promotion .games-slider-wrap {
        padding: var(--spacings-2xl)
    }
}

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

    .promo-event__games .games-slider-wrap,
    .promo-promotion .games-slider-wrap {
        padding: var(--universal-spacings-2xl) var(--universal-spacings-l) var(--universal-spacings-l) var(--universal-spacings-l)
    }
}

@media(min-width:1140px) {

    .promo-event__games .games-slider-wrap,
    .promo-promotion .games-slider-wrap {
        max-width: 960px;
        margin: var(--spacings-l) auto
    }
}

.games-slider-wrap--hovered {
    z-index: 2
}

@media(max-width:639px) {
    .swiper-container-multirow {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 12px 0
    }

    .games-slider-wrap--two-row .swiper-container-multirow {
        max-height: 320px
    }

    .games-slider-wrap--three-row .swiper-container-multirow {
        max-height: 375px
    }

    .games-slider-wrap--four-row .swiper-container-multirow {
        max-height: 500px
    }

    .games-slider-wrap--six-row .swiper-container-multirow {
        max-height: 930px
    }
}

.main-page__games-providers--home-section .swiper-container-multirow {
    gap: var(--spacings-xs) 0
}

@media(min-width:1140px) {
    .games-slider--rtp:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 74px;
        height: calc(100% - 100px);
        background: linear-gradient(270deg, var(--white), var(--white-p-0));
        z-index: 3;
        pointer-events: none
    }
}

.games-slider--rtp .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 400px;
    gap: 8px 0
}

@media(min-width:640px)and (max-width:1139px) {
    .games-slider--rtp .swiper-wrapper {
        gap: 16px 0
    }
}

@media(min-width:1140px) {
    .games-slider--rtp .swiper-wrapper {
        gap: 16px 0
    }
}

.games-slider {
    position: relative;
    overflow: hidden
}

.games-slider:after,
.games-slider:before {
    content: "";
    height: 100%;
    width: var(--universal-spacings-2xl);
    z-index: 3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width:1139px) {

    .games-slider:after,
    .games-slider:before {
        display: none
    }
}

.promo-event__games .games-slider:after,
.promo-event__games .games-slider:before,
.promo-promotion .games-slider:after,
.promo-promotion .games-slider:before {
    width: var(--spacings-2xl)
}

.games-slider:before {
    left: -1px;
    background: linear-gradient(90deg, #121215, rgba(18, 18, 21, 0));
    border-radius: 0 0 0 var(--roundings-m)
}

@media(min-width:1628px) {
    .games-slider:before {
        width: var(--universal-spacings-5xl);
        background: linear-gradient(90deg, #121215 76.17%, rgba(18, 18, 21, 0))
    }

    .event-page__games .games-slider:before,
    .promo-event__games .games-slider:before {
        width: var(--universal-spacings-3xl);
        background: linear-gradient(90deg, #121215, rgba(18, 18, 21, 0))
    }
}

.games-slider:after {
    right: -1px;
    background: linear-gradient(270deg, #121215, rgba(18, 18, 21, 0));
    border-radius: 0 0 var(--roundings-m) 0
}

@media(min-width:1628px) {
    .games-slider:after {
        width: var(--universal-spacings-6xl);
        background: linear-gradient(270deg, #121215 76.17%, rgba(18, 18, 21, 0))
    }

    .event-page__games .games-slider:after,
    .promo-event__games .games-slider:after {
        width: var(--universal-spacings-3xl);
        background: linear-gradient(270deg, #121215, rgba(18, 18, 21, 0))
    }
}

.games-slider-wr--jackpot-providers .games-slider:after,
.games-slider-wr--jackpot-providers .games-slider:before {
    content: none
}

@media(max-width:639px) {
    .games-slider {
        display: flex;
        overflow-x: scroll;
        scrollbar-width: none
    }

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

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

    .main-page__games-providers--home-section .games-slider-wrap--four-row .games-slider {
        display: grid;
        grid-auto-flow: column;
        grid-template-rows: repeat(4, 1fr);
        max-height: 800px
    }

    .games-jackpot .games-slider-wr--jackpot-providers .games-slider {
        gap: var(--universal-spacings-s);
        padding-bottom: var(--universal-spacings-2xl)
    }
}

@media(max-width:1139px) {
    .games-slider {
        margin: 0 calc(var(--spacings-2xl)*-1);
        padding: 0 var(--spacings-2xl)
    }
}

@media(min-width:1140px) {
    .games-slider {
        margin: calc(var(--universal-spacings-2xl)*-1);
        padding: var(--universal-spacings-2xl)
    }

    .games-slider-wr--jackpot-providers .games-slider {
        padding: 64px 0;
        margin: -64px 0;
        overflow: hidden
    }
}

@media(min-width:1628px) {
    .games-slider {
        margin: -20px -64px -20px -58px;
        padding: 20px var(--universal-spacings-6xl) 20px var(--universal-spacings-5xl)
    }
}

@media(min-width:640px)and (max-width:1139px) {
    .games-jackpot .games-slider {
        padding-bottom: var(--universal-spacings-3xl)
    }
}

@media(min-width:1140px) {

    .promo-event__games .games-slider,
    .promo-promotion .games-slider {
        padding: 20px var(--spacings-2xl);
        margin: -20px calc(var(--spacings-2xl)*-1)
    }
}

@media(min-width:640px) {

    .games-slider-wrap--four-row .swiper-wrapper,
    .games-slider-wrap--six-row .swiper-wrapper,
    .games-slider-wrap--three-row .swiper-wrapper,
    .games-slider-wrap--two-row .swiper-wrapper {
        display: grid;
        grid-auto-flow: column
    }
}

@media(min-width:640px) {
    .games-slider-wrap--two-row .swiper-wrapper {
        grid-template-rows: repeat(2, 1fr);
        max-height: 500px
    }
}

@media(min-width:640px) {
    .games-slider-wrap--three-row .swiper-wrapper {
        grid-template-rows: repeat(3, 1fr);
        max-height: 600px
    }

    .main-page__games-providers--home-section .games-slider-wrap--three-row .swiper-wrapper {
        gap: var(--spacings-xs) !important
    }
}

@media(min-width:640px) {
    .games-slider-wrap--four-row .swiper-wrapper {
        grid-template-rows: repeat(4, 1fr);
        max-height: 800px
    }
}

@media(min-width:640px) {
    .games-slider-wrap--six-row .swiper-wrapper {
        grid-template-rows: repeat(6, 1fr);
        max-height: 930px
    }

    .main-page__games-providers--home-section .games-slider-wrap--six-row .swiper-wrapper {
        gap: var(--spacings-xs) !important
    }
}

.games-slider-wrap--size-l .swiper-wrapper {
    gap: var(--spacings-m) 0
}

.games-slider-wrap--size-m .swiper-wrapper {
    gap: var(--spacings-l) 0
}

.event-page__games.games-slider-wrap--size-m .swiper-wrapper {
    gap: var(--spacings-s) 0
}

.games-slider-wrap--size-xs .swiper-wrapper {
    gap: var(--spacings-xs) 0
}

.games-slider__title {
    color: var(--text-text);
    padding-left: var(--spacings-s);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

@media(min-width:640px) {
    .games-slider__title {
        font-size: 22px;
        font-weight: 700;
        line-height: 32px
    }
}

@media(min-width:1628px) {
    .games-slider__title {
        font-size: 32px;
        font-weight: 700;
        line-height: 40px
    }
}

.promo-event__games .games-slider__title,
.promo-promotion .games-slider__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px
}

@media(max-width:1139px) {

    .promo-event__games .games-slider__title,
    .promo-promotion .games-slider__title {
        padding-left: var(--universal-spacings-m)
    }
}

@media(min-width:1140px) {

    .promo-event__games .games-slider__title,
    .promo-promotion .games-slider__title {
        font-size: 24px;
        font-weight: 700;
        line-height: 28px
    }
}

.games-slider__inner {
    position: relative;
    margin: 0 calc(var(--spacings-2xl)*-1);
    padding: 0 var(--spacings-2xl)
}

.games-slider__head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2
}

@media(max-width:1139px) {
    .games-slider__head {
        gap: var(--spacings-s);
        margin-bottom: var(--spacings-2xl)
    }

    .games-list-with-tabs .games-slider__head {
        margin-bottom: var(--spacings-l)
    }
}

@media(min-width:1140px) {
    .games-slider__head {
        margin-bottom: var(--spacings-xl)
    }
}

@media(min-width:1628px) {
    .games-slider__head {
        margin-bottom: var(--spacings-l)
    }

    .games-list-with-tabs .games-slider__head {
        margin-bottom: var(--spacings-2xl)
    }
}

.games-slider__button-all-icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px
}

.games-slider__button-all-icon {
    width: 7px;
    height: 12px;
    flex-shrink: 0;
    margin-left: 1px
}

.games-slider__inner-wr {
    position: relative
}

@media(max-width:1139px) {
    .games-slider__inner-wr {
        overflow-x: hidden;
        margin: 0 calc(var(--spacings-2xl)*-1);
        padding: 0 var(--spacings-2xl)
    }

    .games-slider--tabs .games-slider__inner-wr {
        overflow-x: scroll
    }
}

.games-slider__head--wrap {
    display: flex;
    align-items: center
}

.games-slider__icon {
    width: 36px;
    height: 36px;
    color: var(--icons-a)
}

@media(min-width:1628px) {
    .games-slider__icon {
        width: 54px;
        height: 54px
    }
}

.promo-event__games .games-slider__icon,
.promo-promotion .games-slider__icon {
    width: 36px;
    height: 36px
}

.games-slider__button-wrap {
    display: flex;
    align-items: center;
    gap: 0 var(--universal-spacings-s)
}

@media(min-width:1628px) {
    .games-slider__button-wrap {
        gap: 0 var(--universal-spacings-m)
    }
}

.games-slider__inner .games-slider__button-all {
    display: flex;
    margin: var(--spacings-2xl) auto 0 auto
}

@media(min-width:1140px) {
    .games-slider__inner .games-slider__button-all {
        margin-top: var(--spacings-xl)
    }
}

@media(min-width:1628px) {
    .games-slider__inner .games-slider__button-all {
        margin-top: var(--spacings-2xl)
    }
}

.games-slider--tabs {
    display: grid;
    grid-template-columns: repeat(6, minmax(var(--game-cards-l-width), var(--game-cards-l-width)));
    gap: var(--spacings-m);
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    scrollbar-width: none
}

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

.games-slider--tabs::-webkit-scrollbar-thumb,
.games-slider--tabs::-webkit-scrollbar-track {
    background: transparent;
    display: none
}

@media(min-width:1140px) {
    .games-slider--tabs {
        gap: var(--spacings-s);
        grid-template-columns: repeat(5, minmax(var(--game-cards-l-greed-width), 250px))
    }
}

.games-slider-wrap--not-result .games-slider--tabs {
    display: flex
}

.games-list-rtp {
    display: flex;
    flex-shrink: 0;
    width: 232px;
    height: 108px;
    border-radius: 16px;
    padding: 8px;
    margin-right: 8px;
    border: 1px solid var(--gray-500-p-08);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    cursor: pointer
}

.no-touch .games-list-rtp:hover {
    border: 1px solid var(--orange-500)
}

@media(min-width:640px)and (max-width:1139px) {
    .games-list-rtp {
        width: 282px;
        height: 136px;
        padding: 12px;
        margin-right: 16px
    }
}

@media(min-width:1140px) {
    .games-list-rtp {
        width: 367px;
        height: 192px;
        padding: 20px;
        border-radius: 24px;
        margin-right: 16px
    }
}

.games-list-rtp__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: 10px
}

@media(min-width:1140px) {
    .games-list-rtp__content {
        margin-left: 16px
    }
}

.games-list-rtp__content-title {
    color: var(--black-500);
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px
}

@media(min-width:640px)and (max-width:1139px) {
    .games-list-rtp__content-title {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px
    }
}

@media(max-width:1139px) {
    .games-list-rtp__content-title {
        max-height: 40px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden
    }
}

@media(min-width:1140px) {
    .games-list-rtp__content-title {
        margin-bottom: 4px;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700
    }
}

.games-list-rtp__content-provider {
    color: var(--gray-400);
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 6px
}

@media(min-width:1140px) {
    .games-list-rtp__content-provider {
        font-size: 12px;
        font-weight: 600;
        line-height: 20px
    }
}

.games-list-rtp__content-value {
    display: flex;
    align-items: center;
    padding: 1px 6px 1px 2px;
    background-color: var(--white);
    border-radius: 16px
}

@media(min-width:640px)and (max-width:1139px) {
    .games-list-rtp__content-value {
        padding: 1px 8px 1px 2px
    }
}

@media(min-width:1140px) {
    .games-list-rtp__content-value {
        padding: 4px 12px 4px 6px
    }
}

.games-list-rtp__content-value-icon-wrap {
    display: grid;
    width: 16px;
    height: 16px;
    flex-shrink: 0
}

@media(min-width:640px) {
    .games-list-rtp__content-value-icon-wrap {
        width: 24px;
        height: 24px
    }
}

.games-list-rtp__content-value-icon {
    margin: 2px auto auto 4px;
    width: 8px;
    height: auto;
    color: var(--orange-500)
}

@media(min-width:640px) {
    .games-list-rtp__content-value-icon {
        margin: 4px auto auto 6px;
        width: 12px
    }
}

.games-list-rtp__content-value-text {
    color: var(--black-500);
    font-size: 10px;
    font-weight: 700;
    line-height: 12px
}

@media(min-width:640px)and (max-width:1139px) {
    .games-list-rtp__content-value-text {
        font-size: 12px;
        font-weight: 700;
        line-height: 20px
    }
}

@media(min-width:1140px) {
    .games-list-rtp__content-value-text {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px
    }
}

.games-jackpot {
    position: relative;
    padding: 80px 16px 0;
    margin: 0 -16px
}

@media(min-width:640px) {
    .games-jackpot {
        padding: var(--universal-spacings-6xl) var(--spacings-2xl) 0;
        margin: 0 calc(var(--spacings-2xl)*-1);
        background-color: var(--backgrounds-b)
    }
}

@media(min-width:1140px) {
    .games-jackpot {
        margin: 0 0 var(--spacings-xl);
        padding: var(--universal-spacings-6xl) var(--spacings-2xl) var(--spacings-2xl) var(--spacings-2xl);
        border-radius: var(--roundings-m);
        border: 1px solid transparent
    }

    .games-jackpot:before {
        content: "";
        position: absolute;
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
        z-index: 0;
        border-radius: inherit;
        background: linear-gradient(180deg, #f4d483, transparent)
    }
}

@media(min-width:1628px) {
    .games-jackpot {
        padding: 100px var(--universal-spacings-6xl) var(--spacings-2xl) var(--universal-spacings-5xl)
    }
}

.games-jackpot .odometer-value {
    transform: translateZ(40px) !important
}

.games-jackpot__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none
}

.games-jackpot__bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 468px;
    border-radius: inherit;
    background-image: url(/content/jackpot-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

@media(min-width:640px) {
    .games-jackpot__bg {
        background-color: var(--backgrounds-b)
    }
}

@media(min-width:640px)and (max-width:1139px) {
    .games-jackpot__bg:after {
        height: 516px;
        background-image: url(/content/jackpot-bg-tablet.jpg)
    }
}

@media(min-width:1140px) {
    .games-jackpot__bg {
        border-radius: var(--roundings-m)
    }

    .games-jackpot__bg:after {
        height: 458px;
        background-image: url(/content/jackpot-bg-desk.jpg)
    }
}

@media(min-width:1628px) {
    .games-jackpot__bg:after {
        height: 474px;
        background-image: url(/content/jackpot-bg-huge.jpg)
    }
}

.games-jackpot__caption {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: var(--spacings-xl)
}

@media(min-width:640px) {
    .games-jackpot__caption {
        font-size: 24px;
        line-height: 24px
    }
}

@media(min-width:1628px) {
    .games-jackpot__caption {
        font-size: 36px;
        line-height: 36px
    }
}

.games-jackpot__odometer {
    margin: 0 auto var(--spacings-3xl);
    z-index: 3
}

.games-jackpot__odometer,
.games-jackpot__text-wr {
    position: relative;
    width: 100%
}

.games-jackpot__text-wr .odometer.odometer-theme-default {
    display: block;
    color: var(--text-accent-text);
    font-size: 32px;
    font-weight: 700;
    line-height: 32px
}

.games-jackpot__text-wr .odometer.odometer-theme-default+.odometer {
    margin-left: 9px
}

.games-jackpot__text-wr .odometer.odometer-theme-default .odometer-inside {
    display: flex;
    align-items: center;
    justify-content: center
}

.games-jackpot__text-wr .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: block
}

.games-jackpot__text-wr .odometer.odometer-theme-default .odometer-formatting-mark {
    width: 10px
}

@media(min-width:640px) {
    .games-jackpot__text-wr .odometer.odometer-theme-default {
        font-size: 54px;
        line-height: 54px
    }

    .games-jackpot__text-wr .odometer.odometer-theme-default+.odometer {
        margin-left: 17px
    }

    .games-jackpot__text-wr .odometer.odometer-theme-default .odometer-formatting-mark {
        width: 22px
    }
}

@media(min-width:1628px) {
    .games-jackpot__text-wr .odometer.odometer-theme-default {
        font-size: 72px;
        line-height: 72px
    }
}

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

.games-jackpot__provider-slide {
    padding: 0 var(--spacings-m);
    border-radius: var(--roundings-s);
    background: var(--backgrounds-d);
    min-height: 58px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    text-align: center;
    min-width: 120px;
    width: auto !important;
    border: 1px solid transparent;
    cursor: pointer;
    box-shadow: 0 4px 32px 0 var(--colors-base-black);
    transition: all .2s ease-out
}

.games-jackpot__provider-slide:not(.games-jackpot__provider-slide--all):active,
.no-touch .games-jackpot__provider-slide:not(.games-jackpot__provider-slide--all):hover {
    background: var(--backgrounds-a)
}

@media(min-width:640px) {
    .games-jackpot__provider-slide {
        margin-right: var(--spacings-s)
    }

    .games-jackpot__provider-slide:last-child {
        margin-right: 0
    }
}

@media(min-width:1140px) {
    .games-jackpot__provider-slide {
        min-height: 44px;
        min-width: 140px
    }

    .games-jackpot__provider-slide.games-jackpot__provider-slide--all {
        min-width: 108px
    }
}

@media(min-width:1628px) {
    .games-jackpot__provider-slide {
        min-width: 152px;
        min-height: 72px
    }

    .games-jackpot__provider-slide.games-jackpot__provider-slide--all {
        min-width: 144px
    }
}

.games-jackpot__provider-slide--all {
    background-color: transparent;
    border: 1px solid var(--buttons-secondary-default)
}

.games-jackpot__provider-name {
    color: var(--text-text);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px
}

@media(min-width:1140px) {
    .games-jackpot__provider-name {
        font-size: 12px;
        font-weight: 700;
        line-height: 20px
    }
}

@media(min-width:1628px) {
    .games-jackpot__provider-name {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px
    }
}

.games-jackpot__provider-name-all {
    text-transform: uppercase
}

.games-jackpot__provider-sum {
    color: var(--text-accent-text);
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px
}

@media(min-width:1628px) {
    .games-jackpot__provider-sum {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px
    }
}

.games-slider-wr--jackpot-providers {
    position: relative;
    z-index: 2
}

.games-slider-wr--jackpot-providers-nav {
    position: absolute;
    top: 50%;
    background: var(--backgrounds-a);
    color: var(--icons-a);
    z-index: 3;
    transition: all .2s ease-out
}

.games-slider-wr--jackpot-providers-nav.swiper-button-disabled {
    opacity: 0
}

.games-slider-wr--jackpot-providers-prev {
    left: 0;
    transform: translateY(-50%) translateX(-50%)
}

.games-slider-wr--jackpot-providers-next {
    right: 0;
    transform: translateY(-50%) translateX(50%)
}

.back-title {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    z-index: 6
}

@media(max-width:1139px) {
    .bonuses-page .back-title {
        height: 64px !important
    }
}

.back-title__inner {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media(max-width:1139px) {
    .back-title__inner {
        width: 100vw;
        background-color: var(--backgrounds-a)
    }

    .bonuses-page .back-title__inner,
    .news-page .back-title:not(.fixed) .back-title__inner,
    .news .back-title:not(.fixed) .back-title__inner,
    .promo-page__banner .back-title:not(.fixed) .back-title__inner,
    .static-page .back-title:not(.fixed) .back-title__inner {
        background-color: transparent
    }

    .promo-page__banner .back-title__inner {
        left: -16px;
        right: -16px;
        width: calc(100% + 32px)
    }
}

@media(max-width:639px) {
    .back-title__inner {
        left: -16px;
        right: -16px
    }
}

@media(min-width:640px)and (max-width:1627px) {
    .back-title__inner {
        left: -24px;
        right: -24px;
        width: calc(100% + 48px)
    }
}

@media(min-width:1628px) {
    .back-title__inner {
        left: -32px;
        right: -32px;
        width: calc(100% + 64px)
    }
}

.back-title__fake {
    position: relative;
    display: flex;
    align-items: center;
    opacity: 0;
    pointer-events: none
}

.games-sort-page .back-title__fake {
    padding-top: var(--spacings-2xl);
    padding-bottom: var(--universal-spacings-l)
}

@media(max-width:1139px) {
    .back-title__fake {
        padding: var(--universal-spacings-m) var(--universal-spacings-l)
    }
}

@media(min-width:1140px) {
    .back-title__fake {
        padding: var(--universal-spacings-m) var(--spacings-2xl)
    }
}

.back-title__inner-wr {
    position: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    left: 0;
    right: 0;
    background-color: var(--backgrounds-a)
}

.fixed .back-title__inner-wr {
    margin-top: 0;
    margin-bottom: 0;
    background: var(--colors-base-black-70);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px)
}

.games-sort-page .back-title:not(.fixed) .back-title__inner-wr {
    padding-top: var(--spacings-2xl);
    padding-bottom: var(--universal-spacings-l)
}

.bonuses-page .back-title:not(.fixed) .back-title__inner-wr,
.promo-page__banner .back-title:not(.fixed) .back-title__inner-wr {
    padding-top: var(--universal-spacings-xl);
    background-color: transparent
}

@media(max-width:1139px) {

    .bonuses-page .back-title:not(.fixed) .back-title__inner-wr,
    .promo-page__banner .back-title:not(.fixed) .back-title__inner-wr {
        padding-left: var(--universal-spacings-l);
        padding-right: var(--universal-spacings-l)
    }
}

@media(max-width:639px) {
    .back-title__inner-wr {
        padding: var(--universal-spacings-m) var(--spacings-2xl)
    }

    .fixed .back-title__inner-wr {
        top: 60px
    }

    .news-page .back-title:not(.fixed) .back-title__inner-wr,
    .news .back-title:not(.fixed) .back-title__inner-wr {
        top: 80px
    }
}

@media(min-width:640px)and (max-width:1139px) {
    .back-title__inner-wr {
        padding: var(--universal-spacings-m) var(--spacings-2xl)
    }

    .bonuses-page .back-title:not(.fixed) .back-title__inner-wr {
        padding-left: var(--spacings-2xl);
        padding-right: var(--spacings-2xl)
    }

    .fixed .back-title__inner-wr {
        top: 64px
    }

    .news-page .back-title:not(.fixed) .back-title__inner-wr,
    .news .back-title:not(.fixed) .back-title__inner-wr {
        top: 84px
    }
}

@media(max-width:1139px) {

    .news-page .back-title:not(.fixed) .back-title__inner-wr,
    .news .back-title:not(.fixed) .back-title__inner-wr,
    .static-page .back-title:not(.fixed) .back-title__inner-wr {
        padding-top: 0;
        padding-bottom: 0;
        background-color: transparent
    }

    .static-page .back-title:not(.fixed) .back-title__inner-wr {
        top: 92px
    }

    .games-sort-page .back-title.fixed .back-title__inner-wr {
        transform: translateY(-100%)
    }
}

@media(min-width:1140px) {
    .back-title__inner-wr {
        padding: var(--universal-spacings-m) var(--spacings-2xl);
        transition: transform .1s ease-out
    }

    .fixed .back-title__inner-wr {
        top: 84px
    }

    .scroll-top .fixed .back-title__inner-wr {
        transform: translateY(0)
    }
}

@media(min-width:1628px) {
    .fixed .back-title__inner-wr {
        top: 124px
    }
}

.back-title__inner-wrap {
    display: flex;
    align-items: center;
    width: 100%
}

@media(min-width:1140px) {
    .games-sort-page .back-title__inner-wrap {
        width: calc(254px + 52.1vw);
        max-width: 1100px;
        margin: 0 auto
    }
}

@media(min-width:1628px) {
    .games-sort-page .back-title__inner-wrap {
        width: 72.9vw;
        max-width: 1400px
    }
}

@media(min-width:1920px) {
    .games-sort-page .back-title__inner-wrap {
        width: 1400px
    }
}

.back-title__button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: var(--universal-spacings-s);
    cursor: pointer;
    z-index: 3;
    color: var(--icons-a)
}

.static-page--privacy-policy .back-title__button,
.static-page--responsible-gambling .back-title__button,
.static-page--termssport .back-title__button,
.static-page--termsvsport .back-title__button {
    margin-top: var(--universal-spacings-2xs);
    align-self: flex-start
}

.back-title.fixed .back-title__button {
    margin-top: 0
}

.static-page--responsible-gambling .back-title__button {
    top: 5px
}

.static-page--responsible-gambling .back-title.fixed .back-title__button {
    top: 0
}

.back-title__button-icon {
    height: 16px;
    width: auto
}

.back-title__button-text {
    position: relative;
    z-index: 3;
    text-align: center;
    color: var(--text-text);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    transition: font-size .2s ease-out
}

.games-sort-page .back-title:not(.fixed) .back-title__button-text,
.games-sort-page .back-title__fake .back-title__button-text,
.page-profile .back-title__button-text {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px
}

.static-page--download-app .back-title__button-text {
    text-align: left
}

.bonuses-page .back-title:not(.fixed) .back-title__button-text,
.news .back-title:not(.fixed) .back-title__button-text,
.promo-page__banner .back-title:not(.fixed) .back-title__button-text,
.static-page .back-title:not(.fixed) .back-title__button-text {
    width: 100%;
    padding-right: 32px;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px
}

.static-page--privacy-policy .back-title:not(.fixed) .back-title__button-text {
    padding-right: var(--universal-spacings-l)
}

.static-page--casino-statuses .back-title:not(.fixed) .back-title__button-text {
    display: none
}

.back-title__button-text--capitalize {
    text-transform: capitalize
}

.games-sort-page__list {
    display: grid;
    gap: 8px
}

@media(max-width:479px) {
    .games-sort-page__list {
        grid-template-columns: repeat(3, minmax(0, 145px))
    }
}

@media(min-width:480px) {
    .games-sort-page__list {
        grid-template-columns: repeat(4, minmax(0, 148px))
    }
}

@media(min-width:640px)and (max-width:1139px) {
    .games-sort-page__list {
        grid-template-columns: repeat(5, minmax(0, 210px));
        gap: 12px
    }
}

@media(min-width:1140px)and (max-width:1627px) {
    .games-sort-page__list {
        grid-template-columns: repeat(5, minmax(0, 255px))
    }
}

@media(min-width:1320px)and (max-width:1499px) {
    .games-sort-page__list {
        grid-template-columns: repeat(6, minmax(0, 255px))
    }
}

@media(min-width:1500px)and (max-width:1627px) {
    .games-sort-page__list {
        grid-template-columns: repeat(7, minmax(0, 255px))
    }
}

@media(min-width:1140px) {
    .games-sort-page__list {
        gap: 24px 16px
    }
}

@media(min-width:1628px) {
    .games-sort-page__list {
        grid-template-columns: repeat(7, minmax(0, 204px))
    }
}

.games-sort-page__wr {
    display: flex;
    flex-direction: column
}

.games-sort-page__filter {
    display: flex
}

@media(max-width:1139px) {
    .group-filter__btn-wr {
        padding: 24px
    }
}

@media(min-width:1140px) {
    .group-filter__btn-wr {
        padding: 0
    }
}

.home-bg-section-inner {
    margin: 0 auto
}

.no-touch .home-bg-section-inner--initial {
    position: relative;
    z-index: 5
}

.game-list__preloader {
    min-height: 150px
}

.games-list__show-more-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 22px
}

.games-list__no-results {
    width: 100%
}

.games-list__no-results.loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    margin-bottom: 0
}

.icon-box {
    position: relative
}

.cards-slider-tabs {
    display: flex;
    gap: 0 var(--spacings-2xl);
    border-bottom: 1px solid var(--borders-b);
    margin-bottom: var(--spacings-l);
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    scrollbar-width: none
}

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

.cards-slider-tabs::-webkit-scrollbar-thumb,
.cards-slider-tabs::-webkit-scrollbar-track {
    background: transparent;
    display: none
}

.cards-slider-tabs__item {
    position: relative;
    padding: var(--universal-spacings-xs) 0 13px 0;
    color: var(--tabs-d-text-default);
    white-space: nowrap;
    scroll-snap-align: start;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase
}

@media(min-width:640px) {
    .cards-slider-tabs__item {
        padding: var(--universal-spacings-s) 0 15px 0
    }
}

@media(min-width:1628px) {
    .cards-slider-tabs__item {
        padding: var(--universal-spacings-m) 0 19px 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-transform: uppercase
    }
}

.cards-slider-tabs__item:hover {
    color: var(--tabs-d-text-hover)
}

.cards-slider-tabs__item.active {
    color: var(--tabs-d-text-selected)
}

.cards-slider-tabs__item.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--borders-c)
}

.games-list-with-tabs__no-results {
    width: 100%;
    margin: 60px 0
}

.games-list-with-tabs__no-results.loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    margin-bottom: 0
}

@media(max-width:712px) {
    .games-list-with-tabs__no-results {
        margin: 30px 0
    }
}

.games-list-with-tabs:last-child .games-slider-wrap {
    margin-bottom: 0
}

.spin-banner {
    position: relative;
    border-radius: var(--roundings-m);
    border: 1px solid var(--colors-global-primary-1);
    background-color: var(--backgrounds-b);
    background-image: url(/img/spin/banner/bg.png);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

@media(max-width:639px) {
    .spin-banner {
        height: 70px;
        padding: 15px 99px 15px 16px
    }
}

@media(min-width:640px) {
    .spin-banner {
        height: 80px;
        padding: 16px 116px 16px 20px
    }
}

@media(min-width:1140px) {
    .spin-banner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        height: 137px;
        padding: 20px 97px 20px 20px
    }
}

@media(min-width:1628px) {
    .spin-banner {
        height: 200px;
        padding: 28px 192px 32px 32px;
        padding-left: calc(-12.75601px + 2.74914vw)
    }
}

@media(min-width:1920px) {
    .spin-banner {
        padding-left: 40px
    }
}

@media(max-width:639px) {
    .spin-banner__title {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px
    }
}

@media(min-width:640px) {
    .spin-banner__title {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600
    }
}

@media(min-width:1628px) {
    .spin-banner__title {
        font-size: 26px;
        font-weight: 700;
        line-height: 28px
    }
}

.spin-banner__wheel {
    position: absolute;
    background-image: url(/img/spin/banner/wheel_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

@media(max-width:639px) {
    .spin-banner__wheel {
        top: -18px;
        right: 13px;
        width: 130px;
        height: 142px
    }
}

@media(min-width:640px)and (max-width:1139px) {
    .spin-banner__wheel {
        top: -24px;
        right: 2px;
        width: 155px;
        height: 169px
    }
}

@media(min-width:1140px) {
    .spin-banner__wheel {
        top: -28px;
        right: -8px;
        width: 220px;
        height: 240px
    }
}

@media(min-width:1628px) {
    .spin-banner__wheel {
        top: -45px;
        right: -14px;
        width: 332px;
        height: 362px
    }
}

.spin-banner__wheel-circle {
    position: absolute;
    animation: rotateWheel 2s ease-in-out infinite alternate;
    transform-origin: center center
}

@media(max-width:639px) {
    .spin-banner__wheel-circle {
        top: 31px;
        left: 15px;
        width: 100px;
        height: 100px
    }
}

@media(min-width:640px)and (max-width:1139px) {
    .spin-banner__wheel-circle {
        top: 36px;
        left: 17px;
        width: 120px;
        height: 120px
    }
}

@media(min-width:1140px) {
    .spin-banner__wheel-circle {
        top: 51px;
        left: 24px;
        width: 171px;
        height: 171px
    }
}

@media(min-width:1628px) {
    .spin-banner__wheel-circle {
        top: 78px;
        left: 37px;
        width: 257px;
        height: 257px
    }
}

.spin-banner__wheel-button {
    position: absolute
}

@media(max-width:639px) {
    .spin-banner__wheel-button {
        top: 30px;
        left: 49px;
        width: 33px;
        height: 69px
    }
}

@media(min-width:640px)and (max-width:1139px) {
    .spin-banner__wheel-button {
        top: 34px;
        left: 58px;
        width: 40px;
        height: 83px
    }
}

@media(min-width:1140px) {
    .spin-banner__wheel-button {
        top: 47px;
        left: 83px;
        width: 57px;
        height: 118px
    }
}

@media(min-width:1628px) {
    .spin-banner__wheel-button {
        top: 73px;
        left: 125px;
        width: 86px;
        height: 176px
    }
}

@media(min-width:1140px) {
    .spin-banner__wheel-coins {
        position: absolute;
        top: 26px;
        right: 2px;
        width: 193px;
        height: 159px;
        animation: transformCoins 3s ease-in-out infinite alternate;
        transform-origin: center center
    }
}

@media(min-width:1628px) {
    .spin-banner__wheel-coins {
        top: 42px;
        right: 5px;
        width: 289px;
        height: 237px
    }
}

@keyframes rotateWheel {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(15deg)
    }

    to {
        transform: rotate(-15deg)
    }
}

@keyframes transformCoins {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-6px)
    }

    to {
        transform: translateY(0)
    }
}

@media(min-width:640px) {
    .second-level-banners {
        padding-bottom: var(--universal-spacings-3xl)
    }
}

@media(min-width:1140px) {
    .second-level-banners {
        padding-bottom: var(--spacings-2xl)
    }
}

.second-level-banners-wr {
    position: relative
}

@media(min-width:1140px)and (max-width:1627px) {
    .second-level-banners-wr {
        overflow: hidden
    }
}

.second-level-banners__inner {
    display: flex;
    gap: var(--spacings-xl)
}

@media(max-width:1139px) {
    .second-level-banners__inner {
        margin: 0 calc(var(--spacings-2xl)*-1);
        padding: 0 var(--spacings-2xl) var(--spacings-2xl);
        overflow-x: auto;
        scrollbar-width: none
    }

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

    .second-level-banners__inner::-webkit-scrollbar-thumb,
    .second-level-banners__inner::-webkit-scrollbar-track {
        background: transparent;
        display: none
    }
}

@media(min-width:1140px) {
    .second-level-banners__inner {
        gap: 0
    }
}

.second-level-banners__card-wr {
    flex-shrink: 0;
    width: 236px;
    padding-top: 16px
}

@media(min-width:640px) {
    .second-level-banners__card-wr {
        padding-top: 20px;
        width: 260px
    }
}

@media(min-width:1140px) {
    .second-level-banners__card-wr {
        width: 336px;
        padding-top: 0
    }
}

@media(min-width:1628px) {
    .second-level-banners__card-wr {
        width: 480px
    }
}

.second-level-banners__card {
    position: relative;
    display: flex;
    width: 100%;
    padding: 15px 99px 15px 16px;
    border-radius: var(--roundings-m);
    background-color: var(--backgrounds-b);
    box-shadow: var(--light-gray-shadow);
    cursor: pointer;
    min-height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    transition: all .2s ease-out
}

.second-level-banners__card:after,
.second-level-banners__card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: var(--roundings-m);
    background: radial-gradient(108.48% 81.73% at 75.34% 100%, rgba(18, 18, 21, .43) 0, rgba(18, 18, 21, .91) 50.26%, rgba(18, 18, 21, .99) 100%);
    z-index: 0;
    pointer-events: none;
    transition: all .2s ease-in-out
}

.second-level-banners__card:after {
    transition-delay: 0s
}

.second-level-banners__card:before {
    background: radial-gradient(108.48% 81.73% at 75.34% 100%, rgba(18, 18, 21, 0) 17.54%, rgba(18, 18, 21, .88) 50.26%, rgba(18, 18, 21, .99) 100%);
    opacity: 0;
    transition-delay: .1s
}

@media(min-width:640px) {
    .second-level-banners__card {
        min-height: 80px;
        padding: 16px 116px 16px 20px
    }
}

@media(min-width:1140px) {
    .second-level-banners__card {
        min-height: 137px;
        padding: 20px 97px 20px 20px
    }

    .no-touch .second-level-banners__card:hover:after {
        opacity: 0;
        transition-delay: .1s
    }

    .no-touch .second-level-banners__card:hover:before {
        opacity: 1;
        transition-delay: 0s
    }
}

@media(min-width:1628px) {
    .second-level-banners__card {
        min-height: 200px;
        padding: 28px 192px 32px 32px;
        padding-left: calc(-12.75601px + 2.74914vw)
    }
}

@media(min-width:1920px) {
    .second-level-banners__card {
        padding-left: 40px
    }
}

.second-level-banners__img-wr {
    position: absolute;
    z-index: 1;
    width: 86px;
    height: 86px;
    flex-shrink: 0;
    overflow: hidden;
    right: 13px;
    bottom: 0
}

@media(min-width:640px) {
    .second-level-banners__img-wr {
        width: 100px;
        height: 100px;
        right: 16px
    }
}

@media(min-width:1140px) {
    .second-level-banners__img-wr {
        width: 117px;
        height: 117px;
        transition: all .2s ease-out
    }

    .second-level-banners--authorized .second-level-banners__img-wr {
        right: calc(-209.60986px + 16.63244vw)
    }

    .no-touch .second-level-banners__card:hover .second-level-banners__img-wr {
        transform: translateX(5px)
    }
}

@media(min-width:1628px) {
    .second-level-banners__img-wr {
        width: 172px;
        height: 172px
    }

    .second-level-banners--authorized .second-level-banners__img-wr {
        right: calc(-296.53608px + 16.49485vw)
    }
}

@media(min-width:1920px) {
    .second-level-banners__img-wr {
        right: 20px
    }
}

.second-level-banners__center {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    flex-grow: 1;
    z-index: 2;
    margin-right: 2px
}

@media(min-width:640px) {
    .second-level-banners__center {
        gap: 6px
    }
}

@media(min-width:1140px) {
    .second-level-banners__center {
        gap: 8px
    }
}

.second-level-banners__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

@media(min-width:640px) {
    .second-level-banners__title {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600
    }
}

@media(min-width:1628px) {
    .second-level-banners__title {
        font-size: 26px;
        font-weight: 700;
        line-height: 28px
    }
}

.second-level-banners__desc {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: var(--gray-400);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.second-level-banners__desc:empty {
    display: none
}

@media(min-width:640px) {
    .second-level-banners__desc {
        margin-bottom: auto;
        padding-bottom: 14px;
        line-height: 20px
    }
}

@media(min-width:1140px) {
    .second-level-banners__desc {
        padding-bottom: 19px;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px
    }
}

@media(min-width:1140px) {
    .second-level-banners__btn {
        margin-top: auto
    }

    .no-touch .second-level-banners__card:hover .second-level-banners__btn {
        border: 1px solid var(--buttons-secondary-hover)
    }
}

.second-level-banners__next,
.second-level-banners__prev {
    position: absolute;
    top: 50%;
    z-index: 2;
    visibility: visible;
    color: var(--borders-c);
    background-color: var(--backgrounds-a);
    opacity: 0
}

.second-level-banners__next.swiper-button-disabled,
.second-level-banners__prev.swiper-button-disabled {
    pointer-events: none;
    opacity: 0 !important
}

.no-touch .second-level-banners-wr:hover .second-level-banners__next,
.no-touch .second-level-banners-wr:hover .second-level-banners__prev {
    opacity: 1
}

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

    .second-level-banners__next:after,
    .second-level-banners__prev:after {
        content: "";
        position: absolute;
        width: 120px;
        height: 137px;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1
    }
}

.second-level-banners__prev {
    left: 0;
    transform: translate(-50%, -50%)
}

@media(min-width:1140px)and (max-width:1627px) {
    .second-level-banners__prev {
        transform: translateY(-50%)
    }

    .second-level-banners__prev:after {
        background: linear-gradient(90deg, #000, transparent);
        left: -36px
    }
}

.second-level-banners__next {
    right: 0;
    transform: translate(50%, -50%)
}

@media(min-width:1140px)and (max-width:1627px) {
    .second-level-banners__next {
        transform: translateY(-50%)
    }

    .second-level-banners__next:after {
        background: linear-gradient(270deg, #000, transparent);
        right: -36px
    }
}