

/* Start:/bitrix/templates/.default/components/bitrix/catalog.section/new/style.css?178410615618041*/
        /* ===== ГЛОБАЛЬНЫЕ СТИЛИ ===== */
        h1, h2, h3 {
            font-weight: 700;
            line-height: 1.3;
        }

        h1 {
            font-size: 2.2rem;
            margin-bottom: 0.25rem;
            color: #1a1a1a;
        }

        h2 {
            font-size: 1.6rem;
            margin-bottom: 1.5rem;
            color: #1a1a1a;
            border-bottom: 3px solid #e63946;
            padding-bottom: 0.5rem;
            display: inline-block;
        }

        /* ===== HERO ===== */
        .hero {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            background: #f1f3f5;
            padding: 30px 30px 20px 30px;
            border-radius: 12px;
            margin-bottom: 40px;
        }

        .hero-left {
            flex: 2 1 300px;
        }

        .hero-left .rating {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 1.1rem;
            color: #f59f00;
            margin: 6px 0 12px 0;
        }

        .hero-left .rating span {
            color: #495057;
            font-weight: 500;
        }

        .hero-features {
            list-style: none;
            margin: 15px 0 20px 0;
        }

        .hero-features li {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 8px;
            font-size: 1rem;
        }

        .hero-features li::before {
            content: "✓";
            color: #e63946;
            font-weight: 700;
            font-size: 1.2rem;
        }

        .btn-primary {
            display: inline-block;
            background: #e63946;
            color: #fff;
            font-weight: 600;
            padding: 14px 36px;
            border-radius: 40px;
            text-decoration: none;
            font-size: 1rem;
            border: none;
            cursor: pointer;
            transition: background 0.2s ease;
            margin-top: 5px;
        }

        .btn-primary:hover {
            background: #c1121f;
        }

        .hero-right {
            flex: 1 1 200px;
            text-align: right;
            font-size: 0.95rem;
            color: #495057;
            background: #ffffffcc;
            padding: 16px 20px;
            border-radius: 12px;
            backdrop-filter: blur(4px);
        }

        .hero-right strong {
            display: block;
            font-size: 1.6rem;
            color: #1a1a1a;
        }

        /* ===== СЕТКИ ===== */
        .grid-2, .grid-3, .grid-4 {
            display: grid;
            gap: 20px;
            margin-bottom: 40px;
        }

        .grid-2 { grid-template-columns: repeat(2, 1fr); }
        .grid-3 { grid-template-columns: repeat(3, 1fr); }
        .grid-4 { grid-template-columns: repeat(4, 1fr); }

        .card {
            background: #f8f9fa;
            border-radius: 12px;
            padding: 20px 18px;
            transition: transform 0.15s ease, box-shadow 0.15s ease;
            border: 1px solid #e9ecef;
        }

        .card:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
        }

        .card .icon {
            font-size: 1.8rem;
            margin-bottom: 8px;
            display: block;
        }

        .card h3 {
            font-size: 1.1rem;
            margin-bottom: 4px;
        }

        .card p {
            font-size: 0.95rem;
            color: #495057;
            margin: 0;
        }

        .card ul {
            list-style: none;
            padding: 0;
            margin: 6px 0 0 0;
        }

        .card ul li {
            font-size: 0.95rem;
            padding: 3px 0 3px 22px;
            position: relative;
        }

        .card ul li::before {
            content: "✔";
            color: #e63946;
            font-weight: 700;
            position: absolute;
            left: 0;
        }

        /* ===== ЭКСПЕРТНЫЙ БЛОК ===== */
        .expert-block {
            background: #f1f3f5;
            padding: 28px 30px;
            border-radius: 12px;
            margin-bottom: 40px;
            border-left: 4px solid #e63946;
        }

        .expert-block p {
            margin-bottom: 14px;
            font-size: 1rem;
            color: #212529;
        }

        .expert-block p:last-child {
            margin-bottom: 0;
        }

        /* ===== ПРОЦЕСС ===== */
        .process-steps {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 10px;
            margin: 10px 0 30px 0;
        }

        .step {
            flex: 1 1 160px;
            text-align: center;
            background: #f8f9fa;
            padding: 18px 10px;
            border-radius: 12px;
            border: 1px solid #e9ecef;
        }

        .step .num {
            display: inline-block;
            background: #e63946;
            color: #fff;
            font-weight: 700;
            width: 36px;
            height: 36px;
            line-height: 36px;
            border-radius: 50%;
            margin-bottom: 6px;
            font-size: 0.9rem;
        }

        .step p {
            font-weight: 600;
            margin: 0;
            font-size: 0.95rem;
        }

        /* ===== ТАБЛИЦА ===== */
        .table-wrap {
            overflow-x: auto;
            margin: 10px 0 30px 0;
        }

        .compare-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95rem;
        }

        .compare-table th,
        .compare-table td {
            padding: 14px 16px;
            text-align: left;
            border-bottom: 1px solid #e9ecef;
        }

        .compare-table th {
            background: #f1f3f5;
            font-weight: 600;
            color: #1a1a1a;
        }

        .compare-table tr:last-child td {
            border-bottom: none;
        }

        .compare-table .highlight {
            color: #e63946;
            font-weight: 700;
        }

        /* ===== FAQ ===== */
        .faq-list {
            margin: 10px 0 20px 0;
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid #e9ecef;
        }

        .faq-item {
            border-bottom: 1px solid #e9ecef;
        }

        .faq-item:last-child {
            border-bottom: none;
        }

        .faq-question {
            width: 100%;
            background: #fff;
            border: none;
            padding: 18px 24px;
            font-size: 1rem;
            font-weight: 600;
            text-align: left;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #1a1a1a;
            transition: background 0.15s ease;
        }

        .faq-question:hover {
            background: #f8f9fa;
        }

        .faq-question:focus,
        .faq-question:focus-visible {
            outline: none;
            box-shadow: none;
        }

        .faq-question .arrow {
            font-size: 1.2rem;
            transition: transform 0.25s ease;
            color: #868e96;
        }

        .faq-item.open .faq-question .arrow {
            transform: rotate(180deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.35s ease, padding 0.3s ease;
            padding: 0 24px;
            background: #f8f9fa;
        }

        .faq-item.open .faq-answer {
            max-height: 300px;
            padding: 18px 24px 24px 24px;
        }

        .faq-answer p {
            margin: 0;
            color: #495057;
        }

        /* ===== АДАПТИВНОСТЬ ===== */
        @media (max-width: 768px) {
            .ags-container {
                padding: 24px 16px;
            }

            h1 {
                font-size: 1.7rem;
            }
            h2 {
                font-size: 1.3rem;
            }

            .hero {
                flex-direction: column;
                align-items: stretch;
                padding: 24px 20px;
            }

            .hero-right {
                text-align: left;
                margin-top: 16px;
            }

            .grid-2, .grid-3, .grid-4 {
                grid-template-columns: 1fr;
            }

            .process-steps {
                flex-direction: column;
            }

            .step {
                flex: 1 1 auto;
            }

            .btn-primary {
                display: block;
                text-align: center;
            }

            .compare-table th,
            .compare-table td {
                padding: 10px 12px;
                font-size: 0.85rem;
            }
        }

        @media (min-width: 769px) and (max-width: 1024px) {
            .grid-4 {
                grid-template-columns: repeat(2, 1fr);
            }
        }
/* ===== ПРОЦЕСС РЕМОНТА ===== */
.process-section {
    margin-bottom: 40px;
}

.process-section h2 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    border-bottom: 3px solid #e63946;
    padding-bottom: 0.5rem;
    display: inline-block;
}

