.left_block{
    display: none;
}
.content-md>.right_block.narrow_Y{
    width: 100% !important;
}
.banner-section{
overflow: hidden;
}
.banner-section__slider{

}
.banner-section__slider__info{

}
.banner-section__slider__info-item{
    display: flex;
    align-items: center;
    gap: 3.2rem;
    justify-content: end;
    height: auto;
    /* padding-left: 13.3vw; */
}
.banner-text{
    padding: 3.2rem 4rem;
    border-radius: .4rem;
    background-color: #0F4C83;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    max-width: 31.7vw;
    min-width: 400px
}
.banner-bg{
    position: absolute;
    border-radius: .4rem;
    background-color: #BFC8CF;
    top: -2rem;
    right: -2rem;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.banner-text h3{
    color: #FFF;
    font-family: Roboto;
    font-size: 5.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 3.7125rem */
    margin: 0;
}
.banner-text p{
    color: #FFF;
    font-family: Roboto;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 1.5rem */
    margin-bottom: 0;
}
.banner-img{
    position: relative;
    padding-bottom: 26.21%;
    width: 100%;
    max-width: 56vw;
    height: 100%;
}
.banner-img img{
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner-img::before{
    content: "";
    z-index: 2;
    position: absolute;
    width: 30vw;
    height: 42vw;
    background: linear-gradient(90deg, #FFF 5.7%, rgba(255, 255, 255, 0.70) 40.08%, rgba(255, 255, 255, 0.00) 99.78%);
}
/* .banner-section__slider__info-item.swiper-slide.swiper-slide{
    opacity: 0;
}
.banner-section__slider__info-item.swiper-slide.swiper-slide-active{
    opacity: 1;
} */

@media (max-width:1700px) {
    .banner-text{
        padding: 2rem 2rem;
        gap: 1rem;
        margin: 1.5rem 0;
        margin-left: 1.25rem;
    }
    .banner-text h3{
        font-size: 3.5rem;
    }
    .banner-text p{
        font-size: 1.8rem;
    }
    .banner-bg{
        top: -1.5rem;
        right: -1.5rem;
    }
}
@media (max-width:1240px) {
    .banner-text{
        padding: 1.2rem 2rem;
        max-width: 35.7vw;
        gap: 1.2rem;
    }
    .banner-text h3{
        font-size: 3rem;
    }
    .banner-text p{
        font-size: 1.8rem;
    }
}
@media (max-width:768px) {
    .banner-section__slider__info-item{
        flex-direction: column;
        padding-left: 0;
        padding-left:2rem;
        padding-right: 1.8rem;
    }
    .banner-text{
        padding: 1.2rem 2rem;
        max-width: 100%;
        gap: 1.2rem;
        min-width: auto;
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 40px;
    }
    .banner-text h3{
        font-size: 2.8rem;
    }
    .banner-text p{
        font-size: 1.6rem;
    }
    .banner-bg{
        top: -.8rem;
        right: -.8rem;
    }
    .banner-img::before{
        width: calc(100% + 3.8rem);
        height: 10.8rem;
        background: linear-gradient(-180deg, #FFF 9.7%, rgba(255, 255, 255, 0.70) 41.08%, rgba(255, 255, 255, 0.00) 99.78%);
    }
    .banner-img {
        padding-bottom: 63.21%;
        left: -2rem;
        max-width: 100%;
        height: auto;
        
    }
    .banner-img img{
        width: calc(100% + 3.8rem);
    }
    .banner-section__slider__info-item{
        justify-content: start;
    }
}
