

/* 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/articles.css?178455881826265*/
:root {
  --articles-navy-950: #031426;
  --articles-navy-900: #061d35;
  --articles-navy-800: #082a4b;
  --articles-navy-700: #0c3e6a;
  --articles-orange: #ff5a0a;
  --articles-orange-dark: #e84b00;
  --articles-ink: #061b35;
  --articles-muted: #6e7f93;
  --articles-line: #dbe4ec;
  --articles-soft: #f2f6f9;
  --articles-shell: 1240px;
}
* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--articles-ink); background: #fff; font-family: Montserrat,Arial,sans-serif; font-size: 15px; line-height: 1.55; }
body.is-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button,input { font: inherit; }
button { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
[hidden] { display: none !important; }
.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; }
.shell { width: min(calc(100% - 40px),var(--articles-shell)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; color: #fff; background: var(--articles-navy-900); transform: translateY(-150%); }.skip-link:focus { transform: none; }
.eyebrow { display: inline-block; color: #94c9f1; font-family: Unbounded,Montserrat,sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }.eyebrow--orange { color: var(--articles-orange); }
.button { min-height: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; border: 1px solid transparent; border-radius: 7px; font-size: 13px; font-weight: 800; cursor: pointer; transition: background-color .18s,border-color .18s,box-shadow .18s; }.button--orange { color: #fff; background: var(--articles-orange); }.button--orange:hover,.button--orange:focus-visible { background: var(--articles-orange-dark); box-shadow: 0 10px 24px rgba(255,90,10,.22); }.button--outline { color: #fff; border-color: rgba(255,255,255,.5); background: transparent; }.button--outline:hover,.button--outline:focus-visible { border-color: #fff; background: rgba(255,255,255,.08); }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; color: #9db4c9; font-size: 10px; }.breadcrumbs a:hover { color: #fff; }.breadcrumbs strong { color: #fff; }

.articles-hero { overflow: hidden; color: #fff; background: radial-gradient(circle at 76% 12%,rgba(21,91,145,.45),transparent 34%),linear-gradient(135deg,var(--articles-navy-950),var(--articles-navy-900)); }
.articles-hero__inner { min-height: 235px; display: flex; align-items: center; }
.articles-hero__copy { width: min(860px,100%); padding: 28px 0 34px; }.articles-hero .breadcrumbs { margin-bottom: 26px; }.articles-hero h1 { margin: 10px 0 0; font-family: Montserrat,Arial,sans-serif; font-size: clamp(36px,4vw,50px); font-weight: 800; line-height: 1.08; letter-spacing: -.015em; font-kerning: normal; }.articles-hero__copy > p { max-width: 760px; margin: 0; color: #c9d7e4; font-size: 15px; line-height: 1.7; }

.articles-catalog { padding: 78px 0 90px; background: var(--articles-soft); }
.section-heading { margin-bottom: 30px; display: flex; justify-content: space-between; align-items: end; gap: 50px; }.section-heading h2 { margin: 9px 0 0; font-size: clamp(31px,3vw,42px); line-height: 1.12; letter-spacing: -.035em; }.section-heading > p { max-width: 420px; margin: 0; color: var(--articles-muted); font-size: 13px; line-height: 1.65; }
.articles-toolbar { margin-bottom: 17px; display: flex; justify-content: space-between; align-items: center; gap: 22px; }.article-search { position: relative; width: min(340px,100%); height: 44px; flex: 0 0 auto; display: flex; align-items: center; border: 1px solid #ced9e3; border-radius: 8px; background: #fff; }.article-search > svg { width: 19px; height: 19px; margin-left: 14px; color: #738598; }.article-search input { width: 100%; min-width: 0; height: 100%; padding: 0 38px 0 10px; border: 0; outline: 0; color: var(--articles-ink); background: transparent; font-size: 12px; }.article-search button { position: absolute; right: 8px; width: 29px; height: 29px; border: 0; border-radius: 50%; color: #fff; background: var(--articles-orange); cursor: pointer; }
.article-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }.article-filters button { min-height: 40px; padding: 0 15px; border: 1px solid #ced9e3; border-radius: 21px; color: #50657a; background: #fff; font-size: 10px; font-weight: 700; cursor: pointer; }.article-filters button:hover,.article-filters button:focus-visible { border-color: #ff9a69; color: var(--articles-orange); }.article-filters button.is-active { border-color: var(--articles-orange); color: #fff; background: var(--articles-orange); }
.article-result { margin-bottom: 25px; display: flex; justify-content: space-between; gap: 20px; color: var(--articles-muted); font-size: 10px; }.article-result span { color: var(--articles-ink); font-weight: 800; }
.article-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }.article-card { min-width: 0; overflow: hidden; border: 1px solid var(--articles-line); border-radius: 13px; background: #fff; transition: border-color .18s,box-shadow .18s; }.article-card:hover,.article-card:focus-within { border-color: #ff9d6c; box-shadow: 0 14px 32px rgba(7,31,54,.08); }.article-card[hidden] { display: none; }.article-card__preview { height: 215px; display: block; overflow: hidden; background: var(--articles-navy-900); }.article-card__preview > img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .25s ease; }.article-card:hover .article-card__preview > img { transform: scale(1.025); }.article-image-placeholder { width: 100%; height: 100%; display: grid; place-items: center; align-content: center; gap: 8px; color: #d7e4ee; background: radial-gradient(circle at 50% 30%,rgba(24,91,142,.55),transparent 34%),linear-gradient(135deg,#031426,#082a4b); }.article-image-placeholder svg { width: 48px; height: 48px; margin-bottom: 5px; color: var(--articles-orange); }.article-image-placeholder strong { font-size: 13px; }.article-image-placeholder small { color: #8ea6ba; font-family: Unbounded,Montserrat,sans-serif; font-size: 8px; }.article-card__body { padding: 23px 22px 24px; }.article-card__meta { display: flex; justify-content: space-between; gap: 12px; color: #8a99a9; font-size: 8px; }.article-card__meta span { color: var(--articles-orange); font-weight: 800; text-transform: uppercase; }.article-card h3 { margin: 16px 0 10px; font-size: 20px; line-height: 1.25; }.article-card h3 a:hover { color: var(--articles-orange); }.article-card__body > p { min-height: 61px; margin: 0; color: var(--articles-muted); font-size: 11px; line-height: 1.6; }.article-card__link { margin-top: 20px; display: inline-flex; gap: 12px; color: var(--articles-navy-700); font-size: 10px; font-weight: 800; }.article-card__link:hover { color: var(--articles-orange); }
.article-pagination { margin-top: 30px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 7px; }.article-pagination__pages { display: flex; align-items: center; gap: 7px; }.article-pagination button { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #ccd8e2; border-radius: 7px; color: var(--articles-navy-700); background: #fff; font-size: 11px; font-weight: 800; cursor: pointer; transition: color .18s,border-color .18s,background-color .18s; }.article-pagination button:hover:not(:disabled),.article-pagination button:focus-visible { border-color: var(--articles-orange); color: var(--articles-orange); }.article-pagination button.is-active { border-color: var(--articles-orange); color: #fff; background: var(--articles-orange); }.article-pagination button:disabled { opacity: .38; cursor: default; }.article-pagination__arrow svg { width: 18px; height: 18px; }.article-pagination__ellipsis { width: 24px; display: grid; place-items: center; color: var(--articles-muted); font-size: 13px; }.article-pagination__counter { width: 100%; margin-top: 5px; color: var(--articles-muted); font-size: 9px; text-align: center; }
.articles-empty { padding: 58px 30px; border: 1px dashed #c8d3dd; border-radius: 14px; text-align: center; background: #fff; }.articles-empty strong { font-size: 20px; }.articles-empty p { margin: 8px 0 20px; color: var(--articles-muted); font-size: 12px; }.articles-empty button { min-height: 42px; padding: 0 18px; border: 0; border-radius: 7px; color: #fff; background: var(--articles-orange); font-size: 11px; font-weight: 800; cursor: pointer; }
.articles-cta,.article-bottom-cta { padding: 70px 0; color: #fff; background: linear-gradient(115deg,var(--articles-navy-800),var(--articles-navy-700)); }.articles-cta__inner,.article-bottom-cta__inner { display: flex; justify-content: space-between; align-items: center; gap: 55px; }.articles-cta h2,.article-bottom-cta h2 { margin: 9px 0 0; font-size: clamp(29px,3vw,42px); line-height: 1.12; letter-spacing: -.035em; }.articles-cta p,.article-bottom-cta p { max-width: 670px; margin: 13px 0 0; color: #c8d8e5; font-size: 13px; }.articles-cta__inner > div:last-child,.article-bottom-cta__inner > div:last-child { display: flex; flex: 0 0 auto; gap: 10px; }

.reading-progress { position: fixed; z-index: 999; top: 0; left: 0; right: 0; height: 3px; pointer-events: none; background: transparent; }.reading-progress span { display: block; width: 0; height: 100%; background: var(--articles-orange); transition: width .08s linear; }
.article-hero { padding: 28px 0 34px; color: #fff; background: radial-gradient(circle at 76% 12%,rgba(21,91,145,.4),transparent 34%),linear-gradient(135deg,var(--articles-navy-950),var(--articles-navy-900)); }.article-hero .breadcrumbs { margin-bottom: 24px; }.article-hero__inner { max-width: 1080px; margin-inline: auto; text-align: center; }.article-category { display: inline-flex; padding: 6px 11px; border-radius: 18px; color: #fff; background: var(--articles-orange); font-size: 9px; font-weight: 800; text-transform: uppercase; }.article-hero h1 { max-width: 1020px; margin: 14px auto 12px; font-size: clamp(34px,4vw,50px); line-height: 1.08; letter-spacing: -.04em; }.article-hero__inner > p { max-width: 850px; margin: 0 auto; color: #c8d8e5; font-size: 15px; line-height: 1.55; }.article-hero__meta { margin-top: 17px; display: flex; justify-content: center; gap: 28px; color: #91a9bd; font-size: 9px; }.article-hero__meta > * + * { position: relative; }.article-hero__meta > * + *::before { content: ""; position: absolute; top: 50%; left: -15px; width: 3px; height: 3px; border-radius: 50%; background: var(--articles-orange); }
.article-detail-picture { width: min(calc(100% - 40px),1000px); height: min(56vw,560px); margin-top: 26px; overflow: hidden; border: 1px solid var(--articles-line); border-radius: 15px; color: #fff; background: linear-gradient(135deg,#e8eef3,#f7f9fb); }.article-detail-picture > img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; }.detail-image-placeholder { width: 100%; height: 100%; display: grid; place-items: center; align-content: center; gap: 9px; background: radial-gradient(circle at 50% 35%,rgba(22,88,139,.55),transparent 34%),linear-gradient(135deg,#031426,#082a4b); }.detail-image-placeholder svg { width: 66px; height: 66px; margin-bottom: 6px; color: var(--articles-orange); }.detail-image-placeholder strong { font-size: 18px; }.detail-image-placeholder small { color: #94aabd; font-size: 9px; }
.article-layout { padding: 58px 0 88px; }.article-layout__grid { display: grid; grid-template-columns: 190px minmax(0,1000px); justify-content: center; gap: 36px; align-items: start; }.article-aside__sticky { position: sticky; top: 25px; padding: 17px; border: 1px solid var(--articles-line); border-radius: 11px; background: var(--articles-soft); }.article-aside nav { margin-top: 14px; display: grid; gap: 8px; }.article-aside nav a { color: #53687c; font-size: 10px; line-height: 1.4; }.article-aside nav a:hover,.article-aside nav a.is-active { color: var(--articles-orange); }.article-aside__back { margin-top: 20px; padding-top: 15px; display: block; border-top: 1px solid var(--articles-line); color: var(--articles-navy-700); font-size: 10px; font-weight: 800; }

/* Базовые значения DETAIL_TEXT имеют низкую специфичность. Встроенные стили из редактора остаются приоритетными. */
.article-content { min-width: 0; color: #253c53; font-size: 17px; line-height: 1.82; overflow-wrap: anywhere; }
.article-content :where(h2,h3,h4,h5,h6) { color: var(--articles-ink); font-weight: 800; line-height: 1.25; letter-spacing: -.02em; scroll-margin-top: 24px; }
.article-content :where(h2) { margin: 46px 0 17px; font-size: 31px; }.article-content :where(h3) { margin: 34px 0 13px; font-size: 23px; }.article-content :where(h4) { margin: 28px 0 11px; font-size: 18px; }
.article-content :where(p) { margin: 0 0 19px; }.article-content :where(a) { color: var(--articles-navy-700); text-decoration: underline; text-decoration-color: rgba(12,62,106,.35); text-underline-offset: 3px; }.article-content :where(a:hover) { color: var(--articles-orange); }.article-content :where(ul,ol) { margin: 18px 0 25px; padding-left: 26px; }.article-content :where(li) { margin: 7px 0; }.article-content :where(li::marker) { color: var(--articles-orange); font-weight: 700; }
.article-content :where(blockquote) { margin: 30px 0; padding: 23px 26px; border-left: 4px solid var(--articles-orange); border-radius: 0 10px 10px 0; color: var(--articles-ink); background: var(--articles-soft); }.article-content :where(blockquote p:last-child) { margin-bottom: 0; }
.article-infographic { margin: 36px 0; padding: 28px; overflow: hidden; border-radius: 16px; color: #fff; background: radial-gradient(circle at 85% 5%,rgba(46,131,194,.35),transparent 32%),linear-gradient(135deg,var(--articles-navy-950),var(--articles-navy-800)); box-shadow: 0 20px 45px rgba(3,20,38,.12); }.article-infographic__eyebrow { display: block; margin-bottom: 8px; color: #ff8a50; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.article-infographic h3 { margin: 0 0 22px; color: #fff; font-size: 25px; }.article-infographic__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }.article-infographic__item { min-width: 0; padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.07); }.article-infographic__item > strong { width: 36px; height: 36px; margin-bottom: 13px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--articles-orange); font-size: 12px; }.article-infographic__item h4 { margin: 0 0 7px; color: #fff; font-size: 15px; }.article-infographic__item p { margin: 0; color: #c7d8e5; font-size: 12px; line-height: 1.55; }.article-infographic__formula { margin-top: 15px; padding: 16px 18px; border-radius: 10px; color: #e8f2f8; background: rgba(255,255,255,.08); font-size: 13px; text-align: center; }.article-infographic__formula strong { color: #ff8a50; }.article-checklist { margin: 30px 0; padding: 24px 26px; border: 1px solid #cad9e5; border-radius: 14px; background: linear-gradient(135deg,#f4f8fb,#fff); }.article-checklist h3 { margin: 0 0 14px; font-size: 22px; }.article-checklist ul { margin-bottom: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 28px; }.article-note { margin: 28px 0; padding: 20px 22px; border-radius: 12px; color: #16344f; background: #fff3ec; }.article-note strong { color: var(--articles-orange-dark); }
.article-content :where(img,video,iframe) { max-width: 100%; }.article-content :where(img,video) { height: auto; }.article-content :where(figure) { max-width: 100%; margin: 30px 0; }.article-content :where(figcaption) { margin-top: 9px; color: var(--articles-muted); font-size: 10px; line-height: 1.5; text-align: center; }.article-content :where(.align-left,.alignleft,.image-left) { float: left; max-width: 48%; margin: 7px 24px 18px 0; }.article-content :where(.align-right,.alignright,.image-right) { float: right; max-width: 48%; margin: 7px 0 18px 24px; }.article-content :where(.align-center,.aligncenter,.image-center) { display: block; margin-right: auto; margin-left: auto; text-align: center; }.article-content :where(.text-left) { text-align: left; }.article-content :where(.text-center) { text-align: center; }.article-content :where(.text-right) { text-align: right; }
.article-content :where(table) { width: 100%; border-collapse: collapse; font-size: 13px; }.article-content :where(th,td) { padding: 13px 15px; border: 1px solid var(--articles-line); text-align: left; }.article-content :where(th) { color: #fff; background: var(--articles-navy-800); font-weight: 700; }.article-content :where(tr:nth-child(even) td) { background: var(--articles-soft); }.article-table-scroll { margin: 25px 0; overflow-x: auto; }
.article-editor-notice { margin-bottom: 38px; padding: 20px 22px; border: 1px solid #ffd2bb; border-radius: 10px; background: #fff7f2; }.article-editor-notice strong { color: var(--articles-orange); font-size: 12px; text-transform: uppercase; }.article-editor-notice p { margin: 7px 0 0; color: #6d5a50; font-size: 11px; line-height: 1.6; }
.article-inline-image-placeholder { overflow: hidden; border: 1px solid var(--articles-line); border-radius: 12px; background: var(--articles-navy-900); }.article-inline-image-placeholder > span { min-height: 350px; display: grid; place-items: center; align-content: center; gap: 7px; color: #dce7ef; background: radial-gradient(circle at 50% 35%,rgba(25,90,141,.54),transparent 34%),linear-gradient(135deg,#031426,#082a4b); }.article-inline-image-placeholder svg { width: 55px; height: 55px; margin-bottom: 5px; color: var(--articles-orange); }.article-inline-image-placeholder strong { font-size: 15px; }.article-inline-image-placeholder small { color: #91a7ba; font-size: 9px; }.article-inline-image-placeholder figcaption { margin: 0; padding: 10px 15px; color: var(--articles-muted); background: #fff; }

.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 { display: inline-flex; align-items: center; gap: 11px; }.brand__mark { width: 42px; height: 42px; flex: 0 0 auto; color: #fff; stroke-width: 1.6; }.brand span { display: grid; gap: 1px; }.brand strong { color: #fff; font-family: Montserrat,Arial,sans-serif; font-size: 17px; font-weight: 800; line-height: 1; letter-spacing: -.4px; }.brand small { color: #fff; font-size: 9px; font-weight: 600; }.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: 100; right: 28px; bottom: 28px; width: 60px; height: 60px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: #ff2f35; box-shadow: 0 14px 32px rgba(255,47,53,.32); cursor: pointer; }.floating-help svg { width: 28px; height: 28px; }.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; color: var(--articles-ink); 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(--articles-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: #f3f7fa; }.manager-chat__head { padding: 12px; display: flex; align-items: center; gap: 10px; color: #fff; background: var(--articles-navy-900); }.manager-chat__avatar { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; background: var(--articles-orange); font-weight: 700; }.manager-chat__head > span:last-child { display: grid; }.manager-chat__head strong { font-size: 12px; }.manager-chat__status { color: #9fd8b6; font-size: 9px; }.manager-chat__messages { height: 245px; padding: 13px; overflow-y: auto; display: flex; flex-direction: column; gap: 9px; }.manager-chat__message { max-width: 82%; padding: 9px 11px; align-self: flex-start; border-radius: 4px 11px 11px 11px; background: #fff; box-shadow: 0 2px 8px rgba(4,27,50,.06); }.manager-chat__message--user { align-self: flex-end; color: #fff; border-radius: 11px 4px 11px 11px; background: var(--articles-navy-700); }.manager-chat__message p { margin: 0; font-size: 11px; line-height: 1.45; }.manager-chat__message time { display: block; margin-top: 4px; color: #8492a2; font-size: 8px; text-align: right; }.manager-chat__message--user time { color: #bdd0df; }.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: 12px; }.manager-chat__form button { border: 0; border-radius: 8px; color: #fff; background: var(--articles-orange); cursor: pointer; }.manager-chat__form svg { width: 20px; height: 20px; }.manager-chat__notice { margin: 8px 2px 0; color: var(--articles-muted); font-size: 9px; text-align: center; }.dialog-backdrop { position: fixed; z-index: 101; inset: 0; background: rgba(3,20,38,.55); }
.is-reveal-ready [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .55s ease,transform .55s ease; }.is-reveal-ready [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width:1080px) { .article-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.article-layout__grid { grid-template-columns: 185px minmax(0,1fr); gap: 35px; }.footer-grid { grid-template-columns: 1.15fr repeat(3,.75fr) .9fr; gap: 18px; } }
@media (max-width:900px) { .articles-hero__inner { min-height: auto; padding: 24px 0 28px; }.articles-hero__copy { padding: 0; }.articles-hero .breadcrumbs { margin-bottom: 22px; }.section-heading { flex-direction: column; align-items: start; gap: 14px; }.articles-toolbar { flex-direction: column; align-items: stretch; }.article-search { width: 100%; }.article-filters { justify-content: flex-start; }.article-layout__grid { grid-template-columns: 1fr; }.article-aside__sticky { position: static; }.article-aside nav { grid-template-columns: repeat(2,minmax(0,1fr)); }.articles-cta__inner,.article-bottom-cta__inner { flex-direction: column; align-items: start; }.footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.footer-brand { grid-column: 1 / -1; } }
@media (max-width:620px) { .shell { width: min(calc(100% - 28px),var(--articles-shell)); }.articles-hero h1 { font-size: 34px; }.articles-catalog { padding: 56px 0; }.section-heading h2,.articles-cta h2,.article-bottom-cta h2 { font-size: 29px; }.article-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; }.article-filters button { flex: 0 0 auto; }.article-result { flex-direction: column; gap: 3px; }.article-grid { grid-template-columns: 1fr; }.articles-cta__inner > div:last-child,.article-bottom-cta__inner > div:last-child { width: 100%; flex-direction: column; }.button { width: 100%; }
  .article-hero { padding: 22px 0 28px; }.article-hero .breadcrumbs { margin-bottom: 20px; }.article-hero h1 { font-size: 32px; }.article-hero__inner > p { font-size: 14px; }.article-detail-picture { width: calc(100% - 28px); height: min(66vw,420px); margin-top: 18px; }.detail-image-placeholder { padding: 25px; text-align: center; }.article-layout { padding: 44px 0 60px; }.article-content { font-size: 15px; line-height: 1.75; }.article-content :where(h2) { margin-top: 38px; font-size: 26px; }.article-content :where(h3) { font-size: 21px; }.article-content :where(.align-left,.alignleft,.image-left,.align-right,.alignright,.image-right) { float: none; max-width: 100%; margin: 24px auto; }.article-inline-image-placeholder > span { min-height: 240px; }.article-aside nav { grid-template-columns: 1fr; }.article-infographic { padding: 22px 18px; }.article-infographic h3 { font-size: 22px; }.article-infographic__grid { grid-template-columns: 1fr; }.article-checklist { padding: 21px 19px; }.article-checklist ul { grid-template-columns: 1fr; }
  .articles-cta,.article-bottom-cta { padding: 55px 0; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 24px 16px; }.footer-brand,.footer-contacts { grid-column: 1 / -1; }.footer-bottom { flex-wrap: wrap; justify-content: flex-start; gap: 9px 18px; }.footer-bottom span { width: 100%; margin-right: 0; }.floating-help { right: 16px; bottom: 16px; width: 54px; height: 54px; }.help-dialog { right: 16px; bottom: 80px; padding: 18px; }.manager-chat__messages { height: 210px; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { transition-duration:.01ms !important; animation-duration:.01ms !important; animation-iteration-count:1 !important; }.is-reveal-ready [data-reveal] { opacity:1; transform:none; } }

/* 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/articles.css?178455881826265 */
/* /local/templates/stellagg/styles.css?1784014424258 */
/* /local/templates/stellagg/template_styles.css?1784014424119 */
