/* ========================================================
   HTML WIZARD 2 - SHARED BUNDLE STYLES (pages.css)
   Сгенерировано: 2026-09-07 18:57:37
   Объединено страниц: 11
   ======================================================== */

/* ========================================================
   GLOBAL COLOR & GRADIENT PALETTE VARIABLES
   ======================================================== */
:root {
    --hw-primary-1: #00a9c8;
    --hw-primary-2: #56dd92;
    --hw-primary-3: #ffffff;
    --hw-secondary-1: #666;
    --hw-secondary-2: #ffb703;
    --hw-secondary-3: #2c3e50;
    --hw-gradient-1: linear-gradient(90deg, #56dd92 0%, #009ebd 100%);
    --hw-gradient-2: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}

/* ========================================================
   HTML WIZARD 2 - GENERATED STYLES
   Compatible with Bootstrap 3.4.0 & Font Awesome 6.5.1
   ======================================================== */

.hw-block {
    position: relative;
    box-sizing: border-box;
    width: 100%;
}
.hw-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) { .hw-container { width: 750px; } }
@media (min-width: 992px) { .hw-container { width: 970px; } }
@media (min-width: 1200px) { .hw-container { width: 1170px; } }

/* По всей ширине страницы (Full-width breakout from parent containers) */
.hw-block-fullwidth {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    box-sizing: border-box !important;
}

/* Контент внутри блока fullwidth остается центрированным в стандартном контейнере */
.hw-block-fullwidth > .hw-container,
.hw-block-fullwidth .hw-container {
    margin-right: auto !important;
    margin-left: auto !important;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box !important;
}
@media (min-width: 768px) {
    .hw-block-fullwidth > .hw-container,
    .hw-block-fullwidth .hw-container {
        width: 750px !important;
        max-width: 100% !important;
    }
}
@media (min-width: 992px) {
    .hw-block-fullwidth > .hw-container,
    .hw-block-fullwidth .hw-container {
        width: 970px !important;
        max-width: 100% !important;
    }
}
@media (min-width: 1200px) {
    .hw-block-fullwidth > .hw-container,
    .hw-block-fullwidth .hw-container {
        width: 1170px !important;
        max-width: 100% !important;
    }
}

/* Если дополнительно включен режим растягивания контента (Fluid) */
.hw-block-fullwidth.hw-block-fluid-content > .hw-container,
.hw-block-fullwidth.hw-block-fluid-content .hw-container,
.hw-container.hw-container-fluid,
.hw-container-fluid {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.hw-section-header {
    text-align: center;
    margin-bottom: 35px;
}
.hw-section-title {
    font-size: 32px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 12px;
    color: #222;
    line-height: 1.25;
}
.hw-section-subtitle {
    font-size: 16px;
    color: #666;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

/* Hero Секция */
.hw-block-hero {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.hw-hero-overlay,
.hw-block-hero > .hw-hero-overlay,
.hw-canvas-block-inner.hw-block-hero > .hw-hero-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1 !important;
    pointer-events: none !important;
}
.hw-block-hero > .hw-container,
.hw-canvas-block-inner.hw-block-hero > .hw-container {
    position: relative;
    z-index: 2;
}

.hw-hero-title {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 16px;
}
.hw-hero-subtitle {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.92;
    margin-top: 0;
    margin-bottom: 20px;
}
.hw-hero-badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
}
.hw-hero-badge {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

/* Сетки бейджей (1, 2, 3, 4, 5 колонок) */
.hw-hero-badges.hw-badges-grid-1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.hw-hero-badges.hw-badges-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.hw-hero-badges.hw-badges-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.hw-hero-badges.hw-badges-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.hw-hero-badges.hw-badges-grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

/* Настройки ширины бейджей */
.hw-hero-badges.hw-badges-width-equal {
    display: flex;
    flex-wrap: wrap;
}
.hw-hero-badges.hw-badges-width-equal .hw-hero-badge {
    flex: 1 1 0px;
    min-width: 140px;
    justify-content: center;
    text-align: center;
}
.hw-hero-badges.hw-badges-width-full .hw-hero-badge {
    width: 100%;
}
.hw-hero-badges.hw-badges-width-auto .hw-hero-badge {
    flex: 0 1 auto;
}

/* Отключение фона (прозрачный) */
.hw-hero-badges.hw-badges-no-bg .hw-hero-badge {
    background: transparent !important;
    border: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
    padding: 6px 4px;
}

/* Адаптивность сеток на планшетах и смартфонах */
@media (max-width: 991px) {
    .hw-hero-badges.hw-badges-grid-4,
    .hw-hero-badges.hw-badges-grid-5 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .hw-hero-badges.hw-badges-grid-2,
    .hw-hero-badges.hw-badges-grid-3,
    .hw-hero-badges.hw-badges-grid-4,
    .hw-hero-badges.hw-badges-grid-5 {
        grid-template-columns: 1fr;
    }
    .hw-hero-badges.hw-badges-width-equal .hw-hero-badge {
        flex: 1 1 100%;
        min-width: 100%;
    }
}
.hw-hero-banner-wrapper {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    margin-top: 20px;
}
.hw-hero-banner-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 14px;
}
@media (max-width: 767px) {
    .hw-hero-title {
        font-size: 28px;
    }
    .hw-hero-subtitle {
        font-size: 16px;
    }
    .hw-hero-badges {
        gap: 8px;
    }
    .hw-hero-badge {
        font-size: 13px;
        padding: 6px 12px;
    }
}

/* Общие утилиты */
.hw-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 12px 28px;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 6px;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    text-decoration: none !important;
}
.hw-btn-primary {
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
}
.hw-btn-primary:hover {
    background-color: #0056b3;
    border-color: #004d99;
}
.hw-btn-accent {
    color: #fff !important;
    background-color: #ff6b00;
    border-color: #ff6b00;
}
.hw-btn-accent:hover {
    background-color: #e05e00;
    border-color: #cc5500;
}
.hw-btn i {
    margin-right: 8px;
}

