@media(max-width: 980px){
    .t651{
        display:none; !important;
    }
}

.text-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding: 0 15px;
    margin-top: 30px;
}
.contacts-wrapper {
    max-width: 1366px;
    margin: 0 auto;
    margin-bottom: 80px;
    font-family: Arial;
}

.contacts-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 30px;
}

.contact-data {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.contact-map {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
}

.contact-item-k {
    margin-bottom: 32px;
    display: flex;
    align-items: flex-start;
}

.contact-icon-k {
    margin-right: 18px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #446f480f;
    border-radius: 50%;
    color: #446f48;
    flex-shrink: 0;
    font-size: 18px;
}

.contact-details {
    flex: 1;
}

.requisites {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-top: 30px;
}

.requisites-title {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 32px;
    color: #1e293b;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.requisites-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #2ac4f4;
    border-radius: 2px;
}

.requisites-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.requisites-item {
    margin-bottom: 20px;
}

.requisites-item-title {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 16px;
    color: #1e293b;
}

.requisites-item-value {
    font-size: 16px;
    color: #475569;
    line-height: 1.5;
}

.requisites-account {
    background: #f8fdff;
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px;
    border-left: 3px solid #2ac4f4;
}

.contact-title {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 16px;
    color: #1e293b;
}

.contact-value {
    font-size: 18px;
    color: #475569;
}

.contact-value a {
    color: #475569 !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-value a:hover {
    color: #2ac4f4;
}

.address-item,
.callcenter-item {
    margin-bottom: 32px;
    display: flex;
    align-items: flex-start;
}

.work-schedule {
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid #e2e8f0;
}

.schedule-title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
    color: #1e293b;
}

.schedule-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 5px 0;
    font-size: 16px;
}

.schedule-day {
    font-weight: 500;
    color: #1e293b;
    margin: 0;
}

.schedule-time {
    color: #475569;
    margin: 0;
}

.schedule-text{
    color: #ff0606;
    text-align: center;
    margin-top: 25px;
    font-weight: bold;
    padding: 10px;
    border-radius: 18px;
    background-color: #ff000029;
}

.schedule-item:last-child .schedule-time {
    color: #ef4444;
}

.map-frame {
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: none;
    display: block;
}

.map-overlay {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: white;
    padding: 12px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    color: #1e293b;
    font-weight: 500;
}

.map-overlay i {
    color: #446f48;
    margin-right: 8px;
}

@media (max-width: 992px) {
    .contacts-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .contact-data {
        margin: 0 20px 0 20px;
    }

    .contact-map {
        width: 100%;
    }

    .map-frame {
        min-height: 400px;
    }

    .requisites-grid {
        grid-template-columns: 1fr;
    }

    .requisites {
        margin: 0 20px 0 20px;
    }
}

@media (max-width: 576px) {
    .contact-data .requisites {
        padding: 25px 20px;
    }

    .contact-item-k,
    .address-item,
    .callcenter-item {
        flex-direction: column;
    }

    .contact-icon-k {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .contact-title {
        font-size: 17px;
    }

    .contact-value {
        font-size: 17px;
    }

    .schedule-item {
        font-size: 16px;
    }
}

.contact-value a:hover {
    color: #5fb336 !important;
}

.main-banner-wrap{
    height: fit-content;
    background-image: url("https://static.tildacdn.com/tild6564-6563-4532-b138-353064383435/image_9.png");
    background-position: center center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
}

.main-banner-filter{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(30, 50, 30, 0.75));
}

.main-banner{
    position: relative;
    color: #fff;
    font-family: 'Arial', sans-serif;
    width: 1200px;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
}

