html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

#main {
    flex: 1;
    background: #f0f0f0;
    display: flex;
    flex-direction: column;
}

.base_width {
    margin: 0 auto;
    max-width: 1320px;
    width: 100%;
    background: #f0f0f0;
    box-sizing: border-box;
}

.wide_width {
    width: 100%;
}

#header {
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    font-weight: 600;
}

.content_box {
    min-height: 420px;
    padding: 20px;
    box-sizing: border-box;
}

.line {
    height: 2px;
    background: #232323;
}

.for_slider_bg {
    background: #f0f0f0;
    padding: 20px 0 30px 0;
    box-sizing: border-box;
}

a {
    color: #0d3675;
}

a:hover {
    color: #1558c0;
}

/* ===== РЎР›РђР™Р”Р•Р  ===== */
.slider {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    border: none;
    box-sizing: border-box;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
}

.slide {
    flex: 0 0 100%;
    box-sizing: border-box;
    position: relative;
    height: 320px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.slide::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.slide-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding: 20px;
    background: rgba(4, 18, 39, 1.0);
    border-radius:  30px;
}

.slide h2 {
    margin: 0 0 16px;
    font-size: 26px;
    font-weight: 600;
}

.slide p {
    margin: 0;
    font-size: 17px;
    line-height: 1.5;
    color: #f2f2f2;
}

.slide-btn {
    display: inline-block;
    margin-top: 24px;
    padding: 13px 34px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #16428e 0%, #125395 100%);
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(21, 88, 192, 0.15);
    text-decoration: none;
    transition: background 0.2s, box-shadow 0.2s, transform 0.18s;
    cursor: pointer;
}
.slide-btn:hover, .slide-btn:focus {
    background: linear-gradient(90deg, #125395 0%, #16428e 100%);
    box-shadow: 0 8px 28px rgba(21, 88, 192, 0.28);
    color: #fff;
    transform: translateY(-2px) scale(1.03);
}


/* РЎС‚СЂРµР»РєРё */
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #aaa;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    cursor: pointer;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    transition: background 0.3s;
    user-select: none;
    z-index: 3;
}

.arrow:hover {
    background: #fff;
}

.arrow.prev {
    left: 15px;
}

.arrow.next {
    right: 15px;
}

/* РљСЂСѓР¶РѕС‡РєРё */
.dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 3;
}

.dots span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: background 0.3s;
}

.dots span.active {
    background: #fff;
}

@media (max-width: 600px) {
    .slide {
        height: 300px;
    }

    .slide h2 {
        font-size: 20px;
    }

    .slide p {
        font-size: 14px;
    }
}

footer {
    background: #ccc;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
}


/* HEADER CSS */

/* ====== HEADER ====== */


/* РѕР±С‘СЂС‚РєР°, РєРѕС‚РѕСЂР°СЏ С‚СЏРЅРµС‚СЃСЏ РЅР° РІСЃСЋ С€РёСЂРёРЅСѓ РѕРєРЅР° Рё РїСЂРёР»РёРїР°РµС‚ */
.header_wrap{
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header_wrap.scrolled { box-shadow: 0 2px 10px rgba(0,0,0,.07); }


#header {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    font-weight: 500;
    background: #f0f0f0;
    border-bottom: 1px solid #dcdcdc;
}

/* Р›РµРІР°СЏ С‡Р°СЃС‚СЊ: Р»РѕРіРѕС‚РёРї */
.header-left {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.header-left .logo {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    line-height: 1.2;
}

.header-left .tagline {
    font-size: 13px;
    color: #666;
    font-weight: 400;
}

/* Р¦РµРЅС‚СЂ: РјРµРЅСЋ */
.header-center .menu {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
}

.header-center .menu a {
    text-decoration: none;
    color: #222;
    font-size: 15px;
    line-height: 1.2;
    position: relative;
    padding: 6px 0;
}

.header-center .menu a:hover {
    color: #000;
}

.header-center .menu a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: #000;
    opacity: 0;
    transition: opacity 0.2s;
}

.header-center .menu a:hover::after {
    opacity: 1;
}

/* РџСЂР°РІР°СЏ С‡Р°СЃС‚СЊ: РєРѕРЅС‚Р°РєС‚С‹ */
.header-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    font-size: 14px;
    color: #111;
}