/* Формы заявки */
.hw-form-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 30px;
    position: relative;
}
.hw-form-card.hw-card-dark {
    background: #1e293b;
    color: #f8fafc;
}
.hw-form-title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
    text-align: center;
}
.hw-form-subtitle {
    font-size: 14px;
    color: #718096;
    margin-bottom: 20px;
    text-align: center;
}
.hw-card-dark .hw-form-subtitle {
    color: #94a3b8;
}
.hw-form-group {
    margin-bottom: 16px;
}
.hw-form-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
}
.hw-card-dark .hw-form-label {
    color: #e2e8f0;
}
.hw-form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.4;
    color: #333;
    background-color: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.hw-form-control:focus {
    border-color: #3b82f6;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(59,130,246,.25);
}
textarea.hw-form-control {
    height: auto;
    min-height: 90px;
    resize: vertical;
}
.hw-checkbox-label {
    font-size: 12px;
    color: #64748b;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
    margin-top: 10px;
}
.hw-checkbox-label input[type="checkbox"] {
    margin-top: 2px;
}

/* Защита Honeypot */
.hw-hp-field {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
}

/* FAQ Аккордеон */
.hw-faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 12px;
    background: #fff;
    overflow: hidden;
    transition: all 0.2s ease;
}
.hw-faq-item.active {
    border-color: #3b82f6;
    box-shadow: 0 4px 12px rgba(59,130,246,0.08);
}
.hw-faq-question {
    padding: 18px 24px;
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
}
.hw-faq-question:hover {
    color: #2563eb;
}
.hw-faq-icon {
    font-size: 16px;
    transition: transform 0.3s ease;
    color: #64748b;
}
.hw-faq-item.active .hw-faq-icon {
    transform: rotate(180deg);
    color: #2563eb;
}
.hw-faq-answer {
    padding: 0 24px 20px 24px;
    font-size: 15px;
    line-height: 1.6;
    color: #475569;
    display: none;
}
.hw-faq-item.active .hw-faq-answer {
    display: block;
}