.process-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px 20px;
    margin-top: 10px;
}

.step {
    flex: 1 1 160px;
    text-align: center;
    background: #f8f9fa;
    padding: 18px 10px;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    position: relative;
}

.step .step-number {
    display: inline-block;
    background: #e63946;
    color: #fff;
    font-weight: 700;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    margin-bottom: 6px;
    font-size: 0.9rem;
}

.step p {
    font-weight: 600;
    margin: 0;
    font-size: 0.95rem;
}

/* === Стрелочки между шагами (кроме последнего) === */
.step:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
    font-weight: 300;
    color: #adb5bd;
    line-height: 1;
    pointer-events: none;
}

/* Адаптив: на узких экранах стрелки становятся вертикальными */
@media (max-width: 768px) {
    .process-steps {
        flex-direction: column;
        align-items: stretch;
    }

    .step {
        flex: 1 1 auto;
    }

    .step:not(:last-child)::after {
        content: "↓";
        right: 50%;
        top: auto;
        bottom: -22px;
        transform: translateX(50%);
        font-size: 1.6rem;
    }
}

/* Дополнительно: чуть более элегантный вариант со стрелкой-чертой (если хотите) — можно раскомментировать и заменить content */
/*
.step:not(:last-child)::after {
    content: "➜";
    font-size: 1.6rem;
    color: #ced4da;
}
*/
/* ===== HERO ===== */
.hero {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #f1f3f5;
    padding: 30px 30px 20px 30px;
    border-radius: 12px;
    margin-bottom: 40px;
}

.hero-left {
    flex: 2 1 300px;
}

.hero-left h1 {
    font-size: 2.2rem;
    margin-bottom: 0.25rem;
    color: #1a1a1a;
}

.hero-left .rating {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 1.1rem;
    color: #f59f00;
    margin: 6px 0 12px 0;
}

.hero-left .rating span {
    color: #495057;
    font-weight: 500;
}

.hero-features {
    list-style: none;
    margin: 15px 0 20px 0;
    padding: 0;
}

.hero-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 1rem;
}

