.banner_v3 {
    width: 100%;
    margin-bottom: 80px;
    display: none;
}
.banner_v3._init {
    display: block;
}
.banner_v3 h1 {
    font-size: 72px;
    line-height: 80px;
    margin-bottom: 40px;
}
.banner_v3 .page-top__btns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.banner_v3 .btn-arrow:not(:last-child) {
    margin-bottom: 20px;
}
.banner_v3--mb {
    margin-bottom: 0 !important;
}
.banner_v3__title.small {
    font-size: 34px;
    line-height: 41px;
}
.banner_v3__title.very-small {
    font-size: 31px;
    line-height: 39px;
}
.banner_v3__subtitle.small {
    font-size: 29px;
    line-height: 35px;
}
.banner_v3__subtitle.very-small {
    font-size: 25px;
    line-height: 31px;
}
.banner_v3__title,
.banner_v3__price {
    font-family: HelveticaNeueCyr;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    color: #646565;
}
.banner_v3__subtitle,
.banner_v3__old_price {
    font-family: HelveticaNeueCyr;
    font-size: 36px;
    line-height: 42px;
    color: #646565;
}
.banner_v3__title,
.banner_v3__subtitle {
    margin-bottom: 20px;
}
.banner_v3__title {
    text-transform: uppercase;
}
.banner_v3__old_price {
    text-decoration: line-through;
    margin-left: 20px;
}
.banner_item__img {
    display: block;
    margin-left: auto;
    margin-top: auto;
    max-width: 100%;
    /*height: 460px;*/
    width:100%;
    height: auto;
    object-fit: cover;
    object-position: right;
}
.banner__item._first {
    background-color: #f8fafc;
}
.banner__item_wrap {
    height: 100%;
    display: block;
    position: relative;
}
.banner_item__text {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.banner_item__text_wrap {
    max-width: 600px;
}
.banner_v3__slider {
    margin-bottom: 40px;
}

.banner_v3__slider_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin:10px 0;
}
.banner_v3__slider_next,
.banner_v3__slider_prev {
    min-width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: .31rem .5rem;
    border: 1px solid #6593c4;
    background-color: white;
    cursor: pointer;
}
.banner_v3__slider_next {
    background-image: url("/assets/img/arrow-right-blue@2x.png");
}
.banner_v3__slider_prev {
    background-image: url("/assets/img/arrow-left-blue@2x.png");
}
.banner_v3__slider_next:hover {
    background-color: #6593c4;
    border: 1px solid #6593c4;
    background-image: url("/assets/img/arrow-right-white@2x.png");
}
.banner_v3__slider_prev:hover {
    background-color: #6593c4;
    border: 1px solid #6593c4;
    background-image: url("/assets/img/arrow-left-white@2x.png");
}
.banner_v3__slider_count {
    color: rgba(101, 147, 196, .5);
    font-size: 1rem;
    margin: 0 25px;
}
.banner_v3__slider_count_cur {
    color: #6593c4;
}

@media screen and (max-width: 800px) {
    .banner_v3__title.small,
    .banner_v3__subtitle.small {
        font-size: 21px;
        line-height: 27px;
    }
    .banner_v3__title.very-small,
    .banner_v3__subtitle.very-small {
        font-size: 18px;
        line-height: 24px;
    }
    .banner_v3 {
        margin-bottom: 40px;
    }
    .banner_v3__title,
    .banner_v3__price,
    .banner_v3__subtitle,
    .banner_v3__old_price {
        font-size: 24px;
        line-height: 27px;
    }
    .banner_v3__title,
    .banner_v3__subtitle {
        margin-bottom: 10px;
    }
    .banner_item__text {
        top: 0;
        transform: translateY(0);
        padding: 40px 20px;
    }
    .banner_item__text_wrap {
        max-width: 400px;
    }
    .banner_v3__slider {
        margin-bottom: 20px;
    }
    .banner_v3 .slick-list {
        width: 100% !important;
    }
    /*тесты*/
    .banner__item_wrap {
        display: flex;
        flex-direction: column;
    }
    .banner_item__text {
        position: static;
        order: 2;
        padding: 20px;
    }
    .banner_v3 h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    .banner_v3 .page-top__btns {
        flex-direction: row;
    }
    .banner_v3__slider_nav {
        display: none;
    }
    .banner_v3 .page-top__img {
        position: relative !important;
        order: -1;
    }
    .banner_v3 {
        position: relative;
    }
    .banner_v3 .mobile-page-burger {
        right: 20px;
    }
}

@media screen and (max-width: 480px) {
    .banner_item__text {
        padding: 25px 5px;
    }
}

.banner_v3 .page-top__inner {
    padding-top: 64px;
    padding-bottom: 40px;
    position: relative;
}
.banner_v3 .page-top__text {
    position: relative;
    z-index: 1;
}
.banner_v3 .page-top__img {
    max-width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.banner_v3 .slick-track {
    display: flex !important;
}
.banner_v3 .slick-slide {
    height: inherit !important;
}
.banner__item_wrap .container,
.banner__item_wrap .page-top__inner {
    height: 100%;
}
