

/* Start:/local/assets/holidayformula_favorites.css?17858380503551*/
.hf-favorite-header-count,
.hf-catalog-header-count {
    position: absolute !important;
    top: -6px !important;
    right: -7px !important;
    min-width: 19px !important;
    height: 19px !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 4px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #ef5b37, #ff8d3a) !important;
    border: 2px solid #fff !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    font-size: 9px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    z-index: 2 !important;
    pointer-events: none;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.hf-catalog-header-count,
.hf-actions a:hover .hf-favorite-header-count,
.hf-actions a:focus-visible .hf-favorite-header-count,
.hf-actions a.is-active .hf-favorite-header-count,
.hf-actions [data-hf-basket-slot]:hover .hf-catalog-header-count,
.hf-actions [data-hf-basket-slot]:focus-visible .hf-catalog-header-count,
.hf-actions [data-hf-basket-slot].is-active .hf-catalog-header-count,
.hf-mobile-bottom a:hover .hf-favorite-header-count,
.hf-mobile-bottom a:focus-visible .hf-favorite-header-count,
.hf-mobile-bottom a.is-active .hf-favorite-header-count,
.hf-mobile-bottom [data-hf-basket-slot]:hover .hf-catalog-header-count,
.hf-mobile-bottom [data-hf-basket-slot]:focus-visible .hf-catalog-header-count,
.hf-mobile-bottom [data-hf-basket-slot].is-active .hf-catalog-header-count {
    color: #fff !important;
}

.hf-actions a[href*="/personal/favorite/"],
.hf-mobile-bottom a[href*="/personal/favorite/"] {
    position: relative;
}

.is-hf-counter-pulse > svg {
    animation: hf-header-icon-pulse .48s ease-out;
    transform-origin: 50% 60%;
}

.is-hf-counter-pulse > .hf-favorite-header-count,
.is-hf-counter-pulse > .hf-catalog-header-count {
    animation: hf-header-count-pulse .48s ease-out;
}

@keyframes hf-header-icon-pulse {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    42% {
        transform: translateY(-3px) scale(1.14);
    }
    72% {
        transform: translateY(1px) scale(.98);
    }
}

@keyframes hf-header-count-pulse {
    0%, 100% {
        transform: scale(1);
    }
    42% {
        transform: scale(1.35);
    }
    72% {
        transform: scale(.94);
    }
}

[data-hf-favorite].is-loading {
    cursor: wait;
    opacity: .68;
}

.hf-favorites-toast {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 10050;
    max-width: min(360px, calc(100vw - 32px));
    padding: 12px 16px;
    color: #fff;
    background: #a13235;
    border-radius: 12px;
    box-shadow: 0 14px 34px rgba(48, 34, 58, .22);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.45;
}

@media (max-width: 767px) {
    .hf-mobile-bottom {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }

    .hf-mobile-bottom > a {
        min-width: 0;
    }

    .hf-mobile-bottom .hf-mobile-favorite > .hf-favorite-header-count,
    .hf-mobile-bottom [data-hf-basket-slot] > .hf-catalog-header-count {
        top: 4px !important;
        right: auto !important;
        left: calc(50% + 8px) !important;
    }

    .hf-favorites-toast {
        right: 16px;
        bottom: 76px;
        left: 16px;
        max-width: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .is-hf-counter-pulse > svg,
    .is-hf-counter-pulse > .hf-favorite-header-count,
    .is-hf-counter-pulse > .hf-catalog-header-count {
        animation: none;
    }
}

/* End */


/* Start:/local/components/holidayformula/live.search/templates/.default/style.css?17860088334041*/
.hf-live-search {
    position: relative;
    min-width: 0;
}

.hf-live-search > .hf-search {
    width: 100%;
}

.hf-live-search__results {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    z-index: 1200;
    overflow: hidden;
    max-height: min(70vh, 620px);
    color: #27223a;
    background: #fff;
    border: 1px solid #e8e5ee;
    border-radius: 16px;
    box-shadow: 0 20px 55px rgba(39, 25, 58, .2);
}

.hf-live-search__results[hidden] {
    display: none;
}

.hf-live-search__history-title {
    padding: 12px 14px 7px;
    color: #806a75;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.hf-live-search__history {
    display: grid;
}

.hf-live-search__history a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 14px;
    color: #382630;
    text-decoration: none;
}

.hf-live-search__history a:hover,
.hf-live-search__history a.is-active {
    background: #fff3f7;
}

.hf-live-search__history-icon {
    color: #b99aa9;
    font-size: 15px;
}

.hf-live-search__history-clear {
    width: 100%;
    padding: 10px 14px;
    border: 0;
    border-top: 1px solid #f0e4ea;
    background: #fff;
    color: #a04970;
    font: inherit;
    font-size: 12px;
    text-align: left;
    cursor: pointer;
}

.hf-live-search__list {
    overflow-y: auto;
    max-height: min(58vh, 520px);
}

.hf-live-search__item {
    min-height: 82px;
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    padding: 10px 14px;
    color: inherit !important;
    border-bottom: 1px solid #eeeaf3;
    text-decoration: none;
}

.hf-live-search__item:hover,
.hf-live-search__item:focus-visible,
.hf-live-search__item.is-active {
    background: #f7f5fa;
    outline: 0;
}

.hf-live-search__image {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: #8b8794;
    background: #f7f6fa;
    border-radius: 11px;
    font-size: 11px;
}

.hf-live-search__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hf-live-search__content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.hf-live-search__name {
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hf-live-search__article {
    overflow: hidden;
    color: #777180;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hf-live-search__stock {
    width: fit-content;
    padding: 3px 7px;
    color: #a1434f;
    background: #fff0f2;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.25;
}

.hf-live-search__price {
    color: #68449a;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.hf-live-search__all {
    display: block;
    padding: 13px 16px;
    color: #68449a !important;
    background: #faf9fc;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.hf-live-search__all:hover,
.hf-live-search__all:focus-visible {
    background: #f0ecf6;
}

.hf-live-search__status {
    padding: 22px 18px;
    color: #6f6a7d;
    font-size: 14px;
    text-align: center;
}

.hf-live-search__status--error {
    color: #a63f46;
}

@media (max-width: 767px) {
    .hf-live-search--mobile .hf-live-search__results {
        position: relative;
        top: auto;
        margin-top: 8px;
        max-height: calc(100vh - 175px);
        border-radius: 13px;
        box-shadow: 0 14px 35px rgba(39, 25, 58, .16);
    }

    .hf-live-search__item {
        grid-template-columns: 54px minmax(0, 1fr);
        min-height: 72px;
        padding: 9px 10px;
    }

    .hf-live-search__image {
        width: 54px;
        height: 54px;
    }

    .hf-live-search__price {
        grid-column: 2;
        justify-self: start;
        margin-top: -3px;
        font-size: 13px;
    }
}

/* End */


/* Start:/local/components/holidayformula/catalog.menu/templates/.default/style.css?17858544093271*/
.hf-catalog-tree {
    min-width: 0;
}

.hf-catalog-tree__toolbar {
    min-height: 48px;
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr) 88px;
    align-items: center;
    padding: 0 4px 12px;
    border-bottom: 1px solid #e8e5ee;
}

.hf-catalog-tree__toolbar[hidden] {
    display: none;
}

.hf-catalog-tree__toolbar strong {
    grid-column: 2;
    overflow: hidden;
    font-size: 17px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hf-catalog-tree__back {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 8px;
    color: #68449a;
    background: transparent;
    border: 0;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.hf-catalog-tree__back[hidden] {
    display: none;
}

.hf-catalog-tree__back:hover,
.hf-catalog-tree__back:focus-visible {
    background: #f2eef7;
}

.hf-catalog-tree__viewport {
    overflow: hidden;
}

.hf-catalog-tree__list {
    max-height: min(58vh, 560px);
    overflow-y: auto;
    padding: 8px 0;
    margin: 0;
    list-style: none;
    opacity: 1;
    transform: translateX(0);
    transition: opacity .18s ease, transform .18s ease;
}

.hf-catalog-tree__list.is-changing {
    opacity: 0;
    transform: translateX(12px);
}

.hf-catalog-tree__item {
    min-height: 48px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46px;
    align-items: stretch;
    border-bottom: 1px solid #f0edf4;
}

.hf-catalog-tree__link {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 10px;
    color: #27223a !important;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.3;
    text-decoration: none;
}

.hf-catalog-tree__link:hover,
.hf-catalog-tree__link:focus-visible {
    color: #68449a !important;
    background: #faf8fc;
    outline: 0;
}

.hf-catalog-tree__link small {
    flex: 0 0 auto;
    color: #8b8794;
    font-size: 11px;
    font-weight: 400;
}

.hf-catalog-tree__next {
    display: grid;
    place-items: center;
    padding: 0;
    color: #68449a;
    background: transparent;
    border: 0;
    border-left: 1px solid #f0edf4;
    font-size: 20px;
    cursor: pointer;
}

.hf-catalog-tree__next:hover,
.hf-catalog-tree__next:focus-visible {
    background: #f2eef7;
    outline: 0;
}

.hf-catalog-tree__empty {
    padding: 26px 14px;
    color: #6f6a7d;
    text-align: center;
}

.hf-catalog-tree__fallback ul {
    padding-left: 20px;
}

@media (min-width: 768px) {
    .hf-catalog-tree__list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(
            var(--hf-catalog-row-count, 1),
            minmax(48px, auto)
        );
        grid-auto-flow: column;
        column-gap: 18px;
        align-content: start;
    }
}

@media (max-width: 767px) {
    .hf-catalog-tree__toolbar {
        grid-template-columns: 82px minmax(0, 1fr) 82px;
        position: sticky;
        top: 0;
        z-index: 2;
        padding-top: 4px;
        background: #fff;
    }

    .hf-catalog-tree__list {
        max-height: none;
        overflow: visible;
    }
}

/* End */


/* Start:/local/components/holidayformula/callback/templates/.default/style.css?17849913374634*/
body.hf-modal-open {
    overflow: hidden;
}

.hf-callback {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: grid;
    place-items: center;
    padding: 20px;
}

.hf-callback[hidden] {
    display: none;
}

.hf-callback__backdrop {
    position: absolute;
    inset: 0;
    padding: 0;
    background: rgba(26, 17, 39, .58);
    border: 0;
    cursor: default;
    backdrop-filter: blur(3px);
}

.hf-callback__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 650px);
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 28px 80px rgba(26, 17, 39, .32);
    animation: hf-callback-in .22s ease both;
}

@keyframes hf-callback-in {
    from {
        opacity: 0;
        transform: translateY(14px) scale(.98);
    }
}

.hf-callback__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 25px 28px 22px;
    color: #fff;
    background: linear-gradient(115deg, #51327f, #704aa2 54%, #3ab4b2);
}

.hf-callback__head span {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    opacity: .8;
    text-transform: uppercase;
}

.hf-callback__head h2 {
    margin: 0;
    font-size: clamp(22px, 4vw, 30px);
    line-height: 1.15;
}

.hf-callback__close {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    padding: 0;
    color: #fff;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 12px;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.hf-callback__close:hover,
.hf-callback__close:focus-visible {
    background: rgba(255, 255, 255, .24);
}

.hf-callback__form {
    padding: 26px 28px 28px;
}

.hf-callback__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
}

.hf-callback__field {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
    color: #4f4959;
    font-size: 13px;
    font-weight: 700;
}

.hf-callback__field--wide {
    grid-column: 1 / -1;
}

.hf-callback__field b {
    color: #e34f58;
}

.hf-callback__field input,
.hf-callback__field textarea {
    width: 100%;
    padding: 12px 13px;
    color: #27223a;
    background: #fff;
    border: 1px solid #d9d5e0;
    border-radius: 12px;
    outline: 0;
    resize: vertical;
}

.hf-callback__field input {
    min-height: 46px;
}

.hf-callback__field input:focus,
.hf-callback__field textarea:focus {
    border-color: #68449a;
    box-shadow: 0 0 0 3px rgba(104, 68, 154, .11);
}

.hf-callback__field .is-invalid {
    border-color: #d94f57;
    box-shadow: 0 0 0 3px rgba(217, 79, 87, .1);
}

.hf-callback__message {
    padding: 12px 14px;
    margin-top: 18px;
    border-radius: 11px;
    font-size: 14px;
}

.hf-callback__message[hidden] {
    display: none;
}

.hf-callback__message.is-success {
    color: #17693f;
    background: #e9f8f0;
}

.hf-callback__message.is-error {
    color: #9a3038;
    background: #fff0f1;
}

.hf-callback__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 21px;
}