/* Таблицы цен */
.hw-price-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.hw-tab-btn {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    border-width: var(--hw-tab-border-width, 2px);
    border-style: var(--hw-tab-border-style, solid);
    border-color: var(--hw-tab-border-color, #e2e8f0);
    background-color: var(--hw-tab-inactive-bg, #fff);
    color: var(--hw-tab-inactive-color, #475569);
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.hw-tab-btn.active, .hw-tab-btn:hover {
    background-color: var(--hw-tab-active-bg, #2563eb);
    color: var(--hw-tab-active-color, #fff);
    border-color: var(--hw-tab-active-border-color, var(--hw-tab-active-bg, #2563eb));
}
.hw-price-table-wrapper {
    background: #fff;
    border-radius: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 1px solid #e2e8f0;
}
.hw-price-table {
    width: 100%;
    margin-bottom: 0;
    border-collapse: collapse;
}
.hw-price-table th {
    background: #f8fafc;
    color: #1e293b;
    font-weight: 700;
    padding: 16px 20px;
    border-bottom: 2px solid #e2e8f0;
    font-size: 15px;
}
.hw-price-table td {
    padding: 10px 5px;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
    font-size: 15px;
    vertical-align: middle;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
}
.hw-price-table tr:hover td {
    background-color: #f8fafc;
}
.hw-price-val {
    font-weight: 700;
    color: #2563eb;
    font-size: 16px;
    white-space: nowrap;
    width: 1%;
    min-width: 120px;
}
.hw-price-desc {
    color: #64748b;
    font-size: 14px;
    font-weight: 400;
    white-space: normal !important;
    line-height: 1.5;
    min-width: 260px;
}

/* Flexbox Grid Utilities for equal-height cards */
.hw-row-flex,
.hw-block-benefits .row,
.hw-block-steps .row {
    display: flex;
    flex-wrap: wrap;
}
.hw-row-flex > [class*="col-"],
.hw-block-benefits .row > [class*="col-"],
.hw-block-steps .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}
.hw-row-flex .hw-step-card,
.hw-block-benefits .hw-step-card,
.hw-block-steps .hw-step-card,
.hw-benefit-card {
    flex: 1 1 auto;
    width: 100%;
    height: calc(100% - 24px);
    box-sizing: border-box;
}

/* Карточки преимуществ */
.hw-benefit-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 26px 22px;
    margin-bottom: 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    display: flex;
}
.hw-benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-color: #cbd5e1;
}
.hw-benefit-card.hw-benefit-pos-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
}
.hw-benefit-card.hw-benefit-pos-left {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 18px;
}
.hw-benefit-card.hw-benefit-pos-right {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 18px;
}
.hw-benefit-card.hw-benefit-pos-none {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.hw-benefit-icon-box {
    border-radius: 50%;
    background: #eff6ff;
    color: var(--hw-benefit-icon-color, #2563eb);
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    flex-shrink: 0;
    margin-bottom: 16px;
}
.hw-benefit-card.hw-benefit-pos-left .hw-benefit-icon-box,
.hw-benefit-card.hw-benefit-pos-right .hw-benefit-icon-box {
    margin-bottom: 0;
}
.hw-benefit-icon-box.hw-icon-style-square {
    border-radius: 12px;
}
.hw-benefit-icon-clean {
    color: var(--hw-benefit-icon-color, #2563eb);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
    margin-bottom: 16px;
}
.hw-benefit-card.hw-benefit-pos-left .hw-benefit-icon-clean,
.hw-benefit-card.hw-benefit-pos-right .hw-benefit-icon-clean {
    margin-bottom: 0;
}
.hw-benefit-card:hover .hw-benefit-icon-box {
    transform: scale(1.08);
    background: var(--hw-benefit-icon-hover-color, var(--hw-benefit-icon-color, #2563eb));
    border-color: var(--hw-benefit-icon-hover-color, var(--hw-benefit-icon-color, #2563eb));
    color: #ffffff;
}
.hw-benefit-card:hover .hw-benefit-icon-clean {
    transform: scale(1.12);
    color: var(--hw-benefit-icon-hover-color, var(--hw-benefit-icon-color, #1d4ed8));
}
.hw-benefit-title {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 10px 0;
    line-height: 1.3;
}
.hw-benefit-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* Этапы работ / Карточки */
.hw-step-card {
    background: #fff;
    border-radius: 12px;
    padding: 17px 10px;
    margin-bottom: 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
}
.hw-step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.hw-step-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}
.hw-step-num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #eff6ff;
    color: #2563eb;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}
.hw-step-icon {
    font-size: 24px;
    color: var(--hw-step-icon-color, #2563eb);
    flex-shrink: 0;
    transition: color 0.2s ease;
}
.hw-step-card:hover .hw-step-icon {
    color: var(--hw-step-icon-hover-color, var(--hw-step-icon-color, #2563eb));
}
.hw-step-title {
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    color: #1e293b;
    line-height: 1.3;
}
.hw-step-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}
.hw-steps-bottom-text {
    margin-top: 24px;
    width: 100%;
}

/* Галерея / Наши работы (Стиль как на raboti.jpg) */
.hw-gallery-masonry {
    display: flex;
    gap: 18px;
    margin-bottom: 25px;
    align-items: flex-start;
}
.hw-gallery-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.hw-gallery-card {
    border-radius: 16px;
    overflow: hidden;
    background: #f1f5f9;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hw-gallery-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}
.hw-gallery-card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.hw-gallery-card:hover img {
    transform: scale(1.03);
}
.hw-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}
.hw-gallery-item {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}
.hw-gallery-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
.hw-gallery-item:hover .hw-gallery-img {
    transform: scale(1.04);
}
.hw-gallery-content {
    padding: 16px;
}
.hw-gallery-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 6px 0;
    color: #1e293b;
}
.hw-gallery-desc {
    font-size: 13px;
    color: #64748b;
    margin: 0 0 12px 0;
}
.hw-gallery-cta {
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 767px) {
    .hw-gallery-masonry {
        flex-direction: column;
    }
}

/* ========================================= */
/* LIGHTBOX MODAL VIEWER                     */
/* ========================================= */
.hw-gallery-card, .hw-gallery-item, .hw-gallery-card img, .hw-gallery-img {
    cursor: zoom-in;
}
.hw-lightbox-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s ease;
}
.hw-lightbox-modal.active {
    display: flex;
    opacity: 1;
}
.hw-lightbox-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 15, 29, 0.94);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.hw-lightbox-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
}
.hw-lightbox-img-container {
    max-width: 90vw;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.hw-lightbox-img {
    max-width: 90vw;
    max-height: 80vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    transition: opacity 0.2s ease;
    user-select: none;
}
.hw-lightbox-caption {
    margin-top: 14px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    padding: 8px 18px;
    border-radius: 20px;
    max-width: 80%;
    line-height: 1.4;
}
.hw-lightbox-counter {
    position: absolute;
    top: 24px;
    left: 24px;
    color: #94a3b8;
    font-size: 15px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 14px;
    border-radius: 20px;
    user-select: none;
}
.hw-lightbox-btn {
    position: absolute;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 10;
}
.hw-lightbox-btn:hover {
    background: #ff6b00;
    color: #ffffff;
    transform: scale(1.1);
}
.hw-lightbox-close {
    top: 20px;
    right: 24px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 28px;
    line-height: 1;
}
.hw-lightbox-prev {
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 20px;
}
.hw-lightbox-prev:hover {
    transform: translateY(-50%) scale(1.1);
}
.hw-lightbox-next {
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 20px;
}
.hw-lightbox-next:hover {
    transform: translateY(-50%) scale(1.1);
}
@media (max-width: 767px) {
    .hw-lightbox-prev {
        left: 10px;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .hw-lightbox-next {
        right: 10px;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .hw-lightbox-close {
        top: 14px;
        right: 14px;
        width: 36px;
        height: 36px;
        font-size: 22px;
    }
    .hw-lightbox-counter {
        top: 14px;
        left: 14px;
        font-size: 13px;
    }
    .hw-lightbox-wrapper {
        padding: 10px;
    }
}

/* ========================================================
   MODAL POPUP STYLES (Всплывающая форма)
   ======================================================== */
.hw-modal-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    z-index: 999999 !important;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    padding: 20px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.hw-modal-overlay.active {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
}
.hw-modal-backdrop {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(15, 23, 42, 0.75) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    cursor: pointer;
    z-index: 1;
}
.hw-modal-dialog {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 480px;
    margin: auto !important;
    transform: translateY(20px) scale(0.95);
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-sizing: border-box;
}
.hw-modal-overlay.active .hw-modal-dialog {
    transform: translateY(0) scale(1) !important;
}
.hw-modal-content {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
    position: relative;
    color: #1e293b;
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-sizing: border-box;
}
.hw-modal-close {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f1f5f9;
    border: none;
    font-size: 22px;
    line-height: 1;
    color: #64748b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}
.hw-modal-close:hover {
    background: #e2e8f0;
    color: #0f172a;
    transform: rotate(90deg);
}
.hw-modal-title {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.25;
}
.hw-modal-subtitle {
    font-size: 14px;
    color: #64748b;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* Feedback Modals (Success & Error popups) */
.hw-feedback-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    font-size: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    animation: hwFeedbackPulse 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.hw-feedback-icon.hw-feedback-success {
    background: #f0fdf4;
    color: #16a34a;
    box-shadow: 0 0 0 8px rgba(34, 197, 94, 0.15);
}
.hw-feedback-icon.hw-feedback-error {
    background: #fef2f2;
    color: #dc2626;
    box-shadow: 0 0 0 8px rgba(239, 68, 68, 0.15);
}
.hw-feedback-title {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.3;
}
.hw-feedback-desc {
    font-size: 15px;
    color: #64748b;
    margin-top: 0;
    margin-bottom: 24px;
    line-height: 1.5;
}
@keyframes hwFeedbackPulse {
    0% { transform: scale(0.5); opacity: 0; }
    60% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
}

/* ========================================================
   CTA BLOCK STYLES
   ======================================================== */
.hw-block-cta .hw-cta-form-wrapper {
    width: 100%;
}
.hw-block-cta .hw-form-card {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 32px 28px;
    background: #ffffff;
    width: 100%;
    box-sizing: border-box;
}
.hw-cta-badges-wrapper {
    width: 100%;
}
.hw-cta-badges {
    margin-top: 20px;
    margin-bottom: 0;
}

/* ========================================================
   ARTICLE & RICH TEXT STYLES (Текстовый блок / Статья)
   ======================================================== */
.hw-rich-text {
    width: 100%;
    font-size: 16px;
    line-height: 1.75;
    color: inherit;
    box-sizing: border-box;
}

.hw-rich-text h2 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 28px;
    margin-bottom: 14px;
    line-height: 1.3;
    color: inherit;
}
.hw-rich-text h2:first-child {
    margin-top: 0;
}
.hw-rich-text h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 22px;
    margin-bottom: 10px;
    line-height: 1.35;
    color: inherit;
}
.hw-rich-text h3:first-child {
    margin-top: 0;
}
.hw-rich-text h4 {
    font-size: 17px;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 8px;
    line-height: 1.4;
    color: inherit;
}
.hw-rich-text p {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 0;
    margin-bottom: 16px;
    color: inherit;
}
/* Custom Checkmark Lists (UL > LI) */
.hw-rich-text ul,
.hw-block-text-editor ul,
.hw-block ul:not(.hw-price-tabs):not(.owl-dots):not(.nav):not(.dropdown-menu):not(.pagination):not(.hw-badges-list):not(.hw-faq-list):not(.hw-steps-grid) {
    list-style: none !important;
    padding-left: 0 !important;
    margin-top: 12px;
    margin-bottom: 20px;
}
.hw-rich-text ul > li,
.hw-block-text-editor ul > li,
.hw-block ul:not(.hw-price-tabs):not(.owl-dots):not(.nav):not(.dropdown-menu):not(.pagination):not(.hw-badges-list):not(.hw-faq-list):not(.hw-steps-grid) > li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 16px;
    color: inherit;
}
.hw-rich-text ul > li::before,
.hw-block-text-editor ul > li::before,
.hw-block ul:not(.hw-price-tabs):not(.owl-dots):not(.nav):not(.dropdown-menu):not(.pagination):not(.hw-badges-list):not(.hw-faq-list):not(.hw-steps-grid) > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(86, 221, 146, 0.15);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2356dd92' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px 12px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 2px 5px rgba(86, 221, 146, 0.2);
}
.hw-rich-text ol,
.hw-block-text-editor ol {
    margin-top: 12px;
    margin-bottom: 20px;
    padding-left: 24px;
    line-height: 1.6;
}
.hw-rich-text ol > li,
.hw-block-text-editor ol > li {
    margin-bottom: 8px;
    font-size: 16px;
}
.hw-rich-text strong,
.hw-rich-text b {
    font-weight: 700;
}
.hw-rich-text a:not(.hw-btn) {
    color: #2563eb;
    text-decoration: underline;
    transition: color 0.2s ease;
}
.hw-rich-text a:not(.hw-btn):hover {
    color: #1d4ed8;
}
.hw-rich-text img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 16px 0;
}
.hw-rich-text blockquote,
.hw-rich-text .hw-blockquote {
    margin: 20px 0;
    padding: 14px 20px;
    border-left: 4px solid #2563eb;
    background: #f8fafc;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #334155;
}
.hw-rich-text blockquote p,
.hw-rich-text .hw-blockquote p {
    margin: 0;
    line-height: 1.6;
}
.hw-rich-text .hw-alert {
    margin: 20px 0;
    padding: 16px 20px;
    border-radius: 8px;
    border-left: 4px solid #3b82f6;
    background: #eff6ff;
    color: #1e40af;
}
.hw-rich-text .hw-alert p {
    margin: 0;
    line-height: 1.6;
}
.hw-rich-text .hw-alert.hw-alert-success {
    border-left-color: #22c55e;
    background: #f0fdf4;
    color: #166534;
}
.hw-rich-text .hw-alert.hw-alert-warning {
    border-left-color: #f59e0b;
    background: #fffbeb;
    color: #92400e;
}
.hw-rich-text table,
.hw-rich-text .hw-table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
    border-spacing: 0;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
}
.hw-rich-text table th,
.hw-rich-text table td {
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
    text-align: left;
    font-size: 15px;
}
.hw-rich-text table th {
    background: #f8fafc;
    font-weight: 700;
    color: #1e293b;
}
.hw-rich-text table tr:nth-child(even) td {
    background: #fcfcfd;
}

/* ========================================================
   CONTENT, WIDGETS & IFRAME ALIGNMENT STYLES
   ======================================================== */
.hw-custom-code-inner {
    width: 100%;
}
.hw-custom-code-inner iframe,
.hw-rich-text iframe,
.hw-block iframe {
    max-width: 100%;
}

/* Center Alignment (Flex + Text-Align + Child Margins) */
.hw-align-center,
.hw-text-center,
.hw-custom-code-inner.hw-align-center,
.hw-custom-code-inner[style*="text-align: center"],
.hw-custom-code-inner[style*="text-align:center"],
.hw-rich-text.hw-align-center,
.hw-rich-text[style*="text-align: center"],
.hw-rich-text[style*="text-align:center"],
.hw-block.hw-align-center .hw-custom-code-inner,
.hw-block.hw-align-center .hw-rich-text,
.hw-block[style*="text-align: center"] .hw-custom-code-inner,
.hw-block[style*="text-align: center"] .hw-rich-text,
.hw-block[style*="text-align:center"] .hw-custom-code-inner,
.hw-block[style*="text-align:center"] .hw-rich-text,
[style*="text-align: center"],
[style*="text-align:center"] {
    text-align: center !important;
}

.hw-custom-code-inner.hw-align-center,
.hw-custom-code-inner[style*="text-align: center"],
.hw-custom-code-inner[style*="text-align:center"],
.hw-block.hw-align-center .hw-custom-code-inner,
.hw-block[style*="text-align: center"] .hw-custom-code-inner,
.hw-block[style*="text-align:center"] .hw-custom-code-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.hw-custom-code-inner.hw-align-center > *,
.hw-custom-code-inner[style*="text-align: center"] > *,
.hw-custom-code-inner[style*="text-align:center"] > *,
.hw-block.hw-align-center .hw-custom-code-inner > *,
.hw-block[style*="text-align: center"] .hw-custom-code-inner > *,
.hw-block[style*="text-align:center"] .hw-custom-code-inner > *,
.hw-rich-text.hw-align-center > *,
.hw-rich-text[style*="text-align: center"] > *,
.hw-rich-text[style*="text-align:center"] > *,
.hw-block.hw-align-center .hw-rich-text > *,
.hw-block[style*="text-align: center"] .hw-rich-text > *,
.hw-block[style*="text-align:center"] .hw-rich-text > *,
.hw-align-center iframe,
.hw-align-center video,
.hw-align-center embed,
.hw-align-center img,
.hw-align-center table,
.hw-text-center iframe,
.hw-text-center video,
.hw-text-center embed,
.hw-text-center img,
.hw-text-center table,
[style*="text-align: center"] iframe,
[style*="text-align: center"] video,
[style*="text-align: center"] embed,
[style*="text-align: center"] img,
[style*="text-align: center"] table,
[style*="text-align:center"] iframe,
[style*="text-align:center"] video,
[style*="text-align:center"] embed,
[style*="text-align:center"] img,
[style*="text-align:center"] table {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Right Alignment */
.hw-align-right,
.hw-text-right,
.hw-custom-code-inner.hw-align-right,
.hw-custom-code-inner[style*="text-align: right"],
.hw-custom-code-inner[style*="text-align:right"],
.hw-block.hw-align-right .hw-custom-code-inner,
.hw-block[style*="text-align: right"] .hw-custom-code-inner,
.hw-block[style*="text-align:right"] .hw-custom-code-inner,
[style*="text-align: right"],
[style*="text-align:right"] {
    text-align: right !important;
}

.hw-custom-code-inner.hw-align-right,
.hw-custom-code-inner[style*="text-align: right"],
.hw-custom-code-inner[style*="text-align:right"],
.hw-block.hw-align-right .hw-custom-code-inner,
.hw-block[style*="text-align: right"] .hw-custom-code-inner,
.hw-block[style*="text-align:right"] .hw-custom-code-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
}

.hw-custom-code-inner.hw-align-right > *,
.hw-custom-code-inner[style*="text-align: right"] > *,
.hw-custom-code-inner[style*="text-align:right"] > *,
.hw-block.hw-align-right .hw-custom-code-inner > *,
.hw-block[style*="text-align: right"] .hw-custom-code-inner > *,
.hw-block[style*="text-align:right"] .hw-custom-code-inner > *,
.hw-align-right iframe,
.hw-align-right video,
.hw-align-right embed,
.hw-align-right img,
.hw-text-right iframe,
.hw-text-right video,
.hw-text-right embed,
.hw-text-right img,
[style*="text-align: right"] iframe,
[style*="text-align: right"] img,
[style*="text-align:right"] iframe,
[style*="text-align:right"] img {
    margin-left: auto !important;
    margin-right: 0 !important;
}

/* Left Alignment */
.hw-align-left,
.hw-text-left,
.hw-custom-code-inner.hw-align-left,
.hw-custom-code-inner[style*="text-align: left"],
.hw-custom-code-inner[style*="text-align:left"],
.hw-block.hw-align-left .hw-custom-code-inner,
.hw-block[style*="text-align: left"] .hw-custom-code-inner,
.hw-block[style*="text-align:left"] .hw-custom-code-inner,
[style*="text-align: left"],
[style*="text-align:left"] {
    text-align: left !important;
}

.hw-custom-code-inner.hw-align-left,
.hw-custom-code-inner[style*="text-align: left"],
.hw-custom-code-inner[style*="text-align:left"],
.hw-block.hw-align-left .hw-custom-code-inner,
.hw-block[style*="text-align: left"] .hw-custom-code-inner,
.hw-block[style*="text-align:left"] .hw-custom-code-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

.hw-custom-code-inner.hw-align-left > *,
.hw-custom-code-inner[style*="text-align: left"] > *,
.hw-custom-code-inner[style*="text-align:left"] > *,
.hw-block.hw-align-left .hw-custom-code-inner > *,
.hw-block[style*="text-align: left"] .hw-custom-code-inner > *,
.hw-block[style*="text-align:left"] .hw-custom-code-inner > *,
.hw-align-left iframe,
.hw-align-left video,
.hw-align-left embed,
.hw-align-left img,
.hw-text-left iframe,
.hw-text-left video,
.hw-text-left embed,
.hw-text-left img,
[style*="text-align: left"] iframe,
[style*="text-align: left"] img,
[style*="text-align:left"] iframe,
[style*="text-align:left"] img {
    margin-left: 0 !important;
    margin-right: auto !important;
}

/* Justify Alignment */
.hw-align-justify,
.hw-text-justify,
[style*="text-align: justify"],
[style*="text-align:justify"] {
    text-align: justify !important;
}


/* ========================================================
   PAGE: Монтаж фанкойлов в Москве (Climton) (Slug: montazh-fankojlov)
   Активных блоков: 10
   ======================================================== */
#block_fancoil_hero_1 {
    background-image: url('/image/catalog/pages/hero_montazh_fankojlov.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-color: #0f172a;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #ffffff;
    text-align: left;
}

#block_fancoil_text_intro {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: left;
}

#block_fancoil_benefits_1 {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
}

#block_fancoil_steps_service {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_fancoil_price_table {
    background-color: #f8fafc;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_fancoil_cta_consultation {
    background-image: linear-gradient(90deg, #56dd92 0%, #009ebd 100%);
    padding-top: 65px;
    padding-bottom: 65px;
    color: #ffffff;
    text-align: left;
}

#block_fancoil_text_cost {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

#block_fancoil_gallery_works {
    background-color: #f8fafc;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_fancoil_form_footer {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #666;
    text-align: left;
}
#block_fancoil_form_footer .hw-section-title,
#block_fancoil_form_footer .hw-hero-title,
#block_fancoil_form_footer .hw-form-title,
#block_fancoil_form_footer .hw-cta-title {
    color: #2c3e50 !important;
}
#block_fancoil_form_footer .hw-section-subtitle,
#block_fancoil_form_footer .hw-hero-subtitle,
#block_fancoil_form_footer .hw-form-subtitle,
#block_fancoil_form_footer .hw-cta-subtitle {
    color: #666 !important;
}

#block_fancoil_reviews_custom {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}


/* ========================================================
   PAGE: Монтаж кондиционеров (Climton) (Slug: montazh-kondicionerov)
   Активных блоков: 12
   ======================================================== */
#block_hero_1 {
    background-image: url('/image/catalog/pages/img_20260821_102601_cc8f8d.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-color: #0f172a;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #ffffff;
    text-align: left;
}

#block_text_intro {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: left;
}

#block_benefits_1 {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
}

#block_price_table {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_cta_consultation {
    background-image: linear-gradient(90deg, #56dd92 0%, #009ebd 100%);
    padding-top: 65px;
    padding-bottom: 65px;
    color: #ffffff;
    text-align: left;
}

#block_text_tech {
    background-color: #f8fafc;
    padding-top: 45px;
    padding-bottom: 45px;
}

#block_gallery_works {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_steps_standard {
    background-color: #f8fafc;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_cta_mt6u91ai {
    background-image: linear-gradient(90deg, #56dd92 0%, #009ebd 100%);
    padding-top: 50px;
    padding-bottom: 50px;
    color: #ffffff;
    text-align: center;
}

#block_faq_section {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_form_footer {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #666;
    text-align: left;
}
#block_form_footer .hw-section-title,
#block_form_footer .hw-hero-title,
#block_form_footer .hw-form-title,
#block_form_footer .hw-cta-title {
    color: #2c3e50 !important;
}
#block_form_footer .hw-section-subtitle,
#block_form_footer .hw-hero-subtitle,
#block_form_footer .hw-form-subtitle,
#block_form_footer .hw-cta-subtitle {
    color: #666 !important;
}

