.site-header {
        position: relative;
        z-index: 1000;
        background: #fff;
        border-bottom: 1px solid #e9ecef;
        font-family: inherit;
    }

.footer-item__title-offset {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .home-blocks-row {
        align-items: stretch;
    }

    .home-blocks-col {
        display: flex;
    }

    .home-blocks-col .blocks-item {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }

    .home-blocks-col .blocks-item img {
        width: 100%;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }

    .home-blocks-col .blocks-item .text-wrap {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
    }

    .home-blocks-short {
        display: -webkit-box;
        min-height: 3em;
        margin-bottom: 0;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .home-blocks-col .blocks-item .btn-wrap {
        margin-top: auto;
    }
}

    .site-header__top {
        /*height: 112px;*/
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 88px;
    }

    .site-header__left,
    .site-header__right {
        flex: 1 1 0;
        display: flex;
        align-items: center;
    }

    .site-header__right {
        justify-content: flex-end;
        gap: 28px;
    }

    .site-header__center {
        flex: 0 0 180px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo svg {
        width: 118px;
        height: auto;
        display: block;
    }

    .site-nav {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        gap: 32px;
        align-items: center;
    }

    .site-nav li {
        position: relative;
    }

    .site-nav li a {
        color: #111;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        position: relative;
        letter-spacing: 0;
    }

    .site-nav li a:hover,
    .site-nav li.current > a,
    .site-nav li.open > a {
        color: #69707a;
    }

    .site-nav li.open > a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -18px;
        width: 100%;
        height: 2px;
        background: #111;
    }

    .site-header__phone {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        color: #111;
        text-decoration: none;
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
    }

    .site-header__phone svg {
        width: 26px;
        height: 26px;
    }

    .lang {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
    }

    .lang-dd {
        position: relative;
    }

    .lang-btn {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        border: 0;
        background: transparent;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        padding: 8px 0;
        color: #111;
    }

    .lang-menu {
        position: absolute;
        top: calc(100% + 12px);
        right: 0;
        min-width: 96px;
        background: #fff;
        border: 1px solid #e9ecef;
        box-shadow: 0 18px 38px rgba(15, 23, 42, .12);
        border-radius: 0;
        display: none;
        padding: 8px 0;
        z-index: 1010;
    }

    .lang-dd.is-open .lang-menu {
        display: block;
    }

    .lang-item {
        display: block;
        padding: 8px 14px;
        color: #111;
        text-decoration: none;
        font-size: 18px;
        font-weight: 600;
    }

    .lang-item:hover {
        background: #f5f5f5;
    }

    .mega-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        border-top: 1px solid #eef0f2;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
        z-index: 1002;
    }

    .mega-menu.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .mega-menu__inner {
        position: relative;
        min-height: 446px;
        padding: 60px 88px 80px;
    }

    .mega-menu__grid {
        display: grid;
        grid-template-columns: minmax(260px, 320px) minmax(300px, 420px) minmax(260px, 1fr);
        gap: 52px;
        align-items: start;
    }

    .mega-menu__content {
        display: none;
    }

    .mega-menu__content.active {
        display: block;
    }

    .mega-links {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mega-links li {
        margin-bottom: 24px;
        display: block;
    }

    .mega-links a {
        color: #0f1722;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.1;
    }

    .mega-links a:hover {
        color: #69707a;
    }

    .mega-contact {
        justify-self: end;
        min-width: 330px;
    }

    .mega-contact__label {
        color: #727985;
        font-size: 21px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    .mega-contact__phone {
        display: inline-block;
        color: #0f1722;
        text-decoration: none;
        font-size: 32px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 34px;
    }

    .mega-social__title {
        color: #727985;
        font-size: 21px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 14px;
    }

    .mega-social__list {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }

    .mega-social__link {
        width: 42px;
        height: 42px;
        border: 3px solid #0f1722;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #0f1722;
        text-decoration: none;
    }

    .mega-social__link img {
        width: 30px;
        height: 30px;
        object-fit: contain;
        filter: grayscale(1) brightness(0);
    }

    .mega-social__link svg {
        width: 20px;
        height: 20px;
    }

    .mega-menu-backdrop {
        position: fixed;
        top: 112px;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, .45);
        opacity: 0;
        visibility: hidden;
        transition: .25s ease;
        z-index: 999;
    }

    .mega-menu-backdrop.is-open {
        opacity: 1;
        visibility: visible;
    }

    body.menu-open {
        overflow: hidden;
    }

    @media (max-width: 1500px) {
        .site-header__top {
            padding: 0 44px;
        }

        .site-nav {
            gap: 24px;
        }


        .mega-menu__inner {
            padding-right: 56px;
            padding-left: 56px;
        }
    }



    .modelsNav {
        z-index: 10;
    }

    .kia-contact-widget {
        position: fixed;
        right: 28px;
        bottom: 28px;
        z-index: 9;
    }

    .kia-contact-widget * {
        box-sizing: border-box;
    }

    .kia-contact-widget__stack {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 14px;
    }

    .kia-contact-widget__panel {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 12px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(18px);
        pointer-events: none;
        transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
    }

    .kia-contact-widget.is-open .kia-contact-widget__panel {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    .kia-contact-widget__row {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .kia-contact-widget__label {
        position: relative;
        min-height: 56px;
        padding: 0 22px;
        display: inline-flex;
        align-items: center;
        border-radius: 4px;
        background: linear-gradient(135deg, #314355 0%, #182433 100%);
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        white-space: nowrap;
        box-shadow: 0 14px 34px rgba(0, 0, 0, .16);
    }

    .kia-contact-widget__label::after {
        content: "";
        position: absolute;
        right: -14px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-left: 14px solid #223243;
    }

    .kia-contact-widget__action,
    .kia-contact-widget__toggle {
        width: 78px;
        height: 78px;
        border-radius: 50%;
        border: none;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: transform .2s ease, opacity .2s ease, background .2s ease;
        box-shadow: 0 14px 34px rgba(0, 0, 0, .16);
    }

    .kia-contact-widget__action:hover,
    .kia-contact-widget__toggle:hover {
        transform: translateY(-2px) scale(1.03);
    }

    .kia-contact-widget__action svg,
    .kia-contact-widget__toggle svg {
        width: 33px;
        height: 33px;
    }

    .kia-contact-widget__action--wa {
        background: #61ce70;
    }

    .kia-contact-widget__action--call {
        background: #06102a;
    }

    .kia-contact-widget__action--close {
        background: #f2f2f2;
    }

    .kia-contact-widget__action--close svg {
        width: 28px;
        height: 28px;
    }

    .kia-contact-widget__toggle-wrap {
        position: relative;
    }

    .kia-contact-widget__hint {
        position: absolute;
        right: 102px;
        top: 50%;
        transform: translateY(-50%);
        padding: 10px 25px;
        display: inline-flex;
        align-items: center;
        border-radius: 5px;
        background: linear-gradient(135deg, #314355 0%, #182433 100%);
        color: #fff;
        font-size: 14px;
        white-space: nowrap;
        box-shadow: 0 14px 34px rgba(0, 0, 0, .16);
        transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
    }

    .kia-contact-widget__hint::after {
        content: "";
        position: absolute;
        right: -16px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        border-left: 16px solid #223243;
    }

    .kia-contact-widget.is-open .kia-contact-widget__hint,
    .kia-contact-widget.is-hint-hidden .kia-contact-widget__hint {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-50%) translateX(10px);
    }

    .kia-contact-widget__toggle {
        position: relative;
        background: #fff;
        border: 4px solid #06102a;
        color: #06102a;
        box-shadow: 0 18px 38px rgba(0, 0, 0, .18);
        overflow: visible;
    }

    .kia-contact-widget__toggle::before,
    .kia-contact-widget__toggle::after {
        content: "";
        position: absolute;
        inset: -10px;
        border-radius: 50%;
        border: 6px solid rgba(116, 170, 224, .35);
        animation: kiaPulse 2.2s ease-out infinite;
    }

    .kia-contact-widget__toggle::after {
        inset: -18px;
        border-width: 4px;
        animation-delay: .8s;
        opacity: .7;
    }

    .kia-contact-widget.is-open .kia-contact-widget__toggle {
        opacity: 0;
        transform: scale(.82);
        pointer-events: none;
    }

    @keyframes kiaPulse {
        0% {
            transform: scale(.92);
            opacity: .75;
        }
        70% {
            transform: scale(1.08);
            opacity: .15;
        }
        100% {
            transform: scale(1.12);
            opacity: 0;
        }
    }

    @media (max-width: 768px) {
        .kia-contact-widget {
            right: 18px;
            bottom: 18px;
        }

        .kia-contact-widget__action,
        .kia-contact-widget__toggle {
            width: 72px;
            height: 72px;
        }

        .kia-contact-widget__label,
        .kia-contact-widget__hint {
            min-height: 50px;
            font-size: 15px;
            padding: 0 18px;
        }

        .kia-contact-widget__hint {
            right: 90px;
        }
    }

    @media (max-width: 576px) {
        .kia-contact-widget__label,
        .kia-contact-widget__hint {
            display: none;
        }
    }