.header-right .local {
    color: #1558c0;
    font-size: 13px;
    font-weight: 500;
}

.header-right .phone {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
}

/* РРєРѕРЅРєР°-Р±СѓСЂРіРµСЂ (РґРµСЃРєС‚РѕРї РїРѕ СѓРјРѕР»С‡Р°РЅРёСЋ СЃРєСЂС‹С‚) */
.burger-btn {
    display: none;
    background: none;
    border: 1px solid #999;
    border-radius: 6px;
    width: 40px;
    height: 34px;
    padding: 0;
    line-height: 0;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 16px;
}

.burger-btn span {
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
    position: relative;
}

.burger-btn span::before,
.burger-btn span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background: #000;
}

.burger-btn span::before {
    top: -6px;
}

.burger-btn span::after {
    top: 6px;
}

/* Р’С‹РїР°РґР°СЋС‰РµРµ РјРѕР±РёР»СЊРЅРѕРµ РјРµРЅСЋ (СЃРєСЂС‹С‚Рѕ РїРѕ СѓРјРѕР»С‡Р°РЅРёСЋ) */
.mobile-menu {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    display: none;
    flex-direction: column;
    padding: 16px 20px;
    box-sizing: border-box;
    z-index: 1000;
}

.mobile-menu a {
    text-decoration: none;
    font-size: 16px;
    color: #111;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    font-weight: 500;
}

.mobile-menu a:last-child {
    border-bottom: none;
}

.mobile-menu .mobile-contact {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
}

.mobile-menu .mobile-contact .local {
    color: #666;
    font-size: 13px;
}

.mobile-menu .mobile-contact .phone {
    font-weight: 600;
    font-size: 15px;
    margin-top: 4px;
}

/* ====== РђР”РђРџРўРР’ ====== */
@media (max-width: 680px) {

    /* СЃР°Рј С…РµРґРµСЂ: РѕРґРЅР° СЃС‚СЂРѕРєР°, Р±РµР· РїРµСЂРµРЅРѕСЃР° */
    #header {
        display: flex;
        flex-wrap: nowrap; /* РЅРµ РїРµСЂРµРЅРѕСЃРёРј Р±Р»РѕРєРё */
        align-items: flex-start; /* С‡С‚РѕР±С‹ Р±СѓСЂРіРµСЂ Рё С‚РµРєСЃС‚ РЅРµ РїСЂС‹РіР°Р»Рё РїРѕ С†РµРЅС‚СЂСѓ */
        justify-content: flex-start;
        column-gap: 16px;
        row-gap: 0;
        height: auto;
        padding: 12px 16px;
    }

    /* Р»РѕРіРѕС‚РёРїРЅС‹Р№ Р±Р»РѕРє вЂ” СЃР»РµРІР° */
    .header-left {
        width: auto;
        display: flex;
        flex-direction: column;
        line-height: 1.3;
    }

    .header-left .logo {
        font-size: 18px;
        font-weight: 600;
        color: #000;
    }

    .header-left .tagline {
        font-size: 12px;
        color: #555;
        font-weight: 400;
        line-height: 1.3;
    }

    /* РјРµРЅСЋ РїРѕ С†РµРЅС‚СЂСѓ РЅР° РјРѕР±РёР»Рµ СЃРєСЂС‹РІР°РµРј */
    .header-center {
        display: none;
    }

    /* РєРѕРЅС‚Р°РєС‚С‹ вЂ” СѓРµР·Р¶Р°СЋС‚ РІРїСЂР°РІРѕ РѕС‚ Р»РѕРіРѕС‚РёРїР° */
    .header-right {
        order: 2;
        text-align: left;
        font-size: 14px;
        line-height: 1.4;
        margin-left: auto; /* С‚РѕР»РєР°РµРј Р±Р»РѕРє РІРїСЂР°РІРѕ */
        white-space: nowrap; /* РЅРµ СЂРІС‘Рј С‚РµР»РµС„РѕРЅ */
    }

    .header-right .local {
        font-size: 13px;
        line-height: 1.4;
    }

    .header-right .phone {
        font-size: 14px;
        line-height: 1.4;
    }

    /* Р±СѓСЂРіРµСЂ СЃСЂР°Р·Сѓ РїРѕСЃР»Рµ С‚РµР»РµС„РѕРЅР°, РІ С‚РѕР№ Р¶Рµ СЃС‚СЂРѕРєРµ */
    .burger-btn {
        display: flex;
        order: 3;
        align-self: flex-start;
        width: 40px;
        height: 34px;
        margin-left: 8px; /* РѕС‚СЃС‚СѓРї РѕС‚ С‚РµР»РµС„РѕРЅР° */
    }

    /* РјРµРЅСЋ РґРѕР»Р¶РЅРѕ РІС‹РїР°РґР°С‚СЊ СЃСЂР°Р·Сѓ РїРѕРґ С‚РµРєСѓС‰РµР№ РІС‹СЃРѕС‚РѕР№ С€Р°РїРєРё */
    .mobile-menu {
        top: calc(100% + 0px);
    }
}

