/* СВОЯ СВАЯ — направление «Сталь и охра»
   сталь #1D2228 · охра #CB7326 · ссылки #94501A · фон С1 #F4F5F3
   Охра только на акцентах (кнопки), не на всей полосе шапки. */

:root {
  --link-color: #94501A;
  --link-color-hover: #1D2228;
  --header-bottom-bar-bg-color: #1D2228;
  --header-bottom-bar-text-color: #F4F5F3;
  --header-bottom-bar-btn-color: #CB7326;
  --header-bottom-bar-btn-hover-color: #94501A;
}

.header-middle-bar__logo,
.footer-copyright__logo img {
  height: auto;
  max-width: 240px;
}

.r-header-logo__image {
  width: auto;
  height: 44px;
  max-width: 200px;
}

.header-bottom-bar-shop-catalog-button.button,
.header-bottom-bar-shop-catalog-button.button_style_alt {
  background-color: #CB7326;
  color: #ffffff;
}

.header-bottom-bar-shop-catalog-button.button:hover,
.header-bottom-bar-shop-catalog-button.button_style_alt:hover {
  background-color: #94501A;
  color: #ffffff;
}

.footer a.link,
.footer a:not([class]),
.footer-copyright a {
  color: #94501A;
}

.footer a.link:hover,
.footer a:not([class]):hover,
.footer-copyright a:hover {
  color: #F4F5F3;
}

/* Сравнение и избранное — не нужны на витрине производителя свай */
.compare-link,
.favorite-link {
  display: none !important;
}

/* Нижняя строка категорий под шапкой (бывшие «Выгодные предложения») */
.header-bottom-bar {
  display: none !important;
}

/* Корзина: блок «Рекомендуем» (кросс-селл соседних длин) */
.cart-page .slider-block,
.cart-item-modal__products-container {
  display: none !important;
}

/* Мобильная трубка в шапке — охра, не зелёный темы */
.r-header__list-item-link_phone,
.r-header-contacts-btn {
  background-color: #CB7326 !important;
  color: #fff !important;
}

.r-header__list-item-link_phone:hover,
.r-header-contacts-btn:hover,
.r-header-contacts-btn.active,
.r-header-contacts-btn.is-active {
  background-color: #94501A !important;
}

/* Страница контактов */
.ss-contacts {
  margin-top: 8px;
}

.ss-contacts__lead {
  margin: 0 0 20px;
  max-width: 42em;
  line-height: 1.5;
}

.ss-contacts__bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(29, 34, 40, 0.08);
  padding: 22px 12px 20px;
  margin: 0 0 28px;
}

.ss-contacts__bar-item {
  text-align: center;
  padding: 8px 12px;
}

.ss-contacts__bar-icon {
  width: 52px !important;
  height: 52px !important;
  margin: 0 auto 12px !important;
  border-radius: 50% !important;
  background: #F4F5F3 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #1D2228;
}

.ss-contacts__bar-icon svg {
  display: block !important;
  width: 24px;
  height: 24px;
  max-width: 24px;
  transform: none !important;
}

.ss-contacts__bar-title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: #1D2228;
}

.ss-contacts__bar-note {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.35;
  color: #5c636b;
}

.ss-contacts__bar-action {
  color: #94501A !important;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.ss-contacts__bar-action:hover {
  color: #1D2228 !important;
}

.ss-contacts__bar-icos {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.ss-contacts__bar-ico {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #CB7326;
  color: #fff !important;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.ss-contacts__bar-ico:hover {
  background: #94501A;
}

.ss-contacts__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: stretch;
  margin: 0 0 28px;
}

.ss-contacts__map-wrap h2,
.ss-contacts__form-card h2,
.ss-contacts__req h2 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  color: #1D2228;
}

.ss-contacts__map-note {
  margin: 0 0 12px;
  line-height: 1.45;
}

.ss-contacts__map-note a {
  color: #94501A;
}

.ss-contacts__map {
  min-height: 420px;
  border-radius: 12px;
  overflow: hidden;
  background: #F4F5F3;
}

.ss-contacts__map iframe,
.ss-contacts__map ymaps {
  display: block;
  width: 100% !important;
  max-width: 100%;
}

.ss-contacts__form-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(29, 34, 40, 0.08);
  padding: 24px 24px 22px;
}

.ss-contacts__form-lead {
  margin: 0 0 16px;
  color: #5c636b;
  font-size: 14px;
  line-height: 1.4;
}

.ss-contacts__form {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
}

.ss-contacts__form .form__fields,
.ss-contacts__form .form-field,
.ss-contacts__form .form-field__labels,
.ss-contacts__form .form-field__value,
.ss-contacts__form .form-field__label {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
}

.ss-contacts__form label {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 600;
  color: #1D2228;
}

.ss-contacts__form input,
.ss-contacts__form input[type="text"],
.ss-contacts__form input[type="tel"],
.ss-contacts__form input.input-text,
.ss-contacts__form textarea,
.ss-contacts__form textarea.textarea {
  display: block;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-top: 6px;
  padding: 10px 12px;
  border: 1px solid #d8dbd6;
  border-radius: 8px;
  background: #fff;
  color: #1D2228;
  font: inherit;
  box-sizing: border-box !important;
}

.ss-contacts__form input:focus,
.ss-contacts__form textarea:focus {
  outline: none;
  border-color: #CB7326;
}

.ss-contacts__form textarea {
  min-height: 110px;
  resize: vertical;
}

.ss-contacts__form-btn {
  display: block !important;
  width: 100% !important;
  margin-top: 6px;
  padding: 11px 18px;
  background: #CB7326;
  color: #fff;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.ss-contacts__form-btn:hover {
  background: #94501A;
}

.ss-contacts__form-btn:disabled {
  opacity: 0.65;
  cursor: default;
}

.ss-contacts__form-ok,
.ss-contacts__form-err {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.4;
}

