.play-provider {
    display: flex;
    justify-content: center;
    padding: 12px 8px 12px 12px;
    border: 1px solid var(--gray-500-p-20);
    border-radius: 16px;
    background: var(--white)
}

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

.play-provider:hover {
    cursor: pointer
}

.dark .play-provider {
    background-color: var(--blue-dark-450)
}

@media(max-width:639px) {
    .play-provider {
        display: none;
        flex: 0 1 calc(50% - 6px);
        max-height: 72px;
        border: none;
        box-shadow: var(--light-gray-shadow)
    }

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

@media(min-width:640px) {
    .play-provider {
        position: relative;
        align-items: center;
        flex-direction: column;
        padding: 13px 16px 12px 17px;
        gap: 13px;
        margin-right: 16px;
        margin-bottom: 11px;
        max-width: 204px;
        height: auto;
        max-height: 128px;
        border-radius: 20px
    }

    .play-provider:after {
        width: 85%;
        height: 17px;
        bottom: 0;
        z-index: 0;
        box-shadow: var(--light-gray-shadow)
    }

    .play-provider:after,
    .play-provider:before {
        content: "";
        position: absolute;
        border-radius: 20px
    }

    .play-provider:before {
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: var(--white)
    }

    .dark .play-provider:before {
        background-color: var(--blue-dark-450)
    }

    .play-provider:hover:after {
        bottom: 6px;
        box-shadow: var(--drop-down-shadow)
    }
}

@media(min-width:1140px) {
    .play-provider {
        padding: 16px 28px;
        gap: 12px;
        margin-right: 20px;
        margin-bottom: 18px;
        max-width: 272px;
        max-height: 154px
    }

    .play-provider,
    .play-provider:after,
    .play-provider:before {
        border-radius: 24px
    }

    .play-provider:hover:after {
        bottom: 0
    }
}

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

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

@media(min-width:640px) {
    .play-provider__img-wr {
        width: 136px;
        height: 54px
    }
}

@media(min-width:1140px) {
    .play-provider__img-wr {
        width: 160px;
        height: 64px
    }
}

.play-provider__img {
    height: inherit
}

.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 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    max-width: 149px;
    color: var(--gray-500);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.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;
        line-height: 20px
    }
}

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

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

@media(min-width:1140px) {
    .play-provider__jackpot-sum {
        font-size: 16px;
        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)
}

.dark .play-provider__games {
    background-color: var(--blue-500-p-20)
}

@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 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: var(--white)
}

.dark .play-provider__games-text {
    color: var(--white-p-50)
}

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

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

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

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

@media(min-width:1140px) {
    .play-provider__games-number {
        font-size: 16px;
        line-height: 24px
    }
}

.games-slider-wrap {
    position: relative;
    margin-bottom: 28px;
    z-index: 1
}

@media(max-width:639px) {
    .games-slider-wrap {
        margin-top: 12px
    }
}

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

@media(min-width:1140px) {
    .games-slider-wrap {
        margin-bottom: 40px
    }
}

@media(min-width:1628px) {
    .games-slider-wrap {
        margin-bottom: 48px
    }
}

.games-slider-wrap .swiper-wrapper {
    padding-bottom: 100px
}

.main-page__games-providers .games-slider-wrap .swiper-wrapper {
    padding-bottom: 0
}

.main-page__games-providers .games-slider-wrap {
    margin-bottom: 0
}

.games-jackpot .games-slider-wrap {
    margin-bottom: 24px
}

@media(min-width:640px) {
    .games-jackpot .games-slider-wrap {
        margin-bottom: 32px
    }
}

@media(min-width:1140px) {
    .games-jackpot .games-slider-wrap {
        margin-bottom: 44px
    }
}

@media(min-width:1628px) {
    .games-jackpot .games-slider-wrap {
        margin-bottom: 67px
    }
}

.home-bg-section-inner--jackpot-providers .games-slider-wrap {
    margin-bottom: 0
}

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

@media(max-width:639px) {
    .swiper-container-multirow {
        max-height: 320px;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 12px 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
    }

    .dark .games-slider--rtp:after {
        background: linear-gradient(270deg, #06112e, rgba(6, 17, 46, 0))
    }
}

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

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

    .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 .games-slider {
        padding: 12px 12px 24px 12px;
        flex-wrap: wrap;
        gap: 12px;
        overflow: hidden
    }
}

@media(min-width:640px) {
    .games-slider {
        margin-bottom: -100px
    }

    .main-page__games-providers .games-slider {
        margin-bottom: 0
    }
}

@media(max-width:639px) {
    .home-bg-section-inner--jackpot-providers .games-slider {
        margin: 0 -12px -12px;
        padding: 0 12px 12px
    }
}

@media(min-width:640px) {
    .home-bg-section-inner--jackpot-providers .games-slider {
        margin-bottom: -30px;
        padding-bottom: 30px
    }
}

@media(min-width:640px) {
    .games-slider-wrap--section-popular .games-slider--two-row .swiper-wrapper {
        display: grid;
        grid-template-rows: repeat(2, 1fr);
        grid-auto-flow: column;
        gap: 16px 0
    }
}

@media(min-width:1140px) {
    .games-slider-wrap--section-popular .games-slider--two-row .swiper-wrapper {
        gap: 24px 0
    }
}

