
        /* ==================================================
           Глобальные сбросы и база
           ================================================== */
        .nixor-unique-page {
            font-family: 'Roboto', 'Segoe UI', Arial, sans-serif;
            line-height: 1.6;
            color: #5F5C5A;
            background-color: #fff;
            max-width: 100%;
            overflow-x: hidden;
        }
        .nixor-unique-page * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        .nixor-unique-page img {
            max-width: 100%;
        }
        .nixor-unique-page ul, 
        .nixor-unique-page ol {
            list-style: none;
        }
        
        .nup-container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
            position: relative;
            z-index: 2;
        }
        @media (max-width: 680px) {
            .nup-container { padding: 0 20px; }
        }
        
        /* Секции — компактнее */
        .nup-section {
            padding: 48px 0;
            border-bottom: 1px solid #E2EDF2;
        }
        .nup-section-title {
            font-size: 2rem;
            font-weight: 600;
            color: #005b88;
            margin-bottom: 32px;
            position: relative;
        }
        .nup-section-title:after {
            content: '';
            display: block;
            width: 60px;
            height: 3px;
            background: #005b88;
            border-radius: 3px;
            margin-top: 10px;
        }
        
        @media (max-width: 680px) {
            .nup-section {
                padding: 36px 0;
            }
            .nup-section-title {
                font-size: 1.6rem;
                margin-bottom: 24px;
            }
        }
        
        /* Таблица цен */
        .nup-price-table {
            background: white;
            border-radius: 24px;
            overflow-x: auto;
            border: 1px solid #E0E8EE;
        }
        .nup-price-table table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.85rem;
        }
        .nup-price-table th {
            text-align: left;
            padding: 14px 16px;
            background: #EFF3F6;
            font-weight: 600;
            color: #005b88;
        }
        .nup-price-table td {
            padding: 12px 16px;
            border-bottom: 1px solid #E9F0F0;
            color: #4A6A7A;
        }
        .nup-price-table tr:last-child td { border-bottom: none; }
        .nup-price-highlight {
            font-weight: 700;
            color: #005b88;
        }







/* ============================================
   КАК НАС НАЙТИ
   ============================================ */

/* Сбрасываем все стили для контейнера телефонов */
.nxc-phone-container {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

/* Стили для ссылок телефонов */
#contacts a.nxc-phone-link,
#contacts a.nxc-phone-link:link,
#contacts a.nxc-phone-link:visited,
#contacts a.nxc-phone-link:hover,
#contacts a.nxc-phone-link:active,
#contacts a.nxc-phone-link:focus,
a.nxc-phone-link#nxc-phone-1,
a.nxc-phone-link#nxc-phone-2 {
    color: #005b88 !important;
    background: none !important;
    background-color: transparent !important;
    text-decoration: none !important;
    font-family: 'Roboto', 'Segoe UI', Arial, sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-shadow: none !important;
    opacity: 1 !important;
    transition: color 0.2s ease !important;
}

#contacts a.nxc-phone-link:hover,
a.nxc-phone-link#nxc-phone-1:hover,
a.nxc-phone-link#nxc-phone-2:hover {
    color: #0a7aad !important;
    text-decoration: underline !important;
    background: none !important;
    transform: none !important;
    box-shadow: none !important;
    border: none !important;
}

.nxc-phone-separator {
    color: #C5D8E2 !important;
    font-weight: 400 !important;
    font-size: 0.9rem !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Основные стили для обертки контактов */
.nup-contacts-wrapper {
    display: flex;
    gap: 32px;
    background: white;
    border-radius: 28px;
    border: 1px solid #E0EAEF;
    padding: 32px;
    transition: all 0.3s ease;
}

.nup-contacts-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nup-contacts-clinic h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #005b88;
    margin: 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #005b88;
    display: inline-block;
}