/* ====== HEADER END ====== */

/* ===== SERVICE BOX ===== */

.service_box {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e5e5;
    padding: 32px 32px 28px;
    box-sizing: border-box;
    position: relative;
    margin: 0px;
    color: #000;
}

/* Р±РѕРєРѕРІС‹Рµ СЃРІРµС‚СЏС‰РёРµСЃСЏ Р»РёРЅРёРё РєР°Рє РЅР° СЃРєСЂРёРЅРµ */
.service_box::before,
.service_box::after {
    content: "";
    position: absolute;
    top: 40px;
    bottom: 40px;
    width: 4px;
    border-radius: 4px;
    background: radial-gradient(circle at 50% 50%, rgba(30, 94, 255, 0.35) 0%, rgba(30, 94, 255, 0) 70%);
    pointer-events: none;
}

.service_box::before {
    left: 0;
}

.service_box::after {
    right: 0;
}

/* Р·Р°РіРѕР»РѕРІРѕРє + РїРѕРґР·Р°РіРѕР»РѕРІРѕРє */
.service_box h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
    color: #000;
    margin: 0 0 16px 0;
    max-width: 700px;
}

.service_box .short_info {
    font-size: 16px;
    line-height: 1.45;
    color: #666;
    margin-bottom: 24px;
}

/* СЂСЏРґ РёРєРѕРЅРѕРє С‚РµС…РЅРѕР»РѕРіРёР№ */
.tech_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.tech_badge {
    background: #fff;
    border: 1px solid #e2e2e2;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    height: 44px;
    min-width: 44px;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    box-sizing: border-box;
}

.tech_more {
    font-size: 24px;
    line-height: 1;
    padding: 0 8px;
    color: #000;
    user-select: none;
}

/* РѕРїРёСЃР°РЅРёРµ РІС‹Р±СЂР°РЅРЅРѕРіРѕ СЌР»РµРјРµРЅС‚Р° (Сѓ С‚РµР±СЏ СЌС‚Рѕ .item_alert) */
.item_alert {
    font-size: 14px;
    line-height: 1.4;
    color: #444;
    margin-bottom: 24px;
    max-width: 600px;
    height: 60px;

}

.item_alert a {
    color: #0057ff;
    text-decoration: none;
}

.item_alert a:hover {
    text-decoration: underline;
}

/* СЃРїРёСЃРѕРє РјР°СЂРєРµСЂРѕРІ СЃРЅРёР·Сѓ */
.markers_list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 12px;
}

.marker {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: #222;
    line-height: 1.4;
    max-width: 300px;
}

.marker .icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #eef3ff;
    border: 1px solid #c9d5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #0033cc;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.marker .marker_info {
    flex: 1;
    font-weight: 500;
}


/* Р°РґР°РїС‚РёРІ */
@media (max-width: 900px) {
    .service_box {
        padding: 24px 20px 24px;
        border-radius: 14px;
    }

    .service_box h1 {
        font-size: 26px;
        line-height: 1.3;
    }

    .service_box .short_info {
        font-size: 15px;
    }

    .markers_list {
        grid-template-columns: 1fr;
    }

    .service_box::before,
    .service_box::after {
        display: none; /* Р±РѕРєРѕРІС‹Рµ РѕРіРЅРё РјРѕР¶РЅРѕ СЃРєСЂС‹С‚СЊ РЅР° СѓР·РєРёС… СЌРєСЂР°РЅР°С… */
    }
}

/* СЃРµС‚РєР° С‚РµС…РЅРѕР»РѕРіРёР№ */
.tech-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 20px;
}

