.feedback-swiper {
    -webkit-mask-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .8) 1.5%, #000 20%, #000 80%, rgba(0, 0, 0, .8) 98.5%, hsla(0, 0%, 100%, 0));
    mask-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .8) 1.5%, #000 20%, #000 80%, rgba(0, 0, 0, .8) 98.5%, hsla(0, 0%, 100%, 0));
    padding-left: 16px !important;
    padding-right: 16px !important
}

@media(min-width:1280px) {
    .feedback-swiper {
        -webkit-mask-image: none;
        mask-image: none;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.feedback-swiper .swiper-slide {
    align-items: center;
    display: flex
}

@media(min-width:1280px) {
    .feedbacks-background-video {
        clip-path: inset(0 17% 0 21%)
    }
}

.feedbacks-background-video video {
    -o-object-fit: cover;
    object-fit: cover
}

/*# sourceMappingURL=37e301b58643a62f.css.map*/