/* Новая главная geekprom.ru. Собрано build_css.py — руками не править.
   Источники: _spec/v4.css, _spec/boy-gc-card.css, _spec/boy-gc-quick.css,
   _spec/brands.css, слой гашения из боевого css/gp-cat.css. */
/* --- слой 0: гашение классов темы внутри витрины --- */


.gpc :where(
  .products__item,
  .products__addtocart,
  .products__button,
  .products__one,
  .products__code-v,
  .products__img,
  .products__price-new,
  .products__price-old,
  .products__item-video,
  .products__yet,
  .p-tile__items,
  .p-tile__item,
  .view-fav-com,
  .view-fav-com__item,
  .kdbadges__plugin,
  .kdbadges__plugin-item,
  .price-req,
  .button,
  .sorting,
  .sorting__left,
  .sorting__right,
  .sorting__switch,
  .sorting__page,
  .sorting__page-item,
  .sorting__page-sep,
  .sorting__sort,
  .sorting__sort-name,
  .sorting__sort-name-n,
  .sorting__sort-down,
  .sorting__sort-block,
  .sorting__sort-list,
  .sorting__filter
) {
  all: unset;
  box-sizing: border-box;
}

.gpc :where(.products__item-tile, .products__item-img) {
  display: contents;
}

html .gpc .button:not(.in-loading):not(:disabled)::after,
html .gpc input[type="button"]:not(.in-loading):not(:disabled)::after {
  content: none;
  display: none;
}


/* --- слой 0.1: базовые сбросы каталога внутри .gpc --- */
.gpc *,.gpc *::before,.gpc *::after{margin:0;padding:0;box-sizing:border-box}
.gpc{font-family:var(--font);color:var(--ink);background:#fff;line-height:1.5;
  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.gpc img{max-width:100%;display:block}
.gpc a{color:var(--blue-d);text-decoration:none}
.gpc button,.gpc input,.gpc select,.gpc textarea{font-family:inherit;font-size:inherit;color:inherit}
.gpc button{cursor:pointer;border:none;background:none}
.gpc svg{stroke-linecap:round;stroke-linejoin:round}
.gpc .num{font-variant-numeric:tabular-nums}
.gpc [hidden]{display:none!important}
.gpc :focus-visible{outline:2px solid var(--blue);outline-offset:2px;border-radius:var(--r-xs)}

/* --- boy-gc-card.css --- */
/* Правила карточки товара, вынутые из боевого gp-cat.css (v28).
   Витрина «Всегда в наличии» собрана ими же, поэтому совпадает с
   каталогом до полей и кеглей. Файл руками не править: пересобрать
   скриптом _spec/grafika/extract_card_css.py. */
.gpc{--blue:#4e7df1; --blue-d:#3a63c9; --blue-l:#eef3ff;
  --navy:#232b46; --navy-2:#2f3a5e;
  --accent:#ff6635; --accent-d:#e8541f; --accent-l:#fff2ed;
  --green:#43c16d; --green-d:#237a41;
  --amber:#d9a03a;
  --ink:#1c2742; --muted:#5e677d; --muted-2:#6e7789; --muted-3:#a6aebf;
  --surface:#f8fafe; --soft:#f3f6fc; --line-2:#eceff7; --line:#e1e6f1; --line-3:#cdd4e3;
  --card:#fff;

  --t-xs:12px; --t-sm:13px; --t-md:14px; --t-lg:16px; --t-xl:18px;
  --t-2xl:22px; --t-3xl:28px; --t-4xl:38px;

  --r-xs:6px; --r-s:10px; --r:14px; --r-l:20px;

  --sh-1:0 0 0 1px var(--line), 0 1px 2px rgba(28,39,66,.05);
  --sh-2:0 0 0 1px var(--line-3), 0 10px 28px rgba(28,39,66,.10);
  --sh-pop:0 0 0 1px var(--line-3), 0 18px 44px rgba(28,39,66,.18);

  --font:'Ubuntu',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;
  --ease:cubic-bezier(.2,0,0,1);
  --fast:.15s; --norm:.26s;}
.gpc .gc-sr{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);
  white-space:nowrap}
.gpc .gc-listing{flex:1 1 auto}
.gpc .gc-filter__foot .gc-btn{flex:1 1 auto}
.gpc .gc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(228px,1fr));gap:16px}
.gpc .gc-card{display:flex;flex-direction:column;background:var(--card);border-radius:var(--r);
  overflow:hidden;box-shadow:var(--sh-1);
  transition:box-shadow var(--norm) var(--ease),transform var(--norm) var(--ease)}
