.lr-carousel .owl-item {
    transition: all 0.3s;
    transform: scale(0.8);
    transform-origin: right;
}
.lr-carousel .owl-item.center {
    transform: none;
}
.lr-carousel .owl-item.center + .owl-item {
    transform-origin: left;
}
.lr-carousel .owl-nav {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 80px;
    margin: auto;
    padding-top: 18px;
}

.lr-carousel .owl-nav span {
    display: none;
}

.lr-carousel .owl-nav button.owl-prev,
.lr-carousel .owl-nav button.owl-next {
    width: 22px;
    height: 11px;
    background: url(../images/arrow-right.svg) no-repeat;
}

.lr-carousel .owl-prev {
    transform: rotate(180deg);
    margin-top: 1px;
}

.lr-carousel .owl-nav button:focus {
    outline: none;
}

.lr-carousel .desc-img-block {
    max-width: 720px;
    text-align: center;
    margin: auto;
}

.lr-carousel .desc-block {
    width: 100%;
    background-color: #fff;
    text-align: center;
    min-height: 80px;
    margin-top: 50px;
    padding-top: 30px;
}

.lr-carousel .owl-stage-outer figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width:1400px) {
    .lr-carousel .owl-stage-outer .slide-content {
        max-height: 575px;
        width: 100%;
    }
    .lr-carousel .owl-nav {
        padding-top: 38px;
    }
}
@media screen and (min-width: 1900px) {
    .lr-carousel .owl-stage-outer img, .lr-carousel .owl-stage-outer .slide-content {
        max-height: none !important;
        height: 700px;
    }
    .lr-carousel .owl-stage-outer img {
        object-fit: cover;
    }
}