

/* 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/product-detail.css?178799428749464*/
@import url("/local/templates/stellagg/assets/css/./catalog.css");

:root {
  --catalog-navy-950: #031426;
  --catalog-navy-900: #061d35;
  --catalog-navy-800: #082e52;
  --catalog-orange: #ff5a0a;
  --catalog-orange-dark: #e84b00;
  --catalog-ink: #061b35;
  --catalog-muted: #6d7e92;
  --catalog-line: #dbe4ec;
  --catalog-soft: #f3f6f9;
}

.product-template-v5,
.product-template-v5 * {
  box-sizing: border-box;
}

.product-template-v5 {
  color: var(--catalog-ink);
  background: #edf1f3;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.product-template-v5 button,
.product-template-v5 input,
.product-template-v5 select { font-family: inherit; }

.product-template-v5 a {
  color: inherit;
  text-decoration: none;
}

.product-page {
  padding: 20px 0 64px;
  overflow: hidden;
  background: linear-gradient(180deg, #edf1f3 0, #fff 760px, #f5f8fb 100%);
}

.product-breadcrumbs {
  min-height: 28px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  color: #647b91;
  font-size: 12px;
  line-height: 1.45;
}

.product-breadcrumbs a { color: #587188; font-weight: 500; transition: color .18s; }
.product-breadcrumbs a:hover { color: var(--catalog-orange-dark); }
.product-breadcrumbs a:focus-visible { color: var(--catalog-orange-dark); outline: 2px solid rgba(255, 90, 10, .28); outline-offset: 3px; border-radius: 2px; }
.product-breadcrumbs span { color: #a5b2be; }
.product-breadcrumbs strong { min-width: 0; color: #243e58; font-weight: 700; }

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(410px, .84fr);
  grid-template-rows: auto auto;
  column-gap: 30px;
  row-gap: 12px;
  align-items: start;
}

.product-gallery__heading {
  grid-column: 1 / -1;
  grid-row: 1;
  min-width: 0;
  padding-bottom: 4px;
}

.product-kicker,
.product-section-label,
.product-purchase-label {
  color: var(--catalog-orange-dark);
  font-family: inherit;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.product-kicker { margin: 0 0 7px; }

.product-gallery__heading h1 {
  max-width: 1120px;
  margin: 0;
  color: #071d33;
  font-size: clamp(25px, 1.9vw, 30px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.product-gallery__heading h1 span {
  margin-top: 7px;
  display: block;
  color: #38536d;
  font-size: .5em;
  line-height: 1.25;
  letter-spacing: -.02em;
}

.product-series-panel-badge {
  width: 160px;
  min-height: 58px;
  margin: 18px 0 0 auto;
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid #ffb38d;
  border-radius: 8px;
  color: #102c48;
  background: #fff7f1;
  line-height: 1;
}

.product-series-panel-badge span {
  color: var(--catalog-orange-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.product-series-panel-badge strong { color: #102c48; font-size: 12px; }

.product-gallery {
  position: relative;
  min-width: 0;
  grid-column: 1;
  grid-row: 2;
}

.product-gallery__stage {
  position: relative;
  width: 100%;
  height: 560px;
  overflow: hidden;
  border: 1px solid #d9e1e6;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(4, 27, 50, .055);
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
}

.product-gallery__stage.is-dragging { cursor: grabbing; }

.product-gallery__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
}

.product-gallery__slide[hidden],
.product-image-modal[hidden],
.product-image-modal__slide[hidden] { display: none !important; }

@keyframes product-gallery-replace-in-next {
  from { opacity: 0; transform: translate3d(64px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes product-gallery-replace-out-next {
  from { opacity: 1; transform: translate3d(0, 0, 0); }
  to { opacity: 0; transform: translate3d(-64px, 0, 0); }
}

@keyframes product-gallery-replace-in-previous {
  from { opacity: 0; transform: translate3d(-64px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes product-gallery-replace-out-previous {
  from { opacity: 1; transform: translate3d(0, 0, 0); }
  to { opacity: 0; transform: translate3d(64px, 0, 0); }
}

.product-gallery__slide.is-entering-next,
.product-gallery__slide.is-entering-previous {
  z-index: 2;
  will-change: opacity, transform;
}

.product-gallery__slide.is-leaving-next,
.product-gallery__slide.is-leaving-previous {
  z-index: 1;
  pointer-events: none;
  will-change: opacity, transform;
}

.product-gallery__slide.is-entering-next {
  animation: product-gallery-replace-in-next .4s cubic-bezier(.22, .61, .36, 1) both;
}

.product-gallery__slide.is-leaving-next {
  animation: product-gallery-replace-out-next .4s cubic-bezier(.22, .61, .36, 1) both;
}

.product-gallery__slide.is-entering-previous {
  animation: product-gallery-replace-in-previous .4s cubic-bezier(.22, .61, .36, 1) both;
}

.product-gallery__slide.is-leaving-previous {
  animation: product-gallery-replace-out-previous .4s cubic-bezier(.22, .61, .36, 1) both;
}

.product-gallery__open {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  cursor: grab;
}

.product-gallery__stage.is-dragging .product-gallery__open { cursor: grabbing; }

.product-gallery__slide img {
  position: absolute;
  inset: 14px;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  max-width: calc(100% - 28px);
  max-height: calc(100% - 28px);
  min-width: 0;
  min-height: 0;
  display: block;
  object-fit: contain;
  object-position: center;
  image-rendering: auto;
  mix-blend-mode: normal;
}

.product-gallery__zoom {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 16px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid #d3dee6;
  border-radius: 50%;
  color: #082b4a;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 22px rgba(5, 28, 49, .13);
  font-size: 0;
  line-height: 1;
  cursor: zoom-in;
  transition: color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.product-gallery__zoom svg {
  width: 25px;
  height: 25px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.product-gallery__open:hover .product-gallery__zoom {
  color: #ff5a0a;
  border-color: #ffb28c;
  box-shadow: 0 10px 26px rgba(5, 28, 49, .18);
  transform: scale(1.05);
}

.product-gallery__nav,
.product-image-modal__nav {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #d3dee6;
  border-radius: 50%;
  color: #082b4a;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 8px 24px rgba(5, 28, 49, .14);
  font-size: 30px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.product-gallery__nav {
  width: 38px;
  height: 38px;
  border-color: rgba(7, 29, 51, .16);
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 6px 18px rgba(5, 28, 49, .12);
  backdrop-filter: blur(8px);
  font-size: 24px;
  opacity: .84;
  transition: color .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease, opacity .18s ease, transform .18s ease;
}

.product-gallery__stage:hover .product-gallery__nav,
.product-gallery__nav:focus-visible { opacity: 1; }
.product-gallery__nav:hover,
.product-gallery__nav:focus-visible {
  border-color: #ff8d55;
  color: #fff;
  background: #ff5a0a;
  box-shadow: 0 8px 22px rgba(255, 90, 10, .24);
}
.product-gallery__nav--prev { left: 120px; }
.product-gallery__nav--next { right: 14px; }

.product-gallery__counter {
  position: absolute;
  z-index: 3;
  right: 76px;
  bottom: 20px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #fff;
  background: rgba(4, 30, 52, .78);
  font-size: 10px;
  font-weight: 800;
}

.product-gallery__thumbs {
  position: absolute;
  z-index: 4;
  top: 12px;
  bottom: 12px;
  left: 12px;
  width: 90px;
  margin: 0;
  padding: 2px 8px 2px 2px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab9c4 transparent;
}

.product-gallery__thumbs::-webkit-scrollbar { width: 6px; }
.product-gallery__thumbs::-webkit-scrollbar-track { background: transparent; }
.product-gallery__thumbs::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #aab9c4;
}
.product-gallery--single .product-gallery__thumbs { display: none; }

.product-gallery--multiple .product-gallery__slide img {
  inset: 14px 14px 14px 120px;
  width: calc(100% - 134px);
  max-width: calc(100% - 134px);
}

.product-gallery__thumb,
.product-image-modal__thumb {
  width: 72px;
  height: 72px;
  padding: 4px;
  overflow: hidden;
  border: 1px solid #d4dee5;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.product-gallery__thumb {
  flex: 0 0 72px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.product-gallery__thumb.is-active,
.product-image-modal__thumb.is-active {
  border-color: #ff5a0a;
  box-shadow: 0 0 0 2px rgba(255, 90, 10, .16);
}

.product-gallery__thumb.is-active { transform: translateX(2px); }

.product-gallery__thumb img,
.product-image-modal__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

body.has-product-image-modal { overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
  .product-gallery__slide.is-entering-next,
  .product-gallery__slide.is-entering-previous,
  .product-gallery__slide.is-leaving-next,
  .product-gallery__slide.is-leaving-previous { animation: none; }
  .product-gallery__thumb { transition: none; }
}

.product-image-modal {
  position: fixed;
  z-index: 2200;
  inset: 0;
  padding: 28px;
  display: grid;
  place-items: center;
}

.product-image-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(2, 16, 29, .86);
  cursor: zoom-out;
}

.product-image-modal__panel {
  position: relative;
  z-index: 1;
  width: min(1120px, 96vw);
  max-height: calc(100vh - 56px);
  padding: 18px;
  overflow: auto;
  border-radius: 14px;
  outline: none;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .38);
}

.product-image-modal__close {
  position: absolute;
  z-index: 5;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #082b4a;
  background: #edf2f5;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.product-image-modal__viewport {
  position: relative;
  height: min(72vh, 760px);
  min-height: 420px;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(145deg, #eef2f4, #fff);
  touch-action: pan-y;
}

.product-image-modal__slide {
  position: absolute;
  inset: 0;
  margin: 0;
}

.product-image-modal__slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.product-image-modal__nav--prev { left: 18px; }
.product-image-modal__nav--next { right: 18px; }

.product-image-modal__footer {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #082b4a;
  font-size: 12px;
}

.product-image-modal__footer strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-image-modal__footer span {
  flex: 0 0 auto;
  color: #62788c;
  font-weight: 700;
}

.product-image-modal__thumbs {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-summary {
  min-width: 0;
  grid-column: 2;
  grid-row: 2;
}

.product-purchase-panel {
  position: relative;
  height: 560px;
  min-height: 560px;
  padding: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid #d7e0e6;
  border-radius: 12px;
  color: #071d33;
  background: #fff;
  box-shadow: 0 18px 44px rgba(4, 27, 50, .11);
}

.product-purchase-panel::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  background: #ff5a0a;
}

.product-purchase-label { margin: 2px 0 10px; }

.product-summary__heading { display: flex; }

.product-summary__aside {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
}

.product-price { min-width: 0; }
.product-price strong { color: #071d33; font-size: clamp(28px, 2.7vw, 36px); line-height: 1.1; letter-spacing: -.04em; }
.product-price p { margin: 4px 0 0; color: #718394; font-size: 10px; font-weight: 600; }

.product-manufacturer {
  width: 166px;
  height: 94px;
  display: grid;
  place-items: center;
  justify-self: end;
  transform: translateX(-18px);
}

.product-manufacturer img {
  display: block;
  width: 160px;
  height: 88px;
  object-fit: contain;
}

.product-commerce-grid {
  margin-top: 20px;
  display: grid;
  gap: 12px;
}

.product-primary-actions {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 10px;
}

.product-stock-action,
.product-add,
.product-request-price {
  height: 54px;
  min-height: 54px;
  border-radius: 7px;
}

.product-stock-action {
  box-sizing: border-box;
  padding: 0 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #79c18f;
  color: #0b6b36;
  background: linear-gradient(135deg, #f3fcf6, #e8f8ed);
  box-shadow: 0 5px 14px rgba(11, 107, 54, .1);
  font: inherit;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.product-primary-actions > .product-add {
  position: relative;
  z-index: 1;
  width: 100% !important;
  min-width: 0;
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #fff !important;
  background: #ff5a0a !important;
}

.product-stock-action:hover {
  border-color: #249353;
  background: linear-gradient(135deg, #eaf9ef, #dcf3e4);
  box-shadow: 0 8px 20px rgba(11, 107, 54, .16);
  transform: translateY(-1px);
}
.product-stock-action:focus-visible,
.product-add:focus-visible,
.product-service-notes > button:focus-visible { outline: 3px solid rgba(255, 90, 10, .28); outline-offset: 2px; }

.product-stock-action svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.product-stock-action span { min-width: 0; display: grid; flex: 1 1 auto; text-align: left; }
.product-stock-action small { color: #527a62; font-size: 8px; font-weight: 700; }
.product-stock-action strong { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.product-stock-action__arrow {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #138346;
  margin-right: 1px;
  padding-bottom: 2px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  transition: transform .18s ease, background .18s ease;
}
.product-stock-action:hover .product-stock-action__arrow { background: #086c37; }
.product-stock-action.is-placeholder { border-color: #dbe4ec; color: #516a80; background: #f6f8fa; }
.product-stock-action.is-city-order {
  border-color: #efc39f;
  color: #9a4516;
  background: #fff7ef;
}
.product-stock-action.is-city-order small { color: #a96843; }
.product-stock-action.is-city-order .product-stock-action__arrow { background: #ff5a0a; }
.product-stock-action.is-city-order:hover {
  border-color: #ff9a62;
  color: #82360d;
  background: #fff1e6;
  box-shadow: 0 8px 20px rgba(255, 90, 10, .13);
}
.product-stock-action.is-city-loading,
.product-stock-action.is-city-unknown {
  border-color: #d5e0e8;
  color: #516a80;
  background: #f5f8fa;
}
.product-stock-action.is-city-loading small,
.product-stock-action.is-city-unknown small { color: #71879a; }
.product-stock-action.is-city-loading .product-stock-action__arrow,
.product-stock-action.is-city-unknown .product-stock-action__arrow { background: #75899a; }

.product-add,
.product-request-price {
  width: 100%;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  color: #fff;
  background: var(--catalog-orange);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.product-add:hover,
.product-request-price:hover { background: #e84b00; }
.product-add svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.product-support-grid {
  display: grid;
  grid-template-columns: 196px minmax(0, 1fr);
  gap: 10px;
}

.product-calculator-card {
  min-height: 166px;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  border-radius: 9px;
  color: #fff;
  background: radial-gradient(circle at 115% 110%, rgba(255, 90, 10, .2), transparent 35%), linear-gradient(145deg, #06233c, #0a3b62);
}

.product-calculator-card__icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #ff6a21;
  background: rgba(255, 255, 255, .1);
}

.product-calculator-card__icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.product-calculator-card > small { margin-top: auto; color: #9db2c4; font-size: 8px; }
.product-calculator-card > strong { margin-top: 5px; color: #fff; font-size: 15px; line-height: 1.2; }
.product-calculator-card > b { margin-top: 12px; color: #fff; font-size: 9px; }

.product-service-notes {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}

.product-service-notes > button {
  width: 100%;
  min-height: 0;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #dfe6eb;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.product-service-notes > button:hover { border-color: #ff9d6d; background: #fffaf7; transform: translateY(-1px); }
.product-service-notes > button.is-added { border-color: #8bc79d; background: #f0faf3; }
.product-service-notes > button.is-added .product-service-notes__icon { color: #0a7b3c; background: #daf2e1; }

.product-service-notes__icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #ff5a0a;
  background: #fff2eb;
  font-style: normal;
}
.product-service-notes svg { width: 22px; height: 22px; display: block; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.7; opacity: 1; visibility: visible; }
.product-service-notes span { display: grid; }
.product-service-notes strong { color: #102f4a; font-size: 13px; line-height: 1.25; }
.product-service-notes small { margin-top: 3px; color: #718394; font-size: 10px; line-height: 1.35; }

.product-stock-modal[hidden] { display: none !important; }

.product-stock-modal {
  position: fixed;
  z-index: 1300;
  inset: 0;
  padding: 28px;
  display: grid;
  place-items: center;
}

.product-stock-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(4, 20, 35, .72);
  cursor: default;
}

.product-stock-modal__panel {
  position: relative;
  width: min(880px, 100%);
  max-height: min(680px, calc(100vh - 64px));
  padding-top: 48px;
  overflow: auto;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(2, 17, 31, .34);
}

.product-stock-modal__close {
  position: absolute;
  z-index: 3;
  top: 8px;
  right: 10px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  color: #17334d;
  background: #f0f4f7;
  font: 400 27px/1 Arial, sans-serif;
  cursor: pointer;
}
.product-stock-modal__close:hover { color: #fff; background: #ff5a0a; }
.product-stock-modal__list { border-top: 1px solid #e3e8ec; }

.product-stock-location {
  min-height: 94px;
  padding: 13px 22px;
  display: grid;
  grid-template-columns: minmax(200px, 1.4fr) minmax(130px, .8fr) minmax(145px, .9fr) 80px;
  align-items: start;
  gap: 16px;
  border-bottom: 1px solid #e3e8ec;
}

.product-stock-location:last-child { border-bottom: 0; }
.product-stock-location > div:not(.product-stock-location__place) { display: grid; gap: 7px; }
.product-stock-location h3 { margin: 0 0 3px; color: #102f4a; font-size: 15px; }
.product-stock-location__place strong { display: block; color: #273f56; font-size: 11px; }
.product-stock-location__place p { margin: 2px 0 0; color: #617487; font-size: 10px; }
.product-stock-location small { color: #8b9aa8; font-size: 10px; }
.product-stock-location a,
.product-stock-location span { color: #243e58; font-size: 11px; }
.product-stock-location__amount strong { font-size: 17px; line-height: 1; }
.product-stock-location__amount.is-available strong { color: #47a900; }
.product-stock-location__amount.is-empty strong { color: #ef6268; }
.product-stock-modal__empty { margin: 28px; padding: 30px; border: 1px dashed #cbd6de; border-radius: 10px; text-align: center; }
.product-stock-modal__empty strong { color: #102f4a; font-size: 17px; }
.product-stock-modal__empty p { max-width: 600px; margin: 9px auto 0; color: #6f8192; font-size: 12px; }
body.has-product-stock-modal { overflow: hidden; }

.product-facts {
  margin-top: auto;
  padding-top: 18px;
  display: grid;
  grid-template-columns: repeat(var(--product-fact-count, 3), 1fr);
  border-top: 1px solid #d5dee4;
}

.product-facts:has(> div:nth-child(3):last-child) {
  grid-template-columns: 1.2fr .9fr .9fr;
}

.product-facts > div {
  min-width: 0;
  min-height: 70px;
  padding: 9px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-right: 1px solid #dfe6eb;
}

.product-facts > div:last-child { border-right: 0; }
.product-facts svg { width: 29px; height: 29px; flex: 0 0 auto; fill: none; stroke: #ff5a0a; stroke-width: 1.7; }
.product-facts span { min-width: 0; display: grid; }
.product-facts small { color: #111; font-size: 9px; }
.product-facts strong {
  overflow: visible;
  color: #111;
  font-size: 12px;
  line-height: 1.3;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;
}

.product-summary__meta {
  min-height: 24px;
  padding-top: 9px;
  display: flex;
  justify-content: flex-end;
  color: #7e8f9f;
  font-size: 9px;
}

.product-anchor-nav {
  position: sticky;
  z-index: 5;
  top: 0;
  margin-top: 28px;
  min-height: 56px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 38px;
  overflow-x: auto;
  border: 1px solid var(--catalog-line);
  border-radius: 5px;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(8px);
  scrollbar-width: none;
}

.product-anchor-nav::-webkit-scrollbar { display: none; }
.product-anchor-nav a { position: relative; flex: 0 0 auto; color: #61758a; font-size: 11px; font-weight: 700; }
.product-anchor-nav a.is-active { color: var(--catalog-ink); }
.product-anchor-nav a.is-active::after { position: absolute; right: 0; bottom: -18px; left: 0; height: 3px; content: ""; background: var(--catalog-orange); }

.product-content-grid {
  padding-top: 44px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 38px;
  align-items: stretch;
  scroll-margin-top: 70px;
}

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

.product-description {
  height: 430px;
  max-height: 430px;
  min-width: 0;
  padding: 30px 32px 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--catalog-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(4, 27, 50, .05);
}

.product-description h2,
.product-spec-card h2,
.product-related h2,
.product-documents h2,
.product-composition h2,
.product-logistics h2 {
  margin: 7px 0 15px;
  color: #071d33;
  font-size: 29px;
  line-height: 1.12;
  letter-spacing: -.035em;
}

.product-description h2,
.product-spec-card h2 { color: #111; font-size: 28px; }

.product-description > p { max-width: 690px; margin: 0 0 12px; color: #111; font-size: 14px; line-height: 1.65; }

.product-description__body {
  flex: 1 1 auto;
  min-height: 0;
  max-width: none;
  padding-right: 10px;
  overflow-y: auto;
  overscroll-behavior-y: auto;
  color: #111;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.product-description__body > :first-child { margin-top: 0; }
.product-description__body > :last-child { margin-bottom: 0; }
.product-description__body p { margin: 0 0 15px; }
.product-description__body ul,
.product-description__body ol { margin: 0 0 14px; padding-left: 22px; }
.product-description__body li + li { margin-top: 5px; }
.product-description__body strong,
.product-description__body b { color: #111; }

.product-description__geo {
  margin-top: 20px;
  padding: 16px 18px;
  border-left: 3px solid var(--catalog-accent, #ff5a1f);
  border-radius: 0 8px 8px 0;
  background: #f5f8fa;
}
.product-description__geo:first-child { margin-top: 0; }
.product-description__geo h3 { margin: 0 0 9px; color: #071d33; font-size: 17px; line-height: 1.3; }
.product-description__geo > :last-child { margin-bottom: 0; }

.product-advantages {
  flex: 0 0 auto;
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.product-advantages > div {
  min-height: 92px;
  padding: 17px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--catalog-line);
  border-radius: 6px;
  background: #f4f7f9;
}
.product-advantages strong { color: #111; font-size: 18px; }
.product-advantages span { color: #111; font-size: 10px; }

.product-spec-card {
  height: 430px;
  max-height: 430px;
  padding: 18px 26px 26px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--catalog-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(4, 27, 50, .05);
}

.product-spec-card__heading { display: flex; justify-content: space-between; gap: 18px; }
.product-spec-card h2 { margin: 0 0 12px; color: #111; font-size: 28px; }
.product-spec-card__heading p { margin: 8px 0 0; color: #8292a1; font-size: 9px; }
.product-spec-card dl {
  flex: 1 1 auto;
  min-height: 0;
  margin: 0;
  padding-right: 8px;
  overflow-y: auto;
  overscroll-behavior-y: auto;
}
.product-spec-card dl > div { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid #e7edf1; }
.product-spec-card dl > div:last-child { border-bottom: 0; }
.product-spec-card dt { color: #111; font-size: 11px; line-height: 1.35; }
.product-spec-card dd { margin: 0; color: #111; font-size: 11px; line-height: 1.35; font-weight: 700; text-align: right; }

.product-description__body,
.product-spec-card dl,
.product-composition__list,
.product-documents__list {
  scrollbar-width: thin;
  scrollbar-color: #b9c8d3 #edf2f5;
}

.product-description__body::-webkit-scrollbar,
.product-spec-card dl::-webkit-scrollbar,
.product-composition__list::-webkit-scrollbar,
.product-documents__list::-webkit-scrollbar { width: 6px; }

.product-description__body::-webkit-scrollbar-thumb,
.product-spec-card dl::-webkit-scrollbar-thumb,
.product-composition__list::-webkit-scrollbar-thumb,
.product-documents__list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #b9c8d3;
}

.product-related {
  margin-top: 28px;
  padding: 18px 20px 20px;
  border: 1px solid var(--catalog-line);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(4, 27, 50, .05);
  scroll-margin-top: 72px;
}

.product-related__heading {
  margin-bottom: 14px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.product-related__heading h2 { margin-bottom: 0; font-size: 24px; }
.product-related__aside {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.product-related__aside > p {
  max-width: 360px;
  margin: 0 0 2px;
  color: #718497;
  font-size: 12px;
  line-height: 1.55;
  text-align: right;
}

.product-related__controls {
  display: flex;
  align-items: center;
  gap: 7px;
}

.product-related__controls[hidden] { display: none; }
.product-related__controls button {
  width: 36px;
  height: 36px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid #ccd9e2;
  border-radius: 50%;
  color: #0a3153;
  background: #fff;
  box-shadow: 0 7px 16px rgba(8, 35, 58, .07);
  cursor: pointer;
  transition: color .18s ease, border-color .18s ease, background .18s ease, opacity .18s ease;
}
.product-related__controls button:hover:not(:disabled) {
  border-color: #ff5a0a;
  color: #fff;
  background: #ff5a0a;
}
.product-related__controls button:disabled {
  opacity: .34;
  cursor: default;
  box-shadow: none;
}
.product-related__controls svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-related__grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 36px) / 3.5);
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
}
.product-related__grid::-webkit-scrollbar { display: none; }
.product-related__grid:focus-visible {
  outline: 2px solid rgba(255, 90, 10, .55);
  outline-offset: 5px;
}
.product-related__grid.is-draggable { cursor: grab; }
.product-related__grid.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
  user-select: none;
}
.product-related__grid.is-dragging * { user-select: none; }
.product-related__grid img {
  -webkit-user-drag: none;
  user-select: none;
}

.product-related-card {
  min-width: 0;
  min-height: 132px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  border: 1px solid #d8e2e9;
  border-radius: 12px;
  background: #fff;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  cursor: pointer;
}

.product-related-card:hover {
  transform: none;
  border-color: rgba(255, 90, 10, .48);
  box-shadow: 0 16px 28px rgba(8, 35, 58, .09);
}
.product-related__grid.is-dragging .product-related-card { cursor: grabbing; }

.product-related-card__image {
  min-width: 0;
  min-height: 132px;
  padding: 8px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-right: 1px solid #e2e9ee;
  background: #fff;
}

.product-related-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: normal;
}

.product-related-card__image > span {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: #0a3153;
  font-size: 22px;
  font-weight: 800;
}

.product-related-card__copy {
  min-width: 0;
  padding: 11px 12px;
  display: flex;
  flex-direction: column;
}

.product-related-card__stock {
  width: max-content;
  padding: 4px 7px;
  border-radius: 999px;
  color: #6c7e90;
  background: #edf2f5;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.product-related-card__stock.is-available { color: #087a3d; background: #eaf8ef; }
.product-related-card h3 {
  margin: 8px 0 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #09243d;
  font-size: 13px;
  line-height: 1.25;
}
.product-related-card h3 a { color: inherit; }
.product-related-card footer { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.product-related-card footer > strong { color: #071d33; font-size: 16px; line-height: 1; white-space: nowrap; }
.product-related-card footer button {
  min-width: 86px;
  min-height: 34px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #ff5a0a;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
}
.product-related-card footer button:hover { background: #e94d00; }
.product-related-card footer button.is-added { background: #098849; }
.product-related-card footer button:disabled { cursor: not-allowed; opacity: .55; }
.product-related-card footer svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.product-related-empty {
  min-height: 145px;
  padding: 24px 26px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  border: 1px dashed #b9c9d5;
  border-radius: 11px;
  background: linear-gradient(120deg, #f7fafb, #edf3f6);
}

.product-related-empty__icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #ff5a0a;
  background: #fff;
  box-shadow: 0 7px 18px rgba(8, 35, 58, .08);
}
.product-related-empty__icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.product-related-empty strong { display: block; color: #0a3153; font-size: 17px; }
.product-related-empty p { max-width: 600px; margin: 6px 0 0; color: #718497; font-size: 12px; line-height: 1.55; }
.product-related-empty > a {
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0a3153;
  border-radius: 8px;
  color: #0a3153;
  background: #fff;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}
.product-related-empty > a:hover { color: #fff; background: #0a3153; }

.product-resources-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.product-composition,
.product-resources-grid .product-logistics,
.product-documents {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--catalog-line);
  border-radius: 12px;
}

.product-composition {
  max-height: 370px;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.product-composition__heading { margin-bottom: 15px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.product-composition__heading h2 { margin-bottom: 0; }
.product-composition__list {
  flex: 1 1 auto;
  min-height: 0;
  padding-right: 5px;
  display: grid;
  gap: 8px;
  overflow-y: auto;
  overscroll-behavior-y: auto;
}
.product-composition__list article { min-height: 68px; padding: 8px 10px; display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; align-items: center; gap: 10px; border: 1px solid var(--catalog-line); border-radius: 10px; background: #fff; }
.product-composition__image {
  width: 54px;
  height: 54px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--catalog-orange-dark);
  background: #f4f7f9;
}
.product-composition__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #fff;
}
.product-composition__image b { font-size: 18px; font-weight: 500; }
.product-composition__list h3 { margin: 0 0 6px; font-size: 11px; }
.product-composition__list p { margin: 0; color: #7a8b9d; font-size: 8px; }
.product-composition__price { min-width: 72px; display: grid; justify-items: end; gap: 3px; white-space: nowrap; }
.product-composition__price small { color: #7b8c9d; font-size: 8px; }
.product-composition__price strong { color: var(--catalog-navy-900); font-size: 13px; }
.product-composition__total { margin-top: 10px; padding-top: 11px; display: flex; align-items: baseline; justify-content: flex-end; gap: 10px; border-top: 1px solid var(--catalog-line); }
.product-composition__total span { color: #6f8193; font-size: 10px; }
.product-composition__total strong { color: var(--catalog-orange-dark); font-size: 20px; }

.product-logistics {
  color: #fff;
  background: radial-gradient(circle at 100% 100%, rgba(255, 90, 10, .16), transparent 36%), linear-gradient(115deg, var(--catalog-navy-950), #073962);
  scroll-margin-top: 70px;
}

.product-template-v5 .product-resources-grid .product-logistics {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  color: #fff;
  background-color: #062740 !important;
  background-image: radial-gradient(circle at 100% 100%, rgba(255, 90, 10, .16), transparent 36%), linear-gradient(115deg, #031426, #073962) !important;
  opacity: 1;
}

.product-logistics__intro h2 { margin: 4px 0 8px; color: #fff; font-size: 24px; font-weight: 800; }
.product-logistics__intro p { margin: 0 0 8px; color: #c3d0dc; font-size: 11px; line-height: 1.45; }
.product-logistics__intro a { color: #ff8a52; font-size: 10px; font-weight: 800; }
.product-logistics__items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.product-logistics__items article {
  min-height: 74px;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 9px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 9px;
  background: rgba(255, 255, 255, .055);
}
.product-template-v5 .product-logistics__items svg,
.product-template-v5 .product-logistics__items svg path {
  width: 24px;
  height: 24px;
  display: block;
  overflow: visible;
  fill: none !important;
  stroke: #ff5a0a !important;
  stroke-width: 1.6;
  opacity: 1;
  visibility: visible;
}
.product-logistics__items svg { grid-row: 1 / 3; align-self: center; }
.product-logistics__items h3 { margin: 0 0 3px; color: #fff; font-size: 12px; font-weight: 800; }
.product-logistics__items p { margin: 0; color: #bfd0de; font-size: 9px; line-height: 1.4; }

.product-logistics--standalone {
  margin-top: 34px;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 24px;
  border-radius: 13px;
}

.product-template-v5 .product-documents {
  max-height: 370px;
  display: grid;
  align-content: start;
  gap: 12px;
  color: #fff;
  background-color: #062740 !important;
  background-image: linear-gradient(145deg, #031426, #07375e) !important;
  opacity: 1;
}

.product-documents .product-section-label { color: #ff8a52; }
.product-documents h2 { margin: 4px 0 0; color: #fff; font-size: 24px; }
.product-documents p { margin: 0; color: #c3d0dc; font-size: 12px; line-height: 1.6; }
.product-documents__list {
  min-height: 0;
  padding-right: 5px;
  display: grid;
  align-content: start;
  gap: 7px;
  overflow-y: auto;
  overscroll-behavior-y: auto;
}
.product-documents__list > a { min-height: 52px; padding: 9px 11px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 8px; color: inherit; background: rgba(255, 255, 255, .065); text-decoration: none; }
.product-documents__list > a:hover { border-color: rgba(255, 138, 82, .56); background: rgba(255, 255, 255, .1); }
.product-documents__list svg { width: 21px; height: 21px; flex: 0 0 auto; fill: none; stroke: #ff8a52; stroke-width: 1.6; }
.product-documents__list span { min-width: 0; display: grid; }
.product-documents__list strong { color: #fff; font-size: 11px; font-weight: 800; }
.product-documents__list small { margin-top: 1px; color: #afc1d0; font-size: 8px; }
.product-documents__list b { margin-left: auto; color: #ff6a21; font-size: 15px; line-height: 1; }
.product-documents__empty {
  min-height: 128px;
  padding: 18px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  border: 1px dashed rgba(255, 255, 255, .24);
  border-radius: 9px;
  background: rgba(255, 255, 255, .05);
}
.product-documents__empty > svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: #ff8a52;
  stroke-width: 1.4;
}
.product-documents__empty strong { color: #fff; font-size: 13px; }
.product-documents__empty p { margin: 5px 0 0; color: #b8c9d6; font-size: 10px; line-height: 1.45; }

.product-toast {
  position: fixed;
  z-index: 1000;
  right: 24px;
  bottom: 24px;
  padding: 13px 18px;
  border-radius: 8px;
  color: #fff;
  background: #0a3153;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
  font-size: 12px;
  font-weight: 700;
}

.product-gallery__3d {
  position: absolute;
  z-index: 8;
  bottom: 18px;
  left: 18px;
  min-height: 46px;
  padding: 6px 14px 6px 7px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 8px;
  color: #fff;
  background: rgba(8, 45, 74, .92);
  box-shadow: 0 10px 26px rgba(7, 35, 58, .22);
  backdrop-filter: blur(10px);
  cursor: pointer;
}
.product-gallery__3d > span {
  width: 34px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 6px;
  color: #fff;
  background: #ff6a21;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
}
.product-gallery__3d > strong { font-size: 11px; font-weight: 800; }
.product-gallery__3d:hover { background: #0a3153; transform: translateY(-1px); }
.product-gallery__3d:focus-visible { outline: 3px solid rgba(255, 106, 33, .38); outline-offset: 2px; }

.product-3d-modal {
  position: fixed;
  z-index: 2147483000;
  inset: 0;
  display: grid;
  grid-template-rows: 66px minmax(0, 1fr);
  color: #fff;
  background: #e9eef1;
}
.product-3d-modal[hidden] { display: none; }
.product-3d-modal__bar {
  padding: 0 18px 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #082d4a;
  box-shadow: 0 4px 18px rgba(4, 25, 41, .2);
}
.product-3d-modal__bar > div { min-width: 0; display: grid; gap: 2px; }
.product-3d-modal__bar > div span { color: #ff8a4e; font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.product-3d-modal__bar > div strong { overflow: hidden; color: #fff; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.product-3d-modal__bar > button {
  min-height: 42px;
  padding: 0 7px 0 15px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 7px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  cursor: pointer;
}
.product-3d-modal__bar > button:hover { background: rgba(255, 255, 255, .15); }
.product-3d-modal__bar > button span { font-size: 11px; font-weight: 800; }
.product-3d-modal__bar > button b { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 5px; background: #ff6a21; font-size: 21px; line-height: 1; }
.product-3d-modal__frame { width: 100%; height: 100%; border: 0; background: #e9eef1; }
body.has-product-3d-modal { overflow: hidden; }

@media (max-width: 1100px) {
  .product-hero { grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); column-gap: 18px; }
  .product-gallery__stage { height: 520px; }
  .product-purchase-panel { height: 520px; min-height: 520px; }
  .product-primary-actions,
  .product-support-grid { grid-template-columns: 196px minmax(0, 1fr); }
  .product-related__grid { grid-auto-columns: calc((100% - 24px) / 2.5); }
}

@media (max-width: 860px) {
  .product-hero { grid-template-columns: 1fr; }
  .product-gallery { grid-column: 1; grid-row: 2; }
  .product-summary { grid-column: 1; grid-row: 3; }
  .product-gallery__stage { height: min(620px, 72vw); min-height: 420px; }
  .product-purchase-panel { height: auto; min-height: 0; margin-top: 14px; }
  .product-content-grid,
  .product-resources-grid { grid-template-columns: 1fr; }
  .product-related-empty { grid-template-columns: 62px minmax(0, 1fr); }
  .product-related-empty > a { grid-column: 2; justify-self: start; }
  .product-logistics--standalone { grid-template-columns: 1fr; }
  .product-stock-location { grid-template-columns: 1fr 1fr; }
  .product-stock-location__place { grid-column: 1 / -1; }
  .product-related__grid { grid-auto-columns: calc((100% - 18px) / 2.25); }
}

@media (max-width: 580px) {
  .product-page { padding-top: 14px; padding-bottom: 48px; }
  .product-breadcrumbs { gap: 5px; font-size: 10px; }
  .product-breadcrumbs strong { width: 100%; margin-top: 2px; }
  .product-gallery__heading h1 { font-size: 23px; }
  .product-gallery__stage { height: 390px; min-height: 0; }
  .product-related { margin-top: 22px; padding: 16px 14px; }
  .product-related__heading { align-items: start; flex-direction: column; gap: 8px; }
  .product-related__aside { width: 100%; justify-content: space-between; }
  .product-related__aside > p { text-align: left; }
  .product-related__grid { grid-auto-columns: calc((100% - 5px) / 1.15); gap: 10px; }
  .product-related-card { min-height: 126px; grid-template-columns: 100px minmax(0, 1fr); }
  .product-related-card__image { min-height: 126px; }
  .product-related-empty { padding: 20px; grid-template-columns: 50px minmax(0, 1fr); gap: 14px; }
  .product-related-empty__icon { width: 50px; height: 50px; }
  .product-related-empty > a { grid-column: 1 / -1; justify-self: stretch; }
  .product-gallery__slide { padding: 0; }
  .product-gallery__slide img {
    inset: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
  }
  .product-gallery__zoom { right: 12px; bottom: 12px; width: 38px; height: 38px; }
  .product-gallery__3d { bottom: 10px; left: 10px; min-height: 40px; padding: 4px 10px 4px 5px; }
  .product-gallery__3d > span { width: 30px; height: 30px; }
  .product-gallery__3d > strong { font-size: 10px; }
  .product-3d-modal { grid-template-rows: 58px minmax(0, 1fr); }
  .product-3d-modal__bar { padding: 0 8px 0 12px; }
  .product-3d-modal__bar > div strong { max-width: 46vw; font-size: 11px; }
  .product-3d-modal__bar > button { min-height: 38px; padding-left: 9px; gap: 7px; }
  .product-3d-modal__bar > button span { font-size: 9px; }
  .product-gallery--multiple .product-gallery__slide img {
    inset: 10px;
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
  .product-gallery__nav { width: 38px; height: 38px; font-size: 25px; }
  .product-gallery__nav--prev,
  .product-gallery--multiple .product-gallery__nav--prev { left: 9px; }
  .product-gallery__nav--next { right: 9px; }
  .product-gallery__counter { right: 62px; bottom: 16px; }
  .product-gallery__thumbs {
    position: static;
    width: 100%;
    margin-top: 10px;
    padding: 0;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }
  .product-gallery__thumbs::-webkit-scrollbar { display: none; width: 0; height: 0; }
  .product-gallery__thumb { width: 60px; height: 60px; flex-basis: 60px; }
  .product-image-modal { padding: 0; place-items: stretch; }
  .product-image-modal__panel { width: 100%; max-height: 100vh; padding: 56px 12px 14px; border-radius: 0; }
  .product-image-modal__close { top: 9px; right: 9px; }
  .product-image-modal__viewport { height: calc(100vh - 190px); min-height: 300px; }
  .product-image-modal__nav { width: 38px; height: 38px; font-size: 25px; }
  .product-image-modal__nav--prev { left: 9px; }
  .product-image-modal__nav--next { right: 9px; }
  .product-image-modal__thumb { width: 56px; height: 56px; }
  .product-purchase-panel { padding: 16px; }
  .product-summary__aside { grid-template-columns: minmax(0, 1fr) 132px; gap: 10px; }
  .product-manufacturer {
    width: 132px;
    height: 74px;
    min-width: 0;
    transform: none;
  }
  .product-manufacturer img { width: 126px; height: 68px; }
  .product-primary-actions,
  .product-support-grid,
  .product-facts { grid-template-columns: 1fr; }
  .product-calculator-card { min-height: 150px; }
  .product-service-notes { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .product-service-notes > button { min-height: 78px; padding: 10px; }
  .product-facts > div { padding: 10px 0; border-right: 0; border-bottom: 1px solid #e1e7eb; }
  .product-facts > div:last-child { border-bottom: 0; }
  .product-anchor-nav { margin-top: 20px; gap: 24px; }
  .product-content-grid { padding-top: 32px; }
  .product-description { padding: 24px 20px; }
  .product-description h2,
  .product-spec-card h2,
  .product-documents h2,
  .product-composition h2,
  .product-logistics h2 { font-size: 24px; }
  .product-advantages { grid-template-columns: 1fr; }
  .product-advantages > div { min-height: 76px; }
  .product-composition,
  .product-resources-grid .product-logistics,
  .product-documents,
  .product-logistics--standalone { padding: 18px; }
  .product-composition__list article { grid-template-columns: 54px minmax(0, 1fr); }
  .product-composition__price { grid-column: 2; justify-items: start; }
  .product-logistics__items { grid-template-columns: 1fr; }
  .product-logistics__items article { min-height: 0; }
  .product-stock-modal { padding: 0; place-items: stretch; }
  .product-stock-modal__panel { width: 100%; max-height: 100vh; padding-top: 48px; border-radius: 0; }
  .product-stock-location { padding: 14px 16px; grid-template-columns: 1fr 80px; gap: 12px; }
  .product-stock-location__place { grid-column: 1 / -1; }
  .product-stock-location > div:nth-child(2),
  .product-stock-location > div:nth-child(3) { grid-column: 1; }
  .product-stock-location__amount { grid-column: 2; grid-row: 2; }
}

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