.games-slider--video-container {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1)
}

@media(max-width:639px) {
    .games-slider--video-container {
        max-height: none;
        overflow: hidden
    }

    .dark .games-slider--video-container {
        background-color: var(--blue-dark-450)
    }
}

.games-slider__title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: var(--black-500)
}

.dark .games-slider__title {
    color: var(--white)
}

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

@media(min-width:1140px) {
    .games-slider__title {
        font-size: 28px;
        line-height: 36px
    }
}

.games-slider__inner {
    position: relative
}

.games-slider__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px
}

@media(min-width:640px) {
    .games-slider__head {
        margin-bottom: 24px
    }
}

@media(max-width:639px) {
    .games-jackpot .games-slider__head {
        margin-bottom: 12px
    }
}

@media(max-width:639px) {
    .games-slider__button-all {
        padding: 4px 4px 4px 16px;
        border-radius: 12px;
        font-size: 12px;
        line-height: 20px;
        height: 32px
    }
}

@media(min-width:640px)and (max-width:1139px) {
    .games-slider__button-all {
        padding: 8px 20px;
        border-radius: 12px;
        font-size: 14px;
        line-height: 20px;
        height: 36px
    }
}

.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;
    overflow-x: hidden;
    padding-bottom: 100px;
    margin-bottom: -100px
}

.main-page__games-providers .games-slider__inner-wr {
    padding-bottom: 0;
    margin-bottom: 0
}

@media(max-width:639px) {
    .main-page__games-providers .games-slider__inner-wr {
        margin: -12px -12px -24px -12px
    }
}

@media(max-width:639px) {
    .home-bg-section-inner--jackpot-providers .games-slider__inner-wr {
        margin: 0 -12px -12px;
        padding: 0 12px 12px
    }
}

@media(min-width:640px) {
    .home-bg-section-inner--jackpot-providers .games-slider__inner-wr {
        margin: 0 -30px -30px;
        padding: 0 30px 30px
    }
}

.games-cards-video {
    display: flex;
    align-items: flex-end;
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 232px;
    overflow: hidden;
    cursor: pointer
}

.games-cards-video:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 113px;
    background: linear-gradient(180deg, rgba(210, 32, 171, 0), rgb(var(--game-bg)) 50.52%);
    z-index: 1
}

@media(min-width:640px)and (max-width:1139px) {
    .games-cards-video:before {
        height: 75px
    }
}

@media(min-width:1628px) {
    .games-cards-video:before {
        height: 133px
    }
}

@media(min-width:640px) {
    .games-slider-wrap--section-popular .games-slider--two-row .games-cards-video {
        grid-column: 1/span 2
    }
}

@media(min-width:640px)and (max-width:1139px) {
    .games-cards-video {
        width: 260px;
        height: 152px;
        border-radius: 16px;
        margin-right: 16px
    }
}

@media(min-width:1140px)and (max-width:1627px) {
    .games-cards-video {
        width: 392px;
        height: 232px;
        border-radius: 20px;
        margin-right: 20px
    }
}

@media(min-width:1628px) {
    .games-cards-video {
        width: 424px;
        height: 252px;
        border-radius: 24px;
        margin-right: 20px
    }
}

.games-cards-video-item {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover
}

.games-cards-video__content-img {
    width: 46px;
    height: 46px;
    margin-right: 7px;
    flex-shrink: 0;
    border-radius: 10px;
    object-fit: cover
}

@media(min-width:640px)and (max-width:1139px) {
    .games-cards-video__content-img {
        width: 36px;
        height: 36px;
        border-radius: 8px
    }
}

@media(min-width:1140px)and (max-width:1627px) {
    .games-cards-video__content-img {
        width: 52px;
        height: 52px;
        border-radius: 10px;
        margin-right: 12px
    }
}

@media(min-width:1628px) {
    .games-cards-video__content-img {
        width: 60px;
        height: 60px;
        margin-right: 12px;
        border-radius: 12px
    }
}

.games-cards-video__content {
    position: relative;
    display: flex;
    width: 100%;
    margin: 15px;
    padding: 6px;
    border-radius: 16px;
    border: 2px solid var(--white-p-30);
    z-index: 2
}

@media(min-width:640px)and (max-width:1139px) {
    .games-cards-video__content {
        margin: 12px;
        padding: 4px;
        border-radius: 12px
    }
}

@media(min-width:1140px)and (max-width:1627px) {
    .games-cards-video__content {
        margin: 16px;
        padding: 8px;
        border-radius: 20px
    }
}

@media(min-width:1628px) {
    .games-cards-video__content {
        margin: 16px;
        padding: 8px;
        border-radius: 20px
    }
}

.games-cards-video__content-inner {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.games-cards-video__content-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: var(--white)
}

@media(min-width:640px)and (max-width:1139px) {
    .games-cards-video__content-name {
        font-size: 12px;
        line-height: 20px
    }
}

@media(min-width:1140px) {
    .games-cards-video__content-name {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 4px
    }
}

.games-cards-video__content-provider {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--white-p-50)
}

@media(min-width:640px)and (max-width:1139px) {
    .games-cards-video__content-provider {
        font-size: 10px;
        line-height: 16px
    }
}

