.line-block--gap>.line-block__item[data-ajax-load-block="HEADER_TOGGLE_THEME_SELECTOR"] {
    display: none;
}
@media (min-width: 1200px){
      .line-block--gap-32 {
    --gap: 15px !important;
}
}

body.jqm-initied #panel, body.jqm-initied .basket_bottom_block>div, body.jqm-initied .basket_fly_forms>div, body.jqm-initied .basket_wrapp .opener, body.jqm-initied .scroll-to-top, body.jqm-initied .style-switcher, body.jqm-initied .ui-panel-top-devices-inner, body.jqm-initied .page-top, body.jqm-initied .body>div>div, body.jqm-initied .body>div>header>div>div, body.jqm-initied footer, body.jqm-initied .fixed_wrapper, body.jqm-initied.wf .wrapper1>div {
    filter: blur(0px) !important;
}
.news-block-calendar__wrapper:not(:hover) .news-block-calendar__item-text, .news-block-calendar__wrapper:not(:hover) .news-block-calendar__item-img {
    display: block;
}
.news-block-calendar__item-img::before{
    content: '';
    position: absolute;width: 100%;height: 100%;top: 0;left: 0;
    background-color: #000;
    opacity: 0.6;
    transition: all 0.2s ease 0s;
    display: block !important;
}
.news-block-calendar__item-title {
    position: relative;
    z-index: 2;
}
.ml.ml--auto.secondary-text {
    color: #fff;
}
.news-block-calendar__item {
    border-radius: 20px;
    overflow: hidden;
}
.news-block-calendar__wrapper:hover .news-block-calendar__item-title a, .color-white-hover-parent:hover .color-white-hover-target{
        color: var(--fill_dark_light_white_hover) !important;
}
.news-block-calendar__item{
    transition: all 0.2s ease 0s;
}
.news-block-calendar__item:hover{
    transform: translate(0,-2px);
}
.news-block-calendar__item:hover .news-block-calendar__item-img::before{
    opacity: 0.3;
}
.nv-cookie {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(120px);
    opacity: 0;
    z-index: 99999;
    width: calc(100% - 48px);
    max-width: 900px;
      background:#fff;
    border: 1px solid rgba(107,180,118,0.25);
    border-radius: 12px;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    gap: 24px;
    transition: transform 0.5s cubic-bezier(0.22,1,0.36,1), opacity 0.4s ease;
    box-sizing: border-box;
    font-family: 'Manrope', sans-serif;
}
.nv-cookie.nv-cookie--visible {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}
.nv-cookie--hidden { display: none !important; }