.ss-contacts__form-ok {
  color: #0F6B46;
}

.ss-contacts__form-err {
  color: #A61228;
}

.ss-contacts__photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 28px;
}

.ss-contacts__photos img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 12px;
  background: #1D2228;
}

.ss-contacts__req {
  background: #F4F5F3 !important;
  border-radius: 12px;
  padding: 22px 24px;
  margin: 0 0 8px;
}

.ss-contacts__req dl {
  display: grid !important;
  grid-template-columns: 180px 1fr !important;
  gap: 8px 16px;
  margin: 0;
}

.ss-contacts__req dt,
.ss-contacts__req dd {
  display: block;
  float: none;
  margin: 0;
}

.ss-contacts__req dt {
  margin: 0;
  color: #5c636b;
  font-weight: 600;
}

.ss-contacts__req dd {
  margin: 0;
  color: #1D2228;
}

@media (max-width: 900px) {
  .ss-contacts__bar {
    grid-template-columns: 1fr 1fr;
  }

  .ss-contacts__grid {
    grid-template-columns: 1fr;
  }

  .ss-contacts__map {
    min-height: 320px;
  }

  .ss-contacts__photos {
    grid-template-columns: 1fr 1fr;
  }

  .ss-contacts__photos img {
    height: 220px;
  }

  .ss-contacts__req dl {
    grid-template-columns: 1fr;
    gap: 2px 0;
  }

  .ss-contacts__req dt {
    margin-top: 8px;
  }
}

@media (max-width: 560px) {
  .ss-contacts__photos {
    grid-template-columns: 1fr;
  }
}

/* Информационные страницы: монтаж, доставка, о компании */
.ss-page {
  color: #1D2228;
}

.ss-page__lead {
  margin: 0 0 24px;
  max-width: 42em;
  line-height: 1.5;
}

.ss-page p {
  margin: 0 0 12px;
  max-width: 42em;
  line-height: 1.5;
}

.ss-page h2 {
  margin: 28px 0 12px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1D2228;
}

.ss-page__hero {
  margin: 0 0 28px;
}

.ss-page__hero img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
}

.ss-page__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  margin: 0 0 28px;
}

.ss-page__card {
  background: #F4F5F3;
  border-radius: 8px;
  padding: 18px 20px;
}

.ss-page__card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  color: #1D2228;
}

.ss-page__card p {
  margin: 0;
  line-height: 1.45;
}

.ss-page__photos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin: 8px 0 28px;
}

.ss-page__photos img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
}

.ss-page__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 8px;
}

.ss-page__btn {
  display: inline-block;
  padding: 10px 16px;
  background: #CB7326;
  color: #fff !important;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.ss-page__btn:hover {
  background: #94501A;
  color: #fff !important;
}

.ss-page__btn_ghost {
  background: transparent;
  color: #94501A !important;
  box-shadow: inset 0 0 0 1px #CB7326;
}

.ss-page__btn_ghost:hover {
  background: #F4F5F3;
  color: #1D2228 !important;
}

@media (max-width: 900px) {
  .ss-page__hero img {
    height: 220px;
  }

  .ss-page__photos img {
    height: 200px;
  }
}

/* Статьи: блоки как в референсе, цвета «Сталь и охра» */
.ss-post {
  color: #1D2228;
  max-width: none;
  line-height: 1.55;
  counter-reset: ss-h;
}

.ss-post h2 {
  margin: 36px 0 14px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #1D2228;
  counter-increment: ss-h;
}

.ss-post h2::before {
  content: counter(ss-h, decimal-leading-zero);
  display: block;
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #5C6469;
}

.ss-post h2::after {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  margin: 8px 0 0;
  background: #CB7326;
}

.ss-post h3 {
  margin: 22px 0 8px;
  font-size: 18px;
  font-weight: 600;
}

.ss-post p,
.ss-post li {
  font-size: 17px;
}

.ss-post a {
  color: #94501A;
}

.ss-post a:hover {
  color: #1D2228;
}

.ss-post__hero {
  margin: 0 0 24px;
}

.ss-post__hero img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 8px;
}

.ss-post__kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1D2228;
}

.ss-post__kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #CB7326;
  border: 1px solid #1D2228;
}

.ss-note {
  background: #fff;
  border-top: 3px solid #CB7326;
  padding: 16px 20px 18px;
  margin: 0 0 28px;
}

.ss-note p {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}

.ss-article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  grid-template-areas:
    "cover cover"
    "post side";
  gap: 36px;
  align-items: start;
}

.ss-cover {
  grid-area: cover;
  position: relative;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #1D2228;
}

.ss-post {
  grid-area: post;
}

.ss-cover img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.ss-cover::after {
  content: "";
  position: absolute;
  inset: 28% 0 0;
  background: linear-gradient(180deg, transparent 0%, rgba(29, 34, 40, 0.88) 72%);
  pointer-events: none;
}

.ss-cover__inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 28px 32px 32px;
}