.hero-features li::before {
    content: "✓";
    color: #e63946;
    font-weight: 700;
    font-size: 1.2rem;
}

/* ===== ПРАВАЯ ЧАСТЬ ===== */
.hero-right {
    flex: 1 1 200px;
    background: #ffffffcc;
    backdrop-filter: blur(4px);
    padding: 16px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-right-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.hero-logo {
    flex: 0 0 auto;
}

.brand-logo-side {
    max-width: 80px;
    height: auto;
    display: block;
}

.hero-price {
    text-align: center;
}

.hero-price strong {
    display: block;
    font-size: 1.6rem;
    color: #1a1a1a;
    line-height: 1.2;
}

.hero-price span {
    font-size: 0.95rem;
    color: #495057;
}

.btn-primary {
    display: inline-block;
    background: #e63946;
    color: #fff;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 0.9rem;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 100%;
    box-sizing: border-box;
}

.btn-primary:hover {
    background: #c1121f;
}

/* ===== АДАПТИВНОСТЬ ===== */
@media (max-width: 768px) {
    .hero {
        flex-direction: column;
        align-items: stretch;
        padding: 24px 20px;
    }

    .hero-right {
        margin-top: 16px;
        padding: 14px 16px;
    }

    .hero-right-inner {
        gap: 8px;
    }

    .brand-logo-side {
        max-width: 60px;
    }

    .hero-price strong {
        font-size: 1.4rem;
    }

    .btn-primary {
        font-size: 0.8rem;
        padding: 10px 16px;
    }

    .hero-left h1 {
        font-size: 1.7rem;
    }
}
/* ===== Популярные модели ===== */

/* Collapsible vehicle filter and model list */
.vehicle-list-collapsible {
    margin: 24px 0;
}

.vehicle-list-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 20px;
    color: #fff;
    background: #d42027;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
}

.vehicle-list-toggle::-webkit-details-marker {
    display: none;
}

.vehicle-list-toggle::before {
    content: "+";
    font-size: 22px;
    line-height: 1;
}

.vehicle-list-collapsible[open] > .vehicle-list-toggle::before {
    content: "\2212";
}

.vehicle-list-toggle__open,
.vehicle-list-collapsible[open] .vehicle-list-toggle__closed {
    display: none;
}

.vehicle-list-collapsible[open] .vehicle-list-toggle__open {
    display: inline;
}

.vehicle-list-collapsible[open] > .category_filter-section {
    margin-top: 20px;
}

.models-section{
    margin:50px 0;
}

.models-intro{
    max-width:900px;
    margin:0 0 30px;
    color:#555;
    font-size:16px;
    line-height:1.7;
}

.models-grid{

    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(180px,1fr));
    gap:18px;

}

.model-card{

    display:flex;
    flex-direction:column;

    padding:18px;

    background:#fff;

    border:1px solid #e5e5e5;

    border-radius:12px;

    text-decoration:none;

    transition:.25s;

}

.model-card:hover{

    border-color:#d42027;

    transform:translateY(-3px);

    box-shadow:0 10px 25px rgba(0,0,0,.07);

}

.model-title{

    font-size:18px;

    font-weight:700;

    color:#222;

    margin-bottom:8px;

}

.model-body{

    color:#777;

    font-size:14px;

    line-height:1.5;

}

@media (max-width:768px){

.models-grid{

grid-template-columns:1fr 1fr;

}

}

@media (max-width:520px){

.models-grid{

grid-template-columns:1fr;

}

}
/* ==========================================
   Почему выбирают AGS
========================================== */

.ags-advantages{

    margin:70px 0;

}

.ags-advantages__header{

    max-width:900px;
    margin:0 auto 40px;
    text-align:center;

}

.ags-advantages__header h2{

    margin-bottom:15px;

}

.ags-advantages__header p{

    color:#666;
    line-height:1.7;
    font-size:16px;

}

.ags-advantages__grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

    gap:24px;

}

.ags-advantage{

    background:#fff;

    border:1px solid #e7e7e7;

    border-radius:14px;

    padding:28px;

    transition:.25s;
text-align: center;

}

.ags-advantage:hover{

    transform:translateY(-4px);

    border-color:#d92027;

    box-shadow:0 14px 30px rgba(0,0,0,.08);

}

.ags-advantage__icon{

    width:54px;
    height:54px;

    border-radius:50%;

    background:#fff3f3;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

margin: 0 auto;

    margin-bottom:18px;

}

.ags-advantage h3{

    margin:0 0 12px;

    font-size:20px;

    color:#222;

}

.ags-advantage p{

    margin:0;

    color:#666;

    line-height:1.7;

    font-size:15px;

}

@media(max-width:768px){

.ags-advantages{

margin:50px 0;

}

.ags-advantages__grid{

gap:18px;

}

.ags-advantage{

padding:22px;

}

}

/* End */
/* /bitrix/templates/.default/components/bitrix/catalog.section/new/style.css?178410615618041 */