#block_reviews_custom {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}


/* ========================================================
   PAGE: Монтаж VRF систем в Москве и Московской области (Climton) (Slug: montazh-vrf-sistem)
   Активных блоков: 11
   ======================================================== */
#block_vrf_hero_1 {
    background-image: url('/image/catalog/pages/hero_montazh_vrf_sistem.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-color: #0f172a;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #ffffff;
    text-align: left;
}

#block_vrf_text_intro {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: left;
}

#block_vrf_benefits_1 {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
}

#block_vrf_when_choose {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

#block_vrf_price_table {
    background-color: #f8fafc;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_vrf_cta_consultation {
    background-image: linear-gradient(90deg, #56dd92 0%, #009ebd 100%);
    padding-top: 65px;
    padding-bottom: 65px;
    color: #ffffff;
    text-align: left;
}

#block_vrf_steps_standard {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_vrf_text_cost_why {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
}

#block_vrf_gallery_works {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_vrf_form_footer {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #666;
    text-align: left;
}
#block_vrf_form_footer .hw-section-title,
#block_vrf_form_footer .hw-hero-title,
#block_vrf_form_footer .hw-form-title,
#block_vrf_form_footer .hw-cta-title {
    color: #2c3e50 !important;
}
#block_vrf_form_footer .hw-section-subtitle,
#block_vrf_form_footer .hw-hero-subtitle,
#block_vrf_form_footer .hw-form-subtitle,
#block_vrf_form_footer .hw-cta-subtitle {
    color: #666 !important;
}