.gpc .gc-card:hover{box-shadow:var(--sh-2);transform:translateY(-2px)}
.gpc .gc-card--in{animation:cardIn .38s var(--ease) both}
.gpc .gc-card__ph{position:relative;background:#fff}
.gpc .gc-card__ph > a{display:block;position:relative;aspect-ratio:1/1;
  outline:1px solid rgba(0,0,0,.06);outline-offset:-1px;border-radius:var(--r) var(--r) 0 0}
.gpc .gc-shot{position:absolute;inset:0;margin:auto;max-width:84%;max-height:84%;width:auto;height:auto;
  object-fit:contain;opacity:0;transition:opacity var(--norm) var(--ease)}
.gpc .gc-shot.is-on{opacity:1}
.gpc .gc-zones{position:absolute;inset:0;z-index:3;display:flex;
  opacity:0;transition:opacity var(--fast) var(--ease)}
.gpc .gc-zone{flex:1 1 0;position:relative}
.gpc .gc-zone::after{content:'';position:absolute;left:2px;right:2px;bottom:8px;height:3px;
  border-radius:2px;background:var(--line-3);
  transition:background var(--norm) var(--ease)}
.gpc .gc-zone.is-on::after{background:var(--blue)}
.gpc .gc-badges{position:absolute;left:12px;top:12px;z-index:2;display:flex;flex-wrap:wrap;gap:4px;
  max-width:calc(100% - 60px)}
.gpc .gc-tools{position:absolute;right:10px;top:10px;z-index:4;
  display:flex;flex-direction:column;gap:6px;
  opacity:0;transform:translateX(4px);
  transition:opacity var(--fast) var(--ease),transform var(--norm) var(--ease)}
.gpc .gc-card:hover .gc-tools,.gpc .gc-tools:focus-within{opacity:1;transform:none}
.gpc .gc-ib{width:32px;height:32px;border-radius:var(--r-s);display:inline-flex;align-items:center;
  justify-content:center;color:var(--muted);background:#fff;box-shadow:var(--sh-1);
  transition:color var(--fast) var(--ease),background var(--fast) var(--ease),
  transform var(--fast) var(--ease)}
.gpc .gc-ib svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}
.gpc .gc-ib:hover{color:var(--blue-d)}
.gpc .gc-ib:active{transform:scale(.96)}
.gpc .gc-ib[aria-pressed=true]{background:var(--blue);color:#fff}
.gpc .gc-card__b{display:flex;flex-direction:column;gap:8px;padding:14px 16px 16px;flex:1 1 auto}
.gpc .gc-src{font-size:var(--t-xs);line-height:1.3;color:var(--muted-2);
  font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
  min-height:1.3em}
.gpc .gc-src i{font-style:normal;color:var(--muted-3);margin:0 .4em}
.gpc .gc-src__b{color:inherit;text-decoration:none;
  transition:color var(--fast) var(--ease)}
.gpc .gc-src__b:hover{color:var(--blue-d);text-decoration:underline;
  text-underline-offset:2px}
.gpc .gc-name{font-size:var(--t-md);line-height:1.4;font-weight:500;color:var(--ink);
  text-wrap:pretty;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;
  overflow:hidden;min-height:4.2em}
.gpc a.gc-name:hover{color:var(--blue-d)}
.gpc .gc-stock{font-size:var(--t-sm);display:inline-flex;align-items:center;gap:7px;color:var(--muted)}
.gpc .gc-stock::before{content:'';width:6px;height:6px;border-radius:50%;background:#37a95e;flex:0 0 6px}
.gpc .gc-stock--in{color:var(--green-d)}
.gpc .gc-stock--wait{color:var(--muted-2)}
.gpc .gc-stock--wait::before{background:var(--line-3)}
.gpc .gc-price{display:grid;grid-template-rows:1.35em minmax(1.5em,auto);align-content:start;row-gap:3px}
.gpc .gc-price--ask .gc-price__v{font-size:var(--t-lg);color:var(--muted)}
.gpc .gc-btn--ask{font-size:var(--t-sm);padding-left:10px;padding-right:10px}
.gpc .gc-btn--ask svg{width:16px;height:16px}
.gpc .gc-price__v{font-size:var(--t-2xl);font-weight:500;letter-spacing:-.015em;
  font-variant-numeric:tabular-nums;line-height:1.2;color:var(--ink);white-space:nowrap}
.gpc .gc-price__v span,.gpc .gc-price__v em{font-size:var(--t-sm);font-weight:400;color:var(--muted-2);
  font-style:normal;letter-spacing:0}
.gpc .gc-price__mods{justify-self:start;font-size:var(--t-sm);line-height:1.5;color:var(--blue-d);
  padding:0;font-variant-numeric:tabular-nums;text-decoration:underline;
  text-decoration-thickness:from-font;text-underline-offset:3px;
  text-decoration-color:rgba(58,99,201,.35);
  transition:text-decoration-color var(--fast) var(--ease)}
.gpc .gc-price__mods:hover{text-decoration-color:currentColor}
.gpc .gc-buy{display:flex;flex-direction:column;gap:8px}
.gpc .gc-cart{position:relative;overflow:hidden}
.gpc .gc-btn__ic{position:relative;display:inline-flex;align-items:center;justify-content:center;
  width:18px;height:18px;flex:none}
.gpc .gc-btn__ic svg{position:relative;z-index:1;width:18px;height:18px;fill:none;stroke:currentColor;
  stroke-width:1.8}
.gpc .gc-btn__ic i{position:absolute;left:50%;top:50%;width:20px;height:20px;margin:-10px 0 0 -10px;
  border-radius:50%;border:2px solid currentColor;opacity:0;transform:scale(.3);pointer-events:none}
.gpc .gc-btn__ic.ripple i{animation:gcRipple 1.15s cubic-bezier(.22,.61,.36,1) forwards}
.gpc .gc-btn__ic.ripple i:nth-child(3){animation-delay:.16s}
.gpc .gc-btn__ic.ripple i:nth-child(4){animation-delay:.32s}
.gpc .gc-btn__ic.ripple svg{animation:gcCartBump .55s cubic-bezier(.34,1.56,.64,1)}
.gpc .gc-btn.gc-cart.is-go{background:var(--green-d);color:#fff;box-shadow:none}
.gpc .gc-btn.gc-cart.is-go:hover{background:#1c6836;color:#fff}
.gpc .gc-btn.gc-cart.is-go .gc-btn__ic svg{stroke:#fff}
.gpc .gc-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;
  border-radius:var(--r-s);font-size:var(--t-md);font-weight:500;white-space:nowrap;
  transition-property:background,color,border-color,transform,box-shadow;
  transition-duration:var(--fast);transition-timing-function:var(--ease)}
.gpc .gc-btn:active{transform:scale(.96)}
.gpc .gc-btn--primary{background:var(--accent);color:#fff;
  box-shadow:inset 0 -1px 0 rgba(0,0,0,.14)}
.gpc .gc-buy .gc-btn--primary{font-size:var(--t-lg);padding:12px 18px}
.gpc .gc-btn--primary:hover{background:var(--accent-d)}
.gpc .gc-btn--outline{background:#fff;color:var(--accent-d);box-shadow:inset 0 0 0 1px var(--accent-d)}
.gpc .gc-btn--outline:hover{background:var(--accent-l)}
.gpc .gc-btn--ghost{background:#fff;color:var(--ink);box-shadow:inset 0 0 0 1px var(--line)}
.gpc .gc-btn--ghost:hover{box-shadow:inset 0 0 0 1px var(--line-3);color:var(--blue-d)}
.gpc .gc-btn--blue{background:var(--navy);color:#fff}
.gpc .gc-btn--blue:hover{background:#2f3a5e}
.gpc .gc-btn--wide{width:100%}
.gpc .gc-btn--sm{padding:9px 14px;font-size:var(--t-sm)}
.gpc .gc-btn svg{width:16px;height:16px;flex:0 0 16px;fill:none;stroke:currentColor;stroke-width:1.8}
.gpc .gc-t__a .gc-btn--sm{padding:8px 10px;font-size:var(--t-xs);gap:6px}
.gpc .gc-listing{background:#fff;border-radius:var(--r-l);padding:20px 0}
.gpc .gc-badges--flow{position:static;margin-top:10px}
.gpc .gc-price__v--ask{font-size:var(--t-xl);color:var(--muted)}
.gpc .gc-ib--x{position:absolute;right:2px;top:0;width:28px;height:28px;box-shadow:none}
.gpc .gc-card__foot{margin-top:auto;display:flex;flex-direction:column;gap:10px;padding-top:8px}
.gpc .gc-card__foot .gc-stock{min-height:1.4em;white-space:nowrap}
.gpc .gc-price__v font{font-size: var(--t-xs); color: var(--muted-2); font-weight: 400}
.gpc .gc-price__mods font{display: none}
.gpc .gc-btn{line-height: normal}
.gpc + .gpc .gc-grid{margin-top: 16px}
.gpc .products__one .buy1click-open-button.gc-btn{min-height: 0; padding: 12px 18px; font-size: var(--t-lg); line-height: normal;}
.gpc .products__one .buy1click-open-button.gc-btn svg{width: 16px; height: 16px; flex: none; fill: currentColor; stroke: none}
.gpc .gc-badges .badge{display: inline-block; max-width: 100%;
  font-size: 11px; font-weight: 500; line-height: 1.25; letter-spacing: .02em;
  padding: 4px 8px; border-radius: var(--r-xs); color: #fff;
  text-transform: none; transform: none; box-shadow: none;
  white-space: normal; overflow-wrap: anywhere;}
.gpc .gc-badges .badge span{font: inherit; color: inherit}
.gpc .gc-badges{display: grid; grid-auto-rows: 1fr; gap: 3px;
  width: max-content; max-width: calc(100% - 56px);}
.gpc .gc-badges .badge{margin: 0; width: 100%;
  display: flex; align-items: center;
  overflow: hidden;}
.gpc .gc-shot{max-width: none; max-height: none; width: auto; height: auto;
  display: flex; align-items: center; justify-content: center; padding: 8%;}
.gpc .gc-shot img{max-width: 100%; max-height: 100%; width: auto; height: auto;
  object-fit: contain; margin: 0;}
.gpc .gc-buy .gc-btn--ask{font-size: var(--t-md); padding-left: 10px; padding-right: 10px;
  white-space: normal; line-height: 1.25; text-align: center;}
@media (max-width:1180px){
.gpc .gc-card__b{padding:12px 13px 14px}
}
@media (max-width:1080px){
.gpc .gc-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}
.gpc .gc-tools{opacity:1;transform:none;flex-direction:row}
}
@media (max-width:640px){
.gpc .gc-card__ph > a{aspect-ratio:4/3}
.gpc .gc-card__b{padding:12px}
.gpc .gc-tools{display:none}
}
@media (max-width:760px){
.gpc .gc-grid,.gpc .gc-hits{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
}
@media (max-width:640px){
.gpc .gc-lead__act .gc-btn{width:100%}
}
@media (max-width:560px){
.gpc .gc-head__side .gc-btn{width:100%}
}
@media (max-width:560px){
.gpc .gc-buy .gc-btn, .gpc .gc-buy .gc-btn--primary{padding-left:12px;padding-right:12px;gap:6px}
.gpc .gc-buy .gc-btn--primary{font-size:15px}
.gpc .gc-stock{font-size:12.5px}
.gpc .gc-cart__t{min-width:0;overflow:hidden;text-overflow:ellipsis}
}
@media (max-width:400px){
.gpc .gc-buy .gc-btn--primary{font-size:14px;padding-left:10px;padding-right:10px}
.gpc .gc-price__v{font-size:17px}
.gpc .gc-price__v span,.gpc .gc-price__v em{font-size:11.5px}
.gpc .gc-stock{font-size:12px}
.gpc .gc-name{font-size:13.5px}
.gpc .gc-card__foot .gc-stock{white-space:normal;line-height:1.25;align-items:flex-start}
.gpc .gc-card__foot .gc-stock::before{margin-top:6px}
}
@media (max-width:340px){
.gpc .gc-price__v{font-size:16px}
}
@media (hover:none){
.gpc .gc-card:hover{transform:none;box-shadow:var(--sh-1)}
.gpc .gc-card:active{transform:scale(.985)}
.gpc .gc-card .gc-tools{opacity:1;transform:none}
}

/* --- boy-gc-quick.css --- */
/* Правила карточки товара, вынутые из боевого gp-cat.css (v28).
   Витрина «Всегда в наличии» собрана ими же, поэтому совпадает с
   каталогом до полей и кеглей. Файл руками не править: пересобрать
   скриптом _spec/grafika/extract_card_css.py. */
.gpc .gc-modal{position:fixed;inset:0;z-index:80;display:none;align-items:center;justify-content:center;
  padding:20px}
.gpc .gc-modal--on{display:flex}
.gpc .gc-modal__bg{position:absolute;inset:0;background:rgba(16,24,40,.55);animation:fade .2s ease both}
.gpc .gc-modal__win{position:relative;width:100%;max-width:440px;background:#fff;border-radius:var(--r-l);
  padding:26px;box-shadow:var(--sh-pop);animation:win .3s var(--ease) both;
  overscroll-behavior:contain;
  max-height:calc(100vh - 40px);max-height:calc(100dvh - 40px);overflow:auto}
.gpc .gc-modal--wide .gc-modal__win{max-width:880px}
.gpc .gc-modal__x{position:absolute;right:14px;top:14px;width:32px;height:32px;border-radius:var(--r-s);
  display:flex;align-items:center;justify-content:center;color:var(--muted);
  transition:background var(--fast) var(--ease),color var(--fast) var(--ease)}
.gpc .gc-modal__x:hover{background:var(--soft);color:var(--ink)}
.gpc .gc-modal__x svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2.2}
.gpc .gc-modal h3{font-size:var(--t-2xl);line-height:1.2;font-weight:700;margin-bottom:6px;
  padding-right:32px;letter-spacing:-.015em}
.gpc .gc-modal__sub{font-size:var(--t-md);color:var(--muted);margin-bottom:18px;line-height:1.55;
  text-wrap:pretty}
.gpc .gc-modal__prod{display:flex;gap:12px;align-items:center;background:var(--soft);
  border-radius:var(--r-s);padding:12px;margin-bottom:18px}
.gpc .gc-modal__prod img{width:48px;height:48px;object-fit:contain;flex:0 0 48px}
.gpc .gc-modal__prod div{font-size:var(--t-sm);line-height:1.45;min-width:0;color:var(--muted)}
.gpc .gc-modal__prod b{display:block;font-weight:500;font-size:var(--t-md);margin-bottom:3px;
  color:var(--ink)}
.gpc .gc-modal__meta{font-size:var(--t-xs);color:var(--muted-2);text-align:center;margin-top:12px}
.gpc .gc-modal__ok{text-align:center;padding:12px 0 4px}
.gpc .gc-modal__ok svg{width:48px;height:48px;stroke:var(--green-d);fill:none;stroke-width:1.8;
  margin:0 auto 14px}
.gpc .gc-modal__ok b{display:block;font-size:var(--t-xl);line-height:1.3;font-weight:500;
  margin-bottom:8px}
.gpc .gc-modal__ok span{font-size:var(--t-md);color:var(--muted);line-height:1.6}
.gpc .gc-modal__win--flush{padding:0;overflow:hidden;display:flex;flex-direction:column}
.gpc .gc-modal__win[tabindex]:focus{outline:none}
.gpc .gc-modal__scroll{flex:1 1 auto;min-height:0;padding:26px 28px;overflow:auto;
  overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
.gpc .gc-modal__scroll::-webkit-scrollbar-button,.gpc .gc-mods__box--long::-webkit-scrollbar-button{display:none;height:0;width:0}
.gpc .gc-modal__scroll::-webkit-scrollbar,.gpc .gc-mods__box--long::-webkit-scrollbar{width:14px}
.gpc .gc-modal__scroll::-webkit-scrollbar-track,.gpc .gc-mods__box--long::-webkit-scrollbar-track{background:transparent}
.gpc .gc-modal__scroll::-webkit-scrollbar-thumb,.gpc .gc-mods__box--long::-webkit-scrollbar-thumb{background:rgba(78,125,241,.38);
  border-radius:999px;border:4px solid transparent;background-clip:content-box;
  min-height:56px}
.gpc .gc-modal__scroll:hover::-webkit-scrollbar-thumb,.gpc .gc-mods__box--long:hover::-webkit-scrollbar-thumb{background:rgba(78,125,241,.55);
  background-clip:content-box}
.gpc .gc-modal__scroll::-webkit-scrollbar-thumb:hover,.gpc .gc-mods__box--long::-webkit-scrollbar-thumb:hover,.gpc .gc-modal__scroll::-webkit-scrollbar-thumb:active,.gpc .gc-mods__box--long::-webkit-scrollbar-thumb:active{background:var(--blue-d);
  background-clip:content-box}
.gpc .gc-modal__win--flush .gc-modal__x{z-index:3;background:rgba(255,255,255,.94)}
.gpc .gc-qv{display:grid;column-gap:28px;grid-template-columns:minmax(0,300px) minmax(0,1fr);
  grid-template-areas:'head head' 'media info'}
.gpc .gc-qv__head{grid-area:head;padding-right:48px;margin-bottom:22px}
.gpc .gc-qv__src{font-size:var(--t-sm);line-height:1.4;color:var(--muted);
  font-variant-numeric:tabular-nums}
.gpc .gc-qv__src i{font-style:normal;color:var(--muted-3);margin:0 .45em}
.gpc .gc-qv__title{font-size:var(--t-2xl);line-height:1.25;font-weight:500;
  letter-spacing:-.015em;text-wrap:balance;margin:6px 0 10px}
.gpc .gc-qv__head .gc-stock{font-size:var(--t-md)}
.gpc .gc-qv__media{grid-area:media;position:sticky;top:0;align-self:start}
.gpc .gc-qv__stage{position:relative;aspect-ratio:4/3;background:#fff;border-radius:var(--r);
  overflow:hidden;outline:1px solid rgba(0,0,0,.06);outline-offset:-1px}
.gpc .gc-qv__shot{position:absolute;inset:0;margin:auto;max-width:88%;max-height:88%;
  width:auto;height:auto;object-fit:contain;opacity:0;
  transition:opacity var(--norm) var(--ease)}
.gpc .gc-qv__shot.is-on{opacity:1}
.gpc .gc-qv__thumbs{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.gpc .gc-qv__t{width:54px;height:54px;flex:none;padding:5px;background:#fff;
  border-radius:var(--r-s);box-shadow:inset 0 0 0 1px var(--line);
  transition:box-shadow var(--fast) var(--ease),background var(--fast) var(--ease)}
.gpc .gc-qv__t img{width:100%;height:100%;object-fit:contain}
.gpc .gc-qv__t:hover{box-shadow:inset 0 0 0 1px var(--line-3)}
.gpc .gc-qv__t[aria-selected=true]{background:var(--blue-l);box-shadow:inset 0 0 0 2px var(--blue-d)}
.gpc .gc-qv__t:active{transform:scale(.96)}
.gpc .gc-qv__facts{list-style:none;margin-top:16px;padding-top:14px;
  box-shadow:inset 0 1px 0 var(--line-2)}
.gpc .gc-qv__facts li{display:flex;gap:8px;align-items:flex-start;font-size:var(--t-sm);
  line-height:1.4;color:var(--muted);margin-bottom:8px}
.gpc .gc-qv__facts li:last-child{margin-bottom:0}
.gpc .gc-qv__facts svg{width:14px;height:14px;flex:none;margin-top:2px;fill:none;
  stroke:var(--blue);stroke-width:2.2}
.gpc .gc-qv__info{grid-area:info;min-width:0}
.gpc .gc-qv__about{font-size:var(--t-md);line-height:1.55;color:var(--muted);
  text-wrap:pretty}
.gpc .gc-qv__sec{margin-top:20px}
.gpc .gc-qv__h{font-size:var(--t-xs);font-weight:500;text-transform:uppercase;
  letter-spacing:.06em;color:var(--muted);margin-bottom:10px}
.gpc .gc-spec{border-radius:var(--r);overflow:hidden;box-shadow:inset 0 0 0 1px #dbe4ff}
.gpc .gc-spec__h{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:16px;
  padding:9px 14px;background:linear-gradient(180deg,#eef3ff,#e4ecff);
  color:var(--blue-d);font-size:var(--t-xs);font-weight:500;
  text-transform:uppercase;letter-spacing:.06em}
.gpc .gc-spec__r{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:16px;
  align-items:baseline;padding:9px 14px;font-size:var(--t-sm);line-height:1.45;
  box-shadow:inset 0 -1px 0 #e8eeff}
.gpc .gc-spec__r:nth-child(odd){background:#f6f9ff}
.gpc .gc-spec__r:last-child{box-shadow:none}
.gpc .gc-spec__n{color:var(--muted);text-wrap:pretty}
.gpc .gc-spec__v{color:var(--ink);font-weight:500;text-wrap:pretty;
  font-variant-numeric:tabular-nums}
.gpc .gc-qv__docs{display:flex;flex-direction:column;gap:6px}
.gpc .gc-doc{display:flex;align-items:center;gap:8px;min-width:0;padding:8px 10px;
  border-radius:var(--r-s);background:var(--surface);
  box-shadow:inset 0 0 0 1px var(--line-2);font-size:var(--t-sm);color:var(--ink);
  transition:background var(--fast) var(--ease),box-shadow var(--fast) var(--ease)}
.gpc .gc-doc span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.gpc .gc-doc svg{width:15px;height:15px;flex:none;fill:none;stroke:var(--blue);stroke-width:1.7}
.gpc .gc-doc:hover{background:var(--blue-l);box-shadow:inset 0 0 0 1px var(--blue-bd,var(--line-3))}
.gpc .gc-doc--more{color:var(--muted);background:none;box-shadow:none;padding-left:0}
.gpc .gc-qv__tabs{display:flex;gap:4px;margin-bottom:10px;padding:3px;
  background:var(--soft);border-radius:var(--r-s)}
.gpc .gc-qv__tab{flex:1 1 0;display:flex;align-items:center;justify-content:center;gap:7px;
  padding:8px 10px;border-radius:7px;font-size:var(--t-sm);color:var(--muted);
  transition:background var(--fast) var(--ease),color var(--fast) var(--ease),
  box-shadow var(--fast) var(--ease)}
.gpc .gc-qv__tab span{font-size:var(--t-xs);color:var(--muted-2);
  font-variant-numeric:tabular-nums}
.gpc .gc-qv__tab:hover{color:var(--ink)}
.gpc .gc-qv__tab[aria-selected=true]{background:#fff;color:var(--ink);font-weight:500;
  box-shadow:var(--sh-1)}
.gpc .gc-qv__tab[aria-selected=true] span{color:var(--blue-d)}
.gpc .gc-mods{border-radius:var(--r);background:var(--surface);
  box-shadow:inset 0 0 0 1px var(--line-2);overflow:hidden}
.gpc .gc-mods__box{overflow:hidden}
.gpc .gc-mods__box--long{overflow:auto;overscroll-behavior:contain;max-height:230px}
.gpc .gc-mods__box:focus-visible{outline:2px solid var(--blue);outline-offset:-2px}
.gpc .gc-mods__l{list-style:none}
.gpc .gc-mods__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;
  align-items:baseline;width:100%;padding:9px 14px;background:#fff;text-align:left;
  font-size:var(--t-md);line-height:1.4;box-shadow:inset 0 -1px 0 var(--line-2);
  transition:background var(--fast) var(--ease),box-shadow var(--fast) var(--ease)}
.gpc .gc-mods__row:hover{background:var(--blue-l)}
.gpc .gc-mods__row[aria-checked=true]{background:var(--blue-l);
  box-shadow:inset 0 0 0 1px var(--blue),inset 3px 0 0 var(--blue)}
.gpc .gc-mods__n{color:var(--ink);overflow-wrap:break-word}
.gpc .gc-mods__p{color:var(--ink);font-weight:500;white-space:nowrap}
.gpc .gc-mods__rest{padding:9px 14px;font-size:var(--t-xs);line-height:1.45;color:var(--muted);
  box-shadow:inset 0 1px 0 var(--line-2)}
.gpc .gc-qv__buy{flex:none;display:flex;flex-wrap:wrap;align-items:center;gap:12px 20px;
  padding:16px 28px;background:#fff;box-shadow:inset 0 1px 0 var(--line);
  border-radius:0 0 var(--r-l) var(--r-l)}
.gpc .gc-qv__price{flex:1 1 200px;min-width:0}
.gpc .gc-qv__price .gc-price__v{font-size:var(--t-3xl);line-height:1.2}
.gpc .gc-qv__range{margin-top:2px;font-size:var(--t-sm);line-height:1.4;color:var(--muted);
  font-variant-numeric:tabular-nums}
.gpc .gc-qv__reset{font-size:var(--t-sm);color:var(--blue-d);text-decoration:underline;
  text-underline-offset:2px}
.gpc .gc-qv__acts{display:flex;align-items:center;gap:10px}
.gpc .gc-qv__link{display:inline-flex;align-items:center;gap:6px;min-height:24px;
  font-size:var(--t-sm);color:var(--blue-d)}
.gpc .gc-qv__link svg{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:2}
.gpc .gc-qv__link:hover{text-decoration:underline;text-underline-offset:3px}
.gpc .gc-modal__mod{margin-top:6px;font-size:var(--t-xs);color:var(--blue-d);
  font-variant-numeric:tabular-nums}
.gpc .gc-static .gc-card--in,.gpc .gc-static .gc-modal__win,.gpc .gc-static .gc-modal__bg{animation:none!important}
.gpc .gc-qv__price .gc-price__v--ask{font-size: var(--t-xl)}
.gpc .gc-qv__about p + p{margin-top: 10px}
@keyframes fade{from{opacity:0}to{opacity:1}}
@keyframes win{from{opacity:0;transform:translateY(10px) scale(.99)}to{opacity:1;transform:none}}
@media (max-width:900px){
.gpc .gc-qv{grid-template-columns:minmax(0,1fr);
    grid-template-areas:'head' 'media' 'info';row-gap:20px}
.gpc .gc-qv__head{margin-bottom:0}
.gpc .gc-qv__media{position:static}
.gpc .gc-qv__stage{max-height:42vh}
.gpc .gc-modal__scroll{padding:20px 16px}
.gpc .gc-qv__buy{padding:12px 16px;gap:10px 14px}
}
@media (max-width:640px){
.gpc .gc-modal--sheet{align-items:flex-end;padding:0}
.gpc .gc-modal--sheet .gc-modal__win{max-width:none;max-height:92dvh;
    border-radius:var(--r-l) var(--r-l) 0 0}
.gpc .gc-modal--sheet .gc-qv__buy{border-radius:0;
    padding-bottom:calc(12px + env(safe-area-inset-bottom))}
.gpc .gc-qv__head{padding-right:40px}
.gpc .gc-qv__price{flex:1 1 100%}
.gpc .gc-qv__price .gc-price__v{font-size:var(--t-2xl)}
.gpc .gc-qv__acts{flex:1 1 100%;display:grid;grid-template-columns:minmax(0,1fr) 52px;gap:10px}
.gpc .gc-qv__acts .gc-cart__t{position:absolute;width:1px;height:1px;margin:-1px;
    overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.gpc .gc-qv__acts .gc-cart{padding:12px 0;justify-content:center}
.gpc .gc-qv__link{flex:1 1 100%}
}
@media (max-width:640px){
.gpc .gc-modal__win{padding:20px 16px}
}
@media (max-width: 640px){
.gpc .gc-qv__acts--one{grid-template-columns: minmax(0, 1fr)}
}

/* --- v4.css (без правил боевой шапки) --- */
.gh-body{ margin: 0; font-family: var(--font); background: var(--bg);
      -webkit-font-smoothing: antialiased;
      --steel: #8d95ab; --deep: #161d34; --deep-2: #1f2842; --tick: #c9d1e4;
      --muted: #6a6e7d;   
      --green-d: #278748;  }
.gh{ color: var(--ink); font-size: 14px; line-height: 1.6; }
.gh, .gh *, .gh *::before, .gh *::after{ box-sizing: border-box; }
.gh :where(img){ max-width: 100%; height: auto; display: block; }
.gh :where(a){ color: var(--blue-d); text-decoration: none; }
.gh :where(h1, h2, h3, h4, p, ul, ol, figure){ margin: 0; }
.gh :where(ul, ol){ list-style: none; padding: 0; }
.gh :where(button){ font: inherit; color: inherit; border: 0; background: none; cursor: pointer; }
.gh :where(svg){ stroke-linecap: round; stroke-linejoin: round; }
.gh :focus-visible{ outline: 2px solid var(--blue); outline-offset: 3px; }
.gh :where(a, summary, [tabindex]):focus-visible{ border-radius: 6px; }
.gh-dark :focus-visible{ outline-color: #9dbaff; }
.gh-wrap{ max-width: 1480px; margin: 0 auto; padding: 0 30px; }
.gh-sr{ position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.gh-num{ font-variant-numeric: tabular-nums; }
.gh-cap{ display: flex; align-items: center; gap: 12px; min-width: 0; }
.gh-cap h3, .gh-cap b{ min-width: 0; overflow-wrap: break-word; }
.gh-ic{ flex: none; width: 26px; height: 26px; display: grid; place-items: center;
  color: #7f8cae; transition: color .18s; }
.gh-dark .gh-ic{ color: rgba(255,255,255,.7); }
.gh-head{ position: relative; display: flex; align-items: flex-end; gap: 28px;
  margin-bottom: 30px; }
.gh-head__t{ min-width: 0; flex: 1 1 auto; }
.gh-head h2{ font-size: 34px; line-height: 1.18; font-weight: 500; letter-spacing: -.022em;
  text-wrap: balance; }
.gh-head p{ margin-top: 12px; font-size: 16.5px; line-height: 1.6; color: var(--muted); }
.gh-head__more{ flex: none; font-size: 14px; color: var(--blue-d); padding-bottom: 4px;
  border-bottom: 1px solid rgba(78,125,241,.3); transition: border-color .18s, color .18s; }
.gh-head__more:hover{ color: var(--blue-d); border-bottom-color: var(--blue-d); }
.gh-dark .gh-head h2{ color: #fff; }
.gh-dark .gh-head p{ color: #b6bfd6; }
.gh-btn{ position: relative;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 48px; padding: 7px 26px; border-radius: var(--r-ctl); font-size: 15.5px; font-weight: 500;
  text-align: center;
  background: var(--accent); color: #fff; transition: background .18s, box-shadow .18s, transform .12s; }
.gh-btn:hover{ background: var(--accent-d); box-shadow: 0 14px 30px -14px rgba(232,84,31,.7); }
.gh-btn:active{ transform: translateY(1px); }
.gh-btn--ghost{ background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1px var(--line); }
.gh-btn--ghost:hover{ background: #fff; box-shadow: inset 0 0 0 1px #cdd6ea, var(--shadow); }
.gh-btn--onDark{ background: rgba(255,255,255,.1); color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.22); }
.gh-btn--onDark:hover{ background: rgba(255,255,255,.18); box-shadow: inset 0 0 0 1px rgba(255,255,255,.4); }
.gh-btn--blue{ background: var(--blue); }
.gh-btn--blue:hover{ background: var(--blue-d); box-shadow: 0 10px 24px -12px rgba(78,125,241,.8); }
[data-spot]{ position: relative; }
[data-spot]::after{ content: ""; position: absolute; inset: 0; border-radius: inherit;
  pointer-events: none; opacity: 0; transition: opacity .35s; z-index: 0;
  background: radial-gradient(260px circle at var(--mx, 50%) var(--my, 0%),
              rgba(78,125,241,.13), transparent 62%); }
[data-spot]:hover::after{ opacity: 1; }
[data-spot] > *{ position: relative; z-index: 1; }
.gh-dark [data-spot]::after{
  background: radial-gradient(280px circle at var(--mx, 50%) var(--my, 0%),
              rgba(255,255,255,.10), transparent 62%); }
.gh-mod--key[data-spot]::after{
  background: radial-gradient(280px circle at var(--mx, 50%) var(--my, 0%),
              rgba(140,255,196,.13), transparent 62%); }
.gh-sec{ padding: 64px 0; }
.gh-sec--tight{ padding: 46px 0; }
.gh-sec--soft{ background: #fff; }
.gh-sec--blue{ background: linear-gradient(180deg, #f6f8fe 0%, #edf1fa 100%); }
.gh-top{ background: #fff; padding: 22px 0 52px; }
.gh-top__grid{ display: grid; grid-template-columns: 268px minmax(0, 1fr); gap: 26px; align-items: start; }
.gh-rail{ position: sticky; top: 84px; background: #fff; border: 1px solid #eaeef7;
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 2px 4px rgba(24,34,68,.04), 0 22px 46px -30px rgba(24,34,68,.32); }
.gh-rail__h{ display: flex; width: 100%; align-items: center; gap: 11px; padding: 16px 18px;
  background: linear-gradient(100deg, var(--navy) 0%, var(--navy-2) 100%);
  color: #fff; font-size: 15px; font-weight: 500; text-align: left; }
.gh-rail__h .gh-bars{ display: grid; gap: 3px; }
.gh-rail__h .gh-bars i{ display: block; width: 15px; height: 2px; border-radius: 2px; background: currentColor; }
.gh-rail__body{ padding: 10px 10px 0; }
.gh-rail__box{ margin-bottom: 8px; border: 1px solid #dfe5ef; border-radius: 12px;
  background: #fff; overflow: hidden; }
.gh-rail__grp{ display: flex; align-items: center; gap: 8px; padding: 7px 12px 6px;
  background: #eef2f9; border-bottom: 1px solid #dfe5ef;
  font-size: 11px; font-weight: 600; line-height: 1.3; letter-spacing: .06em;
  text-transform: uppercase; color: #454c66; }
.gh-rail__grp::before{ content: ""; flex: none; width: 6px; height: 6px; border-radius: 2px;
  background: var(--blue); }
.gh-rail ul{ padding: 0 8px 6px; }
.gh-rail__box > ul{ padding: 4px; }
.gh-rail li a{ position: relative; display: flex; align-items: center; gap: 8px;
  padding: 7px 10px 7px 12px; border-radius: 9px; font-size: 13.5px; line-height: 1.35;
  color: var(--ink); transition: background .16s, color .16s; }
.gh-rail li a::before{ content: ""; position: absolute; left: 2px; top: 50%; width: 2px; height: 0;
  background: var(--blue); border-radius: 2px; transform: translateY(-50%); transition: height .18s; }
.gh-rail li a:hover{ background: var(--soft); color: var(--blue-d); }
.gh-rail li a:hover::before{ height: 18px; }
.gh-rail li a svg{ flex: none; margin-left: auto; opacity: .35; }
.gh-rail__foot{ margin: 0 -10px; padding: 12px 16px 16px; border-top: 1px solid var(--line-2); }
.gh-rail__foot .gh-btn{ width: 100%; min-height: 42px; font-size: 14px; }
.gh-rail__mob{ display: none; }
.gh-bn{ position: relative; border-radius: 22px; overflow: hidden; background: var(--deep);
  box-shadow: 0 2px 6px rgba(24,34,68,.06), 0 34px 64px -34px rgba(24,34,68,.5); }
.gh-bn__vp{ display: flex; overflow-x: auto; overflow-y: hidden;
  overscroll-behavior: contain; scroll-snap-type: x mandatory;
  scrollbar-width: none; -ms-overflow-style: none; }
.gh-bn__vp::-webkit-scrollbar{ display: none; }
.gh-bn__it{ position: relative; flex: 0 0 100%; scroll-snap-align: start;
  min-height: 470px; display: flex; align-items: flex-end; }
.gh-bn__media{ position: absolute; inset: 0; }
.gh-bn__media img, .gh-bn__media video{ width: 100%; height: 100%; object-fit: cover; }
.gh-bn__it::after{ content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(92deg, rgba(16,22,40,.94) 0%, rgba(16,22,40,.8) 34%,
              rgba(16,22,40,.36) 60%, rgba(16,22,40,.12) 100%); }
.gh-bn__hit{ position: absolute; z-index: 1; inset: 0; }
span.gh-bn__hit{ cursor: pointer; }
.gh-bn__in{ position: relative; z-index: 2; width: 100%; max-width: 620px; padding: 44px 40px 54px; color: #fff;
  pointer-events: none; }
.gh-bn__in a, .gh-bn__in button{ pointer-events: auto; }
.gh-bn__eyebrow{ display: inline-flex; align-items: center; gap: 9px; font-size: 13px;
  color: #a9c0ff; margin-bottom: 18px; }
.gh-bn__eyebrow i{ width: 6px; height: 6px; flex: none; border-radius: 50%; background: #6f97ff; }
.gh-bn__t{ font-size: 46px; line-height: 1.08; font-weight: 500; letter-spacing: -.03em;
  color: #fff; text-wrap: balance; }
.gh-bn__t b{ font-weight: 500; }
.gh-bn__p{ margin-top: 14px; font-size: 15.5px; line-height: 1.6; color: rgba(255,255,255,.82); }
.gh-bn__row{ margin-top: 26px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.gh-bn__price{ font-size: 15px; color: rgba(255,255,255,.78); }
.gh-bn__price b{ font-size: 19px; color: #fff; font-weight: 500; letter-spacing: -.02em; }
.gh-bn__chips{ margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px; }
.gh-bn__chip{ display: inline-flex; align-items: center; height: 30px; padding: 0 13px;
  border-radius: 999px; font-size: 13px; color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.1); box-shadow: inset 0 0 0 1px rgba(255,255,255,.16);
  transition: background .16s; }
a.gh-bn__chip:hover{ background: rgba(255,255,255,.22); }
.gh-bn__vid{ position: absolute; z-index: 3; right: 22px; top: 22px;
  display: inline-flex; align-items: center; gap: 8px; height: 30px; padding: 0 13px 0 11px;
  border-radius: 999px; font-size: 12.5px; color: #fff; background: rgba(12,17,32,.5);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.22); }
.gh-bn__vid::before{ content: ""; width: 0; height: 0; flex: none;
  border: 5px solid transparent; border-left: 8px solid #fff; border-right: 0; }
.gh-bn__it--video::after{ display: none; }
.gh-bn__it--video .gh-bn__hit:focus-visible{ outline: 3px solid #7ea2ff; outline-offset: -6px; }
.gh-bn__it--light::after{ background: linear-gradient(92deg,
  rgba(247,249,253,.98) 0%, rgba(247,249,253,.9) 34%,
  rgba(247,249,253,.42) 62%, rgba(247,249,253,0) 100%); }
.gh-bn__it--light .gh-bn__t{ color: var(--ink); }
.gh-bn__it--light .gh-bn__p{ color: #4f566c; }
.gh-bn__it--light .gh-bn__eyebrow{ color: var(--blue-d); }
.gh-bn__it--light .gh-bn__eyebrow i{ background: var(--blue); }
.gh-bn__it--light .gh-bn__price{ color: #4f566c; }
.gh-bn__it--light .gh-bn__price b{ color: var(--ink); }
.gh-bn__it--light .gh-bn__chip{ color: #2b3550; background: rgba(20,32,68,.06);
  box-shadow: inset 0 0 0 1px rgba(20,32,68,.14); }
.gh-bn__it--light a.gh-bn__chip:hover{ background: rgba(20,32,68,.12); }
.gh-bn__it--light .gh-btn--onDark{ color: var(--ink); background: rgba(20,32,68,.06);
  box-shadow: inset 0 0 0 1px rgba(20,32,68,.16); }
.gh-bn__it--light .gh-btn--onDark:hover{ background: rgba(20,32,68,.12); }
.gh-bn--light .gh-bn__tick span{ background: rgba(24,34,68,.34); }
.gh-bn--light .gh-bn__tick:hover span{ background: rgba(24,34,68,.6); }
.gh-bn--light .gh-bn__tick.is-on span{ background: var(--ink); }
.gh-bn__logo{ height: 50px; width: auto; border-radius: 4px; margin-bottom: 18px; }
.gh-bn__grid{ position: absolute; inset: 0;
  background: radial-gradient(120% 90% at 78% 30%, #2e4f9c 0%, #1b2440 58%, #151c33 100%); }
.gh-bn__ui{ position: absolute; z-index: 3; left: 0; right: 0; bottom: 0;
  display: flex; align-items: flex-end; justify-content: space-between;
  pointer-events: none; }
.gh-bn__ticks{ display: flex; align-items: center; gap: 8px; height: 44px;
  padding: 0 20px 0 18px; border-radius: 0 16px 0 22px;
  background: rgba(10,15,28,.5); backdrop-filter: blur(10px); pointer-events: auto; }
.gh-bn__tick{ display: grid; place-items: center; height: 44px; padding: 0; }
.gh-bn__tick span{ display: block; width: 7px; height: 7px; border-radius: 99px;
  background: rgba(255,255,255,.45);
  transition: background .18s, width .28s cubic-bezier(.16,1,.3,1); }
.gh-bn__tick:hover span{ background: rgba(255,255,255,.75); }
.gh-bn__tick.is-on span{ background: #fff; width: 26px; }
.gh-bn__nav{ display: flex; align-items: center; gap: 2px; height: 44px;
  padding: 0 8px; border-radius: 16px 0 22px 0;
  background: rgba(10,15,28,.5); backdrop-filter: blur(10px); pointer-events: auto; }
.gh-bn__nav button{ width: 36px; height: 36px; display: grid; place-items: center;
  border-radius: 50%; color: #fff; transition: background .18s; }
.gh-bn__nav button:hover{ background: rgba(255,255,255,.16); }
.gh-bn--light .gh-bn__ticks, .gh-bn--light .gh-bn__nav{ background: rgba(255,255,255,.76); }
.gh-bn--light .gh-bn__nav button{ color: var(--ink); }
.gh-bn--light .gh-bn__nav button:hover{ background: rgba(24,34,68,.1); }
.gh-title{ margin-top: 30px; }
.gh-title h1{ font-size: 40px; line-height: 1.1; font-weight: 500; letter-spacing: -.03em;
  text-wrap: balance; }
.gh-title p{ margin-top: 18px; font-size: 17.5px; line-height: 1.6; color: #4f566c; }
.gh-title p a{ border-bottom: 1px solid rgba(78,125,241,.32); }
.gh-exp{ margin-top: 26px; display: grid; grid-template-columns: 358px minmax(0, 1fr);
  overflow: hidden; border-radius: 20px; background: #fff;
  box-shadow: 0 0 0 1px #e4eaf8, 0 22px 44px -30px rgba(24,34,68,.42); }
.gh-exp__h{ padding: 30px 30px 28px;
  background: linear-gradient(160deg, #eef3ff 0%, #f7f9ff 62%, #fdfeff 100%);
  display: flex; flex-direction: column; }
.gh-exp__eyebrow{ display: block; margin-bottom: 10px; font-size: 12.5px; letter-spacing: .06em;
  text-transform: uppercase; color: #7b89ad; }
.gh-exp h2{ font-size: 24px; line-height: 1.18; font-weight: 500; letter-spacing: -.022em;
  color: var(--ink); text-wrap: balance; }
.gh-exp__h p{ margin-top: 12px; font-size: 14px; line-height: 1.55; color: var(--muted); }
.gh-exp__btn{ align-self: flex-start; margin-top: 22px;
  min-height: 46px; padding: 7px 22px; font-size: 14.5px; white-space: nowrap; }
.gh-exp ul{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gh-exp li{ position: relative; padding: 30px 26px 28px; }
.gh-exp li + li::before{ content: ""; position: absolute; left: 0; top: 30px; bottom: 28px;
  width: 1px; background: #eef1f8; }
.gh-exp__top{ display: flex; align-items: center; gap: 13px; margin-bottom: 14px;
  min-height: 42px; }
.gh-exp__ic{ flex: none; display: grid; place-items: center; width: 42px; height: 42px;
  border-radius: 13px; color: var(--blue-d);
  background: #f1f5ff; box-shadow: inset 0 0 0 1px rgba(78,125,241,.16); }
.gh-exp b{ display: block; font-size: 15px; font-weight: 500; line-height: 1.28; color: var(--ink);
  text-wrap: balance; }
.gh-exp li > span:not(.gh-exp__top){ display: block; font-size: 13.5px;
  line-height: 1.56; color: var(--muted); }
.gh-exp__h{ position: relative; overflow: hidden; }
.gh-exp__h::before{ content: ""; position: absolute; z-index: 0;
  left: -30%; top: -60%; width: 120%; height: 190%; border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(78,125,241,.18) 0%, rgba(78,125,241,0) 70%);
  animation: gh-exp-breathe 9s ease-in-out infinite; }
.gh-exp__h > *{ position: relative; z-index: 1; }
@keyframes gh-exp-breathe{
0%, 100%{ transform: translate3d(-4%, 2%, 0) scale(1); opacity: .7; }
50%{ transform: translate3d(6%, -3%, 0) scale(1.14); opacity: 1; }
}
.gh-exp[data-exp] .gh-exp__eyebrow, .gh-exp[data-exp] h2, .gh-exp[data-exp] .gh-exp__h p, .gh-exp[data-exp] .gh-exp__btn, .gh-exp[data-exp] li{ opacity: 0; transform: translateY(12px); }
.gh-exp[data-exp].is-in .gh-exp__eyebrow, .gh-exp[data-exp].is-in h2, .gh-exp[data-exp].is-in .gh-exp__h p, .gh-exp[data-exp].is-in .gh-exp__btn, .gh-exp[data-exp].is-in li{
  opacity: 1; transform: none;
  transition: opacity .55s cubic-bezier(.16,1,.3,1), transform .55s cubic-bezier(.16,1,.3,1); }
.gh-exp.is-in .gh-exp__eyebrow{ transition-delay: .04s; }
.gh-exp.is-in h2{ transition-delay: .10s; }
.gh-exp.is-in .gh-exp__h p{ transition-delay: .16s; }
.gh-exp.is-in .gh-exp__btn{ transition-delay: .26s; }
.gh-exp.is-in li:nth-child(1){ transition-delay: .20s; }
.gh-exp.is-in li:nth-child(2){ transition-delay: .30s; }
.gh-exp.is-in li:nth-child(3){ transition-delay: .40s; }
.gh-exp__proof{ grid-column: 1 / -1; display: grid; gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  padding: 14px 20px; border-top: 1px solid #eef1f8; background: #fbfcff; }
.gh-exp__proof a{ display: flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 40px; padding: 7px 12px; border-radius: 10px; text-align: center;
  font-size: 12.75px; font-weight: 500; line-height: 1.3; color: #3b4360;
  background: #fff; box-shadow: inset 0 0 0 1px #e2e8f6;
  transition: color .16s, box-shadow .16s, transform .16s, background .16s; }
.gh-exp__proof a:hover{ color: var(--blue-d); background: #f6f9ff;
  box-shadow: inset 0 0 0 1px #c3d3f7, 0 8px 18px -12px rgba(43,86,190,.6);
  transform: translateY(-1px); }
.gh-exp__proof a > svg:first-child{ color: var(--blue); flex: none; }
.gh-exp__go{ color: #9aa4bd; flex: none; transition: transform .18s, color .18s; }
.gh-exp__proof a:hover .gh-exp__go{ color: var(--blue-d); transform: translateX(2px); }
.gh-exp__ext{ color: #9aa4bd; flex: none; }
.gh-exp__ext{ color: #9aa4bd; flex: none; }
.gh-exp li{ transition: background .22s; }
.gh-exp li:hover{ background: #fbfcff; }
.gh-exp__ic{ position: relative; overflow: hidden;
  transition: background .22s, color .22s, transform .28s cubic-bezier(.16,1,.3,1),
              box-shadow .22s; }
.gh-exp li:hover .gh-exp__ic{ transform: translateY(-3px);
  background: var(--blue-d); color: #fff;
  box-shadow: 0 10px 22px -10px rgba(43,86,190,.75), inset 0 0 0 1px rgba(78,125,241,.2); }
.gh-exp__ic::after{ content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(255,255,255,0) 38%, rgba(255,255,255,.55) 50%,
              rgba(255,255,255,0) 62%);
  transform: translateX(-130%); }
.gh-exp li:hover .gh-exp__ic::after{ animation: gh-exp-shine .7s ease-out; }
@keyframes gh-exp-shine{
to{ transform: translateX(130%); }
}
.gh-exp b{ transition: color .2s; }
.gh-exp li:hover b{ color: var(--blue-d); }
.gh-doors{ margin-top: 26px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #fff; border-radius: 20px; overflow: hidden;
  box-shadow: 0 0 0 1px #eaeef7, 0 18px 40px -30px rgba(24,34,68,.45); }
.gh-door{ position: relative; display: flex; flex-direction: column; padding: 28px 24px 26px;
  transition: background .18s; }
.gh-door + .gh-door::before{ content: ""; position: absolute; left: 0; top: 28px; bottom: 26px;
  width: 1px; background: #eaeef7; }
.gh-door:hover{ background: #fafbff; }
.gh-door:hover .gh-ic, .gh-tile:hover .gh-ic, .gh-card:hover .gh-ic{ color: var(--blue-d); }
.gh-door h3{ font-size: 17.5px; line-height: 1.24; font-weight: 500; color: var(--ink);
  letter-spacing: -.008em; transition: color .16s; }
.gh-door:hover h3{ color: var(--blue-d); }
.gh-door p{ margin-top: 14px; font-size: 14px; line-height: 1.55; color: var(--muted); }
.gh-door__go{ margin-top: auto; padding-top: 18px; font-size: 14px; font-weight: 500;
  color: var(--blue-d); align-self: flex-start; }
.gh-door__go::after{ content: ""; display: block; width: 0; height: 1px; margin-top: 3px;
  background: var(--blue-d); transition: width .22s cubic-bezier(.16,1,.3,1); }
.gh-door:hover .gh-door__go::after{ width: 100%; }
.gh-door--key{ background: linear-gradient(180deg, #f1f5ff 0%, #fcfdff 72%); }
.gh-door--key:hover{ background: linear-gradient(180deg, #eaf0ff 0%, #f9fbff 72%); }
.gh-door--key::after{ content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px;
  background: var(--blue); }
.gh-door--key .gh-ic{ color: var(--blue-d); }
.gh-door--key p{ margin-bottom: 18px; }
.gh-door--key .gh-btn{ margin-top: auto; min-height: 42px; font-size: 14px; }
.gh-proof{ position: relative; display: grid;
  box-shadow: 0 30px 58px -34px rgba(24,34,68,.55);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  background: linear-gradient(120deg, var(--navy) 0%, var(--navy-2) 100%);
  border-radius: 0 0 20px 20px; overflow: hidden; }
.gh-proof__i{ position: relative; display: flex; flex-direction: column; gap: 9px;
  padding: 26px 24px 24px; color: #fff; transition: background .18s; }
.gh-proof__i + .gh-proof__i::after{ content: ""; position: absolute; left: 0; top: 28px; bottom: 24px;
  width: 1px; background: rgba(255,255,255,.12); }
.gh-proof__i:hover{ background: rgba(255,255,255,.06); }
.gh-proof__i b{ display: block; font-size: 16px; font-weight: 500; line-height: 1.28; color: #fff; }
.gh-proof__i b svg{ display: inline-block; vertical-align: -2px; margin-left: 6px; opacity: .7; }
.gh-proof__i span{ margin-top: auto; font-size: 13px; line-height: 1.52; color: #aab4cd; }
.gh-shelf{ margin-top: 62px; }
.gh-goods{ display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.gh-good{ display: flex; flex-direction: column; background: #fff;
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 0 0 1px #e1e6f1, 0 1px 2px rgba(28,39,66,.05);
  transition: box-shadow .2s, transform .2s; }
.gh-good:hover{ box-shadow: 0 0 0 1px #cdd4e3, 0 14px 30px -18px rgba(24,34,68,.34);
  transform: translateY(-3px); }
.gh-good__pic{ position: relative; aspect-ratio: 1 / 1; background: #fff;
  outline: 1px solid rgba(0,0,0,.06); outline-offset: -1px;
  border-radius: 14px 14px 0 0; overflow: hidden; }
.gh-good__pic img{ position: absolute; inset: 0; margin: auto;
  max-width: 84%; max-height: 84%; width: auto; height: auto; object-fit: contain;
  transition: transform .5s cubic-bezier(.16,1,.3,1); }
.gh-good:hover .gh-good__pic img{ transform: scale(1.04); }
.gh-good__flag{ position: absolute; z-index: 2; left: 12px; top: 12px; height: 24px; padding: 0 10px;
  display: inline-flex; align-items: center; border-radius: 999px; font-size: 12px; font-weight: 500;
  background: var(--accent); color: #fff; }
.gh-good__b{ display: flex; flex-direction: column; gap: 8px; flex: 1 1 auto;
  padding: 14px 16px 16px; }
.gh-good h3{ font-size: 14px; line-height: 1.4; font-weight: 500;
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;
  overflow: hidden; min-height: 4.2em; }
.gh-good h3 a{ color: var(--ink); }
.gh-good h3 a:hover{ color: var(--blue-d); }
.gh-good__art{ position: absolute; width: 1px; height: 1px; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.gh-good__mods{ display: block; width: 100%; font-size: 13px; line-height: 1.5;
  color: var(--blue-d); font-variant-numeric: tabular-nums;
  text-decoration: underline; text-decoration-thickness: from-font;
  text-underline-offset: 3px; text-decoration-color: rgba(58,99,201,.35); }
.gh-good__buy{ margin-top: auto; padding-top: 8px; display: flex;
  flex-direction: column; gap: 8px; }
.gh-btn--wide{ width: 100%; min-height: 42px; padding: 6px 10px; font-size: 13.5px;
  gap: 7px; white-space: nowrap; }
.gh-btn--wide svg{ flex: none; }
.gh-good__stat{ margin-top: 0; display: inline-flex; align-items: center; gap: 7px;
  font-size: 12.5px; color: var(--green-d); }
.gh-good__stat i{ width: 7px; height: 7px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 0 3px var(--green-l); }
.gh-good__price{ margin-top: auto; padding-top: 8px; display: flex; align-items: baseline;
  gap: 6px; flex-wrap: wrap; color: var(--muted); font-size: 13px; }
.gh-good__price b{ font-size: 20px; font-weight: 500; letter-spacing: -.024em; color: var(--ink); }
.gh-good__price span{ font-size: 13px; color: var(--muted); }
.gh-good__old{ font-size: 13px; color: var(--muted); text-decoration: line-through; }
.gh-good .gh-btn{ margin-top: 14px; min-height: 40px; font-size: 14px; }
.gh-sol__grid{ display: grid; grid-template-columns: 1.24fr 1fr 1fr; align-items: stretch;
  background: #fff; border-radius: 20px; overflow: hidden;
  box-shadow: 0 0 0 1px #e7ecf7, 0 2px 6px rgba(24,34,68,.04),
              0 30px 60px -36px rgba(24,34,68,.4); }
.gh-sol__col{ position: relative; display: flex; flex-direction: column; min-width: 0;
  padding: 22px 22px 24px; }
.gh-sol__col:first-child{ background: #f6f9ff; }
.gh-sol__col + .gh-sol__col::before{ content: ""; position: absolute; left: 0; top: 22px; bottom: 24px;
  width: 1px; background: #eaeef7; }
.gh-sol__col > h3{ font-size: 13px; font-weight: 500; color: var(--muted);
  padding-bottom: 13px; margin-bottom: 6px; border-bottom: 1px solid var(--line-2); }
.gh-sol__big{ display: grid; }
.gh-tile{ display: flex; flex-direction: column; gap: 5px; padding: 13px 12px;
  border-radius: 10px; transition: background .16s; }
.gh-tile + .gh-tile{ box-shadow: inset 0 1px 0 var(--line-2); }
.gh-tile:hover + .gh-tile{ box-shadow: none; }
.gh-sol__big, .gh-sol__col:nth-child(2) .gh-rows{ flex: 1 1 auto; }
.gh-sol__big .gh-tile{ flex: 1 1 auto; justify-content: center; }
.gh-sol__col:nth-child(2) .gh-rows a{ flex: 1 1 auto; }
.gh-tile:hover{ background: var(--soft); }
.gh-tile b{ font-size: 15px; font-weight: 500; line-height: 1.3; color: var(--ink); }
.gh-tile:hover b{ color: var(--blue-d); }
.gh-tile > span:last-child{ font-size: 12.5px; line-height: 1.5; color: var(--muted); }
.gh-rows{ display: flex; flex-direction: column; }
.gh-rows a{ position: relative; display: flex; align-items: center; gap: 12px;
  padding: 12px 10px 12px 14px; border-radius: 10px;
  color: var(--ink); font-size: 14px;
  transition: background .16s, color .16s, padding-left .16s; }
.gh-rows a::before{ content: ""; position: absolute; left: 0; top: 50%; width: 2px; height: 0;
  background: var(--blue); border-radius: 2px; transform: translateY(-50%); transition: height .18s; }
.gh-rows a + a{ box-shadow: inset 0 1px 0 var(--line-2); }
.gh-rows a:hover{ background: var(--soft); color: var(--blue-d); box-shadow: none; padding-left: 20px; }
.gh-rows a:hover::before{ height: 20px; }
.gh-rows a:hover + a{ box-shadow: none; }
.gh-rows a svg{ margin-left: auto; flex: none; opacity: .3; }
.gh-sol__col:nth-child(3) .gh-rows{ margin-bottom: 16px; }
.gh-sol__col:nth-child(3) .gh-rows a{ padding-top: 8px; padding-bottom: 8px; }
.gh-sol__col:nth-child(3) .gh-rows{ margin-bottom: 12px; }
.gh-sol__col:nth-child(3) .gh-ask{ padding: 14px 16px; }
.gh-sol__col:nth-child(3) .gh-ask p{ margin-top: 4px; }
.gh-sol__col:nth-child(3) .gh-ask .gh-btn{ margin-top: 10px; min-height: 36px; }
.gh-ask{ position: relative; overflow: hidden; margin-top: auto; padding: 20px 18px 18px;
  border-radius: 16px; color: #fff;
  background: linear-gradient(140deg, var(--navy) 0%, var(--navy-2) 100%); }
.gh-ask b{ display: block; font-size: 15px; font-weight: 500; }
.gh-ask p{ margin-top: 8px; font-size: 13px; line-height: 1.55; color: #b6bfd6; }
.gh-ask .gh-btn{ margin-top: 16px; min-height: 40px; font-size: 14px; color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.26); }
.gh-ask .gh-btn:hover{ background: rgba(255,255,255,.14); box-shadow: inset 0 0 0 1px rgba(255,255,255,.45); }
.gh-sol__foot{ margin-top: 26px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.gh-sol__note{ font-size: 14.5px; color: var(--muted); }
.gh-flag{ position: relative; overflow: hidden; background: var(--deep); color: #fff; }
.gh-wm{ position: absolute; z-index: 0; left: -70px; bottom: -96px; width: 1200px; height: auto;
  clip-path: inset(0 73% 0 0); opacity: .06; pointer-events: none;
  --lg-1: #fff; --lg-2: #fff; --lg-3: #fff; }
.gh-wm--right{ left: auto; right: -836px; bottom: auto; top: -86px; width: 1100px; opacity: .05; }
.gh-flag::before{ content: ""; position: absolute; inset: 0;
  background: radial-gradient(80% 120% at 88% 40%, rgba(67,193,109,.16) 0%, transparent 62%); }
.gh-flag__in{ position: relative; z-index: 2; display: grid;
  grid-template-columns: minmax(0, 1fr) 430px; gap: 50px; align-items: center; padding: 66px 30px; }
.gh-flag h2{ font-size: 38px; line-height: 1.12; font-weight: 500; letter-spacing: -.028em; color: #fff; }
.gh-flag__p{ margin-top: 18px; font-size: 16.5px; line-height: 1.6; color: #b8c2da; }
.gh-flag__cta{ margin-top: 30px; display: flex; align-items: center; gap: 12px 20px; flex-wrap: wrap; }
.gh-flag__link{ font-size: 14px; color: #9dbaff; padding-bottom: 3px;
  border-bottom: 1px solid rgba(157,186,255,.4); transition: color .18s, border-color .18s; }
.gh-flag__link:hover{ color: #fff; border-bottom-color: #fff; }
.gh-flag__stage{ position: relative; display: grid; place-items: center; }
.gh-flag__shot{ position: relative; display: grid; place-items: center; width: 100%; }
.gh-flag__shot img{ position: relative; z-index: 2; max-height: 430px; width: auto;
  filter: drop-shadow(0 40px 60px rgba(0,0,0,.55)); }
.gh-beam{ position: absolute; z-index: 1; left: -120%; right: 44%; top: 46%; height: 2px;
  background: linear-gradient(90deg, rgba(103,232,168,0) 0%, rgba(103,232,168,.55) 70%, rgba(103,232,168,.9) 100%); }
.gh-beam::after{ content: ""; position: absolute; top: -3px; width: 90px; height: 8px; border-radius: 8px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(140,255,196,.95) 0%, rgba(140,255,196,0) 100%);
  animation: gh-beam 3.4s linear infinite; }
@keyframes gh-beam{
from{ left: -12%; opacity: 0; }
12%{ opacity: 1; }
88%{ opacity: 1; }
to{ left: 100%; opacity: 0; }
}
.gh-read{ margin-top: 32px; width: 100%; max-width: 360px; padding: 18px 20px 16px;
  border-radius: 16px; background: rgba(9,14,26,.55); backdrop-filter: blur(6px);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }
.gh-read__row{ display: flex; align-items: baseline; gap: 8px; }
.gh-read__l{ font-size: 14px; color: #93a0bd; }
.gh-read__l sub{ font-size: 10px; }
.gh-read__v{ margin-left: auto; font-size: 30px; line-height: 1; font-weight: 500;
  color: #8cffc4; letter-spacing: -.02em; transition: color .3s; }
.gh-read__u{ font-size: 13px; color: #93a0bd; }
.gh-read__bar{ display: block; height: 4px; margin-top: 12px; border-radius: 4px;
  background: rgba(255,255,255,.1); overflow: hidden; }
.gh-read__bar i{ display: block; height: 100%; width: 2%; border-radius: 4px;
  background: linear-gradient(90deg, #67e8a8, #8cffc4); transition: width .5s cubic-bezier(.16,1,.3,1); }
.gh-read.is-alarm .gh-read__v{ color: #ffb27a; }
.gh-read.is-alarm .gh-read__bar i{ background: linear-gradient(90deg, #ffb27a, #ff8f4d); }
.gh-read__cap{ display: block; margin-top: 12px; font-size: 11.5px; line-height: 1.45; color: #8791ab; }
.gh-line{ position: relative; z-index: 2; padding-bottom: 56px; }
.gh-line__h{ display: flex; align-items: flex-end; gap: 24px; flex-wrap: wrap;
  padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); margin-bottom: 20px; }
.gh-line__h h3{ font-size: 20px; font-weight: 500; color: #fff; flex: none; }
.gh-line__h p{ font-size: 14px; line-height: 1.55; color: #98a3bd; min-width: 0; }
.gh-line__grid{ display: grid; border-top: 1px solid rgba(255,255,255,.14); }
.gh-mod{ position: relative; display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr) 160px 132px;
  align-items: center; gap: 24px; padding: 17px 18px 17px 22px; color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.1); transition: background .16s; }
.gh-mod:hover{ background: rgba(255,255,255,.06); }
.gh-mod__name{ display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; min-width: 0; }
.gh-mod__n{ font-size: 19px; font-weight: 500; letter-spacing: -.01em; color: #fff; }
.gh-mod__d{ font-size: 13.5px; line-height: 1.5; color: #98a3bd; }
.gh-mod__p{ font-size: 19px; font-weight: 500; letter-spacing: -.022em; color: #fff; text-align: right; }
.gh-mod__go{ font-size: 13.5px; color: #9dbaff; text-align: right; transition: color .16s; }
.gh-mod:hover .gh-mod__go{ color: #fff; }
.gh-mod--key{ background: rgba(103,232,168,.07); }
.gh-mod--key::before{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: #8cffc4; }
.gh-mod--key:hover{ background: rgba(103,232,168,.12); }
.gh-mod--key .gh-mod__go{ color: #8cffc4; }
.gh-mod__flag{ display: inline-flex; align-items: center; height: 23px;
  padding: 0 11px; border-radius: 999px; font-size: 11.5px; font-weight: 500;
  color: #0d1b12; background: #8cffc4; }
.gh-line__note{ margin-top: 18px; font-size: 13px; line-height: 1.55; color: #8791ab; }
.gh-serv{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.gh-card{ display: flex; flex-direction: column; padding: 24px 24px 22px; background: #fff;
  border-radius: 18px;
  box-shadow: 0 0 0 1px #eaeef7, 0 2px 4px rgba(24,34,68,.03);
  transition: box-shadow .2s, transform .2s; }
.gh-card:hover{ box-shadow: 0 0 0 1px #dbe3f5, 0 18px 38px -20px rgba(24,34,68,.34);
  transform: translateY(-3px); }
.gh-card h3{ font-size: 18px; font-weight: 500; line-height: 1.24; color: var(--ink);
  letter-spacing: -.008em; transition: color .16s; }
.gh-card:hover h3{ color: var(--blue-d); }
.gh-card p{ margin-top: 14px; font-size: 14.5px; line-height: 1.58; color: var(--muted); }
.gh-card__go{ margin-top: auto; padding-top: 18px; font-size: 14px; font-weight: 500; color: var(--blue-d); }
.gh-card--wide{ grid-column: span 2; flex-direction: row; align-items: stretch; gap: 0;
  padding: 0; overflow: hidden; }
.gh-card--wide .gh-card__txt{ display: flex; flex-direction: column; padding: 22px 22px 20px;
  min-width: 0; flex: 1 1 auto; }
.gh-card--wide figure{ flex: none; width: 45%; align-self: stretch; margin: 0;
  overflow: hidden; background: var(--navy); }
.gh-scheme{ width: 100%; height: 100%; display: block; object-fit: cover;
  transition: transform .6s cubic-bezier(.16,1,.3,1); }
.gh-card--wide:hover .gh-scheme{ transform: scale(1.03); }
.gh-serv__foot{ margin-top: 18px; font-size: 14.5px; color: var(--muted); }
.gh-serv__foot a{ border-bottom: 1px solid rgba(78,125,241,.32); }
.gh-brands{ position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%); color: #fff; }
.gh-brands > .gh-wrap{ position: relative; z-index: 1; }
.gh-mq{ position: relative; overflow: hidden; display: grid; gap: 14px; min-width: 0; margin: 24px 0 22px; }
.gh-mq__row{ display: flex; overflow: hidden; min-width: 0; }
.gh-mq__track{ display: flex; flex: none; animation: gh-mq 64s linear infinite; }
.gh-mq__row--rev .gh-mq__track{ animation-direction: reverse; }
.gh-mq:hover .gh-mq__track, .gh-mq:focus-within .gh-mq__track, .gh-paused .gh-mq__track{ animation-play-state: paused; }
@keyframes gh-mq{
from{ transform: translateX(0); }
to{ transform: translateX(-33.3333%); }
}
.gh-mq::before, .gh-mq::after{ content: ""; position: absolute; top: 0; bottom: 0; width: 90px; z-index: 2; pointer-events: none; }
.gh-mq::before{ left: 0; background: linear-gradient(90deg, var(--navy), transparent); }
.gh-mq::after{ right: 0; background: linear-gradient(270deg, #2b3556, transparent); }
.gh-chip{ flex: none; margin: 0 7px; display: block; width: 148px; height: 52px; border-radius: 12px;
  background-color: #fff; background-repeat: no-repeat; background-position: center;
  background-size: 132px auto; box-shadow: 0 1px 2px rgba(8,12,24,.35);
  transition: transform .2s, box-shadow .2s; }
.gh-chip:hover{ transform: translateY(-2px); box-shadow: 0 12px 24px -10px rgba(0,0,0,.65); }
.gh-brands__foot{ display: flex; align-items: center; gap: 14px 20px; flex-wrap: nowrap;
  padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.gh-brands__sens{ flex: 1 1 auto; min-width: 0; display: flex; align-items: center;
  gap: 8px 14px; flex-wrap: wrap; }
.gh-brands__sens b{ flex: none; font-size: 13.5px; font-weight: 500; margin: 0; }
.gh-brands__sens div{ display: flex; flex-wrap: wrap; gap: 5px; min-width: 0; }
.gh-brands__sens a{ display: inline-flex; align-items: center; height: 26px; padding: 0 9px;
  border-radius: 999px; font-size: 13px; color: #cfd7ea; background: rgba(255,255,255,.07);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); transition: background .16s, color .16s; }
.gh-brands__sens a:hover{ background: rgba(255,255,255,.18); color: #fff; }
.gh-brands__all{ flex: none; margin-left: auto; }
.gh-kp-sec{ background: linear-gradient(180deg, #fff 0%, #f3f6fd 100%); }
.gh-kp{ display: grid; grid-template-columns: minmax(0, 1fr) 620px; gap: 48px; align-items: stretch; }
.gh-kp__l h2{ font-size: 34px; line-height: 1.14; font-weight: 500; letter-spacing: -.024em; }
.gh-kp__lead{ margin-top: 18px; font-size: 16.5px; line-height: 1.6; color: #4f566c; }
.gh-steps{ margin-top: 26px; display: grid; gap: 0; }
.gh-steps li{ position: relative; display: grid; grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 16px; padding: 0 0 20px 0; }
.gh-steps li:last-child{ padding-bottom: 0; }
.gh-steps li::before{ content: ""; position: absolute; left: 17px; top: 38px; bottom: 4px; width: 1px;
  background: #dde3f0; }
.gh-steps li:last-child::before{ display: none; }
.gh-steps__n{ grid-row: span 2; width: 34px; height: 34px; display: grid; place-items: center;
  border-radius: 50%; background: var(--navy); color: #fff; font-size: 15px; font-weight: 500; }
.gh-steps b{ font-size: 16px; font-weight: 500; line-height: 1.3; padding-top: 6px; }
.gh-steps li > span:last-child{ margin-top: 6px; font-size: 14px; line-height: 1.55; color: var(--muted); }
.gh-kp__call{ position: relative; margin-top: 28px; padding-top: 24px;
  border-top: 1px solid var(--line); }
.gh-kp__tel{ display: inline-block; font-size: 34px; font-weight: 500; letter-spacing: -.028em;
  color: var(--ink); }
.gh-kp__tel:hover{ color: var(--blue-d); }
.gh-kp__alt{ margin-top: 10px; font-size: 14px; line-height: 1.7; color: var(--muted); }
.gh-form{ display: flex; flex-direction: column;
  background: #fff; border-radius: 20px; overflow: hidden;
  box-shadow: 0 0 0 1px #e7ecf7, 0 2px 6px rgba(24,34,68,.04),
              0 32px 62px -34px rgba(24,34,68,.45); }
.gh-form__head{ display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap;
  padding: 16px 26px; color: #fff;
  background: linear-gradient(100deg, var(--navy) 0%, var(--navy-2) 100%); }
.gh-form__head b{ font-size: 16.5px; font-weight: 500; }
.gh-form__head span{ font-size: 13px; color: #aab4cd; }
.gh-form__body{ flex: 1 1 auto; display: flex; flex-direction: column; padding: 18px 26px 20px; }
.gh-form__grid{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 11px 14px; }
.gh-f{ display: flex; flex-direction: column; gap: 5px; }
.gh-f label{ font-size: 13px; color: var(--muted); }
.gh-f label i{ color: var(--accent); font-style: normal; }
.gh-f input, .gh-f textarea{ width: 100%; font: inherit; font-size: 16px; color: var(--ink);
  background: #fbfcfe; border: 1px solid #98a2b8; border-radius: var(--r-ctl);
  padding: 11px 14px; transition: border-color .16s, background .16s, box-shadow .16s; }
.gh-f textarea{ min-height: 84px; resize: vertical; }
.gh-f input:hover, .gh-f textarea:hover{ background: #f4f7fd; border-color: #7d89a6; }
.gh-f input:focus, .gh-f textarea:focus{ outline: 2px solid transparent; outline-offset: 2px;
  background: #fff; border-color: var(--blue); box-shadow: var(--ring); }
.gh-f input[aria-invalid="true"], .gh-f textarea[aria-invalid="true"]{ border-color: var(--accent-d); }
.gh-f--task{ flex: 1 1 auto; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line-2); }
.gh-f--task textarea{ flex: 1 1 auto; min-height: 84px; }
.gh-f textarea::placeholder{ color: #9aa2b5; }
.gh-extra{ display: block; margin-top: 12px; padding-top: 12px;
  border-top: 1px solid var(--line-2); }
.gh-extra > summary{ display: flex; align-items: center; gap: 8px; cursor: pointer;
  font-size: 13.5px; font-weight: 500; color: var(--blue-d); list-style: none;
  white-space: nowrap; }
.gh-extra > summary::-webkit-details-marker{ display: none; }
.gh-extra > summary::before{ content: ""; width: 8px; height: 8px; flex: none;
  border-right: 1.6px solid currentColor; border-bottom: 1.6px solid currentColor;
  transform: rotate(-45deg); transition: transform .2s; margin-right: 2px; }
.gh-extra[open] > summary::before{ transform: rotate(45deg); }
.gh-extra > summary span{ font-weight: 400; color: var(--muted); }
.gh-extra > .gh-form__grid{ margin-top: 12px; }
.gh-form__foot{ margin-top: 16px; display: grid; gap: 13px; }
.gh-form__foot .gh-btn{ min-width: 178px; min-height: 44px; }
.gh-agree{ display: flex; align-items: flex-start; gap: 10px; cursor: pointer;
  font-size: 12.5px; line-height: 1.5; color: var(--muted); }
.gh-agree input{ flex: none; width: 18px; height: 18px; margin: 0; cursor: pointer;
  accent-color: var(--blue); }
.gh-agree input:focus-visible{ outline: 2px solid var(--blue); outline-offset: 2px; }
.gh-agree.is-bad{ color: var(--accent-d); }
.gh-agree.is-bad input{ outline: 2px solid var(--accent-d); outline-offset: 2px; border-radius: 3px; }
.gh-form__send{ display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.gh-form__hint{ font-size: 13px; color: var(--muted); }
.gh-form__msg{ width: 100%; margin-top: 14px; font-size: 13px; line-height: 1.5; }
.gh-form__msg:empty{ display: none; }
.gh-form__msg--err{ color: var(--accent-d); }
.gh-form__msg--ok{ color: var(--green-d); }
.gh-blog{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.gh-post{ display: flex; flex-direction: column; background: #fff;
  border-radius: 18px; overflow: hidden;
  box-shadow: 0 0 0 1px #eaeef7, 0 2px 4px rgba(24,34,68,.03);
  transition: box-shadow .2s, transform .2s; }
.gh-post:hover{ box-shadow: 0 0 0 1px #dbe3f5, 0 20px 42px -22px rgba(24,34,68,.36);
  transform: translateY(-3px); }
.gh-post figure{ position: relative; aspect-ratio: 12 / 7; background: var(--soft); overflow: hidden; }
.gh-post figure img{ width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.16,1,.3,1); }
.gh-post:hover figure img{ transform: scale(1.035); }
.gh-post__b{ display: flex; flex-direction: column; flex: 1 1 auto; padding: 20px 20px 22px; }
.gh-post__date{ display: block; font-size: 13px; color: var(--muted); }
.gh-post h3{ margin-top: 12px; font-size: 18px; line-height: 1.3; font-weight: 500;
  letter-spacing: -.01em; }
.gh-post h3 a{ color: var(--ink); }
.gh-post h3 a:hover{ color: var(--blue-d); }
.gh-post p{ margin-top: 10px; font-size: 14px; line-height: 1.58; color: var(--muted); }
.gh-more{ margin-top: 20px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line); }
.gh-more a{ position: relative; display: flex; align-items: center; gap: 12px;
  padding: 15px 18px 15px 0; font-size: 14px; line-height: 1.4; color: var(--ink);
  transition: color .18s; }
.gh-more a + a{ padding-left: 20px; }
.gh-more a + a::before{ content: ""; position: absolute; left: 0; top: 15px; bottom: 15px;
  width: 1px; background: var(--line); }
.gh-more a:hover{ color: var(--blue-d); }
.gh-more a svg{ flex: none; margin-left: auto; opacity: .35; }
.gh-co-sec{ background: linear-gradient(180deg, #f3f6fd 0%, #fff 100%); }
.gh-co{ display: grid; grid-template-columns: 1.02fr 1fr; gap: 44px; align-items: center; }
.gh-co__pic{ position: relative; border-radius: 22px; overflow: hidden;
  box-shadow: 0 2px 6px rgba(24,34,68,.06), 0 34px 66px -34px rgba(24,34,68,.5); }
.gh-co__pic img{ width: 100%; }
.gh-co__badge{ position: absolute; left: 50%; right: auto; transform: translateX(-50%);
  width: max-content; max-width: calc(100% - 40px); text-align: center;
  bottom: 22px; padding: 15px 26px;
  border-radius: 14px; background: rgba(20,26,46,.76); color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); backdrop-filter: blur(8px); }
.gh-co__badge b{ display: block; font-size: 16px; font-weight: 500; }
.gh-co__badge span{ display: block; margin-top: 5px; font-size: 12.5px; line-height: 1.5; color: #c3cbe0; }
.gh-co__txt h2{ font-size: 34px; line-height: 1.15; font-weight: 500; letter-spacing: -.024em;
  margin-bottom: 18px; }
.gh-co__txt p{ font-size: 16px; line-height: 1.68; color: #3f465c; }
.gh-co__txt p + p{ margin-top: 14px; }
.gh-co__data{ margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line);
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gh-co__data div{ position: relative; padding-right: 16px; }
.gh-co__data div + div{ padding-left: 22px; }
.gh-co__data div + div::before{ content: ""; position: absolute; left: 0; top: 2px; bottom: 2px;
  width: 1px; background: var(--line); }
.gh-co__data dt{ font-size: 12px; color: var(--muted); }
.gh-co__data dd{ margin: 7px 0 0; font-size: 17px; font-weight: 500; color: var(--ink);
  letter-spacing: -.012em; }
.gh-co__docs{ margin-top: 30px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #fff; border-radius: 18px; overflow: hidden;
  box-shadow: 0 0 0 1px #eaeef7, 0 2px 4px rgba(24,34,68,.03); }
.gh-co__docs a{ position: relative; display: flex; align-items: center; gap: 12px; padding: 16px 18px;
  font-size: 13.5px; line-height: 1.35; color: var(--ink);
  transition: background .18s, color .18s; }
.gh-co__docs a:nth-child(-n+4){ border-bottom: 1px solid var(--line); }
.gh-co__docs a:not(:nth-child(4n+1))::before{ content: ""; position: absolute; left: 0;
  top: 14px; bottom: 14px; width: 1px; background: var(--line); }
.gh-co__docs a:hover{ background: #fafbff; color: var(--blue-d); }
.gh-co__docs svg{ flex: none; color: var(--steel); transition: color .18s; }
.gh-co__docs a:hover svg{ color: var(--blue-d); }
.gh-req{ margin-top: 16px; background: #fff; border-radius: 16px;
  box-shadow: 0 0 0 1px #eaeef7, 0 2px 4px rgba(24,34,68,.03); }
.gh-req summary{ padding: 15px 18px; font-size: 14.5px; font-weight: 500; cursor: pointer;
  display: flex; align-items: center; gap: 10px; list-style: none; }
.gh-req summary::-webkit-details-marker{ display: none; }
.gh-req summary svg{ transition: transform .25s; opacity: .5; }
.gh-req[open] summary svg{ transform: rotate(180deg); }
.gh-req__b{ padding: 0 18px 18px; font-size: 13.5px; line-height: 1.9; color: #3f465c; }
.gh-req__b span{ color: var(--muted); }
.gh-seo{ background: #fff; }
.gh-seo h2{ font-size: 30px; line-height: 1.2; font-weight: 500; letter-spacing: -.022em; }
.gh-seo h3{ margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line-2);
  font-size: 17px; font-weight: 500; }
.gh-seo p{ margin-top: 15px; font-size: 15.5px; line-height: 1.82; color: #414859; }
.gh-seo a{ border-bottom: 1px solid rgba(78,125,241,.2); }
.gh-seo__cols{ margin-top: 8px; }
.gh-foot{ background: var(--navy); color: #c3cbe0; padding: 40px 0 0; }
.gh-foot a{ color: #c3cbe0; }
.gh-foot a:hover{ color: #fff; }
.gh-foot__grid{ display: grid; align-items: start; gap: 28px;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.7fr) minmax(0, 1.25fr) minmax(0, 1.1fr); }
.gh-foot h4{ font-size: 13.5px; font-weight: 500; color: #fff; margin-bottom: 10px; }
.gh-foot li{ margin-bottom: 3px; font-size: 12.5px; line-height: 1.38; }
.gh-foot__nav .gh-fold + .gh-fold{ margin-top: 18px; }
.gh-foot__brand .gh-fold{ margin-top: 22px; }
.gh-foot__cols{ column-count: 2; column-gap: 20px; }
.gh-foot__cols li{ break-inside: avoid; }
.gh-foot__logo{ width: 196px; max-width: 100%; margin-bottom: 14px;
  --lg-1: #fff; --lg-2: #95c6eb; --lg-3: #619ac5; }
.gh-foot__logo svg{ width: 100%; height: auto; display: block; }
.gh-foot a.gh-foot__tel{ font-size: 21px; font-weight: 500; color: #fff; display: block;
  letter-spacing: -.015em; }
.gh-foot__line{ margin-top: 6px; font-size: 12.5px; line-height: 1.5; color: #aab4cd; }
.gh-foot__line a{ border-bottom: 1px solid rgba(255,255,255,.22); }
.gh-foot__addr{ margin-top: 10px; font-size: 12.5px; line-height: 1.5; color: #9aa4bf; }
.gh-foot__addr a{ border-bottom: 1px solid rgba(255,255,255,.22); }
.gh-foot__soc{ margin-top: 14px; display: flex; gap: 8px; }
.gh-foot__soc a{ width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px;
  background: rgba(255,255,255,.08); color: #fff; transition: background .18s; }
.gh-foot__soc a:hover{ background: rgba(255,255,255,.2); }
.gh-foot__sens{ margin-top: 24px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1);
  display: flex; align-items: baseline; gap: 6px 16px; flex-wrap: wrap; font-size: 12.25px; }
.gh-foot__sens b{ flex: none; font-weight: 500; color: #fff; }
.gh-foot__sens div{ display: flex; flex-wrap: wrap; gap: 4px 16px; min-width: 0; }
.gh-foot__sens a{ color: #aab4cd; }
.gh-foot__sens a:hover{ color: #fff; }
.gh-foot__legal{ margin-top: 14px; padding: 14px 0 20px; border-top: 1px solid rgba(255,255,255,.1);
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 6px 30px; align-items: baseline;
  font-size: 12.25px; color: #99a3be; }
.gh-foot__reg{ color: #aab4cd; }
.gh-foot__links{ display: flex; flex-wrap: wrap; gap: 6px 20px; justify-content: flex-end; }
.gh-foot__oferta{ grid-column: 1 / -1; max-width: 980px; line-height: 1.55; color: #7f89a6; }
.gh-foot__ya{ margin-top: 14px; max-width: 196px;
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.gh-foot__ya a{ display: inline-flex; border-radius: 8px; overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255,255,255,.14); transition: box-shadow .18s; }
.gh-foot__ya a:hover{ box-shadow: 0 0 0 1px rgba(255,255,255,.4); }
.gh-foot__ya img{ display: block; border: 0; }
.gh-foot__ya iframe{ display: block; border: 0; border-radius: 8px;
  max-width: 100%; background: #fff; }
.gh-foot__ya script, .gh-foot__ya noscript{ display: none; }
.gh-cat{ position: fixed; inset: 0; z-index: 120; background: rgba(18,24,44,.62);
  overflow: auto; padding: 190px 0 40px; }
.gh-cat__in{ position: relative; background: #fff; border-radius: 18px; padding: 34px 34px 30px;
  box-shadow: 0 30px 70px -30px rgba(20,28,56,.6); }
.gh-cat__x{ position: absolute; right: 18px; top: 18px; width: 38px; height: 38px;
  display: grid; place-items: center; border-radius: 11px; color: var(--muted); background: var(--soft); }
.gh-cat__x:hover{ background: var(--line); color: var(--ink); }
.gh-cat__grid{ display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 26px; }
.gh-cat h4{ font-size: 13px; font-weight: 400; color: var(--muted); margin-bottom: 12px; }
.gh-cat li{ margin-bottom: 8px; }
.gh-cat li a{ font-size: 14px; line-height: 1.4; color: var(--ink); }
.gh-cat li a:hover{ color: var(--blue-d); }
@media (max-width: 1023px){
.gh-cat__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 599px){
.gh-cat{ padding-top: 112px; }
.gh-cat__in{ padding: 26px 20px 22px; }
.gh-cat__grid{ grid-template-columns: minmax(0, 1fr); gap: 20px; }
}
.gh-fold__h{ display: flex; align-items: center; width: 100%; padding: 0; text-align: left; }
.gh-fold__h svg{ margin-left: auto; flex: none; transition: transform .25s; opacity: .6; }
.gh-fold.is-open > .gh-fold__h svg{ transform: rotate(180deg); }
.gh-fold__b{ overflow: hidden; }
@media (min-width: 768px){
.gh-fold__h svg{ display: none; }
.gh-seo .gh-fold__h{ display: none; }
}
@media (max-width: 767px){
.gh-fold.is-fold > .gh-fold__b{ max-height: 0; opacity: 0;
    transition: max-height .4s cubic-bezier(.16,1,.3,1), opacity .25s; }
.gh-fold.is-fold.is-open > .gh-fold__b{ opacity: 1; }
.gh-foot .gh-fold__h{ padding: 12px 0; margin-bottom: 0; }
.gh-foot .gh-fold{ border-bottom: 1px solid rgba(255,255,255,.1); }
.gh-foot__grid > *:last-child .gh-fold:last-child{ border-bottom: 0; }
.gh-foot__sens{ margin-top: 22px; }
.gh-seo .gh-fold__h{ margin-top: 18px; height: 44px; padding: 0 18px; border-radius: var(--r-ctl);
    background: var(--soft); font-size: 14px; font-weight: 500; }
}
@media (prefers-reduced-motion: reduce){
.gh *, .gh *::before, .gh *::after{ animation-duration: .001ms !important;
    animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
.gh-mq__track{ animation: none; }
.gh-beam::after{ display: none; }
.gh-exp__h::before{ animation: none; }
.gh-exp[data-exp] .gh-exp__eyebrow, .gh-exp[data-exp] h2, .gh-exp[data-exp] .gh-exp__h p, .gh-exp[data-exp] .gh-exp__btn, .gh-exp[data-exp] li{ opacity: 1; transform: none; }
[data-spot]::after{ display: none; }
}
@media (max-width: 1279px){
.gh-top__grid{ grid-template-columns: 232px minmax(0, 1fr); gap: 20px; }
.gh-goods{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gh-facts{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gh-fact:nth-child(4){ border-left: 0; }
.gh-fact:nth-child(n+4){ border-top: 1px solid var(--line-2); }
.gh-kp{ grid-template-columns: minmax(0, 1fr); gap: 34px; }
.gh-co{ grid-template-columns: minmax(0, 1fr) 1fr; gap: 30px; }
.gh-co__docs{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gh-co__docs a{ border-bottom: 0; }
.gh-co__docs a:nth-child(-n+6){ border-bottom: 1px solid var(--line); }
.gh-co__docs a::before{ display: none; }
.gh-co__docs a:nth-child(2n)::before{ display: block; }
.gh-proof{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gh-proof__i:nth-child(3n+1)::after{ display: none; }
.gh-proof__i:nth-child(n+4){ box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.gh-flag__in{ grid-template-columns: minmax(0, 1fr) 330px; gap: 32px; }
.gh-foot__grid{ gap: 24px;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.7fr) minmax(0, 1.2fr) minmax(0, 1.05fr); }
}
@media (max-width: 1023px){
.gh-wrap{ padding: 0 20px; }
.gh-sec{ padding: 48px 0; }
.gh-exp{ grid-template-columns: minmax(0, 1fr); }
.gh-exp__h{ padding: 24px 24px 22px; }
.gh-exp li{ padding: 24px 22px 22px; }
.gh-top__grid{ grid-template-columns: minmax(0, 1fr); }
.gh-rail{ position: static; }
.gh-rail__mob{ display: block; }
.gh-rail__body{ display: none; }
.gh-rail.is-open .gh-rail__body{ display: block; }
.gh-rail__h{ width: 100%; justify-content: flex-start; }
.gh-rail__h svg{ margin-left: auto; transition: transform .25s; }
.gh-rail.is-open .gh-rail__h svg{ transform: rotate(180deg); }
.gh-bn__it{ min-height: 400px; }
.gh-bn__in{ max-width: 100%; padding: 32px 28px 62px; }
.gh-bn__t{ font-size: 34px; }
.gh-bn__nav{ margin-right: 28px; margin-bottom: 16px; }
.gh-title h1{ font-size: 32px; }
.gh-doors{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gh-door + .gh-door::before{ display: none; }
.gh-door:nth-child(2n)::before{ content: ""; display: block; }
.gh-door:nth-child(n+3){ box-shadow: inset 0 1px 0 #eaeef7; }
.gh-sol__grid{ grid-template-columns: minmax(0, 1fr); }
.gh-sol__col + .gh-sol__col::before{ left: 0; right: 0; top: 0; bottom: auto;
    width: auto; height: 1px; }
.gh-sol__col + .gh-sol__col{ padding-top: 22px; }
.gh-serv{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gh-card--wide{ grid-column: span 2; flex-direction: column; }
.gh-card--wide figure{ width: 100%; height: 210px; }
.gh-flag__in{ grid-template-columns: minmax(0, 1fr); padding: 48px 20px; gap: 34px; }
.gh-line{ padding: 0 20px 48px; }
.gh-line__grid{ grid-template-columns: minmax(0, 1fr); }
.gh-mod{ grid-template-columns: minmax(0, 1fr) auto; gap: 5px 16px; padding: 16px 16px 16px 20px; }
.gh-mod__name{ grid-column: 1; grid-row: 1; }
.gh-mod__d{ grid-column: 1; grid-row: 2; }
.gh-mod__p{ grid-column: 2; grid-row: 1; }
.gh-mod__go{ grid-column: 2; grid-row: 2; }
.gh-mod__n{ font-size: 18px; }
.gh-co__data{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 0; }
.gh-co__data div:nth-child(odd){ padding-left: 0; }
.gh-co__data div:nth-child(odd)::before{ display: none; }
.gh-beam{ display: none; }
.gh-flag__shot img{ max-height: 320px; }
.gh-blog{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gh-more{ grid-template-columns: minmax(0, 1fr); }
.gh-more a{ padding-left: 0; }
.gh-more a::before{ display: none; }
.gh-more a + a{ box-shadow: inset 0 1px 0 var(--line); }
.gh-co{ grid-template-columns: minmax(0, 1fr); }
.gh-foot__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 32px; }
.gh-foot__logo{ width: 208px; }
}
@media (max-width: 767px){
.gh-sec{ padding: 34px 0; }
.gh-head{ flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 20px; }
.gh-head h2{ font-size: 26px; letter-spacing: -.018em; }
.gh-head p{ font-size: 15px; }
.gh-bn__it{ min-height: 340px; }
.gh-bn__it--video{ background: #0c1122; }
.gh-bn__it--video video{ object-fit: contain; }
.gh-bn__in{ padding: 26px 20px 58px; }
.gh-bn__t{ font-size: 26px; }
.gh-bn__p{ font-size: 14.5px; }
.gh-bn__nav{ display: none; }
.gh-title h1{ font-size: 28px; letter-spacing: -.024em; }
.gh-exp ul{ grid-template-columns: minmax(0, 1fr); }
.gh-exp li + li::before{ left: 22px; right: 22px; top: 0; bottom: auto; width: auto; height: 1px; }
.gh-exp__ic{ width: 38px; height: 38px; }
.gh-title p{ font-size: 15.5px; }
.gh-doors{ grid-template-columns: minmax(0, 1fr); }
.gh-door:nth-child(2n)::before{ display: none; }
.gh-door:nth-child(n+2){ box-shadow: inset 0 1px 0 #eaeef7; }
.gh-proof{ grid-template-columns: minmax(0, 1fr); }
.gh-proof__i{ padding: 16px 18px; }
.gh-proof__i + .gh-proof__i::after{ left: 18px; right: 18px; top: 0; bottom: auto;
    width: auto; height: 1px; background: rgba(255,255,255,.12); }
.gh-proof__i span{ margin-top: 6px; }
.gh-line__grid{ grid-template-columns: minmax(0, 1fr); }
.gh-read{ max-width: 100%; }
.gh-kp__tel{ font-size: 26px; }
.gh-form__head, .gh-form__body{ padding-left: 18px; padding-right: 18px; }
.gh-co__badge{ bottom: 12px; padding: 12px 18px; max-width: calc(100% - 24px); }
.gh-co__txt h2{ font-size: 26px; }
.gh-foot__sens{ flex-direction: column; gap: 10px; }
.gh-foot__nav .gh-fold + .gh-fold, .gh-foot__brand .gh-fold{ margin-top: 0; }
.gh-foot__logo{ width: 190px; margin-bottom: 14px; }
.gh-foot a.gh-foot__tel{ font-size: 22px; }
.gh-foot__legal{ grid-template-columns: minmax(0, 1fr); }
.gh-foot__links{ justify-content: flex-start; }
.gh-bn__it::after{ background: linear-gradient(180deg, rgba(16,22,40,.34) 0%,
    rgba(16,22,40,.72) 46%, rgba(16,22,40,.95) 100%); }
.gh-flag__cta{ display: grid; gap: 10px; }
.gh-flag__cta .gh-btn{ width: 100%; }
.gh-flag__link{ justify-self: start; }
.gh-goods{ display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory;
    margin: 0 -20px; padding: 0 20px 4px; scrollbar-width: none; }
.gh-goods::-webkit-scrollbar{ display: none; }
.gh-good{ flex: 0 0 74%; scroll-snap-align: start; }
.gh-good h3{ font-size: 13.5px; }
.gh-good__price b{ font-size: 17px; }
.gh-tile{ padding: 13px 10px; }
.gh-flag h2{ font-size: 28px; }
.gh-flag__models a{ flex-wrap: wrap; gap: 4px 14px; }
.gh-flag__m{ min-width: 0; }
.gh-flag__pr{ margin-left: 0; width: 100%; }
.gh-serv{ grid-template-columns: minmax(0, 1fr); }
.gh-card--wide{ grid-column: auto; flex-direction: column; }
.gh-card--wide figure{ width: 100%; height: 210px; }
.gh-kp__l h2{ font-size: 26px; }
.gh-form__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gh-blog{ grid-template-columns: minmax(0, 1fr); }
.gh-co__docs{ grid-template-columns: minmax(0, 1fr); margin-top: 26px; }
.gh-co__docs a{ padding: 13px 16px; font-size: 13px; }
.gh-co__docs a::before{ display: none; }
.gh-co__docs a:nth-child(-n+7){ border-bottom: 1px solid var(--line); }
.gh-co__docs a:last-child{ border-bottom: 0; }
.gh-seo h2{ font-size: 21px; }
.gh-foot__grid{ grid-template-columns: minmax(0, 1fr); gap: 0; }
.gh-foot__cols{ column-count: 2; }
.gh-chip{ width: 124px; height: 46px; background-size: 110px auto; }
.gh-mq::before, .gh-mq::after{ width: 34px; }
}
@media (max-width: 559px){
.gh-form__grid{ grid-template-columns: minmax(0, 1fr); }
}
.gh-shelf .gpc .gc-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1365px){
.gh-shelf .gpc .gc-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gh-shelf .gpc .gc-card:nth-child(n+4){ display: none; }
}
@media (max-width: 767px){
.gh-shelf .gpc .gc-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.gh-shelf .gpc .gc-card:nth-child(n+4){ display: flex; }
}
@media (max-width: 479px){
.gh-shelf .gpc .gc-grid{ grid-template-columns: minmax(0, 1fr); }
}
.gpc .gc-card:hover .gc-zones, .gpc .gc-row:hover .gc-zones{ opacity: 1; }
.gpc .gh-good__flag ~ .gc-badges{ top: 44px; }
.gpc .gc-badges .badge.new{ background: #43c16d; }
.gpc .gc-badges .badge.bestseller{ background: #ff9444; }
.gpc .gc-badges .badge.low-price{ background: #ff4c3c; }
.gq{ position: fixed; inset: 0; z-index: 120; display: none; }
.gq.is-open{ display: block; }
.gq__veil{ position: absolute; inset: 0; background: rgba(16,22,40,.58); }
.gq__box{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: min(920px, calc(100vw - 32px)); max-height: calc(100vh - 48px); overflow: auto;
  background: #fff; border-radius: 18px; box-shadow: 0 30px 80px -30px rgba(24,34,68,.6);
  padding: 26px 28px 24px; }
.gq__x{ position: absolute; right: 14px; top: 14px; width: 36px; height: 36px;
  display: grid; place-items: center; border-radius: 50%; color: #5e677d;
  background: #f3f6fc; transition: background .16s, color .16s; }
.gq__x:hover{ background: #e7ecf7; color: #1c2742; }
.gq__grid{ display: grid; grid-template-columns: minmax(0, 340px) minmax(0, 1fr); gap: 26px; }
.gq__ph{ background: #f8fafe; border-radius: 14px; padding: 18px; display: grid; place-items: center;
  aspect-ratio: 1 / 1; }
.gq__ph img{ max-width: 100%; max-height: 100%; object-fit: contain; }
.gq__thumbs{ display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; }
.gq__thumb{ width: 62px; height: 62px; border-radius: 10px; background: #f8fafe; padding: 6px;
  display: grid; place-items: center; box-shadow: inset 0 0 0 1px #e1e6f1; }
.gq__thumb.is-on{ box-shadow: inset 0 0 0 2px #4e7df1; }
.gq__thumb img{ max-width: 100%; max-height: 100%; object-fit: contain; }
.gq__art{ font-size: 12px; color: #6e7789; }
.gq__t{ font-size: 22px; line-height: 1.25; letter-spacing: -.01em; color: #1c2742; margin: 6px 0 10px; }
.gq__stock{ font-size: 13px; color: #237a41; margin-bottom: 14px; }
.gq__price{ font-size: 26px; color: #1c2742; margin-bottom: 4px; }
.gq__price b{ font-weight: 600; }
.gq__note{ font-size: 13px; color: #5e677d; margin-bottom: 18px; }
.gq__row{ display: flex; flex-wrap: wrap; gap: 10px; }
@media (max-width: 767px){
.gq__box{ padding: 20px 18px 18px; width: calc(100vw - 20px); }
.gq__grid{ grid-template-columns: minmax(0, 1fr); gap: 18px; }
.gq__t{ font-size: 19px; }
}
@media (min-width: 1280px){
.gh-foot__grid{ grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.45fr) minmax(0, 1.25fr) minmax(0, 1.1fr); }
.gh-foot__logo{ width: 260px; }
}
@media (min-width: 1024px) and (max-width: 1279px){
.gh-foot__logo{ width: 215px; }
}
@media (max-width: 1023px){
.gh-foot__logo{ width: 250px; }
}
@media (max-width: 767px){
.gh-foot__logo{ width: 230px; }
}
.gh-agree .in-checkbox{ display: contents !important; }
.gh-agree .in-checkbox__element{ display: none !important; }
.gh-agree input[type="checkbox"]{
  flex: none; width: 17px; height: 17px; margin: 2px 0 0;
  opacity: 1 !important; position: relative !important; z-index: 1 !important;
  visibility: visible !important; pointer-events: auto;
  appearance: auto; -webkit-appearance: checkbox;
  accent-color: var(--blue); }
.gh-form__msg:empty{ visibility: hidden; display: block; min-height: 0; }
.gh-btn:disabled, .gh-btn[disabled]{ opacity: .55; cursor: default; }
.gh-btn:disabled:hover, .gh-btn[disabled]:hover{ transform: none; }
@media (max-width: 1080px){
.gh-shelf .gpc .gc-badges{ max-width: calc(100% - 96px); }
}
@media (max-width: 1279px){
.gh-exp{ grid-template-columns: minmax(0, 1fr); }
.gh-exp ul{ grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
}
.gh-exp__top{ min-width: 0; }
.gh-exp__top b, .gh-exp b{ min-width: 0; overflow-wrap: anywhere; }
@media (max-width: 767px){
.gh-brands__foot{ flex-wrap: wrap; }
.gh-brands__sens b{ flex: 0 1 auto; }
.gh-brands__all{ margin-left: 0; width: 100%; }
.gh-brands__all .gh-btn{ width: 100%; }
}
.gh-bn :focus-visible{ outline-offset: -3px; }
.gh-bn__tick{ min-width: 26px; padding: 0 9px; }
.gh-bn__pause{ width: 44px; height: 44px; display: grid; place-items: center;
  color: #fff; background: rgba(12,18,34,.42); border-radius: 0;
  transition: background .18s; }
.gh-bn__pause:hover{ background: rgba(12,18,34,.62); }
.gh-bn--light .gh-bn__pause{ color: var(--ink); background: rgba(255,255,255,.7); }
.gh-bn__pause .gh-bn__pause-play{ display: none; }
.gh-paused .gh-bn__pause svg:first-of-type{ display: none; }
.gh-paused .gh-bn__pause .gh-bn__pause-play{ display: block; }
@media (max-width: 1279px){
.gh-bn__nav{ margin-right: 0; margin-bottom: 0; }
.gh-bn__t, .gh-bn__p{ max-width: 520px; }
}
.gh-door--key:hover h3{ color: inherit; }
.gh-foot__cols{ column-gap: 26px; }
.gh-foot li{ overflow-wrap: anywhere; margin-bottom: 7px; }
.gh-foot__ya a, .gh-foot__ya img{ height: 31px; }
.gh-foot__ya iframe{ width: 150px; height: 50px; }
@media (max-width: 1279px){
.gh-foot__logo{ width: 236px; }
}
@media (max-width: 1023px){
.gh-foot__logo{ width: 220px; }
}
@media (max-width: 767px){
.gh-foot__logo{ width: 204px; }
}
@media (max-width: 767px){
.gh-foot .gh-fold h4{ margin-bottom: 0; }
}
@media (max-width: 767px){
.gh-fold.is-fold > .gh-fold__b{ visibility: hidden; }
.gh-fold.is-fold.is-open > .gh-fold__b{ visibility: visible; }
}
.gh [id], .gh-foot [id]{ scroll-margin-top: 84px; }
.gh-foot :focus-visible, .gh-ask :focus-visible, .gh-bn :focus-visible, .gh-form__head :focus-visible{ outline-color: #9dbaff; }
.gh-fold:not(.is-fold) > .gh-fold__h{ cursor: default; }
@media (min-width: 1024px){
.gh-rail__h{ cursor: default; }
}
.gh-shelf .gpc .gh-shelf__grid--1{ grid-template-columns: minmax(0, 1fr); }
.gh-shelf .gpc .gh-shelf__grid--2{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gh-shelf .gpc .gh-shelf__grid--3{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 1365px){
.gh-shelf .gpc .gh-shelf__grid--1{ grid-template-columns: minmax(0, 1fr); }
.gh-shelf .gpc .gh-shelf__grid--2{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.gh-rail li:has(> .gh-rail__more){ position: relative; }
.gh-rail li:has(> .gh-rail__more) > a{ padding-right: 28px; }
.gh-rail__more{ margin: 0; }
.gh-rail__more > summary{ position: absolute; top: 2px; right: 2px;
  display: grid; place-items: center; width: 26px; height: 28px;
  border-radius: 8px; cursor: pointer; list-style: none; color: #9aa1b3;
  transition: background .16s, color .16s; }
.gh-rail__more > summary::-webkit-details-marker{ display: none; }
.gh-rail__more > summary svg{ transition: transform .2s; }
.gh-rail__more > summary:hover{ color: var(--blue-d); background: var(--blue-l); }
.gh-rail__more > summary:focus-visible{ outline: 2px solid var(--blue); outline-offset: -2px; }
.gh-rail__more[open] > summary{ color: var(--blue-d); }
.gh-rail__more[open] > summary svg{ transform: rotate(90deg); }
@media (prefers-reduced-motion: reduce){
.gh-rail__more > summary svg{ transition: none; }
}
.gh-rail__more--3 > summary{ top: 1px; right: 1px; width: 24px; height: 24px; }
.gh-rail__more--3 > summary svg{ width: 12px; height: 12px; }
.gh-rail__subs li:has(> .gh-rail__more) > a{ padding-right: 26px; }
.gh-rail li:has(> .gh-rail__more[open]) > a{ color: var(--blue-d); }
.gh-rail__subs .gh-rail__all > a{ color: var(--blue-d); font-weight: 500; }
.gh-rail__subs .gh-rail__all > a:hover{ background: var(--blue-l); }
.gh-rail__subs{ margin: 6px 0 2px; padding-left: 10px;
  border-left: 1px solid var(--line-2); }
.gh-rail__subs li{ margin: 0; }
.gh-rail__subs a{ display: block; padding: 5px 8px; border-radius: 7px;
  font-size: 12.5px; line-height: 1.35; color: var(--muted);
  overflow-wrap: anywhere; }
.gh-rail__subs a:hover{ color: var(--blue-d); background: var(--blue-l); }
.gh-rail__subs3{ margin: 0 0 4px 10px; padding-left: 8px; border-left: 1px solid var(--line-2); }
.gh-rail__subs3 a{ padding: 3px 8px; font-size: 12px; }
@media (max-width: 767px){
.gh-bn__it{ flex-direction: column; align-items: stretch; justify-content: flex-start; min-height: 0; }
.gh-bn__it::after{ display: none; }
.gh-bn__media{ position: relative; inset: auto; flex: none; aspect-ratio: 16 / 9; overflow: hidden; }
.gh-bn__media img, .gh-bn__media video{ position: absolute; inset: 0; }
.gh-bn__it--video .gh-bn__media{ position: absolute; inset: 0; aspect-ratio: auto; }
.gh-bn__it--goods .gh-bn__media img{ object-position: 50% 50%; }
.gh-bn__media video{ object-position: 62% 50%; }
.gh-bn__it--video .gh-bn__media video{ object-position: 50% 50%; }
.gh-bn__in{ padding: 16px 20px 56px; }
.gh-bn__eyebrow{ font-size: 12px; }
.gh-bn__t{ font-size: 22px; }
.gh-bn__p{ margin-top: 8px; font-size: 14px; line-height: 1.5; display: -webkit-box;
    -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.gh-bn__chips{ display: none; }
.gh-bn__row{ margin-top: 14px; }
.gh-bn__logo{ height: 34px; margin-bottom: 10px; }
.gh-co__badge{ left: auto; right: 10px; bottom: 10px; transform: none; text-align: left;
    width: auto; max-width: 74%; padding: 6px 10px; border-radius: 10px; }
.gh-co__badge b{ font-size: 12px; }
.gh-co__badge span{ margin-top: 2px; font-size: 10px; line-height: 1.3; }
}

/* --- лента брендов --- */
/* Логотипы брендов: фон задан один раз на класс, поэтому один и тот же
   знак в трёх копиях ленты не утраивает вес файла. */
.gh-chip--testo{background-image:url(../img/home/brands/testo.png)}
.gh-chip--drager{background-image:url(../img/home/brands/drager.png)}
.gh-chip--msa{background-image:url(../img/home/brands/msa.png)}
.gh-chip--alphasense{background-image:url(../img/home/brands/alphasense.png)}
.gh-chip--citicel{background-image:url(../img/home/brands/citicel.png)}
.gh-chip--dynament{background-image:url(../img/home/brands/dynament.png)}
.gh-chip--membrapor{background-image:url(../img/home/brands/membrapor.png)}
.gh-chip--analitpribor{background-image:url(../img/home/brands/analitpribor.png)}
.gh-chip--fluke{background-image:url(../img/home/brands/fluke.png)}
.gh-chip--flir{background-image:url(../img/home/brands/flir.png)}
.gh-chip--keysight{background-image:url(../img/home/brands/keysight.png)}
.gh-chip--tektronix{background-image:url(../img/home/brands/tektronix.png)}
.gh-chip--rohde{background-image:url(../img/home/brands/rohde.png)}
.gh-chip--chauvin{background-image:url(../img/home/brands/chauvin.png)}
.gh-chip--megger{background-image:url(../img/home/brands/megger.png)}
.gh-chip--ohaus{background-image:url(../img/home/brands/ohaus.png)}
.gh-chip--sartorius{background-image:url(../img/home/brands/sartorius.png)}
.gh-chip--hanna{background-image:url(../img/home/brands/hanna.png)}
.gh-chip--hach{background-image:url(../img/home/brands/hach.png)}
.gh-chip--tsi{background-image:url(../img/home/brands/tsi.png)}
.gh-chip--optris{background-image:url(../img/home/brands/optris.png)}
.gh-chip--hikmicro{background-image:url(../img/home/brands/hikmicro.png)}
.gh-chip--unit{background-image:url(../img/home/brands/unit.png)}
.gh-chip--trotec{background-image:url(../img/home/brands/trotec.png)}
.gh-chip--bosch{background-image:url(../img/home/brands/bosch.png)}
.gh-chip--rgk{background-image:url(../img/home/brands/rgk.png)}
.gh-chip--akip{background-image:url(../img/home/brands/akip.png)}
.gh-chip--eksis{background-image:url(../img/home/brands/eksis.png)}
.gh-chip--atomtech{background-image:url(../img/home/brands/atomtech.png)}
.gh-chip--vzor{background-image:url(../img/home/brands/vzor.png)}

/* ============================================================================
   Слой стыковки с боевой темой. В макете часть значений висела на <body
   class="gh-body">, но на бою класс .gh стоит только на нашей обёртке внутри
   <main class="main">: на <body> его вешать нельзя — сброс протечёт в шапку.
   Поэтому переменные и типографику макета переносим на сам .gh.
   ========================================================================== */
.gh {
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  --steel: #8d95ab; --deep: #161d34; --deep-2: #1f2842; --tick: #c9d1e4;
  --muted: #6a6e7d;   /* боевая тема даёт #767b8b — 4.22:1, ниже нормы AA */
  --green-d: #278748; /* было #2fa457 — 3.20:1 */
}

/* Тема задаёт h1{font-size:30px;margin-bottom:30px} и h2{26px/20px} голыми
   селекторами (0,0,1). Наши правила сильнее за счёт .gh, но у заголовков без
   явного line-height оставалось бы темино 1.4 — задаём общий сброс. */
.gh :where(h1, h2, h3, h4, h5, h6) { font-weight: inherit; line-height: inherit; }

/* Обёртка темы вокруг контента главной не должна давать ни ширины, ни полей:
   секции меряют ширину сами (.gh-wrap max-width 1480 + 30px по краям).
   Фон полотна вешаем сюда же, а не на общий класс .gh: в макете он стоял на
   <body class="gh-body">, и правило `.gh{background:var(--bg)}` перекрашивало
   тёмный подвал в светлый — специфичность та же, а лежит оно ниже в файле. */
.main > .gh { max-width: none; padding: 0; background: var(--bg); }

/* Тема рисует у ссылок подчёркивание при наведении в .main — на плитах и
   кнопках макета его быть не должно. */
.gh :where(a):hover { text-decoration: none; }

/* ============================================================================
   Правки по приёмке 16.09.2026
   ========================================================================== */

/* 1. Белая подпись оранжевых кнопок синела при наведении. Виновата тема:
      `a:hover{color:var(--cheme-color)}` — специфичность (0,1,1) выше, чем у
      нашего `.gh-btn` (0,1,0), поэтому её цвет побеждал. Фиксируем подпись и
      меняем отклик: вместо подсветки кнопка слегка увеличивается. */
.gh a.gh-btn:hover, .gh a.gh-btn:focus-visible,
.gh button.gh-btn:hover, .gh button.gh-btn:focus-visible { color: #fff; }
.gh a.gh-btn--ghost:hover, .gh a.gh-btn--ghost:focus-visible { color: var(--ink); }
.gh-bn__it--light .gh-btn--onDark:hover { color: var(--ink); }

.gh .gh-btn { transition: transform .16s var(--ease, ease), box-shadow .18s, background .18s; }
.gh .gh-btn:hover { transform: scale(1.03); }
.gh .gh-btn:active { transform: scale(.99); }

/* Оранжевая кнопка витрины — та же логика: подпись белая, отклик ростом. */
.gpc a.gc-btn--primary:hover, .gpc a.gc-btn--primary:focus-visible,
.gpc button.gc-btn--primary:hover, .gpc button.gc-btn--primary:focus-visible { color: #fff; }
.gpc .gc-btn--primary { transition: transform .16s ease, box-shadow .18s, background .18s; }
.gpc .gc-btn--primary:hover { transform: scale(1.03); }
.gpc .gc-btn--primary:active { transform: scale(.99); }

/* 2. Воздух между шапкой и первым блоком. Тема ставит между рядом навигации и
      <main> пустой `div.in-separator` с отступом 30 px, плюс у первой секции
      было 22 px своих. В сумме 52 px — владелец попросил поджать.
      Правило живёт в файле, который грузится только на новой главной,
      поэтому остальных страниц не касается. */
.in-separator { margin-top: 8px; }
.gh-top { padding-top: 12px; }

/* 3. Свёртки на телефоне (подвал и SEO-текст) открывались только через
      inline-стиль, который скрипт считает по scrollHeight. Раскрытие теперь
      держит и класс: если inline не применится (а в тестовом браузере так и
      случилось — max-height оставался нулевым), список всё равно раскроется.
      4000 px с запасом: самая длинная графа подвала — 329 px, SEO-текст на
      375 px — 3093 px. */
@media (max-width: 767px) {
  .gh-fold.is-fold.is-open > .gh-fold__b { max-height: 4000px; opacity: 1; }
}