.main-banner-content{
    padding: 110px 0 50px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-banner-title{
    font-weight: bold;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    text-align: center;
}

.main-banner-text{
    text-align: center;
    margin-top: 15px;
}

.main-banner-button{
    padding: 10px 32px;
    text-transform: none;
    background-color: #446f48;
    border-radius: 50px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-top: 43px;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    color: white !important;
}

.main-banner-adv{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 13px;
    margin: 0;
    padding: 0 20px;
}

.adv-single{
    flex: 1;
    min-width: 140px;
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 10px 8px;
    transition: all 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    justify-content: center;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.adv-single-img{
    margin: 0 auto 6px;
    max-width: 36px;
}

.adv-single-img img{
    width: 36px;
}

.adv-single-text{
    line-height: 1.55;
}

@media(max-width: 1180px){
    .adv-single-text{
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main-banner-title,
    .main-banner-text{
        padding: 0 10px;
    }
}

/* @media(max-width: 850px){
    .main-banner-wrap{
        height: 560px;
    }
}

@media(max-width: 708px){
    .main-banner-wrap{
        height: 650px !important;
    }
}

@media(max-width: 507px){
    .main-banner-wrap{
        height: 710px !important;
    }
}

@media(max-width: 405px){
    .main-banner-wrap{
        height: 730px !important;
    }
}

@media(max-width: 368px){
    .main-banner-wrap{
        height: 990px !important;
    }
} */

.price-table{
    width: 100%;
    border-collapse: collapse;
    font-family: 'Arial';
    text-align: center;
}

.price-table th{
    background-color: #446f48;
    color: #fff;
    border: 1px solid #000;
    padding: 10px 5px;
    font-size: 18px;
}

.price-table td{
    border: 1px solid #6f9272;
    padding: 10px 5px;
    font-size: 16px;
}

.price-table tr:nth-child(2n + 1){
    background-color: #eeeeee;
}

@media(max-width: 700px){
    .price-table th{
        font-size: 16px;
    }
    .price-table td{
        font-size: 14px;
    }
}


.text-p p{
    margin: 0 0 10px;
    font-family: 'Montserrat';
    line-height: 1.55;
    color: #333;
}

.list{
    margin: 0 0 10px 20px;
    font-family: 'Montserrat';
    line-height: 1.55;
    color: #333;
}

.list li::marker{
    color: #446f48;
    font-weight: bold;
}

.h2-text h2{
    color: #333;
    font-family: 'Montserrat';
    font-weight: 700;
    text-align: center;
    font-size:28px;
    margin: 60px 0 20px;
}

.border-block{
    border-left: solid 4px #446f48;
    background: #446f4812;
    padding: 10px 0px 10px 20px;
}

        .advantages-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 24px;
            margin: 40px 0 10px;
        }

        .advantage-card {
            background: #ffffff;
            border-radius: 20px;
            padding: 28px 24px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
            border: 1px solid #eaefea;
            transition: transform 0.15s ease, box-shadow 0.2s ease;
        }

        .advantage-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(68, 111, 72, 0.08);
            border-color: #d0e0d0;
        }

        .advantage-card .icon {
            display: block;
            margin-bottom: 14px;
            width: 35px;
            height: 35px;
            color: #446f48;
        }

        .advantage-card .icon svg {
            width: 100%;
            height: 100%;
            stroke: #446f48;
            fill: none;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        .advantage-card .title {
            font-size: 16px;
            font-weight: 700;
            color: #1e2a1e;
        }

        .advantage-card .description {
            color: #3d553d;
            font-size: 15px;
            /* line-height: 1.5; */
            margin: 0;
        }

        /* --- Адаптивность --- */
        @media (max-width: 768px) {
            .advantages-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 480px) {
            .advantage-card {
                padding: 20px 16px;
            }
            .advantage-card .icon {
                width: 40px;
                height: 40px;
            }
        }

.bold-text{
    font-weight:bold;
}

        .methods-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            margin: 20px 0 10px;
        }

        .method-card {
            background: #fafcfa;
            border-radius: 20px;
            padding: 28px 24px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
            border: 1px solid #eaefea;
            transition: transform 0.15s ease, box-shadow 0.2s ease;
        }

        .method-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(68, 111, 72, 0.08);
            border-color: #d0e0d0;
        }

        .method-card .method-title {
            font-size: 18px;
            font-weight: 700;
            color: #446f48;
            margin-bottom: 8px;
        }

        .method-card .method-description {
            color: #3d553d;
            line-height: 1.6;
            margin: 0;
        }

        /* --- Адаптивность --- */
        @media (max-width: 768px) {
            .methods-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 480px) {
            .method-card {
                padding: 20px 16px;
            }
        }

.problem-list {
    margin: 0 0 10px;
    font-family: 'Montserrat';
    line-height: 1.55;
    color: #333;
    margin-left: 25px;
}
.green-text{
    color: #446f48;
    font-weight: 600;
}
.problem-list li::marker {
   font-size: 20px;
   color: #446f48;
}

        .equipment-list {
            list-style: none;
            padding: 0;
            margin: 20px 0 10px;
            display: flex;
            flex-direction: column;
            gap: 15px;
            font-family: 'Montserrat';
        }

        .equipment-list li {
            background: #ffffff;
            border-radius: 16px;
            padding: 20px 24px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
            border: 1px solid #eaefea;
            transition: transform 0.15s ease, box-shadow 0.2s ease;
            color: #3d553d;
            font-size: 15px;
            line-height: 1.6;
        }

        .equipment-list li:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(68, 111, 72, 0.08);
            border-color: #d0e0d0;
        }

        .equipment-list li .label {
            color: #446f48;
            font-weight: 600;
        }

          .steps-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            font-family: 'Montserrat';
            margin: 40px 0 10px;
        }

        .step-card {
            background: #ffffff;
            border-radius: 16px;
            padding: 24px 20px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
            border: 1px solid #eaefea;
            transition: transform 0.15s ease, box-shadow 0.2s ease;
        }

        .step-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(68, 111, 72, 0.08);
            border-color: #d0e0d0;
        }

        .step-card .step-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 6px;
        }

        .step-card .step-label {
            color: #1e2a1e;
            font-weight: 600;
            font-size: 1rem;
            margin: 0;
        }

        .step-card .step-number {
            color: #446f48;
            font-weight: 700;
            font-size: 2rem;
            flex-shrink: 0;
            margin-left: 12px;
            line-height: 1;
        }

        .step-card .step-description {
            color: #3d553d;
            font-size: 0.9rem;
            line-height: 1.5;
            margin: 0;
        }

        /* --- Адаптивность --- */
        @media (max-width: 992px) {
            .steps-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .steps-grid {
                grid-template-columns: 1fr;
                gap: 14px;
            }
            .step-card {
                padding: 18px 16px;
            }
            .step-card .step-label {
                font-size: 0.95rem;
            }
            .step-card .step-number {
                font-size: 1.6rem;
            }
            .step-card .step-description {
                font-size: 0.85rem;
            }
        }

        @media (max-width: 480px) {
            .step-card .step-number {
                font-size: 1.3rem;
            }
        }
        .accordion {
            display: flex;
            flex-direction: column;
            gap: 12px;
            font-family: 'Montserrat';
        }

        .accordion-item {
            border: 1px solid #eaefea;
            border-radius: 16px;
            overflow: hidden;
            transition: border-color 0.2s ease;
            background: #ffffff;
        }

        .accordion-item:hover {
            border-color: #d0e0d0;
        }

        .accordion-item.active {
            border-color: #446f48;
        }

        .accordion-header {
            width: 100%;
            padding: 18px 24px;
            background: #ffffff;
            border: none;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 16px;
            font-family: inherit;
            font-size: 1rem;
            font-weight: 600;
            color: #1e2a1e;
            text-align: left;
            transition: background 0.2s ease;
            position: relative;
        }

        .accordion-header:hover {
            background: #f6faf6;
        }

        .accordion-header .question-text {
            flex: 1;
        }
