.new_title {
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    color: #EBEBEB;
    white-space: nowrap;
    margin: 8px 0 12px;
}

.new_subtitle {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 32px;
    margin-top: 4px;
}

.new_red {
    color: #D73E39;
    display: inline !important;
}

@media only screen and (max-width: 767px) {
    .new_title {
        font-size: 22px;
        line-height: 26px;
    }

    .new_subtitle {
        font-size: 10px;
        line-height: 14px;
        margin-top: 8px;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 360px) {
    .new_title {
        font-size: 18px;
        line-height: normal;
    }
}

.hero__content {
    max-width: 100%;
}


/** slider */
.i-swiper-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 20px;
    margin: 40px 0;
}
.i-swiper-pagination {
    position: relative;
    top: 0;
    left: 0;
}
.i-swiper-controls .slider-programs__btns {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.i-swiper .swiper-slide img {
    width: 100%;
}

.i-swiper {
    margin: 100px 98px;
}

@media (min-width: 1024px){
    .page-2-in-1 .i-swiper,
    .page-4-in-1 .i-swiper,
    .page-2-in-1-xl .i-swiper,
    .page-4-in-1-xl .i-swiper {
        margin-top: 150px;
    }
}

@media only screen and (max-width: 768px) {
    .i-swiper-controls .slider-programs__btns {
        top: -10px;
    }

    .i-swiper-controls .slider-btn {
        height: 20px;
        transform: translateY(0);
    }

    .i-swiper-controls .slider-btn.slider-btn_next {
        right: 0;
        transform: rotate(180deg) translateY(0);
    }
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .i-swiper {
        margin: 100px 6.59722vw;
    }
}

@media only screen and (max-width: 1024px){
    .i-swiper {
        margin: 50px 0 70px;
    }
}

.advantages_custom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
    margin: 100px 32px 0;
}

.advantage_custom {
    width: 30%;
    max-width: 460px;
    min-width: 250px;
}

@media (min-width: 1024px) {
    .page-4-in-1-xl .advantages_custom {
        margin-bottom: 98px;
    }
}

@media (max-width: 1024px){
    .advantages_custom {
        justify-content: center;
        margin: 50px 32px 0;
    }

    .advantage_custom {
        min-width: 320px;
    }
}

@media only screen and (max-width: 768px) {
    .advantage_custom {
        width: 100%;
    }
}

.page-2-in-1-xl .shops__title {
    max-width: 550px;
}

@media (min-width: 1441px) {
    .page-2-in-1-xl .hero__image,
    .page-4-in-1-xl .hero__image {
        width: 82.2%;
        position: absolute;
        top: 0;
        left: 18.3%;
    }
}

@media only screen and (max-width: 640px) {
    .page-2-in-1-xl .hero__image,
    .page-4-in-1-xl .hero__image {
        width: 120%;
        left: -17.5%;
        bottom: -2%;
        top: unset;
    }
}