.hf-callback__footer p {
    max-width: 370px;
    margin: 0;
    color: #777180;
    font-size: 11px;
    line-height: 1.45;
}

.hf-callback__submit {
    min-width: 150px;
    min-height: 46px;
    padding: 0 22px;
    color: #fff;
    background: linear-gradient(135deg, #68449a, #42b9b6);
    border: 0;
    border-radius: 12px;
    font-weight: 800;
    cursor: pointer;
}

.hf-callback__submit:hover,
.hf-callback__submit:focus-visible {
    filter: brightness(.95);
}

.hf-callback__submit:disabled {
    cursor: wait;
    opacity: .7;
}

.hf-callback__honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
}

@media (max-width: 600px) {
    .hf-callback {
        align-items: end;
        padding: 0;
    }

    .hf-callback__dialog {
        width: 100%;
        max-height: min(92vh, 760px);
        border-radius: 20px 20px 0 0;
    }

    .hf-callback__head {
        padding: 20px 18px 18px;
    }

    .hf-callback__form {
        padding: 20px 18px 24px;
    }

    .hf-callback__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .hf-callback__field--wide {
        grid-column: auto;
    }

    .hf-callback__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .hf-callback__submit {
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/holidayformula_new/styles.css?1784991392186*/
/* Стили редактора Bitrix. Основное оформление находится в template_styles.css. */

.hf-lead {
    font-size: 1.125rem;
    line-height: 1.6;
}

/* End */


/* Start:/local/templates/holidayformula_new/template_styles.css?179007124436677*/
:root {
    --hf-purple: #68449a;
    --hf-purple-dark: #51327f;
    --hf-teal: #42b9b6;
    --hf-teal-dark: #279d9b;
    --hf-orange: #ff7043;
    --hf-text: #27223a;
    --hf-muted: #6f6a7d;
    --hf-line: #e8e5ee;
    --hf-bg: #f7f6fa;
    --hf-white: #fff;
    --hf-shadow: 0 14px 40px rgba(72, 48, 105, .12);
    --hf-radius: 18px;
}

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

html {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
    scroll-behavior: smooth;
}

body.hf-page {
    min-width: 320px;
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
    margin: 0;
    color: var(--hf-text);
    background: var(--hf-white);
    font-family: Arial, "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.45;
}

body.hf-menu-open {
    overflow: hidden;
}

body.hf-page img {
    max-width: 100%;
    height: auto;
}

body.hf-page a {
    color: inherit;
}

body.hf-page button,
body.hf-page input {
    font: inherit;
}

.hf-container {
    width: min(100% - 40px, 1380px);
    margin-inline: auto;
}

.hf-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.hf-skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 5000;
    padding: 10px 16px;
    color: var(--hf-white);
    background: var(--hf-purple-dark);
    border-radius: 10px;
    transform: translateY(-150%);
}

.hf-skip-link:focus {
    transform: translateY(0);
}

.hf-header {
    position: relative;
    z-index: 1000;
    background: var(--hf-white);
    box-shadow: 0 4px 20px rgba(61, 42, 87, .08);
}

.hf-header-main {
    background: var(--hf-white);
}

.hf-header-main.is-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 7px 24px rgba(47, 35, 62, .14);
}