.accordion-item p{
            margin: 0px;
        }
        .accordion-header .icon {
            flex-shrink: 0;
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #446f48;
            font-size: 1.4rem;
            font-weight: 300;
            transition: transform 0.3s ease;
        }

        .accordion-item.active .accordion-header .icon {
            transform: rotate(45deg);
        }

        .accordion-body {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.3s ease;
            padding: 0 24px;
        }

        .accordion-item.active .accordion-body {
            max-height: 500px;
            padding: 0 24px 20px 24px;
        }

        .accordion-body .answer {
            color: #3d553d;
            font-size: 0.95rem;
            line-height: 1.7;
            margin: 0;
            padding-top: 4px;
        }

        .accordion-body .answer .label {
            color: #446f48;
            font-weight: 600;
        }

        /* --- Адаптивность --- */
        @media (max-width: 768px) {
            .accordion-header {
                padding: 14px 16px;
                font-size: 0.95rem;
            }
            .accordion-item.active .accordion-body {
                padding: 0 16px 16px 16px;
            }
            .accordion-body .answer {
                font-size: 0.9rem;
            }
        }

        @media (max-width: 480px) {
            .accordion-header {
                padding: 12px 14px;
                font-size: 0.88rem;
            }
            .accordion-header .icon {
                width: 20px;
                height: 20px;
                font-size: 1.2rem;
            }
        }