.nup-contacts-address,
.nup-contacts-phone,
.nup-contacts-schedule {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.nup-contacts-icon {
    width: 32px;
    flex-shrink: 0;
}

.nup-contacts-icon svg {
    width: 20px;
    height: 20px;
}

.nup-contacts-address div,
.nup-contacts-phone div,
.nup-contacts-schedule div {
    font-size: 0.9rem;
    color: #4A6A7A;
    line-height: 1.5;
}

.nup-contacts-address strong,
.nup-contacts-phone strong,
.nup-contacts-schedule strong {
    color: #1A3B47;
    font-weight: 700;
}

/* КНОПКИ */
.nup-contacts-buttons {
    display: flex;
    gap: 16px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.nup-contacts-price-btn,
.nup-contacts-book-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    border-radius: 40px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Первая кнопка (Смотреть прайс-лист) */
.nup-contacts-price-btn {
    background: transparent;
    border: 2px solid #005b88;
    color: #005b88;
}

.nup-contacts-price-btn:hover {
    background: #005b88;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 91, 136, 0.25);
}

.nup-contacts-price-btn:hover svg {
    stroke: white;
}

/* Вторая кнопка (Записаться на приём) */
.nup-contacts-book-btn {
    background: #005b88;
    color: white;
    border: 2px solid #005b88;
}

.nup-contacts-book-btn:hover {
    background: #0a7aad;
    border-color: #0a7aad;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 91, 136, 0.25);
}

/* Принудительно делаем текст и SVG белыми при наведении на вторую кнопку */
.nup-contacts-book-btn:hover,
.nup-contacts-book-btn:hover span,
.nup-contacts-book-btn:hover svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
}

/* Карта */
.nup-contacts-map {
    flex: 1;
    min-width: 280px;
}

/* ===== АДАПТИВ ДЛЯ МОБИЛЬНЫХ ===== */
@media (max-width: 800px) {
    .nup-contacts-wrapper {
        flex-direction: column;
        padding: 24px;
        gap: 24px;
    }
    
    .nup-contacts-info {
        order: 2;
    }
    
    .nup-contacts-map {
        order: 1;
    }
    
    .nup-contacts-buttons {
        flex-direction: column;
    }
    
    .nup-contacts-price-btn,
    .nup-contacts-book-btn {
        justify-content: center;
    }
    
    /* На мобилке тоже гарантируем белый цвет при наведении */
    .nup-contacts-book-btn:hover,
    .nup-contacts-book-btn:hover span,
    .nup-contacts-book-btn:hover svg {
        color: #ffffff !important;
        stroke: #ffffff !important;
    }
    
    .nxc-phone-container {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .nxc-phone-separator {
        display: none;
    }
}








/* ============================================
   СТИЛИ ДЛЯ СТРАНИЦЫ "ЛЕЧЕНИЕ КАРИЕСА"
   ============================================ */

/* ---------- HERO БЛОК ---------- */
.lk-hero {
    position: relative;
    padding: 60px 0;
    border-bottom: 1px solid rgba(0, 91, 136, 0.1);
    overflow: hidden;
}

.lk-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.lk-hero__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.lk-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.65);
    z-index: 1;
}

.lk-hero__content {
    position: relative;
    z-index: 2;
    max-width: 60%;
}