#block_vrf_reviews_custom {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}


/* ========================================================
   PAGE: Обслуживание чиллеров и фанкойлов в Москве (Climton) (Slug: obsluzhivanie-chillerov-i-fankojlov)
   Активных блоков: 11
   ======================================================== */
#block_chiller_hero_1 {
    background-image: url('/image/catalog/pages/hero_obsluzhivanie_chillerov.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-color: #0f172a;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #ffffff;
    text-align: left;
}

#block_chiller_text_intro {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: left;
}

#block_chiller_benefits_1 {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
}

#block_chiller_steps_what_included {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_chiller_text_maintenance_and_fancoils {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
}

#block_chiller_steps_why_service {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_chiller_price_table {
    background-color: #f8fafc;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_chiller_cta_consultation {
    background-image: linear-gradient(90deg, #56dd92 0%, #009ebd 100%);
    padding-top: 65px;
    padding-bottom: 65px;
    color: #ffffff;
    text-align: left;
}

#block_chiller_faq_accordion {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_chiller_form_footer {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #666;
    text-align: left;
}
#block_chiller_form_footer .hw-section-title,
#block_chiller_form_footer .hw-hero-title,
#block_chiller_form_footer .hw-form-title,
#block_chiller_form_footer .hw-cta-title {
    color: #2c3e50 !important;
}
#block_chiller_form_footer .hw-section-subtitle,
#block_chiller_form_footer .hw-hero-subtitle,
#block_chiller_form_footer .hw-form-subtitle,
#block_chiller_form_footer .hw-cta-subtitle {
    color: #666 !important;
}

