/* ===== Base / Reset / Vars ===== */
* {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  line-height: 1.5;
  background: #fff;
  color: #111827;
  background-image: url("http://localhost/sas/wp-content/uploads/2025/10/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  overflow-x: hidden;
  padding-top: 78px; /* Высота фиксированного header */
}
.page-content li {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 16px;

  list-style: disc;
}
.page-content ul {
  margin: 10px 40px 20px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
.container {
  width: min(1100px, 92%);
  margin-inline: auto;
}
.section {
  padding: 48px 0;
}

.product_nav {
  --line-height-product-nav: 24px;
  width: 320;
  display: block;
  font-size: 18px;
  line-height: var(--line-height-product-nav);
  color: #272727;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial;
}

.product_nav__list {
  position: relative;
  display: block;
}

.product_nav__scheme {
  position: relative;
  padding-left: 22px;
  overflow: hidden;
}

.product_nav__scheme:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4.5px;
  width: 4px;
  background-color: #f86d10;
}

.product_nav__scheme--first:before {
  top: calc(var(--line-height-product-nav) / 2);
}

.product_nav__scheme--last:before {
  bottom: auto;
  height: calc(var(--line-height-product-nav) / 2);
}

.product_nav__scheme--chain:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 14px;
  height: 50px;
  width: 4px;
  transform: rotate(-34deg);
  background-color: #f86d10;
}

.product_nav__scheme_marker {
  position: relative;
  display: block;
}

.product_nav__scheme_marker:before {
  content: "";
  position: absolute;
}

.product_nav__scheme_marker--1lvl:before,
.product_nav__scheme_marker--2lvl:before {
  top: calc((var(--line-height-product-nav) - 14px) / 2);
  left: -22px;
  width: 14px;
  height: 14px;
  background-color: #272727;
  border-radius: 50%;
  z-index: 1;
}

.product_nav__scheme_marker--2lvl:before {
  background-color: #e4e4e4;
  border: 2px solid #272727;
  box-sizing: border-box;
}

.product_nav__scheme_marker--3lvl:before {
  top: calc(36% - 1px);
  left: -17px;
  width: 15px;
  height: 4px;
  background-color: #f86d10;
}

.product_nav__category {
  position: relative;
  font-weight: 500;
}

.product_nav__product_category {
  font-weight: 400;
  font-size: 0.9em;
}

.product_nav__product {
  font-size: 0.8em;
}

.product_nav__link {
  position: relative;
  display: inline-block;
  width: fit-content;
  padding: 0 3px;
  margin-bottom: 11px;
  margin-right: 14px;
  line-height: var(--line-height-product-nav);
}

.product_nav__link.selected,
.product_nav__link:hover {
  position: relative;
  color: #fff;
}

.product_nav__link.selected:after,
.product_nav__link.selected:before,
.product_nav__link:hover:before {
  position: absolute;
  content: "";
  top: 0;
  width: calc(var(--line-height-product-nav) * 0.6);
  height: var(--line-height-product-nav);
  background-repeat: no-repeat;
  background-size: cover;
}

.product_nav__link.selected:before,
.product_nav__link:hover:before {
  left: calc(var(--line-height-product-nav) * -0.6);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="33" viewBox="0 0 20 33"> <line x1="0" y1="16.5" x2="15" y2="16.5" stroke="%23F86D10" style="stroke-width:5"/> <polygon points="20 0, 20 33, 10 16.5" fill="%23F86D10"/> </svg>');
}

.product_nav__link:hover {
  margin-right: 0;
  padding-right: 14px;
  background: linear-gradient(
    to right,
    #f86d10,
    #e5a541,
    rgba(229, 165, 65, 0)
  );
}

.product_nav__link.selected {
  margin-right: calc(var(--line-height-product-nav) * 0.6);
  padding-right: 15px;
  background: linear-gradient(to right, #f86d10, #e5a541);
}

.product_nav__link.selected:after {
  right: calc(var(--line-height-product-nav) * -0.6);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="33" viewBox="0 0 20 33"><polygon points="0 0, 10 0, 20 16.5, 10 33, 0 33" fill="%23F8B141" /><polygon points="0 0, 10 16.5, 0 33" fill="%23E5A541" /></svg>');
}

.product_nav__category_link {
  display: block;
  text-decoration: none;
  font-weight: 400;
}

.product_nav__product {
  font-weight: 400;
  --line-height-product-nav: 23px;
}

/* ====== MOBILE / TABLET ====== */

/* ÐŸÐ»Ð°Ð½ÑˆÐµÑ‚: Ñ‡ÑƒÑ‚ÑŒ Ð¿Ð»Ð¾Ñ‚Ð½ÐµÐµ Ð²ÐµÑ€ÑÑ‚ÐºÐ° */
@media (max-width: 910px) {
  .sas-header__inner {
    gap: 24px;
    padding: 10px 0;
  }
  .sas-subtitle {
    font-size: 13px;
  }
  .sas-col--phones a,
  .sas-email,
  .sas-time {
    font-size: 2.2vw;
  }
  .sas-logo img {
    height: 7vw;
  }
  .sas-col--cta {
    display: none !important;
  }
}
.line {
  border: none;
  height: 1.4px;
  background-color: var(--brand);
  margin: 4px 0;
}
.breadcrumbs {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 7px 0;
}

.breadcrumbs a {
  color: #444;
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumbs a:hover {
  color: var(--brand);
}

.breadcrumbs .divider {
  color: #aaa;
}

.breadcrumbs .current {
  color: var(--brand);
  font-weight: 500;
}