/* --- Универсальные стили для всех баннеров типа t698 --- */
    
    /* Отступ сверху для всех баннеров */
    .t-rec[data-record-type="698"] {
        margin-top: 60px;
    }

    .t-rec[data-record-type="698"] .t-cover {
        position: relative;
        height: 520px;
        min-height: 420px;
        max-height: 500px;
        display: block;
        background-position: center center;
        background-size: cover;
        overflow: hidden;
        margin: 0 auto;
        width: 100%;
        background-attachment: scroll;
        text-align: center;
        vertical-align: middle;
    }

    .t-rec[data-record-type="698"] .t-cover__carrier {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: scroll;
        display: block;
        text-align: center;
    }

    .t-rec[data-record-type="698"] .t-cover__filter {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
        display: block;
    }

    .t-rec[data-record-type="698"] .t698 {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .t-rec[data-record-type="698"] .t-container {
        max-width: 1200px;
        margin: 0 auto;
        width: 100%;
        position: relative;
        display: block;
        bottom: auto;
        left: auto;
        right: auto;
        top: auto;
    }

    .t-rec[data-record-type="698"] .t-width_8 {
        max-width: 780px;
        margin: 0 auto;
        width: 100%;
        display: block;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .t-rec[data-record-type="698"] .t-cover__wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 520px;
        width: 100%;
        padding: 0;
        vertical-align: middle;
    }

    .t-rec[data-record-type="698"] .t698__mainwrapper {
        text-align: center;
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
        display: block;
    }

    /* Заголовок */
    .t-rec[data-record-type="698"] .t698__title {
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 28pximportant;
        line-height: 1.3;
        margin-bottom: 12px;
        letter-spacing: -0.3px;
        text-align: center;
    }

    /* Описание */
    .t-rec[data-record-type="698"] .t698__descr {
        font-size: 18pximportant;
        color: rgba(255, 255, 255, 0.92);
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        line-height: 1.6;
        margin-bottom: 24px;
        text-align: center;
    }

    .t-rec[data-record-type="698"] .t698__descr a {
        color: #ffffff;
        text-decoration: none;
        font-weight: 700;
        transition: color 0.2s ease;
    }

    .t-rec[data-record-type="698"] .t698__descr a:hover {
        color: #8fc992;
    }

    /* Текст под формой (политика) */
    .t-rec[data-record-type="698"] .t698__form-bottom-text {
        margin-top: 14px;
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.65);
        line-height: 1.5;
        text-align: center;
        display: block;
    }

    .t-rec[data-record-type="698"] .t698__form-bottom-text span {
        font-family: 'Montserrat', sans-serif;
    }

    .t-rec[data-record-type="698"] .t698__form-bottom-text a {
        color: #8fc992;
        text-decoration: none;
        transition: color 0.2s ease;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
    }

    .t-rec[data-record-type="698"] .t698__form-bottom-text a:hover {
        color: #b5dbb8;
        text-decoration: underline;
    }

    /* --- Адаптивность --- */
    @media (max-width: 768px) {
        .t-rec[data-record-type="698"] {
            margin-top: 40px;
        }

        .t-rec[data-record-type="698"] .t-cover {
            height: auto;
            min-height: 400px;
            max-height: 520px;
            border-radius: 20px 20px 0 0;
        }

        .t-rec[data-record-type="698"] .t-cover__wrapper {
            height: auto;
            min-height: 400px;
            padding: 40px 0;
        }

        .t-rec[data-record-type="698"] .t698__title {
            font-size: 24px!important;
        }

        .t-rec[data-record-type="698"] .t698__descr {
            font-size: 16px!important;
        }

        .t-rec[data-record-type="698"] .t698__mainwrapper {
            max-width: 100%;
            padding: 0 6px;
        }
    }

    @media (max-width: 480px) {
        .t-rec[data-record-type="698"] {
            margin-top: 30px;
        }

        .t-rec[data-record-type="698"] .t-cover {
            border-radius: 16px 16px 0 0;
            min-height: 360px;
            max-height: 520px;
        }

        .t-rec[data-record-type="698"] .t-cover__wrapper {
            min-height: 360px;
            padding: 30px 0;
        }

        .t-rec[data-record-type="698"] .t698__title {
            font-size: 20px;
            margin-bottom: 8px;
        }

        .t-rec[data-record-type="698"] .t698__descr {
            font-size: 14px!important;
            margin-bottom: 18px;
        }

        .t-rec[data-record-type="698"] .t698__form-bottom-text {
            font-size: 11px;
        }
    }
    
.center-block{
    text-align: center;
}