#block_chiller_reviews_custom {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}


/* ========================================================
   PAGE: Обслуживание кондиционеров в Москве (Climton) (Slug: obsluzhivanie-kondicionerov)
   Активных блоков: 12
   ======================================================== */
#block_maintenance_hero_1 {
    background-image: url('/image/catalog/pages/hero_obsluzhivanie_kondicionerov.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-color: #0f172a;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #ffffff;
    text-align: left;
}

#block_maintenance_text_intro {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: left;
}

#block_maintenance_benefits_1 {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
}

#block_maintenance_steps_what_included {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_maintenance_text_split_systems {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
}

#block_maintenance_price_table {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_maintenance_cta_consultation {
    background-image: linear-gradient(90deg, #56dd92 0%, #009ebd 100%);
    padding-top: 65px;
    padding-bottom: 65px;
    color: #ffffff;
    text-align: left;
}

#block_maintenance_steps_how_it_works {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_maintenance_text_price_order {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
}

#block_maintenance_gallery_works {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_maintenance_form_footer {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #666;
    text-align: left;
}
#block_maintenance_form_footer .hw-section-title,
#block_maintenance_form_footer .hw-hero-title,
#block_maintenance_form_footer .hw-form-title,
#block_maintenance_form_footer .hw-cta-title {
    color: #2c3e50 !important;
}
#block_maintenance_form_footer .hw-section-subtitle,
#block_maintenance_form_footer .hw-hero-subtitle,
#block_maintenance_form_footer .hw-form-subtitle,
#block_maintenance_form_footer .hw-cta-subtitle {
    color: #666 !important;
}