.hf-header-main-spacer[hidden] {
    display: none;
}

.hf-topbar {
    color: var(--hf-white);
    background: linear-gradient(100deg, var(--hf-purple-dark), var(--hf-purple) 45%, var(--hf-teal));
}

.hf-mobile-guest-notice {
    display: none;
}

.hf-topbar__inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.hf-topbar__menu {
    min-width: 0;
}

.hf-nav-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 25px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.hf-nav-list a {
    color: inherit;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.hf-nav-list a:hover,
.hf-nav-list a:focus-visible,
.hf-nav-list__item.is-active a {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.hf-topbar__contacts {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    white-space: nowrap;
}

.hf-topbar__caption {
    font-size: 12px;
    opacity: .85;
}

.hf-topbar__legacy-switch,
.hf-topbar__legacy-switch:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 11px;
    color: var(--hf-white);
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    transition: background-color .18s ease, border-color .18s ease;
}

.hf-topbar__legacy-switch:hover,
.hf-topbar__legacy-switch:focus-visible,
.hf-topbar__legacy-switch:active {
    color: var(--hf-white);
    background: rgba(255, 255, 255, .2);
    border-color: rgba(255, 255, 255, .9);
}

.hf-topbar__phone a,
.hf-topbar__callback {
    color: var(--hf-white);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.hf-topbar__callback {
    padding: 5px 13px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 999px;
}

.hf-topbar__callback:hover,
.hf-topbar__callback:focus-visible {
    background: rgba(255, 255, 255, .15);
}

.hf-header-main__inner {
    min-height: 92px;
    display: grid;
    grid-template-columns: 185px 140px minmax(250px, 1fr) auto;
    align-items: center;
    gap: 24px;
}

.hf-logo {
    display: block;
    text-decoration: none;
}

.hf-logo img {
    display: block;
    width: 178px;
    height: auto;
}

.hf-catalog-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 22px;
    color: var(--hf-white) !important;
    background: var(--hf-orange);
    border-radius: 13px;
    box-shadow: 0 9px 22px rgba(255, 112, 67, .24);
    font-weight: 700;
    text-decoration: none;
    transition: transform .15s ease, background .15s ease;
}

.hf-catalog-button:hover,
.hf-catalog-button:focus-visible {
    background: #f45f32;
    transform: translateY(-1px);
}

.hf-catalog-button svg {
    width: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

.hf-search {
    min-width: 0;
    display: flex;
    align-items: stretch;
    border: 1px solid #d9d5e0;
    border-radius: 13px;
    background: var(--hf-white);
    overflow: hidden;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.hf-search:focus-within {
    border-color: var(--hf-purple);
    box-shadow: 0 0 0 3px rgba(104, 68, 154, .11);
}

.hf-search input {
    min-width: 0;
    flex: 1;
    height: 48px;
    padding: 0 16px;
    color: var(--hf-text);
    background: transparent;
    border: 0;
    outline: 0;
}

.hf-search input::placeholder {
    color: #8b8794;
}

.hf-search button {
    width: 52px;
    flex: 0 0 52px;
    color: var(--hf-white);
    background: linear-gradient(135deg, var(--hf-purple), var(--hf-teal));
    border: 0;
    cursor: pointer;
}

.hf-search button:hover,
.hf-search button:focus-visible {
    filter: brightness(.95);
}

.hf-search svg,
.hf-action svg,
.hf-icon-button svg,
.hf-mobile-bottom svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hf-search svg {
    width: 22px;
}

.hf-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hf-action {
    min-width: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: var(--hf-purple) !important;
    text-align: center;
    text-decoration: none;
}

.hf-action svg {
    width: 26px;
    height: 26px;
}

.hf-action span {
    max-width: 84px;
    overflow: hidden;
    color: var(--hf-muted);
    font-size: 11px;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hf-auth-message--minimum {
    color: #664323;
    background: #fff8e9;
    border: 1px solid #ecd39b;
}

.hf-action:hover span,
.hf-action:focus-visible span {
    color: var(--hf-purple);
}

.hf-account-menu {
    position: relative;
}

.hf-account-menu > summary {
    list-style: none;
    cursor: pointer;
}

.hf-account-menu > summary::-webkit-details-marker {
    display: none;
}

.hf-account-menu[open] > summary span {
    color: var(--hf-purple);
}

.hf-account-menu__popover {
    position: absolute;
    top: calc(100% + 13px);
    right: -20px;
    z-index: 1300;
    width: 210px;
    padding: 12px;
    color: var(--hf-text);
    background: var(--hf-white);
    border: 1px solid var(--hf-line);
    border-radius: 15px;
    box-shadow: 0 18px 48px rgba(37, 23, 55, .22);
}

.hf-account-menu__popover::before {
    position: absolute;
    right: 39px;
    bottom: 100%;
    width: 12px;
    height: 12px;
    background: var(--hf-white);
    border-top: 1px solid var(--hf-line);
    border-left: 1px solid var(--hf-line);
    content: "";
    transform: translateY(6px) rotate(45deg);
}

.hf-account-menu__popover strong {
    display: block;
    overflow: hidden;
    padding: 4px 7px 10px;
    color: var(--hf-purple-dark);
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hf-account-menu__popover a {
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: 8px 10px;
    color: var(--hf-text) !important;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.hf-account-menu__popover a:hover,
.hf-account-menu__popover a:focus-visible {
    color: var(--hf-purple) !important;
    background: var(--hf-bg);
    outline: 0;
}

.hf-account-menu__popover a.hf-account-menu__logout {
    color: #b33b37 !important;
}

.hf-icon-button,
.hf-search-toggle {
    display: none;
}

.hf-mobile-search,
.hf-mobile-menu,
.hf-backdrop,
.hf-mobile-bottom {
    display: none;
}

.hf-main {
    min-height: 45vh;
}

.hf-stage-hero {
    padding: 34px 0 18px;
}

.hf-stage-hero__inner {
    position: relative;
    min-height: 350px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 54px clamp(30px, 6vw, 86px);
    color: var(--hf-white);
    background:
        radial-gradient(circle at 82% 38%, rgba(255, 255, 255, .20) 0 80px, transparent 81px),
        radial-gradient(circle at 91% 82%, rgba(255, 255, 255, .14) 0 120px, transparent 121px),
        linear-gradient(115deg, #51327f 0%, #704aa2 48%, #3ab4b2 100%);
    border-radius: 24px;
    box-shadow: var(--hf-shadow);
}

.hf-stage-hero__content {
    position: relative;
    z-index: 2;
    max-width: 680px;
}

.hf-stage-kicker {
    display: inline-flex;
    padding: 7px 12px;
    margin-bottom: 17px;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.hf-stage-hero h1 {
    max-width: 640px;
    margin: 0 0 18px;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.02;
}

.hf-stage-hero p {
    max-width: 580px;
    margin: 0 0 28px;
    font-size: clamp(16px, 2vw, 21px);
    opacity: .92;
}

.hf-stage-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hf-stage-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    color: var(--hf-white) !important;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 13px;
    font-weight: 700;
    text-decoration: none;
}

.hf-stage-button--accent {
    color: var(--hf-purple-dark) !important;
    background: var(--hf-white);
    border-color: var(--hf-white);
}

.hf-stage-button:hover,
.hf-stage-button:focus-visible {
    transform: translateY(-1px);
}

.hf-stage-section {
    padding: 48px 0;
}

.hf-stage-section--soft {
    background: var(--hf-bg);
}

.hf-stage-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.hf-stage-heading h2 {
    margin: 0;
    font-size: clamp(26px, 3vw, 38px);
}

.hf-stage-heading p {
    max-width: 560px;
    margin: 0;
    color: var(--hf-muted);
}

.hf-stage-categories {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.hf-stage-category {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    color: var(--hf-text) !important;
    background: var(--hf-white);
    border: 1px solid var(--hf-line);
    border-radius: var(--hf-radius);
    box-shadow: 0 8px 25px rgba(72, 48, 105, .06);
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease;
}

.hf-stage-category:hover,
.hf-stage-category:focus-visible {
    transform: translateY(-3px);
    box-shadow: var(--hf-shadow);
}

.hf-stage-category__icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: var(--hf-white);
    background: linear-gradient(135deg, var(--hf-purple), var(--hf-teal));
    border-radius: 15px;
    font-size: 21px;
    font-weight: 700;
}

.hf-stage-category strong {
    font-size: 15px;
    line-height: 1.25;
}

.hf-stage-product-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.hf-stage-product {
    min-height: 285px;
    padding: 16px;
    background: var(--hf-white);
    border: 1px solid var(--hf-line);
    border-radius: var(--hf-radius);
}

.hf-stage-product__image {
    height: 165px;
    margin-bottom: 16px;
    background:
        linear-gradient(110deg, rgba(104, 68, 154, .08) 8%, rgba(66, 185, 182, .14) 18%, rgba(104, 68, 154, .08) 33%);
    background-size: 200% 100%;
    border-radius: 13px;
    animation: hf-stage-shimmer 1.8s linear infinite;
}

.hf-stage-product__line {
    height: 12px;
    margin-top: 10px;
    background: #ece9f1;
    border-radius: 999px;
}

.hf-stage-product__line--short {
    width: 58%;
}

@keyframes hf-stage-shimmer {
    to {
        background-position-x: -200%;
    }
}

.hf-stage-note {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 20px;
}

.hf-stage-note__card {
    padding: 28px;
    background: var(--hf-white);
    border: 1px solid var(--hf-line);
    border-radius: var(--hf-radius);
}

.hf-stage-note__card--gradient {
    color: var(--hf-white);
    background: linear-gradient(135deg, var(--hf-purple), var(--hf-teal));
    border-color: transparent;
}

.hf-stage-note h2,
.hf-stage-note h3 {
    margin-top: 0;
}

.hf-stage-note p {
    margin-bottom: 0;
}

.hf-footer {
    color: #ece8f4;
    background: #2f233e;
}

.hf-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
    gap: 50px;
    padding-block: 54px;
}

.hf-footer__logo {
    display: inline-block;
    padding: 8px 12px;
    background: var(--hf-white);
    border-radius: 12px;
}

.hf-footer__logo img {
    display: block;
    width: 185px;
}

.hf-footer__brand p {
    max-width: 330px;
    color: #bbb3c7;
}

.hf-footer h2 {
    margin: 7px 0 16px;
    color: var(--hf-white);
    font-size: 16px;
}

.hf-footer__column,
.hf-footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
}

.hf-footer__column a,
.hf-footer__contacts a {
    color: #d3ccdc;
    text-decoration: none;
}

.hf-footer__column a:hover,
.hf-footer__column a:focus-visible,
.hf-footer__contacts a:hover,
.hf-footer__contacts a:focus-visible {
    color: var(--hf-white);
    text-decoration: underline;
}

.hf-footer__phone a {
    color: var(--hf-white);
    font-size: 18px;
    font-weight: 700;
}

.hf-footer__contacts span {
    color: #aaa0b9;
}

.hf-footer__bottom {
    padding: 17px 0;
    color: #aaa0b9;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: 13px;
}

.hf-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px 32px;
}

.hf-footer__support {
    text-align: right;
}

.hf-footer__support a {
    color: #d3ccdc;
}

.hf-footer__support a:hover,
.hf-footer__support a:focus-visible {
    color: var(--hf-white);
}

@media (max-width: 1180px) {
    .hf-header-main__inner {
        grid-template-columns: 155px 126px minmax(220px, 1fr) auto;
        gap: 14px;
    }

    .hf-logo img {
        width: 150px;
    }

    .hf-actions {
        gap: 12px;
    }

    .hf-action:nth-child(2) {
        display: none;
    }

    .hf-stage-categories {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .hf-topbar__caption {
        display: none;
    }

    .hf-header-main__inner {
        grid-template-columns: 145px 120px minmax(180px, 1fr) auto;
    }

    .hf-action span {
        display: none;
    }

    .hf-stage-product-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hf-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 901px) and (max-width: 1050px) {
    .hf-topbar__caption {
        display: none;
    }
}

@media (max-width: 767px) {
    body.hf-page a.hf-mobile-guest-notice,
    body.hf-page a.hf-mobile-guest-notice:visited {
        display: block;
        padding: 9px 12px;
        color: var(--hf-white);
        background: var(--hf-purple-dark);
        font-size: 13px;
        font-weight: 700;
        line-height: 1.3;
        text-align: center;
        text-decoration: none;
    }

    .hf-mobile-guest-notice span {
        text-decoration: underline;
        text-underline-offset: 2px;
    }

    body.hf-page a.hf-mobile-guest-notice:hover,
    body.hf-page a.hf-mobile-guest-notice:focus-visible {
        color: var(--hf-white);
        background: var(--hf-purple);
    }

    body.hf-page {
        padding-bottom: 64px;
        font-size: 15px;
    }

    .hf-container {
        width: min(100% - 24px, 100%);
    }

    .hf-topbar__inner {
        min-height: 37px;
        justify-content: center;
    }

    .hf-topbar__menu {
        display: none;
    }

    .hf-topbar__contacts {
        width: 100%;
        justify-content: space-between;
        gap: 10px;
    }

    .hf-topbar__legacy-switch {
        display: none;
    }

    .hf-topbar__phone a,
    .hf-topbar__callback {
        font-size: 12px;
    }

    .hf-topbar__callback {
        padding: 4px 9px;
    }

    .hf-header-main__inner {
        min-height: 65px;
        grid-template-columns: 44px 1fr 44px;
        gap: 10px;
    }

    .hf-icon-button {
        width: 44px;
        height: 44px;
        display: grid;
        place-items: center;
        padding: 0;
        color: var(--hf-purple);
        background: transparent;
        border: 0;
        border-radius: 12px;
        cursor: pointer;
    }

    .hf-icon-button:hover,
    .hf-icon-button:focus-visible {
        background: var(--hf-bg);
    }

    .hf-icon-button svg {
        width: 27px;
    }

    .hf-logo {
        justify-self: center;
    }

    .hf-logo img {
        width: 155px;
        max-height: 52px;
        object-fit: contain;
    }

    .hf-catalog-button,
    .hf-header-main__inner > .hf-search,
    .hf-actions {
        display: none;
    }

    .hf-search-toggle {
        display: grid;
        justify-self: end;
        color: var(--hf-teal-dark);
    }

    .hf-mobile-search {
        position: absolute;
        inset: 100% 0 auto;
        z-index: 15;
        display: block;
        padding: 12px 0;
        background: var(--hf-white);
        box-shadow: 0 14px 24px rgba(47, 35, 62, .13);
    }

    .hf-mobile-search[hidden] {
        display: none;
    }

    .hf-search--mobile input {
        height: 46px;
    }

    .hf-mobile-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1002;
        width: min(88vw, 360px);
        display: block;
        overflow-y: auto;
        padding: 22px;
        color: var(--hf-text);
        background: var(--hf-white);
        box-shadow: 20px 0 60px rgba(26, 17, 39, .2);
    }

    .hf-mobile-menu[hidden] {
        display: none;
    }

    .hf-mobile-menu__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 18px;
        border-bottom: 1px solid var(--hf-line);
        font-size: 20px;
    }

    .hf-mobile-menu__head button {
        width: 40px;
        height: 40px;
        padding: 0;
        color: var(--hf-muted);
        background: var(--hf-bg);
        border: 0;
        border-radius: 12px;
        font-size: 28px;
        line-height: 1;
        cursor: pointer;
    }

    .hf-mobile-menu__catalog {
        display: block;
        padding: 14px 16px;
        margin: 18px 0;
        color: var(--hf-white) !important;
        background: var(--hf-orange);
        border-radius: 12px;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
    }

    .hf-mobile-menu .hf-nav-list {
        display: block;
    }

    .hf-mobile-menu .hf-nav-list__item {
        border-bottom: 1px solid var(--hf-line);
    }

    .hf-mobile-menu .hf-nav-list a {
        display: block;
        padding: 14px 2px;
        color: var(--hf-text);
        font-size: 15px;
    }

    .hf-mobile-menu__contacts {
        display: flex;
        flex-direction: column;
        gap: 7px;
        padding: 20px 0;
        color: var(--hf-muted);
    }

    .hf-mobile-menu__contacts a {
        color: var(--hf-purple);
        font-size: 18px;
        font-weight: 700;
        text-decoration: none;
    }

    .hf-backdrop {
        position: fixed;
        inset: 0;
        z-index: 1001;
        display: block;
        padding: 0;
        background: rgba(25, 17, 36, .48);
        border: 0;
    }

    .hf-backdrop[hidden] {
        display: none;
    }

    .hf-stage-hero {
        padding-top: 14px;
    }

    .hf-stage-hero__inner {
        min-height: 330px;
        align-items: flex-end;
        padding: 32px 24px;
        border-radius: 18px;
    }

    .hf-stage-hero h1 {
        font-size: clamp(32px, 11vw, 46px);
    }

    .hf-stage-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hf-stage-heading {
        display: block;
    }

    .hf-stage-heading p {
        margin-top: 10px;
    }

    .hf-stage-section {
        padding: 35px 0;
    }

    .hf-stage-categories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .hf-stage-category {
        min-height: 140px;
        padding: 16px;
    }

    .hf-stage-product-row {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        padding-bottom: 8px;
        scroll-snap-type: x mandatory;
    }

    .hf-stage-product {
        min-width: 76vw;
        scroll-snap-align: start;
    }

    .hf-stage-note {
        grid-template-columns: 1fr;
    }

    .hf-footer__grid {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-block: 40px;
    }

    .hf-footer__bottom-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .hf-footer__support {
        text-align: left;
    }

    .hf-mobile-bottom {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 950;
        min-height: 64px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        color: var(--hf-white);
        background: linear-gradient(100deg, var(--hf-purple-dark), var(--hf-teal));
        box-shadow: 0 -8px 28px rgba(40, 28, 56, .18);
    }

    body.hf-page .hf-mobile-bottom a,
    .hf-mobile-bottom button {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 7px 3px;
        color: var(--hf-white);
        background: transparent;
        border: 0;
        text-decoration: none;
        cursor: pointer;
    }

    .hf-mobile-bottom a:hover,
    .hf-mobile-bottom a:focus-visible,
    .hf-mobile-bottom button:hover,
    .hf-mobile-bottom button:focus-visible {
        background: rgba(255, 255, 255, .12);
    }

    .hf-mobile-bottom svg {
        width: 24px;
        height: 24px;
    }

    .hf-mobile-bottom span {
        font-size: 10px;
        font-weight: 700;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* Этап 4.5: контакты, живой поиск и многоуровневый каталог. */

.hf-header-main__inner > .hf-live-search {
    min-width: 0;
}

.hf-catalog-button {
    border: 0;
    font: inherit;
    cursor: pointer;
}

.hf-topbar__callback {
    color: var(--hf-white);
    background: transparent;
    cursor: pointer;
}

.hf-contact-menu {
    position: relative;
}

.hf-contact-menu__trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 0;
    color: var(--hf-white);
    background: transparent;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    cursor: pointer;
}

.hf-contact-menu__trigger svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hf-contact-menu__arrow {
    display: inline-block;
    width: 12px !important;
    height: 12px !important;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8 !important;
    transition: transform .18s ease;
}

.hf-contact-menu.is-open .hf-contact-menu__arrow {
    transform: rotate(180deg);
}

.hf-contact-popover {
    position: absolute;
    top: calc(100% + 11px);
    right: -75px;
    z-index: 1300;
    width: 330px;
    padding: 18px;
    color: var(--hf-text);
    background: var(--hf-white);
    border: 1px solid var(--hf-line);
    border-radius: 17px;
    box-shadow: 0 20px 52px rgba(37, 23, 55, .24);
}

.hf-contact-popover[hidden] {
    display: none;
}

.hf-contact-popover::before {
    position: absolute;
    right: 104px;
    bottom: 100%;
    width: 14px;
    height: 14px;
    background: var(--hf-white);
    border-top: 1px solid var(--hf-line);
    border-left: 1px solid var(--hf-line);
    content: "";
    transform: translateY(7px) rotate(45deg);
}

.hf-contact-popover > strong {
    position: relative;
    display: block;
    margin-bottom: 13px;
    font-size: 14px;
    text-align: center;
}

.hf-contact-popover__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.hf-contact-chip {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 9px;
    color: var(--hf-text) !important;
    background: var(--hf-white);
    border: 1px solid var(--hf-line);
    border-radius: 11px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease, color .15s ease;
}

.hf-contact-chip:hover,
.hf-contact-chip:focus-visible {
    color: var(--hf-white) !important;
    box-shadow: 0 7px 18px rgba(39, 25, 58, .16);
    outline: 0;
    transform: translateY(-1px);
}

.hf-contact-chip--whatsapp:hover,
.hf-contact-chip--whatsapp:focus-visible {
    background: #25a95b;
    border-color: #25a95b;
}

.hf-contact-chip--telegram:hover,
.hf-contact-chip--telegram:focus-visible {
    background: #248cc5;
    border-color: #248cc5;
}

.hf-contact-chip--max:hover,
.hf-contact-chip--max:focus-visible {
    background: #6b54dc;
    border-color: #6b54dc;
}

.hf-contact-chip--email:hover,
.hf-contact-chip--email:focus-visible {
    background: #d89c21;
    border-color: #d89c21;
}

.hf-contact-chip__mark {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    display: grid;
    place-items: center;
    color: var(--hf-white);
    background: linear-gradient(135deg, var(--hf-purple), var(--hf-teal));
    border-radius: 8px;
    font-size: 9px;
    font-weight: 900;
}

.hf-contact-popover a.hf-contact-popover__callback {
    width: 100%;
    min-height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    color: var(--hf-white) !important;
    background: linear-gradient(135deg, var(--hf-purple), var(--hf-teal));
    border: 0;
    border-radius: 11px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.hf-contact-popover a.hf-contact-popover__callback:visited,
.hf-contact-popover a.hf-contact-popover__callback:hover,
.hf-contact-popover a.hf-contact-popover__callback:focus-visible,
.hf-contact-popover a.hf-contact-popover__callback:active {
    color: var(--hf-white) !important;
}

.hf-contact-popover a.hf-contact-popover__callback:hover,
.hf-contact-popover a.hf-contact-popover__callback:focus-visible {
    filter: brightness(.95);
}

.hf-catalog-panel {
    position: fixed;
    top: 126px;
    left: 50%;
    z-index: 1003;
    width: min(1120px, calc(100vw - 40px));
    max-height: calc(100vh - 146px);
    overflow: hidden;
    color: var(--hf-text);
    background: var(--hf-white);
    border: 1px solid var(--hf-line);
    border-radius: 22px;
    box-shadow: 0 28px 80px rgba(26, 17, 39, .3);
    transform: translateX(-50%);
}

.hf-catalog-panel[hidden] {
    display: none;
}

.hf-catalog-panel__head {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 20px 15px 24px;
    color: var(--hf-white);
    background: linear-gradient(110deg, var(--hf-purple-dark), var(--hf-purple) 55%, var(--hf-teal));
}

.hf-catalog-panel__head > div {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.hf-catalog-panel__head span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    opacity: .76;
    text-transform: uppercase;
}

.hf-catalog-panel__head strong {
    overflow: hidden;
    font-size: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hf-catalog-panel__head button {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    padding: 0;
    color: var(--hf-white);
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 12px;
    font-size: 29px;
    line-height: 1;
    cursor: pointer;
}

.hf-catalog-panel__head button:hover,
.hf-catalog-panel__head button:focus-visible {
    background: rgba(255, 255, 255, .24);
}

.hf-catalog-panel__body {
    display: block;
    max-height: calc(100vh - 220px);
    overflow-y: auto;
    padding: 20px 24px 24px;
}

.hf-catalog-panel__all {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    margin-bottom: 18px;
    color: var(--hf-white) !important;
    background: var(--hf-orange);
    border-radius: 12px;
    font-weight: 800;
    text-decoration: none;
}

.hf-catalog-panel__all:hover,
.hf-catalog-panel__all:focus-visible {
    background: #f45f32;
}

.hf-catalog-panel__body > .hf-catalog-tree {
    width: 100%;
}

.hf-catalog-panel__service,
.hf-catalog-panel__contacts {
    min-width: 0;
    padding: 17px;
    background: var(--hf-bg);
    border: 1px solid var(--hf-line);
    border-radius: 14px;
}

.hf-catalog-panel__service {
    grid-column: 2;
    grid-row: 2;
}

.hf-catalog-panel__contacts {
    grid-column: 2;
    grid-row: 3;
}

.hf-catalog-panel__service > strong,
.hf-catalog-panel__contacts > strong {
    display: block;
    margin-bottom: 10px;
    color: var(--hf-purple-dark);
    font-size: 14px;
}

.hf-catalog-panel__service .hf-nav-list {
    display: block;
}

.hf-catalog-panel__service .hf-nav-list__item {
    border-bottom: 1px solid var(--hf-line);
}

.hf-catalog-panel__service .hf-nav-list__item:last-child {
    border-bottom: 0;
}

.hf-catalog-panel__service .hf-nav-list a {
    display: block;
    padding: 9px 0;
    color: var(--hf-text);
    font-size: 13px;
}

.hf-catalog-panel__phone {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--hf-purple) !important;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
}

.hf-catalog-panel__socials {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
}

.hf-catalog-panel__socials a {
    padding: 8px 6px;
    color: var(--hf-text) !important;
    background: var(--hf-white);
    border: 1px solid var(--hf-line);
    border-radius: 9px;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.hf-catalog-panel__contacts > button {
    width: 100%;
    min-height: 41px;
    margin-top: 9px;
    color: var(--hf-white);
    background: linear-gradient(135deg, var(--hf-purple), var(--hf-teal));
    border: 0;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.hf-service-panel {
    display: none;
}

.hf-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1001;
    display: block;
    padding: 0;
    background: rgba(25, 17, 36, .5);
    border: 0;
    backdrop-filter: blur(2px);
}

.hf-backdrop[hidden] {
    display: none;
}

.hf-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.hf-footer__socials a {
    padding: 5px 8px;
    color: #d3ccdc !important;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 8px;
    font-size: 11px;
    text-decoration: none !important;
}

.hf-footer__socials a:hover,
.hf-footer__socials a:focus-visible {
    color: var(--hf-white) !important;
    border-color: rgba(255, 255, 255, .42);
}

@media (max-width: 900px) {
    .hf-contact-popover {
        right: -30px;
    }
}

@media (max-width: 767px) {
    .hf-header-main__inner > .hf-live-search {
        display: none;
    }

    .hf-contact-menu__trigger {
        gap: 5px;
        font-size: 13px;
        font-weight: 400;
    }

    .hf-contact-menu__trigger svg {
        width: 17px;
        height: 17px;
    }

    .hf-contact-menu__arrow {
        width: 11px !important;
        height: 11px !important;
    }

    .hf-contact-popover {
        position: fixed;
        top: 45px;
        right: 12px;
        left: 12px;
        width: auto;
    }

    .hf-contact-popover::before {
        display: none;
    }

    .hf-catalog-panel {
        top: 0;
        bottom: 0;
        left: 0;
        width: min(92vw, 410px);
        max-height: none;
        border: 0;
        border-radius: 0 20px 20px 0;
        transform: none;
    }

    .hf-catalog-panel__head {
        position: sticky;
        top: 0;
        z-index: 4;
        min-height: 68px;
        padding: 11px 14px 11px 18px;
    }

    .hf-catalog-panel__head strong {
        font-size: 19px;
    }

    .hf-catalog-panel__body {
        display: block;
        max-height: calc(100vh - 68px);
        padding: 14px 15px 28px;
    }

    .hf-catalog-panel__all {
        margin-bottom: 14px;
    }

    .hf-catalog-panel__body > .hf-catalog-tree {
        margin-bottom: 0;
    }

    .hf-catalog-panel__service,
    .hf-catalog-panel__contacts {
        margin-top: 13px;
    }

    .hf-catalog-panel__service .hf-nav-list a {
        padding: 11px 0;
        font-size: 14px;
    }

    .hf-service-panel {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1003;
        width: min(88vw, 370px);
        display: block;
        overflow-y: auto;
        color: var(--hf-text);
        background: var(--hf-white);
        box-shadow: 20px 0 60px rgba(26, 17, 39, .24);
    }

    .hf-service-panel[hidden] {
        display: none;
    }

    .hf-service-panel__head {
        position: sticky;
        top: 0;
        z-index: 2;
        min-height: 68px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 11px 14px 11px 18px;
        color: var(--hf-white);
        background: linear-gradient(110deg, var(--hf-purple-dark), var(--hf-purple) 55%, var(--hf-teal));
    }

    .hf-service-panel__head > div {
        min-width: 0;
        display: flex;
        flex-direction: column;
    }

    .hf-service-panel__head span {
        font-size: 10px;
        font-weight: 700;
        letter-spacing: .05em;
        opacity: .76;
        text-transform: uppercase;
    }

    .hf-service-panel__head strong {
        font-size: 19px;
    }

    .hf-service-panel__head button {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        padding: 0;
        color: var(--hf-white);
        background: rgba(255, 255, 255, .14);
        border: 1px solid rgba(255, 255, 255, .28);
        border-radius: 12px;
        font-size: 29px;
        line-height: 1;
        cursor: pointer;
    }

    .hf-service-panel__head button:hover,
    .hf-service-panel__head button:focus-visible {
        background: rgba(255, 255, 255, .24);
    }

    .hf-service-panel__body {
        padding: 13px 18px 28px;
    }

    .hf-service-panel .hf-nav-list {
        display: block;
    }

    .hf-service-panel .hf-nav-list__item {
        border-bottom: 1px solid var(--hf-line);
    }

    .hf-service-panel .hf-nav-list a {
        display: block;
        padding: 15px 2px;
        color: var(--hf-text);
        font-size: 15px;
        text-decoration: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hf-contact-menu__arrow,
    .hf-contact-chip,
    .hf-catalog-tree__list,
    .hf-callback__dialog {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
    }
}

/* End */
/* /local/assets/holidayformula_favorites.css?17858380503551 */
/* /local/components/holidayformula/live.search/templates/.default/style.css?17860088334041 */
/* /local/components/holidayformula/catalog.menu/templates/.default/style.css?17858544093271 */
/* /local/components/holidayformula/callback/templates/.default/style.css?17849913374634 */
/* /local/templates/holidayformula_new/styles.css?1784991392186 */
/* /local/templates/holidayformula_new/template_styles.css?179007124436677 */