.ss-cover__kicker {
  margin: 0 0 10px;
  color: #CB7326;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ss-cover h1,
.ss-cover .title_h1,
.ss-cover__title {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.ss-cover__meta {
  color: rgba(244, 245, 243, 0.78);
  font-size: 14px;
  font-weight: 500;
}

html.ss-has-cover .blog-post-page .block__header,
html.ss-has-cover .blog-post-page__info-container,
.blog-post-page:has(.ss-cover) .block__header,
.blog-post-page:has(.ss-cover) .blog-post-page__info-container {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.ss-post h2[id] {
  scroll-margin-top: 88px;
}

.ss-toc {
  background: #F4F5F3;
  margin: 0 0 28px;
  border-bottom: 1px solid #D6D8D4;
}

.ss-toc summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1D2228;
}

.ss-toc summary::-webkit-details-marker {
  display: none;
}

.ss-toc summary::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #CB7326;
  border: 1px solid #1D2228;
  box-shadow: inset 0 0 0 3px #CB7326, inset 0 0 0 5px #1D2228;
  flex: 0 0 12px;
}

.ss-toc summary::after {
  content: "+";
  margin-left: auto;
  color: #CB7326;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
}

.ss-toc[open] summary::after {
  content: "−";
}

.ss-toc ol {
  list-style: none;
  margin: 0;
  padding: 0 16px 8px;
  counter-reset: ss-toc;
}

.ss-toc li {
  counter-increment: ss-toc;
  margin: 0;
  padding: 0;
}

.ss-toc a {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid #D6D8D4;
  text-decoration: none;
  font-weight: 600;
  color: #1D2228;
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
}

.ss-toc a::before {
  content: counter(ss-toc, decimal-leading-zero);
  color: #5C6469;
  font-size: 13px;
  font-weight: 500;
  flex: 0 0 auto;
}

.ss-toc a:hover {
  color: #94501A;
}

.content-decorator .ss-toc ol li::before,
.content-decorator .ss-toc ol li::after,
.content-decorator .ss-side ol li::before,
.content-decorator .ss-side ol li::after {
  content: none;
  display: none;
}

.ss-side {
  grid-area: side;
  position: sticky;
  top: 88px;
}

.ss-side__box {
  background: #fff;
  border-top: 3px solid #CB7326;
  padding: 16px 18px 18px;
  margin: 0 0 16px;
}

.ss-side__box p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.45;
}

.ss-side__box .ss-page__btn {
  display: block;
  text-align: center;
}

.ss-side__toc ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: ss-side;
}

.ss-side__toc a {
  display: flex;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #D6D8D4;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: #1D2228;
}

.ss-side__toc li {
  counter-increment: ss-side;
}

.ss-side__toc a::before {
  content: counter(ss-side, decimal-leading-zero);
  color: #5C6469;
  font-size: 12px;
  font-weight: 500;
}

.ss-side__cats a,
.ss-side__more a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #D6D8D4;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.ss-side__cats a::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: #CB7326;
  border: 1px solid #1D2228;
  flex: 0 0 8px;
}

.ss-side__cats a::after {
  content: "→";
  color: #CB7326;
  margin-left: auto;
  padding-left: 8px;
}

@media (min-width: 1101px) {
  .ss-post > .ss-related {
    display: none;
  }
}

@media (max-width: 1100px) {
  .ss-article {
    grid-template-columns: 1fr;
    grid-template-areas:
      "cover"
      "post"
      "side";
  }

  .ss-side {
    position: static;
  }

  .ss-side__toc {
    display: none;
  }
}

.ss-cats {
  margin: 0 0 28px;
}

.ss-cats a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid #D6D8D4;
  text-decoration: none;
  font-weight: 600;
}

.ss-cats a span {
  font-weight: 400;
  color: #5C6469;
  white-space: nowrap;
}

.ss-defs {
  margin: 0 0 28px;
}

.ss-defs__item {
  display: flex;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid #D6D8D4;
}

.ss-defs__item:first-child {
  border-top: 1px solid #D6D8D4;
}

.ss-defs__item::before {
  content: "";
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-top: 5px;
  background: #CB7326;
  border: 1px solid #1D2228;
  box-shadow: inset 0 0 0 3px #CB7326, inset 0 0 0 5px #1D2228;
}

.ss-defs__item strong {
  display: inline;
}

.ss-plusminus {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
  background: #F4F5F3;
  border-top: 2px solid #CB7326;
  border-bottom: 2px solid #CB7326;
  padding: 18px 20px;
  margin: 0 0 28px;
}

.ss-plusminus__h {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5C6469;
}

.ss-plusminus li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
  padding-left: 0 !important;
  list-style: none;
}

.content-decorator .ss-plusminus ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-decorator .ss-plusminus ul li::after {
  content: none;
  display: none;
}

.content-decorator .ss-plusminus_plus li::before,
.content-decorator .ss-plusminus_minus li::before {
  position: static;
  flex: 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid #1D2228;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.content-decorator .ss-plusminus_plus li::before {
  content: "✓";
  background: #0F6B46;
}

.content-decorator .ss-plusminus_minus li::before {
  content: "×";
  background: #A61228;
}

.ss-plusminus_minus li {
  color: #5C3A32;
}

.ss-post table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 28px;
  font-size: 15px;
}

.ss-post th {
  text-align: left;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5C6469;
  padding: 8px 10px 8px 0;
  border-bottom: 2px solid #CB7326;
}

.ss-post td {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #D6D8D4;
  vertical-align: top;
}

.ss-post td:first-child {
  font-weight: 600;
}

.content-decorator .ss-steps {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  counter-reset: ss-step;
}

.content-decorator .ss-steps li,
.ss-steps li {
  display: block;
  position: relative;
  margin: 0 0 16px;
  padding: 2px 0 2px 50px;
  counter-increment: ss-step;
  list-style: none;
}

.content-decorator .ss-steps li::before,
.content-decorator .ss-steps li::after {
  content: none;
}