#block_maintenance_reviews_custom {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}


/* ========================================================
   PAGE: Обслуживание систем кондиционирования и вентиляции в Москве (Climton) (Slug: obsluzhivanie-ventilyacii)
   Активных блоков: 12
   ======================================================== */
#block_vent_hero_1 {
    background-image: url('/image/catalog/pages/hero_obsluzhivanie_ventilyacii.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-color: #0f172a;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #ffffff;
    text-align: left;
}

#block_vent_text_intro {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: left;
}

#block_vent_benefits_1 {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
}

#block_vent_steps_ventilation {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_vent_steps_splits {
    background-color: #f8fafc;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_vent_text_objects {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

#block_vent_price_table {
    background-color: #f8fafc;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_vent_cta_consultation {
    background-image: linear-gradient(90deg, #56dd92 0%, #009ebd 100%);
    padding-top: 65px;
    padding-bottom: 65px;
    color: #ffffff;
    text-align: left;
}

#block_vent_steps_service_flow {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_vent_text_efficiency_order {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
}

#block_vent_form_footer {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #666;
    text-align: left;
}
#block_vent_form_footer .hw-section-title,
#block_vent_form_footer .hw-hero-title,
#block_vent_form_footer .hw-form-title,
#block_vent_form_footer .hw-cta-title {
    color: #2c3e50 !important;
}
#block_vent_form_footer .hw-section-subtitle,
#block_vent_form_footer .hw-hero-subtitle,
#block_vent_form_footer .hw-form-subtitle,
#block_vent_form_footer .hw-cta-subtitle {
    color: #666 !important;
}

#block_vent_reviews_custom {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}


/* ========================================================
   PAGE: Проектирование систем ОВиК в Москве (Climton) (Slug: proektirovanie-ovik)
   Активных блоков: 11
   ======================================================== */
#block_ovik_hero_1 {
    background-image: url('/image/catalog/pages/hero_proektirovanie_ovik.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-color: #0f172a;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #ffffff;
    text-align: left;
}

#block_ovik_text_intro {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: left;
}

#block_ovik_benefits_1 {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
}

#block_ovik_steps_documentation {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_ovik_steps_stages {
    background-color: #f8fafc;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_ovik_text_objects_and_calculations {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

#block_ovik_price_table {
    background-color: #f8fafc;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_ovik_cta_consultation {
    background-image: linear-gradient(90deg, #56dd92 0%, #009ebd 100%);
    padding-top: 65px;
    padding-bottom: 65px;
    color: #ffffff;
    text-align: left;
}

#block_ovik_text_order {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

#block_ovik_form_footer {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #666;
    text-align: left;
}
#block_ovik_form_footer .hw-section-title,
#block_ovik_form_footer .hw-hero-title,
#block_ovik_form_footer .hw-form-title,
#block_ovik_form_footer .hw-cta-title {
    color: #2c3e50 !important;
}
#block_ovik_form_footer .hw-section-subtitle,
#block_ovik_form_footer .hw-hero-subtitle,
#block_ovik_form_footer .hw-form-subtitle,
#block_ovik_form_footer .hw-cta-subtitle {
    color: #666 !important;
}

#block_ovik_reviews_custom {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}


/* ========================================================
   PAGE: Установка бризера в Москве (Climton) (Slug: ustanovka-brizera)
   Активных блоков: 11
   ======================================================== */
#block_brizer_hero_1 {
    background-image: url('/image/catalog/pages/hero_ustanovka_brizera.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-color: #0f172a;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #ffffff;
    text-align: left;
}

#block_brizer_text_intro {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: left;
}

#block_brizer_benefits_1 {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
}

