
@font-face {
    font-family: "Harmonia Sans Pro Cyr";
    src: url("../../fonts/Harmonia/HarmoniaSansProCyr-Regular.woff2") format("woff2"),
         url("../../fonts/Harmonia/HarmoniaSansProCyr-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Harmonia Sans Pro Cyr";
    src: url("../../fonts/Harmonia/HarmoniaSansProCyr-SemiBd.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Harmonia Sans Pro Cyr";
    src: url("../../fonts/Harmonia/HarmoniaSansProCyr-Bold.woff2") format("woff2"),
         url("../../fonts/Harmonia/HarmoniaSansProCyr-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.nh,
.nh *,
.nh *::before,
.nh *::after {
    box-sizing: border-box;
}

.nh {
    --nh-bg: #fafafa;
    --nh-text: #222222;
    --nh-muted: #888989;
    --nh-chip-bg: #f0f0f0;
    --nh-border: #c4c4c4;
    --nh-accent: #00afff;
    --nh-radius: 5px;
    --nh-inner: 1200px;

    font-family: "HarmoniaSans", "Harmonia Sans Pro Cyr", Arial, sans-serif;
    background: var(--nh-bg);
    color: var(--nh-text);
    font-size: 16px;
    line-height: 1.1;
    position: relative;
    z-index: 100;
}

.nh a {
    color: inherit;
    text-decoration: none;
}

.nh button {
    font-family: inherit;
    cursor: pointer;
}

.nh .box {
    padding: 0 10px;
}

.nh__top {
    padding: 18px 0 0;
}

.nh__top-row {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 35px;
}

.nh__top-spacer {
    flex: 1 1 auto;
}

.nh__chevron {
    width: 14px;
    height: 8px;
    flex: none;
    color: currentColor;
}

.nh__main {
    margin-top: 20px;
}

.nh__main:last-child {
    padding-bottom: 20px;
}

.nh__main-row {
    display: flex;
    align-items: center;
}

.nh__logo {
    flex: none;
    margin-right: 22px;
}

.nh__logo img {
    display: block;
    height: 48px;
    width: auto;
}

.nh__catalog-icon {
    width: 18px;
    height: 14px;
    flex: none;
    color: #fff;
}

.nh__catalog-icon--close {
    display: none;
}

.nh--catalog-open .nh__catalog-icon--burger {
    display: none;
}

.nh--catalog-open .nh__catalog-icon--close {
    display: block;
}

.nh__phone {
    flex: none;
    margin: 0 15px 0 29px;
    font-size: 18px;
    white-space: nowrap;
    transition: color .2s;
}

.nh__phone:hover {
    color: #888;
}

.nh__actions {
    flex: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

.nh__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: var(--nh-text);
    background: none;
    border: 0;
    padding: 0;
}

.nh__action .dropdown-cart .dropdown-value {
    padding: 0;
}

.nh__badge {
    position: absolute;
    top: -6px;
    right: -8px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 8px;
    background: #00aeff;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    pointer-events: none;
}

.nh__cart .header-cart-wr.dropdown-cart .dropdown-content-cart {
    color: #222;
    top: 100%;
}

.nh__cart-ico-wrap {
    position: relative;
    display: inline-flex;
}

.nh__cart-ico-wrap .col.hidden {
    display: none;
}

.nh__cart-ico-wrap .col {
    position: absolute;
    top: -6px;
    right: -8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    font-weight: 700;
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    background-color: #00aeff;
    border-radius: 8px;
    pointer-events: none;
}

.nh__action-ico {
    display: block;
    height: 25px;
    width: auto;
}

.nh__login-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid var(--nh-text);
    background-color: var(--nh-text);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    overflow: hidden;
    object-fit: cover;
}

.nh__login-img--empty {
    background-color: var(--nh-text);
}

.nh__login-ico {
    width: 13px;
    height: 14px;
}

.nh__action:hover {
    color: var(--nh-accent);
}

.nh__search-wrap {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
}

.nh__mmenu-btn {
    display: none;
}

.nh__search-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 46px;
    height: 46px;
    border: 0;
    background: none;
    color: var(--nh-text);
    cursor: pointer;
}

.nh__search-toggle svg {
    width: 20px;
    height: 21px;
}

.dropdown-value-li {
    list-style-type: none;
}

.nh .nh__top-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    border: 0;
    background: none;
    font-size: 16px;
    color: var(--nh-text);
    white-space: nowrap;
    transition: color .15s ease;
}

.nh a.nh__top-link:hover {
    color: #545454;
}

.nh__svc .dropdown-value {
    padding-right: 0;
}

.nh__svc .nh__chevron {
    transition: color 0.2s ease, transform 0.2s ease;
}

.nh__svc .dropdown-value:hover .nh__chevron {
    color: #38a6e2;
}

.nh__svc.dropdown.is-open .nh__chevron {
    transform: rotate(180deg);
}

.nh__svc-menu {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    top: calc(100% + 14px);
    padding: 12px 0;
    min-width: 246px;
    background: #f0f0f0;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

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

.nh__svc-link {
    display: block;
    padding: 7px 22px;
    font-size: 15px;
    white-space: nowrap;
    color: var(--nh-text, #222);
    transition: color .15s ease;
}

.nh__svc-link:hover,
.nh__svc-link.is-active {
    color: #00afff;
}


@media (max-width: 1199px) {
    .nh .box {
        padding: 0 15px;
    }
}


@media (max-width: 1024px) {
    .nh__top {
        display: none;
    }

    .nh__main {
        margin-top: 0;
    }

    .nh__main:last-child {
        padding-bottom: 0;
    }

    .nh__main-row {
        flex-wrap: wrap;
        row-gap: 14px;
        padding: 14px 0 12px;
    }

    .nh__logo {
        order: 1;
        margin-right: 0;
    }

    .nh__actions {
        order: 2;
        margin-left: auto;
        gap: 20px;
        margin-top: 5px;
    }

    .nh__phone {
        display: none;
    }

    .nh__search-wrap {
        display: flex;
        order: 3;
        flex-basis: 100%;
        width: 100%;
        gap: 10px;
        align-items: stretch;
    }

    .nh__mmenu-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: none;
        width: 46px;
        height: 46px;
        border: 0;
        border-radius: 5px;
        background: var(--nh-accent);
        cursor: pointer;
    }

    .nh__mmenu-btn .nh__catalog-icon {
        width: 20px;
        height: 16px;
    }

    .nh__search-wrap:has(.nh__important) .nh__search {
        display: none;
    }

    .nh__search-wrap:has(.nh__important) .nh__search-toggle {
        display: inline-flex;
    }

    .nh--search-open .nh__search {
        display: flex !important;
    }

    .nh--search-open .nh__important,
    .nh--search-open .nh__search-toggle {
        display: none !important;
    }
}