/* ---------- ЗАГОЛОВКИ ---------- */
.lk-title-treatment {
    font-size: 74px;
    font-weight: 900;
    line-height: 1;
    color: #1a2e5a;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.lk-title-caries {
    font-size: 74px;
    font-weight: 900;
    line-height: 1;
    color: #005b88;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.lk-divider {
    width: 70%;
    height: 2px;
    background: linear-gradient(to right, #005b88, transparent);
    margin: 14px 0 14px;
}

.lk-subtitle {
    font-size: 22px;
    font-weight: 600;
    color: #1a2e5a;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

/* ---------- ЦЕНА ---------- */
.lk-price-box {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(90deg, #005b88, #0a7aad);
    border-radius: 16px;
    padding: 14px 30px;
    gap: 6px;
    margin-bottom: 28px;
}

.lk-price-box__from {
    font-size: 17px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
}

.lk-price-box__num {
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    letter-spacing: -1px;
}

.lk-price-box__cur {
    font-size: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

/* ---------- НИЖНЯЯ ЧАСТЬ ---------- */
.lk-hero__bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ---------- ИКОНКА С ТЕКСТОМ ---------- */
.lk-narc-row {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
}

.lk-narc-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #b0d4f5;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lk-narc-icon svg {
    width: 44px;
    height: 44px;
}

.lk-narc-text {
    flex-shrink: 0;
}

.lk-narc-title {
    font-size: 14px;
    font-weight: 800;
    color: #1a2e5a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

.lk-narc-title span {
    color: #005b88;
}

.lk-narc-sub {
    font-size: 13px;
    font-weight: 400;
    color: #4a6a8a;
    margin-top: 3px;
}

/* ---------- РАЗДЕЛИТЕЛЬ ---------- */
.lk-features-divider {
    width: 1px;
    background: linear-gradient(to bottom, transparent, #90bfe0, transparent);
    margin: 0 22px;
    align-self: stretch;
}

/* ---------- ПРЕИМУЩЕСТВА ---------- */
.lk-features {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: flex-start;
}

.lk-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #1a2e5a;
}

.lk-feature-check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #005b88, #0a7aad);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lk-feature-check svg {
    width: 12px;
    height: 12px;
}

/* ---------- КНОПКА ---------- */
.lk-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(90deg, #005b88, #0a7aad);
    color: #fff;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    border-radius: 16px;
    padding: 18px 40px;
    cursor: pointer;
    max-width: 460px;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-top: 0;
}

.lk-cta-btn:hover {
    background: linear-gradient(90deg, #c41a1f, #a0151a);
    color: #ffffff;
    transform: translateY(-2px);
}

.lk-cta-btn svg {
    width: 22px;
    height: 22px;
}

/* ============================================
   АДАПТИВНОСТЬ
   ============================================ */

/* ---------- ПЛАНШЕТЫ (до 1024px) ---------- */
@media (max-width: 1024px) {
    .lk-title-treatment,
    .lk-title-caries {
        font-size: 54px;
    }

    .lk-price-box__num {
        font-size: 38px;
    }

    .lk-hero__content {
        max-width: 65%;
    }
}

/* ---------- МОБИЛЬНЫЕ (до 768px) ---------- */
@media (max-width: 768px) {
    .lk-hero {
        padding: 40px 0 50px;
    }

    .lk-hero__overlay {
        background: rgba(255, 255, 255, 0.9);
    }

    .lk-hero__content {
        max-width: 100%;
    }

    .lk-title-treatment,
    .lk-title-caries {
        font-size: 48px;
        margin-bottom: 0;
    }

    .lk-divider {
        margin: 8px 0 8px;
        width: 100%;
    }

    .lk-subtitle {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .lk-price-box {
        padding: 10px 24px;
        border-radius: 16px;
        margin-bottom: 20px;
    }

    .lk-price-box__from {
        font-size: 16px;
    }

    .lk-price-box__num {
        font-size: 40px;
    }

    .lk-price-box__cur {
        font-size: 18px;
    }

    .lk-narc-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .lk-narc-icon {
        width: 80px;
        height: 80px;
        margin-right: 0;
    }

    .lk-narc-icon svg {
        width: 44px;
        height: 44px;
    }

    .lk-narc-text {
        flex: 1;
    }

    .lk-narc-title {
        font-size: 16px;
    }

    .lk-narc-sub {
        font-size: 13px;
        margin-top: 4px;
    }

    .lk-features {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-top: 8px;
    }

    .lk-feature-item {
        font-size: 15px;
        gap: 10px;
        justify-content: flex-start;
    }

    .lk-feature-check {
        width: 24px;
        height: 24px;
    }

    .lk-feature-check svg {
        width: 14px;
        height: 14px;
    }

    .lk-features-divider {
        display: none;
    }

    .lk-hero__bottom {
        gap: 12px;
    }

    .lk-cta-btn {
        padding: 14px 24px;
        font-size: 16px;
        border-radius: 16px;
        margin-top: 8px;
    }

    .lk-cta-btn svg {
        width: 22px;
        height: 22px;
    }
}

/* ---------- МАЛЕНЬКИЕ ТЕЛЕФОНЫ (до 480px) ---------- */
@media (max-width: 480px) {
    .lk-hero {
        padding: 30px 0 40px;
    }

    .lk-title-treatment,
    .lk-title-caries {
        font-size: 38px;
    }

    .lk-subtitle {
        font-size: 18px;
    }

    .lk-price-box {
        padding: 8px 18px;
    }

    .lk-price-box__num {
        font-size: 34px;
    }

    .lk-price-box__cur {
        font-size: 16px;
    }

    .lk-price-box__from {
        font-size: 14px;
    }

    .lk-narc-icon {
        width: 70px;
        height: 70px;
    }

    .lk-narc-icon svg {
        width: 38px;
        height: 38px;
    }

    .lk-narc-title {
        font-size: 14px;
    }

    .lk-narc-sub {
        font-size: 12px;
    }

    .lk-feature-item {
        font-size: 13px;
    }

    .lk-feature-check {
        width: 22px;
        height: 22px;
    }

    .lk-cta-btn {
        padding: 12px 20px;
        font-size: 14px;
    }

    .lk-cta-btn svg {
        width: 20px;
        height: 20px;
    }
}



/* ============================================
   БЛОК ЛЕЧЕНИЕ БЕЗ СТРАХА ЭТО ВОЗМОЖНО
   ============================================ */
.nup-fearless-block {
    background: white;
    border-radius: 28px;
    border: 1px solid #E0EAEF;
    padding: 28px 32px;
    transition: all 0.3s ease;
}

.nup-fearless-block:hover {
    box-shadow: 0 12px 28px rgba(0,0,0,0.06);
    border-color: #C5DCE5;
}

.nup-fearless-text {
    text-align: center;
    margin-bottom: 28px;
}

.nup-fearless-text h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #005b88;
    margin: 0 0 10px 0;
}

.nup-fearless-text p {
    font-size: 1rem;
    color: #4A6A7A;
    margin: 0;
}

.nup-fearless-methods {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.nup-fearless-method {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 18px;
    background: #F8FAFC;
    padding: 20px 28px;
    border-radius: 20px;
    border: 1px solid #E0EAEF;
    transition: all 0.3s ease;
    min-width: 240px;
}

.nup-fearless-method:hover {
    transform: translateY(-3px);
    border-color: #005b88;
    box-shadow: 0 8px 20px rgba(0,91,136,0.1);
}

.nup-fearless-method-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    background: #005b88;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.nup-fearless-method-icon svg {
    width: 22px;
    height: 22px;
}

.nup-fearless-method div {
    display: flex;
    flex-direction: column;
}

.nup-fearless-method strong {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1A3B47;
    margin-bottom: 6px;
}

.nup-fearless-method span {
    font-size: 0.85rem;
    color: #6B8A9A;
    line-height: 1.4;
}

@media (max-width: 800px) {
    .nup-fearless-methods {
        flex-direction: column;
    }
    
    .nup-fearless-method {
        width: 100%;
        padding: 16px 22px;
    }
}

@media (max-width: 680px) {
    .nup-fearless-block {
        padding: 20px;
    }
    
    .nup-fearless-text h3 {
        font-size: 1.3rem;
    }
    
    .nup-fearless-text p {
        font-size: 0.85rem;
    }
    
    .nup-fearless-method {
        padding: 14px 18px;
        gap: 14px;
    }
    
    .nup-fearless-method-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }
    
    .nup-fearless-method-icon svg {
        width: 18px;
        height: 18px;
    }
    
    .nup-fearless-method strong {
        font-size: 0.95rem;
    }
    
    .nup-fearless-method span {
        font-size: 0.75rem;
    }
}
  
  .nup-fearless-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #005b88;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 12px 28px;
    border-radius: 40px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #005b88;
}

.nup-fearless-btn:hover {
    background: #0a7aad;
    border-color: #0a7aad;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 91, 136, 0.25);
  color: white;
}

.nup-fearless-btn svg {
    transition: transform 0.3s ease;
}

.nup-fearless-btn:hover svg {
    transform: translateX(3px);
}

@media (max-width: 680px) {
    .nup-fearless-btn {
        font-size: 0.85rem;
        padding: 10px 20px;
        width: 100%;
        justify-content: center;
    }
}















/* ===== СТРАНИЦА МЕТАЛЛОКЕРАМИЧЕСКИЕ КОРОНКИ НА ИМПЛАНТ ===== */


/* =====  HERO-БЛОК ===== */
/* ===== КОНТЕЙНЕР С ОТСТУПАМИ ===== */
.mkni-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

/* ===== ВСЕ СТИЛИ ДЛЯ HERO-БЛОКА ===== */
.mkni-hero {
    position: relative;
    padding: 60px 0;
    border-bottom: 1px solid rgba(0,91,136,0.1);
    overflow: hidden;
}

.mkni-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.mkni-hero__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mkni-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.65);
    z-index: 1;
}