.district-tabs-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    font-family: 'Montserrat', Arial, sans-serif;
    margin-top: 40px;
  }

  /* Навигация по табам */
  .district-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
    padding: 0;
  }

  .district-tab-btn {
    padding: 10px 22px;
    background: #f5f8f5;
    border: 1px solid #dce4dc;
    border-radius: 10px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #4a5f4a;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    flex: 0 1 auto;
    white-space: nowrap;
    letter-spacing: 0.3px;
  }

  .district-tab-btn:hover {
    color: #1e2a1e;
    background: #eaf1ea;
    border-color: #bcd0bc;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  }

  .district-tab-btn.active {
    color: #1e2a1e;
    background: #ffffff;
    border: 1px solid #49e458;
    box-shadow: 0 4px 16px rgba(73, 228, 88, 0.15);
    font-weight: 500;
  }

  .district-tab-btn.active::after {
    display: none;
  }

  /* Контент табов */
  .district-tabs-content {
    margin-top: 10px;
  }

  .district-tab-panel {
    display: none;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 28px;
    border: 1px solid #e8efe8;
    animation: districtFadeIn 0.35s ease;
  }

  .district-tab-panel.active {
    display: block;
  }

  @keyframes districtFadeIn {
    from {
      opacity: 0;
      transform: translateY(8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Сетка станций 4 колонки */
  .district-stations-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px 24px;
  }

  .district-station-item {
    font-size: 14px;
    line-height: 1.9;
    color: #1e2a1e;
    font-family: 'Montserrat', Arial, sans-serif;
    padding: 3px 0;
    border-bottom: 1px solid #f3f6f3;
  }

  .district-station-item:last-child {
    border-bottom: none;
  }

  .district-station-item a {
    color: #49e458;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.2s ease, text-decoration 0.2s ease;
  }

  .district-station-item a:hover {
    color: #2db83a;
    text-decoration: underline;
  }

  .district-station-item.no-link {
    color: #8a9a8a;
  }

  /* Адаптивность */
  @media (max-width: 1200px) {
    .district-stations-grid {
      grid-template-columns: repeat(4, 1fr);
      gap: 6px 18px;
    }
  }

  @media (max-width: 992px) {
    .district-stations-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 6px 16px;
    }
    .district-tab-btn {
      font-size: 13px;
      padding: 8px 16px;
    }
  }

  @media (max-width: 768px) {
    .district-stations-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 4px 14px;
    }
    .district-tab-panel {
      padding: 18px 20px;
    }
    .district-station-item {
      font-size: 14px;
      line-height: 1.7;
    }
    .district-tab-btn {
      font-size: 14px;
      padding: 6px 12px;
    }
    .district-tabs-nav {
      gap: 6px;
    }
  }

  @media (max-width: 480px) {
    .district-stations-grid {
      grid-template-columns: 1fr 1fr;
      gap: 3px 10px;
    }
    .district-tab-panel {
      padding: 14px 16px;
    }
    .district-station-item {
      font-size: 14px;
      line-height: 1.6;
      padding: 2px 0;
    }
    .district-tab-btn {
      font-size: 14px;
      padding: 5px 10px;
    }
    .district-tabs-nav {
      gap: 4px;
    }
  }
  
  .main-page-services{
		display: flex;
		flex-wrap: wrap;
		gap: 16px;
		margin-bottom: 40px;
	}
	.main-page-service-single{
		width: calc(25% - 14px);
		border: 1px solid #eaefea;
		border-radius: 10px;
		display: flex;
        flex-direction: column;
	}
	.main-page-service-img img{
	    width: 100%;
	    border-top-left-radius: 10px;
	    border-top-right-radius: 10px;
	    height: 180px;
        object-fit: cover;
	}

	.main-page-service-body{
	    font-family: 'Montserrat';
	    padding: 10px 15px; 
	}

	.main-page-service-name{
	    color: #000;
	    font-weight: 600;
	    text-align: center;
	    font-size: 18px;
	    margin-bottom: 10px;
	}

	.main-page-service-desc p{
	    text-align: center;
	    line-height: 1.35;
	    margin-bottom: 10px;
	    font-size: 14px;
	    color: #333;
	    
	}
	.main-page-service-price{
	    font-weight: 500;
	    text-align: center;
	    font-size: 16px;
	}
	.main-page-service-price span{
	    color: #446f48;
	    font-weight: 600;
	    font-size: 18px;
	}
	.main-page-service-buttons{
	    font-family: 'Montserrat';
	    display: flex;
	    gap: 10px;
	    padding: 10px;
	    margin-top: auto;
	}

	.main-page-service-buttons > *{
	    width: calc(50%);
	    padding: 8px 10px;
	    text-align: center;
	    border-radius: 5px;
	}

	.main-page-service-order{
	    color: #fff;
	    background-color: #446f48;
	}

	.main-page-service-more{
	    border: 1px solid #446f48;
	    color: #446f48;
	    background-color: #fff;
	}

	@media(max-width: 1100px){
		.main-page-services{
			gap: 12px;
		}
		.main-page-service-single{
			width: calc(100% / 3 - 10px);
		}
		.main-page-service-body{
			padding: 10px 5px;
		}
		.main-page-service-name{
			font-size: 16px;
		}
		.main-page-service-buttons{
			gap: 5px;
			padding: 5px;
		}
		.main-page-service-buttons > *{
			padding: 5px 5px;
			font-size: 14px;
		}
		.main-page-service-img img{
			height: 160px;
		}
	}

	@media(max-width: 700px){
		.main-page-services{
			gap: 10px;
		}
		.main-page-service-single{
			width: calc(50% - 7px);
		}
	}

	@media(max-width: 500px){
		.main-page-services{
			gap: 10px;
		}
		.main-page-service-single{
			width: 100%;
		}
	}

  .footer {
      background: #446f48;
      color: #ffffff;
      font-family: 'Montserrat';
      padding: 25px 20px 0;
    }

    .footer-container {
      margin: 0 50px;
      display: grid;
      grid-template-columns: 1.2fr 0.7fr 1.2fr 1fr 1fr;
      gap: 30px 35px;
      padding-bottom: 30px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    /* Логотип */
    .footer-brand {
      display: flex;
      flex-direction: column;
    }

    .footer-logo {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 16px;
      /* flex-wrap: wrap; */
    }

    .footer-logo a {
      display: flex;
      align-items: center;
      gap: 10px;
      text-decoration: none;
    }

    .footer-logo img {
      width: 70px;
      height: auto;
      /* filter: brightness(0) invert(1) opacity(0.9); */
    }
.footer-logo-title {
      font-size: 18px;
      font-weight: 700;
      color: #ffffff;
      line-height: 1.2;
      text-decoration: none;
    }

    .footer-logo-title:hover {
      text-decoration: underline;
    }

    .footer-logo-sub {
      font-size: 13px;
      color: rgba(255, 255, 255, 0.7);
      font-weight: 400;
    }

    .footer-desc {
      font-size: 14px;
      line-height: 1.7;
      color: rgba(255, 255, 255, 0.8);
      max-width: 340px;
    }

    /* Заголовки колонок */
    .footer-col .col-title {
      font-size: 15px;
      font-weight: 700;
      padding-top: 22px;
      color: #ffffff;
      margin-bottom: 16px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
    }

    .footer-col ul {
      list-style: none;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .footer-col ul li a {
      color: rgba(255, 255, 255, 0.8);
      text-decoration: none;
      font-size: 14px;
      transition: color 0.2s ease, transform 0.2s ease;
      display: inline-block;
    }

    .footer-col ul li a:hover {
      color: #ffffff;
      transform: translateX(4px);
    }

    /* Контакты в колонке */
    .footer-contacts-list {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    .footer-contacts-list .contact-item {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.85);
      line-height: 1.5;
      display: flex;
      gap: 10px;
      align-items: center;
    }

    .footer-contacts-list .contact-item a {
      color: rgba(255, 255, 255, 0.85);
      text-decoration: none;
      transition: color 0.2s ease;
    }

    .footer-contacts-list .contact-item a:hover {
      color: #5fb336;
    }

    .footer-contacts-list .phone {
      /* font-size: 16px; */
      /* font-weight: 700; */
      color: #ffffff !important;
    }

    .footer-contacts-list .phone:hover {
      color: #5fb336 !important;
    }

    /* Нижняя часть футера */
    .footer-bottom {
      margin: 0 50px;
      padding: 20px 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px 20px;
    }

    .footer-copy {
      font-size: 13px;
      color: rgba(255, 255, 255, 0.7);
    }

    .footer-links-bottom {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      align-items: center;
    }

    .footer-links-bottom a {
      color: rgba(255, 255, 255, 0.7);
      text-decoration: none;
      font-size: 13px;
      transition: color 0.2s ease;
    }

    .footer-links-bottom a:hover {
      color: #ffffff;
    }
  
    /* ===== АДАПТИВНОСТЬ ===== */
    @media (max-width: 1200px) {
      .footer-container {
        grid-template-columns: 1.5fr 1fr 1fr 1fr;
        gap: 30px;
      }
    }

    @media (max-width: 992px) {
      .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 30px 40px;
      }
      .footer-brand {
        grid-column: 1 / -1;
      }
      .footer-desc {
        max-width: 100%;
      }
    }

    @media (max-width: 768px) {
      .footer {
        padding: 30px 16px 0;
      }
      .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin: 0 20px;
      }
      .footer-bottom {
        flex-direction: column;
        text-align: center;
        padding: 16px 0 80px 0;
      }
      .footer-links-bottom {
        justify-content: center;
        gap: 12px 16px;
      }
      .footer-contacts-list .phone {
        font-size: 16px;
      }
   
    }

    @media (max-width: 480px) {
      .footer-container {
        grid-template-columns: 1fr;
        gap: 0px;
        margin: 0 20px;
      }
      .footer-col .col-title {
        margin-bottom: 10px;
      }
      .footer-logo-title {
        font-size: 15px;
      }
      .footer-logo img {
        width: 44px;
      }
      .footer-desc {
        font-size: 13px;
      }
      .footer-copy {
        font-size: 12px;
      }
      .footer-links-bottom a {
        font-size: 12px;
      }
    .footer-bottom {
        padding: 16px 0 70px 0;
    }
    }
    
 /* ===== КНОПКА "НАВЕРХ" ===== */
  .top-btn {
    position: fixed;
    bottom: 50px;
    right: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #446f48;
    border-radius: 50%;
    color: #ffffff;
    border: 1px solid #fff;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(68, 111, 72, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.9);
    z-index: 9999;
    padding: 0;
    outline: none;
  }

  .top-btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }

  .top-btn:hover {
    background: #49e458;
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(73, 228, 88, 0.4);
  }

  .top-btn:active {
    transform: scale(0.92);
  }

  .top-btn svg {
    width: 24px;
    height: 24px;
    display: block;
    transition: transform 0.3s ease;
  }

  .top-btn:hover svg {
    transform: translateY(-2px);
  }

  /* Адаптивность */
  @media (max-width: 768px) {
    .top-btn {
      width: 50px;
      height: 50px;
      bottom: 24px;
      right: 24px;
    }
    .top-btn svg {
      width: 20px;
      height: 20px;
    }
  }

  @media (max-width: 480px) {
    .top-btn {
      width: 44px;
      height: 44px;
      bottom: 50px;
      right: 16px;
    }
    .top-btn svg {
      width: 18px;
      height: 18px;
    }
  }