.content-decorator .ss-steps li::before {
  content: counter(ss-step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  flex: none;
  background: #CB7326;
  color: #1D2228;
  border: 1px solid #1D2228;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

.content-decorator .ss-steps a {
  display: inline;
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
}

.ss-quote {
  display: flex;
  gap: 14px;
  margin: 0 0 28px;
  padding: 8px 0;
}

.ss-quote::before {
  content: "«";
  flex: 0 0 36px;
  height: 36px;
  background: #F4F5F3;
  border: 2px solid #1D2228;
  color: #CB7326;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  font-weight: 700;
}

.ss-quote p {
  margin: 0;
  font-style: italic;
}

.ss-quote span {
  display: block;
  margin-top: 8px;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5C6469;
}

.ss-faq {
  margin: 0 0 28px;
  counter-reset: ss-faq;
}

.ss-faq details {
  border-top: 1px solid #D6D8D4;
  padding: 12px 0;
  counter-increment: ss-faq;
}

.ss-faq details[open] {
  background: #fff;
  margin: 0 -16px;
  padding: 12px 16px;
}

.ss-faq details:last-child {
  border-bottom: 1px solid #D6D8D4;
}

.ss-faq summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.ss-faq summary::before {
  content: counter(ss-faq, decimal-leading-zero);
  flex: 0 0 auto;
  color: #5C6469;
  font-size: 13px;
  font-weight: 500;
}

.ss-faq summary::-webkit-details-marker {
  display: none;
}

.ss-faq summary::after {
  content: "+";
  margin-left: auto;
  color: #CB7326;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
}

.ss-faq details[open] summary::after {
  content: "−";
}

.ss-faq details p {
  margin: 10px 0 4px;
}

.ss-related {
  margin: 0 0 28px;
}

.ss-related a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #D6D8D4;
  text-decoration: none;
  font-weight: 600;
}

.ss-cta {
  background: #fff;
  border-top: 3px solid #CB7326;
  padding: 20px;
  margin: 8px 0 12px;
}

.ss-cta .ss-page__btn:not(.ss-page__btn_ghost) {
  outline: 1px solid #1D2228;
  outline-offset: 3px;
}

.ss-cta p {
  margin: 0 0 8px;
}

.ss-cta__title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 8px;
}

.ss-blog-cats {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 20px;
  padding: 0 0 4px;
}

.ss-blog-cats a {
  display: inline-block !important;
  padding: 8px 14px;
  border-radius: 8px;
  background: #F4F5F3;
  color: #1D2228 !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 14px;
  margin: 0 8px 8px 0;
}

.ss-blog-cats a[aria-current="page"] {
  background: #CB7326;
  color: #fff !important;
}

@media (max-width: 700px) {
  .ss-plusminus {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ss-post__hero img,
  .ss-cover img {
    height: 220px;
  }

  .ss-cover__inner {
    padding: 20px 18px 18px;
  }

  .ss-cover h1,
  .ss-cover .title_h1,
  .ss-cover__title {
    font-size: 24px;
  }

  .ss-post h2 {
    font-size: 22px;
  }
}

.slide_home .slide__background-image {
  object-fit: cover;
  object-position: 70% 50%;
}

.home-slider__banner:nth-child(1) .home-slider-banner__image {
  background: #1D2228 url("/wa-data/public/site/img/home/banner-prod.jpg?ss=20260830-restore") center / cover no-repeat;
}

.home-slider__banner:nth-child(2) .home-slider-banner__image {
  background: #1D2228 url("/wa-data/public/site/img/home/banner-montazh.jpg?ss=20260830-restore") center / cover no-repeat;
}

.home-slider__banner:nth-child(3) .home-slider-banner__image {
  background: #1D2228 url("/wa-data/public/site/img/home/banner-steel.jpg?ss=20260830-restore") center / cover no-repeat;
}

.home-slider-banner__image img {
  opacity: 0 !important;
  object-fit: cover;
  border-radius: 8px;
}

/* Доставка и оплата */
.ss-ship {
  color: #1D2228;
}

.ss-ship__lead {
  margin: 0 0 28px;
  max-width: 46em;
  line-height: 1.55;
  font-size: 16px;
}

.ss-ship h2 {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #1D2228;
}

.ss-ship h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #1D2228;
}

.ss-ship a {
  color: #94501A;
}

.ss-ship__ways {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 36px;
}

.ss-ship__way {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(29, 34, 40, 0.08);
  padding: 20px 20px 18px;
}

.ss-ship__way p {
  margin: 8px 0 0;
  line-height: 1.45;
  color: #5c636b;
  font-size: 14px;
}

.ss-ship__ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #CB7326;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
}

.ss-ship__ico svg {
  display: block;
  width: 20px;
  height: 20px;
}

.ss-ship-rates {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(29, 34, 40, 0.08);
  padding: 24px 28px 20px;
  margin: 0 0 36px;
}

.ss-ship-rates h2 {
  margin: 0 0 16px;
  font-size: 22px;
}

.content-decorator .ss-ship .ss-ship-rates ul,
.ss-ship-rates ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: none;
}

.content-decorator .ss-ship .ss-ship-rates li,
.ss-ship-rates li {
  display: block;
  position: relative;
  width: auto;
  max-width: none;
  margin: 0 0 12px;
  padding: 0 0 0 26px;
  font-size: 15px;
  line-height: 1.45;
  color: #1D2228;
}

.content-decorator .ss-ship .ss-ship-rates li:last-child,
.ss-ship-rates li:last-child {
  margin: 0;
  color: #5c636b;
  font-size: 14px;
}

.content-decorator .ss-ship .ss-ship-rates li::after,
.ss-ship-rates li::after {
  display: none;
  content: none;
}

.content-decorator .ss-ship .ss-ship-rates li::before,
.ss-ship-rates li::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: 0.45em;
  width: 14px;
  height: 14px;
  margin: 0;
  background: #1D2228;
  border-radius: 3px;
}

/* Pickup plugin requires weekdays to save; hours are not published. */
.order-form-decorator .wa-details-rates-section .wa-schedule-wrapper {
  display: none;
}

.ss-ship-geo {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 32px;
  align-items: center;
  background: #1D2228;
  color: #fff;
  border-radius: 12px;
  padding: 32px 36px;
  margin: 0 0 40px;
}

.ss-ship-geo__map svg,
.ss-ship-geo__map img {
  display: block;
  width: 100%;
  height: auto;
}

.ss-ship-geo__stat {
  margin: 0 0 22px;
}

.ss-ship-geo__stat:last-child {
  margin: 0;
}

.ss-ship-geo__num {
  display: block;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.ss-ship-geo__stat p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.4;
  font-size: 15px;
}

