

/* Start:/local/templates/hunny/css/main2026.css?178752342121272*/
/* ============================================================
   VIVALIA — главная страница, шапка и подвал 2026
   Структура по аналогии с hunnymammy.ru, цвета — фирменные VIVALIA
   Акцент: #a21e6a, доп: #e87296, шрифт: Montserrat
   ============================================================ */

:root{
    --vv-accent:#a21e6a;
    --vv-accent-dark:#831757;
    --vv-pink:#e87296;
    --vv-text:#2a2a2a;
    --vv-text-soft:#5a4d54;
    --vv-muted:#a494a0;
    --vv-bg-card:#faf6f8;
    --vv-border:#f0e2ea;
}

/* ===== Шапка: телефон + обратный звонок ===== */
.hm-hdr-phone{display:inline-flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:0;
    margin-right:18px;vertical-align:middle;font-family:'Montserrat',sans-serif;line-height:1.25;}
.hm-hdr-tel{font-size:13px;font-weight:400;color:#2a2a2a;text-decoration:none;white-space:nowrap;line-height:1.25;}
.hm-hdr-tel:hover{color:var(--vv-accent);}
.hm-hdr-cb{font-size:11px;color:var(--vv-accent);text-decoration:none;border-bottom:1px dashed rgba(162,30,106,.5);white-space:nowrap;cursor:pointer;line-height:1.35;}
.hm-hdr-cb:hover{color:var(--vv-accent-dark);}
@media (max-width:1100px){.hm-hdr-phone{display:none;}}

/* ===== Шапка на главной: текст всегда тёмный (hero светлый, легаси-белый нечитаем) ===== */
body.mainpage .hamburger-menu span,
body.mainpage .hamburger-menu a,
body.mainpage .hamburger-menu svg path{color:#000;fill:#000;}
body.mainpage .hamburger-menu .search-toggle::before{border-color:#000;}
body.mainpage .hamburger-menu .search-toggle::after{background:#000;}
body.mainpage .hamburger-menu #IconChangeColor path{color:#fff;fill:#fff;}
body.mainpage .hamburger-menu .hm-hdr-cb{color:var(--vv-accent);}
body.mainpage .hamburger-menu .hm-hdr-cb:hover{color:var(--vv-accent-dark);}

/* ===== Кнопка авторизации/подписки (жила в CSS sender.subscribe, вынесена глобально) ===== */
.btn-subscribe{width:100%;cursor:pointer;text-align:center;background:var(--vv-accent);border:none;color:#fff;
    font-size:12px;position:relative;text-transform:uppercase;border-radius:8px;line-height:30px;height:40px;
    padding:5px 10px;vertical-align:middle;outline:none;transition:background .2s;}
.btn-subscribe:hover{background:var(--vv-pink);}
.btn-subscribe span{display:block;}

/* ===== Карточка товара: перекраска fest-k-бирюзы в фирменную мадженту ===== */
.optprice{background:var(--vv-accent) !important;color:#fff !important;}
.optprice:hover{background:var(--vv-accent-dark) !important;box-shadow:0 10px 24px rgba(162,30,106,.3) !important;}
.know-opt{border-color:var(--vv-accent) !important;color:var(--vv-accent) !important;}
.know-opt:hover{background:var(--vv-accent) !important;color:#fff !important;}
.detail-info-links a:hover{color:var(--vv-accent) !important;}
.detail-info-links svg{color:var(--vv-accent) !important;}

/* ===== Главный баннер (видео) ===== */
.hm-hero{position:relative;width:100vw;margin:0 0 36px calc(50% - 50vw);overflow:hidden;
    background:linear-gradient(180deg,#f6f3f4 0%,#ece6e9 100%);}
.hm-hero__inner{position:relative;height:calc(100svh - var(--hm-header,64px));min-height:540px;max-height:900px;}
.hm-hero__media{position:absolute;top:0;right:0;height:100%;aspect-ratio:3/4;z-index:1;}
.hm-hero__media video{width:100%;height:100%;object-fit:cover;display:block;
    -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 18%);
    mask-image:linear-gradient(90deg,transparent 0,#000 18%);}
.hm-hero__text{position:absolute;left:clamp(24px,8vw,150px);top:50%;transform:translateY(-50%);
    max-width:min(46%,560px);z-index:2;font-family:'Montserrat',sans-serif;color:#2a2a2a;}
.hm-hero__eyebrow{letter-spacing:.3em;text-transform:uppercase;font-size:clamp(11px,.85vw,13px);
    font-weight:600;color:#8a6e7d;margin-bottom:16px;animation:hmHeroIn .8s .1s both;}
.hm-hero__title{font-size:clamp(32px,3.5vw,58px);line-height:1.1;font-weight:700;margin:0 0 16px;
    color:#2a2a2a;animation:hmHeroIn .8s .25s both;}
.hm-hero__sub{font-size:clamp(14px,1.1vw,18px);line-height:1.55;color:var(--vv-text-soft);margin:0 0 28px;
    animation:hmHeroIn .8s .4s both;}
.hm-hero__cta{display:inline-block;background:var(--vv-accent);color:#fff;font-weight:600;
    font-size:clamp(14px,.95vw,16px);padding:16px 42px;border-radius:999px;text-decoration:none;
    box-shadow:0 10px 28px rgba(162,30,106,.28);transition:background .25s,transform .25s,box-shadow .25s;
    animation:hmHeroIn .8s .55s both;}
.hm-hero__cta:hover{background:var(--vv-accent-dark);color:#fff;transform:translateY(-2px);
    box-shadow:0 16px 34px rgba(162,30,106,.38);}
@keyframes hmHeroIn{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){.hm-hero .hm-hero__eyebrow,.hm-hero .hm-hero__title,
    .hm-hero .hm-hero__sub,.hm-hero .hm-hero__cta{animation:none}}
@media (max-width:767px){
    .hm-hero{margin-bottom:24px;}
    .hm-hero__inner{min-height:480px;}
    .hm-hero__media{width:100%;aspect-ratio:auto;left:0;}
    .hm-hero__media video{-webkit-mask-image:none;mask-image:none;}
    .hm-hero__text{left:0;right:0;top:auto;bottom:0;transform:none;max-width:none;
        padding:100px 20px 28px;
        background:linear-gradient(180deg,rgba(20,16,18,0) 0%,rgba(20,16,18,.55) 75%);}
    .hm-hero__eyebrow{color:#ecd8e2;margin-bottom:8px;}
    .hm-hero__title{color:#fff;font-size:28px;margin-bottom:8px;}
    .hm-hero__sub{color:#f3ebef;font-size:13px;margin-bottom:16px;max-width:520px;}
    .hm-hero__cta{background:#fff;color:#a21e6a;padding:14px 34px;
        box-shadow:0 8px 22px rgba(0,0,0,.28);}
    .hm-hero__cta:hover{background:#f7eef3;color:#a21e6a;}
}

/* ===== Общий стиль секций главной ===== */
.hm-sec{margin:64px auto 0;max-width:1420px;padding:0 20px;font-family:'Montserrat',sans-serif;}
.hm-sec--tight{margin-top:40px;}
.hm-sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:0 0 28px;}
.hm-sec-eyebrow{letter-spacing:.28em;text-transform:uppercase;font-size:12px;font-weight:600;color:#b394a5;margin:0 0 10px;}
.hm-sec-title{font-size:clamp(26px,2.6vw,42px);font-weight:700;color:#2a2a2a;line-height:1.15;margin:0;}
.hm-sec-title .hm-accent{color:var(--vv-accent);}
.hm-sec-link{flex:none;font-size:14px;font-weight:600;color:#2a2a2a;text-decoration:none;border-bottom:1px solid rgba(42,42,42,.25);padding-bottom:2px;transition:color .2s,border-color .2s;white-space:nowrap;margin-bottom:6px;}
.hm-sec-link:hover{color:var(--vv-accent);border-color:var(--vv-accent);}
@media (max-width:767px){
  .hm-sec{margin-top:44px;padding:0 14px;}
  .hm-sec-title br{display:none;}
  .hm-sec-head{margin-bottom:18px;}
  .hm-sec--slider .hm-sec-head{flex-wrap:wrap;align-items:flex-start;padding-right:84px;}
  .hm-sec--slider .hm-sec-link{margin-right:0;}
}
/* прячем встроенную кнопку слайдеров: у секций свой заголовок со ссылкой */
.mainpage .obertka-new-sale .button-href{display:none!important;}
/* ссылка не должна налезать на стрелки прокрутки слайдера */
.hm-sec--slider .hm-sec-link{margin-right:96px;}

/* ===== Полоса преимуществ ===== */
.hm-adv{position:relative;z-index:2;max-width:1420px;margin:16px auto 0;padding:6px 20px 0;font-family:'Montserrat',sans-serif;}
.hm-adv__inner{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.hm-adv__item{display:flex;align-items:center;gap:14px;background:var(--vv-bg-card);border:1px solid #f0ebe8;border-radius:16px;padding:16px 18px;}
.hm-adv__ico{flex:none;width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid #f0dde7;display:flex;align-items:center;justify-content:center;color:var(--vv-accent);}
.hm-adv__ico svg{width:22px;height:22px;}
.hm-adv__item b{display:block;font-size:14px;color:#2a2a2a;font-weight:700;margin-bottom:2px;}
.hm-adv__item span:not(.hm-adv__ico){display:block;font-size:12px;line-height:1.4;color:#8a7882;}
@media (max-width:1023px){.hm-adv__inner{grid-template-columns:repeat(2,1fr);}}
@media (max-width:767px){
  .hm-adv{padding:0 14px;margin-top:0;}
  .hm-adv__inner{grid-template-columns:1fr 1fr;gap:8px;}
  .hm-adv__item{flex-direction:column;text-align:center;gap:8px;padding:14px 10px;}
}

/* ===== Боль -> решение ===== */
.hm-pain__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.hm-pain__card{position:relative;background:linear-gradient(160deg,#faf4f7 0%,#f3e7ee 100%);border-radius:20px;padding:30px 28px 28px;overflow:hidden;transition:transform .25s,box-shadow .25s;}
.hm-pain__card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(90,50,74,.1);}
.hm-pain__num{font-size:15px;font-weight:700;letter-spacing:.12em;color:var(--vv-accent);margin-bottom:14px;}
.hm-pain__pain{font-size:16px;line-height:1.45;font-weight:600;color:#8a7882;margin-bottom:14px;font-style:italic;}
.hm-pain__fix{font-size:14px;line-height:1.6;color:#2a2a2a;}
@media (max-width:1023px){.hm-pain__grid{grid-template-columns:1fr;gap:12px;}
  .hm-pain__card{padding:22px 20px;}}

/* ===== Оптовым партнёрам ===== */
.hm-opt{position:relative;width:100vw;margin:72px 0 0 calc(50% - 50vw);background:#f3d3e2;overflow:hidden;font-family:'Montserrat',sans-serif;}
.hm-opt::before{content:'';position:absolute;top:-40%;right:-10%;width:60%;height:180%;
    background:radial-gradient(closest-side,rgba(255,255,255,.55),transparent 70%);pointer-events:none;}
.hm-opt::after{content:'';position:absolute;bottom:-50%;left:-10%;width:50%;height:160%;
    background:radial-gradient(closest-side,rgba(162,30,106,.10),transparent 70%);pointer-events:none;}
.hm-opt__inner{position:relative;max-width:1420px;margin:0 auto;padding:64px 20px;display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:center;z-index:1;}
.hm-opt__eyebrow{letter-spacing:.28em;text-transform:uppercase;font-size:12px;font-weight:600;color:#84486a;margin-bottom:14px;}
.hm-opt__title{font-size:clamp(26px,2.6vw,40px);font-weight:700;color:#2c1f27;line-height:1.18;margin:0 0 16px;}
.hm-opt__sub{font-size:15px;line-height:1.6;color:#5d3d50;margin:0 0 28px;max-width:520px;}
.hm-opt__cta{display:inline-block;background:var(--vv-accent);color:#fff;font-weight:600;font-size:15px;
    padding:16px 42px;border-radius:999px;text-decoration:none;box-shadow:0 12px 30px rgba(162,30,106,.35);
    transition:background .25s,transform .25s,box-shadow .25s;}
.hm-opt__cta:hover{background:var(--vv-accent-dark);color:#fff;transform:translateY(-2px);box-shadow:0 16px 36px rgba(162,30,106,.45);}
.hm-opt__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.hm-opt__list li{background:rgba(255,255,255,.55);border:1px solid rgba(255,255,255,.85);border-radius:16px;padding:20px;}
.hm-opt__list b{display:block;font-size:15px;color:#2c1f27;font-weight:700;margin-bottom:6px;}
.hm-opt__list span{font-size:13px;line-height:1.5;color:#6e4860;}
@media (max-width:1023px){
  .hm-opt__inner{grid-template-columns:1fr;gap:28px;padding:48px 20px;}
}
@media (max-width:767px){
  .hm-opt{margin-top:48px;}
  .hm-opt__inner{padding:40px 16px;}
  .hm-opt__list{grid-template-columns:1fr;gap:10px;}
  .hm-opt__cta{display:block;text-align:center;}
}

/* ===== Разделы каталога ===== */
.hm-cats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.hm-cats__tile{position:relative;display:block;border-radius:18px;overflow:hidden;aspect-ratio:4/5;background:#f3ebef;}
.hm-cats__tile img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease;}
.hm-cats__tile:hover img{transform:scale(1.05);}
.hm-cats__tile::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 55%,rgba(20,12,16,.5) 100%);pointer-events:none;}
.hm-cats__name{position:absolute;left:18px;bottom:16px;z-index:1;color:#fff;font-family:'Montserrat',sans-serif;font-size:17px;font-weight:600;text-shadow:0 2px 10px rgba(0,0,0,.25);}
.hm-cats__tile--all{background:#f3d3e2;display:flex;align-items:center;justify-content:center;}
.hm-cats__tile--all::after{display:none;}
.hm-cats__allinner{color:#2c1f27;font-family:'Montserrat',sans-serif;font-size:20px;font-weight:700;line-height:1.3;display:flex;flex-direction:column;gap:14px;align-items:flex-start;}
.hm-cats__allinner svg{width:30px;height:30px;color:var(--vv-accent);transition:transform .3s;}
.hm-cats__tile--all:hover .hm-cats__allinner svg{transform:translateX(8px);}
@media (max-width:1023px){.hm-cats__grid{grid-template-columns:repeat(3,1fr);gap:10px;}}
@media (max-width:767px){.hm-cats__grid{grid-template-columns:repeat(2,1fr);gap:8px;}
  .hm-cats__name{font-size:14px;left:12px;bottom:10px;}
  .hm-cats__tile{border-radius:12px;}}

/* ===== Отзывы ===== */
.hm-rev__card{background:#fff;border:1px solid var(--vv-border);border-radius:18px;padding:24px 22px;
    font-family:'Montserrat',sans-serif;display:flex;flex-direction:column;min-height:230px;}
.hm-rev__stars{color:#f5a623;font-size:14px;letter-spacing:2px;}
.hm-rev__card .hm-rev__stars{margin-bottom:12px;}
.hm-rev__text{font-size:13.5px;line-height:1.6;color:#3d3339;flex:1;
    display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;}
.hm-rev__meta{margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:10px;}
.hm-rev__name{font-size:13px;font-weight:700;color:#2a2a2a;}
.hm-rev__size{font-size:12px;color:var(--vv-muted);}
.hm-rev .owl-dots{text-align:center;margin-top:18px;line-height:0;}
.hm-rev .owl-dot{display:inline-block;background:none;border:none;padding:4px;cursor:pointer;}
.hm-rev .owl-dot::after{content:'';display:block;width:9px;height:9px;border-radius:50%;
    background:#d3b4c6!important;transition:background .2s;}
.hm-rev .owl-dot.active::after{background:var(--vv-accent)!important;}
.hm-rev .owl-dot span{display:none;}

/* ===== Статьи ===== */
.hm-art__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.hm-art__card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--vv-border);border-radius:18px;overflow:hidden;
    text-decoration:none;font-family:'Montserrat',sans-serif;transition:transform .25s,box-shadow .25s;}
.hm-art__card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(90,50,74,.1);}
.hm-art__pic{display:block;aspect-ratio:16/9;overflow:hidden;background:#f3ebef;}
.hm-art__pic img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s;}
.hm-art__card:hover .hm-art__pic img{transform:scale(1.04);}
.hm-art__body{display:flex;flex-direction:column;gap:8px;padding:18px 20px 22px;}
.hm-art__date{font-size:12px;color:var(--vv-muted);}
.hm-art__name{font-size:15.5px;font-weight:700;line-height:1.4;color:#2a2a2a;
    display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.hm-art__text{font-size:13px;line-height:1.55;color:#6a5a63;
    display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
@media (max-width:1023px){.hm-art__grid{grid-template-columns:1fr;gap:12px;}
  .hm-art__pic{aspect-ratio:2/1;}}

/* ===== Бренды: бегущая лента ===== */
.hm-brands__viewport{overflow:hidden;
    -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%);
    mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%);}
.hm-brands__track{display:flex;align-items:stretch;width:max-content;
    padding:10px 0 18px;animation:hmBrandsRun 40s linear infinite;}
.hm-brands__track .hm-brands__card{margin-right:18px;}
.hm-brands__viewport:hover .hm-brands__track{animation-play-state:paused;}
.hm-brands__card{flex:none;width:190px;height:150px;background:#fff;border:1px solid var(--vv-border);
    border-radius:18px;display:flex;align-items:center;justify-content:center;padding:24px;
    transition:transform .3s,box-shadow .3s,border-color .3s;}
.hm-brands__card img{max-width:100%;max-height:96px;object-fit:contain;
    filter:grayscale(1) opacity(.55);transition:filter .35s,transform .35s;}
.hm-brands__card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(90,50,74,.12);
    border-color:#e8cfdd;}
.hm-brands__card:hover img{filter:none;transform:scale(1.06);}
@keyframes hmBrandsRun{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (max-width:767px){
    .hm-brands__card{width:140px;height:110px;padding:16px;border-radius:14px;}
    .hm-brands__card img{max-height:72px;filter:none;}
    .hm-brands__track{animation-duration:28s;}
    .hm-brands__track .hm-brands__card{margin-right:10px;}
}
@media (prefers-reduced-motion:reduce){
    .hm-brands__track{animation:none;}
    .hm-brands__viewport{overflow-x:auto;-webkit-mask-image:none;mask-image:none;}
}

/* ===== Подвал ===== */
/* двойной класс — чтобы перебить легаси-правила .footermain из template_styles.css */
.footermain.hm-footer{background:var(--vv-bg-card);border-top:1px solid var(--vv-border);font-family:'Montserrat',sans-serif;
    padding:48px 20px 20px;display:block;flex-direction:column;flex-wrap:nowrap;max-width:none;width:auto;margin:0;}
.footermain.hm-footer .logo-footer{max-width:none;margin-right:0;height:34px;width:auto;}
.hm-f-cols{max-width:1420px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr 1fr 1.3fr;gap:36px;}
.hm-f-title{font-size:14px;font-weight:700;color:#2a2a2a;margin-bottom:14px;text-transform:uppercase;letter-spacing:.06em;}
.hm-f-col a{display:block;font-size:13.5px;color:var(--vv-text-soft);text-decoration:none;margin-bottom:9px;line-height:1.45;}
.hm-f-col a:hover{color:var(--vv-accent);}
.hm-f-line{font-size:13.5px;color:var(--vv-text-soft);margin-bottom:8px;}
.hm-f-line span{color:var(--vv-muted);}
.hm-f-line a{display:inline;font-weight:700;color:#2a2a2a;text-decoration:none;margin:0;}
.hm-f-line a:hover{color:var(--vv-accent);}
.hm-f-soc{display:flex;gap:10px;margin:12px 0 16px;}
.hm-f-soc a{display:inline-flex;margin:0;}
.hm-f-soc svg{width:30px;height:30px;}
.hm-f-cbbtn{background:var(--vv-accent);color:#fff;border:none;border-radius:999px;padding:13px 26px;
    font-size:13.5px;font-weight:600;font-family:'Montserrat',sans-serif;cursor:pointer;transition:background .25s;margin-bottom:16px;}
.hm-f-cbbtn:hover{background:var(--vv-accent-dark);}
.hm-f-bottom{max-width:1420px;margin:36px auto 0;padding-top:18px;border-top:1px solid var(--vv-border);
    display:flex;align-items:center;gap:14px;font-size:12px;color:var(--vv-muted);flex-wrap:wrap;}
.hm-f-bottom .logo-footer{height:34px;width:auto;}
@media (max-width:1023px){.hm-f-cols{grid-template-columns:1fr 1fr;gap:28px;}}
@media (max-width:600px){.hm-f-cols{grid-template-columns:1fr;gap:24px;}
  .hm-f-bottom{flex-direction:column;align-items:flex-start;text-align:left;}}

/* ===== Модальное окно обратного звонка ===== */
.hmcb-overlay{position:fixed;inset:0;background:rgba(20,12,16,.55);z-index:10050;
    display:flex;align-items:center;justify-content:center;padding:16px;}
.hmcb-window{position:relative;background:#fff;border-radius:20px;max-width:420px;width:100%;
    padding:34px 32px 30px;font-family:'Montserrat',sans-serif;box-shadow:0 30px 80px rgba(0,0,0,.25);}
.hmcb-close{position:absolute;top:10px;right:16px;background:none;border:none;font-size:30px;
    line-height:1;color:#b39fab;cursor:pointer;padding:4px;}
.hmcb-close:hover{color:#2a2a2a;}
.hmcb-title{font-size:20px;font-weight:700;color:#2a2a2a;margin-bottom:6px;}
.hmcb-sub{font-size:13px;color:#8a7882;margin-bottom:20px;line-height:1.5;}
#hm-callback-form input[type=text],#hm-callback-form input[type=tel]{width:100%;box-sizing:border-box;
    border:1px solid #e5d4dd;border-radius:12px;padding:13px 16px;font-size:14px;margin-bottom:12px;
    font-family:'Montserrat',sans-serif;outline:none;transition:border-color .2s;}
#hm-callback-form input:focus{border-color:var(--vv-accent);}
.hmcb-hp{display:none!important;}
.hmcb-captcha{min-height:102px;margin-bottom:12px;}
.hmcb-consent{display:flex;gap:10px;align-items:flex-start;font-size:11.5px;color:#8a7882;
    line-height:1.5;margin:4px 0 16px;cursor:pointer;}
.hmcb-consent input{margin-top:2px;}
.hmcb-consent a{color:var(--vv-accent);}
.hmcb-submit{width:100%;background:var(--vv-accent);color:#fff;border:none;border-radius:999px;
    padding:15px;font-size:15px;font-weight:600;font-family:'Montserrat',sans-serif;cursor:pointer;
    transition:background .25s;}
.hmcb-submit:hover{background:var(--vv-accent-dark);}
.hmcb-submit[disabled]{opacity:.6;cursor:default;}
.hmcb-result{margin-top:12px;font-size:13px;line-height:1.5;text-align:center;}
.hmcb-result.ok{color:#2e7d32;}
.hmcb-result.err{color:#c62828;}

/* бейджи карточек товаров в слайдерах */
.mainpage .label{background:#faf4f7!important;color:#2a2a2a!important;font-weight:600;}

.inner-content{overflow-x:hidden;}

/* End */


/* Start:/local/templates/hunny/components/bitrix/menu/left_multilevel/style.css?1749002378943*/
.menu__box li a{
    font-size: 13px;
}
.menu__box li{
    border-top: 1px #e8e8e8 solid;
    padding: 5px 0;
    font-size: 12px;
}
.menu__box .picmenu {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    display: inline-block;
}
.menu__box ul{
    list-style-type: none;
    padding-left: 20px;
}
.menu__box{
    overflow-y:auto;
    overflow-x:hidden;
}
.desktop-only {
    display: block;
}
.mobile-only {
    display: none;
}
.mobile-menu li{
    padding-top: 10px;
    padding-bottom: 10px;
}
.mobile-submenu a{
    padding-left: 5px;

}
.mobile-submenu li{
    padding-left: 0;
}
.mobile-submenu,
.mobile-submenu ul{
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

@media screen and (max-width: 1024px) {
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
}

/* End */


/* Start:/local/templates/hunny/components/bitrix/menu/top-menu/style.css?1748995418101*/
.topmenuhead a{
	margin-right: 10px;
	font-size: 12px;
}
.topmenuhead a.selected
{
	color: #989898;
}
/* End */


/* Start:/local/templates/hunny/components/bitrix/search.title/top-menu/style.css?17490344141675*/

.search-title-result-item {
	border-bottom: 1px solid #ddd;
}


.search-title .search-title-result-item:last-child {
	border-bottom:  none;
}

.search-title-result-item-link {
	font-size: 16px;
	transition: 170ms linear all;
}

.search-title-result-item-price {
	font-size: 16px;
}

.search-title-result-item-current-price {
	font-weight: bold;
}

.search-title-result-item-old-price {
	font-size: 80%;
	text-decoration: line-through;
}

#header-1 {
	position: absolute;
	right: 20px;
	top: 100%;
	max-width: 400px;
}
#header-1 .search-box {
	position: absolute;
	top: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	background-color: #d35578;
	transition: all ease-in-out 0.5s;
}
#header-1 .search-box .search-input {
	width: 100%;
	height: 100%;
	padding: 0 1em;
	border: 0;
	background-color: transparent;
	color: #ffffff;
}
.bx-searchtitle
{
	min-width: 400px;
}
#header-1 .search-box .search-input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}
#header-1.show .search-box {
	height: 40px;
}
#header-1.show .search-box .search-input {

}
.search-title-result-item-link
{
	font-size: 12px!important;
	display: block;
	line-height: 13px;
	max-height: 53px;
	overflow: hidden;
}
.search-title-result-item
{
	display: flex!important;
}
.search-title-result-last-item{
	display: none!important;
}
.title-search-result
{
	z-index: 100;
	background: #fff;
	display: none;
	border: 1px #d35578 solid;
	padding: 5px;
	top:77px!important;
	position: fixed!important;
	max-height: calc(100vh - 77px);
	overflow-x: hidden;
	overflow-y: auto;
}
.search-title-result-item-image
{
	width: 40px!important;
	height: 50px!important;
	background-size: cover!important;
}
/* End */


/* Start:/local/templates/hunny/template_styles.css?176428721526300*/
@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/hunny/fonts/Montserrat-Regular.eot'); /* Путь к файлу в папке fonts */
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
    url('/local/templates/hunny/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/hunny/fonts/Montserrat-Regular.woff') format('woff'),
    url('/local/templates/hunny/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/hunny/fonts/Montserrat-Bold.eot'); /* Путь к файлу в папке fonts */
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
    url('/local/templates/hunny/fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/hunny/fonts/Montserrat-Bold.woff') format('woff'),
    url('/local/templates/hunny/fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    outline: none;
}
.rigthblockcart .btn-primary{
    background: #a21e6a;
}
.sendmess_back span{
    background: #a21e6a;
    padding: 1px 4px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.sendmess_back
{
    font-size: 10px;
    margin-top: -26px;
}
.news-detail-content h1 {padding-top: 0;}
.confirmpolicy a
{
    color:#CD5C5CFF;
}
.confirmpolicy
{
    font-size: 10px;
}
.b24-widget-button-wrapper
{
    z-index: 100!important;
    right: 10px!important;
    bottom: 0!important;
    zoom: 0.7!important;
}
h2,
h3{
    padding: 10px 0 10px;
    font-size: 20px;
    color: #262626;
}
h1{
    padding: 30px 0 10px;
    font-size: 26px;
    color: #262626;
}
html, body {
    height: 100%; /* Задаем высоту 100% для html и body */
    margin: 0; /* Убираем стандартные отступы */
    width: 100%;
    min-width: 320px;

}

body{

    font-family: 'Montserrat', sans-serif;
    -webkit-overflow-scrolling: touch;
}/*
.forbackgif:after
{
    content: ' ';
    display: block;

    height: 100%;
    left: -30px;
    right: -30px;
    top: 0;
    position: absolute;
    background: url("/img/salut.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}*/

.contentmain [id^="bx_incl_area_"],
.contentmain [id^="bx_"]:not([class]) {
    all: unset !important;
    display: contents !important;
}
.news-page.container {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
    box-sizing: border-box;
}
.news-detail-page.container {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
    box-sizing: border-box;
}


.main-content {
    flex: 0 1 75%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    box-sizing: border-box;
}
.news-list {
    width: 100%;
    display: contents; /* или просто убрать display: flex, если есть */
}


.news-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: 0.2s ease;
}

.news-item:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.sidebar-block img {
    max-width: 100%;
    height: auto;
    display: block;
}
.news-item img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: top;
    display: block;
}
.news-detail-page .frame {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    margin: 2rem 0;
}

.news-detail-page .frame .element {
    flex: 0 1 calc(50% - 1rem); /* 2 в ряд */
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    text-align: center;
    padding: 1rem;
    box-sizing: border-box;
}

.news-detail-page .frame .element img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 0.5rem;
}
div.page
{
    background-image: none;
    width: 0;
}
div.menu-sitemap-tree div.item-text
{
    left: 0;
}
.news-detail-page .frame .element a {
    display: block;
    font-weight: 500;
    color: #2563eb;
    text-decoration: none;
    margin-top: 0.5rem;
}

.news-detail-page .frame .element a:hover {
    text-decoration: underline;
}
blockquote {
    position: relative;
    background: #f9fafb!important;
    border-left: 4px solid #a21e6a!important;
    margin: 1.5em 0!important;
    padding: 1rem 1.5rem!important;
    font-style: italic!important;
    color: #374151!important;
    border-radius: 6px!important;
    border-left-color:#a21e6a!important;
}

blockquote::before {
    content: "“";
    font-size: 3rem;
    color: #d1d5db;
    position: absolute;
    left: -5px;
    top: -10px;
}

blockquote p {
    margin: 0!important;
    line-height: 1.6!important;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
    .news-detail-page   .frame .element {
        flex: 0 1 100%;
    }
}
.news-detail-page .main-content {
    display: block; /* отменяем grid */
    flex: 1 1 70%;
}

.news-detail-page img {
    max-width: 100%;
    margin-bottom: 10px;
    height: auto;
}
.news-detail-page .news-item {
    max-width: 100%;
}
.news-item h2 {
    padding-top: 0;
    font-size: 1.25rem;
    margin: 0.75rem 1rem 0.5rem;
}

.news-date {
    color: #6b7280;
    font-size: 0.875rem;
    margin: 0 1rem 0.5rem;
}

.news-preview {
    font-size: 0.95rem;
    color: #374151;
    margin: 0 1rem 1rem;
}

.sidebar {
    position: sticky;
    min-width: 280px;
    top: 20px;
    align-self: start; /* для grid, чтобы не растягивался */
    height: fit-content;
}

.sidebar-block {
    background: #fff;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.sidebar-block h3 {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    padding-top: 0;
}

.sidebar-block ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.sidebar-block li {
    margin-bottom: 0.5rem;
}

.sidebar-block a {
    color: #a21e6a;
    text-decoration: none;
}

.sidebar-block a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .news-page.container {
        grid-template-columns: 1fr;
        padding-left: 0;
        padding-right: 0;
    }
    .news-detail-page.container {
        grid-template-columns: 1fr;
        padding-left: 0;
        padding-right: 0;
    }

    .bx-breadcrumb .bx-breadcrumb-item-angle{
        margin: 0 3px;
    }
    .bx-breadcrumb
    {
        flex-wrap: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

    }
    .main-content {
        grid-template-columns: 1fr;
    }

    .sidebar {
        order: 1;
        width: 100%;
    }
}

.contacts-page.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.contacts-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.contacts-header .logo {
    height: 60px;
    width: auto;
}

.contacts-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
}

.contacts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.contacts-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-block h2 {
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
}

.contact-block p {
    margin: 0.25rem 0;
    font-size: 1rem;
}

.contact-cta {
    background: #f9fafb;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.contact-cta .btn {
    display: inline-block;
    margin-top: 0.75rem;
    background: #a21e6a;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s ease;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.contact-cta .btn:hover {
    background-color: #ef3167;
}

.contacts-map {
    min-height: 400px;
    background: #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .contacts-grid {
        grid-template-columns: 1fr;
    }

    .contacts-title {
        text-align: center;
    }

    .contacts-header {
        flex-direction: column;
        align-items: center;
    }

    .contacts-header .logo {
        height: 50px;
    }
}


.certificates-page.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.certificates-title {
    padding-top: 0;
    margin-top: 0;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}

.certificates-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.certificate-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.certificate-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.certificate-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.certificate-name {
    padding: 0.75rem;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
}

.certificate-pdf {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem;
    color: #a21e6a;
    text-decoration: none;
}

.certificate-pdf:hover {
    background: #f9f9f9;
}

.pdf-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}



.faq-page.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
}

.faq-title {
    padding-top: 0;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.faq-item {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.faq-question {
    font-size: 1.125rem;
    font-weight: 600;
    color: #a21e6a;
    margin-bottom: 0.75rem;
}

.faq-answer {
    font-size: 1rem;
    color: #374151;
    line-height: 1.6;
}

.textlogosalut
{
    font-size: 10px;
    position: absolute;
    top: 1px;
    z-index: 10;
}
.forbackgif
{
    display: inline-block;
    position: absolute;
    top: 13px;
    background-color: #fff;
    padding: 4px;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.bannermainpage
{
    height: 70vh;
}
.mainpage .hamburger-menu .search-toggle::before{
    border-color: #fff;
}
.mainpage .hamburger-menu .search-toggle::after{

    background: #fff;
}
.mainpage .hamburger-menu.scrolled .search-toggle::before{
    border-color: #000;
}
.mainpage .hamburger-menu.scrolled .search-toggle::after{

    background: #000;
}
.mainpage .hamburger-menu span,
.mainpage .hamburger-menu a,
.mainpage .hamburger-menu svg path{
    color: #fff;
    fill: #fff;
}

.mainpage .hamburger-menu.scrolled span,
.mainpage .hamburger-menu.scrolled a,
.mainpage .hamburger-menu.scrolled svg path{
    color: #000;
    fill: #000;
}
.mainpage .menu a{
    color: #000;
}
.mainpage .hamburger-menu.scrolled #IconChangeColor path{
    color: #fff;
    fill: #fff;
}
#countrySelect
{
    width: 80px!important;
}
.sticky svg {
    margin-left: 20px;
}
.sticky {
    position: fixed;
    top: 55px;
    z-index: 10;
}
.sticky2 {
    position: sticky;
    top: 75px;
    background: #fff;
}
.scroll-to-top {
    position: fixed;
    right: 10px;
    bottom: 60px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    color: rgb(116, 116, 116);
    border: 1px #ccc solid;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 15px;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100;
    transition: background-color 0.3s, transform 0.3s;
}

.scroll-to-top:hover {
    background-color: #a21e6a;
    transform: scale(1.1);
    color: #fff;
}
.rigthcata
{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 30px;
}
.forfilterbutton:last-child
{
    margin-left: auto;
    opacity: 0;
}
.forfilterbutton
{
    background: none;
    border:none;
    outline: none;
    box-shadow: none;
    font-size: 13px;
    cursor:pointer;
}
.filter-button{
    background: #fff;
}
.filter-button:hover svg path{
    fill: #8f8f8f;
}
.filter-button:hover{
    color: #8f8f8f;
}
.filter-button{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.filter-button svg
{
    width: 20px;
}
.filter-block
{
    padding-bottom: 20px;
    font-size: 13px;
}
.filter-block,
.allcatalog
{
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
}
.left-catalog
{
    position: relative;
    width: 25%;
    padding-right: 20px;
}
.leftmenu-cat
{
    overflow-y: auto;
    max-height: calc(100vh - 80px);
    height: 100%;
}
.right-catalog
{
    width: 75%;
}
.text-container{
    position: relative;
    overflow: hidden;
    max-height: 350px;
    transition: max-height 0.5s ease; /* Плавный переход */
}
.text-container.expanded {
    max-height: none;
}
.text-container .read-more-btn{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: none;
}
.fade-overlay {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px; /* Высота градиентного перехода */
    background: linear-gradient(transparent, #f2f2f2 88.66%);
    pointer-events: none;
}
.read-more-btn {
    display: block;
    margin: 10px auto;
    background-color: transparent;
    border: none;
    color: #7e939b;
    text-decoration: underline;
    cursor: pointer;
}
.text-container.expanded .read-more-btn,
.text-container.expanded .fade-overlay {
    display: none!important;
}
.bx-breadcrumb a{
    color: #868686;
}
.bx-breadcrumb
{
    margin: 10px 0;
    color: #8f8f8f;
}
.wrappermain {
    /*overflow-x: hidden;*/
    display: flex;
    flex-direction: column; /* Все дочерние элементы располагаются в колонку */
    min-height: 100vh; /* Высота wrapper равна 100% высоты окна */
}
.contentmain {
    padding-top: 50px;
    flex: 1; /* Этот элемент занимает все доступное пространство между хедером и футером */
}
.mainpage .contentmain
{
    padding-top: 0px;
}
.footermain .logo-footer {
    max-width: 60px;
    margin-right: 40px;
}
.footermain {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 15px 15px 15px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.topmenuhead
{
    position: absolute;
    top: 0;
    left: 80px;
    height: 100%;
    display: flex;
    align-items: center;
}
.row-footer
{
    display: flex;
    flex-wrap: nowrap;
}
.row-footer-last
{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 20px;
}
.greybacktext
{
    padding: 15px;
    background-color: #f2f2f2;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: center;
}
.phoneblock{
    width: 50%;
}
.socedit span{
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
}
.socedit div{
    display: flex;
    flex-wrap: nowrap;
}
.socedit
{
    display: flex;
    flex-wrap: nowrap;
    width: 50%;
}
.leftfooter
{
    width: 60%;
}
.rigthfooter
{
    width: 40%;
    max-width: 400px;
    padding-left: 50px;
}
.button-stand:hover{
    background: #e87296;
}
.button-stand
{
    display: inline-block;
    margin:10px auto;
    background: #a21e6a;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}
.onlimobile
{
    display: none;
}
a{
    color: #000;
    text-decoration: none;
}
a:hover{
    color: #8c8c8c;
    text-decoration: none;
}
.right-icons-menu svg{
    margin: 0 5px;
    max-width: 25px;
}
.right-icons-menu
{
    align-items: center;
    display: flex;
    position: absolute;
    right: 15px;
    top: 10px;
}
.hamburger-menu
{
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 45px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    background-color: #fff;
    transition: background-color ease-in-out 0.7s;
}
body.mainpage .hamburger-menu{
    background-color: transparent;
    box-shadow:none;
}
.hamburger-menu.scrolled
{
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04)!important;
    background-color: #fff!important;
}
.inner-content
{
    /*overflow-x: hidden;*/
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1500px;
}
#callto
{
    font-size: 22px;
    padding: 5px;
    border-radius: 5px;
    background-color: #ccc;
}
.minir{
    font-size: 12px;
}
.blocklogo img{
    max-height: 35px;
}
.blocklogo
{
    vertical-align: middle;
    text-align: center;
}

#menu__toggle {
    opacity: 0;
    position: absolute;
}
#menu__toggle:checked + .menu__btn {
  /*  background-color: #fff;*/
}
#menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    left: 0 !important;
}
.menu__btn {
    position: fixed;
    border-radius: 50%;
    top: 7px;
    left: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
}
.menu__btn > span,
/*.menu__btn > span::before,*/
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    top: 10px;
    height: 2px;
    background-color: #616161;
    transition-duration: .25s;
}
.menu__btn > span::before {
    content: '';
    top: -8px;
}
.menu__btn > span::after {
    content: '';
    top: 8px;
}
.menu__box .bottomtextmenu .socialblock {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 40px;
}
.menu__box .bottomtextmenu {
    padding: 20px 24px 20px  24px;
    font-size: 12px;
}
.menu__box {
    display: block;
    position: fixed;
    top: 45px;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0 0 40px 0;
    list-style: none;
    background-color: #fcfcfc;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, .4);
    transition-duration: .25s;
}
.menu__item {
    align-items: center;
    display: flex;
    padding: 3px 24px;
    text-decoration: none;
    transition-duration: .25s;
}
.menu__item:hover {
    animation: shake ease-in-out 0.5s; /* Запускаем анимацию при наведении */

}
@keyframes shake {
    0% {
        transform: translateX(0);
    }
    33% {
        transform: translateX(-5px);
    }
    66% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0px);
    }
}

#panel:hover
{
    top: 0;
}
#panel
{
    position: absolute;
    top: -36px;
    left: 0;
    right: 0;
}
.loginbut:hover
{
    color:#a21e6a;
}
.logout-button
{
    margin-right: 10px;
}
.loginbut
{
    margin-right: 13px;
}
.search-button:hover .search-toggle::after
{
    background:#a21e6a;
}
.search-button:hover .search-toggle::before
{
    border-color:#a21e6a;
}
.icntopper:hover svg path{
    stroke:#a21e6a;
}
.logout-button:hover svg,
.icntopper:hover svg
{
    fill:#a21e6a;
}
.search-button {
    display: inline-block;
    margin-right: 7px;
}

.search-toggle {
    position: relative;
    display: block;
    height: 16px;
    width: 16px;
}
.search-toggle::before, .search-toggle::after {
    content: "";
    position: absolute;
    display: block;
    transition: all 0.1s;
}
.search-toggle::before {
    border: 0.7px solid #000;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    left: -2px;
    top: -2px;
}
.search-toggle::after {
    height: 2px;
    width: 7px;
    background: #000;
    top: 14px;
    left: 11px;
    transform: rotate(45deg);
}
.search-toggle.active::before {
    width: 0;
    border-width: 1px;
    border-radius: 0;
    transform: rotate(45deg);
    top: 0px;
    left: 4px;
}
.search-toggle.active::after {
    width: 16px;
    left: -3px;
    top: 7px;
}




.opt-and-loyal.myself > div:first-child,
.banner-container.myself > div:first-child
{
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.5s ease-in-out, opacity .5s ease-out;
}
.opt-and-loyal.myself > div:last-child,
.banner-container.myself > div:last-child
{
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out, opacity .5s ease-out;
}
.opt-and-loyal.myself.show > div:first-child,
.banner-container.myself.show > div:first-child{
    opacity: 1;
    transform: translateX(0);
}
.opt-and-loyal.myself.show > div:last-child,
.banner-container.myself.show > div:last-child{
    opacity: 1;
    transform: translateX(0);
}
.animatefromleft
{
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.5s ease-in-out, opacity .5s ease-out;
}
.animatefromrigth
{
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out, opacity .5s ease-out;
}
.animatefromtop
{
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.5s ease-in-out, opacity .5s ease-out;
}
.animatefrombottom
{
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out, opacity .5s ease-out;
}
.myself.show{
    opacity: 1;
    transform: translateX(0);
    transform: translateY(0);
}


.phoneblock a
{
    white-space: nowrap;
    padding-right: 20px;
}

.for404text
{
    padding-bottom: 0!important;
    text-align: center;
    font-size: 30px;
}
@media (max-width: 1400px) {
    .leftmenu-cat.sticky2
    {
       /* width: calc(25% - 30px);*/
    }
}
@media (max-width: 1000px) {
    .allcatalog .right-catalog
    {
        width: 100%;
    }
    .allcatalog .left-catalog
    {
        display: none;
    }
    .filter-block {
        justify-content: space-between;
    }
    .filter-block .left-catalog{
        width: auto;
    }
    .filter-block .left-catalog .filter-button svg
    {
       margin-left: 10px;
    }
    .right-catalog.rigthcata .forfilterbutton{
        display: none;
    }
    .right-catalog.rigthcata .forfilterbutton:last-child{
        display: block;
    }
    .blocklogo {
        text-align: left;
        padding-left: 70px;
    }
    .topmenuhead
    {
        display: none;
    }
    .menu__btn
    {
        top: 12px;
    }
    .blocklogo img
    {
        margin-top: 9px;
    }
    .blocklogo,
    .logotop
    {
        height: 100%;
    }
    .hamburger-menu
    {
        height: 47px;
    }
    .right-icons-menu
    {
        /*zoom: 1.3;*/
        right: 10px;
        top: 7px;
    }
    .menu__box{
        top: 47px;
    }
}
@media (max-width: 900px) {
    .footermain
    {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .socedit,
    .phoneblock,
    .leftfooter,
    .rigthfooter
    {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .phoneblock
    {
        margin-bottom: 20px;
    }
    /*.phoneblock a
    {
        display: block;
        margin: 10px 0;
    }*/
    .rigthfooter{
        padding: 0;
        display: flex;
        justify-content: center;
        max-width: 100%;
    }
    .row-footer-last
    {
        justify-content: center;
        padding-top: 30px;
    }
    .row-footer{
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
    .icntopper.loginbut
    {
        font-size: 12px;
    }
    .news-detail-content h2,.news-detail-content h3
    {
        font-size: 18px!important;
    }
    h1
    {
        font-size: 20px!important;
    }
    .for404text
    {
        font-size: 20px;
    }
}
@media (max-width: 750px) {
    .hideonmobile{
        display: none;
    }
    .onlimobile{
        display: inline-block;
    }

    #header-1{
        max-width: 100%;
    }
    #header-1 .search-box
    {
        width: auto;
        left: 0;
        right: 0;
    }
    .bx-searchtitle
    {
        min-width: calc(100vw - 40px);
    }
}

/* Стили для модального окна */
.modal {
    display: none; /* Скрыто по умолчанию */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: auto;
    text-align: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    max-height: 100vh;
}

.modal-content p {
    margin-bottom: 20px;
    font-size: 16px;
}

.modal-content input {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.modal-buttons {
    display: flex;
    justify-content: center;
}

.modal-buttons button {
    padding: 10px 20px;
    background-color: #a21e6a;
    color: #fff;
    border-color: #a21e6a;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.modal-buttons button:hover {
   opacity: 0.9;
}

.modal .close-btn {
    position: absolute;
    top: 0px;
    right: -2px;
    font-size: 50px;
    line-height: 26px;
    cursor: pointer;
    color: #aaa;
}

.modal .close-btn:hover {
    color: #333;
}
.carttop{
    position: relative;
}
.carttop span
{
    background: #a21e6a;
    width: 15px;
    height: 15px;
    overflow:hidden;
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    position: absolute;
    top: -4px;
    right: 1px;
    border-radius: 50%;
}
@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    50% { transform: translateX(10px); }
    75% { transform: translateX(-10px); }
    100% { transform: translateX(0); }
}

.shake {
    animation: shake 0.2s ease-in-out;
}
/* End */
/* /local/templates/hunny/css/main2026.css?178752342121272 */
/* /local/templates/hunny/components/bitrix/menu/left_multilevel/style.css?1749002378943 */
/* /local/templates/hunny/components/bitrix/menu/top-menu/style.css?1748995418101 */
/* /local/templates/hunny/components/bitrix/search.title/top-menu/style.css?17490344141675 */
/* /local/templates/hunny/template_styles.css?176428721526300 */
