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

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

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

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

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

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

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

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

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

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

.main-page__games-providers--home-section .swiper-container-multirow {
    gap: var(--spacings-xs) 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
    }
}

.games-slider:before {
    left: -1px;
    
    border-radius: 0 0 0 var(--roundings-m)
}

@media(min-width:1628px) {
    .games-slider:before {
        width: var(--universal-spacings-5xl);
        
    }
}

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

    .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:640px) {

    .games-slider-wrap--four-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
    }
}

.games-slider-wrap--size-l .swiper-wrapper {
    gap: var(--spacings-m) 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
    }
}

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

@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-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__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
    }
}

.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-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, #fe5b16, 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(../images/jackpot-bg.webp);
    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(../images/jackpot-bg-tablet.webp)
    }
}

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

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

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

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

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

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

.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.webp); */
    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.webp); */
    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);
    
    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 {
   
    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
    }

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

@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__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
    }
}