.owl-carousel .owl-item img {
    width: auto !important;
}

.owl-carousel .owl-item img.img-mob {
    display: none;
}

@media(max-width: 991px) {
    .owl-carousel .owl-item img.img-mob {
        display: block;
    }
}

.owl-stage {
    display: flex;
}

.owl-item {
    height: auto;
}

.owl-stage-outer, .owl-stage {
    height: 100%;
}

.owl-nav {
    display: none !important;
}

.owl-dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.slider .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #fff;
}

.slider__img {
    max-height: 430px;
    position: absolute;
    z-index: 5;
    left: -5%;
    top: 52%;
    transform: translateY(-50%);
    -webkit-filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.25));
    filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.25));
}

@media(max-width: 1260px) {
    .slider__img {
        max-height: 350px;
        left: 0;
    }
}

@media (max-width: 991px) {
    .slider__img {
        width: 45%;
        left: 10%;
        top: 55%;
    }
}
/*
@media(max-width: 991px) {
    .slider__img {
        max-height: 230px;
        max-width: 100%;
        top: 50%;
        left: 35%;
        transform: translateX(-50%) translateY(-50%);
    }
}*/

.slider__bg {
    max-height: 330px;
    position: absolute;
    z-index: 1;
    top: 65%;
    transform: translateY(-50%);
    left: 28%;
}

@media (max-width: 991px) {
    .slider__bg {
        width: 92%;
    }
}
/*
@media(max-width: 991px) {
    .slider__bg {
        max-height: 300px;
        max-width: 100%;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
}*/

.bend-img-block {
    position: absolute;
    z-index: 600;
    height: 112%;
    width: 100%;
    bottom: -49px;
    left: 43%;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
}

@media(max-width: 1260px) {
    .bend-img-block {
        clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
    }
}

@media (max-width: 991px) {
    .bend-img-block {
        clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
        bottom: -9%;
    }
}

@media(max-width: 767px) {
    .bend-img-block {
        clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
        bottom: -9.4%;
    }
}

.bend-img {
    position: absolute;
    bottom: -50px;
    left: -2%;
    max-height: 850px;
}

@media (max-width: 991px) {
    .bend-img {
        max-height: 130%;
        min-height: 130%;
        left: 2%;
    }
}
/*
@media(max-width: 991px) {
    .bend-img-block, .bend-img {
        position: relative;
        top: auto;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .bend-img-block {
        max-width: 100%;
        height: auto;
        clip-path: none;
    }
    .bend-img {
        max-width: 100%;
        z-index: 7;
        bottom: auto;
        max-height: 450px;
    }
}*/

.note {
    min-height: 62px;
    position: absolute;
    z-index: 800;
    top: 0;
    right: 0;
    background-color: #455e86;
    padding: 15px 20px;
    padding-left: 25px;
}

.note h6 {
    font-size: 21px;
    color: #fff;
    padding-left: 10px;
}

@media(max-width: 991px) {
    .note h6 {
        font-size: 2vw;
    }
    .note img {
        width: 3.5vw;
    }
}

@media(max-width: 767px) {
    .note {
        height: 9vw;
        min-height: auto;
        padding: 0 3vw;
    }
    .note h6 {
        font-size: 2.1vw;
    }
}

.note:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 5000px;
    top: 0;
    left: 100%;
    background-color: #455e86;
}

.note:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 0; 
    height: 0;
    border-top: 62px solid #455e86;
    border-left: 30px solid transparent;
}

@media(max-width: 767px) {
    .note:before {
        border-top-width: 9vw;
    }
}
/*
@media(max-width: 480px) {
    .note {
        width: 100%;
        position: relative;
        justify-content: center;
        border-radius: 7px;
        background-color: rgba(0,0,0,0.3);
    }
    .note:before, .note:after {
        display: none;
    }
}

@media(max-width: 480px) {
    .note h6 {
        width: 100%;
        padding-top: 12px;
        padding-left: 0;
    }
}*/
@media(max-width: 991px) {
    .slider-cont h2 {
        font-size: 4vw;
    }
    .slider-cont h4 {
        font-size: 2.2vw;
        margin-top: 1vw;
    }
}

@media(max-width: 767px) {
    .slider-cont h2 {
        font-size: 4.9vw;
    }
    .slider-cont h4 {
        font-size: 2.7vw;
    }
}

@media(max-width: 991px) {
    .slider-cont .btn-block, .slider-cont .btn-block > div,
    .slider-cont .btn {
        width: 100%;
    }
    .slider-cont .btn-block {
        margin-top: 3vw;
    }
    .slider-cont .btn {
        width: 100%;
        min-width: auto;
        height: auto;
        min-height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2vw 1.5vw;
        font-size: 1.7vw;
    }
    .btn-block__slider {
        padding-right: 3vw;
    }
}

@media(max-width: 767px) {
    .slider-cont .btn {
        font-size: 2.1vw;
        padding: 2.3vw 1.5vw;
    }
}