@media(min-width:1140px) {
    .games-cards-video__content-provider {
        font-size: 14px
    }
}

.games-cards-video__content-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    right: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.games-cards-video__content-icon-item {
    width: 7px;
    height: 12px;
    margin-left: 1px;
    color: var(--white)
}

.games-list-card-infinity__item-wrap {
    display: flex
}

.games-list-card-infinity__item-wrap:last-child {
    margin-top: 12px;
    margin-left: -42px
}

.games-list-card-infinity__item-inner {
    display: flex;
    animation: scroll 100s linear infinite
}

.games-list-card-infinity__item {
    width: 74px;
    height: 92px;
    margin-right: 10px;
    border-radius: 12px;
    object-fit: cover
}

.games-list-card-infinity {
    margin: 16px 0;
    overflow: hidden
}

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

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

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

.basic .games-list-rtp {
    background-image: url("rtp.png")
}

.dark .games-list-rtp {
    background-image: url("rtp_dark.png")
}

@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);
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 2px
}

.dark .games-list-rtp__content-title {
    color: var(--white)
}

@media(min-width:640px)and (max-width:1139px) {
    .games-list-rtp__content-title {
        font-size: 14px
    }
}

@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 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 4px
    }
}

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

.dark .games-list-rtp__content-provider {
    color: var(--white)
}

@media(min-width:1140px) {
    .games-list-rtp__content-provider {
        font-size: 12px;
        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 {
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    color: var(--black-500)
}

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

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

.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default,
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    transition: transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    transition: transform 2s;
    transform: translateY(0)
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    font-family: Helvetica Neue, sans-serif;
    line-height: 1.1em
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
    text-align: center
}

.odometer.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-animating-up .odometer-ribbon-inner {
    transition-duration: .5s !important
}

.odometer-inside * {
    will-change: transform
}

.games-jackpot {
    position: relative;
    padding: 54px 12px 22px;
    margin: 0 -12px 28px;
    background-size: cover
}

.games-jackpot:after,
.games-jackpot:before {
    content: "";
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain
}

.basic .games-jackpot {
    background: url("jackpot-bg_mob.webp") no-repeat 50% 0
}

.dark .games-jackpot {
    background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") no-repeat 50% 0
}

@media(max-width:639px) {
    .games-jackpot:before {
        width: 320px;
        height: 153px;
        top: -32px;
        left: -10px;
        background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
    }

    .games-jackpot:after {
        content: none
    }
}

@media(min-width:640px) {
    .games-jackpot {
        padding: 110px 32px 30px;
        margin: 0 -32px 40px
    }

    .basic .games-jackpot {
        background-image: url("jackpot-bg.webp")
    }

    .dark .games-jackpot {
        background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
    }

    .games-jackpot:before {
        width: 225px;
        height: 349px;
        left: 0;
        top: -5px;
        background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
    }

    .games-jackpot:after {
        width: 216px;
        height: 223px;
        right: 0;
        top: -44px;
        background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
    }
}

@media(min-width:1140px) {
    .games-jackpot {
        padding: 110px 32px 28px
    }

    .games-jackpot:before {
        width: 611px;
        height: 341px;
        left: -83px;
        top: -36px;
        background-image: url("jackpot-coins-left.webp")
    }

    .games-jackpot:after {
        width: 426px;
        height: 265px;
        top: -24px;
        background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
    }
}

@media(min-width:1628px) {
    .games-jackpot {
        padding: 110px 74px 36px;
        margin: 0 -74px 48px
    }

    .games-jackpot:before {
        width: 736px;
        height: 407px;
        left: -202px;
        top: -65px
    }

    .games-jackpot:after {
        width: 441px;
        height: 347px;
        top: -72px;
        background-image: url("jackpot-coins-right-1628-1920.webp")
    }
}

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

.games-jackpot__odometer {
    position: relative;
    width: 100%;
    max-width: 612px;
    margin: 0 auto 24px;
    z-index: 3
}

@media(max-width:639px) {
    .games-jackpot__odometer {
        padding: 0 3px
    }
}

@media(min-width:640px) {
    .games-jackpot__odometer {
        margin-bottom: 35px
    }
}

@media(min-width:1140px) {
    .games-jackpot__odometer {
        margin-bottom: 58px
    }
}

@media(min-width:1628px) {
    .games-jackpot__odometer {
        max-width: 686px;
        margin-bottom: 45px
    }
}

.games-jackpot__odometer-image {
    position: absolute;
    z-index: 1
}

.games-jackpot__odometer-image:before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%
}

.games-jackpot__odometer-image img {
    position: relative
}

.games-jackpot__odometer-image--left {
    width: 58px;
    top: -10px;
    left: 32px
}