.nv-cookie__icon {
    width: 44px; height: 44px; border-radius: 12px;
    background: rgba(107,180,118,0.12);
    border: 1px solid rgba(107,180,118,0.2);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.nv-cookie__icon svg { width: 20px; height: 20px; fill: #6bb476; }
.nv-cookie__text { flex: 1; }
.nv-cookie__text p {
    font-size: 13px; font-weight: 500;
        color: rgb(0 0 0 / 65%); line-height: 1.65;
}
.nv-cookie__text a {
    color: #6bb476; text-decoration: none;
    border-bottom: 1px solid rgba(107,180,118,0.35);
    transition: color 0.2s;
}
.nv-cookie__text a:hover { color: #4d9659; }
.nv-cookie__actions { display: flex; gap: 10px; flex-shrink: 0; align-items: center; }
.nv-cookie__close {
    position: absolute;    top: 5px;
    right: 5px;
    background: none; border: none; cursor: pointer;
    color: rgba(255,255,255,0.25); font-size: 18px;
    line-height: 1; padding: 4px; transition: color 0.2s;
}
.nv-cookie__close:hover { color: rgba(255,255,255,0.6); }
.nv-btn {
    display: inline-flex; align-items: center;
    padding: 11px 22px; border-radius: 10px;
    font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 700;
    cursor: pointer; border: none; transition: all 0.22s ease;
    white-space: nowrap; text-decoration: none; line-height: 1;
}
.nv-btn-accept { background: #6bb476; color: #fff; }
.nv-btn-accept:hover { background: #4d9659; transform: translateY(-1px); box-shadow: 0 8px 20px rgba(107,180,118,0.3); }
.nv-btn-decline { background: transparent; color: rgba(255,255,255,0.45); border: 1px solid rgba(255,255,255,0.12); }
.nv-btn-decline:hover { border-color: rgba(255,255,255,0.25); color: rgba(255,255,255,0.7); }

@media (max-width: 640px) {
    .nv-cookie { flex-direction: column; align-items: flex-start; gap: 16px; padding: 20px; bottom: 16px; }
    .nv-cookie__actions { width: 100%; flex-direction: column; }
    .nv-btn { width: 100%; justify-content: center; }
}

.nv-cookie__text p{
    margin-bottom: 0px;
}

.form.marketing-popup.popup-text-info.\.default.scrollbar {
    display: none;
}




/* ═══════════════════════════════════════
   ПОДВАЛ НОВОТЕЛС — footer.css
═══════════════════════════════════════ */

.nv-footer {
    font-family: 'Manrope', sans-serif;
    background: #0d1f1a;
    color: rgba(255,255,255,0.6);
}

.nv-footer__container {
    max-width: 1564px;
    margin: 0 auto;
    padding: 0 32px;
    width: 100%;
}

/* ═══ em — зелёный акцент в тексте ═══ */
.nv-footer em {
    font-style: normal;
    color: #6bb476;
    font-weight: 700;
}

/* ═══════════════════════════════════════
   КОНВЕРСИОННАЯ ПОЛОСА
═══════════════════════════════════════ */
.nv-footer__cta-strip {
    background: #111614;
    border-bottom: 1px solid rgba(107,180,118,0.15);
    padding: 48px 0;
}

.nv-footer__cta-inner {
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: space-between;
}

.nv-footer__cta-text { flex: 1; }

.nv-footer__cta-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    color: #6bb476;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.nv-footer__cta-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6bb476;
    animation: nv-blink 2s ease-in-out infinite;
    flex-shrink: 0;
}

@keyframes nv-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }

.nv-footer__cta-title {
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.3;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
}

.nv-footer__cta-desc {
    font-size: 14px;
    color: rgba(255,255,255,0.4);
    line-height: 1.7;
    max-width: 480px;
    margin: 0;
}

.nv-footer__cta-action {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.nv-footer__cta-btn {
    display: inline-flex !important;
    align-items: center;
    padding: 16px 32px !important;
    border-radius: 12px !important;
    background: #6bb476 !important;
    color: #fff !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none;
    transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
    white-space: nowrap;
    border: none !important;
    cursor: pointer;
}
.nv-footer__cta-btn:hover {
    background: #4d9659 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(107,180,118,0.3);
    color: #fff !important;
}

.nv-footer__cta-note {
    font-size: 12px;
    color: rgba(255,255,255,0.25);
    margin: 0;
    padding-left: 4px;
}

/* ═══════════════════════════════════════
   ОСНОВНОЙ БЛОК
═══════════════════════════════════════ */
.nv-footer__main {
    padding: 64px 0 56px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.nv-footer__grid {
    display: grid;
    grid-template-columns: 280px 1fr 1fr 280px;
    gap: 48px;
}

/* ═══ Колонки ═══ */
.nv-footer__col-title {
    font-size: 11px;
    font-weight: 800;
    color: rgba(255,255,255,0.3);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* ═══ Бренд ═══ */
.nv-footer__brand {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-size: 22px;
    font-weight: 900;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    font-family: 'Manrope', sans-serif;
    transition: color 0.2s;
}
.nv-footer__brand:hover { color: #6bb476; }

.nv-footer__brand-bracket {
    color: #6bb476;
    font-weight: 900;
}

.nv-footer__brand-sub {
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    line-height: 1.6;
    margin: 0 0 12px;
}

.nv-footer__brand-note {
    font-size: 12px;
    color: rgba(255,255,255,0.2);
    line-height: 1.6;
    font-style: italic;
    margin: 0 0 28px;
    padding-left: 12px;
    border-left: 2px solid rgba(107,180,118,0.2);
}

/* Мессенджеры */
.nv-footer__messenger-label {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255,255,255,0.25);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.nv-footer__messenger-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: color 0.2s;
    margin-bottom: 4px;
}
.nv-footer__messenger-link:hover { color: #6bb476; }
.nv-footer__messenger-link svg { width: 16px; height: 16px; flex-shrink: 0; }

.nv-footer__messenger-phone {
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,0.35);
    margin-left: 24px;
}

/* ═══ Навигация ═══ */
.nv-footer__nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nv-footer__nav-link {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.4;
}
.nv-footer__nav-link:hover { color: #ffffff; }

.nv-footer__nav-link--accent {
    color: rgba(107,180,118,0.6);
    font-weight: 600;
}
.nv-footer__nav-link--accent:hover { color: #6bb476; }

.nv-footer__nav-tag {
    font-size: 10px;
    font-weight: 800;
    color: #6bb476;
    background: rgba(107,180,118,0.1);
    border: 1px solid rgba(107,180,118,0.2);
    border-radius: 5px;
    padding: 2px 6px;
    letter-spacing: 0.06em;
    flex-shrink: 0;
}

/* ═══ Контакты ═══ */
.nv-footer__phone-main {
    display: block;
    font-size: 26px;
    font-weight: 900;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: -0.02em;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 4px;
    transition: color 0.2s;
}
.nv-footer__phone-main:hover { color: #6bb476; }

.nv-footer__phone-note {
    font-size: 12px;
    color: rgba(255,255,255,0.3);
    margin-bottom: 20px;
    display: block;
}

.nv-footer__cities {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 10px;
}

.nv-footer__city-phone {
    font-size: 13px;
    color: rgba(255,255,255,0.4);
    text-decoration: none;
    transition: color 0.2s;
    white-space: nowrap;
}
.nv-footer__city-phone:hover { color: rgba(255,255,255,0.8); }
.nv-footer__city-phone span { color: rgba(255,255,255,0.25); }

.nv-footer__cities-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #6bb476;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 10px;
    transition: opacity 0.2s;
}
.nv-footer__cities-toggle:hover { opacity: 0.7; }
.nv-footer__cities-toggle svg {
    width: 10px;
    height: 6px;
    transition: transform 0.25s;
}
.nv-footer__cities-toggle--open svg { transform: rotate(180deg); }

.nv-footer__cities-all {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    margin-bottom: 0;
}
.nv-footer__cities-all--open {
    max-height: 200px;
    margin-bottom: 10px;
}

.nv-footer__emails {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.nv-footer__email-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255,255,255,0.25);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.nv-footer__email-link {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: color 0.2s;
}
.nv-footer__email-link:hover { color: #6bb476; }

/* ═══════════════════════════════════════
   НИЖНЯЯ СТРОКА
═══════════════════════════════════════ */
.nv-footer__bottom {
    padding: 20px 0;
}

.nv-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.nv-footer__copy {
    font-size: 12px;
    color: rgba(255,255,255,0.2);
}

.nv-footer__policy {
    font-size: 12px;
    color: rgba(255,255,255,0.25);
    text-decoration: none;
    transition: color 0.2s;
    white-space: nowrap;
}
.nv-footer__policy:hover { color: rgba(255,255,255,0.5); }

/* ═══════════════════════════════════════
   АДАПТИВ
═══════════════════════════════════════ */
@media (max-width: 1200px) {
    .nv-footer__grid { grid-template-columns: 240px 1fr 1fr 240px; gap: 32px; }
}

@media (max-width: 991px) {
    .nv-footer__cta-inner { flex-direction: column; align-items: flex-start; gap: 32px; }
    .nv-footer__cta-action { width: 100%; }
    .nv-footer__cta-btn { width: 100%; justify-content: center; }
    .nv-footer__grid { grid-template-columns: 1fr 1fr; gap: 40px 32px; }
    .nv-footer__col--brand { grid-column: 1 / -1; }
    .nv-footer__col--contacts { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
    .nv-footer__container { padding: 0 20px; }
    .nv-footer__cta-strip { padding: 36px 0; }
    .nv-footer__main { padding: 48px 0 40px; }
    .nv-footer__grid { grid-template-columns: 1fr; gap: 32px; }
    .nv-footer__col--brand { grid-column: auto; }
    .nv-footer__col--contacts { grid-column: auto; }
    .nv-footer__bottom-inner { flex-direction: column; align-items: flex-start; gap: 8px; }
    .nv-footer__phone-main { font-size: 22px; }
}


.hide-1200[data-ajax-load-block="HEADER_TOGGLE_ADDRESS"] div#bx_incl_area_1 br {
    display: none;
}