body, html { overflow-x: clip !important; }
@media (min-width: 768px) {
    .swiper-slide.services__article-swiper-slide.swiper-slide-active {
        width: unset !important;
        margin: auto !important;
    }
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .services .services-header__bloc {
        max-width: 380px;
    }
}
@media (max-width: 480px) {
    .swiper-slide.services__article-swiper-slide {
        width: unset !important;
        margin: auto !important;
    }
    .services .services-banner__right {
        margin: 16px auto;
    }
    .services .services-banner__bloc-picture-text {
        width: 100%;
    }
}