.games-jackpot__odometer-image--left:before {
    width: 58px;
    height: 26px;
    top: 10px;
    left: 6px;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

@media(min-width:1140px) {
    .games-jackpot__odometer-image--left {
        width: 61px
    }

    .games-jackpot__odometer-image--left:before {
        width: 61px;
        height: 28px
    }
}

@media(min-width:1628px) {
    .games-jackpot__odometer-image--left {
        width: 68px;
        left: 39px;
        top: -11px
    }

    .games-jackpot__odometer-image--left:before {
        width: 68px;
        height: 31px;
        top: 11px;
        left: 7px
    }
}

.games-jackpot__odometer-image--right {
    width: 58px;
    bottom: -19px;
    right: -4px
}

.games-jackpot__odometer-image--right:before {
    width: 58px;
    height: 26px;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    bottom: 19px;
    right: 4px
}

@media(min-width:1140px) {
    .games-jackpot__odometer-image--right {
        width: 62px
    }

    .games-jackpot__odometer-image--right:before {
        width: 60px;
        height: 21px
    }
}

@media(min-width:1628px) {
    .games-jackpot__odometer-image--right {
        width: 69px;
        bottom: -24px;
        right: -5px
    }

    .games-jackpot__odometer-image--right:before {
        width: 67px;
        height: 23px;
        bottom: 24px;
        right: 5px
    }
}

.games-jackpot__logo-image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 135px;
    bottom: 52px;
    z-index: 1
}

@media(min-width:640px) {
    .games-jackpot__logo-image {
        bottom: 96px
    }
}

@media(min-width:1140px) {
    .games-jackpot__logo-image {
        width: 144px;
        bottom: 102px
    }
}

@media(min-width:1628px) {
    .games-jackpot__logo-image {
        width: 160px;
        bottom: 114px
    }
}

.games-jackpot__logo-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    padding: 1px 18px 2px;
    border-radius: 20px;
    background: var(--blue-500)
}

@media(min-width:640px) {
    .games-jackpot__logo-text {
        font-size: 18px;
        line-height: 1.33;
        padding: 3px 32px 4px;
        border-radius: 41px
    }
}

@media(min-width:1140px) {
    .games-jackpot__logo-text {
        font-size: 20px;
        line-height: 1.4;
        padding: 4px 35px 6px;
        border-radius: 44px
    }
}

@media(min-width:1628px) {
    .games-jackpot__logo-text {
        font-size: 24px;
        line-height: 1.33;
        padding: 2px 40px 6px;
        border-radius: 50px
    }
}

.games-jackpot__text-wr {
    position: relative;
    width: 100%;
    border-radius: 24px;
    background-image: var(--jackpot-gradient);
    height: 67px
}

@media(min-width:640px) {
    .games-jackpot__text-wr {
        height: 110px;
        border-radius: 36px
    }

    .games-jackpot__text-wr:before {
        content: "";
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        border-radius: 24px;
        border: 3px solid var(--black-500-p-10)
    }
}

@media(min-width:1140px) {
    .games-jackpot__text-wr {
        height: 117px;
        border-radius: 40px
    }

    .games-jackpot__text-wr:before {
        border-radius: 27px;
        top: 11px;
        left: 11px;
        right: 11px;
        bottom: 11px
    }
}

@media(min-width:1628px) {
    .games-jackpot__text-wr {
        height: 130px;
        border-radius: 44px
    }

    .games-jackpot__text-wr:before {
        border-radius: 31px;
        top: 12px;
        left: 12px;
        right: 12px;
        bottom: 12px
    }
}

.games-jackpot__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96%
}

.odometer.odometer-theme-default {
    font-family: var(--font_notosans);
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.18;
    color: var(--gray-500)
}

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

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

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

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

@media(min-width:640px) {
    .odometer.odometer-theme-default {
        font-size: 57px;
        line-height: 1.47
    }

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

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

@media(min-width:1140px) {
    .odometer.odometer-theme-default {
        font-size: 60px;
        line-height: 1.49
    }

    .odometer.odometer-theme-default+.odometer {
        margin-left: 19px
    }
}

@media(min-width:1628px) {
    .odometer.odometer-theme-default {
        font-size: 68px;
        line-height: 1.47
    }
}

.home-bg-section-inner {
    max-width: var(--main-container-max-width);
    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%;
    margin: 60px 0
}

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

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

.icon-box {
    position: relative
}

@keyframes RecordWinningsItemAnimation {
    0% {
        height: 0;
        background-color: var(--green-500);
        border-radius: 0
    }

    to {
        height: 62px;
        background-color: var(--record-winnings-animation-color);
        border-radius: 16px
    }
}

.record-winnings {
    margin-bottom: 28px
}

@media(min-width:640px) {
    .record-winnings {
        margin-bottom: 32px
    }
}

@media(min-width:1140px) {
    .record-winnings {
        margin-bottom: 41px
    }
}

@media(min-width:1628px) {
    .record-winnings {
        margin-bottom: 49px
    }
}

.record-winnings__title {
    text-align: center;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4
}

@media(min-width:640px) {
    .record-winnings__title {
        text-align: left;
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 1.33
    }
}

@media(min-width:1140px) {
    .record-winnings__title {
        margin-bottom: 32px;
        font-size: 28px;
        line-height: 1.28
    }
}

@media(min-width:1140px) {
    .record-winnings__body {
        display: flex;
        align-items: flex-start;
        margin: 0 -10px
    }
}

.record-winnings__container {
    position: relative
}

@media(min-width:1140px) {
    .record-winnings__container {
        width: 33.333%;
        padding: 0 10px
    }
}

@media(min-width:1140px) {
    .record-winnings__subtitle {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.33;
        margin-bottom: 23px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }
}

@media(min-width:1628px) {
    .record-winnings__subtitle {
        font-size: 20px;
        line-height: 1.4
    }
}

.record-winnings__item {
    display: flex;
    align-items: center;
    border-radius: 16px;
    background-color: var(--white);
    box-shadow: var(--light-gray-shadow);
    margin-bottom: 6px;
    padding: 7px;
    border: 1px solid transparent;
    overflow: hidden;
    transition: all .2s ease-out
}
/* 
.record-winnings__item:last-child {
    margin-bottom: 0
} */

.no-touch .record-winnings__item:hover {
    border-color: var(--orange-500);
    box-shadow: none;
    cursor: pointer
}

@media(min-width:640px) {
    .record-winnings__item {
        padding: 8px 12px 8px 8px
    }
}

.record-winnings__list:not(.record-winnings__list--block-animation) .record-winnings__item.record-winnings-enter-to {
    animation: RecordWinningsItemAnimation .5s linear 1
}

.dark .record-winnings__item {
    background-color: var(--blue-dark-450)
}

.record-winnings__item-figure {
    flex-grow: 1;
    display: flex;
    align-items: center;
    margin: 0;
    overflow: hidden
}

.record-winnings__item-caption {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.record-winnings__item-image-container {
    position: relative;
    margin-right: 8px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0
}

@media(min-width:640px) {
    .record-winnings__item-image-container {
        margin-right: 12px;
        border-radius: 12px
    }
}

.record-winnings__item-image-container-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--black-500-p-30);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    border-radius: inherit;
    transition: all .2s ease-out;
    opacity: 0
}