/* РѕРґРЅР° С‚РµС…РЅРѕР»РѕРіРёСЏ */
.tech-item {
    background: #fff;
    border: 1px solid #e2e2e2;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    min-height: 44px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    user-select: none;
    transition: box-shadow .15s, border-color .15s;
}

.tech-item:hover {
    border-color: #c9d5ff;
    box-shadow: 0 8px 20px rgba(0, 64, 255, 0.12);
}

/* РёРєРѕРЅРєР° РІРЅСѓС‚СЂРё "С‚Р°Р±Р»РµС‚РєРё" */
.tech-icon {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: #eef3ff;
    border: 1px solid #c9d5ff;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #001a7a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Р±Р»РѕРє РѕРїРёСЃР°РЅРёСЏ РІС‹Р±СЂР°РЅРЅРѕР№ С‚РµС…РЅРѕР»РѕРіРёРё */
.item_alert {
    font-size: 14px;
    line-height: 1.4;
    color: #444;
    margin-bottom: 24px;
    max-width: 700px;
    background: #f9fafc;
    border: 1px solid #e5e8f5;
    border-radius: 8px;
    padding: 12px 14px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.03);
    display: none; /* РїРѕ СѓРјРѕР»С‡Р°РЅРёСЋ СЃРєСЂС‹С‚ */
}

/* С‚РµРєСЃС‚ Рё СЃСЃС‹Р»РєР° РІРЅСѓС‚СЂРё item_alert */
.item_alert .item_alert_text {
    color: #1a1a1a;
    font-weight: 500;
    display: block;
    margin-bottom: 6px;
}

.item_alert .item_alert_link {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
    color: #0057ff;
    text-decoration: none;
}

.item_alert .item_alert_link:hover {
    text-decoration: underline;
}

/* Р°РґР°РїС‚РёРІ РјРµР»РєРёР№: С‡С‚РѕР±С‹ С‚Р°Р±Р»РµС‚РєРё РЅРµ Р±С‹Р»Рё СЃР»РёС€РєРѕРј РјРµР»РєРёРјРё */
@media (max-width: 480px) {
    .tech-item {
        font-size: 13px;
        padding: 8px 10px;
    }

    .tech-icon {
        width: 22px;
        height: 22px;
        font-size: 13px;
        line-height: 20px;
    }
}


/* ===== SERVICE BOX END ===== */

/* ===== ADVANTAGES BLOCK ===== */
.advantages_box {
    margin-top: 40px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e5e5;
    padding: 36px 32px 40px;
    box-sizing: border-box;
    position: relative;
}

.advantages_box h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 28px;
    color: #000;
}

/* СЃРµС‚РєР° РїСЂРµРёРјСѓС‰РµСЃС‚РІ */
.advantages_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

/* РєР°СЂС‚РѕС‡РєР° */
.adv_item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 20px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    background: #fafafa;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
    transition: all 0.25s ease;
    cursor: default;
}

/* СЌС„С„РµРєС‚ РїСЂРё РЅР°РІРµРґРµРЅРёРё */
.adv_item:hover {
    background: #ffffff;
    border-color: #d0d8ff;
    box-shadow: 0 8px 20px rgba(0, 64, 255, 0.08);
    transform: translateY(-2px);
}

/* РёРєРѕРЅРєР° */
.adv_icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #eef3ff;
    border: 1px solid #c9d5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    color: #0033cc;
}

/* С‚РµРєСЃС‚ РІРЅСѓС‚СЂРё РєР°СЂС‚РѕС‡РєРё */
.adv_text {
    flex: 1;
}

.adv_title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
    color: #111;
}

.adv_desc {
    font-size: 14px;
    line-height: 1.45;
    color: #555;
}