#block_brizer_price_table {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_brizer_cta_consultation {
    background-image: linear-gradient(90deg, #56dd92 0%, #009ebd 100%);
    padding-top: 65px;
    padding-bottom: 65px;
    color: #ffffff;
    text-align: left;
}

#block_brizer_steps_installation {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_brizer_text_placement {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
}

#block_brizer_steps_cost {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_brizer_text_order {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
}

#block_brizer_form_footer {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #666;
    text-align: left;
}
#block_brizer_form_footer .hw-section-title,
#block_brizer_form_footer .hw-hero-title,
#block_brizer_form_footer .hw-form-title,
#block_brizer_form_footer .hw-cta-title {
    color: #2c3e50 !important;
}
#block_brizer_form_footer .hw-section-subtitle,
#block_brizer_form_footer .hw-hero-subtitle,
#block_brizer_form_footer .hw-form-subtitle,
#block_brizer_form_footer .hw-cta-subtitle {
    color: #666 !important;
}

#block_brizer_reviews_custom {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}


/* ========================================================
   PAGE: Установка кондиционера альпинистом в Москве (Climton) (Slug: ustanovka-kondicionera-alpinistom)
   Активных блоков: 11
   ======================================================== */
#block_alpinist_hero_1 {
    background-image: url('/image/catalog/pages/hero_ustanovka_alpinistom.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-color: #0f172a;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #ffffff;
    text-align: left;
}

#block_alpinist_text_intro {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: left;
}

#block_alpinist_benefits_1 {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
}

#block_alpinist_when_needed {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

#block_alpinist_price_table {
    background-color: #f8fafc;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_alpinist_cta_consultation {
    background-image: linear-gradient(90deg, #56dd92 0%, #009ebd 100%);
    padding-top: 65px;
    padding-bottom: 65px;
    color: #ffffff;
    text-align: left;
}

#block_alpinist_steps_standard {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_alpinist_mission {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
}

#block_alpinist_gallery_works {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_alpinist_form_footer {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #666;
    text-align: left;
}
#block_alpinist_form_footer .hw-section-title,
#block_alpinist_form_footer .hw-hero-title,
#block_alpinist_form_footer .hw-form-title,
#block_alpinist_form_footer .hw-cta-title {
    color: #2c3e50 !important;
}
#block_alpinist_form_footer .hw-section-subtitle,
#block_alpinist_form_footer .hw-hero-subtitle,
#block_alpinist_form_footer .hw-form-subtitle,
#block_alpinist_form_footer .hw-cta-subtitle {
    color: #666 !important;
}

#block_alpinist_reviews_custom {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}


/* ========================================================
   PAGE: Установка приточно-вытяжной вентиляции в Москве (Climton) (Slug: ustanovka-pritochno-vytyazhnoj-ventilyacii)
   Активных блоков: 11
   ======================================================== */
#block_pvt_hero_1 {
    background-image: url('/image/catalog/pages/hero_pritochno_vytyazhnaya_ventilyaciya.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-color: #0f172a;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #ffffff;
    text-align: left;
}

#block_pvt_text_intro {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: left;
}

#block_pvt_benefits_1 {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
}

#block_pvt_steps_what_included {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_pvt_steps_how_works {
    background-color: #f8fafc;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_pvt_text_recuperation_and_factors {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

#block_pvt_price_table {
    background-color: #f8fafc;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_pvt_cta_consultation {
    background-image: linear-gradient(90deg, #56dd92 0%, #009ebd 100%);
    padding-top: 65px;
    padding-bottom: 65px;
    color: #ffffff;
    text-align: left;
}

#block_pvt_text_cost_and_order {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

#block_pvt_form_footer {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #666;
    text-align: left;
}
#block_pvt_form_footer .hw-section-title,
#block_pvt_form_footer .hw-hero-title,
#block_pvt_form_footer .hw-form-title,
#block_pvt_form_footer .hw-cta-title {
    color: #2c3e50 !important;
}
#block_pvt_form_footer .hw-section-subtitle,
#block_pvt_form_footer .hw-hero-subtitle,
#block_pvt_form_footer .hw-form-subtitle,
#block_pvt_form_footer .hw-cta-subtitle {
    color: #666 !important;
}

#block_pvt_reviews_custom {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}


/* ========================================================
   PAGE: Закладка трассы для кондиционера в Москве (Climton) (Slug: zakladka-trassy-dlya-kondicionera)
   Активных блоков: 11
   ======================================================== */
#block_zakladka_hero_1 {
    background-image: url('/image/catalog/pages/hero_zakladka_trassy.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-color: #0f172a;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #ffffff;
    text-align: left;
}

#block_zakladka_text_intro {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: left;
}

#block_zakladka_benefits_1 {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
}

#block_zakladka_price_table {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_zakladka_cta_consultation {
    background-image: linear-gradient(90deg, #56dd92 0%, #009ebd 100%);
    padding-top: 65px;
    padding-bottom: 65px;
    color: #ffffff;
    text-align: left;
}

#block_zakladka_steps_standard {
    background-color: #f8fafc;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_zakladka_text_tech {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

#block_zakladka_why_us {
    background-color: #f8fafc;
    padding-top: 50px;
    padding-bottom: 50px;
}

#block_zakladka_gallery_works {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
}

#block_zakladka_form_footer {
    background-color: #f8fafc;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #666;
    text-align: left;
}
#block_zakladka_form_footer .hw-section-title,
#block_zakladka_form_footer .hw-hero-title,
#block_zakladka_form_footer .hw-form-title,
#block_zakladka_form_footer .hw-cta-title {
    color: #2c3e50 !important;
}
#block_zakladka_form_footer .hw-section-subtitle,
#block_zakladka_form_footer .hw-hero-subtitle,
#block_zakladka_form_footer .hw-form-subtitle,
#block_zakladka_form_footer .hw-cta-subtitle {
    color: #666 !important;
}

#block_zakladka_reviews_custom {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}