.container-main-banner{
    padding-bottom: 85px;
}

.container-main-banner .main-banner .banners:not(.i-0)::before{
    background: none;
    content:none;
}

.container-main-banner .main-banner .banners{
    background-position:left center;
}

.container-main-banner .main-banner .banners a.banners--self-link{
    display:block;
    width:100%;
    height:100%;
}

.container-main-banner .owl-carousel .owl-stage-outer{
    overflow-x: clip;
    overflow-y: visible;
}

@media(min-width:1921px){
    .container-main-banner .main-banner .banners.i-0::before {
        background-size: 100%;
        background-position-x:right;
    }

    .container-main-banner .main-banner .banners{
        height:590px;
        max-height:555px;
    }
}

@media(max-width:576px){
    .container-main-banner{
        padding-bottom: 20px;
    }

    .container-main-banner .main-banner .banners:not(.i-0){
        background-position:center center;
    }

    .container .header-phrase .header-phrase--item.header-phrase--text{
        margin: 0 0 20px;
    }
}