.no-touch .record-winnings__item:hover .record-winnings__item-image-container-hover {
    opacity: 1
}

.record-winnings__item-image-container-ic {
    width: 21px;
    height: 24px;
    color: var(--white)
}

.record-winnings__item-image {
    width: 46px;
    height: 46px;
    object-fit: cover;
    flex-shrink: 0
}

@media(min-width:640px) {
    .record-winnings__item-image {
        width: 52px;
        height: 52px
    }
}

.record-winnings__item-title {
    max-width: 100%
}

.record-winnings__item-title-container {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--gray-500);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.66;
    margin-bottom: 2px;
    display: block
}

.dark .record-winnings__item-title-container {
    color: var(--white)
}

@media(min-width:640px) {
    .record-winnings__item-title-container {
        font-size: 14px;
        line-height: 1.42;
        margin-bottom: 4px
    }
}

.record-winnings__item-description {
    display: flex
}

.record-winnings__item-nickname {
    color: var(--gray-400);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.6
}

.dark .record-winnings__item-nickname {
    color: var(--white-p-70)
}

@media(min-width:640px) {
    .record-winnings__item-nickname {
        font-size: 12px;
        line-height: 1.66
    }
}

.record-winnings__item-time {
    color: var(--gray-400);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.6;
    margin-left: 4px
}

.dark .record-winnings__item-time {
    color: var(--white-p-50)
}

@media(min-width:640px) {
    .record-winnings__item-time {
        font-size: 12px;
        line-height: 1.66
    }
}

