/* Fine-tuning for the sequential work-stages block.
   Kept separate so browsers receive the corrected motion immediately. */

@media (min-width: 768px) {
    /* The old 1.55 scale reached into the second list column. */
    html body .stages.vo-stages-sequence .ul_remont.stb li.vo-stage-item-active > a {
        transform: translateZ(0) scale(1.14) !important;
    }
}

/* Image zoom is deliberately transform-only: no layout recalculation or jump. */
html body .stages.vo-stages-sequence .stb-tab .tab-pane.rem img {
    transform: translateZ(0) scale(1) !important;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 1.55s cubic-bezier(.16, 1, .3, 1), filter 1.55s ease !important;
    will-change: transform;
}

html body .stages.vo-stages-sequence .stb-tab .tab-pane.rem:hover img {
    transform: translateZ(0) scale(1.16) !important;
    filter: saturate(1.06) contrast(1.025) !important;
}