.ss-ship-geo__legend {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.ss-ship-geo__legend li {
  margin: 0 0 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ss-ship-geo__swatch {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  flex: none;
}

.ss-ship-pay {
  margin: 0 0 40px;
}

.ss-ship-pay__intro {
  margin: 0 0 22px;
  max-width: 46em;
  line-height: 1.5;
  color: #5c636b;
}

.ss-ship-pay__layout {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
}

.ss-ship-pay__photo {
  position: relative;
  z-index: 1;
  margin-right: 48px;
}

.ss-ship-pay__photo::after {
  content: "";
  position: absolute;
  left: -14px;
  bottom: -14px;
  width: 42%;
  height: 38%;
  background: #CB7326;
  z-index: -1;
  border-radius: 4px;
}

.ss-ship-pay__photo img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 8px;
}

.ss-ship-pay__card {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(29, 34, 40, 0.12);
  padding: 28px 28px 22px;
  margin-left: -72px;
}

.ss-ship-pay__card h2,
.ss-ship-montazh h2 {
  font-size: 22px;
}

.ss-ship-pay__item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid #E6E8E4;
}

.ss-ship-pay__item:first-of-type {
  border-top: 0;
  padding-top: 8px;
}

.ss-ship-pay__item p {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.45;
  color: #5c636b;
}

.ss-ship-montazh {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  background: #F4F5F3;
  border-radius: 12px;
  padding: 24px 28px;
  margin: 0 0 40px;
}

.ss-ship-montazh p {
  margin: 8px 0 0;
  max-width: 38em;
  line-height: 1.45;
  color: #5c636b;
}

.ss-ship-faq {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(29, 34, 40, 0.08);
  padding: 28px 32px 16px;
  margin: 0 0 32px;
}

.ss-ship-faq details {
  border-top: 1px solid #E6E8E4;
}

.ss-ship-faq details:first-of-type {
  border-top: 0;
}

.ss-ship-faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  font-weight: 600;
  font-size: 16px;
}

.ss-ship-faq summary::-webkit-details-marker {
  display: none;
}

.ss-ship-faq summary::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: auto;
  flex: none;
  border-right: 1.6px solid #9aa0a6;
  border-bottom: 1.6px solid #9aa0a6;
  transform: rotate(45deg);
  transition: transform 0.15s;
}

.ss-ship-faq details[open] summary::after {
  transform: rotate(-135deg);
}

.ss-ship-faq details p {
  margin: 0 0 16px;
  max-width: 46em;
  line-height: 1.5;
  color: #5c636b;
}

.ss-ship-cta p {
  margin: 0 0 12px;
  max-width: 42em;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .ss-ship h2 {
    font-size: 24px;
  }

  .ss-ship__ways {
    grid-template-columns: 1fr;
  }

  .ss-ship-geo {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .ss-ship-pay__layout {
    grid-template-columns: 1fr;
  }

  .ss-ship-pay__photo {
    margin: 0 0 8px;
  }

  .ss-ship-pay__photo img {
    height: 280px;
  }

  .ss-ship-pay__card {
    margin: -48px 16px 0;
  }

  .ss-ship-faq {
    padding: 22px 20px 10px;
  }
}

/* Монтаж */
.ss-mont {
  color: #1D2228;
}

.ss-mont-hero {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 0 28px;
  background: #1D2228;
  min-height: 420px;
}

.ss-mont-hero img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: 50% 42%;
}

.ss-mont-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(29, 34, 40, 0.92) 0%, rgba(29, 34, 40, 0.62) 38%, rgba(29, 34, 40, 0.18) 68%, rgba(29, 34, 40, 0.08) 100%);
  pointer-events: none;
}

.ss-mont-hero__inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px 40px;
  max-width: 36em;
}

.ss-mont-hero__kicker {
  margin: 0 0 10px;
  color: #CB7326;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ss-mont-hero__title {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.15;
  font-weight: 700;
}

.ss-mont-hero__text {
  margin: 0 0 22px;
  color: rgba(244, 245, 243, 0.88);
  line-height: 1.5;
  font-size: 16px;
  max-width: 28em;
}

.ss-mont-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
}

.ss-mont-hero__tel {
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.ss-mont-hero__tel:hover {
  color: #CB7326 !important;
}

.ss-mont__lead {
  margin: 0 0 28px;
  max-width: 46em;
  line-height: 1.55;
  font-size: 16px;
}

.ss-mont h2 {
  margin: 0 0 18px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #1D2228;
}

.ss-mont a {
  color: #94501A;
}

.ss-mont-adv {
  margin: 0 0 40px;
}

.ss-mont-adv__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.ss-mont-adv__item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(29, 34, 40, 0.08);
  padding: 22px 16px 18px;
  text-align: center;
}

.ss-mont-adv__item svg {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 12px;
  color: #1D2228;
}

.ss-mont-adv__item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
}

.ss-mont-adv__item span {
  display: block;
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  color: #5c636b;
}

.ss-mont-adv__intro,
.ss-mont-flow__intro {
  margin: 0 0 18px;
  max-width: 46em;
  line-height: 1.5;
  color: #5c636b;
}

.ss-mont-flow {
  margin: 0 0 40px;
}

.ss-mont-flow__row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.ss-mont-flow__step {
  text-align: center;
  position: relative;
}

.ss-mont-flow__step svg {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto 10px;
  color: #1D2228;
}

.ss-mont-flow__n {
  width: 32px;
  height: 32px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #CB7326;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
}

.ss-mont-flow__step p {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.3;
}

.ss-mont-flow__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 58px;
  left: calc(50% + 22px);
  width: calc(100% - 28px);
  border-top: 2px dotted #CB7326;
  opacity: 0.55;
}

.ss-mont-photos {
  margin: 0 0 40px;
}

.ss-mont-photos__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.ss-mont-photos figure {
  margin: 0;
}

.ss-mont-photos img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 12px;
  background: #1D2228;
}