.record-winnings__item-aside {
    flex-shrink: 0;
    margin-left: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

@media(min-width:640px) {
    .record-winnings__item-aside {
        margin-left: 12px
    }
}

.record-winnings__item-aside--get-winners-top-by-coefficient {
    flex-direction: column-reverse
}

.record-winnings__item-win {
    color: var(--white);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.6;
    border-radius: 24px;
    background-color: var(--green-500);
    padding: 1px 4px
}

@media(min-width:640px) {
    .record-winnings__item-win {
        padding: 2px 6px;
        font-size: 12px;
        line-height: 1.66
    }
}

.record-winnings__container--get-winners-top-by-coefficient .record-winnings__item-win {
    margin-top: 2px;
    background-color: transparent;
    padding: 0;
    color: var(--gray-500)
}

.dark .record-winnings__container--get-winners-top-by-coefficient .record-winnings__item-win {
    color: var(--white)
}

@media(min-width:1140px) {
    .record-winnings__container--get-winners-top-by-coefficient .record-winnings__item-win {
        margin-top: 4px
    }
}

.record-winnings__item-coefficient {
    margin-top: 2px;
    color: var(--gray-500);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.6
}

.dark .record-winnings__item-coefficient {
    color: var(--white)
}

@media(min-width:640px) {
    .record-winnings__item-coefficient {
        font-size: 12px;
        line-height: 1.66;
        margin-top: 4px
    }
}

.record-winnings__container--get-winners-top-by-coefficient .record-winnings__item-coefficient {
    font-size: 12px;
    color: var(--orange-500);
    margin: 0
}

.dark .record-winnings__container--get-winners-top-by-coefficient .record-winnings__item-coefficient {
    color: var(--yellow-500)
}

@media(min-width:1140px) {
    .record-winnings__container--get-winners-top-by-coefficient .record-winnings__item-coefficient {
        font-size: 14px;
        line-height: 1.42
    }
}

.record-winnings__tabs {
    display: flex;
    margin-bottom: 16px
}

@media(min-width:640px) {
    .record-winnings__tabs {
        margin-bottom: 24px
    }
}

.record-winnings__tabs-container {
    display: flex;
    overflow: auto;
    background-color: var(--gray-500-p-08);
    scroll-behavior: smooth;
    padding: 4px;
    border-radius: 14px
}

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

.record-winnings__tabs-container::-webkit-scrollbar-thumb,
.record-winnings__tabs-container::-webkit-scrollbar-track {
    background: transparent;
    display: none
}

.dark .record-winnings__tabs-container {
    background-color: var(--blue-500-p-10)
}

.record-winnings__tabs-item {
    white-space: nowrap;
    color: var(--gray-500);
    font-size: 12px;
    font-weight: 600;
    border: none;
    line-height: 1.66;
    border-radius: 10px;
    padding: 6px 12px;
    position: relative;
    background-color: transparent;
    -webkit-appearance: none
}

.record-winnings__tabs-item:before {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    border-radius: 1px;
    background: var(--gray-500-p-20);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

.record-winnings__tabs-item:last-child:before {
    display: none
}

.dark .record-winnings__tabs-item {
    color: var(--white-p-70)
}

.record-winnings__tabs-item--active {
    background-color: var(--gray-500);
    color: var(--white)
}

.record-winnings__tabs-item--active:before {
    display: none
}

.dark .record-winnings__tabs-item--active {
    background-color: var(--blue-500-p-30);
    color: var(--white)
}

.banners-welcome-offer-main {
    position: relative;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

@media(max-width:639px) {
    .banners-welcome-offer-main {
        height: 92.5vw;
        border-radius: 5vw
    }
}

@media(min-width:640px)and (max-width:1139px) {
    .banners-welcome-offer-main {
        height: 235px;
        border-radius: 16px;
        overflow: hidden
    }

    .banners-welcome-offer-row .banners-welcome-offer-main {
        height: auto;
        width: calc(50% - .9375vw);
        border-radius: 2.5vw
    }

    .banners-welcome-offer-row .banners-welcome-offer-main:before {
        content: "";
        width: 100%;
        padding-top: 100%
    }
}

@media(min-width:1140px) {
    .banners-welcome-offer-main {
        border-radius: 20px
    }
}

@media(min-width:1140px)and (max-width:1627px) {
    .banners-welcome-offer-main {
        height: 332px;
        margin-bottom: 40px;
        padding: 51px 300px 44px 86px
    }
}

@media(min-width:1628px) {
    .banners-welcome-offer-main {
        height: 368px;
        margin-bottom: 48px;
        padding: 61px 40% 53px 122px;
        border-radius: 24px
    }
}

.banners-welcome-offer-main__fox-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 68.75vw
}

@media(min-width:640px)and (max-width:1139px) {
    .banners-welcome-offer-main__fox-img {
        transform: translateX(calc(-50% + 186px));
        width: 281px
    }

    .banners-welcome-offer-row .banners-welcome-offer-main__fox-img {
        transform: translateX(-50%);
        width: 34.375vw
    }
}

@media(min-width:1140px) {
    .banners-welcome-offer-main__fox-img {
        transform: translateX(calc(-50% + 224px));
        width: 389px
    }
}

@media(min-width:1628px) {
    .banners-welcome-offer-main__fox-img {
        transform: translateX(calc(-50% + 275px));
        width: 500px
    }
}

.banners-welcome-offer-main__content {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%
}

@media(max-width:639px) {
    .banners-welcome-offer-main__content {
        padding: 6.25vw 6.25vw 8.75vw 6.25vw;
        width: 100%
    }
}

@media(min-width:640px)and (max-width:1139px) {
    .banners-welcome-offer-main__content {
        position: relative;
        z-index: 1;
        padding: 39px 40% 29px 61px
    }

    .banners-welcome-offer-row .banners-welcome-offer-main__content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 3.125vw 3.125vw 4.0625vw 3.125vw
    }
}

.banners-welcome-offer-main__content-title {
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    position: relative;
    z-index: 2
}

@media(max-width:639px) {
    .banners-welcome-offer-main__content-title {
        margin-bottom: .9375vw;
        font-size: 4.375vw;
        line-height: 5.625vw
    }
}

@media(min-width:640px)and (max-width:1139px) {
    .banners-welcome-offer-main__content-title {
        margin-bottom: 3px;
        font-size: 15px;
        line-height: 20px
    }

    .banners-welcome-offer-row .banners-welcome-offer-main__content-title {
        margin-bottom: .3125vw;
        font-size: 1.875vw;
        line-height: 2.8125vw
    }
}

@media(min-width:1140px)and (max-width:1627px) {
    .banners-welcome-offer-main__content-title {
        margin-bottom: 7px;
        font-size: 24px;
        line-height: 32px
    }
}

@media(min-width:1628px) {
    .banners-welcome-offer-main__content-title {
        margin-bottom: 8px;
        font-size: 30px;
        line-height: 40px
    }
}

.banners-welcome-offer-main__content-text {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: var(--white);
    font-weight: 800;
    text-transform: uppercase;
    z-index: 2
}

.banners-welcome-offer-main__content-text span:first-child {
    font-size: 7.5vw;
    line-height: 7.5vw
}

.banners-welcome-offer-main__content-text span:last-child {
    font-size: 4.375vw;
    line-height: 5.625vw;
    color: #20004a
}

.banners-welcome-offer-main__content-text mark {
    background-color: transparent;
    color: #ffe600
}

@media(min-width:640px) {
    .banners-welcome-offer-main__content-text {
        gap: 8px
    }

    .banners-welcome-offer-main__content-text span:first-child {
        font-size: 26px;
        line-height: 26px
    }

    .banners-welcome-offer-main__content-text span:last-child {
        font-size: 15px;
        line-height: 20px
    }

    .banners-welcome-offer-row .banners-welcome-offer-main__content-text {
        gap: 6px
    }

    .banners-welcome-offer-row .banners-welcome-offer-main__content-text span:first-child {
        font-size: 3.4375vw;
        line-height: 3.75vw
    }

    .banners-welcome-offer-row .banners-welcome-offer-main__content-text span:last-child {
        font-size: 2.1875vw;
        line-height: 2.8125vw
    }
}

@media(min-width:1140px) {
    .banners-welcome-offer-main__content-text {
        gap: 11px
    }

    .banners-welcome-offer-main__content-text span:first-child {
        font-size: 42px;
        line-height: 42px
    }

    .banners-welcome-offer-main__content-text span:last-child {
        font-size: 24px;
        line-height: 32px
    }
}

@media(min-width:1628px) {
    .banners-welcome-offer-main__content-text {
        gap: 17px
    }

    .banners-welcome-offer-main__content-text span:first-child {
        font-size: 52px;
        line-height: 52px
    }

    .banners-welcome-offer-main__content-text span:last-child {
        font-size: 30px;
        line-height: 32px
    }
}

.banners-welcome-offer-main__button {
    z-index: 1
}

@media(max-width:639px) {
    .banners-welcome-offer-main__button {
        border-radius: 3.75vw;
        padding: 2.5vw 7.5vw;
        font-size: 4.375vw;
        line-height: 6.25vw;
        height: 11.25vw;
        width: 100%
    }
}

@media(min-width:640px)and (max-width:1139px) {
    .banners-welcome-offer-main__button {
        border-radius: 16px;
        padding: 12px 24px;
        font-size: 16px;
        height: 48px
    }

    .banners-welcome-offer-row .banners-welcome-offer-main__button {
        font-size: 2.1875vw;
        line-height: 3.125vw;
        height: 5.625vw;
        padding: 1.25vw 1.875vw;
        margin-top: 20px;
        margin-left: 0;
        width: 100%
    }
}

.banners-welcome-offer-block {
    display: flex;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    color: var(--black-500)
}

@media(max-width:639px) {
    .banners-welcome-offer-block {
        width: 100%;
        border-radius: 5vw;
        margin-bottom: 3.75vw
    }
}

@media(min-width:640px)and (max-width:1139px) {
    .banners-welcome-offer-block {
        width: calc(50% - 6px);
        border-radius: 16px
    }
}

@media(min-width:1140px) {
    .banners-welcome-offer-block {
        width: 33.33%;
        border-radius: 1.25vw;
        margin-right: 1.0416666667vw
    }
}

@media(min-width:1920px) {
    .banners-welcome-offer-block {
        border-radius: 24px;
        margin-right: 20px
    }
}

.banners-welcome-offer-block:last-child {
    margin-right: 0
}

@media(max-width:639px) {
    .banners-welcome-offer-block:last-child {
        margin-bottom: 0
    }
}

.banners-welcome-offer-block:before {
    content: "";
    width: 100%;
    padding-top: 100%
}

.banners-welcome-offer-block__top-title {
    font-weight: 700
}

@media(max-width:639px) {
    .banners-welcome-offer-block__top-title {
        font-size: 14.375vw;
        line-height: 14.375vw;
        margin-bottom: 1.25vw
    }
}

@media(min-width:640px)and (max-width:1139px) {
    .banners-welcome-offer-block__top-title {
        font-size: 7.1875vw;
        line-height: 7.1875vw;
        margin-bottom: .625vw
    }
}

@media(min-width:1140px) {
    .banners-welcome-offer-block__top-title {
        font-size: 4.3229166667vw;
        line-height: 2.8125vw;
        margin-bottom: .9895833333vw
    }
}

@media(min-width:1920px) {
    .banners-welcome-offer-block__top-title {
        font-size: 83px;
        line-height: 54px;
        margin-bottom: 19px
    }
}

.banners-welcome-offer-block__top-subtitle {
    font-weight: 600
}

@media(max-width:639px) {
    .banners-welcome-offer-block__top-subtitle {
        font-size: 6.25vw;
        line-height: 10vw
    }
}

@media(min-width:640px)and (max-width:1139px) {
    .banners-welcome-offer-block__top-subtitle {
        font-size: 3.125vw;
        line-height: 5vw
    }
}

@media(min-width:1140px) {
    .banners-welcome-offer-block__top-subtitle {
        font-size: 2.0833333333vw;
        line-height: 3.125vw
    }
}

@media(min-width:1920px) {
    .banners-welcome-offer-block__top-subtitle {
        font-size: 40px;
        line-height: 60px
    }
}

.banners-welcome-offer-block__bottom {
    position: relative;
    margin-top: auto;
    margin-bottom: 0
}

@media(max-width:639px) {
    .banners-welcome-offer-block__bottom {
        padding-right: 13.75vw
    }
}

@media(min-width:640px)and (max-width:1139px) {
    .banners-welcome-offer-block__bottom {
        padding-right: 6.875vw
    }
}

@media(min-width:1140px) {
    .banners-welcome-offer-block__bottom {
        padding-right: 4.4791666667vw
    }
}

@media(min-width:1920px) {
    .banners-welcome-offer-block__bottom {
        padding-right: 86px
    }
}

.banners-welcome-offer-block__bottom-title {
    font-weight: 700
}

@media(max-width:639px) {
    .banners-welcome-offer-block__bottom-title {
        font-size: 6.25vw;
        line-height: 8.75vw;
        margin-bottom: 2.5vw
    }
}

@media(min-width:640px)and (max-width:1139px) {
    .banners-welcome-offer-block__bottom-title {
        font-size: 3.125vw;
        line-height: 4.375vw;
        margin-bottom: 1.25vw
    }
}

@media(min-width:1140px) {
    .banners-welcome-offer-block__bottom-title {
        font-size: 1.875vw;
        line-height: 1.875vw;
        margin-bottom: 1.0416666667vw
    }
}

@media(min-width:1920px) {
    .banners-welcome-offer-block__bottom-title {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 20px
    }
}

.banners-welcome-offer-block__bottom-title--ja {
    font-weight: 700
}

@media(max-width:639px) {
    .banners-welcome-offer-block__bottom-title--ja {
        font-size: 6.25vw;
        line-height: 8.75vw;
        margin-bottom: 2.5vw
    }
}

@media(min-width:640px)and (max-width:1139px) {
    .banners-welcome-offer-block__bottom-title--ja {
        font-size: 3.125vw;
        line-height: 4.375vw;
        margin-bottom: 1.25vw
    }
}

@media(min-width:1140px) {
    .banners-welcome-offer-block__bottom-title--ja {
        font-size: 1.6666666667vw;
        line-height: 1.875vw;
        margin-bottom: 1.0416666667vw
    }
}

@media(min-width:1920px) {
    .banners-welcome-offer-block__bottom-title--ja {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 20px
    }
}

.banners-welcome-offer-block__bottom-subtitle {
    display: flex;
    align-items: center;
    font-weight: 600
}

@media(max-width:639px) {
    .banners-welcome-offer-block__bottom-subtitle {
        font-size: 4.375vw;
        line-height: 6.25vw;
        min-height: 11.25vw
    }
}

@media(min-width:640px)and (max-width:1139px) {
    .banners-welcome-offer-block__bottom-subtitle {
        font-size: 2.1875vw;
        line-height: 3.125vw;
        min-height: 5.625vw
    }
}

@media(min-width:1140px) {
    .banners-welcome-offer-block__bottom-subtitle {
        font-size: 1.25vw;
        line-height: 1.6666666667vw;
        min-height: 1.25vw
    }
}

@media(min-width:1920px) {
    .banners-welcome-offer-block__bottom-subtitle {
        font-size: 24px;
        line-height: 32px;
        min-height: 24px
    }
}

.banners-welcome-offer-block__bottom-subtitle--ja {
    display: flex;
    align-items: center;
    font-weight: 600
}

@media(max-width:639px) {
    .banners-welcome-offer-block__bottom-subtitle--ja {
        font-size: 4.375vw;
        line-height: 6.25vw;
        min-height: 11.25vw
    }
}

@media(min-width:640px)and (max-width:1139px) {
    .banners-welcome-offer-block__bottom-subtitle--ja {
        font-size: 2.1875vw;
        line-height: 3.125vw;
        min-height: 5.625vw
    }
}

@media(min-width:1140px) {
    .banners-welcome-offer-block__bottom-subtitle--ja {
        font-size: 1.0416666667vw;
        line-height: 1.6666666667vw;
        min-height: 1.25vw
    }
}

@media(min-width:1920px) {
    .banners-welcome-offer-block__bottom-subtitle--ja {
        font-size: 24px;
        line-height: 32px;
        min-height: 24px
    }
}

.banners-welcome-offer-block__bottom-button {
    position: absolute;
    bottom: 0;
    right: 0
}

.banners-welcome-offer-block-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

@media(max-width:639px) {
    .banners-welcome-offer-block-inner {
        padding: 8.75vw
    }
}

@media(min-width:640px)and (max-width:1139px) {
    .banners-welcome-offer-block-inner {
        padding: 4.375vw
    }
}

@media(min-width:1140px) {
    .banners-welcome-offer-block-inner {
        padding: 2.7083333333vw
    }
}

@media(min-width:1920px) {
    .banners-welcome-offer-block-inner {
        padding: 52px
    }
}

@media(max-width:639px) {
    .banners-welcome-offer {
        padding: 0 12px;
        margin: 0 -12px 28px -12px;
        overflow: hidden
    }
}

@media(min-width:640px)and (max-width:1139px) {
    .banners-welcome-offer {
        margin-bottom: 32px
    }
}

@media(min-width:1140px)and (max-width:1627px) {
    .banners-welcome-offer {
        margin-bottom: 40px
    }
}

@media(min-width:1628px) {
    .banners-welcome-offer {
        margin-bottom: 48px
    }
}

@media(min-width:640px) {
    .banners-welcome-offer-row {
        display: flex
    }
}

@media(min-width:640px)and (max-width:1139px) {
    .banners-welcome-offer-row {
        flex-wrap: wrap;
        gap: 12px
    }
}