/* Р°РґР°РїС‚РёРІ */
@media (max-width: 600px) {
    .advantages_box {
        padding: 24px 20px;
    }

    .advantages_box h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

/* ===== ADVANTAGES BLOCK END ===== */

/* ===== COLOR TOKENS ===== */
:root {
    --bg-card: #fff;
    --bg-card-alt: #fafafa;
    --border-card: #e2e2e2;
    --radius-lg: 16px;
    --radius-md: 12px;

    --text-main: #000;
    --text-muted: #555;
    --text-soft: #777;

    /* РЅРѕРІР°СЏ СЃРёРЅСЏСЏ РїР°Р»РёС‚СЂР° */
    --accent-main: #1558c0; /* РѕСЃРЅРѕРІРЅРѕР№ СЃРёРЅРёР№ */
    --accent-main-bg: rgba(30, 94, 255, 0.08); /* СЃР»Р°Р±Р°СЏ РїРѕРґСЃРІРµС‚РєР° */
    --accent-main-shadow: rgba(30, 94, 255, 0.18);
    --accent-main-shadow-strong: rgba(30, 94, 255, 0.28);

    --accent-border: #9cb4ff;

    --input-bg: #fff;
    --input-border: #cfcfcf;
    --input-border-focus: #8aa0ff;
    --input-bg-focus: #fff;
}

/* ===== COLOR TOKENS END ===== */

/* ===== PRICING BLOCK ===== */

.pricing_box {
    margin-top: 40px;
    background: var(--bg-card);
    border-radius: var(--radius-lg);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e5e5;
    padding: 36px 32px 40px;
    box-sizing: border-box;
    color: var(--text-main);
}

.pricing_title {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: var(--text-main);
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.pricing_subtitle {
    font-size: 14px;
    line-height: 1.45;
    color: var(--text-muted);
    margin-bottom: 28px;
}

.pricing_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

/* РєР°СЂС‚РѕС‡РєР° С‚Р°СЂРёС„Р° */
.tariff_card {
    position: relative;
    cursor: pointer;
    background: var(--bg-card-alt);
    border: 1px solid var(--border-card);
    border-radius: var(--radius-md);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
    padding: 24px 24px 20px;
    display: flex;
    flex-direction: column;
    transition: all .22s ease;
}

.tariff_card:hover {
    background: var(--bg-card);
    border-color: var(--accent-border);
    box-shadow: 0 12px 28px var(--accent-main-shadow);
    transform: translateY(-2px);
}

/* РІС‹РґРµР»РµРЅРёРµ РІС‹Р±СЂР°РЅРЅРѕРіРѕ С‚Р°СЂРёС„Р° */
.tariff_card.selected {
    background: var(--bg-card);
    border-color: var(--accent-border);
    box-shadow: 0 16px 32px var(--accent-main-shadow-strong);
}

.tariff_card .tariff_select_marker {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: var(--radius-md) var(--radius-md) 0 0;
    background: transparent;
}

.tariff_card.selected .tariff_select_marker {
    background: var(--accent-main);
}

/* "РїРѕРїСѓР»СЏСЂРЅС‹Р№" С‚РµРїРµСЂСЊ РЅРµ РєСЂР°СЃРёС‚ РІСЃСЋ РєР°СЂС‚РѕС‡РєСѓ, С‚РѕР»СЊРєРѕ Р±РµР№РґР¶ */
.tariff_popular {
    /* РѕСЃС‚Р°РІР»СЏРµРј РїСѓСЃС‚С‹Рј вЂ” СЃС‚РёР»СЊ РєР°Рє Сѓ РѕР±С‹С‡РЅРѕР№ РєР°СЂС‚РѕС‡РєРё */
}

.tariff_badge {
    position: absolute;
    top: -10px;
    left: 16px;
    background: var(--accent-main);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    padding: 6px 8px;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    letter-spacing: .03em;
}

.tariff_headline {
    margin-bottom: 16px;
}

.tariff_name {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-main);
    text-transform: uppercase;
    line-height: 1.4;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.tariff_emoji {
    font-size: 18px;
    line-height: 1;
}

.tariff_hours {
    font-size: 13px;
    line-height: 1.4;
    color: var(--accent-main);
    font-weight: 500;
    margin-top: 4px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.tariff_price {
    margin-bottom: 16px;
}

.tariff_price_value {
    color: var(--accent-main);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
}

.tariff_price_value .rub-num {
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.03em;
}

.tariff_price_value .rub-post {
    color: var(--text-soft);
    font-size: 14px;
    font-weight: 500;
}

.tariff_hour_cost {
    font-size: 13px;
    line-height: 1.4;
    color: var(--text-muted);
    margin-top: 10px;
}

.tariff_btn_area {
    margin-top: auto;
}

.tariff_btn {
    width: 100%;
    appearance: none;
    border: 0;
    border-radius: 6px;
    background: var(--accent-main);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    padding: 12px 16px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .04em;
    box-shadow: 0 6px 16px var(--accent-main-shadow);
    transition: box-shadow .18s ease, transform .18s ease;
}

.tariff_btn:hover {
    box-shadow: 0 10px 24px var(--accent-main-shadow-strong);
    transform: translateY(-1px);
}

/* ===== REQUEST FORM BLOCK ===== */

.request_box {
    margin-top: 40px;
    background: var(--bg-card);
    border-radius: var(--radius-lg);
    border: 1px solid #e5e5e5;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    padding: 32px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 32px;
    box-sizing: border-box;
    color: var(--text-main);
}

.request_prelabel {
    display: inline-block;
    background: var(--accent-main);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 4px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.request_title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--text-main);
    margin-bottom: 24px;
}

.request_title .accent {
    color: var(--accent-main);
}

.request_form {
    background: var(--bg-card-alt);
    border: 1px solid #dcdcdc;
    border-radius: var(--radius-md);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.03);
    padding: 20px;
    box-sizing: border-box;
}

.request_row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
}