.ss-mont-photos figcaption {
  margin: 8px 2px 0;
  font-size: 13px;
  line-height: 1.35;
  color: #5c636b;
}

.ss-mont-qual {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  align-items: stretch;
  background: #1D2228;
  color: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 0 40px;
  min-height: 340px;
}

.ss-mont-qual__text {
  position: relative;
  padding: 32px 48px 32px 32px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ss-mont-qual__text::after {
  content: "";
  position: absolute;
  right: -28px;
  top: 0;
  bottom: 0;
  width: 56px;
  background: #CB7326;
  transform: skewX(-14deg);
  z-index: -1;
}

.ss-mont-qual h2 {
  color: #fff;
  font-size: 26px;
  margin: 0 0 14px;
}

.ss-mont-qual p {
  margin: 0 0 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
  max-width: 38em;
}

.ss-mont-qual__list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.ss-mont-qual__list li {
  position: relative;
  padding: 0 0 10px 22px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
}

.ss-mont-qual__list li:last-child {
  padding-bottom: 0;
}

.ss-mont-qual__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #CB7326;
}

.ss-mont-qual__photo {
  position: relative;
  min-height: 100%;
}

.ss-mont-qual__photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss-mont-qual .ss-mont-cta__btn {
  align-self: flex-start;
  margin-top: 4px;
}

.ss-mont-works {
  background: #F4F5F3;
  border-radius: 12px;
  padding: 28px 32px;
  margin: 0 0 40px;
}

.ss-mont-works p {
  margin: 0 0 14px;
  max-width: 46em;
  line-height: 1.5;
}

.ss-mont-works ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: w;
}

.ss-mont-works li {
  position: relative;
  padding: 0 0 12px 28px;
  line-height: 1.45;
  counter-increment: w;
}

.ss-mont-works li::before {
  content: counter(w);
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #1D2228;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.ss-mont-works li:last-child {
  padding-bottom: 0;
}

.ss-mont-faq {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(29, 34, 40, 0.08);
  padding: 28px 32px 16px;
  margin: 0 0 32px;
}

.ss-mont-faq details {
  border-top: 1px solid #E6E8E4;
}

.ss-mont-faq details:first-of-type {
  border-top: 0;
}

.ss-mont-faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  font-weight: 600;
  font-size: 16px;
}

.ss-mont-faq summary::-webkit-details-marker {
  display: none;
}

.ss-mont-faq summary::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: auto;
  flex: none;
  border-right: 1.6px solid #9aa0a6;
  border-bottom: 1.6px solid #9aa0a6;
  transform: rotate(45deg);
}

.ss-mont-faq details[open] summary::after {
  transform: rotate(-135deg);
}

.ss-mont-faq details p {
  margin: 0 0 16px;
  max-width: 46em;
  line-height: 1.55;
  color: #5c636b;
}

.ss-mont-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  background: #1D2228;
  color: #fff;
  border-radius: 12px;
  padding: 24px 28px;
  margin: 0 0 8px;
}

.ss-mont-cta p {
  margin: 0;
  max-width: 34em;
  line-height: 1.45;
  font-size: 16px;
}

.ss-mont-cta__btn {
  display: inline-block;
  padding: 12px 22px;
  background: #CB7326;
  color: #fff !important;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}

.ss-mont-cta__btn:hover {
  background: #94501A;
  color: #fff !important;
}

@media (max-width: 900px) {
  .ss-mont h2 {
    font-size: 24px;
  }

  .ss-mont-adv__grid {
    grid-template-columns: 1fr 1fr;
  }

  .ss-mont-flow__row {
    grid-template-columns: 1fr 1fr;
    gap: 20px 8px;
  }

  .ss-mont-flow__step:not(:last-child)::after {
    display: none;
  }

  .ss-mont-qual {
    grid-template-columns: 1fr;
  }

  .ss-mont-qual__text {
    padding: 24px;
  }

  .ss-mont-qual__text::after {
    display: none;
  }

  .ss-mont-qual__photo {
    min-height: 240px;
  }

  .ss-mont-works,
  .ss-mont-faq {
    padding: 22px 20px 12px;
  }

  .ss-mont-hero {
    min-height: 340px;
  }

  .ss-mont-hero img {
    height: 340px;
  }

  .ss-mont-hero::after {
    background: linear-gradient(180deg, rgba(29, 34, 40, 0.2) 0%, rgba(29, 34, 40, 0.78) 55%, rgba(29, 34, 40, 0.92) 100%);
  }

  .ss-mont-hero__inner {
    justify-content: flex-end;
    padding: 24px 20px 22px;
    max-width: none;
  }

  .ss-mont-photos__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ss-mont-photos img {
    height: 220px;
  }
}

/* Иконки в бургере «Каталог» (источник — Управление меню, тема не тянет category_img) */
.ss-cat-ico {
  display: inline-flex;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  margin: 0 10px 0 0;
  border-radius: 8px;
  overflow: hidden;
  background: #f4f5f3;
}
.ss-cat-ico img {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: cover;
}
.catalog-list__content {
  display: flex;
  align-items: center;
}
.catalog-columns__category-container {
  display: flex;
  flex-direction: column;
}
.catalog-columns__category-container > .ss-cat-ico {
  margin: 0 0 8px;
}

.catalog-dropdown .catalog-columns-header__title {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  color: #1d2228;
}

.catalog-dropdown .catalog-extend__list-container .catalog-list__item {
  cursor: pointer;
}
.catalog-dropdown .catalog-extend__list-container .catalog-list__content {
  width: 100%;
}
.catalog-dropdown .catalog-extend__list-container .catalog-list__link {
  cursor: pointer;
  text-decoration: none;
  color: #1d2228;
  transition: color ease-in-out 0.2s;
}
.catalog-dropdown .catalog-extend__list-container .catalog-list__item:hover,
.catalog-dropdown .catalog-extend__list-container .catalog-list__item_active {
  background: #f4f5f3;
}
.catalog-dropdown .catalog-extend__list-container .catalog-list__item:hover .catalog-list__link,
.catalog-dropdown .catalog-extend__list-container .catalog-list__item_active .catalog-list__link {
  color: #94501a;
}
.catalog-dropdown .catalog-extend__list-container .catalog-list__item:hover .ss-cat-ico,
.catalog-dropdown .catalog-extend__list-container .catalog-list__item_active .ss-cat-ico {
  box-shadow: inset 0 0 0 2px #cb7326;
}

.catalog-dropdown a.catalog-columns__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  color: #1d2228;
  text-decoration: none;
}

