.header-logo img{
    width: 172px;
    height: 30px;
}

.wpcf7-spinner{
    position: absolute;
}

figure{
    margin: 0;
}

.news-item_text{
    height: 240px;
}

.service-box strong {
    display: block;
    font-weight: 500;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    color: #222222;
}

/* Sta: статичне фото замість 360 анімації */
.sta-img.sta-static::before {
    display: none;
}
.sta-img.sta-static .sta-img_hide,
.sta-img.sta-static.active .sta-img_hide {
    opacity: 1;
    pointer-events: auto;
    object-fit: contain;
    /* у потоці, щоб задати висоту контейнера (як робив sta-img_box) */
    position: relative;
    left: auto;
    top: auto;
    transform: none;
}

/* Det: розмір контейнера 300px / auto замість фіксованих 570px */
.det-bg,
.det-img {
    width: 300px;
    height: auto;
}
.det-bg img,
.det-img img {
    width: 100%;
    height: auto;
}