.request_row3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
}

.request_field {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.request_field_full {
    width: 100%;
}

.request_field label {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.request_field input,
.request_field textarea {
    width: 100%;
    background: var(--input-bg);
    border: 1px solid var(--input-border);
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--text-main);
    padding: 10px 12px;
    box-sizing: border-box;
    font-family: inherit;
    transition: all .18s ease;
}

.request_field input:focus,
.request_field textarea:focus {
    outline: 0;
    border-color: var(--input-border-focus);
    box-shadow: 0 0 0 3px rgba(138, 160, 255, 0.25);
    background: var(--input-bg-focus);
}

.request_field textarea {
    min-height: 90px;
    resize: vertical;
}

.request_agree {
    font-size: 12px;
    line-height: 1.4;
    color: var(--text-soft);
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.request_agree input[type="checkbox"] {
    margin-top: 2px;
    width: 16px;
    height: 16px;
}

.request_button_wrap {
    margin-top: 12px;
}

.request_btn {
    appearance: none;
    border: 0;
    border-radius: 6px;
    background: var(--accent-main);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    padding: 12px 16px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .04em;
    box-shadow: 0 6px 16px var(--accent-main-shadow);
    transition: box-shadow .18s ease, transform .18s ease;
    width: 100%;
}

.request_btn:hover {
    box-shadow: 0 10px 24px var(--accent-main-shadow-strong);
    transform: translateY(-1px);
}

/* РїСЂР°РІР°СЏ РєРѕР»РѕРЅРєР° РєРѕРЅС‚Р°РєС‚РѕРІ */
.request_right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 1.45;
    color: var(--text-main);
}

.contact_block_title {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-main);
    text-transform: uppercase;
    letter-spacing: .03em;
    margin-bottom: 20px;
}

.contact_block_list {
    display: grid;
    gap: 20px;
}

.contact_block_group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact_label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-soft);
    letter-spacing: .03em;
}

.contact_value {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-main);
}

.contact_link {
    color: var(--accent-main);
    cursor: pointer;
}

/* Р°РґР°РїС‚РёРІ С„РѕСЂРјС‹ */
@media (max-width: 800px) {
    .request_box {
        grid-template-columns: 1fr;
    }

    .request_right {
        order: -1;
    }

    .request_title {
        font-size: 24px;
    }

    .pricing_title {
        font-size: 24px;
    }
}

/* Р°РґР°РїС‚РёРІ РєР°СЂС‚РѕС‡РµРє С‚Р°СЂРёС„Р° */
@media (max-width: 600px) {
    .tariff_price_value {
        font-size: 24px;
    }
}

/* ===== PRICING BLOCK END ===== */

/* ===== SITE FOOTER ===== */
.site_footer_wrap {
    background: #1f242a;
    color: #cfd4db;
    border-top: 2px solid rgba(30, 94, 255, 0.4); /* СЃРёРЅСЏСЏ Р»РёРЅРёСЏ СЃРІРµСЂС…Сѓ */
    font-size: 14px;
    line-height: 1.5;
    margin-top: 40px;
}

.site_footer_inner {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 32px 20px 28px;
    box-sizing: border-box;
}

.site_footer_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
}

.footer_block_title {
    font-size: 14px;
    font-weight: 600;
    color: var(--accent-main);
    text-transform: uppercase;
    letter-spacing: .03em;
    margin-bottom: 16px;
}