.catalog-dropdown a.catalog-columns__link .ss-cat-ico {
  margin: 0;
}

.catalog-dropdown a.catalog-columns__link:hover {
  color: #94501a;
}

.catalog-dropdown a.catalog-columns__link:hover .ss-cat-ico {
  box-shadow: inset 0 0 0 2px #cb7326;
}

.js-r-header-menu__catalog .list-rows__item {
  display: flex;
  align-items: center;
}
.js-r-header-menu__catalog .list-rows__item-image {
  display: none;
}
.js-r-header-menu__catalog .list-rows__item .ss-cat-ico {
  margin: 0 12px 0 0;
}
.js-r-header-menu__catalog a.list-rows__item[href="#"],
.js-r-header-menu__catalog a.list-rows__item[href="/#"] {
  color: #1d2228;
}
.js-r-header-menu__catalog a.list-rows__item_opened {
  display: none;
}

.sidebar-catalog .ss-side-tree {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-catalog .ss-side-tree__group {
  border-bottom: 1px solid #e8e9e7;
}
.sidebar-catalog .ss-side-tree__toggle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0;
  padding: 12px 4px 12px 0;
  border: 0;
  background: none;
  color: #1d2228;
  font: inherit;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}
.sidebar-catalog .ss-side-tree__toggle::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 4px;
  border-right: 2px solid #1d2228;
  border-bottom: 2px solid #1d2228;
  transform: rotate(-45deg);
  flex-shrink: 0;
}
.sidebar-catalog .ss-side-tree__group_open > .ss-side-tree__toggle::after {
  transform: rotate(45deg);
}
.sidebar-catalog .ss-side-tree__sub {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 0 8px;
}
.sidebar-catalog .ss-side-tree__group_open > .ss-side-tree__sub {
  display: block;
}
.sidebar-catalog .ss-side-tree__sub .catalog-list__content {
  display: block;
}
.sidebar-catalog .ss-side-tree__sub .catalog-list__link,
.sidebar-catalog .ss-side-tree__sub .catalog-list__content_current {
  display: block;
  padding: 8px 8px 8px 12px;
}
.sidebar-catalog .ss-side-tree__sub .catalog-list__link {
  color: #94501a;
  text-decoration: none;
}
.sidebar-catalog .ss-side-tree__sub .catalog-list__link:hover {
  color: #cb7326;
}
.sidebar-catalog .ss-side-tree__sub .catalog-list__content_current {
  background: #f4f5f3;
  color: #1d2228;
  font-weight: 600;
  border-radius: 6px;
}

/* О компании */
.ss-about {
  color: #1D2228;
}

.ss-about a {
  color: #94501A;
}

.ss-about__lead {
  margin: 0 0 28px;
  max-width: 46em;
  line-height: 1.55;
  font-size: 16px;
}

.ss-about h2 {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #1D2228;
}

.ss-about-hero {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 0 28px;
  background: #1D2228;
  min-height: 420px;
}

.ss-about-hero img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: 58% 48%;
}

.ss-about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(29, 34, 40, 0.92) 0%, rgba(29, 34, 40, 0.62) 38%, rgba(29, 34, 40, 0.18) 68%, rgba(29, 34, 40, 0.08) 100%);
  pointer-events: none;
}

.ss-about-hero__inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px 40px;
  max-width: 36em;
}

.ss-about-hero__kicker {
  margin: 0 0 10px;
  color: #CB7326;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ss-about-hero__title {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.15;
  font-weight: 700;
}

.ss-about-hero__text {
  margin: 0 0 22px;
  color: rgba(244, 245, 243, 0.88);
  line-height: 1.5;
  font-size: 16px;
  max-width: 28em;
}

.ss-about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
}

.ss-about-hero__tel {
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.ss-about-hero__tel:hover {
  color: #CB7326 !important;
}

.ss-about-ways {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 40px;
}

.ss-about-way {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(29, 34, 40, 0.08);
  padding: 20px 20px 18px;
}

.ss-about-way h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #1D2228;
}

.ss-about-way p {
  margin: 8px 0 0;
  line-height: 1.45;
  color: #5c636b;
  font-size: 14px;
}

.ss-about-cats {
  margin: 0 0 40px;
}

.ss-about-cats__intro {
  margin: 0 0 16px;
  max-width: 46em;
  line-height: 1.5;
  color: #5c636b;
}

.ss-about-cats__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ss-about-cats a {
  display: inline-block;
  padding: 10px 14px;
  background: #F4F5F3;
  color: #1D2228 !important;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.ss-about-cats a:hover {
  background: #CB7326;
  color: #fff !important;
}

.ss-about-qual {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  align-items: stretch;
  background: #1D2228;
  color: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 0 40px;
  min-height: 340px;
}

.ss-about-qual__text {
  position: relative;
  padding: 32px 48px 32px 32px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ss-about-qual__text::after {
  content: "";
  position: absolute;
  right: -28px;
  top: 0;
  bottom: 0;
  width: 56px;
  background: #CB7326;
  transform: skewX(-14deg);
  z-index: -1;
}

.ss-about-qual h2 {
  color: #fff;
  font-size: 26px;
  margin: 0 0 14px;
}

.ss-about-qual p {
  margin: 0 0 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
  max-width: 38em;
}

.ss-about-qual__list {
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
}

.ss-about-qual__list li {
  position: relative;
  padding: 0 0 10px 22px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
}

.ss-about-qual__list li:last-child {
  padding-bottom: 0;
}

.ss-about-qual__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #CB7326;
}

