

/* 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/delivery-payment.css?178393795431242*/
:root {
  --buyer-navy-950: #021426;
  --buyer-navy-900: #061d36;
  --buyer-navy-800: #0b2b4d;
  --buyer-navy-700: #174b78;
  --buyer-orange: #ff5a0a;
  --buyer-orange-dark: #e84c00;
  --buyer-orange-soft: #fff1e8;
  --buyer-ink: #0a1d39;
  --buyer-muted: #68778a;
  --buyer-line: #dce5ed;
  --buyer-soft: #f3f7fa;
  --buyer-white: #fff;
  --buyer-shell: 1240px;
  --buyer-radius: 16px;
  --buyer-shadow: 0 18px 48px rgba(4, 27, 50, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--buyer-ink); background: #fff; font-family: Montserrat, Arial, sans-serif; font-size: 15px; font-weight: 400; line-height: 1.55; }
h1, h2, h3, .buyer-button, .section-switcher strong, .condition-list strong { font-family: Montserrat, Arial, sans-serif; font-weight: 700; }
.buyer-brand strong, .buyer-eyebrow { font-family: Unbounded, Montserrat, Arial, sans-serif; font-weight: 700; }
.highlight-card small, .number-badge, .info-panel__heading span:not(.number-badge), .payment-group__heading small, .city-card small { font-family: Montserrat, Arial, sans-serif; font-weight: 700; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
[hidden] { display: none !important; }
[data-component] { min-width: 0; isolation: isolate; }
[data-deferred-section] { content-visibility: auto; contain-intrinsic-size: auto 700px; }
.buyer-shell { width: min(calc(100% - 40px), var(--buyer-shell)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 200; top: 8px; left: 8px; padding: 10px 14px; border-radius: 8px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.buyer-topbar { color: #fff; background: var(--buyer-navy-950); font-size: 11px; }
.buyer-topbar__inner { min-height: 36px; display: flex; align-items: center; gap: 28px; }
.buyer-topbar__location, .buyer-topbar__delivery { display: inline-flex; align-items: center; gap: 7px; color: #cbd8e5; }
.buyer-topbar svg { width: 17px; height: 17px; color: #ff8a50; }
.buyer-topbar__links { margin-left: auto; display: flex; gap: 26px; }
.buyer-topbar__links a { opacity: .78; transition: opacity .2s; }
.buyer-topbar__links a:hover { opacity: 1; }

.buyer-header { position: relative; z-index: 50; border-bottom: 1px solid #e8edf2; background: #fff; }
.buyer-header__main { min-height: 92px; display: grid; grid-template-columns: 225px minmax(380px, 1fr) auto 56px 56px; align-items: center; gap: 16px; }
.buyer-brand { display: inline-flex; align-items: center; gap: 11px; }
.buyer-brand__mark { width: 42px; height: 42px; flex: 0 0 auto; color: var(--buyer-navy-900); stroke-width: 1.6; }
.buyer-brand span { display: grid; gap: 2px; }
.buyer-brand strong { font-size: 18px; line-height: 1; letter-spacing: -.5px; }
.buyer-brand small { color: #526276; font-size: 9px; font-weight: 600; }
.buyer-nav { justify-self: center; display: flex; align-items: center; gap: 33px; font-size: 13px; font-weight: 700; }
.buyer-nav a { position: relative; padding: 35px 0; }
.buyer-nav a::after { content: ""; position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; border-radius: 2px; background: var(--buyer-orange); transform: scaleX(0); transition: transform .2s; }
.buyer-nav a:hover::after, .buyer-nav a.is-active::after { transform: scaleX(1); }
.buyer-header__contact { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.buyer-header__contact > svg { width: 27px; height: 27px; color: var(--buyer-orange); }
.buyer-header__contact span { display: grid; }
.buyer-header__contact strong { font-size: 16px; }
.buyer-header__contact small { color: var(--buyer-muted); font-size: 9px; }
.buyer-header__action { display: grid; justify-items: center; gap: 2px; color: var(--buyer-navy-900); font-size: 9px; font-weight: 700; }
.buyer-header__action svg { width: 25px; height: 25px; }
.buyer-header__action:hover { color: var(--buyer-orange-dark); }
.buyer-menu-toggle { display: none; width: 44px; height: 42px; border: 0; border-radius: 8px; color: #fff; background: var(--buyer-navy-900); cursor: pointer; }
.buyer-menu-toggle span { display: block; width: 21px; height: 2px; margin: 4px auto; background: currentColor; transition: transform .2s, opacity .2s; }
.buyer-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.buyer-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.buyer-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.buyer-hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 84% 18%, rgba(255,90,10,.26), transparent 27%), linear-gradient(135deg, var(--buyer-navy-950), #0a345a); }
.buyer-hero::before { content: ""; position: absolute; right: -110px; bottom: -190px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.025), 0 0 0 130px rgba(255,255,255,.018); }
.buyer-hero__inner { position: relative; min-height: 440px; padding-top: 27px; padding-bottom: 40px; display: grid; align-content: space-between; }
.buyer-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; color: #b4c5d6; font-size: 11px; }
.buyer-breadcrumbs strong { color: #fff; }
.buyer-hero__copy { max-width: 780px; padding: 42px 0 33px; }
.buyer-eyebrow { color: var(--buyer-orange); font-size: 9px; text-transform: uppercase; letter-spacing: .45px; }
.buyer-hero h1 { margin: 6px 0 13px; font-size: clamp(42px, 5vw, 66px); line-height: 1.02; letter-spacing: -2.4px; }
.buyer-hero__copy p { max-width: 720px; margin: 0; color: #c9d8e6; font-size: 17px; }
.section-switcher { width: min(820px, 100%); display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.section-switcher > a { min-height: 92px; padding: 17px 20px; display: flex; align-items: center; gap: 15px; border: 1px solid rgba(255,255,255,.17); border-radius: 12px; background: rgba(255,255,255,.07); backdrop-filter: blur(8px); transition: transform .22s, border-color .22s, background .22s; }
.section-switcher > a:hover, .section-switcher > a.is-active { border-color: rgba(255,126,64,.72); background: rgba(255,90,10,.16); transform: translateY(-3px); }
.section-switcher__icon { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 10px; color: #fff; background: var(--buyer-orange); }
.section-switcher__icon svg { width: 26px; height: 26px; }
.section-switcher > a > span:last-child { display: grid; }
.section-switcher small { color: #ff9d6d; font-size: 10px; font-weight: 700; }
.section-switcher strong { font-size: 17px; }
.section-switcher em { color: #b9cad9; font-size: 12px; font-style: normal; }

.buyer-section { padding-top: 65px; padding-bottom: 65px; }
.section-title { margin-bottom: 28px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 500px); align-items: end; gap: 50px; }
.section-title h2 { margin: 4px 0 0; font-size: clamp(31px, 3.4vw, 44px); line-height: 1.08; letter-spacing: -1.5px; }
.section-title > p { margin: 0; color: var(--buyer-muted); }
.delivery-highlights { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 14px; }
.highlight-card { min-height: 180px; padding: 25px; display: flex; gap: 18px; border: 1px solid var(--buyer-line); border-radius: var(--buyer-radius); background: #fff; box-shadow: 0 12px 32px rgba(4,27,50,.06); transition: transform .23s, box-shadow .23s, border-color .23s; }
.highlight-card:hover { border-color: #ffb38d; box-shadow: var(--buyer-shadow); transform: translateY(-5px); }
.highlight-card--accent { color: #fff; border-color: var(--buyer-navy-900); background: linear-gradient(145deg, var(--buyer-navy-900), #0d416c); }
.highlight-card__icon { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 11px; color: #fff; background: var(--buyer-orange); }
.highlight-card__icon svg { width: 27px; height: 27px; }
.highlight-card > span:last-child { display: grid; align-content: start; }
.highlight-card small { color: var(--buyer-orange-dark); font-size: 9px; text-transform: uppercase; letter-spacing: .25px; }
.highlight-card--accent small { color: #ffb38d; }
.highlight-card strong { margin: 2px 0 5px; font-size: 25px; line-height: 1.15; }
.highlight-card p { margin: 0; color: var(--buyer-muted); font-size: 12.5px; line-height: 1.5; }
.highlight-card--accent p { color: #c7d7e6; }

.delivery-layout { margin-top: 18px; display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(300px, .8fr); gap: 18px; }
.info-panel { padding: 30px; border: 1px solid var(--buyer-line); border-radius: var(--buyer-radius); background: #fff; }
.info-panel__heading, .payment-group__heading { margin-bottom: 22px; display: flex; align-items: center; gap: 14px; }
.number-badge { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 10px; color: #fff; background: var(--buyer-orange); font-size: 9px; }
.info-panel__heading > div, .payment-group__heading > div { display: grid; }
.info-panel__heading span:not(.number-badge), .payment-group__heading small { color: var(--buyer-orange-dark); font-size: 9px; text-transform: uppercase; letter-spacing: .25px; }
.info-panel__heading h3, .payment-group__heading h3 { margin: 2px 0 0; font-size: 23px; line-height: 1.2; }
.condition-list { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 11px; list-style: none; }
.condition-list li { min-height: 110px; padding: 16px; display: flex; align-items: flex-start; gap: 11px; border-radius: 10px; background: var(--buyer-soft); }
.condition-list__mark { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--buyer-orange); font-size: 11px; font-weight: 800; }
.condition-list li > span:last-child { display: grid; }
.condition-list strong { font-size: 14px; line-height: 1.35; }
.condition-list small { margin-top: 3px; color: var(--buyer-muted); font-size: 12px; line-height: 1.45; }
.delivery-note { position: relative; overflow: hidden; padding: 30px; border-radius: var(--buyer-radius); color: #fff; background: radial-gradient(circle at 100% 0, rgba(255,90,10,.34), transparent 42%), var(--buyer-navy-900); box-shadow: var(--buyer-shadow); }
.delivery-note::after { content: ""; position: absolute; right: -35px; bottom: -50px; width: 150px; height: 150px; border: 24px solid rgba(255,255,255,.035); border-radius: 50%; }
.delivery-note__icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: var(--buyer-orange); }
.delivery-note__icon svg { width: 29px; height: 29px; }
.delivery-note .buyer-eyebrow { display: block; margin-top: 22px; }
.delivery-note h3 { max-width: 330px; margin: 5px 0 10px; font-size: 25px; line-height: 1.2; }
.delivery-note p { margin: 0; color: #c8d7e5; font-size: 13px; }
.delivery-note a { position: relative; z-index: 1; margin-top: 24px; display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; }
.delivery-note a span { color: var(--buyer-orange); font-size: 18px; }

.subsection-title { margin: 52px 0 20px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.subsection-title h3 { margin: 3px 0 0; font-size: 29px; line-height: 1.2; }
.subsection-title p { margin: 0; color: var(--buyer-muted); font-size: 12px; }
.city-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.city-card { min-height: 265px; padding: 23px; display: flex; flex-direction: column; border: 1px solid var(--buyer-line); border-radius: 14px; background: linear-gradient(150deg, #fff, #f6f9fb); transition: transform .23s, border-color .23s, box-shadow .23s; }
.city-card:hover { border-color: #ffae84; box-shadow: 0 15px 35px rgba(4,27,50,.1); transform: translateY(-5px); }
.city-card--primary { color: #fff; border-color: var(--buyer-navy-800); background: linear-gradient(145deg, var(--buyer-navy-900), #0d4776); }
.city-card__pin { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: var(--buyer-orange); }
.city-card__pin svg { width: 24px; height: 24px; }
.city-card small { margin-top: 22px; color: var(--buyer-orange-dark); font-size: 9px; text-transform: uppercase; letter-spacing: .25px; }
.city-card--primary small { color: #ffb48f; }
.city-card h3 { margin: 2px 0 6px; font-size: 24px; }
.city-card p { margin: 0; color: var(--buyer-muted); font-size: 12px; }
.city-card--primary p { color: #c7d7e6; }
.city-card > strong { margin-top: auto; padding-top: 15px; color: var(--buyer-navy-800); font-size: 12px; }
.city-card--primary > strong { color: #fff; }

.russia-delivery { margin-top: 18px; padding: 32px; display: grid; grid-template-columns: minmax(300px, 1.2fr) auto; gap: 25px 45px; align-items: center; overflow: hidden; border-radius: var(--buyer-radius); color: #fff; background: radial-gradient(circle at 86% 10%, rgba(255,90,10,.32), transparent 28%), linear-gradient(135deg, #0a2d4e, var(--buyer-navy-950)); }
.russia-delivery__copy h3 { margin: 5px 0 8px; font-size: 30px; }
.russia-delivery__copy p { max-width: 650px; margin: 0; color: #c7d5e2; }
.russia-delivery__price { min-width: 220px; padding: 17px 21px; display: grid; border: 1px solid rgba(255,255,255,.16); border-radius: 11px; background: rgba(255,255,255,.07); }
.russia-delivery__price small { color: #c9d7e4; font-size: 10px; }
.russia-delivery__price strong { color: #fff; font-size: 29px; }
.russia-delivery__steps { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 15px; }
.russia-delivery__steps span { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 600; }
.russia-delivery__steps b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--buyer-orange); }
.russia-delivery__steps i { height: 1px; background: linear-gradient(90deg, rgba(255,255,255,.45), rgba(255,255,255,.08)); }

.payment-section { padding: 72px 0; color: #fff; background: linear-gradient(150deg, var(--buyer-navy-950), #07365e); }
.section-title--light > p { color: #bdcedd; }
.payment-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 18px; }
.payment-group { padding: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--buyer-radius); background: rgba(255,255,255,.055); box-shadow: 0 20px 45px rgba(0,0,0,.13); }
.payment-group--people { background: rgba(255,255,255,.075); }
.payment-group--business { background: linear-gradient(145deg, rgba(255,90,10,.18), rgba(255,255,255,.045)); }
.payment-group__heading small { color: #ffb18b; }
.payment-methods { display: grid; gap: 10px; }
.payment-method { min-height: 99px; padding: 17px; display: flex; align-items: center; gap: 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; background: rgba(255,255,255,.055); transition: transform .22s, border-color .22s, background .22s; }
.payment-method:hover { border-color: rgba(255,139,82,.65); background: rgba(255,255,255,.085); transform: translateX(5px); }
.payment-method__icon, .business-payment__icon { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 10px; color: #fff; background: var(--buyer-orange); }
.payment-method__icon svg, .business-payment__icon svg { width: 24px; height: 24px; }
.payment-method > span:last-child { display: grid; }
.payment-method strong { font-size: 14px; }
.payment-method p { margin: 2px 0 0; color: #bdcedc; font-size: 12px; }
.business-payment { position: relative; padding: 19px 19px 19px 77px; min-height: 122px; border-bottom: 1px solid rgba(255,255,255,.13); }
.business-payment__icon { position: absolute; top: 20px; left: 12px; }
.business-payment h4 { margin: 0 0 5px; font-size: 16px; }
.business-payment p { margin: 0; color: #c3d2df; font-size: 12px; }
.payment-group__action { margin-top: 24px; min-height: 48px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-radius: 8px; color: #fff; background: var(--buyer-orange); font-size: 13px; font-weight: 700; transition: background .2s, transform .2s; }
.payment-group__action:hover { background: var(--buyer-orange-dark); transform: translateY(-2px); }
.payment-group__action span { font-size: 19px; }
.payment-warning { margin-top: 18px; padding: 17px 21px; display: flex; align-items: center; gap: 13px; border: 1px solid rgba(255,160,113,.35); border-radius: 11px; background: rgba(255,90,10,.11); }
.payment-warning svg { width: 27px; height: 27px; flex: 0 0 auto; color: #ff9560; }
.payment-warning p { margin: 0; color: #d5e0ea; font-size: 12px; }
.payment-warning strong { color: #fff; }
.copy-contact-link { color: #fff; font-weight: 700; text-decoration: underline; text-decoration-color: rgba(255,255,255,.45); text-underline-offset: 3px; }
.copy-contact-link:hover { text-decoration-color: var(--buyer-orange); }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.faq-grid details { border: 1px solid var(--buyer-line); border-radius: 12px; background: #fff; transition: border-color .2s, box-shadow .2s; }
.faq-grid details[open] { border-color: #ffb38d; box-shadow: 0 14px 34px rgba(4,27,50,.08); }
.faq-grid summary { min-height: 70px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 14px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary span { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--buyer-navy-900); font-size: 17px; transition: transform .2s, background .2s; }
.faq-grid details[open] summary span { background: var(--buyer-orange); transform: rotate(45deg); }
.faq-grid details p { margin: 0; padding: 0 20px 20px; color: var(--buyer-muted); font-size: 12px; }

.buyer-contact { padding: 45px 0; color: #fff; background: linear-gradient(100deg, var(--buyer-navy-900), #0b426f); }
.buyer-contact__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.buyer-contact h2 { max-width: 720px; margin: 5px 0 7px; font-size: 31px; line-height: 1.15; }
.buyer-contact p { margin: 0; color: #bfd0df; }
.buyer-contact__actions { display: flex; gap: 10px; }
.buyer-button { min-height: 50px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 8px; white-space: nowrap; font-size: 12px; font-weight: 700; transition: transform .2s, background .2s; }
.buyer-button:hover { transform: translateY(-2px); }
.buyer-button svg { width: 22px; height: 22px; }
.buyer-button--accent { color: #fff; background: var(--buyer-orange); }
.buyer-button--accent:hover { background: var(--buyer-orange-dark); }
.buyer-button--outline { border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.05); }
.buyer-button--outline:hover { background: rgba(255,255,255,.1); }

.buyer-footer { padding-top: 42px; color: #c4d2df; background: var(--buyer-navy-950); }
.buyer-footer__grid { padding-bottom: 35px; display: grid; grid-template-columns: 1.5fr .8fr .8fr 1fr; gap: 50px; }
.buyer-brand--footer { color: #fff; }
.buyer-brand--footer .buyer-brand__mark { color: #fff; }
.buyer-brand--footer small { color: #9fb3c5; }
.buyer-footer__brand p { max-width: 300px; margin: 15px 0 0; color: #8fa4b6; font-size: 12px; }
.buyer-footer h3 { margin: 0 0 13px; color: #fff; font-size: 13px; }
.buyer-footer__grid > div:not(.buyer-footer__brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; font-size: 11px; }
.buyer-footer a:hover { color: #fff; }
.buyer-footer__contacts > a:first-of-type { color: #fff; font-size: 13px; font-weight: 800; }
.buyer-footer__contacts p { margin: 5px 0 0; color: #8fa4b6; }
.buyer-footer__bottom { min-height: 48px; display: flex; align-items: center; gap: 35px; border-top: 1px solid rgba(255,255,255,.1); color: #7790a6; font-size: 9px; }
.buyer-footer__bottom a:first-of-type { margin-left: auto; }

/* Футер и онлайн-чат полностью повторяют утверждённую главную страницу. */
body.is-locked { overflow: hidden; }
.home-footer { padding: 27px 0 12px; color: #dbe7f2; background: linear-gradient(135deg, #051a30, #072b4c); }
.home-footer .footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, .8fr) 1fr; gap: 30px; }
.home-footer .brand { display: inline-flex; align-items: center; gap: 11px; }
.home-footer .brand__mark { width: 42px; height: 42px; flex: 0 0 auto; color: #fff; stroke-width: 1.6; }
.home-footer .brand span { display: grid; gap: 1px; }
.home-footer .brand strong { color: #fff; font-family: Montserrat, Arial, sans-serif; font-size: 17px; font-weight: 800; line-height: 1; letter-spacing: -.4px; }
.home-footer .brand small { color: #fff; font-size: 9px; font-weight: 600; }
.home-footer .footer-brand p { max-width: 240px; color: #98aec2; font-size: 12px; line-height: 1.5; }
.home-footer .footer-grid h3 { margin: 0 0 10px; color: #fff; font-size: 14px; }
.home-footer .footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 5px; }
.home-footer .footer-grid a,
.home-footer .footer-grid p { color: #b8c8d7; font-size: 11px; line-height: 1.45; }
.home-footer .footer-contacts > a:first-child { color: #fff; font-size: 14px; font-weight: 800; }
.home-footer .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; }
.home-footer .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(--buyer-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(--buyer-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(--buyer-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(--buyer-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: inherit; 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(--buyer-orange); cursor: pointer; }
.manager-chat__form button:hover { background: var(--buyer-orange-dark); }
.manager-chat__form svg { width: 20px; height: 20px; }
.manager-chat__notice { margin: 8px 2px 0; color: var(--buyer-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); }

.back-to-top { position: fixed; z-index: 45; right: 24px; bottom: 24px; width: 46px; height: 46px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: var(--buyer-orange); box-shadow: 0 12px 30px rgba(232,76,0,.28); cursor: pointer; transition: transform .2s, background .2s; }
.back-to-top:hover { background: var(--buyer-orange-dark); transform: translateY(-3px); }
.back-to-top svg { width: 22px; height: 22px; }

.is-reveal-ready { opacity: 0; transform: translateY(18px); }
.is-reveal-ready.is-visible { opacity: 1; transform: translateY(0); transition: opacity .48s ease, transform .48s ease; }

@media (max-width: 1080px) {
  .buyer-header__main { grid-template-columns: 210px 1fr auto 48px 48px; }
  .buyer-nav { gap: 18px; }
  .buyer-header__contact small { display: none; }
  .delivery-highlights { grid-template-columns: 1fr 1fr; }
  .highlight-card--accent { grid-column: 1 / -1; }
  .city-grid { grid-template-columns: 1fr 1fr; }
  .buyer-footer__grid { grid-template-columns: 1.3fr repeat(3, 1fr); gap: 30px; }
  .home-footer .footer-grid { grid-template-columns: 1.2fr repeat(2, 1fr); }
  .home-footer .footer-grid > div:nth-child(4),
  .home-footer .footer-grid > div:nth-child(5) { margin-top: 15px; }
}

@media (max-width: 820px) {
  .buyer-topbar__links { display: none; }
  .buyer-header__main { min-height: 76px; grid-template-columns: 1fr auto auto auto; gap: 9px; }
  .buyer-nav { position: fixed; z-index: 60; top: 112px; right: 0; left: 0; width: auto; padding: 12px 20px 18px; display: none; align-items: stretch; justify-self: stretch; gap: 0; border-top: 1px solid var(--buyer-line); background: #fff; box-shadow: 0 20px 35px rgba(3,20,38,.16); transform: none; }
  .buyer-nav.is-open { display: grid; }
  .buyer-nav a { padding: 13px 0; border-bottom: 1px solid var(--buyer-line); }
  .buyer-nav a::after { display: none; }
  .buyer-header__contact { display: none; }
  .buyer-header__action span { display: none; }
  .buyer-menu-toggle { display: block; }
  .buyer-hero__inner { min-height: 500px; }
  .section-switcher { grid-template-columns: 1fr; }
  .section-title { grid-template-columns: 1fr; gap: 12px; }
  .delivery-layout, .payment-grid { grid-template-columns: 1fr; }
  .condition-list { grid-template-columns: 1fr; }
  .russia-delivery { grid-template-columns: 1fr; }
  .russia-delivery__price { width: fit-content; }
  .russia-delivery__steps { grid-column: auto; }
  .faq-grid { grid-template-columns: 1fr; }
  .buyer-contact__inner { align-items: flex-start; flex-direction: column; }
  .buyer-footer__grid { grid-template-columns: 1fr 1fr; }
  .buyer-footer__brand { grid-column: 1 / -1; }
  .home-footer .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .home-footer .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .buyer-shell { width: min(calc(100% - 28px), var(--buyer-shell)); }
  .buyer-topbar__inner { justify-content: space-between; gap: 10px; }
  .buyer-topbar__location { display: none; }
  .buyer-brand strong { font-size: 18px; }
  .buyer-brand small { display: none; }
  .buyer-brand__mark { width: 36px; height: 36px; }
  .buyer-hero__inner { min-height: 550px; padding-top: 20px; }
  .buyer-breadcrumbs { font-size: 9px; }
  .buyer-hero__copy { padding: 38px 0 28px; }
  .buyer-hero h1 { font-size: 42px; }
  .buyer-hero__copy p { font-size: 14px; }
  .section-switcher > a { min-height: 82px; padding: 13px; }
  .section-switcher__icon { width: 42px; height: 42px; }
  .buyer-section, .payment-section { padding-top: 45px; padding-bottom: 45px; }
  .section-title h2 { font-size: 31px; }
  .delivery-highlights { grid-template-columns: 1fr; }
  .highlight-card--accent { grid-column: auto; }
  .highlight-card { min-height: 155px; padding: 20px; }
  .info-panel, .delivery-note, .payment-group { padding: 21px; }
  .city-grid { grid-template-columns: 1fr; }
  .city-card { min-height: 220px; }
  .subsection-title { align-items: flex-start; flex-direction: column; gap: 7px; }
  .russia-delivery { padding: 24px 20px; }
  .russia-delivery__steps { grid-template-columns: 1fr; gap: 8px; }
  .russia-delivery__steps i { width: 1px; height: 16px; margin-left: 14px; background: rgba(255,255,255,.2); }
  .payment-method { align-items: flex-start; }
  .payment-warning { align-items: flex-start; }
  .buyer-contact h2 { font-size: 25px; }
  .buyer-contact__actions { width: 100%; flex-direction: column; }
  .buyer-button { width: 100%; }
  .buyer-footer__grid { grid-template-columns: 1fr 1fr; gap: 25px 18px; }
  .buyer-footer__contacts { grid-column: 1 / -1; }
  .buyer-footer__bottom { padding: 15px 0; align-items: flex-start; flex-direction: column; gap: 8px; }
  .buyer-footer__bottom a:first-of-type { margin-left: 0; }
  .back-to-top { right: 14px; bottom: 14px; }
  .home-footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 22px; }
  .home-footer .footer-grid > div:nth-child(4),
  .home-footer .footer-grid > div:nth-child(5) { margin-top: 0; }
  .home-footer .footer-contacts { grid-column: 1 / -1; }
  .home-footer .footer-bottom { flex-wrap: wrap; justify-content: flex-start; gap: 12px; }
  .home-footer .footer-bottom span { width: 100%; margin: 0; }
  .home-footer .brand small { display: none; }
  .home-footer .brand__mark { width: 35px; height: 35px; }
  .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; }
  .is-reveal-ready { 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/delivery-payment.css?178393795431242 */
/* /local/templates/stellagg/styles.css?1784014424258 */
/* /local/templates/stellagg/template_styles.css?1784014424119 */
