.section-slider {
    width: 100%;
    position: relative;
    margin: 1.4em 0;
}

.section-slider--center {

}

.section-slider--right,
.section-slider--left {
    display: flex;
    width: 100%;
}

.section-slider--right > div,
.section-slider--left > div {
    width: calc(50% - 10px)
}

.section-slider--right .section-slider__text {
    margin-right: 20px;
}

.section-slider--left .section-slider__text {
    margin-left: 20px;
}

.section-slider--center .section-slider__wrap {
    max-width: 894px;
    margin: 0 auto;
}

body .owl-carousel .owl-item img {
    display: block;
    width: 100% !important;
    object-fit: cover;
}

.section-slider .owl-item img {
    height: 435px
}

body .section-slider--items .item img {
    height: 275px;
}

.section-slider__wrap .item__desc {
    display: none;
}

.section-slider--items .section-slider__wrap .item__desc {
    display: block;
    padding: 0 10px;
    text-align: center;
    line-height: 1.4em;
    margin-top: 4px;
}

@media (max-width: 992px) {
    .section-slider--right,
    .section-slider--left {
        flex-wrap: wrap;
    }

    .section-slider--right > div,
    .section-slider--left > div {
        width: 100%
    }

    .section-slider--right .section-slider__text,
    .section-slider--left .section-slider__text {
        margin: 0;
    }

    body .owl-carousel.owl-theme.owl-bg-nav .owl-nav {
        display: flex;
    }
}

@media (max-width: 768px) {
    body .owl-carousel.short-nav .owl-nav {
        left: 0;
        right: 0;
    }

    body .section-slider--right .section-slider__text {
        margin-bottom: 10px;
    }

    body .section-slider--left .section-slider__text {
        margin-top: 10px;
    }

    body .owl-carousel .owl-item img {
        height: 305px;
    }
}