.mkni-hero__content {
    position: relative;
    z-index: 2;
    max-width: 60%;
}

.mkni-title-treatment {
    font-size: 74px;
    font-weight: 900;
    line-height: 1;
    color: #1a2e5a;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.mkni-title-caries {
    font-size: 74px;
    font-weight: 900;
    line-height: 1;
    color: #005b88;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.mkni-divider {
    width: 70%;
    height: 2px;
    background: linear-gradient(to right, #005b88, transparent);
    margin: 14px 0 14px;
}

.mkni-subtitle {
    font-size: 22px;
    font-weight: 600;
    color: #1a2e5a;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.mkni-price-box {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(90deg, #005b88, #0a7aad);
    border-radius: 16px;
    padding: 14px 30px;
    gap: 6px;
    margin-bottom: 28px;
}

.mkni-price-box__from {
    font-size: 17px;
    font-weight: 500;
    color: rgba(255,255,255,0.85);
}

.mkni-price-box__num {
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    letter-spacing: -1px;
}

.mkni-price-box__cur {
    font-size: 20px;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
}

.mkni-hero__bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mkni-narc-row {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
}

.mkni-narc-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #b0d4f5;
    background: rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mkni-narc-icon svg {
    width: 44px;
    height: 44px;
}

.mkni-narc-text {
    flex-shrink: 0;
}

.mkni-narc-title {
    font-size: 14px;
    font-weight: 800;
    color: #1a2e5a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

.mkni-narc-title span {
    color: #005b88;
}

.mkni-narc-sub {
    font-size: 13px;
    font-weight: 400;
    color: #4a6a8a;
    margin-top: 3px;
}

.mkni-features-divider {
    width: 1px;
    background: linear-gradient(to bottom, transparent, #90bfe0, transparent);
    margin: 0 22px;
    align-self: stretch;
}

.mkni-features {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: flex-start;
}

.mkni-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #1a2e5a;
}

.mkni-feature-check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #005b88, #0a7aad);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mkni-feature-check svg {
    width: 12px;
    height: 12px;
}

.mkni-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(90deg, #005b88, #0a7aad);
    color: #fff;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    border-radius: 16px;
    padding: 18px 40px;
    cursor: pointer;
    max-width: 460px;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-top: 0;
}

.mkni-cta-btn:hover {
    background: linear-gradient(90deg, #c41a1f, #a0151a);
    color: #ffffff;
    transform: translateY(-2px);
}

.mkni-cta-btn svg {
    width: 22px;
    height: 22px;
}

/* ===== АДАПТИВ ===== */
@media (max-width: 1024px) {
    .mkni-title-treatment,
    .mkni-title-caries {
        font-size: 54px;
    }
    .mkni-price-box__num {
        font-size: 38px;
    }
    .mkni-hero__content {
        max-width: 65%;
    }
}

@media (max-width: 768px) {
    .mkni-hero {
        padding: 40px 0 50px;
    }
    .mkni-hero__overlay {
        background: rgba(255, 255, 255, 0.9);
    }
    .mkni-hero__content {
        max-width: 100%;
    }
    .mkni-title-treatment,
    .mkni-title-caries {
        font-size: 48px;
        margin-bottom: 0;
    }
    .mkni-divider {
        margin: 8px 0 8px;
        width: 100%;
    }
    .mkni-subtitle {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .mkni-price-box {
        padding: 10px 24px;
        border-radius: 16px;
        margin-bottom: 20px;
    }
    .mkni-price-box__from {
        font-size: 16px;
    }
    .mkni-price-box__num {
        font-size: 40px;
    }
    .mkni-price-box__cur {
        font-size: 18px;
    }
    .mkni-narc-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .mkni-narc-icon {
        width: 80px;
        height: 80px;
        margin-right: 0;
    }
    .mkni-narc-icon svg {
        width: 44px;
        height: 44px;
    }
    .mkni-narc-text {
        flex: 1;
    }
    .mkni-narc-title {
        font-size: 16px;
    }
    .mkni-narc-sub {
        font-size: 13px;
        margin-top: 4px;
    }
    .mkni-features {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-top: 8px;
    }
    .mkni-feature-item {
        font-size: 15px;
        gap: 10px;
        justify-content: flex-start;
    }
    .mkni-feature-check {
        width: 24px;
        height: 24px;
    }
    .mkni-feature-check svg {
        width: 14px;
        height: 14px;
    }
    .mkni-features-divider {
        display: none;
    }
    .mkni-hero__bottom {
        gap: 12px;
    }
    .mkni-cta-btn {
        padding: 14px 24px;
        font-size: 16px;
        border-radius: 16px;
        margin-top: 8px;
    }
    .mkni-cta-btn svg {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 480px) {
    .mkni-hero {
        padding: 30px 0 40px;
    }
    .mkni-title-treatment,
    .mkni-title-caries {
        font-size: 38px;
    }
    .mkni-subtitle {
        font-size: 18px;
    }
    .mkni-price-box {
        padding: 8px 18px;
    }
    .mkni-price-box__num {
        font-size: 34px;
    }
    .mkni-price-box__cur {
        font-size: 16px;
    }
    .mkni-price-box__from {
        font-size: 14px;
    }
    .mkni-narc-icon {
        width: 70px;
        height: 70px;
    }
    .mkni-narc-icon svg {
        width: 38px;
        height: 38px;
    }
    .mkni-narc-title {
        font-size: 14px;
    }
    .mkni-narc-sub {
        font-size: 12px;
    }
    .mkni-feature-item {
        font-size: 13px;
    }
    .mkni-feature-check {
        width: 22px;
        height: 22px;
    }
    .mkni-cta-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
    .mkni-cta-btn svg {
        width: 20px;
        height: 20px;
    }
}



/* =====  НАВИГАЦИЯ  ПРОТЕЗИРОВАНИЕ ЗУБОВ ===== */
.mkni-nav-section {
    padding: 30px 0 20px 0;
    background: white;
    border-bottom: 1px solid #E2EDF2;
}

.mkni-nav-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.mkni-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 70px;
}

.mkni-nav-item:hover {
    transform: translateY(-3px);
}

.mkni-nav-icon {
    width: 60px;
    height: 60px;
    background: #F0F4F8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #005b88;
}

.mkni-nav-item:hover .mkni-nav-icon {
    background: #005b88;
    color: white;
    box-shadow: 0 8px 20px rgba(0, 91, 136, 0.2);
}

.mkni-nav-text {
    font-size: 0.8rem;
    font-weight: 500;
    color: #4A6A7A;
    transition: color 0.3s ease;
    text-align: center;
}

.mkni-nav-item:hover .mkni-nav-text {
    color: #005b88;
}

@media (max-width: 680px) {
    .mkni-nav-section {
        padding: 20px 0 15px 0;
    }
    .mkni-nav-icon {
        width: 48px;
        height: 48px;
    }
    .mkni-nav-icon svg {
        width: 24px;
        height: 24px;
    }
    .mkni-nav-text {
        font-size: 0.7rem;
    }
    .mkni-nav-grid {
        gap: 8px;
    }
}