.footer_block_text {
    font-size: 14px;
    color: #cfd4db;
}

.footer_block_text p {
    margin: 0 0 10px 0;
}

.footer_links_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_links_list li {
    margin-bottom: 10px;
}

.footer_links_list a {
    color: #cfd4db;
    text-decoration: none;
    font-size: 14px;
}

.footer_links_list a:hover {
    color: var(--accent-main);
}

.footer_contacts p {
    margin: 0 0 10px 0;
    color: #cfd4db;
}

.footer_contacts a {
    color: #cfd4db;
    text-decoration: none;
}

.footer_contacts a:hover {
    color: var(--accent-main);
}

/* СЂР°Р·РґРµР»РёС‚РµР»СЊРЅР°СЏ Р»РёРЅРёСЏ СЃРЅРёР·Сѓ */
.site_footer_bottomline {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 28px;
    padding-top: 16px;
    font-size: 12px;
    line-height: 1.4;
    color: #6f7986;
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
    column-gap: 20px;
}

@media (max-width: 600px) {
    .site_footer_inner {
        padding: 28px 16px 24px;
    }

    .site_footer_grid {
        gap: 24px;
    }
}

/* ===== SITE FOOTER END ===== */


.audit_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin:12px 0 8px}
.audit_card{background:var(--bg-card-alt);border:1px solid var(--border-card);border-radius:12px;padding:14px 14px 12px;box-shadow:0 6px 16px rgba(0,0,0,.04)}
/* С€Р°РїРєР° РєР°СЂС‚РѕС‡РєРё: Р±РµР№РґР¶ + Р·Р°РіРѕР»РѕРІРѕРє РїРѕРґ РЅРёРј */
.audit_head {
    display: flex;
    flex-direction: column;
}

.audit_head .audit_title {
    order: 2;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 12px;
    font-size: 12px;
}
.audit_badge{background:var(--accent-main);color:#fff;font-size:11px;font-weight:700;padding:6px 8px;border-radius:4px;letter-spacing:.03em}
.audit_title{font-size:15px;font-weight:600;color:#111; display: block;}
.audit_checklist{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.audit_checklist li{font-size:14px;line-height:1.45;color:#333;position:relative;padding-left:20px}
.audit_checklist li::before{content:"\2713";position:absolute;left:0;top:0;color:var(--accent-main);font-size:13px}
.tech-item .tech-icon{background:var(--accent-main-bg);border-color:var(--accent-border)}
.tariff_details{margin:10px 0 0}
.tariff_details summary{cursor:pointer;font-weight:600}
.tariff_details ul{margin:8px 0 0;padding-left:18px}

.tariff_price ul{
    margin:10px 0 0;
    padding-left:0px;
    list-style:none;
    display:grid;
    gap:6px;
}
.tariff_price ul li{
    font-size:14px;
    color:#333;
    position:relative;
    padding-left:20px;
}
.tariff_price ul li::before{
    content:"\2713";
    position:absolute;
    left:0;
    top:0;
    font-size:13px;
    line-height:1;
    color:var(--accent-main);
}

/* СЃРїРёСЃРєРё С„РёС‡ С‚Р°СЂРёС„РѕРІ */
.tariff_features{
    margin: 10px 0 22px !important; /* Р±С‹Р»Рѕ ~6px, РґРµР»Р°РµРј Р·Р°РјРµС‚РЅРµРµ */
    gap: 8px;
    padding-left:18px;
    display:grid;
}
/* С‡СѓС‚СЊ РѕС‚СЃС‚СѓРїР°РµРј Рё РѕС‚ РєРЅРѕРїРєРё РЅР° РІСЃСЏРєРёР№ СЃР»СѓС‡Р°Р№ */
.tariff_btn_area{
    margin-top: 6px;
}
/* РґРѕРїРѕР»РЅРёС‚РµР»СЊРЅС‹Р№ В«РІРѕР·РґСѓС…В» Сѓ РєР°СЂС‚РѕС‡РєРё СЃРЅРёР·Сѓ */
.tariff_card{
    padding-bottom: 20px;
}
.tariff_features li{ font-size:14px; color:var(--text-muted); }
.tariff_features li::marker{ color:var(--accent-main); }
.top_30 {
    margin-top: 30px;
}