/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Dec 24 2025 | 07:23:10 */
/* ===== ПОЛНОСТЬЮ УБИРАЕМ ПУСТЫЕ БЛОКИ ===== */

.service_single:empty {
    display: none !important;
}

.service_single:not(:has(*)) {
    display: none !important;
}

/* ===== МАКСИМАЛЬНО УМЕНЬШАЕМ ОТСТУПЫ ===== */

.service_single.pt_50,
.advant.pt_50,
.callback.pt_50,
.show_price.pt_50,
.faq.pt_50 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

/* если подряд идут блоки — убираем разрыв полностью */
.service_single + .service_single {
    padding-top: 0 !important;
}

/* ===== ЗАГОЛОВКИ — БЕЗ ЛИШНЕГО ВОЗДУХА ===== */

.service_single h2,
.service_single h3 {
    margin-top: 0.3em !important;
    margin-bottom: 0.4em !important;
}

/* ===== ТЕКСТ ===== */

.service_single p {
    margin-bottom: 0.6em !important;
}

/* ===== СПИСКИ ===== */

.service_single ul,
.service_single ol {
    margin-top: 0.4em !important;
    margin-bottom: 0.6em !important;
}

/* ===== МОБИЛЬНАЯ ВЕРСИЯ ===== */
@media (max-width: 768px) {
    .service_single.pt_50,
    .advant.pt_50,
    .callback.pt_50,
    .show_price.pt_50,
    .faq.pt_50 {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
}
