/* /products/profili-pvx/: unified, square portraits in the "Наши мастера" block. */
html body .our-workers {
    padding: 58px 0 64px;
    background: linear-gradient(135deg, #39413f 0%, #46504c 54%, #39413f 100%);
}

html body .our-workers .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

html body .our-workers .row > h2,
html body .our-workers .row > img {
    flex: 0 0 100%;
}

html body .our-workers .row > h2 {
    flex: 0 0 100% !important;
    width: 100% !important;
    margin: 0 0 32px;
    color: #fff8f2;
    font-family: "MullerBold", Arial, sans-serif;
    font-size: 31px;
    line-height: 1.15;
    letter-spacing: .02em;
}

html body .our-workers .row > h2::after {
    content: "";
    display: block;
    width: 290px;
    max-width: 62%;
    height: 3px;
    margin: 18px auto 0;
    border-radius: 3px;
    background: linear-gradient(90deg, rgba(255, 235, 222, .62) 0 39%, #ffa77f 39% 61%, rgba(255, 235, 222, .62) 61% 100%);
}

html body .our-workers .row > img {
    display: none !important;
}

html body .our-workers .item-worker {
    flex: 0 1 236px;
    width: 236px;
    max-width: 25%;
    padding: 0 11px;
    margin: 0;
    float: none !important;
    clear: none !important;
    text-align: center;
    transition: transform 1.3s cubic-bezier(.22, 1, .36, 1), filter 1.3s cubic-bezier(.22, 1, .36, 1);
}

html body .our-workers .item-worker > img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center top;
    border: 1px solid rgba(255, 242, 231, .66);
    border-radius: 15px;
    outline: none;
    box-shadow: 0 14px 30px rgba(10, 17, 15, .28);
    background: #ded9d4;
    transform: scale(1) !important;
    filter: none !important;
    transition: none !important;
}

html body .our-workers .item-worker p {
    margin: 14px 0 4px;
    color: #f7d4bd;
    font-family: "MullerBold", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.2;
}

html body .our-workers .item-worker span {
    display: block;
    color: #fff8f2;
    font-family: "MullerBold", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.35;
}

/* Override the older global 1.25× photo zoom: square portraits must stay aligned. */
html body .our-workers .item-worker:hover > img {
    transform: scale(1) !important;
    filter: none !important;
}

html body .our-workers .item-worker:hover {
    transform: translateY(-5px);
    filter: drop-shadow(0 15px 22px rgba(10, 17, 15, .35));
}

@media (hover: hover) and (pointer: fine) {
    html body .our-workers .item-worker:hover {
        transform: translateY(-5px);
        filter: drop-shadow(0 15px 22px rgba(10, 17, 15, .35));
    }

    html body .our-workers .item-worker:hover > img {
        transform: scale(1) !important;
        filter: none !important;
    }
}

@media (max-width: 767px) {
    html body .our-workers {
        padding: 42px 0 48px;
    }

    html body .our-workers .row > h2 {
        font-size: 25px;
    }

    html body .our-workers .item-worker {
        flex: 0 1 50%;
        width: 50%;
        max-width: 220px;
        padding: 0 7px 24px;
    }
}