.ss-about-qual__photo {
  position: relative;
  min-height: 100%;
}

.ss-about-qual__photo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss-about-photos {
  margin: 0 0 40px;
}

.ss-about-photos__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.ss-about-photos img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 12px;
  background: #1D2228;
}

.ss-about-photos figcaption {
  margin: 8px 2px 0;
  font-size: 13px;
  line-height: 1.35;
  color: #5c636b;
}

.ss-about-legal {
  background: #F4F5F3;
  border-radius: 12px;
  padding: 28px 32px;
  margin: 0 0 40px;
}

.ss-about-legal p {
  margin: 0 0 12px;
  max-width: 46em;
  line-height: 1.55;
}

.ss-about-legal p:last-child {
  margin: 0;
}

.ss-about-faq {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(29, 34, 40, 0.08);
  padding: 28px 32px 16px;
  margin: 0 0 32px;
}

.ss-about-faq details {
  border-top: 1px solid #E6E8E4;
}

.ss-about-faq details:first-of-type {
  border-top: 0;
}

.ss-about-faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  font-weight: 600;
  font-size: 16px;
}

.ss-about-faq summary::-webkit-details-marker {
  display: none;
}

.ss-about-faq summary::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: auto;
  flex: none;
  border-right: 1.6px solid #9aa0a6;
  border-bottom: 1.6px solid #9aa0a6;
  transform: rotate(45deg);
}

.ss-about-faq details[open] summary::after {
  transform: rotate(-135deg);
}

.ss-about-faq details p {
  margin: 0 0 16px;
  max-width: 46em;
  line-height: 1.55;
  color: #5c636b;
}

.ss-about-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  background: #1D2228;
  color: #fff;
  border-radius: 12px;
  padding: 24px 28px;
  margin: 0 0 8px;
}

.ss-about-cta p {
  margin: 0;
  max-width: 34em;
  line-height: 1.45;
  font-size: 16px;
}

.ss-about-cta__btn {
  display: inline-block;
  padding: 12px 22px;
  background: #CB7326;
  color: #fff !important;
  border: 0;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}

.ss-about-cta__btn:hover {
  background: #94501A;
  color: #fff !important;
}

.ss-policy {
  color: #1D2228;
  max-width: 48em;
  line-height: 1.55;
}

.ss-policy__lead {
  margin: 0 0 28px;
  color: #5c636b;
}

.ss-policy h2 {
  margin: 28px 0 12px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #1D2228;
}

.ss-policy p {
  margin: 0 0 10px;
}

.ss-policy ul {
  margin: 0 0 12px;
  padding: 0 0 0 1.2em;
}

.ss-policy li {
  margin: 0 0 4px;
}

.ss-policy a {
  color: #94501A;
}

.ss-policy__contacts {
  background: #F4F5F3;
  border-radius: 12px;
  padding: 22px 24px;
  margin: 24px 0 8px;
}

.ss-policy__contacts p {
  margin: 0 0 8px;
}

.ss-policy__contacts p:last-child {
  margin: 0;
}

.ss-contacts__consent {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: #5c636b;
}

@media (max-width: 900px) {
  .ss-about h2 {
    font-size: 24px;
  }

  .ss-about-hero {
    min-height: 340px;
  }

  .ss-about-hero img {
    height: 340px;
  }

  .ss-about-hero::after {
    background: linear-gradient(180deg, rgba(29, 34, 40, 0.2) 0%, rgba(29, 34, 40, 0.78) 55%, rgba(29, 34, 40, 0.92) 100%);
  }

  .ss-about-hero__inner {
    justify-content: flex-end;
    padding: 24px 20px 22px;
    max-width: none;
  }

  .ss-about-ways {
    grid-template-columns: 1fr;
  }

  .ss-about-qual {
    grid-template-columns: 1fr;
  }

  .ss-about-qual__text {
    padding: 24px;
  }

  .ss-about-qual__text::after {
    display: none;
  }

  .ss-about-qual__photo {
    min-height: 240px;
  }

  .ss-about-photos__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ss-about-photos img {
    height: 220px;
  }

  .ss-about-legal,
  .ss-about-faq {
    padding: 22px 20px 12px;
  }

  .ss-policy h2 {
    font-size: 20px;
  }
}

.ss-quiz-home,
.ss-quiz-cat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  background: #1d2228;
  color: #fff;
  border-radius: 12px;
  padding: 18px 22px;
  margin: 16px 0 24px;
}

.ss-quiz-home p,
.ss-quiz-cat p {
  margin: 0;
  max-width: 36em;
  line-height: 1.45;
}

.ss-quiz-home__btn,
.ss-quiz-inline,
.ss-quiz-cat__btn,
.ss-quiz-fab {
  display: inline-block;
  padding: 12px 20px;
  background: #cb7326;
  color: #fff !important;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}

.ss-quiz-home__btn:hover,
.ss-quiz-inline:hover,
.ss-quiz-cat__btn:hover,
.ss-quiz-fab:hover {
  background: #94501a;
  color: #fff !important;
}

.ss-quiz-inline {
  margin-left: auto;
}

.ss-quiz-fab {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 90;
  box-shadow: 0 8px 24px rgba(29, 34, 40, 0.22);
}

@media (max-width: 560px) {
  .ss-quiz-fab {
    right: 12px;
    bottom: 12px;
    padding: 10px 14px;
    font-size: 12px;
  }
}

.pages-tree__item:has(> a[href="/calc/"]),
.pages-tree__item-link[href="/calc/"] {
  display: none !important;
}


