

/* Start:/local/templates/stellagg/assets/css/site-header.css?178559312218505*/
.site-header {
  position: relative;
  z-index: 70;
  border-bottom: 1px solid #e7edf2;
  color: #0a1d39;
  background: #fff;
}

.site-header__shell {
  width: min(calc(100% - 40px), 1240px);
  margin-inline: auto;
}

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

.site-header__main {
  min-height: 94px;
  display: grid;
  grid-template-columns: 205px 112px minmax(190px, 1fr) auto auto 72px 52px 52px;
  align-items: center;
  gap: 10px;
}

.site-brand strong { font-family: Montserrat, Arial, sans-serif; font-weight: 800; }
.site-catalog-toggle { font-family: Montserrat, Arial, sans-serif; font-weight: 700; }
.site-main-nav, .site-header-phone strong, .site-header-email strong, .site-header-action, .site-city__toggle small, .site-city__quick-label { font-family: Montserrat, Arial, sans-serif; font-weight: 600; }

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #0a1d39;
  text-decoration: none;
}

.site-brand__mark {
  display: block;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  object-fit: contain;
  color: #061d36;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* The full-color brand mark is reused in the dark footer. */
.brand--footer .brand__mark {
  display: block;
  filter: none;
  object-fit: contain;
}

.brand--footer svg.brand__mark > * { display: none; }

.site-brand > span { display: grid; gap: 1px; }
.site-brand strong { font-size: 18px; line-height: 1.05; letter-spacing: -.5px; }
.site-brand small { font-size: 9px; font-weight: 600; }

.site-catalog-toggle {
  position: relative;
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0 10px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px;
  align-content: center;
  column-gap: 8px;
  overflow: hidden;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: #061d36;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.site-catalog-toggle > span { grid-row: 1 / 4; align-self: stretch; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.site-catalog-toggle i { width: 18px; height: 2px; margin: 2px 0; background: currentColor; transition: transform .2s, opacity .2s; }
.site-catalog-toggle[aria-expanded="true"] i:nth-of-type(1),
.site-catalog-toggle[aria-expanded="true"] i:nth-of-type(3) { position: absolute; top: 50%; right: 10px; margin: 0; transform-origin: center; }
.site-catalog-toggle[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(-50%) rotate(45deg); }
.site-catalog-toggle[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
.site-catalog-toggle[aria-expanded="true"] i:nth-of-type(3) { transform: translateY(-50%) rotate(-45deg); }

.site-header-search {
  position: relative;
  height: 48px;
  display: flex;
  border: 1px solid #cbd5e1;
  border-radius: 7px;
  overflow: visible;
  background: #fff;
}

.site-header-search:focus-within { border-color: #16466f; box-shadow: 0 0 0 3px rgba(22, 70, 111, .12); }
.site-header-search input { width: 100%; min-width: 0; padding: 0 18px; border: 0; border-radius: 7px 0 0 7px; outline: 0; color: #0a1d39; background: #fff; font: inherit; }
.site-header-search > button { width: 50px; flex: 0 0 auto; border: 0; border-radius: 0 6px 6px 0; color: #fff; background: #061d36; cursor: pointer; }
.site-header-search svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.site-search-suggest {
  position: absolute;
  z-index: 180;
  top: calc(100% + 9px);
  left: 0;
  width: min(610px, 82vw);
  max-height: min(590px, calc(100vh - 150px));
  overflow: auto;
  border: 1px solid #bdcfdd;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(5, 30, 52, .22);
}

.site-search-suggest[hidden] { display: none; }
.site-search-suggest__list { display: grid; }
.site-search-suggest__item {
  min-width: 0;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px 13px;
  border-bottom: 1px solid #e1e9ef;
  color: #08233d;
  background: #fff;
  text-decoration: none;
}

.site-search-suggest__item:hover,
.site-search-suggest__item.is-active { background: #f0f5f8; }
.site-search-suggest__image {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #d7e2ea;
  border-radius: 8px;
  color: #fff;
  background: #0a3558;
  font-size: 15px;
  font-weight: 800;
}
.site-search-suggest__image img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.site-search-suggest__copy { min-width: 0; display: grid; gap: 3px; }
.site-search-suggest__copy small { color: #ff5a16; font-size: 8px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.site-search-suggest__copy strong { overflow: hidden; color: #08233d; font-size: 13px; line-height: 1.3; text-overflow: ellipsis; }
.site-search-suggest__copy > span { color: #8194a6; font-size: 10px; }
.site-search-suggest__all {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  color: #fff;
  background: #082f50;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
.site-search-suggest__all::after { content: '→'; color: #ff7a3d; font-size: 18px; }
.site-search-suggest__all:hover,
.site-search-suggest__all.is-active { background: #ff5a16; }
.site-search-suggest__all:hover::after,
.site-search-suggest__all.is-active::after { color: #fff; }
.site-search-suggest__state { padding: 22px 16px; color: #667d90; font-size: 12px; text-align: center; }
.site-search-suggest__state.is-loading::before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 9px;
  vertical-align: -4px;
  border: 2px solid #cbd8e1;
  border-top-color: #ff5a16;
  border-radius: 50%;
  animation: site-search-spin .7s linear infinite;
}
@keyframes site-search-spin { to { transform: rotate(360deg); } }

.site-header-phone,
.site-header-email {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0a1d39;
  text-decoration: none;
  white-space: nowrap;
}

.site-header-phone svg { width: 28px; height: 28px; }
.site-header-phone strong { font-size: 14px; }
.site-header-email { min-width: 145px; }
.site-header-email svg { width: 27px; height: 27px; }
.site-header-email strong { font-size: 12px; }
.site-header-phone svg,
.site-header-email svg,
.site-header-action svg,
.site-city svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.site-city { position: relative; justify-self: stretch; }
.site-city__toggle {
  width: 100%;
  min-height: 50px;
  padding: 4px 5px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 1px;
  border: 0;
  border-radius: 8px;
  color: #061d36;
  background: transparent;
  font: inherit;
  cursor: pointer;
  transition: color .2s, background .2s;
}

.site-city__toggle:hover,
.site-city__toggle[aria-expanded="true"] { color: #e84c00; background: #fff3ec; }
.site-city__toggle svg { width: 23px; height: 23px; }
.site-city__toggle small { color: #708094; font-size: 8px; line-height: 1; }
.site-city__toggle strong { max-width: 72px; overflow: hidden; font-size: 11px; line-height: 1.25; text-overflow: ellipsis; }
.site-city__menu {
  position: absolute;
  z-index: 90;
  top: calc(100% + 9px);
  right: -8px;
  width: 220px;
  max-height: min(540px, calc(100vh - 90px));
  overflow-y: auto;
  padding: 8px;
  border: 1px solid #dfe5ec;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(3, 20, 38, .18);
}
.site-city__menu[hidden] { display: none; }
.site-city__search { height: 40px; margin-bottom: 6px; padding: 0 9px; display: flex; align-items: center; gap: 7px; border: 1px solid #d7e0e8; border-radius: 7px; background: #fff; }
.site-city__search:focus-within { border-color: #ff5a0a; box-shadow: 0 0 0 3px rgba(255, 90, 10, .1); }
.site-city__search svg { width: 17px; height: 17px; flex: 0 0 auto; color: #68778a; }
.site-city__search input { width: 100%; min-width: 0; border: 0; outline: 0; color: #0a1d39; background: transparent; font: inherit; font-size: 12px; }
.site-city__suggestions { margin-bottom: 7px; padding-bottom: 7px; border-bottom: 1px solid #edf1f4; }
.site-city__suggestions[hidden] { display: none; }
.site-city__suggestion { width: 100%; padding: 9px 11px; display: flex; align-items: center; border: 0; border-radius: 7px; color: #0a1d39; background: transparent; font: inherit; font-size: 12px; font-weight: 600; text-align: left; cursor: pointer; }
.site-city__suggestion:hover, .site-city__suggestion:focus-visible { color: #e84c00; background: #fff3ec; outline: 0; }
.site-city__quick-label { padding: 5px 11px 4px; display: block; color: #738194; font-size: 8px; text-transform: uppercase; letter-spacing: .35px; }
.site-city__option {
  width: 100%;
  padding: 10px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 0;
  border-radius: 7px;
  color: #0a1d39;
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
.site-city__option:hover,
.site-city__option[aria-selected="true"] { color: #e84c00; background: #fff3ec; }
.site-city__option[aria-selected="true"]::after { content: "✓"; }
.site-city__custom { width: 100%; padding: 10px 11px; border: 1px dashed #ffb58f; border-radius: 7px; color: #c94300; background: #fff8f4; font: inherit; font-size: 12px; font-weight: 700; text-align: left; cursor: pointer; }
.site-city__custom:hover { border-color: #ff5a0a; background: #fff1e8; }
.site-city__custom[hidden] { display: none; }

.site-header-action {
  position: relative;
  min-width: 48px;
  display: grid;
  justify-items: center;
  gap: 2px;
  color: #061d36;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}
.site-header-action svg { width: 25px; height: 25px; }
.site-header-action:hover { color: #e84c00; }
.site-header-cart__count { position: absolute; top: -7px; right: 2px; min-width: 19px; height: 19px; padding: 0 5px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 12px; color: #fff; background: #ff5a0a; font-size: 9px; }

[data-copy-contact] { cursor: copy; }
.site-copy-toast {
  position: fixed;
  z-index: 210;
  right: 24px;
  bottom: 24px;
  max-width: min(390px, calc(100% - 32px));
  padding: 13px 17px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 10px;
  color: #fff;
  background: #061d36;
  box-shadow: 0 16px 42px rgba(3,20,38,.24);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .18s ease, transform .18s ease;
}
.site-copy-toast.is-visible { opacity: 1; transform: translateY(0); }
.site-copy-toast.is-error { background: #8b2d16; }

.site-cookie-notice {
  position: fixed;
  z-index: 205;
  top: 10px;
  right: 12px;
  width: min(410px, calc(100% - 24px));
  padding: 8px 8px 8px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #dce5ed;
  border-radius: 9px;
  color: #0a1d39;
  background: rgba(255,255,255,.98);
  box-shadow: 0 10px 28px rgba(4,27,50,.16);
  font-family: Montserrat, Arial, sans-serif;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity .22s ease, transform .22s ease;
}
.site-cookie-notice.is-visible { opacity: 1; transform: translateY(0); }
.site-cookie-notice p { flex: 1 1 auto; margin: 0; color: #41546a; font-size: 11px; line-height: 1.4; }
.site-cookie-notice a { color: #d94a05; font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.site-cookie-notice button { width: 26px; height: 26px; flex: 0 0 26px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 6px; color: #53677c; background: #eef3f6; font: 600 17px/1 Arial, sans-serif; cursor: pointer; }
.site-cookie-notice button:hover { color: #fff; background: #164b78; }

.site-mobile-toggle { display: none; width: 46px; height: 42px; border: 0; border-radius: 7px; color: #fff; background: #061d36; cursor: pointer; }
.site-mobile-toggle span { display: block; width: 21px; height: 2px; margin: 4px auto; background: currentColor; transition: transform .2s, opacity .2s; }
.site-mobile-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.site-mobile-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.site-mobile-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.site-catalog-panel { position: absolute; z-index: 80; right: 0; left: 0; padding: 22px 0; border-top: 1px solid #dfe5ec; background: #fff; box-shadow: 0 20px 40px rgba(3, 20, 38, .15); }
.site-catalog-panel[hidden] { display: none; }
.site-catalog-panel__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.site-catalog-panel a { min-height: 95px; padding: 17px; display: grid; align-content: center; gap: 5px; border: 1px solid #dfe5ec; border-radius: 10px; color: #0a1d39; text-decoration: none; transition: border-color .2s, transform .2s; }
.site-catalog-panel a:hover { border-color: #ff5a0a; transform: translateY(-2px); }
.site-catalog-panel small { color: #5f6f83; font-size: 12px; }

.site-main-nav { border-top: 1px solid #edf0f3; background: #fff; }
.site-main-nav__inner { height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 13px; font-weight: 600; }
.site-main-nav__group { display: contents; }
.site-main-nav a { position: relative; color: #0a1d39; text-decoration: none; }
.site-main-nav__group > a { height: 100%; display: flex; align-items: center; white-space: nowrap; }
.site-main-nav a::after { content: ""; position: absolute; right: 0; bottom: -17px; left: 0; height: 2px; background: #ff5a0a; transform: scaleX(0); transition: transform .2s; }
.site-main-nav__group > a::after { bottom: 0; }
.site-main-nav a:hover::after,
.site-main-nav a[aria-current="page"]::after { transform: scaleX(1); }

.site-main-nav a.site-main-nav__calculator {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #ff6b22, #ff4d00);
  box-shadow: 0 7px 16px rgba(255, 90, 10, .2);
  font-weight: 800;
}
.site-main-nav a.site-main-nav__calculator::after { display: none; }
.site-main-nav a.site-main-nav__calculator:hover { color: #fff; background: linear-gradient(135deg, #ff7b39, #ff5a0a); }
.site-main-nav a.site-main-nav__calculator[aria-current="page"] { box-shadow: 0 0 0 2px rgba(255, 90, 10, .2), 0 7px 16px rgba(255, 90, 10, .2); }
.site-main-nav__calculator svg { width: 16px; height: 16px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 1160px) {
  .site-header__main { grid-template-columns: 190px 105px minmax(180px, 1fr) auto 66px 48px 48px; }
  .site-header-email { display: none; }
  .site-header-phone strong { font-size: 14px; }
  .site-main-nav__inner { gap: 14px; font-size: 12px; }
  .site-main-nav__group { gap: 14px; }
  .site-main-nav a.site-main-nav__calculator { min-height: 32px; padding: 0 10px; }
}

@media (max-width: 1000px) {
  .site-main-nav__inner { gap: 8px; font-size: 11px; }
  .site-main-nav__group { gap: 8px; }
  .site-main-nav a.site-main-nav__calculator { padding: 0 8px; }
  .site-main-nav__calculator svg { width: 14px; height: 14px; }
}

@media (max-width: 900px) {
  .site-header__shell { width: min(calc(100% - 28px), 1240px); }
  .site-header__main { min-height: 76px; grid-template-columns: 1fr auto auto auto auto; gap: 7px; }
  .site-brand strong { font-size: 16px; }
  .site-catalog-toggle,
  .site-header-phone,
  .site-header-email { display: none; }
  .site-header-search { grid-row: 2; grid-column: 1 / -1; width: 100%; margin-bottom: 12px; }
  .site-search-suggest { right: 0; width: 100%; max-height: min(480px, calc(100vh - 180px)); }
  .site-header-action span { display: none; }
  .site-header-action { min-width: 36px; }
  .site-header-cart__count { right: -3px; }
  .site-city { min-width: 56px; }
  .site-city__toggle { min-height: 42px; }
  .site-city__toggle small { display: none; }
  .site-mobile-toggle { display: block; }
  .site-main-nav { display: none; }
  .site-main-nav.is-open { display: block; }
  .site-main-nav__inner { height: auto; padding: 12px 0; display: grid; grid-template-columns: 1fr; gap: 0; }
  .site-main-nav__group { height: auto; display: grid; gap: 0; }
  .site-main-nav__group > a { height: auto; white-space: normal; }
  .site-main-nav__inner > a { justify-self: stretch; }
  .site-main-nav a { padding: 12px 0; border-bottom: 1px solid #dfe5ec; }
  .site-main-nav a::after { display: none; }
  .site-main-nav a.site-main-nav__calculator { min-height: 40px; justify-content: center; margin: 5px 0; padding: 0 12px; border-bottom: 0; }
  .site-catalog-panel { display: none; }
}

@media (max-width: 520px) {
  .site-brand { gap: 7px; }
  .site-brand__mark { width: 41px; height: 41px; }
  .site-brand strong { font-size: 14px; }
  .site-brand small { display: none; }
  .site-city { min-width: 48px; }
  .site-city__toggle svg { width: 21px; height: 21px; }
  .site-city__toggle strong { max-width: 48px; font-size: 9px; }
  .site-city__menu { position: fixed; top: 68px; right: 14px; left: 14px; width: auto; }
  .site-header-action { min-width: 32px; }
  .site-mobile-toggle { width: 42px; }
  .site-copy-toast { right: 16px; bottom: 16px; left: 16px; max-width: none; text-align: center; }
  .site-cookie-notice { top: 8px; right: 8px; width: calc(100% - 16px); padding-left: 10px; }
  .site-cookie-notice p { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .site-header *, .site-header *::before, .site-header *::after { transition: none !important; }
}

/* Встроенный демонстрационный чат отключён: рабочий виджет будет подключён средствами Битрикса. */
[data-open-help],
.floating-help,
.help-dialog,
.dialog-backdrop {
  display: none !important;
}

/* End */


/* Start:/local/templates/stellagg/assets/css/site-cart.css?17840315965864*/
.site-header__main { position: relative; }

.site-mini-cart {
  position: absolute;
  z-index: 125;
  top: calc(100% - 4px);
  right: 0;
  width: min(470px, calc(100vw - 32px));
  padding: 20px;
  border: 1px solid #dbe4ec;
  border-radius: 14px;
  color: #0a1d39;
  background: #fff;
  box-shadow: 0 24px 60px rgba(4, 27, 50, .22);
  font-family: Montserrat, Arial, sans-serif;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .17s ease, transform .17s ease;
}
.site-mini-cart::before { content: ""; position: absolute; right: 0; bottom: 100%; left: 0; height: 14px; }
.site-mini-cart[hidden] { display: none; }
.site-mini-cart.is-open { opacity: 1; transform: translateY(0); }
.site-mini-cart__header { padding-bottom: 15px; display: flex; align-items: end; justify-content: space-between; gap: 18px; border-bottom: 1px solid #e6edf2; }
.site-mini-cart__header > div { display: grid; gap: 4px; }
.site-mini-cart__header span { color: #ff5a0a; font-size: 9px; font-weight: 700; letter-spacing: .55px; text-transform: uppercase; }
.site-mini-cart__header strong { font-size: 18px; line-height: 1.2; }
.site-mini-cart__header button { padding: 5px 0; border: 0; color: #6d7d90; background: none; font: inherit; font-size: 11px; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.site-mini-cart__header button:hover { color: #d94700; }
.site-mini-cart__items { max-height: min(405px, calc(100vh - 310px)); overflow-y: auto; overscroll-behavior: contain; }
.site-mini-cart__item { padding: 15px 0; display: grid; grid-template-columns: 68px minmax(0,1fr) auto; grid-template-rows: auto auto; align-items: center; gap: 8px 13px; border-bottom: 1px solid #e9eef2; }
.site-mini-cart__media { grid-row: 1 / 3; width: 68px; height: 68px; display: grid; place-items: center; overflow: hidden; border-radius: 9px; color: #fff; background: #eef3f6; font-size: 13px; font-weight: 800; text-decoration: none; }
.site-mini-cart__media img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.site-mini-cart__info { min-width: 0; display: grid; gap: 5px; align-self: end; }
.site-mini-cart__info a { overflow: hidden; color: #0a1d39; font-size: 12px; font-weight: 700; line-height: 1.35; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.site-mini-cart__info a:hover { color: #d94700; }
.site-mini-cart__info small { color: #7b8998; font-size: 8px; }
.site-mini-cart__controls { display: flex; align-items: center; gap: 6px; }
.site-cart-stepper { height: 31px; display: grid; grid-template-columns: 29px 31px 29px; overflow: hidden; border: 1px solid #d7e0e8; border-radius: 7px; background: #fff; }
.site-cart-stepper button { border: 0; color: #0a1d39; background: #f7f9fb; font: inherit; font-size: 16px; cursor: pointer; }
.site-cart-stepper button:hover { color: #fff; background: #ff5a0a; }
.site-cart-stepper span { display: grid; place-items: center; border-inline: 1px solid #e5ebf0; font-size: 10px; font-weight: 700; }
.site-mini-cart__remove { width: 30px; height: 31px; display: grid; place-items: center; border: 1px solid #d7e0e8; border-radius: 7px; color: #8190a0; background: #fff; cursor: pointer; }
.site-mini-cart__remove:hover { border-color: #ffb38d; color: #d94700; background: #fff7f2; }
.site-mini-cart__remove svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.site-mini-cart__price { align-self: start; justify-self: end; font-size: 13px; white-space: nowrap; }
.site-mini-cart__more { padding: 10px 0 0; color: #738397; font-size: 9px; text-align: center; }
.site-mini-cart__footer { padding-top: 17px; }
.site-mini-cart__footer[hidden] { display: none; }
.site-mini-cart__footer > div:first-child { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.site-mini-cart__footer > div:first-child span { font-size: 15px; font-weight: 700; }
.site-mini-cart__footer > div:first-child strong { font-size: 23px; font-weight: 800; }
.site-mini-cart__footer > small { margin-top: 9px; padding-top: 8px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; border-top: 1px solid #e2e8ed; color: #6f7d8d; font-size: 10px; font-weight: 600; }
.site-mini-cart__footer > small i { height: 1px; overflow: hidden; color: transparent; background: #d8e0e7; }
.site-mini-cart__footer > small strong { color: #243344; font-size: 11px; font-weight: 800; white-space: nowrap; }
.site-mini-cart__actions { margin-top: 16px; display: grid; grid-template-columns: 1fr 1.18fr; gap: 10px; }
.site-mini-cart__actions a { min-height: 45px; padding: 0 13px; display: grid; place-items: center; border: 1px solid #ff5a0a; border-radius: 8px; color: #d94700; font-size: 10px; font-weight: 700; text-align: center; text-decoration: none; }
.site-mini-cart__actions a:last-child { color: #fff; background: #ff5a0a; }
.site-mini-cart__actions a:hover { color: #fff; background: #d94700; border-color: #d94700; }
.site-mini-cart__empty { padding: 30px 20px 20px; display: grid; justify-items: center; text-align: center; }
.site-mini-cart__empty[hidden] { display: none; }
.site-mini-cart__empty > span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: #ff5a0a; font-size: 20px; transform: rotate(-35deg); }
.site-mini-cart__empty strong { margin-top: 13px; font-size: 16px; }
.site-mini-cart__empty p { max-width: 280px; margin: 7px 0 15px; color: #6d7c8f; font-size: 10px; line-height: 1.55; }
.site-mini-cart__empty a { color: #d94700; font-size: 11px; font-weight: 700; text-underline-offset: 3px; }

@media (max-width: 900px) {
  .site-mini-cart { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .site-mini-cart { transition: none; }
}

/* End */


/* Start:/local/templates/stellagg/assets/css/site-product-stock.css?17850593871384*/
.city-stock-badge {
  min-height: 24px;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.15;
  white-space: nowrap;
  transition: color .18s, border-color .18s, background-color .18s;
}

.city-stock-badge::before {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  content: "";
  background: currentColor;
}

.city-stock-badge.is-loading {
  color: #587188;
  border-color: #d6e1e9;
  background: #f2f6f8;
}

.city-stock-badge.is-loading::before {
  border: 1px solid #8ea2b3;
  border-top-color: transparent;
  background: transparent;
  animation: city-stock-spin .7s linear infinite;
}

.city-stock-badge.is-available {
  color: #08783e;
  border-color: #b9e4ca;
  background: #ecf9f1;
}

.city-stock-badge.is-unavailable {
  color: #a94a12;
  border-color: #f2c8a9;
  background: #fff6ed;
}

.city-stock-badge.is-unknown {
  color: #516b81;
  border-color: #cfdae3;
  background: #f4f7f9;
}

@keyframes city-stock-spin { to { transform: rotate(360deg); } }

[data-city-stock-only-available].is-stock-loading .product-card {
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .city-stock-badge.is-loading::before { animation: none; }
}

/* End */


/* Start:/local/templates/stellagg/assets/css/template.css?17845372018650*/
:root {
  --navy-950: #031426;
  --navy-900: #061d36;
  --navy-800: #0b2b4d;
  --navy-700: #16466f;
  --orange: #ff5a0a;
  --orange-dark: #e84c00;
  --ink: #0a1d39;
  --muted: #66758a;
  --line: #dfe5ec;
  --soft: #f4f7fa;
  --shadow: 0 18px 45px rgba(6, 29, 54, .12);
  --shell: 1240px;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: #fff; font-family: Montserrat, Arial, sans-serif; font-size: 15px; font-weight: 400; line-height: 1.5; }
body.is-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
[hidden] { display: none !important; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 10px 14px; background: #fff; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand__mark { width: 42px; height: 42px; flex: 0 0 auto; color: var(--navy-900); stroke-width: 1.6; }
.brand span { display: grid; gap: 1px; }
.brand strong { font-family: Montserrat, Arial, sans-serif; font-size: 17px; font-weight: 800; line-height: 1; letter-spacing: -.4px; }
.brand small { font-size: 9px; font-weight: 600; }

.home-footer { padding: 27px 0 12px; color: #dbe7f2; background: linear-gradient(135deg, #051a30, #072b4c); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, .8fr) 1fr; gap: 30px; }
.brand--footer { color: #fff; }
.brand--footer .brand__mark { color: #fff; }
.footer-brand p { max-width: 240px; color: #98aec2; font-size: 12px; line-height: 1.5; }
.footer-grid h3 { margin: 0 0 10px; color: #fff; font-size: 14px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 5px; }
.footer-grid a, .footer-grid p { color: #b8c8d7; font-size: 11px; line-height: 1.45; }
.footer-contacts > a:first-child { color: #fff; font-size: 14px; font-weight: 800; }
.footer-bottom { margin-top: 25px; padding-top: 12px; display: flex; justify-content: flex-end; gap: 35px; border-top: 1px solid rgba(255,255,255,.1); color: #8ca3b7; font-size: 9px; }
.footer-bottom span { margin-right: auto; }

.floating-help { position: fixed; z-index: 80; right: 28px; bottom: 24px; width: 60px; height: 60px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: #ff3030; box-shadow: 0 15px 35px rgba(255,48,48,.35); cursor: pointer; }
.floating-help svg { width: 30px; height: 30px; stroke-width: 1.9; }
.help-dialog { position: fixed; z-index: 102; right: 28px; bottom: 98px; width: min(440px, calc(100% - 32px)); padding: 23px; border-radius: 14px; background: #fff; box-shadow: 0 25px 70px rgba(3,20,38,.3); }
.help-dialog__close { position: absolute; top: 10px; right: 12px; border: 0; background: none; font-size: 24px; cursor: pointer; }
.help-dialog__icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: var(--orange); }
.help-dialog__icon svg { width: 25px; height: 25px; }
.help-dialog h2 { margin: 13px 0 15px; font-size: 23px; }
.manager-chat { overflow: hidden; border: 1px solid #dce5ed; border-radius: 12px; background: #f4f7fa; }
.manager-chat__head { padding: 13px 15px; display: flex; align-items: center; gap: 10px; color: #fff; background: linear-gradient(135deg, var(--navy-900), #0c3c66); }
.manager-chat__avatar { position: relative; width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--orange); font-size: 12px; font-weight: 800; }
.manager-chat__avatar::after { content: ""; position: absolute; right: 0; bottom: 0; width: 9px; height: 9px; border: 2px solid var(--navy-900); border-radius: 50%; background: #31c86b; }
.manager-chat__head > span:last-child { display: grid; }
.manager-chat__head strong { font-size: 13px; }
.manager-chat__status { color: #bcd0e1; font-size: 10px; }
.manager-chat__messages { height: 230px; padding: 15px; display: flex; flex-direction: column; gap: 10px; overflow-y: auto; }
.manager-chat__message { max-width: 84%; padding: 10px 12px; border-radius: 10px 10px 10px 2px; color: #24364b; background: #fff; box-shadow: 0 5px 18px rgba(6,29,54,.08); }
.manager-chat__message--user { margin-left: auto; border-radius: 10px 10px 2px 10px; color: #fff; background: #0c3c66; }
.manager-chat__message p { margin: 0; font-size: 12px; line-height: 1.45; }
.manager-chat__message time { margin-top: 4px; display: block; color: #8b98a7; font-size: 9px; text-align: right; }
.manager-chat__message--user time { color: #b9cada; }
.manager-chat__form { padding: 10px; display: grid; grid-template-columns: minmax(0, 1fr) 42px; gap: 8px; border-top: 1px solid #dce5ed; background: #fff; }
.manager-chat__form input { width: 100%; min-width: 0; height: 42px; padding: 0 12px; border: 1px solid #d4dee7; border-radius: 8px; outline: 0; font-size: 12px; }
.manager-chat__form input:focus { border-color: #ff8d56; box-shadow: 0 0 0 3px rgba(255,90,10,.1); }
.manager-chat__form button { border: 0; border-radius: 8px; color: #fff; background: var(--orange); cursor: pointer; }
.manager-chat__form button:hover { background: var(--orange-dark); }
.manager-chat__form svg { width: 20px; height: 20px; }
.manager-chat__notice { margin: 8px 2px 0; color: var(--muted); font-size: 9px; line-height: 1.4; text-align: center; }
.dialog-backdrop { position: fixed; z-index: 101; inset: 0; background: rgba(3,20,38,.55); }
.selection-toast { position: fixed; z-index: 110; left: 50%; bottom: 25px; padding: 12px 18px; border-radius: 8px; color: #fff; background: var(--navy-900); box-shadow: var(--shadow); transform: translateX(-50%); }

.stellagg-inner-content { min-height: 45vh; padding: 60px 0; }

@media (max-width: 1100px) {
  .footer-grid { grid-template-columns: 1.2fr repeat(2, 1fr); }
  .footer-grid > div:nth-child(4), .footer-grid > div:nth-child(5) { margin-top: 15px; }
}
@media (max-width: 860px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 580px) {
  body { font-size: 14px; }
  .brand small { display: none; }
  .brand__mark { width: 35px; height: 35px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 22px; }
  .footer-grid > div:nth-child(4), .footer-grid > div:nth-child(5) { margin-top: 0; }
  .footer-contacts { grid-column: 1 / -1; }
  .footer-bottom { flex-wrap: wrap; justify-content: flex-start; gap: 12px; }
  .footer-bottom span { width: 100%; margin: 0; }
  .floating-help { right: 15px; bottom: 15px; width: 54px; height: 54px; }
  .help-dialog { right: 16px; bottom: 80px; max-height: calc(100vh - 100px); overflow-y: auto; }
  .manager-chat__messages { height: 210px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
.not-found-page {
  min-height: 560px;
  padding: 80px 0;
  display: grid;
  place-items: center;
  color: #fff;
  background: radial-gradient(circle at 72% 20%, rgba(255, 90, 10, .18), transparent 28%), linear-gradient(145deg, #031426, #082e52);
}
.not-found-page__inner { text-align: center; }
.not-found-page__inner > span { color: #ff7b3b; font-family: Unbounded, Montserrat, sans-serif; font-size: clamp(64px, 10vw, 124px); font-weight: 700; line-height: 1; }
.not-found-page h1 { margin: 18px 0 0; font-size: clamp(31px, 5vw, 54px); line-height: 1.05; }
.not-found-page p { max-width: 660px; margin: 18px auto 0; color: #b9ccdd; line-height: 1.7; }
.not-found-page__inner > div { margin-top: 30px; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.not-found-page__inner > div a { min-height: 48px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.4); border-radius: 8px; font-size: 13px; font-weight: 800; }
.not-found-page__inner > div a:first-child { border-color: #ff5a0a; background: #ff5a0a; }
.not-found-page__inner > div a:hover { border-color: #e84b00; background: #e84b00; }

/* End */


/* Start:/local/templates/stellagg/assets/css/home.css?178498731240250*/
:root {
  --navy-950: #031426;
  --navy-900: #061d36;
  --navy-800: #0b2b4d;
  --navy-700: #16466f;
  --orange: #ff5a0a;
  --orange-dark: #e84c00;
  --blue: #1264e5;
  --ink: #0a1d39;
  --muted: #66758a;
  --line: #dfe5ec;
  --soft: #f4f7fa;
  --white: #fff;
  --shadow: 0 18px 45px rgba(6, 29, 54, .12);
  --radius: 14px;
  --shell: 1240px;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: #fff; font-family: Montserrat, Arial, sans-serif; font-size: 15px; font-weight: 400; line-height: 1.5; }
h1, h2, h3, .button { font-family: Montserrat, Arial, sans-serif; font-weight: 700; }
.brand strong { font-family: Montserrat, Arial, sans-serif; font-weight: 800; }
.hero-copy__eyebrow, .section-kicker { font-family: Unbounded, Montserrat, Arial, sans-serif; font-weight: 700; }
.gateway-card__kicker, .showrooms-count, .showroom-card__type, .showroom-card__content small, .estimate-form__kicker, .product-card__badge { font-family: Montserrat, Arial, sans-serif; font-weight: 700; }
main { display: flex; flex-direction: column; }
.hero { order: 1; }
#catalog { order: 2; }
.gateway-grid { order: 3; }
.showrooms-showcase { order: 4; }
#popular { order: 5; }
#projects { order: 6; }
.service-strip { order: 7; }
body.is-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
[data-component] { min-width: 0; isolation: isolate; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 10px 14px; background: #fff; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.topbar { color: #fff; background: var(--navy-950); font-size: 12px; }
.topbar__inner { min-height: 36px; display: flex; align-items: center; gap: 26px; }
.topbar button { border: 0; color: inherit; background: none; cursor: pointer; }
.topbar__delivery { display: inline-flex; align-items: center; gap: 7px; opacity: .86; }
.topbar__delivery svg { width: 17px; height: 17px; }
.topbar__links { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.topbar a { opacity: .8; transition: opacity .2s; }
.topbar a:hover { opacity: 1; }

.header-main { min-height: 94px; display: grid; grid-template-columns: 205px 112px minmax(220px, 1fr) auto auto 54px 54px 54px; align-items: center; gap: 10px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand__mark { width: 42px; height: 42px; flex: 0 0 auto; color: var(--navy-900); stroke-width: 1.6; }
.brand span { display: grid; gap: 1px; }
.brand strong { font-size: 21px; line-height: 1; letter-spacing: -.6px; }
.brand small { font-size: 7px; font-weight: 700; }
.catalog-toggle { width: 100%; min-width: 0; height: 48px; padding: 0 10px; display: grid; grid-template-columns: minmax(0, 1fr) 18px; align-content: center; column-gap: 8px; overflow: hidden; border: 0; border-radius: 7px; color: #fff; background: var(--navy-900); font-weight: 700; cursor: pointer; }
.catalog-toggle span { grid-row: 1 / 4; align-self: center; }
.catalog-toggle i { width: 18px; height: 2px; margin: 2px 0; background: currentColor; transition: transform .2s, opacity .2s; }
.catalog-toggle[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(6px) rotate(45deg); }
.catalog-toggle[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
.catalog-toggle[aria-expanded="true"] i:nth-of-type(3) { transform: translateY(-6px) rotate(-45deg); }
.site-search { height: 48px; display: flex; border: 1px solid #cbd5e1; border-radius: 7px; overflow: hidden; background: #fff; }
.site-search:focus-within { border-color: var(--navy-700); box-shadow: 0 0 0 3px rgba(22, 70, 111, .12); }
.site-search input { width: 100%; padding: 0 18px; border: 0; outline: 0; color: var(--ink); }
.site-search button { width: 50px; border: 0; color: #fff; background: var(--navy-900); cursor: pointer; }
.site-search svg { width: 22px; height: 22px; }
.header-phone { display: flex; align-items: center; gap: 12px; white-space: nowrap; }
.header-phone svg { width: 28px; height: 28px; color: var(--navy-900); }
.header-phone span { display: grid; }
.header-phone strong { font-size: 17px; }
.header-phone small { color: var(--muted); font-size: 10px; }
.header-email { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.header-email svg { width: 25px; height: 25px; color: var(--navy-900); }
.header-email span { display: grid; }
.header-email strong { font-size: 12px; }
.header-email small { color: var(--muted); font-size: 8px; }
.header-calc { display: grid; justify-items: center; gap: 2px; font-weight: 700; font-size: 11px; }
.header-calc svg { width: 25px; height: 25px; }
.header-action { position: relative; min-width: 48px; display: grid; justify-items: center; gap: 2px; color: var(--navy-900); font-size: 9px; font-weight: 700; }
.header-action svg { width: 25px; height: 25px; }
.header-action:hover { color: var(--orange-dark); }
.header-cart__count { position: absolute; top: -7px; right: 2px; min-width: 19px; height: 19px; padding: 0 5px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 12px; color: #fff; background: var(--orange); font-size: 9px; }
.mobile-menu-toggle { display: none; width: 46px; height: 42px; border: 0; border-radius: 7px; background: var(--navy-900); cursor: pointer; }
.mobile-menu-toggle span { display: block; width: 21px; height: 2px; margin: 4px auto; background: #fff; }
.main-nav { border-top: 1px solid #edf0f3; border-bottom: 1px solid #edf0f3; background: #fff; }
.main-nav__inner { height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 13px; font-weight: 700; }
.main-nav a { position: relative; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: -17px; left: 0; height: 2px; background: var(--orange); transform: scaleX(0); transition: transform .2s; }
.main-nav a:hover::after { transform: scaleX(1); }
.location-strip { border-top: 1px solid #ffe0cf; border-bottom: 1px solid #ffd4bc; background: linear-gradient(90deg, #fff9f5, #f4f8fb 48%, #fff9f5); }
.location-strip__inner { min-height: 64px; display: grid; grid-template-columns: auto repeat(3, 1fr); align-items: center; gap: 0; }
.location-strip__title { padding-right: 25px; color: var(--orange-dark); font-size: 11px; text-transform: uppercase; letter-spacing: .9px; }
.location-point { position: relative; min-height: 44px; padding: 0 24px; display: flex; align-items: center; gap: 11px; border-left: 1px solid #efc9b4; }
.location-point::after { content: ""; position: absolute; right: 24px; bottom: 0; left: 56px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--orange), transparent); }
.location-point svg { width: 24px; height: 24px; flex: 0 0 auto; color: var(--orange); stroke-width: 2; }
.location-point span { display: grid; }
.location-point b { color: var(--navy-900); font-size: 15px; line-height: 1.2; }
.location-point small { color: #6d7885; font-size: 10px; font-weight: 600; }
.catalog-panel { position: absolute; z-index: 60; right: 0; left: 0; padding: 22px 0; border-top: 1px solid var(--line); background: #fff; box-shadow: 0 20px 40px rgba(3, 20, 38, .15); }
.catalog-panel__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.catalog-panel a { min-height: 95px; padding: 17px; display: grid; align-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 10px; transition: border-color .2s, transform .2s; }
.catalog-panel a:hover { border-color: var(--orange); transform: translateY(-2px); }
.catalog-panel small { color: var(--muted); font-size: 11px; }

.hero { position: relative; min-height: 485px; color: #fff; background: var(--navy-950); overflow: hidden; }
.hero-slide { min-height: 485px; background-image: linear-gradient(90deg, rgba(1, 17, 32, .98) 0%, rgba(3, 28, 52, .8) 40%, rgba(3, 28, 52, .05) 72%), var(--hero-image); background-position: center; background-size: cover; }
.hero-slide[data-slide="0"] { width: calc(100% - 32px); max-width: calc(100% - 32px); margin-inline: auto; }
.hero-slide[data-bg], .hero-slide.is-bg-requested { --hero-image: var(--deferred-bg); }
.hero-slide--product { position: relative; isolation: isolate; background: linear-gradient(112deg, #031426 0%, #082741 54%, #0d3858 100%); }
.hero-slide--product::before { content: ""; position: absolute; z-index: 0; top: 22px; right: max(72px, calc((100% - var(--shell)) / 2)); bottom: 22px; left: calc(50% + 25px); border: 1px solid rgba(255,255,255,.7); border-radius: 18px; background: #f4f6f8; box-shadow: 0 24px 55px rgba(0, 12, 24, .24); }
.hero-slide--product::after { content: ""; position: absolute; z-index: 1; top: 22px; right: max(72px, calc((100% - var(--shell)) / 2)); bottom: 22px; left: calc(50% + 25px); pointer-events: none; border-radius: 18px; background-image: var(--hero-image); background-position: center; background-size: cover; background-repeat: no-repeat; }
.hero-slide--product .hero-slide__inner { position: relative; z-index: 2; }
@media (min-width: 1081px) {
  .hero-slide--product[data-slide="3"]::after { background-size: cover; }
}
.hero-slide[hidden] { display: none; }
.hero-slide__inner { min-height: 485px; display: flex; align-items: center; }
.hero-copy { width: min(650px, 61%); padding: 52px 0 46px; }
.hero-copy__eyebrow { display: inline-block; margin-bottom: 12px; color: #aac1d8; font-size: 9px; text-transform: uppercase; letter-spacing: .65px; }
.hero-copy h1, .hero-copy h2 { margin: 0 0 14px; font-size: clamp(37px, 3.7vw, 50px); line-height: 1.12; letter-spacing: -1.8px; }
.hero-copy p { max-width: 510px; margin: 0; color: #e0e9f2; font-size: 17px; }
.hero-actions { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; border: 1px solid transparent; border-radius: 7px; font-size: 14px; font-weight: 700; line-height: 1; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button--accent { color: #fff; background: var(--orange); }
.button--accent:hover { background: var(--orange-dark); }
.button--outline { color: #fff; border-color: rgba(255,255,255,.65); background: rgba(5, 25, 45, .35); }
.button--outline:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.button--wide { width: 100%; }
.hero-benefits { margin-top: 23px; display: grid; grid-template-columns: repeat(3, 150px); }
.hero-benefits span { min-height: 64px; padding: 10px 13px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.14); color: #dce7f2; font-size: 11px; }
.hero-benefits span:first-child { border-radius: 7px 0 0 7px; }
.hero-benefits span:last-child { border-radius: 0 7px 7px 0; }
.hero-benefits svg { width: 25px; height: 25px; flex: 0 0 auto; }
.hero-arrow, .carousel-arrow { position: absolute; z-index: 5; width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #fff; box-shadow: 0 7px 25px rgba(3, 20, 38, .15); font-size: 29px; cursor: pointer; transition: transform .2s; }
.hero-arrow:hover, .carousel-arrow:hover { transform: scale(1.06); }
.hero-arrow { top: 50%; transform: translateY(-50%); }
.hero-arrow:hover { transform: translateY(-50%) scale(1.06); }
.hero-arrow--prev { left: max(18px, calc((100% - var(--shell)) / 2 - 58px)); }
.hero-arrow--next { right: max(18px, calc((100% - var(--shell)) / 2 - 58px)); }
.hero-arrow svg { width: 22px; height: 22px; color: var(--navy-900); stroke-width: 2.2; }
.carousel-arrow svg { width: 20px; height: 20px; color: var(--navy-900); stroke-width: 2.2; }
.hero-dots { position: absolute; z-index: 5; bottom: 48px; left: 50%; display: flex; gap: 12px; transform: translateX(-50%); }
.hero-dots button { width: 10px; height: 10px; padding: 0; border: 1px solid #fff; border-radius: 50%; background: transparent; cursor: pointer; }
.hero-dots button.is-active { background: #fff; }
.hero-timer { position: absolute; z-index: 5; bottom: 18px; left: 50%; width: min(250px, calc(100% - 120px)); transform: translateX(-50%); }
.hero-timer__track { position: relative; width: 100%; height: 3px; display: block; overflow: hidden; border-radius: 3px; background: rgba(255,255,255,.28); }
.hero-timer__track i { position: absolute; inset: 0; background: var(--orange); transform: scaleX(0); transform-origin: left; }
.hero-timer__track i.is-running { animation: heroTimer 7s linear forwards; }
@keyframes heroTimer { to { transform: scaleX(1); } }

.section { padding-top: 28px; padding-bottom: 28px; }
.section--soft { background: var(--soft); }
.section-heading { margin-bottom: 18px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.section-heading h2 { margin: 1px 0 0; font-size: 27px; line-height: 1.2; letter-spacing: -.6px; }
.section-heading > a { color: var(--navy-700); font-size: 12px; font-weight: 800; }
.section-heading--compact { margin-bottom: 12px; }
.section-heading--compact h2 { font-size: 23px; }
.section-kicker { color: var(--orange); font-size: 8px; text-transform: uppercase; letter-spacing: .65px; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.category-card { position: relative; min-height: 238px; padding: 22px; display: grid; grid-template-columns: minmax(165px, 1fr) minmax(150px, 44%); gap: 12px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); color: var(--navy-900); background: #fff; box-shadow: 0 10px 26px rgba(4, 27, 50, .06); }
.category-card__copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; }
.category-card h3 { margin: 0 0 11px; font-size: 20px; line-height: 1.2; }
.category-card p { margin: 0; color: var(--muted); font-size: 12px; }
.category-card__action { margin-top: auto; color: var(--navy-800); font-size: 12px; font-weight: 800; }
.category-card img { width: 100%; height: auto; aspect-ratio: 1 / 1; padding: 10px; align-self: center; border-radius: 10px; object-fit: contain; object-position: center; background: linear-gradient(145deg, #f5f7f8, #edf1f3); box-shadow: inset 0 0 0 1px rgba(205, 216, 225, .55); }
.category-card--orange,
.category-card--dark { color: var(--navy-900); border-color: var(--line); background: #fff; }
.category-card--dark p { color: var(--muted); }
.category-card--dark .category-card__action { color: var(--navy-800); }
.gateway-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.gateway-card { position: relative; min-height: 250px; padding: 34px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; overflow: hidden; border-radius: var(--radius); color: #fff; background-position: center; background-size: cover; box-shadow: var(--shadow); }
.gateway-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,20,37,.97), rgba(4,35,61,.78) 64%, rgba(4,35,61,.28)); }
.gateway-card { background-color: #092b4a; background-image: var(--deferred-bg); }
.gateway-card--b2b { background-position: center 45%; }
.gateway-card--b2b::before { background: linear-gradient(90deg, rgba(3,26,47,.98), rgba(8,54,88,.8) 72%, rgba(8,54,88,.38)); }
.gateway-card > * { position: relative; z-index: 1; }
.gateway-card__kicker { margin-bottom: 7px; color: #ffb38d; font-size: 8px; text-transform: uppercase; letter-spacing: .55px; }
.gateway-card h2 { margin: 0 0 8px; font-size: 31px; line-height: 1.15; }
.gateway-card p { max-width: 520px; margin: 0 0 24px; color: #d4e0ea; }
.gateway-card__action { margin-top: auto; display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 800; }
.gateway-card__action svg { width: 19px; height: 19px; transition: transform .2s; }
.gateway-card:hover .gateway-card__action svg { transform: translateX(5px); }
.showrooms-showcase { margin-top: 18px; margin-bottom: 18px; padding: 30px 26px; border: 1px solid #dbe5ed; border-radius: 18px; background: linear-gradient(135deg, #f4f8fb, #fff 58%, #fff6f0); box-shadow: 0 14px 35px rgba(6, 29, 54, .07); }
.showrooms-showcase .section-heading { margin-bottom: 22px; }
.showrooms-showcase .section-heading h2 { font-size: 31px; }
.showrooms-count { margin-left: auto; padding: 7px 12px; border-radius: 20px; color: #fff; background: var(--orange); font-size: 8px; text-transform: uppercase; letter-spacing: .35px; }
.showroom-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 14px; }
.showroom-card { position: relative; min-height: 285px; overflow: hidden; border-radius: var(--radius); color: #fff; background: var(--navy-900); box-shadow: var(--shadow); }
.showroom-card:focus-visible, .project-card:focus-visible, .category-card:focus-visible { outline: 3px solid rgba(255, 90, 10, .42); outline-offset: 3px; }
.showroom-card::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgba(2,18,33,.96) 0%, rgba(2,18,33,.58) 43%, rgba(2,18,33,.05) 78%); }
.showroom-card__media { position: absolute; z-index: 0; inset: 0; display: block; cursor: pointer; }
.showroom-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.showroom-card--saransk .showroom-card__media img, .showroom-card--ulyanovsk .showroom-card__media img { object-position: center; }
.showroom-card:hover img { transform: scale(1.035); }
.showroom-card__type { position: absolute; z-index: 2; top: 18px; left: 18px; padding: 6px 10px; border-radius: 20px; color: var(--navy-900); background: rgba(255,255,255,.92); font-size: 7px; text-transform: uppercase; letter-spacing: .35px; }
.showroom-card__content { position: absolute; z-index: 2; right: 20px; bottom: 19px; left: 20px; display: grid; gap: 3px; }
.showroom-card__content small { color: #ff9864; font-size: 15px; line-height: 1.2; text-transform: uppercase; letter-spacing: .35px; text-shadow: 0 2px 10px rgba(0,0,0,.3); }
.showroom-card__content strong { max-width: 360px; margin-top: 4px; font-size: 15px; line-height: 1.35; }
.showroom-card__button { width: fit-content; min-height: 34px; margin-top: 10px; padding: 0 13px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid #ff7c3d; border-radius: 7px; color: #fff; background: var(--orange); font-size: 10px; font-weight: 800; font-style: normal; box-shadow: 0 8px 20px rgba(255,90,10,.25); transition: color .2s, background .2s, border-color .2s, transform .2s; }
.showroom-card__button:hover, .showroom-card__button:focus-visible { border-color: #fff; color: var(--navy-900); background: #fff; transform: translateY(-2px); outline: 0; }
.showroom-card__button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.workbench-illustration { position: relative; align-self: end; width: 100%; height: 150px; }
.workbench-illustration::before { content: ""; position: absolute; right: 3%; bottom: 12px; width: 95%; height: 18px; border-radius: 3px; background: #ff6a16; box-shadow: 0 11px 0 #071a2d; }
.workbench-illustration::after { content: ""; position: absolute; right: 8%; bottom: 0; width: 8px; height: 82px; background: #cbd2d8; box-shadow: 120px 0 #cbd2d8; }
.workbench-illustration span { position: absolute; top: 18px; right: 7%; width: 130px; height: 72px; border: 8px solid #d7dde1; border-bottom-color: #ff6a16; background: repeating-linear-gradient(90deg, #0b2139 0 22px, #193f62 22px 24px); }
.workbench-illustration i, .workbench-illustration b { position: absolute; right: 9%; bottom: 30px; width: 48px; height: 48px; border-radius: 3px; background: #148151; }
.workbench-illustration b { right: 61px; width: 62px; background: #176b49; }

.projects-layout { display: grid; grid-template-columns: minmax(340px, .95fr) minmax(0, 1.8fr); gap: 18px; align-items: stretch; }
.projects-block { min-width: 0; padding: 18px; order: 2; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.project-card { display: block; color: var(--navy-900); border-radius: 9px; }
.project-card h3 { margin: 8px 0 1px; font-size: 12px; }
.project-card p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.35; }
.project-card__image { height: 142px; border-radius: 8px; background-color: #e8eef3; background-image: linear-gradient(rgba(4, 23, 42, .06), rgba(4, 23, 42, .22)), var(--deferred-bg); background-size: cover; }
.project-card__image--warehouse { background-position: 78% center; }
.project-card__image--store { background-image: linear-gradient(rgba(4, 23, 42, .06), rgba(4, 23, 42, .16)), var(--deferred-bg); background-position: center; background-color: #f4f5f6; background-size: cover; }
.project-card__image--service { background-image: linear-gradient(rgba(7, 20, 34, .08), rgba(7, 20, 34, .18)), var(--deferred-bg); background-position: center; background-color: #edf0f3; background-size: cover; background-repeat: no-repeat; }
.project-card__image--archive { background-image: linear-gradient(rgba(4, 23, 42, .06), rgba(4, 23, 42, .16)), var(--deferred-bg); background-position: center; background-color: #f4f5f6; background-size: cover; filter: grayscale(.1); }
.project-card__image--real { background-position: center; }

[data-deferred-section] { content-visibility: auto; contain-intrinsic-size: auto 720px; }
img[data-src] { opacity: 0; }
img.is-loaded { opacity: 1; transition: opacity .22s ease; }
img.has-load-error { opacity: 1; background: #edf1f4; }
.estimate-form { padding: 23px; order: 1; color: #fff; border-radius: var(--radius); background: linear-gradient(145deg, #09294a, var(--navy-950)); box-shadow: var(--shadow); }
.estimate-form__kicker { color: #8fb1d2; font-size: 8px; text-transform: uppercase; letter-spacing: .45px; }
.estimate-form h2 { margin: 4px 0 6px; font-size: 23px; line-height: 1.25; }
.estimate-form > p { margin: 0 0 12px; color: #c9d7e4; font-size: 11px; }
.estimate-form label:not(.consent) { display: grid; }
.estimate-form label:not(.consent) > span, .help-form label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; }
.estimate-form__row { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8px; }
.estimate-form__row label:nth-child(3) { grid-column: 1 / -1; }
.estimate-form input, .estimate-form textarea, .help-form input { width: 100%; padding: 10px 11px; border: 1px solid transparent; border-radius: 5px; outline: 0; color: #0a1d39; background: #fff; font-family: Montserrat, Arial, sans-serif; font-size: 13px; font-weight: 400; line-height: 1.45; }
.estimate-form input::placeholder, .estimate-form textarea::placeholder { color: #778598; opacity: 1; }
.estimate-form input:focus, .estimate-form textarea:focus, .help-form input:focus { border-color: #7eafd8; box-shadow: 0 0 0 3px rgba(126, 175, 216, .2); }
.estimate-form textarea { margin-top: 8px; resize: vertical; }
.consent { margin: 8px 0; display: flex; align-items: center; gap: 7px; color: #cad7e4; font-size: 9px; }
.consent input { width: auto; margin: 0; accent-color: var(--orange); }
.form-status { min-height: 18px; margin: 7px 0 0 !important; color: #ffd2bd !important; font-size: 10px !important; }

.product-carousel { position: relative; }
.product-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 36px) / 4); gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; overscroll-behavior-inline: contain; }
.product-track.is-dragging { scroll-snap-type: none; cursor: grabbing; }
.product-track.is-dragging, .product-track.is-dragging * { user-select: none; }
.product-track::-webkit-scrollbar { display: none; }
.product-card { position: relative; min-height: 295px; padding: 14px; display: flex; flex-direction: column; scroll-snap-align: start; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.product-card[hidden] { display: none; }
.product-card__badge { position: absolute; top: 10px; left: 10px; z-index: 2; font-size: 7px; letter-spacing: 0; }
.product-card__main-link { display: block; color: inherit; border-radius: 7px; }
.product-card__main-link::after { content: ""; position: absolute; z-index: 1; inset: 0; border-radius: inherit; }
.product-card__main-link:focus-visible { outline: 3px solid rgba(255, 90, 10, .35); outline-offset: 3px; }
.product-card img { width: 100%; height: 155px; object-fit: contain; }
.product-card h3 { margin: 4px 0 2px; font-size: 13px; }
.product-card p { margin: 0; color: var(--muted); font-size: 9px; }
.product-card > div { position: relative; z-index: 2; margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.product-card strong { font-size: 11px; }
.product-card__link { color: var(--orange-dark); font-size: 12px; font-weight: 800; }
.cart-button { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #cbd5df; border-radius: 6px; background: #fff; cursor: pointer; }
.cart-button svg { width: 20px; height: 20px; }
.cart-button span { position: absolute; opacity: 0; }
.cart-button.is-added { color: #fff; border-color: var(--orange); background: var(--orange); }
.product-card--featured { border-color: #ffb38d; background: #fffaf7; }
.carousel-arrow { top: 50%; transform: translateY(-50%); }
.carousel-arrow:hover { transform: translateY(-50%) scale(1.06); }
.carousel-arrow { border: 1px solid #d7e1ea; box-shadow: 0 8px 25px rgba(3, 20, 38, .2); }
.carousel-arrow--prev { left: 8px; }
.carousel-arrow--next { right: 8px; }
.carousel-arrow:disabled { opacity: .45; cursor: default; transform: translateY(-50%); }

[data-animate-card] { transform: translateZ(0); transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease; }
[data-animate-card]:hover, [data-animate-card]:focus-within { z-index: 2; border-color: rgba(255, 90, 10, .5); box-shadow: 0 18px 40px rgba(6, 29, 54, .15); transform: translateY(-5px); }
.product-card[data-animate-card]:hover, .product-card[data-animate-card]:focus-within { transform: none; }
[data-animate-card].is-pressing { transform: translateY(-1px) scale(.992); }
[data-animate-card].is-selected { animation: cardSelected .46s ease; }
@keyframes cardSelected {
  0% { box-shadow: 0 0 0 0 rgba(255, 90, 10, .35); }
  55% { box-shadow: 0 0 0 7px rgba(255, 90, 10, .13), 0 18px 40px rgba(6, 29, 54, .15); }
  100% { box-shadow: 0 0 0 0 rgba(255, 90, 10, 0); }
}
.search-empty { padding: 30px; text-align: center; color: var(--muted); border: 1px dashed var(--line); border-radius: 10px; }

.service-strip { color: #fff; background: linear-gradient(90deg, var(--navy-900), #07335a); }
.service-strip__grid { min-height: 92px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.service-strip__grid > div { min-height: 58px; padding: 0 28px; display: flex; align-items: center; justify-content: center; gap: 15px; border-right: 1px solid rgba(255,255,255,.13); }
.service-strip__grid > div:last-child { border-right: 0; }
.service-strip svg { width: 35px; height: 35px; }
.service-strip span { display: grid; }
.service-strip small { color: #b9cada; }
.home-footer { padding: 27px 0 12px; color: #dbe7f2; background: linear-gradient(135deg, #051a30, #072b4c); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, .8fr) 1fr; gap: 30px; }
.brand--footer { color: #fff; }
.brand--footer .brand__mark { color: #fff; }
.footer-brand p { max-width: 240px; color: #98aec2; font-size: 10px; }
.footer-grid h3 { margin: 0 0 10px; color: #fff; font-size: 12px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 5px; }
.footer-grid a, .footer-grid p { color: #b8c8d7; font-size: 10px; }
.footer-contacts > a:first-child { color: #fff; font-size: 14px; font-weight: 800; }
.footer-bottom { margin-top: 25px; padding-top: 12px; display: flex; justify-content: flex-end; gap: 35px; border-top: 1px solid rgba(255,255,255,.1); color: #8ca3b7; font-size: 8px; }
.footer-bottom span { margin-right: auto; }

.floating-help { position: fixed; z-index: 80; right: 28px; bottom: 24px; width: 60px; height: 60px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: #ff3030; box-shadow: 0 15px 35px rgba(255, 48, 48, .35); cursor: pointer; }
.floating-help svg { width: 30px; height: 30px; stroke-width: 1.9; }
.help-dialog { position: fixed; z-index: 102; right: 28px; bottom: 98px; width: min(440px, calc(100% - 32px)); padding: 23px; border-radius: 14px; background: #fff; box-shadow: 0 25px 70px rgba(3, 20, 38, .3); }
.help-dialog__close { position: absolute; top: 10px; right: 12px; border: 0; background: none; font-size: 24px; cursor: pointer; }
.help-dialog__icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: var(--orange); }
.help-dialog__icon svg { width: 25px; height: 25px; }
.help-dialog h2 { margin: 13px 0 15px; font-size: 23px; }
.manager-chat { overflow: hidden; border: 1px solid #dce5ed; border-radius: 12px; background: #f4f7fa; }
.manager-chat__head { padding: 13px 15px; display: flex; align-items: center; gap: 10px; color: #fff; background: linear-gradient(135deg, var(--navy-900), #0c3c66); }
.manager-chat__avatar { position: relative; width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--orange); font-size: 12px; font-weight: 800; }
.manager-chat__avatar::after { content: ""; position: absolute; right: 0; bottom: 0; width: 9px; height: 9px; border: 2px solid var(--navy-900); border-radius: 50%; background: #31c86b; }
.manager-chat__head > span:last-child { display: grid; }
.manager-chat__head strong { font-size: 13px; }
.manager-chat__status { color: #bcd0e1; font-size: 9px; }
.manager-chat__messages { height: 230px; padding: 15px; display: flex; flex-direction: column; gap: 10px; overflow-y: auto; }
.manager-chat__message { max-width: 84%; padding: 10px 12px; border-radius: 10px 10px 10px 2px; color: #24364b; background: #fff; box-shadow: 0 5px 18px rgba(6, 29, 54, .08); }
.manager-chat__message--user { margin-left: auto; border-radius: 10px 10px 2px 10px; color: #fff; background: #0c3c66; }
.manager-chat__message p { margin: 0; font-size: 11px; }
.manager-chat__message time { margin-top: 4px; display: block; color: #8b98a7; font-size: 8px; text-align: right; }
.manager-chat__message--user time { color: #b9cada; }
.manager-chat__form { padding: 10px; display: grid; grid-template-columns: minmax(0, 1fr) 42px; gap: 8px; border-top: 1px solid #dce5ed; background: #fff; }
.manager-chat__form input { width: 100%; min-width: 0; height: 42px; padding: 0 12px; border: 1px solid #d4dee7; border-radius: 8px; outline: 0; font: inherit; font-size: 11px; }
.manager-chat__form input:focus { border-color: #ff8d56; box-shadow: 0 0 0 3px rgba(255, 90, 10, .1); }
.manager-chat__form button { border: 0; border-radius: 8px; color: #fff; background: var(--orange); cursor: pointer; }
.manager-chat__form button:hover { background: var(--orange-dark); }
.manager-chat__form svg { width: 20px; height: 20px; }
.manager-chat__notice { margin: 8px 2px 0; color: var(--muted); font-size: 8px; text-align: center; }
.dialog-backdrop { position: fixed; z-index: 101; inset: 0; background: rgba(3, 20, 38, .55); }
.selection-toast { position: fixed; z-index: 110; left: 50%; bottom: 25px; padding: 12px 18px; border-radius: 8px; color: #fff; background: var(--navy-900); box-shadow: var(--shadow); transform: translateX(-50%); }

/* Спокойная типографика: основной текст крупнее, акценты используются редко. */
.brand strong { font-size: 17px; letter-spacing: -.4px; }
.brand small { font-size: 9px; font-weight: 600; }
.hero-copy__eyebrow { font-size: 9px; letter-spacing: .45px; }
.hero-benefits span { font-size: 12px; }
.section-heading > a { font-size: 13px; font-weight: 600; }
.section-kicker { font-size: 9px; letter-spacing: .45px; }
.category-card p { font-size: 13px; line-height: 1.5; }
.category-card__action, .gateway-card__action { font-size: 13px; font-weight: 700; }
.gateway-card__kicker, .estimate-form__kicker { font-size: 9px; letter-spacing: .35px; }
.showrooms-count { font-size: 9px; letter-spacing: .2px; }
.showroom-card__type { font-size: 9px; letter-spacing: .2px; }
.showroom-card__content small { font-size: 18px; letter-spacing: .2px; }
.showroom-card__button { font-size: 12px; font-weight: 700; }
.project-card h3 { font-size: 14px; line-height: 1.35; }
.project-card p { font-size: 12px; line-height: 1.5; }
.estimate-form > p { font-size: 13px; line-height: 1.5; }
.estimate-form input, .estimate-form textarea { font-size: 13px; }
.consent { font-size: 11px; }
.form-status { font-size: 11px !important; }
.product-card { min-height: 310px; }
.product-card__badge { font-size: 8px; letter-spacing: 0; }
.product-card h3 { font-size: 14px; line-height: 1.35; }
.product-card p { font-size: 11px; line-height: 1.45; }
.product-card strong { font-size: 13px; }
.footer-brand p { font-size: 12px; line-height: 1.5; }
.footer-grid h3 { font-size: 14px; }
.footer-grid a, .footer-grid p { font-size: 11px; line-height: 1.45; }
.footer-bottom { font-size: 9px; }
.manager-chat__status { font-size: 10px; }
.manager-chat__message p { font-size: 12px; line-height: 1.45; }
.manager-chat__message time { font-size: 9px; }
.manager-chat__form input { font-size: 12px; }
.manager-chat__notice { font-size: 9px; line-height: 1.4; }

@media (max-width: 1100px) {
  .header-main { grid-template-columns: 190px 105px minmax(190px, 1fr) auto 48px 48px; }
  .header-email, .header-calc { display: none; }
  .header-phone strong { font-size: 14px; }
  .category-card { grid-template-columns: 1fr 40%; padding: 21px; }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .projects-layout { grid-template-columns: 1.3fr 1fr; }
  .product-track { grid-auto-columns: calc((100% - 24px) / 3); }
  .showroom-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr repeat(2, 1fr); }
  .footer-grid > div:nth-child(4), .footer-grid > div:nth-child(5) { margin-top: 15px; }
}

@media (max-width: 860px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .topbar__links { display: none; }
  .header-main { min-height: 76px; grid-template-columns: 1fr auto auto auto; gap: 8px; }
  .brand strong { font-size: 18px; }
  .catalog-toggle, .header-phone, .header-email, .header-calc { display: none; }
  .site-search { grid-row: 2; grid-column: 1 / -1; width: 100%; margin-bottom: 12px; }
  .header-action span { display: none; }
  .header-action { min-width: 38px; }
  .header-cart__count { right: -2px; }
  .mobile-menu-toggle { display: block; }
  .main-nav { display: none; }
  .main-nav.is-open { display: block; }
  .main-nav__inner { height: auto; padding: 12px 0; display: grid; gap: 0; }
  .main-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .catalog-panel { display: none; }
  .location-strip__inner { grid-template-columns: repeat(3, minmax(190px, 1fr)); overflow-x: auto; scrollbar-width: none; }
  .location-strip__title { display: none; }
  .location-point:first-of-type { border-left: 0; }
  .hero, .hero-slide, .hero-slide__inner { min-height: 535px; }
  .hero-slide { background-position: 63% center; }
  .hero-slide--product::after { z-index: 0; inset: 0; border-radius: 0; background-position: 55% center; background-size: auto 100%; mix-blend-mode: normal; }
  .hero-slide--product[data-slide="2"]::after { background-position: center; background-size: auto 96%; filter: none; }
  .hero-slide--product[data-slide="3"]::after { background-size: auto 100%; }
  .hero-slide--product[data-slide="4"]::after { background-position: center; background-size: cover; filter: none; }
  .hero-slide::before { content: ""; position: absolute; z-index: 1; inset: 0; border: 0; border-radius: 0; background: linear-gradient(90deg, rgba(1,17,32,.98), rgba(3,28,52,.78)); box-shadow: none; }
  .hero-slide__inner { position: relative; z-index: 2; }
  .hero-copy { width: 82%; }
  .hero-copy h1, .hero-copy h2 { font-size: 38px; }
  .hero-arrow { width: 36px; height: 36px; }
  .hero-arrow--prev { left: 8px; }
  .hero-arrow--next { right: 8px; }
  .gateway-grid { grid-template-columns: 1fr; }
  .showroom-grid { grid-template-columns: 1fr; }
  .showroom-card { min-height: 260px; }
  .showrooms-showcase { width: min(calc(100% - 28px), var(--shell)); padding: 24px 16px; }
  .showrooms-count { margin-left: 0; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 190px; grid-template-columns: 1fr 42%; }
  .projects-layout { grid-template-columns: 1fr; }
  .estimate-form__row { grid-template-columns: 1fr; }
  .product-track { grid-auto-columns: calc((100% - 12px) / 2); }
  .service-strip__grid { grid-template-columns: repeat(2, 1fr); padding: 13px 0; }
  .service-strip__grid > div:nth-child(2) { border-right: 0; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  body { font-size: 14px; }
  .topbar__inner { justify-content: space-between; gap: 12px; }
  .topbar__delivery { font-size: 10px; }
  .brand small { display: none; }
  .brand__mark { width: 35px; height: 35px; }
  .hero, .hero-slide, .hero-slide__inner { min-height: 590px; }
  .hero-copy { width: 100%; padding-top: 42px; }
  .hero-copy h1, .hero-copy h2 { font-size: 32px; letter-spacing: -1px; }
  .hero-copy p { font-size: 15px; }
  .hero-actions { display: grid; }
  .hero-benefits { grid-template-columns: 1fr; }
  .hero-benefits span { min-height: 50px; border-radius: 0 !important; }
  .hero-benefits span + span { border-top: 0; }
  .section { padding-top: 22px; padding-bottom: 22px; }
  .section-heading { align-items: flex-start; }
  .section-heading h2 { font-size: 23px; }
  .section-heading > a { display: none; }
  .category-card { min-height: 265px; grid-template-columns: 1fr; }
  .category-card img, .workbench-illustration { position: absolute; right: 7px; bottom: 0; width: 48%; height: 150px; opacity: .92; }
  .category-card img { height: auto; aspect-ratio: 1 / 1; }
  .category-card__copy { max-width: 65%; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-card__image { height: 110px; }
  .estimate-form { padding: 20px; }
  .product-track { grid-auto-columns: 78%; }
  .carousel-arrow { width: 36px; height: 36px; }
  .carousel-arrow--prev { left: 5px; }
  .carousel-arrow--next { right: 5px; }
  .service-strip__grid { grid-template-columns: 1fr; }
  .service-strip__grid > div { justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .service-strip__grid > div:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 22px; }
  .footer-grid > div:nth-child(4), .footer-grid > div:nth-child(5) { margin-top: 0; }
  .footer-contacts { grid-column: 1 / -1; }
  .footer-bottom { flex-wrap: wrap; justify-content: flex-start; gap: 12px; }
  .footer-bottom span { width: 100%; margin: 0; }
  .floating-help { right: 15px; bottom: 15px; width: 54px; height: 54px; }
  .help-dialog { right: 16px; bottom: 80px; max-height: calc(100vh - 100px); overflow-y: auto; }
  .manager-chat__messages { height: 210px; }
  .hero-timer { width: min(190px, calc(100% - 130px)); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* End */


/* Start:/local/templates/stellagg/styles.css?1784014424258*/
/*
 * Общие стили контента можно добавлять сюда через административную панель Битрикса.
 * Основные файлы шаблона подключаются явно в header.php.
 */

/* End */


/* Start:/local/templates/stellagg/template_styles.css?1784014424119*/
/* Зарезервировано для стилей визуального редактора 1С-Битрикс. */

/* End */
/* /local/templates/stellagg/assets/css/site-header.css?178559312218505 */
/* /local/templates/stellagg/assets/css/site-cart.css?17840315965864 */
/* /local/templates/stellagg/assets/css/site-product-stock.css?17850593871384 */
/* /local/templates/stellagg/assets/css/template.css?17845372018650 */
/* /local/templates/stellagg/assets/css/home.css?178498731240250 */
/* /local/templates/stellagg/styles.css?1784014424258 */
/* /local/templates/stellagg/template_styles.css?1784014424119 */
