﻿.banner-section {
   /* margin-top: 30px;*/
    width: 100%;
    height: auto;
    overflow: visible;
    display: block;
    position: relative;
    margin-bottom: 20px;
}



@media screen and (min-width: 1440px) {
    .banner-wrapper {
        overflow: visible;
        position: relative;
    }

    .owl-carousel .owl-stage-outer {
        overflow: hidden;
    }
}

.banner-items .banner-shape-full {
    width: 100%;
    height: 100%;
    object-fit: contain;
    right: 0;
    top: 0;
}

.banner-items .banner-shape-left {
    max-width: 750px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner-items .banner-content-right {
    padding: 120px 60px 110px;
    position: relative;
    z-index: 1;
    max-width: 700px;
    float: right;
    text-align: center;
}

@media screen and (max-width: 1399px) {
    .banner-items .banner-shape {
        opacity: 0.9;
    }
}

.no-js .owl-carousel, .owl-carousel.owl-loaded{
    top:20px;
}

.banner-items{
    height:auto!important;
}