.promo-item_v2 {
    background-color: #f5f5f5;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    height: 196px;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    gap: 16px;
    border-radius: 6px;
}
.promo-item_v2__content {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.promo-item_v2__title {
    font-size: 20px;
    font-weight: bold;
}
.promo-item_v2__img {
    /*max-width: 120px;*/

    width: 35%;
}
.promo-item_v2__img img {
    width: 100%;
    height: auto;
    object-fit: contain!important;
}
.swiper.promoSwiper_v2 {
    max-width: calc(100% - 80px);
     margin: 0 auto;
    padding: 0 0 40px 0;
 }
.swiper.promoSwiper_v2 .swiper-slide {
    height: auto;
    padding: 10px;
}
.swiper.promoSwiper_v2 .swiper-slide.wide {
    width: 44%;
}
.swiper.promoSwiper_v2 .swiper-slide.narrow {
    width: 28%;
}

@media screen and (max-width: 767px) {
    .promo-item_v2__title,
    .promo-item_v2__subtitle
    {
        font-size: 15px;
        line-height: 120%;
    }
    /*.promo-item_v2__img {*/
    /*    min-width: 65px;*/
    /*}*/
    .swiper.promoSwiper_v2 .swiper-slide {
        padding: 0;
    }
}

@media screen and (min-width: 661px) and (max-width: 990px) {
    .swiper.promoSwiper_v2 {
        max-width: calc(100% - 96px);
    }
}
