@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .dp-routine__item {
        padding-left: 260px !important;
        padding-right: 260px !important;
    }
    .ResultBlockSlider .dp-routine__item:after {
        left: -14% !important;
    }
}
/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
    .dp-routine__item {
        padding: 50px;
    }
}