.services .services-banner__right-black .services-banner__bloc-picture-title, .services .services-banner__right-black .services__main-text {
    width: 95%;
}
.services .services-banner__bloc-picture-text {
    width: 95%;
}
.services .services-banner__right {
    margin-right: 3%;
}
/* tablet landscape */
@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__swiper {
        width: 93% !important;
    }
    .services .services__article-text {
        min-height: 67px;
    }
    body,
    html {
        overflow-x: clip!important;
    }
}
/* tablet portrait */
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .services .services-header__title {
        max-width: 100%;
    }
    .services .services-banner__right {
        margin-right: -5%;
    }
    .services .services-banner__bloc-picture-text {
        width: 77%;
    }
}
/* mobile */
@media (max-width: 480px) {
    .services .services__main-title.services__main-title-benefit {
        width: 97%;
    }
}