.header {
        font-family: 'Montserrat', sans-serif;
        max-width: 1850px;
        width: 100%;
        margin: 0 auto;
        background: #ffffff;
        padding: 10px 0px;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        overflow-x: auto;
    }

    .brand {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-shrink: 0;
    }

    .brand-logo {
        height: 78px;
        width: auto;
        display: block;
        flex-shrink: 0;
    }

    .brand-text {
        display: flex;
        flex-direction: column;
        line-height: 1.2;
    }

    .brand-title {
        font-size: 18px;
        font-weight: 700;
        color: #1e2a1e;
        white-space: nowrap;
    }

    .brand-sub {
        font-size: 14px;
        font-weight: 500;
        color: #5a6b5a;
        white-space: nowrap;
    }

    .phones {
        display: flex;
        flex-direction: column;
        gap: 2px;
        flex-shrink: 0;
    }

    .phone-item {
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 500;
        color: #1e2a1e;
        white-space: nowrap;
    }

    .phone-item i {
        color: #446f48;
        font-size: 14px;
        width: 20px;
        text-align: center;
        flex-shrink: 0;
    }

    .phone-item .phone {
        font-weight: 700;
        color: #374638;
        font-size: 16px;
        text-decoration: none;
        transition: all 0.2s ease;
    }

    .phone-item .phone:hover {
        color: #ff0606;
        transform: scale(1.02);
    }

    .info-center {
        display: flex;
        align-items: center;
        flex-shrink: 0;
    }

    .info-item .main {
        font-size: 15px;
        font-weight: 500;
        color: #1e2a1e;
        display: flex;
        align-items: center;
        gap: 8px;
        white-space: nowrap;
    }

    .info-item .main i {
        color: #446f48;
        font-size: 16px;
    }

    .round-clock {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
    }

    .round-clock svg {
        width: 32px;
        height: 32px;
        flex-shrink: 0;
    }

    .round-clock .text {
        display: flex;
        flex-direction: column;
        line-height: 1.2;
    }

    .round-clock .text .big {
        font-size: 16px;
        font-weight: 700;
        color: #ff0606;
    }

    .round-clock .text .small {
        font-size: 14px;
        font-weight: 500;
        color: #5f725f;
    }

    .actions {
        display: flex;
        gap: 10px;
        flex-shrink: 0;
    }

    .btn-header {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 12px 24px;
        border-radius: 40px;
        font-weight: 700;
        font-size: 16px;
        border: none;
        transition: all 0.2s ease;
        text-decoration: none;
        white-space: nowrap;
        cursor: pointer;
    }

    .btn-header i {
        font-size: 16px;
    }

    .btn-primary {
        background: #ff0606;
        color: #ffffff !important;
        box-shadow: 0 4px 16px rgba(255, 6, 6, 0.25);
        border: 1px solid #ff0606;
    }

    .btn-primary:hover {
        background: white;
        color: #ff0606!important;
        box-shadow: 0 6px 20px rgba(255, 6, 6, 0.35);
    }

    .btn-secondary {
        background: white;
        color: #ff0606;
        border: 2px solid #ff0606;
    }

    .btn-secondary:hover {
        background: #ff0606;
        color: white;
        box-shadow: 0 6px 20px rgba(255, 6, 6, 0.35);
    }

    @media (max-width: 1725px) {
        .actions {
            flex-direction: column;
        }
        .btn-header{
            padding: 5px 24px;
            font-size: 15px;
        }
    }
    @media (max-width: 1480px) {
        .header {
            padding: 10px 0px;
            gap: 15px;
        }

        .brand-logo {
            height: 60px;
        }

        .brand-title {
            font-size: 16px;
        }

        .brand-sub {
            font-size: 13px;
        }

        .phone-item .phone {
            font-size: 16px;
        }

        .info-item .main {
            font-size: 14px;
        }

        .btn-header {
            font-size: 14px;
            padding: 5px 20px;
        }

        .round-clock .text .big {
            font-size: 14px;
        }

        .round-clock .text .small {
            font-size: 12px;
        }

        .round-clock svg {
            width: 28px;
            height: 28px;
        }
    }
    
    @media (max-width: 1360px) {
        .header {
            padding: 10px 0px;
            gap: 15px;
        }

        .brand-logo {
            height: 60px;
        }
        .phone-item{
            gap: 5px;
        }

        .brand-title {
            font-size: 14px;
        }

        .brand-sub {
            font-size: 12px;
        }

        .phone-item .phone {
            font-size: 12px;
        }

        .info-item .main {
            font-size: 12px;
            gap: 5px;
        }
        .info-item .main i{
            font-size: 14px;
        }
        .phone-item i{
            font-size: 12px;
        }
        .btn-header i{
            font-size:12px;
        }
        .btn-header {
            font-size: 12px;
            padding: 5px 20px;
        }
        .round-clock{
            gap: 5px;
        }

        .round-clock .text .big {
            font-size: 12px;
        }

        .round-clock .text .small {
            font-size: 12px;
        }

        .round-clock svg {
            width: 20px;
            height: 20px;
        }
    }
    @media (max-width: 1212px) {
        .header {
            flex-wrap: wrap !important;
            gap: 12px 20px;
            justify-content: center;
            padding: 10px 0;
        }
        .actions {
            flex-direction: row;
            padding: 0 20px;
        }

        .brand {
            flex: 0 0 auto;
        }

        .brand-text {
            display: flex !important;
        }

        .brand-title {
            font-size: 16px;
        }

        .brand-sub {
            font-size: 13px;
        }

        .brand-logo {
            height: 50px;
        }

        .phones {
            flex-direction: row;
            gap: 16px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .phone-item .phone {
            font-size: 15px;
        }

        .info-center {
            order: 3;
            flex: 1 1 100%;
            justify-content: center;
        }

        .info-item .main {
            font-size: 14px;
            white-space: normal;
        }

        .round-clock {
            order: 4;
        }

        .actions {
            order: 5;
            flex: 1 1 100%;
            justify-content: center;
            gap: 12px;
        }

        .btn-header {
            font-size: 14px;
            padding: 10px 24px;
            flex: 0 1 auto;
            width: 20%;
        }

        .round-clock .text .big {
            font-size: 14px;
        }

        .round-clock .text .small {
            font-size: 12px;
        }

        .round-clock svg {
            width: 28px;
            height: 28px;
        }
    }
    @media (max-width: 768px) {
        .header {
            padding: 10px 0px;
            gap: 12px;
            flex-direction: column !important;
            align-items: stretch !important;
        }

        .brand {
            justify-content: center;
            gap: 10px;
        }

        .brand-logo {
            height: 44px;
        }

        .brand-text {
            align-items: center;
        }

        .brand-title {
            font-size: 15px;
            white-space: normal;
            text-align: center;
        }

        .brand-sub {
            font-size: 12px;
            white-space: normal;
            text-align: center;
        }

        .phones {
            flex-direction: row;
            justify-content: center;
            gap: 12px 20px;
            flex-wrap: wrap;
        }

        .phone-item .phone {
            font-size: 15px;
        }

        .phone-item i {
            font-size: 14px;
            width: 18px;
        }

        .info-center {
            order: 0;
            justify-content: center;
            width: 100%;
        }

        .info-item .main {
            font-size: 13px;
            white-space: normal;
            text-align: center;
            justify-content: center;
            flex-wrap: wrap;
        }

        .info-item .main i {
            font-size: 14px;
        }

        .round-clock {
            justify-content: center;
            padding: 6px 12px;
            border-radius: 40px;
        }

        .round-clock .text .big {
            font-size: 14px;
        }

        .round-clock .text .small {
            font-size: 11px;
        }

        .round-clock svg {
            width: 26px;
            height: 26px;
        }

        .btn-header {
            width: 100%;
            justify-content: center;
            padding: 10px 20px;
            font-size: 14px;
        }

        .btn-header i {
            font-size: 17px;
        }
    }
    @media (max-width: 480px) {
        .header {
            padding: 10px 0px;
            gap: 12px;
        }

        .brand-logo {
            height: 50px;
        }
        .brand-text {
            width: 60%;
        }

        .brand-title {
            font-size: 14px;
        }

        .brand-sub {
            font-size: 12px;
        }

        .phones {
            gap: 8px 14px;
            flex-direction: column;
            align-items: center;
        }

        .phone-item .phone {
            font-size: 14px;
        }

        .phone-item i {
            font-size: 12px;
            width: 16px;
        }

        .info-item .main {
            font-size: 12px;
        }

        .info-item .main i {
            font-size: 12px;
        }

        .round-clock {
            padding: 4px 10px;
            gap: 6px;
        }

        .round-clock .text .big {
            font-size: 12px;
        }

        .round-clock .text .small {
            font-size: 12px;
        }

        .round-clock svg {
            width: 22px;
            height: 22px;
        }
        
        .actions{
            gap: 3px;
            padding: 0 10px;
        }

        .btn-header {
            padding: 5px 12px;
            font-size: 12px
        }

        .btn-header i {
            font-size: 14px;
        }
    }
.equipment-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
        }

        .equipment-link {
            display: block;
            text-decoration: none;
            border-radius: 28px;
            overflow: hidden;
            box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
            transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
            border: 2px solid transparent;
            cursor: pointer;
        }

        .equipment-link:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(68, 111, 72, 0.08);
            border-color: #d0e0d0;
        }

        .card-image {
            width: 100%;
            height: 260px;
            background: #e8edf6;
            overflow: hidden;
        }

        .card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.4s ease;
        }

        .equipment-link:hover .card-image img {
            transform: scale(1.04);
        }

        /* Адаптив */
        @media (max-width: 992px) {
            .equipment-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 1.5rem;
            }
            .card-image {
                height: 220px;
            }
        }

        @media (max-width: 640px) {
            .equipment-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            .section-sub {
                font-size: 0.95rem;
                padding: 0.4rem 1.2rem;
            }
            .card-image {
                height: 190px;
            }
        }

        @media (max-width: 400px) {
            .card-image {
                height: 160px;
            }
        }
        
.link-class{
    color:#49e458!important;
}
.link-class:hover{
    color: #2db83a!important;
    text-decoration: underline;
}
@media screen and (min-width: 981px) and (max-width: 1481px) {
    #rec846210559 {
        margin-top: 85px;
    }
}

/* Отступ: от 1235px и шире → 98px */
@media screen and (min-width: 1481px) {
    #rec846210559 {
        margin-top: 98px;
    }
}
@media screen and (min-width: 981px) {
    #rec2895108701 {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 9999 !important;
        background: #ffffff !important;
        box-shadow: 0 0.7rem 1rem rgba(0, 0, 0, .15) !important;
    }
}