

/* Start:/local/templates/aquaplast/css/variables.css?17888510633732*/
:root {
  /* ========== Colors (Figma variables) ========== */
  --bg-main: #ffffff;
  --bg-base: #f6f6f6;
  --bg-dark: #2f3839;
  --bg-brand: #ffd331;
  --bg-surface: #d9d9d9;
  --bg-overlay: rgb(0 0 0 / 40%);
  --bg-glass: rgb(255 255 255 / 15%);

  --text-primary: #3b3b3c;
  --text-secondary: #848484;
  --text-tertiary: #a4a4a4;
  --text-white: #ffffff;
  --text-brand: #ffd331;
  --text-brand-heavy: #d5b02a;

  --buttons-main: #1c2324;

  --stroke-light: #dfdfdf;
  --stroke-primary: #3b3b3c;
  --stroke-secondary: #898989;
  --stroke-tertiary: #bcbcbc;

  /* ========== Radius (s / m / l / xl / xxl) ========== */
  --radius-s: 8px;
  --radius-m: 16px;
  --radius-l: 24px;
  --radius-xl: 32px;
  --radius-xxl: 48px;

  /* ========== Spacing (Figma semantic scale) ========== */
  --space-4: 0.4rem;   /* grey */
  --space-8: 0.8rem;   /* pink */
  --space-12: 1.2rem; /* blue */
  --space-16: 1.6rem; /* lightblue */
  --space-20: 2rem; /* yellow / wine */
  --space-24: 2.4rem; /* burgundy */
  --space-32: 3.2rem; /* mint */
  --space-40: 4rem; /* purple */
  --space-48: 4.8rem; /* darkblue */
  --space-64: 6.4rem;

  /* ========== Typography: Raleway, letterSpacing-0 ========== */
  --font: "Raleway", sans-serif;
  --fw-regular: 400;
  --fw-bold: 700;
  --ls: 0;

  /* Display — 1rem = 10px при 1800px */
  --fs-display: 6.4rem;
  --lh-display: 6.4rem;

  /* Header / H1 */
  --fs-h1: 4.8rem;
  --lh-h1: 6rem;

  /* Header / H2 */
  --fs-h2: 3.2rem;
  --lh-h2: 4rem;

  /* Header / H3 */
  --fs-h3: 2.8rem;
  --lh-h3: 3.2rem;

  /* Header / H4 */
  --fs-h4: 2.4rem;
  --lh-h4: 2.8rem;

  /* Header / H5 */
  --fs-h5: 2.2rem;
  --lh-h5: 2.4rem;

  /* Text / Text L */
  --fs-text-l: 1.8rem;
  --lh-text-l: 2.4rem;

  /* Text / Text M */
  --fs-text-m: 1.6rem;
  --lh-text-m: 2.2rem;

  /* Text / Text S */
  --fs-text-s: 1.4rem;
  --lh-text-s: 1.8rem;

  /* Description */
  --fs-desc: 1rem;
  --lh-desc: 1.2rem;
  --lx-desc: 1.4rem;
  --lhx-desc: 1.6rem;

  /* Filter chips / badges (шилдики) */
  --chip-h: 2.6rem;
  --chip-pad-x: 0.8rem;
  --fs-chip: 1.2rem;
  --lh-chip: 1.6rem;

  /* Layout — артборд inset 20px */
  --page-pad: 2rem;
  --gap: 2rem;

  /* Motion — Figma prototype Smart Animate */
  --ease-out: cubic-bezier(0, 0, 0.58, 1);
  --dur-fast: 0.2s;
  --dur: 0.3s;
  --dur-slow: 0.6s;
}

/*
  Планшет (Figma ~768, breakpoint ≤1100).
  html font-size фиксирован на 10px — rem больше не сжимается.
*/
@media (max-width: 1100px) {
  :root {
    --fs-display: 4.8rem;
    --lh-display: 4.8rem;

    --fs-h1: 4rem;
    --lh-h1: 4.8rem;

    --fs-h2: 2.8rem;
    --lh-h2: 3.6rem;

    --fs-h3: 2.4rem;
    --lh-h3: 2.8rem;

    --fs-h4: 2.2rem;
    --lh-h4: 2.8rem;

    --fs-h5: 2rem;
    --lh-h5: 2.4rem;

    --fs-text-l: 1.8rem;
    --lh-text-l: 2.4rem;

    --fs-text-m: 1.6rem;
    --lh-text-m: 2.2rem;

    --fs-text-s: 1.4rem;
    --lh-text-s: 1.8rem;

    --fs-desc: 1rem;
    --lh-desc: 1.2rem;

    --fs-chip: 1.2rem;
    --lh-chip: 1.6rem;
  }
}

/*
  Мобилка (Figma ~375, breakpoint ≤767).
*/
@media (max-width: 767px) {
  :root {
    --page-pad: 1.2rem;
    --gap: 1.2rem;

    --fs-display: 4rem;
    --lh-display: 4rem;

    --fs-h1: 4rem;
    --lh-h1: 4rem;

    /* Figma 375 Dev Mode resolved tokens */
    --fs-h2: 2.4rem;
    --lh-h2: 2.8rem;

    --fs-h3: 2.2rem;
    --lh-h3: 2.8rem;

    --fs-h4: 2rem;
    --lh-h4: 2.4rem;

    --fs-h5: 1.8rem;
    --lh-h5: 2rem;

    --fs-text-l: 1.6rem;
    --lh-text-l: 2.2rem;

    --fs-text-m: 1.6rem;
    --lh-text-m: 2.2rem;

    --fs-text-s: 1.2rem;
    --lh-text-s: 1.6rem;

    --fs-desc: 1rem;
    --lh-desc: 1rem;

    --fs-chip: 1.2rem;
    --lh-chip: 1.6rem;
  }
}
/* End */


/* Start:/local/templates/aquaplast/css/base.css?17887941327345*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--font);
}

/*
  1rem: fluid только от планшета (1101px) до 1920px → 8px…10px.
  На ≤1100px html = 10px; размеры в rem при этом совпадают с макетом (1rem = 10px).
  Толщина и радиус бордеров — в px (не сжимаются).
*/
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
}

@media (min-width: 1101px) {
  html {
    font-size: clamp(
      8px,
      calc(8px + (100vw - 1101px) * (2 / 819)),
      10px
    );
  }
}

body {
  font-family: var(--font);
  font-weight: var(--fw-regular);
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  letter-spacing: var(--ls);
  font-feature-settings: "lnum" 1, "pnum" 1;
  background: var(--bg-base);
  color: var(--text-primary);
  min-width: 32rem;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
  letter-spacing: var(--ls);
  font-feature-settings: "lnum" 1, "pnum" 1;
  color: inherit;
  border: none;
  background: none;
}

button {
  cursor: pointer;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
p {
  letter-spacing: var(--ls);
  font-family: var(--font);
  font-feature-settings: "lnum" 1, "pnum" 1;
}

.page {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
  padding: var(--page-pad);
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  min-width: 0;
}

.section {
  background: var(--bg-main);
  border-radius: var(--radius-l);
  overflow: hidden;
}

.section-label {
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  font-weight: var(--fw-regular);
  color: var(--text-tertiary);
  letter-spacing: var(--ls);
  white-space: nowrap;
}

.section-title {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  font-weight: var(--fw-bold);
  color: var(--text-primary);
  letter-spacing: var(--ls);
}

.section-desc {
  font-size: var(--fs-text-l);
  line-height: var(--lh-text-l);
  font-weight: var(--fw-regular);
  color: var(--text-secondary);
  letter-spacing: var(--ls);
}

/* Buttons — Figma: pill 32px + round 24px / 40×40 */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0;
  width: auto;
  max-width: 100%;
  flex-shrink: 0;
  align-self: flex-start;
  transition: gap var(--dur-fast) var(--ease-out);
}

.btn__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  padding: 1rem 2rem;
  background: var(--buttons-main);
  color: var(--text-white);
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls);
  border-radius: var(--radius-xl);
  white-space: nowrap;
  transition: background var(--dur-fast) var(--ease-out), opacity var(--dur-fast) var(--ease-out);
}

.btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: var(--buttons-main);
  border-radius: 50%;
  flex-shrink: 0;
  transition: background var(--dur-fast) var(--ease-out);
}

.btn:hover:not(.btn--outline),
.btn:focus-visible:not(.btn--outline) {
  gap: 0.6rem;
}

.btn:not(.btn--outline):hover .btn__label,
.btn:not(.btn--outline):hover .btn__icon,
.btn:not(.btn--outline):focus-visible .btn__label,
.btn:not(.btn--outline):focus-visible .btn__icon {
  background: var(--bg-dark);
  opacity: 1;
}

.btn:not(.btn--outline):active .btn__label,
.btn:not(.btn--outline):active .btn__icon {
  background: var(--buttons-main);
}

.btn--outline .btn__label {
  background: transparent;
  color: var(--text-primary);
  border: 1px solid var(--stroke-primary);
}

.btn--outline:hover .btn__label {
  opacity: 1;
  border-color: var(--buttons-main);
  background: var(--bg-base);
}

.round-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1px solid transparent;
  transition: background var(--dur) var(--ease-out),
    border-color var(--dur) var(--ease-out),
    color var(--dur) var(--ease-out);
}

.round-btn--primary {
  background: var(--buttons-main);
  color: var(--text-white);
}

.round-btn--primary:hover,
.round-btn--primary:focus-visible {
  background: var(--bg-dark);
  border-color: var(--stroke-light);
}

.round-btn--secondary {
  border: 1px solid var(--stroke-primary);
  background: transparent;
  color: var(--text-primary);
}

.round-btn--secondary:hover,
.round-btn--secondary:focus-visible {
  background: var(--bg-brand);
  border-color: transparent;
  color: var(--text-primary);
}

.product-card:hover .round-btn--secondary,
.product-card:focus-visible .round-btn--secondary,
.catalog-card:hover .round-btn--secondary,
.catalog-card:focus-visible .round-btn--secondary,
.doc-card:hover .round-btn--secondary,
.doc-card:focus-visible .round-btn--secondary,
.career-card:hover .round-btn--secondary,
.career-card:focus-visible .round-btn--secondary,
.file-card:hover .round-btn--secondary,
.file-card:focus-visible .round-btn--secondary,
.news-card:hover .round-btn--secondary,
.news-card:focus-visible .round-btn--secondary {
  background: var(--bg-brand);
  border-color: transparent;
  color: var(--text-primary);
}

.round-btn img,
.round-btn svg {
  width: 1.6rem;
  height: 1.6rem;
}

.icon-arrow {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
}

.nav-go {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 2.4rem;
  border: 1px solid transparent;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  flex-shrink: 0;
  color: currentColor;
  transition: width var(--dur) var(--ease-out),
    opacity var(--dur) var(--ease-out),
    border-color var(--dur) var(--ease-out),
    background-color var(--dur) var(--ease-out);
}

.nav-go .icon-arrow {
  width: 1.2rem;
  height: 1.2rem;
}

.hero__menu a:hover .nav-go,
.hero__menu a:focus-visible .nav-go,
.hero__menu a.is-active .nav-go,
.site-header__nav a:hover .nav-go,
.site-header__nav a:focus-visible .nav-go {
  width: 2.4rem;
  opacity: 1;
  border-color: currentColor;
}

@media (min-width: 1101px) {
  .hero__menu a:hover span.nav-go:hover {
    background: #ffd331;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

.logo {
  display: flex;
  align-items: center;
  gap: var(--space-16);
}

.logo__mark {
  width: 2.4rem;
  height: 2.4rem;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}

.logo__mark img {
  height: 100.03%;
  width: 397.73%;
  max-width: none;
  position: absolute;
  left: 0;
  top: -0.01%;
  object-fit: cover;
  object-position: left center;
}

.logo__text {
  font-size: var(--fs-text-l);
  line-height: var(--lh-text-l);
  font-weight: var(--fw-bold);
  color: var(--text-primary);
  letter-spacing: var(--ls);
}

.visually-hidden {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  padding: 0;
  margin: -0.1rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* End */


/* Start:/local/templates/aquaplast/css/sections.css?178879579336017*/
/* ========== HERO ========== */
.hero {
  display: grid;
  grid-template-columns: minmax(45.4rem, 5fr) minmax(0, 7fr);
  gap: var(--gap);
  background: transparent;
  overflow: visible;
}

.hero[data-hero-anim] {
  --animate-duration: 0.7s;
}

.hero[data-hero-anim] [data-hero-step]:not(.is-hero-visible),
.hero[data-hero-anim] [data-hero-docs]:not(.is-hero-visible) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero[data-hero-anim] [data-hero-step].is-hero-visible,
.hero[data-hero-anim] [data-hero-docs].is-hero-visible {
  visibility: visible;
  pointer-events: auto;
}

.hero__cover {
  background: var(--bg-main);
  border-radius: var(--radius-l);
  padding: var(--space-24);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 79.9rem;
}

.hero__nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.hero__menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.hero__menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.2rem;
  padding: var(--space-4);
  gap: 0;
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls);
  font-synthesis: none;
  color: #3b3b3c;
  transition: color var(--dur) var(--ease-out), gap var(--dur) var(--ease-out);
}

.hero__menu a:hover,
.hero__menu a:focus-visible {
  color: var(--text-primary);
  gap: 1rem;
}

.hero__menu a.is-active {
  color: var(--text-primary);
  font-weight: var(--fw-bold);
  gap: 1rem;
}

.hero__text {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.hero__title {
  font-size: var(--fs-h1);
  line-height: var(--lh-h1);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls);
  color: var(--text-primary);
}

.hero__subtitle {
  font-size: var(--fs-text-l);
  line-height: var(--lh-text-l);
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls);
  color: var(--text-primary);
}

.hero__cta {
  align-self: flex-start;
  margin-top: var(--space-8);
}

.hero__contacts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-16);
}

.hero__link {
  display: inline-flex;
  align-items: center;
  gap: var(--space-4);
  height: 1.8rem;
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls);
  color: var(--text-secondary);
  border-bottom: 1px solid transparent;
  transition: color var(--dur) var(--ease-out), border-color var(--dur) var(--ease-out);
}

.hero__link:hover,
.hero__link:focus-visible {
  color: #d5b02a;
  border-bottom-color: #d5b02a;
}

.hero__link-icon {
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  flex-shrink: 0;
}

.hero__link-icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__block {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  min-width: 0;
}

.hero__video {
  position: relative;
  height: auto;
  min-height: 60rem;
  border: 1px solid var(--stroke-light);
  border-radius: var(--radius-l);
  overflow: hidden;
  background: var(--bg-dark);
}

.hero__video-loader {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  background: var(--bg-dark);
  transition:
    opacity var(--dur) var(--ease-out),
    visibility var(--dur) var(--ease-out);
}

.hero__video.is-loaded .hero__video-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero__video-spinner {
  box-sizing: border-box;
  width: 4rem;
  height: 4rem;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
  border-radius: 50%;
  animation: hero-video-spin 0.75s linear infinite;
}

@keyframes hero-video-spin {
  to {
    transform: rotate(360deg);
  }
}

.hero__video-img {
  width: 100%;
  height: 100%;
  min-height: 60rem;
  object-fit: cover;
  display: block;
}

video.hero__video-img {
  pointer-events: none;
}

.hero__badge {
  position: absolute;
  left: var(--space-32);
  bottom: var(--space-32);
  max-width: 28rem;
  padding: var(--space-16);
  background: rgba(28, 35, 36, 0.88);
  backdrop-filter: blur(0.8rem);
  border-radius: var(--radius-m);
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.hero__badge-top {
  display: flex;
  align-items: center;
  gap: var(--space-8);
}

.hero__badge-logo {
  width: 2.8rem;
  height: 2.8rem;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.hero__badge-logo img {
  height: 100.03%;
  width: 397.73%;
  max-width: none;
  position: absolute;
  left: 0;
  top: -0.01%;
}

.footer__brand .logo__mark img {
  height: 100.03%;
  width: 397.73%;
  max-width: none;
  position: absolute;
  left: 0;
  top: -0.01%;
}

.hero__badge-name {
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls);
  color: var(--text-white);
}

.hero__badge-text {
  font-size: var(--fs-desc);
  line-height: var(--lh-desc);
  font-weight: var(--fw-bold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.hero__chips {
  display: flex;
  gap: var(--gap);
  height: 21rem;
}

.chip {
  flex: 1;
  min-width: 0;
  border-radius: var(--radius-m);
  padding: var(--space-16);
  display: flex;
  gap: var(--space-12);
  overflow: hidden;
  cursor: pointer;
  transform-origin: center center;
  transition: transform var(--dur) var(--ease-out);
}

.chip:hover,
.chip:focus-visible {
  transform: scale(1.04);
}

.chip:active {
  transform: scale(1.02);
}

.chip--dark {
  background: var(--bg-dark);
}

.chip--light {
  background: var(--bg-main);
  border: 1px solid var(--stroke-light);
  gap: var(--space-8);
}

.chip__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.chip__title {
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls);
}

.chip--dark .chip__title {
  color: var(--text-white);
}

.chip--light .chip__title {
  color: var(--text-primary);
}

.chip__text {
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls);
  color: var(--text-tertiary);
}

.chip__media {
  width: 11.4rem;
  height: 17.8rem;
  border-radius: var(--radius-m);
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid var(--stroke-secondary);
}

.chip--light .chip__media {
  border: none;
}

.chip__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.hero__doc {
  display: flex;
  align-items: center;
  gap: var(--gap);
  padding: var(--space-16);
  background: var(--bg-brand);
  border-radius: var(--radius-m);
  backdrop-filter: blur(1rem);
}

.hero__doc-dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-shrink: 0;
  width: 0.8rem;
}

.hero__doc-dot {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  min-width: 0.8rem;
  min-height: 0.8rem;
  max-width: 0.8rem;
  max-height: 0.8rem;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  cursor: pointer;
  flex: 0 0 0.8rem;
  line-height: 0;
  font-size: 0;
  color: transparent;
  overflow: visible;
  appearance: none;
  -webkit-appearance: none;
}

.hero__doc-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #f6f6f6;
  opacity: 0.9;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.2s ease, height 0.2s ease, background 0.2s ease;
}

.hero__doc-dot.is-active::after {
  width: 0.6rem;
  height: 0.6rem;
  background: var(--buttons-main);
  opacity: 1;
}

.hero__doc-stage {
  position: relative;
  flex: 1;
  min-width: 0;
  min-height: 4rem;
  display: flex;
  align-items: center;
}

.hero__doc-slide {
  display: flex;
  align-items: center;
  gap: var(--gap);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.hero__doc-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: relative;
  z-index: 1;
}

.hero__doc-slide:not(.is-active) {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__doc-item {
  flex: 1;
  min-width: 0;
  display: flex;
  gap: var(--space-16);
  align-items: center;
}

.hero__doc-pdf {
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-base);
  border-radius: var(--radius-s);
  flex-shrink: 0;
  font-size: var(--fs-desc);
  line-height: var(--lh-desc);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls);
}

.hero__doc-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.hero__doc-title {
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero__doc-meta {
  display: flex;
  gap: var(--space-4);
  font-size: var(--fs-desc);
  line-height: var(--lh-desc);
  letter-spacing: var(--ls);
}

.hero__doc-meta span:last-child,
.hero__doc-meta a:last-child {
  font-weight: var(--fw-bold);
}

/* ========== PRODUCTS ========== */
.products-pin {
  position: relative;
}

.products {
  display: grid;
  grid-template-columns: 67rem 1fr;
  gap: var(--gap);
  padding: var(--space-20);
  min-height: 92rem;
  align-items: start;
}

@media (min-width: 768px) {
  .products-pin .products {
    position: sticky;
    top: 0;
    z-index: 1;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    box-sizing: border-box;
    align-items: stretch;
    overflow: hidden;
  }

  .products-pin .products__left {
    min-height: 0;
    height: 100%;
    overflow: hidden;
    gap: clamp(1.6rem, 3vh, 6.4rem);
  }

  .products-pin .products__intro {
    flex-shrink: 0;
    padding-top: 9rem;
  }

  .products-pin .products__visual {
    flex: 1 1 auto;
    min-height: 0;
    max-height: 100%;
  }

  .products-pin .products__visual img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
}

.products__left {
  display: flex;
  flex-direction: column;
  gap: var(--space-64);
  position: relative;
}

.products__intro {
  display: flex;
  flex-direction: column;
  gap: var(--space-20);
}

.products__intro-text {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.products__visual {
  position: relative;
  width: 100%;
  flex: 1;
  min-height: 43.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products__visual img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(43.2rem, 100%);
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity var(--dur-slow) var(--ease-out);
  pointer-events: none;
}

.products__visual img.is-shown {
  opacity: 1;
}

.products__cards {
  position: relative;
  min-height: 88rem;
  height: 100%;
  overflow: hidden;
  justify-self: end;
  width: 100%;
  max-width: 52.4rem;
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 8%,
    #000 72%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    #000 8%,
    #000 72%,
    transparent 100%
  );
}

.products__stack {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--space-16);
  transition: transform var(--dur-slow) var(--ease-out);
}

.product-card {
  width: 41.5rem;
  max-width: 100%;
  height: 13.8rem;
  min-height: 13.8rem;
  padding: 1.5rem;
  border: 1px solid var(--stroke-light);
  border-radius: var(--radius-l);
  background: var(--bg-main);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex-shrink: 0;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  transition: width var(--dur-slow) var(--ease-out),
    height var(--dur-slow) var(--ease-out),
    min-height var(--dur-slow) var(--ease-out),
    padding var(--dur-slow) var(--ease-out),
    gap var(--dur-slow) var(--ease-out);
}

.product-card.is-active {
  width: 52.4rem;
  height: 18.4rem;
  min-height: 18.4rem;
  padding: var(--space-20);
  gap: var(--space-20);
  z-index: 2;
}

.product-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.product-card__num {
  width: 2.7rem;
  height: 2.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-dark);
  border: 1px solid transparent;
  border-radius: var(--radius-s);
  color: var(--text-white);
  font-size: 0.8rem;
  line-height: 1;
  font-weight: var(--fw-bold);
  box-sizing: border-box;
  transition: width var(--dur-slow) var(--ease-out),
    height var(--dur-slow) var(--ease-out),
    font-size var(--dur-slow) var(--ease-out),
    background var(--dur) var(--ease-out),
    border-color var(--dur) var(--ease-out),
    color var(--dur) var(--ease-out);
}

.product-card.is-active .product-card__num {
  width: 3.6rem;
  height: 3.6rem;
  font-size: var(--fs-desc);
}

.product-card.is-active:hover .product-card__num,
.product-card.is-active:focus-visible .product-card__num {
  background: transparent;
  border-color: var(--stroke-primary);
  color: var(--text-primary);
}

.product-card .round-btn {
  width: 3rem;
  height: 3rem;
  padding: 0.7rem;
  transition: width var(--dur-slow) var(--ease-out),
    height var(--dur-slow) var(--ease-out),
    padding var(--dur-slow) var(--ease-out),
    background var(--dur) var(--ease-out),
    border-color var(--dur) var(--ease-out),
    color var(--dur) var(--ease-out);
}

.product-card.is-active .round-btn {
  width: 4rem;
  height: 4rem;
  padding: 1rem;
}

.product-card .round-btn svg {
  width: 1.2rem;
  height: 1.2rem;
  transition: width var(--dur-slow) var(--ease-out), height var(--dur-slow) var(--ease-out);
}

.product-card.is-active .round-btn svg {
  width: 1.6rem;
  height: 1.6rem;
}

.product-card__title {
  font-size: 2.1rem;
  line-height: 2.4rem;
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls);
  margin-bottom: 0.6rem;
  transition: font-size var(--dur-slow) var(--ease-out), line-height var(--dur-slow) var(--ease-out), margin var(--dur-slow) var(--ease-out);
}

.product-card.is-active .product-card__title {
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
  margin-bottom: var(--space-8);
}

.product-card__desc {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls);
  color: var(--text-primary);
  transition: font-size var(--dur-slow) var(--ease-out), line-height var(--dur-slow) var(--ease-out);
}


/* ========== APPLICATIONS ========== */
.applications {
  padding: var(--space-20);
  display: flex;
  flex-direction: column;
  gap: var(--space-40);
}

.applications__intro {
  max-width: 67rem;
  display: flex;
  flex-direction: column;
  gap: var(--space-20);
}

.applications__btn--mobile {
  display: none;
}

.applications__intro-text {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.applications__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--space-12);
}

.app-card {
  position: relative;
  height: 48.8rem;
  border-radius: var(--radius-l);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--space-32) var(--space-20);
  background: var(--bg-dark);
  border: 1px solid var(--stroke-light);
  transition: background var(--dur) var(--ease-out);
}

.app-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
  transition: opacity var(--dur) var(--ease-out);
}

.app-card__bg--base {
  filter: grayscale(1) sepia(1) saturate(8) hue-rotate(6deg) brightness(1.05);
  mix-blend-mode: screen;
  opacity: 0.92;
}

.app-card__bg--hover {
  filter: none;
  mix-blend-mode: normal;
  opacity: 0;
}

.app-card__title {
  position: relative;
  z-index: 1;
  font-size: var(--fs-text-l);
  line-height: var(--lh-text-l);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls);
  color: var(--text-white);
  transition: color var(--dur) var(--ease-out);
}

.app-card:hover,
.app-card:focus-visible {
  background: var(--bg-base);
}

.app-card:hover .app-card__bg--base,
.app-card:focus-visible .app-card__bg--base {
  opacity: 0;
}

.app-card:hover .app-card__bg--hover,
.app-card:focus-visible .app-card__bg--hover {
  opacity: 1;
}

.app-card:hover .app-card__title,
.app-card:focus-visible .app-card__title {
  color: var(--text-primary);
}

/* ========== STATS ========== */
.stats {
  background: var(--bg-brand);
  padding: var(--space-48);
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-l);
}

.stats::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.35) 0.1rem,
    transparent 0.1rem
  );
  background-size: 1rem 1rem;
  pointer-events: none;
  opacity: 0.5;
}

.stats__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.stats .section-label {
  color: var(--text-primary);
}

.stats__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-16);
}

.stats__item {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.stats__value {
  font-size: var(--fs-display);
  line-height: var(--lh-display);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls);
}

.stats__text {
  font-size: var(--fs-text-l);
  line-height: var(--lh-text-l);
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls);
}

/* ========== GEOGRAPHY ========== */
.geography {
  padding: var(--space-20);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: var(--gap);
  min-height: 90.2rem;
  /* карта уходит за правый край экрана */
  overflow: visible;
}

.section.geography {
  overflow: visible;
}

.geography__left {
  display: flex;
  flex-direction: column;
  gap: var(--space-20);
  min-width: 0;
  z-index: 1;
}

.geography__intro {
  display: flex;
  flex-direction: column;
  gap: var(--space-20);
}

.geography__intro-text {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.geo-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.geo-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  min-height: 6rem;
  padding: var(--space-12);
  border: 1px solid var(--stroke-light);
  border-radius: var(--radius-m);
  background: var(--bg-main);
  cursor: pointer;
  transition: border-color var(--dur-slow) var(--ease-out), background var(--dur-slow) var(--ease-out);
  text-align: left;
  width: 100%;
}

.geo-item__head{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.geo-item__details{
  display: none;
}

.geo-item:hover,
.geo-item:focus-visible {
  border-color: var(--stroke-secondary);
}

.geo-item.is-active {
  border-color: var(--stroke-primary);
}

.geo-item__main {
  display: flex;
  align-items: center;
  gap: var(--space-16);
  min-width: 0;
}

.geo-item__icon {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  overflow: visible;
  flex-shrink: 0;
  background: transparent;
}

.geo-item__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.geo-item__text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.geo-item__title {
  display: block;
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls);
  color: var(--text-primary);
}

.geo-item__addr {
  display: block;
  font-size: var(--fs-desc);
  line-height: var(--lh-desc);
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls);
  color: var(--text-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.geo-item__tag {
  font-size: var(--fs-desc);
  line-height: var(--lh-desc);
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls);
  padding: 0.3rem 0.8rem;
  border-radius: 100px;
  background: var(--buttons-main);
  color: var(--text-white);
  white-space: nowrap;
  flex-shrink: 0;
}

.geo-item__tag--plant {
  background: var(--bg-brand);
  color: var(--text-primary);
}

.geography__map {
  position: relative;
  background: transparent;
  border-radius: 0;
  overflow: hidden;
  min-height: 70rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  /* вылет за правый padding страницы и за край viewport */
  margin-right: calc(-1 * var(--page-pad));
  z-index: 0;
}

.geography__map-canvas {
  position: relative;
  width: calc(100% + var(--page-pad) + 28vw);
  max-width: none;
  flex-shrink: 0;
  aspect-ratio: 1252 / 676;
}

@media (min-width: 1101px) {
  .geography__map-canvas {
    margin-left: 2rem;
  }
}

.geography__map-art {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.geography__map-svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.geography__map-art > svg.geography__map-svg {
  pointer-events: auto;
}

.map-region {
  transition: fill var(--dur-slow) var(--ease-out), stroke var(--dur-slow) var(--ease-out);
  pointer-events: auto;
  cursor: pointer;
}

.map-region.is-active {
  fill: #2f3839 !important;
  stroke: #2f3839 !important;
}

.map-pin {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  border: none;
  background: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
  transition: transform var(--dur-slow) var(--ease-out);
}

.map-pin.is-active {
  transform: translate(-50%, -50%) scale(1.08);
}

.map-pin img {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
}

.map-chip-stack {
  position: absolute;
  left: 2.36%;
  top: 52.4%;
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
  gap: var(--space-8);
  z-index: 3;
  /* якорь — низ стека: первый чип на месте, следующие выше */
  transform: translateY(-100%);
  transition: left var(--dur-slow) var(--ease-out), top var(--dur-slow) var(--ease-out);
}

.map-chip {
  position: relative;
  left: auto;
  top: auto;
  display: flex;
  align-items: center;
  gap: var(--space-12);
  padding: var(--space-12);
  background: var(--bg-main);
  border: 1px solid var(--stroke-light);
  border-radius: var(--radius-m);
  min-width: 19.9rem;
  max-width: 28rem;
  text-align: left;
  font: inherit;
  color: inherit;
  box-shadow: 0 0.4rem 0.8rem rgba(12, 12, 13, 0.05), 0 1.6rem 3.2rem rgba(12, 12, 13, 0.1);
  pointer-events: auto;
  cursor: pointer;
  transform-origin: center bottom;
  transition: transform var(--dur) var(--ease-out);
}

.map-chip:hover,
.map-chip:focus-visible {
  transform: scale(1.04);
}

.map-chip.is-expanded,
.map-chip.is-expanded:hover,
.map-chip.is-expanded:focus-visible {
  border-color: transparent;
  transform: none;
}

.map-chip__icon {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
}

.map-chip__body {
  min-width: 0;
}

.map-chip__title {
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  font-weight: var(--fw-bold);
  margin: 0;
  color: var(--text-primary);
}

.map-chip__addr,
.map-chip__line {
  font-size: var(--fs-desc);
  line-height: var(--lh-desc);
  color: var(--text-secondary);
  margin: 0.4rem 0 0;
}

.map-chip__line--title {
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  font-weight: var(--fw-bold);
  margin: 0;
  color: var(--text-primary);
}

.map-chip__line--title + .map-chip__line {
  margin-top: 0.4rem;
}

/* ========== BLOG ========== */
.blog {
  padding: var(--space-20);
  display: grid;
  grid-template-columns: 55.2rem 1fr;
  gap: var(--gap);
  align-items: start;
}

.blog__intro {
  display: flex;
  flex-direction: column;
  gap: var(--space-20);
  max-width: 55.2rem;
  padding-right: var(--space-32);
}

.blog__intro-text {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.blog__cards {
  display: flex;
  flex-direction: column;
  gap: var(--space-20);
}

.blog__cards > .news-card {
  border-bottom: 1px solid var(--stroke-light);
  padding-bottom: var(--space-16);
}

.news-card {
  display: grid;
  grid-template-columns: 19.2rem minmax(0, 1fr);
  gap: var(--space-20);
  align-items: start;
  min-height: 20.8rem;
  height: auto;
  padding: 0;
  border: none;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  box-sizing: border-box;
  transition: height var(--dur-fast) var(--ease-out), min-height var(--dur-fast) var(--ease-out);
}

.news-card--compact {
  height: 10.8rem;
  min-height: 10.8rem;
}

.news-card--compact:hover,
.news-card--compact:focus-visible {
  height: 20.8rem;
  min-height: 20.8rem;
}

.news-card__media {
  position: relative;
  width: 19.2rem;
  height: 19.2rem;
  flex-shrink: 0;
  background: var(--bg-dark);
  overflow: hidden;
  border-radius: var(--radius-m);
  transition: height var(--dur-fast) var(--ease-out);
}

.news-card--compact .news-card__media {
  height: 9.2rem;
}

.news-card--compact:hover .news-card__media,
.news-card--compact:focus-visible .news-card__media {
  height: 19.2rem;
}

.news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card__date {
  position: absolute;
  top: var(--space-12);
  left: var(--space-12);
  background: rgb(255 255 255 / 24%);
  border: 1px solid #c5c5c54a;
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  border-radius: var(--radius-s);
  padding: var(--space-8);
  text-align: center;
  min-width: 6rem;
  transition: background var(--dur-fast) var(--ease-out);
}


.news-card__day {
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls);
  display: block;
  color: var(--text-white);
}

.news-card__month {
  font-size: var(--fs-desc);
  line-height: var(--lh-desc);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls);
  color: var(--text-white);
}

.news-card__body {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
  justify-content: flex-start;
  min-width: 0;
  min-height: 0;
}

.news-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  flex-shrink: 0;
}

.news-card__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.8rem;
  border-radius: var(--radius-xxl);
  font-size: var(--fs-desc);
  line-height: var(--lh-desc);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls);
  background: var(--bg-dark);
  color: var(--text-white);
  white-space: nowrap;
}

.news-card__title {
  flex-shrink: 0;
  font-size: var(--fs-h5);
  line-height: var(--lh-h5);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls);
  color: var(--text-primary);
}

.news-card__excerpt {
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls);
  color: var(--text-secondary);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card--compact .news-card__excerpt {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  transition: max-height var(--dur-fast) var(--ease-out), opacity var(--dur-fast) var(--ease-out);
}

.news-card--compact:hover .news-card__excerpt,
.news-card--compact:focus-visible .news-card__excerpt {
  max-height: 8.8rem;
  opacity: 1;
}

/* ========== CONTACT ========== */
.contact {
  padding: var(--space-20);
  display: grid;
  grid-template-columns: 55.2rem minmax(0, 1fr);
  gap: var(--gap);
  min-height: 53.2rem;
  align-items: start;
}

.contact__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.contact__visual {
  border-radius: var(--radius-l);
  overflow: hidden;
  background: var(--bg-dark);
  width: 100%;
  max-width: 53.2rem;
  height: 49.2rem;
  min-height: 49.2rem;
  position: relative;
}

.contact__form {
  background: var(--bg-main);
  border-radius: 0;
  padding: 0 0 0 var(--space-20);
  display: flex;
  flex-direction: column;
  gap: var(--space-20);
  min-height: 49.2rem;
}

.contact__form-head {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.contact__form-label {
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls);
  color: var(--text-tertiary);
}

.contact__form-title {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls);
  color: var(--text-primary);
}

.contact__form-desc {
  font-size: var(--fs-text-l);
  line-height: var(--lh-text-l);
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls);
  color: var(--text-secondary);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-12);
}

.field {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.field--full {
  grid-column: 1 / -1;
}

.field label {
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls);
  color: var(--text-primary);
}

.field input,
.field textarea {
  width: 100%;
  background: var(--bg-main);
  border: 1px solid var(--stroke-light);
  border-radius: var(--radius-s);
  padding: var(--space-12) var(--space-16);
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls);
  color: var(--text-primary);
  outline: none;
  transition: border-color var(--dur) var(--ease-out);
}

.field input::placeholder,
.field textarea::placeholder {
  color: var(--text-tertiary);
}

.field input:focus,
.field textarea:focus {
  border-color: var(--stroke-secondary);
}

.field.is-invalid input,
.field.is-invalid textarea,
.field input.is-invalid,
.field textarea.is-invalid {
  border-color: #c53030;
}

.field.is-invalid input:focus,
.field.is-invalid textarea:focus {
  border-color: #c53030;
}

.field__error {
  margin: 0;
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls);
  color: #c53030;
}

.field__error[hidden] {
  display: none;
}

.form-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-12);
  min-height: 32rem;
  text-align: center;
  width: 100%;
  flex: 1;
  margin: auto;
}

.form-success[hidden] {
  display: none;
}

.form-success__icon {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background: var(--bg-brand);
  border: 1px solid var(--buttons-main);
  color: var(--buttons-main);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-8);
  flex-shrink: 0;
}

.form-success__title {
  margin: 0;
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls);
  color: var(--text-primary);
}

.form-success__desc {
  margin: 0;
  font-size: var(--fs-text-l);
  line-height: var(--lh-text-l);
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls);
  color: var(--text-secondary);
}

.form-success .btn {
  margin-top: var(--space-8);
}

.contact__form.is-success,
.vacancy-form.is-success {
  justify-content: center;
  align-items: center;
}

.contact__form.is-success .form-success,
.vacancy-form.is-success .form-success {
  min-height: 0;
}

.contact__form.is-success > :not(.form-success),
.modal__form.is-success > :not(.form-success),
.vacancy-form.is-success > :not(.form-success) {
  display: none;
}

.vacancy__apply:has(.vacancy-form.is-success) .vacancy__apply-head {
  display: none;
}

.vacancy__apply:has(.vacancy-form.is-success) {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32rem;
}

.modal:has(.modal__form.is-success) .modal__top > div:first-child {
  display: none;
}

.modal:has(.modal__form.is-success) .modal__close {
  display: none;
}

.modal:has(.modal__form.is-success) .modal__top {
  display: none;
}

.modal:has(.modal__form.is-success) .modal__title,
.modal:has(.modal__form.is-success) .modal__desc {
  display: none;
}

.modal__form.is-success {
  justify-content: center;
  align-items: center;
  min-height: 28rem;
}

.field textarea {
  min-height: 8rem;
  height: 8rem;
  resize: vertical;
}

.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-40);
  margin-top: auto;
}

.form-legal,
.modal__legal.form-legal {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: var(--space-8);
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls);
  color: var(--text-primary);
  max-width: none;
  cursor: pointer;
}

.form-legal input[type="checkbox"],
.modal__legal input[type="checkbox"] {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  flex-shrink: 0;
  accent-color: var(--buttons-main);
  cursor: pointer;
}

.form-legal a,
.modal__legal a {
  color: var(--text-brand-heavy, #d5b02a);
  text-decoration: none;
}

.form-legal a:hover,
.modal__legal a:hover {
  text-decoration: underline;
}

.form-legal.is-invalid,
.modal__legal.is-invalid {
  color: #c53030;
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: var(--space-8);
  font-size: var(--fs-desc);
  line-height: var(--lh-desc);
  color: var(--text-secondary);
  max-width: 36rem;
}

.checkbox input {
  margin-top: 0.2rem;
  accent-color: var(--buttons-main);
}

.checkbox a {
  text-decoration: underline;
}

/* ========== FOOTER ========== */
.footer {
  background: var(--buttons-main);
  border-radius: var(--radius-l);
  padding: var(--space-32);
  display: flex;
  flex-direction: column;
  gap: var(--space-40);
  color: var(--text-white);
}

.footer__top {
  display: flex;
  justify-content: space-between;
  gap: var(--space-40);
}

.footer__brand {
  max-width: 25.9rem;
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.footer__brand .logo__mark {
  width: 4rem;
  height: 4rem;
}

.footer__brand .logo__text {
  font-size: var(--fs-h4);
  line-height: var(--lh-h5);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls);
  color: var(--text-white);
}

.footer__about {
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls);
  color: var(--text-white);
}

.footer__cols {
  display: flex;
  flex: 1;
  max-width: 65.2rem;
  justify-content: space-between;
  gap: var(--space-20);
}

.footer__col-title {
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls);
  margin-bottom: var(--space-8);
  padding: var(--space-4) 1rem;
  color: var(--text-white);
}

.footer__col a,
.footer__col span {
  display: block;
  padding: var(--space-4) 1rem;
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls);
  font-synthesis: none;
  color: var(--text-tertiary);
  transition: color var(--dur) var(--ease-out);
}

.footer__col a:hover,
.footer__col a:focus-visible {
  color: var(--text-brand);
  font-weight: var(--fw-regular);
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  color: var(--text-secondary);
}

.footer__bottom a:hover,
.footer__bottom a:focus-visible {
  color: var(--text-brand);
}
/* End */


/* Start:/local/templates/aquaplast/css/pages.css?178886079162971*/
.site-header-bar {
  position: sticky;
  top: var(--page-pad);
  z-index: 200;
}

.to-top {
  display: none;
  position: fixed;
  right: var(--page-pad);
  bottom: var(--page-pad);
  z-index: 190;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 0.8rem 2.4rem rgb(28 35 36 / 12%);
  transition: opacity var(--dur) var(--ease-out),
    visibility var(--dur) var(--ease-out),
    background var(--dur) var(--ease-out),
    border-color var(--dur) var(--ease-out),
    color var(--dur) var(--ease-out);
}

.to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (min-width: 1101px) {
  .to-top {
    display: inline-flex;
  }
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-24);
  height: 8rem;
  padding: var(--space-20);
  background: var(--bg-main);
  border-radius: var(--radius-l);
  position: relative;
  box-shadow: none;
  transition: box-shadow var(--dur) var(--ease-out);
}

.site-header-bar.is-stuck .site-header,
.page--home .site-header-bar.is-visible .site-header {
  box-shadow: 0 0.8rem 2.4rem rgb(28 35 36 / 8%);
}

:root {
  --header-sticky-top: calc(var(--page-pad) + 8rem + var(--space-12));
}

.page--home .site-header-bar {
  position: fixed;
  top: var(--page-pad);
  left: 50%;
  width: min(calc(192rem - 2 * var(--page-pad)), calc(100% - 2 * var(--page-pad)));
  transform: translateX(-50%);
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--dur) var(--ease-out), visibility var(--dur) var(--ease-out);
}

.page--home .site-header-bar.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site-header .logo__mark {
  width: 4rem;
  height: 4rem;
}

.site-header .logo {
  gap: var(--space-16);
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.site-header__nav {
  display: flex;
  align-items: center;
  gap: var(--space-16);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.site-header__nav a {
  display: flex;
  align-items: center;
  height: 3.8rem;
  padding: 1rem;
  gap: 0;
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  font-weight: 600;
  letter-spacing: var(--ls);
  font-synthesis: none;
  white-space: nowrap;
  color: var(--text-secondary);
  transition: color var(--dur) var(--ease-out), gap var(--dur) var(--ease-out);
}

.site-header__nav a:hover,
.site-header__nav a:focus-visible {
  color: var(--text-primary);
  gap: 1rem;
}

.site-header__nav a.is-active {
  color: var(--text-primary);
}

.site-header__cta {
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.site-header__burger {
  display: none;
  width: 4rem;
  height: 4rem;
  border: none;
  background: var(--buttons-main);
  border-radius: 50%;
  flex-shrink: 0;
  padding: 0;
  cursor: pointer;
  place-content: center;
  grid-template-columns: repeat(2, 0.6rem);
  grid-template-rows: repeat(2, 0.6rem);
  gap: 0.3rem;
}

.site-header__burger span {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: var(--text-white);
  border-radius: 1px;
}

/* ========== MOBILE MENU POPUP ========== */
body.menu-open {
  overflow: hidden;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 300;
  visibility: hidden;
  pointer-events: none;
}

.mobile-menu.is-open {
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity var(--dur) var(--ease-out);
}

.mobile-menu.is-open .mobile-menu__backdrop {
  opacity: 1;
}

.mobile-menu__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: min(34.8rem, calc(100% - 2.7rem));
  height: 100%;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  gap: var(--space-40);
  padding: var(--space-20) var(--space-16);
  background: var(--bg-main);
  border-radius: 0 var(--radius-m) var(--radius-m) 0;
  transform: translateX(-100%);
  transition: transform var(--dur) var(--ease-out);
}

.mobile-menu.is-open .mobile-menu__panel {
  transform: translateX(0);
}

.mobile-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}

.mobile-menu__logo.logo {
  gap: var(--space-8);
}

.mobile-menu__logo .logo__mark {
  width: 2rem;
  height: 2rem;
}

.mobile-menu__logo .logo__text {
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  font-weight: var(--fw-bold);
}

.mobile-menu__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--buttons-main);
  color: var(--text-white);
  flex-shrink: 0;
}

.mobile-menu__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  gap: var(--space-20);
}

.mobile-menu__nav a {
  display: flex;
  align-items: center;
  height: 3.2rem;
  padding: var(--space-4);
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  font-weight: var(--fw-regular);
  color: var(--text-primary);
  white-space: nowrap;
}

.mobile-menu__nav a.is-active {
  font-weight: var(--fw-bold);
}

.mobile-menu__cta {
  width: 100%;
  justify-content: space-between;
  flex-shrink: 0;
  margin-top: auto;
}

.mobile-menu__cta .btn__label {
  flex: 1;
  justify-content: center;
}

.mobile-menu__contacts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-12);
  flex-shrink: 0;
}

.mobile-menu__contact {
  display: inline-flex;
  align-items: center;
  gap: var(--space-4);
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  color: var(--text-secondary);
  white-space: nowrap;
}

.mobile-menu__contact-icon {
  display: inline-flex;
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
}

.mobile-menu__contact-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ========== LAYOUT SHELL ========== */
.layout {
  display: grid;
  grid-template-columns: 33.5rem 1fr;
  gap: 0;
  background: var(--bg-main);
  border-radius: var(--radius-l);
  overflow: visible;
  min-height: 45rem;
  min-width: 0;
  max-width: 100%;
}

.layout__sidebar {
  padding: var(--space-20);
  border-right: 1px solid var(--stroke-light);
  display: flex;
  flex-direction: column;
  gap: var(--space-40);
  min-width: 0;
  position: sticky;
  top: var(--header-sticky-top);
  align-self: start;
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
}

.layout__sidebar-text {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.layout__content {
  padding: var(--space-20);
  min-width: 0;
}

.side-tabs {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.side-tabs a,
.side-tabs button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-8);
  height: 3.2rem;
  padding: var(--space-4) 0;
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  color: var(--text-primary);
  text-align: left;
  transition: color 0.2s ease;
}

.side-tabs a:hover,
.side-tabs a.is-active,
.side-tabs button.is-active {
  font-weight: var(--fw-bold);
}

.side-tabs__go {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
}

/* ========== GEOGRAPHY PAGE (Figma 4386:11801 / 4386:11883) ========== */
.geo-page {
  display: grid;
  grid-template-columns: 33.5rem minmax(0, 1fr);
  gap: var(--space-20);
  align-items: start;
}

.geo-page__side {
  background: var(--bg-main);
  border-radius: var(--radius-l);
  padding: var(--space-20);
  display: flex;
  flex-direction: column;
  gap: var(--space-20);
  min-height: 47rem;
  position: sticky;
  top: var(--header-sticky-top);
  align-self: start;
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
}

.geo-page__intro {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.geo-page__title {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  font-weight: var(--fw-bold);
  color: var(--text-primary);
  letter-spacing: var(--ls);
}

.geo-page__desc {
  font-size: var(--fs-text-l);
  line-height: var(--lh-text-l);
  color: var(--text-secondary);
}

.geo-page__tabs {
  margin-top: auto;
  padding-top: var(--space-16);
}

.geo-page__tabs button.is-active {
  font-weight: var(--fw-bold);
  color: var(--text-primary);
}

.geo-page__content {
  background: var(--bg-main);
  border-radius: var(--radius-l);
  padding: var(--space-20);
  min-width: 0;
}

.geo-page__table-wrap {
  overflow-x: auto;
}

.geo-page__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 72rem;
}

.geo-page__table thead th {
  background: var(--bg-base);
  text-align: left;
  height: 3.2rem;
  padding: 0 1.2rem;
  font-size: var(--fs-desc);
  line-height: var(--lh-desc);
  font-weight: var(--fw-bold);
  color: var(--text-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  vertical-align: middle;
  white-space: nowrap;
}

.geo-page__table thead th:first-child {
  border-radius: var(--radius-m) 0 0 var(--radius-m);
}

.geo-page__table thead th:last-child {
  border-radius: 0 var(--radius-m) var(--radius-m) 0;
}

.geo-page__table tbody td {
  text-align: left;
  height: 8rem;
  padding: 1.6rem 1.2rem;
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  color: var(--text-primary);
  vertical-align: middle;
  border-bottom: 1px solid var(--stroke-light);
}

.geo-page__table tbody tr[hidden] {
  display: none;
}

/* ========== PRODUCTS CATALOG ========== */
.catalog {
  background: var(--bg-main);
  border-radius: var(--radius-l);
  padding: var(--space-20);
}

.catalog__grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  grid-template-rows: 26.6rem fit-content(100%) 14.3rem;
  gap: var(--space-20);
  width: 100%;
  align-content: start;
}

.catalog__intro {
  grid-column: 1 / span 3;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-40);
  padding: var(--space-20);
  min-height: 26.6rem;
}

.catalog__intro-mobile {
  display: none;
}

.catalog__intro-desktop {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.catalog-card {
  position: relative;
  display: flex;
  border: 1px solid var(--stroke-light);
  border-radius: var(--radius-l);
  background: var(--bg-main);
  padding: var(--space-24);
  transition: border-color var(--dur) var(--ease-out);
  min-height: 0;
  overflow: hidden;
}

.catalog-card:hover,
.catalog-card:focus-visible {
  border-color: var(--stroke-light);
}

.catalog-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-20);
  width: 100%;
}

.catalog-card__copy {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
  min-width: 0;
}

.catalog-card__btn {
  flex-shrink: 0;
}

.catalog-card__title {
  font-size: var(--fs-h5);
  line-height: var(--lh-h5);
  font-weight: var(--fw-bold);
}

.catalog-card__desc {
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  color: var(--text-secondary);
}

.catalog-card__media {
  position: relative;
  display: block;
  flex-shrink: 0;
  margin-top: auto;
  align-self: flex-start;
}

.catalog-card--row .catalog-card__media {
  margin-top: 0;
}

.catalog-card__visual {
  display: block;
  width: 100%;
  object-fit: contain;
  object-position: left bottom;
  pointer-events: none;
}

.catalog-card__thumb {
  width: 7.9rem;
  height: 7.9rem;
  object-fit: contain;
  flex-shrink: 0;
  pointer-events: none;
}

.catalog-card__media .catalog-card__hover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity var(--dur) var(--ease-out);
}

.catalog-card__media .catalog-card__base {
  transition: opacity var(--dur) var(--ease-out);
}

.catalog-card:hover .catalog-card__media .catalog-card__base,
.catalog-card:focus-visible .catalog-card__media .catalog-card__base {
  opacity: 0;
}

.catalog-card:hover .catalog-card__media .catalog-card__hover,
.catalog-card:focus-visible .catalog-card__media .catalog-card__hover {
  opacity: 1;
}

/* Напорные трубы — col 4-7, rows 1-2 */
.catalog-card--featured {
  grid-column: 4 / span 4;
  grid-row: 1 / span 2;
  flex-direction: column;
  gap: var(--space-20);
  height: 53.6rem;
}

.catalog-card--featured .catalog-card__visual--lg {
  width: 39.2rem;
  max-width: 100%;
  height: 39.2rem;
  margin-top: auto;
}

/* Комплектующие — col 8-9, row 1 */
.catalog-card--parts {
  grid-column: 8 / span 2;
  grid-row: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 26.6rem;
  background: var(--bg-base);
}

.catalog-card--parts .catalog-card__btn,
.catalog-card--glue .catalog-card__btn {
  align-self: flex-end;
}

/* Запорная арматура — col 1-3, rows 2-3 */
.catalog-card--valve {
  grid-column: 1 / span 3;
  grid-row: 2 / span 2;
  flex-direction: column;
  gap: var(--space-20);
  height: 41.3rem;
}

.catalog-card--valve .catalog-card__visual--md {
  width: 24rem;
  height: 24rem;
  margin-top: auto;
}

/* Клеи — col 8-9, row 2 */
.catalog-card--glue {
  grid-column: 8 / span 2;
  grid-row: 2;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 25rem;
  background: var(--bg-base);
}

/* Фитинги / Фильтры — row 3 */
.catalog-card--row {
  flex-direction: row;
  align-items: flex-start;
  gap: var(--space-20);
  height: 14.3rem;
}

.catalog-card--fittings {
  grid-column: 4 / span 3;
  grid-row: 3;
}

.catalog-card--filters {
  grid-column: 7 / span 3;
  grid-row: 3;
}

.catalog-card--row .catalog-card__copy {
  flex: 1;
}

.catalog-card--row .catalog-card__desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ========== DOCUMENTS ========== */
.layout--docs {
  display: grid;
  grid-template-columns: 33.5rem minmax(0, 1fr);
  gap: var(--space-20);
  background: transparent;
  border-radius: 0;
  overflow: visible;
  min-height: 0;
}

.layout--docs .layout__sidebar,
.layout--docs .layout__content {
  background: var(--bg-main);
  border-radius: var(--radius-l);
  padding: var(--space-20);
}

.layout--docs .layout__sidebar {
  border-right: none;
  align-self: start;
  gap: var(--space-20);
}

.layout__title-mobile {
  display: none;
}

.docs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-20);
}

.doc-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
  padding: var(--space-12) var(--space-20);
  border: 1px solid var(--stroke-light);
  border-radius: var(--radius-m);
  min-height: 20.8rem;
  background: var(--bg-main);
  transition: border-color 0.25s ease, background 0.25s ease;
}

.doc-card:hover,
.doc-card:focus-visible {
  border-color: var(--stroke-light);
}

.doc-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-12);
}

.doc-card__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.8rem;
  background: var(--bg-dark);
  border-radius: var(--radius-xl);
  font-size: var(--fs-desc);
  line-height: var(--lh-desc);
  font-weight: var(--fw-bold);
  color: var(--text-white);
  white-space: nowrap;
}

.doc-card__body {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
  flex: 1;
}

.doc-card__title {
  font-size: var(--fs-h5);
  line-height: var(--lh-h5);
  font-weight: var(--fw-bold);
}

.doc-card__desc {
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  color: var(--text-secondary);
}

.doc-card__meta {
  display: flex;
  gap: var(--space-4);
  align-items: center;
  font-size: var(--fs-desc);
  line-height: var(--lh-desc);
  color: var(--text-secondary);
}

.doc-card__meta a {
  color: inherit;
  font-weight: var(--fw-bold);
}

.doc-card__meta a:hover {
  color: var(--text-primary);
}

/* ========== BLOG PAGE ========== */
.blog-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-20);
}

.blog-list > .news-card {
  border-bottom: 1px solid var(--stroke-light);
  padding-bottom: var(--space-16);
  height: auto;
  min-height: 0;
}

.blog-list__pager {
  margin-top: var(--space-32);
}

.pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--space-8);
}

.pager__item,
.pager__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  height: 4rem;
  padding: 0 var(--space-12);
  border: 1px solid var(--stroke-light);
  border-radius: var(--radius-s);
  background: var(--bg-main);
  color: var(--text-primary);
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  text-decoration: none;
  transition:
    background var(--dur-fast) var(--ease-out),
    border-color var(--dur-fast) var(--ease-out),
    color var(--dur-fast) var(--ease-out);
}

.pager__arrow {
  width: 4rem;
  padding: 0;
  border-radius: 50%;
  border-color: var(--stroke-primary);
  background: transparent;
}

.pager__item:hover,
.pager__arrow:hover {
  border-color: var(--stroke-primary);
  background: var(--bg-base);
}

.pager__arrow:hover {
  background: var(--bg-brand);
  border-color: transparent;
}

.pager__item.is-active {
  background: var(--bg-brand);
  border-color: transparent;
  color: var(--text-primary);
  font-weight: var(--fw-bold);
  pointer-events: none;
}

.pager__arrow.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.pager__icon {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
}

.pager__icon--prev {
  transform: rotate(-90deg);
}

.pager__icon--next {
  transform: rotate(90deg);
}

.pager__dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  color: var(--text-tertiary);
  font-size: var(--fs-text-s);
}

/* ========== ARTICLE (Figma 4386:12194 / 4386:12331) ========== */
.article {
  display: grid;
  grid-template-columns: 45.3rem minmax(0, 1fr);
  gap: var(--space-20);
  padding: 0;
  overflow: visible;
  background: transparent;
  border-radius: 0;
}

.article__side {
  background: var(--bg-main);
  border-radius: var(--radius-l);
  padding: var(--space-20);
  display: flex;
  flex-direction: column;
  gap: var(--space-20);
  align-self: start;
  position: sticky;
  top: var(--header-sticky-top);
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
}

.article__intro {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.article__back,
.vacancy__back,
.pl-side__back {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  height: 2.4rem;
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls);
  text-transform: uppercase;
  color: var(--text-brand-heavy);
}

.article__back:hover,
.vacancy__back:hover,
.pl-side__back:hover {
  color: var(--bg-brand);
}

.article__title {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls);
  color: var(--text-primary);
}

.article__lead {
  font-size: var(--fs-text-l);
  line-height: var(--lh-text-l);
  color: var(--text-secondary);
}

.article__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-12);
  font-size: var(--fs-desc);
  line-height: var(--lh-desc);
  color: var(--text-tertiary);
}

.article__related {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.article__related-title {
  font-size: var(--fs-text-l);
  line-height: var(--lh-text-l);
  font-weight: var(--fw-bold);
  color: var(--text-primary);
}

.article__related-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.article__preview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--space-4);
  min-height: 5.8rem;
  padding: var(--space-12) var(--space-16);
  border: 1px solid var(--stroke-light);
  border-radius: var(--radius-m);
  background: var(--bg-main);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.article__preview:hover {
  border-color: var(--stroke-secondary);
  background: var(--bg-base);
}

.article__preview-name {
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  font-weight: var(--fw-bold);
  color: var(--text-primary);
}

.article__preview-date {
  font-size: var(--fs-desc);
  line-height: var(--lh-desc);
  color: var(--text-tertiary);
}

.article__main {
  background: var(--bg-main);
  border-radius: var(--radius-l);
  padding: var(--space-20);
  min-width: 0;
}

.article__hero {
  width: fit-content;
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-l);
  overflow: hidden;
  background: var(--bg-base);
  margin-bottom: 4.8rem;
}

.article__hero img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 40rem;
  object-fit: contain;
}

.article__row {
  display: grid;
  grid-template-columns: minmax(0, 85.8rem) 20.9rem;
  gap: var(--space-20);
  align-items: start;
  justify-content: space-between;
}

.article__body {
  min-width: 0;
  max-width: 85.8rem;
}

.article__body > h2 {
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
  font-weight: var(--fw-bold);
  color: var(--text-primary);
  margin: 0 0 var(--space-32);
  scroll-margin-top: calc(var(--header-sticky-top) + var(--space-12));
}

.article__body h3 {
  margin: 0 0 3rem;
}

.article__body > p,
.article__sub > p {
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  color: var(--text-secondary);
  margin: 0 0 0;
}

.article__body > p {
  margin-bottom: 3.2rem;
  scroll-margin-top: calc(var(--header-sticky-top) + var(--space-12));
}

.article__sub {
  margin-top: 3.2rem;
  scroll-margin-top: calc(var(--header-sticky-top) + var(--space-12));
}

.article__sub > h3 {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: var(--fw-bold);
  color: var(--text-primary);
  margin: 0 0 var(--space-20);
}

.article__sub > p {
  margin-bottom: var(--space-20);
}

.article__list-block {
  margin: var(--space-20) 0 0;
}

.article__list-title {
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  font-weight: var(--fw-bold);
  color: var(--text-primary);
  margin: 0 0 0.8rem;
}

.article__olist {
  list-style: none;
  counter-reset: article-ol;
  margin: 0 0 var(--space-16);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.article__olist li {
  counter-increment: article-ol;
  position: relative;
  display: block;
  gap: 0.4rem;
  align-items: start;
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  color: var(--text-secondary);
  min-height: 2.2rem;
}

.article__olist li::before {
  content: counter(article-ol) ".";
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  font-weight: var(--fw-regular);
  color: var(--text-secondary);
}

.article__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  height: 2.2rem;
  margin-top: 0.8rem;
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  font-weight: var(--fw-regular);
  color: var(--text-brand-heavy, #d5b02a);
}

.article__link:hover {
  color: var(--bg-brand);
}

.article__link img,
.article__link svg {
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
}

.article__figure {
  position: relative;
  display: block;
  width: fit-content;
  max-width: 100%;
  height: auto;
  margin: var(--space-20) 0 0;
  border: 1px solid var(--stroke-light);
  border-radius: var(--radius-l);
  overflow: hidden;
  background: var(--bg-base);
  cursor: zoom-in;
}

.article__figure img {
  display: block;
  width: auto;
  max-width: 100%;
  height: fit-content;
  max-height: 40rem;
  object-fit: contain;
}

.article__figure::after {
  content: "+";
  position: absolute;
  right: var(--space-12);
  bottom: var(--space-12);
  z-index: 1;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--buttons-main);
  color: var(--text-white);
  font-size: 2rem;
  line-height: 1;
  font-weight: var(--fw-regular);
  opacity: 0;
  transform: scale(0.92);
  pointer-events: none;
  transition:
    opacity var(--dur-fast) var(--ease-out),
    transform var(--dur-fast) var(--ease-out);
}

.article__figure:hover::after,
.article__figure:focus-within::after {
  opacity: 1;
  transform: scale(1);
}

.article-lightbox {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--page-pad);
  background: rgb(28 35 36 / 72%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--dur) var(--ease-out), visibility var(--dur) var(--ease-out);
}

.article-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.article-lightbox__img {
  display: block;
  max-width: min(100%, 160rem);
  max-height: calc(100vh - 4rem);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: var(--radius-m);
  box-shadow: 0 0.8rem 2.4rem rgb(28 35 36 / 24%);
}

.article-lightbox__close {
  position: absolute;
  top: var(--page-pad);
  right: var(--page-pad);
  width: 4rem;
  height: 4rem;
  border: 0;
  border-radius: 50%;
  background: var(--bg-main);
  color: var(--text-primary);
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
}

.article-video__figure {
  margin: var(--space-20) 0 0;
  width: fit-content;
  height: 60rem;
  border: 1px solid var(--stroke-light);
  border-radius: var(--radius-l);
  overflow: hidden;
  background: var(--bg-base);
}

.article-video__figure video {
  display: block;
  width: auto;
  height: 60rem;
  max-height: none;
  object-fit: contain;
  vertical-align: top;
  background: #000;
}

.article__quote {
  margin: 3.2rem 0 3rem;
  padding: var(--space-20);
  border: none;
  border-radius: var(--radius-l);
  background: var(--bg-base);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.article__quote-icon {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  flex-shrink: 0;
}

.article__quote-body {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
  width: 100%;
  margin-top: 0;
}

.article__quote p {
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-l);
  font-style: italic;
  font-weight: 200;
  color: var(--text-primary);
  margin: 0;
}

.article__quote cite {
  display: block;
  font-style: normal;
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  font-weight: var(--fw-bold);
  color: var(--text-primary);
}

.article__ulist {
  list-style: none;
  margin: var(--space-20) 0 var(--space-40);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
}

.article__ulist li {
  position: relative;
  display: block;
  padding-left: 2rem;
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  color: var(--text-secondary);
}

.article__ulist li::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.9rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--text-primary);
}

.article__ulist-text {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}

.article__ulist strong {
  display: inline;
  font-size: inherit;
  line-height: inherit;
  font-weight: var(--fw-bold);
  color: var(--text-primary);
  margin: 0;
}

.article__ulist-text strong {
  display: block;
  font-size: var(--fs-text-l);
  line-height: var(--lh-text-l);
}

.article__ulist p {
  display: inline;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

.article__ulist-text p {
  display: block;
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  color: var(--text-secondary);
}

.article__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-20);
  margin-top: var(--space-20);
}

.article__gallery img {
  width: 100%;
  height: 36.7rem;
  object-fit: cover;
  border: 1px solid var(--stroke-light);
  border-radius: var(--radius-l);
  background: var(--bg-base);
}

.article__table-block {
  margin-top: var(--space-20);
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
  align-items: flex-start;
  width: 100%;
}

.article__table-title {
  margin: 0;
  font-size: var(--fs-text-l);
  line-height: var(--lh-text-l);
  font-weight: var(--fw-bold);
  color: var(--text-primary);
}

.article__table-wrap {
  overflow-x: auto;
  width: 100%;
}

.article__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 52rem;
}

.article__table thead th {
  background: var(--bg-base);
  text-align: left;
  height: 3.2rem;
  padding: 0.6rem 1.2rem;
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  font-weight: var(--fw-bold);
  color: var(--text-primary);
  text-transform: uppercase;
  letter-spacing: var(--ls);
  vertical-align: middle;
  border-bottom: 1px solid #f5f5f5;
}

.article__table thead th:first-child {
  border-radius: var(--radius-m) 0 0 0;
}

.article__table thead th:last-child {
  border-radius: 0 var(--radius-m) 0 0;
}

.article__table tbody td {
  text-align: left;
  height: 8rem;
  padding: 0.6rem 1.2rem;
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  color: var(--text-primary);
  vertical-align: middle;
  border-bottom: 1px solid #f5f5f5;
}

.article__table tbody tr[data-article-table-extra] {
  display: none;
}

.article__table-block.is-expanded tbody tr[data-article-table-extra] {
  display: table-row;
}

.article__cell-main,
.article__cell-sub {
  display: block;
}

.article__cell-sub {
  margin-top: 0.2rem;
  font-size: var(--fs-desc);
  line-height: var(--lh-desc);
  color: var(--text-tertiary);
}

.article__cta {
  margin-top: 0;
}

/* TOC — Figma On-page Navigation, sticky */
.article__toc {
  position: sticky;
  top: var(--header-sticky-top);
  width: 20.9rem;
  display: flex;
  flex-direction: column;
  align-self: start;
}

.article__toc a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 2.6rem;
  padding: 0.4rem 0 0.4rem 1.6rem;
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  font-weight: var(--fw-regular);
  color: var(--text-secondary);
  border-left: 1px solid var(--stroke-light);
}

.article__toc a.is-active {
  color: var(--text-primary);
  font-weight: var(--fw-bold);
  border-left-color: var(--text-primary);
  border-left-width: 2px;
  padding-left: 1.5rem;
}

.article__toc a.is-active::before {
  content: none;
}

/* ========== CONTACTS ========== */
.contacts-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-20);
  min-width: 0;
  width: 100%;
}

.contact-card {
  padding: var(--space-20);
  border: 1px solid var(--stroke-light);
  border-radius: var(--radius-l);
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
  background: var(--bg-main);
  min-height: 21.5rem;
  min-width: 0;
  max-width: 100%;
}

.contact-card--tall {
  min-height: 45rem;
  grid-row: 1 / span 2;
}

.contact-card__tag {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 0.5rem 1rem;
  border-radius: var(--radius-xl);
  background: var(--buttons-main);
  font-size: var(--fs-desc);
  line-height: var(--lh-desc);
  font-weight: var(--fw-bold);
  color: var(--text-white);
  letter-spacing: var(--ls);
}

.contact-card__title {
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
  font-weight: var(--fw-bold);
}

.contact-card--office .contact-card__title {
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
}

.contact-card__subtitle {
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  color: var(--text-secondary);
}

.requisites {
  position: relative;
  background: var(--bg-dark);
  border-radius: var(--radius-m);
  padding: var(--space-16);
  padding-right: calc(var(--space-16) + 3.2rem);
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
  min-width: 0;
  max-width: 100%;
}

.requisites__copy {
  position: absolute;
  top: var(--space-12);
  right: var(--space-12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.requisites__copy img {
  width: 1.6rem;
  height: 1.6rem;
}

.requisites__copy.is-copied {
  opacity: 0.6;
}

.requisites__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: var(--space-12);
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  min-width: 0;
}

.requisites__row span:first-child {
  color: var(--stroke-secondary);
}

.requisites__row span:last-child {
  color: var(--text-white);
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact-card__line {
  font-size: var(--fs-text-l);
  line-height: var(--lh-text-l);
  font-weight: var(--fw-bold);
}

.contact-card__muted {
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  color: var(--text-secondary);
}

.contact-card__address-label {
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  font-weight: var(--fw-regular);
  color: var(--text-secondary);
}

.contact-card__address-value {
  margin-top: var(--space-8);
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  font-weight: var(--fw-bold);
  color: var(--text-primary);
  overflow-wrap: anywhere;
}

.hours {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
  margin-top: var(--space-8);
}

.hours__label {
  font-size: var(--fs-text-s);
  color: var(--text-secondary);
}

.hours__value {
  font-size: var(--fs-h3);
  font-weight: var(--fw-bold);
  margin-top: var(--space-16);
}

/* ========== CAREER ========== */
.career-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.career-card {
  display: block;
  padding: var(--space-20);
  border: 1px solid var(--stroke-light);
  border-radius: var(--radius-l);
  background: var(--bg-main);
  min-height: 13.1rem;
  transition: border-color var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out);
}

.career-card:hover,
.career-card:focus-visible {
  border-color: var(--stroke-secondary);
}

.career-card__body {
  display: flex;
  flex-direction: column;
  gap: var(--space-20);
}

.career-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
}

.career-card__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.8rem;
  border-radius: var(--radius-xl);
  font-size: var(--fs-desc);
  line-height: var(--lh-desc);
  font-weight: var(--fw-bold);
  background: var(--bg-main);
  color: var(--text-secondary);
  white-space: nowrap;
  border: 1px solid var(--stroke-light);
}

.career-card .career-card__tag {
  background: var(--buttons-main);
  color: var(--text-white);
  border: unset;
}

.career-card__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-20);
}

.career-card__title {
  font-size: var(--fs-text-l);
  line-height: var(--lh-text-l);
  font-weight: var(--fw-bold);
  margin-bottom: var(--space-8);
}

.career-card__desc {
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  color: var(--text-secondary);
  max-width: 82.1rem;
}

.career-card__salary {
  flex-shrink: 0;
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  font-weight: var(--fw-bold);
  white-space: nowrap;
}

/* ========== VACANCY ========== */
.vacancy {
  display: grid;
  grid-template-columns: 45.3rem minmax(0, 1fr);
  gap: var(--space-20);
  padding: 0 var(--space-20) var(--space-20);
}

.vacancy__side {
  display: flex;
  flex-direction: column;
  gap: var(--space-20);
  position: sticky;
  top: var(--header-sticky-top);
  align-self: start;
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
}

.vacancy__intro,
.vacancy__others {
  background: var(--bg-main);
  border-radius: var(--radius-l);
  padding: var(--space-20);
}

.vacancy__back {
  margin-bottom: var(--space-16);
}

.vacancy__title {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  font-weight: var(--fw-bold);
  margin-bottom: var(--space-16);
}

.vacancy__lead {
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  color: var(--text-secondary);
  margin-bottom: var(--space-16);
}

.vacancy__tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
}

.vacancy__others-title {
  font-size: var(--fs-text-l);
  line-height: var(--lh-text-l);
  font-weight: var(--fw-bold);
  margin-bottom: var(--space-16);
}

.vacancy__others-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
}

.vacancy__other {
  display: block;
  padding: var(--space-8);
  border-radius: var(--radius-s);
  transition: background var(--dur-fast) var(--ease-out);
}

.vacancy__other:hover,
.vacancy__other:focus-visible {
  background: var(--bg-base);
}

.vacancy__other-title {
  display: block;
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  font-weight: var(--fw-bold);
}

.vacancy__other-meta {
  display: block;
  margin-top: 0.4rem;
  font-size: var(--fs-desc);
  line-height: var(--lh-desc);
  color: var(--text-secondary);
}

.vacancy__main {
  display: flex;
  flex-direction: column;
  gap: var(--space-20);
}

.vacancy__facts,
.vacancy__block,
.vacancy__apply {
  background: var(--bg-main);
  border-radius: var(--radius-l);
  padding: var(--space-20);
}

.vacancy__facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-20);
}

.vacancy__facts-row {
  display: contents;
}

.vacancy-fact {
  padding: var(--space-20);
  border: 1px solid var(--stroke-light);
  border-radius: var(--radius-l);
  min-height: 10.5rem;
}

.vacancy-fact__value {
  margin-top: var(--space-20);
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  font-weight: var(--fw-bold);
}

.vacancy__block {
  display: flex;
  flex-direction: column;
  gap: var(--space-32);
}

.vacancy-section__title {
  font-size: var(--fs-text-l);
  line-height: var(--lh-text-l);
  font-weight: var(--fw-bold);
  margin-bottom: var(--space-12);
}

.vacancy-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
  padding-left: 1.25rem;
  font-size: var(--fs-text-l);
  line-height: var(--lh-text-l);
  color: var(--text-primary);
}

.vacancy-list li {
  padding-left: var(--space-4);
}

.vacancy__apply-head {
  margin-bottom: var(--space-20);
}

.vacancy__apply-title {
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  font-weight: var(--fw-bold);
  margin: var(--space-16) 0 var(--space-8);
}

.vacancy__apply-desc {
  font-size: var(--fs-text-l);
  line-height: var(--lh-text-l);
  color: var(--text-secondary);
}

.vacancy-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
}

.vacancy-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-12);
}

/* ========== POLICY ========== */
.policy-page {
  padding: 0;
}

.policy-page__wrap {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--space-20);
}

.policy {
  grid-column: 3 / span 8;
  display: grid;
  grid-template-columns: minmax(0, 67rem) minmax(0, 1fr);
  gap: var(--space-20);
  background: var(--bg-main);
  border-radius: var(--radius-l);
  padding: var(--space-20);
  align-items: start;
}

.policy__content {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  min-width: 0;
}

.policy__title {
  margin: 0;
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls);
  color: var(--text-primary);
}

.policy__section {
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
  scroll-margin-top: 2.4rem;
}

.policy__section h2 {
  margin: 0;
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls);
  color: var(--text-primary);
}

.policy__points {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.policy__section p,
.policy__points p,
.policy__text {
  margin: 0;
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls);
  color: var(--text-secondary);
}

.policy__text {
  scroll-margin-top: 2.4rem;
}

.policy__toc {
  position: sticky;
  top: var(--header-sticky-top);
  align-self: start;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 20.9rem;
}

.policy__toc a {
  display: flex;
  align-items: center;
  min-height: 2.6rem;
  padding: 0.4rem 0 0.4rem 1.6rem;
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls);
  color: var(--text-secondary);
  border-left: 1px solid var(--stroke-light);
}

.policy__toc a.is-active {
  color: var(--text-primary);
  border-left-color: var(--text-primary);
  border-left-width: 2px;
  padding-left: 1.5rem;
}

.policy__toc a:hover {
  color: var(--text-primary);
}

/* ========== FILE CARDS ========== */
.file-card {
  display: flex;
  align-items: flex-start;
  gap: var(--space-16);
  padding: var(--space-8);
  border: 1px solid var(--stroke-light);
  border-radius: var(--radius-s);
  transition: border-color 0.25s ease, background 0.25s ease;
}

.file-card:hover,
.file-card:focus-visible {
  border-color: var(--stroke-light);
}

.file-card__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  justify-content: center;
}

.file-card__icon {
  width: auto;
  min-width: 3.6rem;
  height: 3.6rem;
  padding: 1.2rem 0.8rem;
  background: var(--bg-dark);
  border-radius: var(--radius-s);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-desc);
  line-height: var(--lh-desc);
  font-weight: var(--fw-bold);
  color: var(--text-white);
  flex-shrink: 0;
}

.file-card__title {
  display: block;
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  font-weight: var(--fw-bold);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-4);
  font-size: var(--fs-desc);
  line-height: var(--lh-desc);
  color: var(--text-secondary);
}

.file-card__link {
  font-weight: var(--fw-bold);
}

.pl-docs__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pl-docs--hero {
  width: 100%;
  padding-top: var(--space-20);
}

.pl-docs--hero .pl-docs__list {
  flex-direction: row;
  overflow-x: auto;
  width: 100%;
  padding-bottom: 0.2rem;
}

.pl-docs--hero .file-card {
  flex: 0 0 min(28rem, 85vw);
}

.pl-docs--sidebar {
  width: 100%;
}

.pl-docs--hero {
  display: none;
}

/* ========== PRODUCT PAGE ========== */
.pl-hero {
  display: flex;
  gap: var(--space-20);
  align-items: stretch;
  min-height: 72rem;
  min-width: 0;
  max-width: 100%;
}

.pl-hero__promo {
  position: relative;
  flex: 0 0 70rem;
  width: 70rem;
  max-width: min(70rem, 100%);
  aspect-ratio: 700 / 720;
  height: auto;
  border-radius: var(--radius-l);
  overflow: hidden;
}

.pl-hero__promo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pl-hero__card--desktop {
  flex: 1 1 auto;
  min-width: 0;
  background: var(--bg-main);
  border-radius: var(--radius-l);
  padding: var(--space-32);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pl-hero__cover {
  display: none;
}

.pl-hero__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-48);
  width: 100%;
}

.pl-hero__intro {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.pl-hero__title {
  font-size: var(--fs-h1);
  line-height: var(--lh-h1);
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls);
}

.pl-hero__title span {
  display: block;
}

.pl-hero__desc {
  font-size: var(--fs-text-l);
  line-height: var(--lh-text-l);
  color: var(--text-secondary);
  max-width: 52rem;
}

.pl-hero__specs,
.pl-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-48);
}

.pl-spec {
  display: flex;
  align-items: flex-start;
  gap: var(--space-16);
}

.pl-spec--chip {
  padding: var(--space-12) 0;
}

.pl-spec__dot {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: var(--text-primary);
  flex-shrink: 0;
  margin-top: 0.4rem;
  position: relative;
}

.pl-spec__dot::after {
  content: "";
  position: absolute;
  inset: 0.4rem;
  border-radius: 50%;
  background: var(--bg-brand);
}

.pl-spec__value {
  display: block;
  font-size: var(--fs-h5);
  line-height: var(--lh-h5);
  font-weight: var(--fw-bold);
}

.pl-spec__label {
  display: block;
  margin-top: var(--space-4);
  font-size: var(--lx-desc);
  line-height: var(--lh-desc);
  color: var(--text-secondary);
}

.pl-action {
  display: flex;
  align-items: center;
  gap: var(--space-8);
}

.pl-action__icon {
  width: 4rem;
  height: 4rem;
  background: var(--bg-dark);
  border-radius: var(--radius-s);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-white);
  flex-shrink: 0;
}

.pl-action__icon img,
.pl-action__icon svg {
  width: 2rem;
  height: 2rem;
  display: block;
}

.pl-action__label {
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  font-weight: var(--fw-bold);
}

.pl-hero-chip {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
  padding: var(--space-12);
  border: 1px solid var(--stroke-light);
  border-radius: var(--radius-m);
  background: rgba(255, 255, 255, 0.15);
  min-width: 0;
}

.pl-hero-chip__dot {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: var(--text-primary);
  position: relative;
  flex-shrink: 0;
}

.pl-hero-chip__dot::after {
  content: "";
  position: absolute;
  inset: 0.4rem;
  border-radius: 50%;
  background: var(--bg-brand);
}

.pl-hero-chip strong {
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  font-weight: var(--fw-bold);
}

.pl-hero-chip span {
  font-size: var(--fs-desc);
  line-height: var(--lh-desc);
  color: var(--text-secondary);
}

.pl-hero__chips {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
  width: 100%;
}

.pl-hero__chips-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-12);
}

.pl-layout {
  display: grid;
  grid-template-columns: 33.5rem minmax(0, 1fr);
  gap: var(--space-20);
  background: transparent;
  overflow: visible;
  min-width: 0;
  max-width: 100%;
}

.pl-layout__sidebar {
  display: flex;
  flex-direction: column;
  gap: var(--space-24);
  align-items: stretch;
  position: sticky;
  top: var(--header-sticky-top);
  align-self: start;
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
}

.pl-side {
  padding: var(--space-20);
  background: var(--bg-main);
  border-radius: var(--radius-l);
  display: flex;
  flex-direction: column;
}

.pl-side .section-label,
.pl-side__back {
  margin-bottom: var(--space-20);
}

.pl-docs__title {
  font-size: var(--fs-text-l);
  line-height: var(--lh-text-l);
  font-weight: var(--fw-bold);
  margin-bottom: var(--space-16);
}

.pl-main {
  padding: var(--space-32);
  background: var(--bg-main);
  border-radius: var(--radius-l);
  display: flex;
  flex-direction: column;
  gap: var(--space-48);
  min-width: 0;
}

.pl-block--intro {
  gap: var(--space-40);
}

.pl-intro__text {
  max-width: 88.8rem;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.pl-intro__title {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  font-weight: var(--fw-bold);
}

.pl-intro__desc {
  font-size: var(--fs-text-l);
  line-height: var(--lh-text-l);
  color: var(--text-secondary);
}

.pl-intro__gallery {
  display: flex;
  align-items: stretch;
  gap: var(--space-20);
  aspect-ratio: 981 / 438;
}

.pl-intro__shot {
  position: relative;
  border: 1px solid var(--stroke-light);
  border-radius: var(--radius-l);
  overflow: hidden;
  background: var(--bg-base);
  min-width: 0;
  min-height: 0;
  height: auto;
  align-self: stretch;
}

.pl-intro__shot--narrow {
  flex: 303 1 0;
}

.pl-intro__shot:not(.pl-intro__shot--narrow) {
  flex: 658 1 0;
}

.pl-intro__shot img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pl-metrics-block {
  background: var(--bg-base);
  border-radius: var(--radius-l);
  padding: var(--space-40);
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.pl-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-32);
}

.pl-metric {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.pl-metric__value {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  font-weight: var(--fw-bold);
}

.pl-metric__label {
  font-size: var(--fs-text-l);
  line-height: var(--lh-text-l);
  color: var(--text-secondary);
}

.pl-block {
  display: flex;
  flex-direction: column;
  gap: var(--space-40);
}

.pl-block__head {
  max-width: 64rem;
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.pl-block__head--narrow {
  max-width: 44rem;
}

.pl-block__title {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  font-weight: var(--fw-bold);
}

.pl-block__desc {
  font-size: var(--fs-text-l);
  line-height: var(--lh-text-l);
  color: var(--text-secondary);
}

.pl-bento {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  grid-auto-rows: minmax(0, auto);
  gap: var(--space-20);
  height: auto;
  padding-top: var(--space-20);
  border-top: 1px solid var(--stroke-light);
}

.pl-bento__text {
  grid-column: 1 / span 3;
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
  justify-content: flex-end;
  padding: var(--space-20) var(--space-20) 8.4rem;
  min-height: 26.6rem;
}

.pl-bento__text .pl-block__title,
.pl-bento__text .pl-block__desc {
  max-width: none;
}

.pl-bento__img {
  border: 1px solid var(--stroke-light);
  border-radius: var(--radius-l);
  overflow: hidden;
  background: var(--bg-base);
}

.pl-bento__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pl-bento__img--mid {
  grid-column: 4 / span 3;
  grid-row: 1 / span 2;
  aspect-ratio: 367 / 354;
  height: auto;
  min-height: 0;
}

.pl-bento__img--wide {
  grid-column: 4 / span 6;
  grid-row: 3 / span 2;
  aspect-ratio: 733 / 354;
  height: auto;
  min-height: 0;
}

.pl-bento__card {
  border: 1px solid var(--stroke-light);
  border-radius: var(--radius-m);
  padding: var(--space-20);
  background: var(--bg-main);
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
  justify-content: flex-start;
}

.pl-bento__card:nth-child(3) {
  grid-column: 7 / span 3;
  grid-row: 1;
}

.pl-bento__card:nth-child(4) {
  grid-column: 7 / span 3;
  grid-row: 2;
}

.pl-bento__card:nth-child(6) {
  grid-column: 1 / span 3;
  grid-row: 3;
}

.pl-bento__card:nth-child(7) {
  grid-column: 1 / span 3;
  grid-row: 4;
}

.pl-bento__card--dark {
  background: var(--bg-dark);
  color: var(--text-white);
}

.pl-bento__num {
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
  font-weight: var(--fw-bold);
}

.pl-bento__cap {
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  color: var(--text-secondary);
}

.pl-bento__card--dark .pl-bento__cap {
  color: rgba(255, 255, 255, 0.72);
}

.pl-pair {
  display: flex;
  align-items: stretch;
  gap: var(--space-20);
  aspect-ratio: 981 / 438;
}

.pl-pair__item {
  position: relative;
  border: 1px solid var(--stroke-light);
  border-radius: var(--radius-l);
  overflow: hidden;
  min-width: 0;
  min-height: 0;
  height: auto;
  align-self: stretch;
  background: var(--bg-base);
}

.pl-pair__item:first-child {
  flex: 658 1 0;
}

.pl-pair__item:last-child {
  flex: 303 1 0;
}

.pl-pair__item img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pl-block--bordered {
  border: 1px solid var(--stroke-light);
  border-radius: var(--radius-l);
  padding: var(--space-20);
  gap: var(--space-20);
}

.pl-features {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.pl-features__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-20);
}

.pl-feature {
  display: flex;
  align-items: flex-start;
  gap: var(--space-16);
  padding: var(--space-20);
  border-radius: var(--radius-m);
}

.pl-feature__dot {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: var(--text-primary);
  flex-shrink: 0;
  position: relative;
  margin-top: 0.4rem;
}

.pl-feature__dot::after {
  content: "";
  position: absolute;
  inset: 0.4rem;
  border-radius: 50%;
  background: var(--bg-brand);
}

.pl-feature strong {
  display: block;
  font-size: var(--fs-h5);
  line-height: var(--lh-h5);
  font-weight: var(--fw-bold);
}

.pl-feature span {
  display: block;
  margin-top: 0.2rem;
  font-size: var(--lx-desc);
  line-height: var(--lhx-desc);
  color: var(--text-secondary);
}

.pl-factors {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: var(--space-20);
  height: auto;
  align-items: start;
}

.pl-factors__list {
  grid-column: 1 / span 4;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-24);
  padding: var(--space-20);
  justify-content: center;
  min-width: 0;
}

.pl-factors__items {
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
  list-style: none;
  margin: 0;
  padding: 0;
}

.pl-factor {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: var(--space-4);
  align-items: start;
}

.pl-factor::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  margin-top: 0.9rem;
  margin-left: 1rem;
  border-radius: 50%;
  background: var(--text-primary);
}

.pl-factor h3 {
  grid-column: 2;
  font-size: var(--fs-text-l);
  line-height: var(--lh-text-l);
  font-weight: var(--fw-bold);
}

.pl-factor p {
  grid-column: 2;
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  color: var(--text-secondary);
}

.pl-factors__media {
  grid-column: 5 / span 5;
  grid-row: 1;
  border: 1px solid var(--stroke-light);
  border-radius: var(--radius-l);
  overflow: hidden;
  min-height: 0;
  width: 100%;
  height: auto;
  background: var(--bg-base);
  aspect-ratio: 16 / 10;
}

.pl-factors__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pl-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-m);
  max-width: 100%;
}

.pl-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 64rem;
}

.pl-table th,
.pl-table td {
  text-align: left;
  padding: 0.6rem 1.2rem;
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  border-bottom: 1px solid var(--stroke-light);
  vertical-align: middle;
}

.pl-table th {
  font-weight: var(--fw-bold);
  color: var(--text-primary);
  background: var(--bg-base);
  text-transform: uppercase;
  height: 3.2rem;
}

.pl-table td {
  height: 8rem;
  background: var(--bg-main);
}

.pl-table__main {
  display: block;
  font-weight: var(--fw-regular);
  color: var(--text-primary);
}

.pl-table__sub {
  display: block;
  margin-top: 0.2rem;
  font-size: var(--fs-desc);
  line-height: var(--lh-desc);
  color: var(--text-secondary);
  font-weight: var(--fw-regular);
}

.pl-geometry {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: var(--space-20);
  align-items: stretch;
}

.pl-geometry__card--lead {
  grid-column: 1 / span 5;
  grid-row: 1;
  background: var(--bg-base);
  border-radius: var(--radius-l);
  padding: var(--space-20);
  display: flex;
  flex-direction: column;
  gap: var(--space-20);
  justify-content: center;
}

.pl-geometry__main {
  grid-column: 6 / span 7;
  grid-row: 1;
  border: 1px solid var(--stroke-light);
  border-radius: var(--radius-l);
  overflow: hidden;
  background: var(--bg-base);
  aspect-ratio: 700 / 236;
  height: auto;
  min-height: 0;
}

.pl-geometry__shot--wide {
  grid-column: 1 / span 6;
  grid-row: 2;
  border: 1px solid var(--stroke-light);
  border-radius: var(--radius-l);
  overflow: hidden;
  background: var(--bg-base);
  aspect-ratio: 600 / 236;
  height: auto;
  min-height: 0;
}

.pl-geometry__card--side {
  grid-column: 7 / span 3;
  grid-row: 2;
  background: var(--bg-base);
  border-radius: var(--radius-l);
  padding: var(--space-20);
  display: flex;
  flex-direction: column;
  gap: var(--space-20);
  justify-content: flex-start;
}

.pl-geometry__shot:not(.pl-geometry__shot--wide) {
  grid-column: 10 / span 3;
  grid-row: 2;
  border: 1px solid var(--stroke-light);
  border-radius: var(--radius-l);
  overflow: hidden;
  background: var(--bg-base);
  aspect-ratio: 300 / 236;
  height: auto;
  min-height: 0;
}

.pl-geometry__icon {
  width: 4rem;
  height: 4rem;
  padding: 0.8rem;
  background: var(--bg-dark);
  border-radius: var(--radius-s);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: border-box;
}

.pl-geometry__icon img {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
}

.pl-geometry__main img,
.pl-geometry__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pl-geometry__card h3 {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  font-weight: var(--fw-bold);
}

.pl-geometry__card p {
  font-size: var(--fs-text-l);
  line-height: var(--lh-text-l);
  color: var(--text-secondary);
}

.pl-geometry__card--side p {
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  color: var(--text-primary);
  font-weight: var(--fw-bold);
}

.pl-cta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-24);
  padding: var(--space-20);
  background: var(--bg-main);
  border-radius: var(--radius-l);
}

.pl-cta__text {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.pl-cta__title {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  font-weight: var(--fw-bold);
  max-width: 72rem;
}

/* ========== FEEDBACK MODAL ========== */
.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-20);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(28, 35, 36, 0.72);
}

.modal__dialog {
  position: relative;
  z-index: 1;
  width: min(72rem, 100%);
  max-height: calc(100vh - 4rem);
  overflow: auto;
  background: var(--bg-main);
  border-radius: var(--radius-xl);
  padding: var(--space-40);
  display: flex;
  flex-direction: column;
  gap: var(--space-32);
  box-shadow: 0 2.4rem 6.4rem rgba(28, 35, 36, 0.18);
  transform: translateY(1.2rem);
  transition: transform 0.25s ease;
}

.modal.is-open .modal__dialog {
  transform: translateY(0);
}

.modal__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-16);
}

.modal__close {
  width: 4rem;
  height: 4rem;
  border-radius: var(--radius-l);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-primary);
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}

.modal__close:hover {
  opacity: 0.6;
}

.modal__title {
  margin-top: var(--space-16);
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  font-weight: var(--fw-bold);
  max-width: 52rem;
}

.modal__desc {
  margin-top: var(--space-12);
  font-size: var(--fs-text-m);
  line-height: var(--lh-text-m);
  color: var(--text-secondary);
  max-width: 56rem;
}

.modal__form {
  display: flex;
  flex-direction: column;
  gap: var(--space-24);
}

.modal__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-12);
}

.modal__grid .field--full {
  grid-column: 1 / -1;
}

.modal__form .field input,
.modal__form .field textarea {
  border-radius: var(--radius-s);
}

.modal__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-24);
}

.modal__legal {
  flex: 1;
  min-width: 0;
  max-width: none;
  display: flex;
  align-items: center;
  gap: var(--space-8);
  font-size: var(--fs-text-s);
  line-height: var(--lh-text-s);
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls);
  color: var(--text-primary);
  cursor: pointer;
}

.modal__legal input[type="checkbox"] {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  flex-shrink: 0;
  accent-color: var(--buttons-main);
  cursor: pointer;
}

.modal__legal a {
  color: var(--text-brand-heavy, #d5b02a);
  text-decoration: none;
}

.modal__legal a:hover {
  text-decoration: underline;
}

.modal__legal.is-invalid {
  color: #c53030;
}

body.modal-open {
  overflow: hidden;
}
/* ========== 404 ========== */
.error-404 {
  background: var(--bg-main);
  border-radius: var(--radius-l);
  min-height: calc(100vh - 28rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-48) var(--space-40);
  position: relative;
  overflow: hidden;
}

.error-404::before {
  content: "";
  position: absolute;
  inset: auto -10% -35% auto;
  width: min(52rem, 70vw);
  height: min(52rem, 70vw);
  border-radius: 50%;
  background: radial-gradient(circle at center, rgb(255 211 49 / 28%) 0%, rgb(255 211 49 / 0%) 68%);
  pointer-events: none;
}

.error-404__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-16);
  max-width: 56rem;
  width: 100%;
}

.error-404__code {
  font-size: var(--fs-display);
  line-height: var(--lh-display);
  font-weight: var(--fw-bold);
  color: var(--bg-brand);
  letter-spacing: var(--ls);
  margin: var(--space-8) 0 0;
}

.error-404 .section-title {
  font-size: var(--fs-h1);
  line-height: var(--lh-h1);
  max-width: 20ch;
}

.error-404 .section-desc {
  max-width: 42rem;
  margin-bottom: var(--space-8);
}

.error-404__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-12);
  margin-top: var(--space-8);
}

.error-404__inner > * {
  animation: error-404-in var(--dur-slow) var(--ease-out) both;
}

.error-404__inner > .section-label {
  animation-delay: 0.05s;
}

.error-404__code {
  animation-delay: 0.12s;
}

.error-404 .section-title {
  animation-delay: 0.2s;
}

.error-404 .section-desc {
  animation-delay: 0.28s;
}

.error-404__actions {
  animation-delay: 0.36s;
}

@keyframes error-404-in {
  from {
    opacity: 0;
    transform: translateY(1.2rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .error-404__inner > * {
    animation: none;
  }
}
/* End */


/* Start:/local/templates/aquaplast/css/responsive.css?178885086035476*/
/* Tablet ≤ 1024 / design 768 */
@media (max-width: 1100px) {

  .site-header__nav {
    display: none;
  }

  .site-header__burger {
    display: grid;
    margin-left: auto;
  }

  .site-header__cta {
    display: none;
  }

  .site-header {
    position: relative;
    height: 6.4rem;
    padding: var(--space-12) var(--space-20);
    border-radius: var(--radius-m);
    box-shadow: none;
  }

  .site-header-bar.is-stuck .site-header,
  .page--home .site-header-bar.is-visible .site-header {
    box-shadow: 0 0.6rem 2rem rgb(28 35 36 / 8%);
  }

  :root {
    --header-sticky-top: calc(var(--page-pad) + 6.4rem + var(--space-12));
  }

  .site-header .logo {
    gap: var(--space-12);
  }

  .site-header .logo__mark {
    width: 3.2rem;
    height: 3.2rem;
  }

  .site-header .logo__text {
    font-size: var(--fs-h4);
    line-height: var(--lh-h4);
    font-weight: var(--fw-bold);
  }

  .layout,
  .article,
  .article__row,
  .geo-page,
  .pl-hero,
  .pl-layout,
  .pl-factors,
  .policy,
  .vacancy {
    grid-template-columns: 1fr;
  }

  .article__side,
  .layout__sidebar,
  .geo-page__side,
  .vacancy__side,
  .pl-layout__sidebar {
    position: static;
    top: auto;
    max-height: none;
    overflow: visible;
  }

  .policy-page__wrap {
    grid-template-columns: 1fr;
  }

  .policy {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .career-card__row {
    flex-direction: column;
    align-items: flex-start;
  }

  .career-card__salary {
    white-space: normal;
  }

  .vacancy__facts,
  .vacancy-form__row {
    grid-template-columns: 1fr;
  }

  .article__toc {
    display: none;
  }

  .article__side,
  .article__main {
    border-radius: var(--radius-l);
    min-width: 0;
    max-width: 100%;
  }

  .geo-page {
    gap: var(--space-12);
  }

  .geo-page__side {
    min-height: 0;
  }

  .geo-page__tabs {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: var(--space-8);
    margin-top: 0;
    padding-top: 0;
  }

  .geo-page__tabs button {
    white-space: nowrap;
    height: var(--chip-h);
    padding: 0 var(--chip-pad-x);
    border-radius: var(--radius-m);
    background: transparent;
    color: var(--text-secondary);
    font-size: var(--fs-chip);
    line-height: var(--lh-chip);
    font-weight: var(--fw-regular);
  }

  .geo-page__tabs button.is-active {
    background: var(--buttons-main);
    color: var(--text-white);
    font-weight: var(--fw-regular);
  }

  .geo-page__table {
    min-width: 0;
  }

  .geo-page__col-desk {
    display: none;
  }

  .geo-page__table thead th:first-child {
    border-radius: var(--radius-m) 0 0 0;
  }

  .geo-page__table thead th:nth-child(3) {
    border-radius: 0 var(--radius-m) 0 0;
  }

  .article__hero {
    width: fit-content;
    max-width: 100%;
    height: auto;
    margin-bottom: 3.2rem;
  }

  .article__hero img {
    height: 28rem;
  }

  .article__gallery {
    grid-template-columns: 1fr;
  }

  .article__gallery img {
    height: 13.2rem;
  }

  .article__related {
    min-width: 0;
    max-width: 100%;
  }

  .article__related-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.4rem;
  }

  .article__preview {
    flex: 0 0 28.8rem;
    width: 28.8rem;
    max-width: calc(100vw - 6.4rem);
    min-width: 0;
    min-height: 4.6rem;
    padding: 0.8rem;
    scroll-snap-align: start;
  }

  .layout__sidebar {
    border-right: none;
    border-bottom: 1px solid var(--stroke-light);
  }

  .layout--docs {
    grid-template-columns: 1fr;
    gap: var(--space-12);
  }

  .layout--docs .layout__sidebar,
  .layout--docs .layout__content {
    border-radius: var(--radius-l);
  }

  .layout--docs .layout__sidebar {
    border-bottom: none;
  }

  .layout--docs .layout__title-desktop {
    display: none;
  }

  .layout--docs .layout__title-mobile {
    display: block;
  }

  .docs-grid {
    grid-template-columns: 1fr;
    gap: var(--space-12);
  }

  .side-tabs--docs {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.2rem;
    scrollbar-width: none;
  }

  .side-tabs--docs::-webkit-scrollbar {
    display: none;
  }

  .side-tabs--docs a,
  .side-tabs--docs button {
    white-space: nowrap;
    height: var(--chip-h);
    padding: var(--chip-pad-x);
    border-radius: var(--radius-xl);
    background: transparent;
    color: var(--text-secondary);
    font-size: var(--fs-chip);
    line-height: var(--lh-chip);
    font-weight: var(--fw-regular);
  }

  .side-tabs--docs a.is-active,
  .side-tabs--docs button.is-active {
    background: var(--buttons-main);
    color: var(--text-white);
    font-weight: var(--fw-regular);
  }

  .side-tabs--docs .side-tabs__go,
  .geo-page__tabs .side-tabs__go {
    display: none;
  }

  .catalog__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .catalog__intro,
  .catalog-card--featured,
  .catalog-card--parts,
  .catalog-card--valve,
  .catalog-card--glue,
  .catalog-card--fittings,
  .catalog-card--filters {
    grid-column: auto;
    grid-row: auto;
    height: auto;
    min-height: 22rem;
  }

  .catalog-card--featured {
    grid-column: 1 / -1;
    min-height: 42rem;
  }

  .catalog-card--featured .catalog-card__visual--lg {
    width: min(39.2rem, 100%);
    height: auto;
    aspect-ratio: 1;
  }

  .contacts-cards,
  .docs-row {
    grid-template-columns: 1fr;
  }

  .contact-card--tall {
    grid-row: auto;
    min-height: 0;
  }

  .layout__sidebar,
  .layout__content {
    min-width: 0;
  }

  .layout__content {
    padding: var(--space-20) var(--space-16);
  }

  .contact-card {
    padding: var(--space-20) var(--space-16);
  }

  .requisites__row {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: var(--space-8);
  }

  .side-tabs {
    max-width: 100%;
  }

  .landing-hero__media {
    min-height: 32rem;
  }

  .landing-gallery {
    grid-template-columns: 1fr;
  }

  .pl-side {
    border-right: none;
    border-bottom: none;
  }

  .pl-layout__sidebar {
    order: 2;
  }

  .pl-main {
    order: 1;
  }

  .pl-hero {
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    gap: var(--space-20);
  }

  .pl-hero__promo {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 700 / 720;
  }

  .pl-hero__card--desktop {
    display: none;
  }

  .pl-hero__cover {
    display: flex;
    flex-direction: column;
    gap: var(--space-32);
    width: 100%;
    max-width: 100%;
    min-width: 0;
    background: var(--bg-main);
    border-radius: var(--radius-l);
    padding: var(--space-12) var(--space-16);
    box-sizing: border-box;
  }

  .pl-hero__title--mobile {
    font-size: var(--fs-h2);
    line-height: var(--lh-h2);
  }

  .pl-hero__title--mobile span {
    display: inline;
  }

  .pl-docs--hero {
    display: block;
    padding-top: var(--space-20);
    min-width: 0;
    max-width: 100%;
  }

  .pl-docs--hero .pl-docs__list {
    max-width: 100%;
  }

  .pl-docs--sidebar {
    display: none;
  }

  .pl-layout {
    grid-template-columns: 1fr;
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }

  .pl-layout__sidebar,
  .pl-main {
    min-width: 0;
    max-width: 100%;
  }

  .pl-main {
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .pl-intro__gallery,
  .pl-pair,
  .pl-metrics,
  .pl-features__row {
    grid-template-columns: 1fr;
  }

  .pl-bento {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: var(--space-12);
    padding-top: var(--space-20);
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .pl-bento__text,
  .pl-bento__img,
  .pl-bento__img--mid,
  .pl-bento__img--wide,
  .pl-bento__card,
  .pl-bento__card:nth-child(3),
  .pl-bento__card:nth-child(4),
  .pl-bento__card:nth-child(6),
  .pl-bento__card:nth-child(7) {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    height: auto;
  }

  .pl-bento__text {
    padding: 0;
    min-height: 0;
    justify-content: flex-start;
  }

  .pl-bento__img--mid {
    height: auto;
    min-height: 0;
    aspect-ratio: 367 / 354;
  }

  .pl-bento__img--wide {
    height: auto;
    min-height: 0;
    aspect-ratio: 733 / 354;
  }

  .pl-intro__gallery {
    display: flex;
    flex-direction: column;
    gap: var(--space-20);
    width: 100%;
    aspect-ratio: auto;
    height: auto;
  }

  .pl-intro__shot,
  .pl-intro__shot--narrow,
  .pl-intro__shot:not(.pl-intro__shot--narrow) {
    flex: none;
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .pl-intro__shot--narrow {
    aspect-ratio: 303 / 438;
  }

  .pl-intro__shot:not(.pl-intro__shot--narrow) {
    aspect-ratio: 658 / 438;
  }

  .pl-intro__shot img {
    position: absolute;
  }

  .pl-pair {
    display: flex;
    flex-direction: column;
    gap: var(--space-20);
    width: 100%;
    aspect-ratio: auto;
    height: auto;
  }

  .pl-pair__item,
  .pl-pair__item:first-child,
  .pl-pair__item:last-child {
    flex: none;
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .pl-pair__item:first-child {
    aspect-ratio: 658 / 438;
  }

  .pl-pair__item:last-child {
    aspect-ratio: 303 / 438;
  }

  .pl-factors {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: var(--space-20);
    width: 100%;
  }

  .pl-factors__list,
  .pl-factors__media {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    min-height: 0;
    padding-bottom: 0;
  }

  .pl-factors__media {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .pl-geometry {
    display: flex;
    flex-direction: column;
    gap: var(--space-20);
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .pl-geometry__card--lead,
  .pl-geometry__main,
  .pl-geometry__shot,
  .pl-geometry__shot--wide,
  .pl-geometry__shot:not(.pl-geometry__shot--wide),
  .pl-geometry__card--side {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
  }

  .pl-geometry__main {
    aspect-ratio: 700 / 236;
  }

  .pl-geometry__shot--wide {
    aspect-ratio: 600 / 236;
  }

  .pl-geometry__shot:not(.pl-geometry__shot--wide) {
    aspect-ratio: 300 / 236;
  }

  .pl-geometry__card h3 {
    font-size: var(--fs-h4);
    line-height: var(--lh-h4);
  }

  .pl-geometry__card p {
    font-size: var(--fs-text-m);
    line-height: var(--lh-text-m);
  }

  .pl-geometry__card--side p {
    font-size: var(--fs-text-s);
    line-height: var(--lh-text-s);
  }

  .pl-main,
  .pl-cta {
    padding: var(--space-20) var(--space-16);
  }

  .pl-metrics {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .pl-features__row {
    gap: var(--space-12);
  }

  .modal__dialog {
    padding: var(--space-24);
    border-radius: var(--radius-l);
  }

  .modal__grid {
    grid-template-columns: 1fr;
  }

  .modal__title {
    font-size: var(--fs-h3);
    line-height: var(--lh-h3);
  }

  .policy__toc {
    display: none !important;
  }

  .policy {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    padding: var(--space-20);
    border-radius: var(--radius-l);
  }

  .policy__content {
    gap: 2.8rem;
  }

  .policy__title {
    font-size: var(--fs-h3);
    line-height: var(--lh-h3);
  }

  .policy__section h2 {
    font-size: var(--fs-h4);
    line-height: var(--lh-h4);
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero__cover {
    min-height: 51.4rem;
  }

  .hero__video {
    height: auto;
    min-height: 48rem;
  }

  .hero__video-img {
    min-height: 48rem;
  }

  .hero__chips {
    height: 21rem;
  }

  .products {
    grid-template-columns: 1fr;
    min-height: 92rem;
    height: auto;
    position: relative;
    overflow: hidden;
    align-items: start;
  }

  .products-pin .products__intro {
    padding-top: 6.4rem;
  }

  .products__left {
    max-width: 38rem;
    gap: var(--space-64);
  }

  .products__visual {
    width: 28.6rem;
    min-height: 28.6rem;
    flex: 0 0 auto;
  }

  .products-pin .products__visual {
    width: min(28.6rem, 100%);
    min-height: 0;
    flex: 1 1 auto;
  }

  .products__visual img {
    width: 28.6rem;
    height: 28.6rem;
  }

  .products-pin .products__visual img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }

  .products__cards {
    position: absolute;
    top: 2rem;
    left: 44.8rem;
    width: 52.4rem;
    min-height: 0;
    height: 88rem;
    max-height: none;
    max-width: none;
    overflow: hidden;
    padding: 0;
  }

  .products-pin .products__cards {
    top: 2rem;
    bottom: 2rem;
    height: auto;
  }

  .product-card {
    width: 41.5rem;
    height: 13.8rem;
    min-height: 13.8rem;
    overflow: hidden;
    max-width: none;
  }

  .product-card.is-active {
    width: 52.4rem;
    height: 18rem;
    min-height: 18rem;
  }

  .applications__grid {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: calc(100% + 2rem);
    margin-right: -2rem;
    padding-right: 2rem;
  }

  .applications__grid::-webkit-scrollbar {
    display: none;
  }

  .app-card {
    scroll-snap-align: start;
    flex: 0 0 25.6rem;
    width: 25.6rem;
    min-width: 25.6rem;
    height: 48.8rem;
  }

  .geography {
    grid-template-columns: 1fr;
    min-height: 0;
    overflow: hidden;
  }

  .geography__map {
    min-height: 52rem;
    margin-right: 0;
    overflow: hidden;
    border-radius: var(--radius-l);
    background: var(--bg-main);
    padding: var(--space-20);
  }

  .geography__map-canvas {
    width: 100%;
  }

  .blog {
    grid-template-columns: 1fr;
  }

  .blog__intro {
    max-width: none;
  }

  .contact .contact__visual{
    display: none;
  }

  .contact {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .contact__visual {
    min-height: 28rem;
    height: auto;
    max-width: none;
    order: 2;
  }

  .contact__form {
    order: 1;
    min-height: 0;
    padding: var(--space-20);
    border-radius: var(--radius-l);
  }

  .contact--home .contact__visual {
    display: none;
  }

  .footer{
    margin-bottom: 2rem;
  }

  .footer__top {
    flex-direction: column;
  }

  .footer__cols {
    flex-wrap: wrap;
    flex: none;
    max-width: none;
    gap: var(--space-32);
  }

  .file-card__title{
    max-width: 180px;
  }
}

/* Mobile ≤ 767 / design 375 */
@media (max-width: 767px) {
  .page--home .site-header-bar {
    top: 1.2rem;
    width: calc(100% - 2.4rem);
  }
  .pl-hero-chip strong{
    line-height: var(--fs-text-s);
  }
  .pl-hero-chip span{
    line-height: var(--fs-desc);
  }
  .page--home {
    gap: var(--space-20);
  }
  .page--catalog .site-header,
  .page--catalog .catalog,
  .page--catalog .footer,
  .page--docs .site-header,
  .page--docs .layout--docs .layout__sidebar,
  .page--docs .layout--docs .layout__content,
  .page--docs .footer {
    border-radius: 20px;
  }

  .page--catalog .site-header,
  .page--docs .site-header {
    margin-inline: 0;
  }

  .layout__title-desktop {
    display: none;
  }

  .layout__title-mobile {
    display: block;
  }

  .layout--docs .layout__sidebar {
    padding: var(--space-20) var(--space-16);
    gap: var(--space-32);
  }

  .layout--docs .layout__content {
    padding: var(--space-20) var(--space-16);
  }

  .side-tabs--docs {
    margin: 0 calc(var(--space-16) * -1);
    padding: 0 var(--space-16);
  }

  .doc-card {
    min-height: 17rem;
    padding: var(--space-12) var(--space-20);
  }

  .doc-card__title {
    font-size: var(--fs-h5);
    line-height: var(--lh-h5);
  }

  .doc-card__desc {
    font-size: var(--fs-text-m);
    line-height: var(--lh-text-m);
  }

  .doc-card .round-btn {
    width: 4rem;
    height: 4rem;
    padding: 0.8rem;
  }

  .doc-card .round-btn img,
  .doc-card .round-btn svg {
    width: 2.4rem;
    height: 2.4rem;
  }

  .page--docs .contact--docs {
    display: none;
  }

  .site-header {
    height: 5.6rem;
    padding: var(--space-8) var(--space-16);
    border-radius: 20px;
    box-shadow: none;
  }

  .site-header-bar.is-stuck .site-header,
  .page--home .site-header-bar.is-visible .site-header {
    box-shadow: 0 0.6rem 1.8rem rgb(28 35 36 / 10%);
  }

  :root {
    --header-sticky-top: calc(1.2rem + 5.6rem + var(--space-8));
  }

  .site-header .logo {
    gap: var(--space-8);
  }

  .site-header .logo__mark {
    width: 2.4rem;
    height: 2.4rem;
  }

  .site-header .logo__text {
    font-size: var(--fs-h4);
    line-height: var(--lh-h4);
    font-weight: var(--fw-bold);
  }

  .catalog {
    padding: var(--space-20) var(--space-16);
  }

  .catalog__grid {
    display: flex;
    flex-direction: column;
    gap: var(--space-12);
  }

  .catalog__intro {
    padding: var(--space-12) var(--space-4);
    min-height: 0;
    gap: var(--space-20);
  }

  .catalog__intro-desktop {
    display: none;
  }

  .catalog__intro-mobile {
    display: flex;
    flex-direction: column;
    gap: var(--space-12);
  }

  .catalog-card {
    height: auto;
    min-height: 0;
    padding: var(--space-20);
    border-radius: 20px;
    flex-direction: column;
    gap: var(--space-20);
    align-items: stretch;
  }

  .catalog-card__btn {
    display: none;
  }

  .catalog-card__head {
    display: contents;
  }

  .catalog-card--featured,
  .catalog-card--valve,
  .catalog-card--fittings,
  .catalog-card--filters {
    background: var(--bg-main);
  }

  .catalog-card--featured .catalog-card__visual,
  .catalog-card--valve .catalog-card__visual,
  .catalog-card--fittings .catalog-card__thumb,
  .catalog-card--filters .catalog-card__thumb {
    order: -1;
    width: 100%;
    max-width: 29.8rem;
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: left top;
    align-self: flex-start;
  }

  .catalog-card--featured .catalog-card__visual--lg,
  .catalog-card--valve .catalog-card__visual--md {
    max-width: 28.9rem;
  }

  .catalog-card--glue,
  .catalog-card--parts {
    background: var(--bg-base);
    justify-content: flex-start;
    align-items: stretch;
  }

  .catalog-card--row {
    flex-direction: column;
  }

  .side-tabs {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: var(--space-8);
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .side-tabs::-webkit-scrollbar {
    display: none;
  }

  .side-tabs:not(.side-tabs--docs):not(.geo-page__tabs) a,
  .side-tabs:not(.side-tabs--docs):not(.geo-page__tabs) button {
    flex: 0 0 auto;
    white-space: nowrap;
    height: var(--chip-h);
    padding: 0 var(--chip-pad-x);
    background: transparent;
    border-radius: var(--radius-m);
    color: var(--text-secondary);
    font-size: var(--fs-chip);
    line-height: var(--lh-chip);
    font-weight: var(--fw-regular);
    justify-content: center;
  }

  .side-tabs:not(.side-tabs--docs):not(.geo-page__tabs) a.is-active,
  .side-tabs:not(.side-tabs--docs):not(.geo-page__tabs) button.is-active {
    background: var(--buttons-main);
    color: var(--text-white);
    font-weight: var(--fw-regular);
  }

  .side-tabs .side-tabs__go {
    display: none;
  }

  .hero {
    display: flex;
    flex-direction: column;
    gap: var(--space-12);
  }

  .hero__block {
    display: contents;
  }

  .product-card .round-btn{
    width: 4rem;
    height: 4rem;
    padding: 1rem;
  }

  .product-card.is-active .product-card__num{
    width: 3.6rem;
    height: 3.6rem;
    font-size: var(--fs-desc);
  }

  .hero__video {
    order: 1;
    height: auto;
    min-height: 21rem;
    border-radius: 10px;
    border: none;
  }

  .hero__video-img {
    min-height: 21rem;
  }

  .hero__badge {
    display: none;
  }

  .hero__cover {
    order: 2;
    min-height: 53.4rem;
    height: auto;
    padding: var(--space-20) var(--space-16);
    border-radius: var(--radius-l);
  }

  .hero__cover .logo__mark {
    width: 2.1rem;
    height: 2rem;
  }

  .hero__nav {
    align-items: flex-start;
  }

  .hero__menu {
    gap: var(--space-8);
  }

  .hero__text {
    gap: var(--space-12);
  }

  .hero__chips {
    order: 3;
    display: flex;
    height: 17.9rem;
    gap: var(--space-16);
  }

  .chip {
    flex: 1 1 0;
    min-width: 0;
    min-height: 16.8rem;
    height: 17.9rem;
    padding: var(--space-16) var(--space-12);
    border-radius: var(--radius-m);
  }

  .chip__media {
    display: none;
  }

  .chip__content {
    max-width: none;
    gap: var(--space-8);
  }

  .chip__title {
    font-size: var(--fs-text-l);
    line-height: var(--lh-text-l);
  }

  .hero__doc {
    order: 4;
    min-height: 6.4rem;
    height: 6.4rem;
    margin-inline: 0;
    padding: 1.2rem 1.6rem;
    align-items: center;
    border-radius: var(--radius-m);
  }

  .hero__doc-title-rest {
    display: none;
  }

  .hero__doc-title {
    white-space: normal;
  }

  .products,
  .applications,
  .geography,
  .blog,
  .contact {
    padding: var(--space-20) var(--space-16);
    border-radius: var(--radius-l);
  }

  .stats {
    padding: var(--space-20) var(--space-16);
    border-radius: var(--radius-l);
  }

  .stats__inner {
    gap: var(--space-12);
  }

  .stats .section-label {
    text-align: center;
  }

  .stats__row {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: var(--space-20);
  }

  .stats__item {
    text-align: center;
    align-items: center;
    gap: var(--space-12);
  }

  .stats__value {
    font-size: var(--fs-display);
    line-height: var(--lh-display);
  }

  .stats__text,
  .stats__label {
    font-size: var(--fs-text-l);
    line-height: var(--lh-text-l);
  }

  .applications {
    display: flex;
    flex-direction: column;
    gap: var(--space-32);
  }

  .applications__intro {
    display: contents;
  }

  .applications__intro-text {
    order: 1;
  }

  .applications__grid {
    order: 2;
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    overflow: visible;
    gap: var(--space-8);
  }

  .applications__btn--desktop {
    display: none;
  }

  .applications__btn--mobile {
    display: inline-flex;
    order: 3;
  }

  .app-card {
    height: 8.4rem;
    flex: none;
    width: 100%;
    min-width: 0;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: var(--space-16);
    padding-right: 38%;
    overflow: hidden;
    border-radius: var(--radius-m);
  }

  .app-card__title {
    font-size: var(--fs-text-l);
    line-height: var(--lh-text-l);
    word-spacing: normal;
  }

  .app-card__br-desk {
    display: none;
  }

  .app-card__bg {
    position: absolute;
    inset: auto;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35%;
    height: 100%;
    object-fit: cover;
    object-position: right top;
    border-radius: 0;
    pointer-events: none;
  }

  .app-card__bg--base {
    filter: none;
    mix-blend-mode: screen;
    opacity: 1;
  }

  .app-card__bg--hover {
    opacity: 0;
  }

  .app-card:hover,
  .app-card:focus-visible {
    background: var(--bg-dark);
  }

  .app-card:hover .app-card__bg--base,
  .app-card:focus-visible .app-card__bg--base {
    opacity: 1;
  }

  .app-card:hover .app-card__bg--hover,
  .app-card:focus-visible .app-card__bg--hover {
    opacity: 0;
  }

  .app-card:hover .app-card__title,
  .app-card:focus-visible .app-card__title {
    color: var(--text-white);
  }

  .products {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    min-height: 0;
    overflow: visible;
    position: static;
    gap: var(--space-20);
  }

  .products-pin {
    height: auto !important;
  }

  .products-pin .products {
    position: static;
  }

  .products-pin .products__intro {
    padding-top: 0;
  }

  .products__left {
    max-width: none;
    gap: var(--space-20);
  }

  .products__intro {
    gap: var(--space-20);
  }

  .products__visual {
    width: 100%;
    min-height: 0;
    aspect-ratio: 1;
  }

  .products__visual img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
  }

  .products__cards {
    position: static;
    left: auto;
    top: auto;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: none;
    height: 21.2rem;
    min-height: 0;
    max-height: none;
    mask-image: none;
    -webkit-mask-image: none;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: calc(100% + 1.6rem);
    margin-right: -1.6rem;
    padding-right: 1.6rem;
    -webkit-overflow-scrolling: touch;
  }

  .products__cards::-webkit-scrollbar {
    display: none;
  }

  .products__stack {
    flex-direction: row;
    align-items: stretch;
    gap: var(--space-8);
    transform: none !important;
    width: max-content;
  }

  .product-card,
  .product-card.is-active {
    flex: 0 0 29rem;
    width: 29rem;
    min-width: 29rem;
    max-width: 29rem;
    height: 21.2rem;
    min-height: 21.2rem;
    scroll-snap-align: start;
    overflow: hidden;
  }

  .blog {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: var(--space-20);
  }

  .blog__intro {
    display: contents;
    max-width: none;
  }

  .blog__intro-text {
    order: 1;
  }

  .blog__cards,
  .blog__grid {
    order: 2;
    display: flex;
    flex-direction: column;
    gap: var(--space-20);
  }

  .blog__btn {
    order: 3;
  }

  .blog__cards {
    gap: var(--space-20);
  }

  .news-card,
  .news-card--compact,
  .news-card--compact:hover,
  .news-card--compact:focus-visible {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: var(--space-12);
    min-height: 0;
    height: auto;
    overflow: visible;
  }

  .news-card__media,
  .news-card--compact .news-card__media,
  .news-card--compact:hover .news-card__media,
  .news-card--compact:focus-visible .news-card__media {
    width: 100%;
    height: 13.8rem;
    flex-shrink: 0;
  }

  .news-card__body {
    padding: 0;
    justify-content: flex-start;
    gap: var(--space-8);
  }

  .news-card__title {
    font-size: var(--fs-h5);
    line-height: var(--lh-h5);
  }

  .news-card__excerpt,
  .news-card--compact .news-card__excerpt,
  .news-card--compact:hover .news-card__excerpt,
  .news-card--compact:focus-visible .news-card__excerpt {
    display: none;
    max-height: 0;
    opacity: 0;
  }

  .geography {
    display: flex;
    flex-direction: column;
    gap: var(--space-20);
    min-height: 0;
  }

  .geography__left,
  .geography__intro {
    display: contents;
  }

  .geography__intro-text {
    order: 1;
  }

  .geo-list {
    order: 2;
  }

  .geography__btn {
    order: 3;
  }

  .geography__map {
    display: none;
  }

  .geo-item {
    min-height: 5.2rem;
    padding: var(--space-8) var(--space-12);
  }

  .geo-item__details {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows var(--dur) var(--ease-out);
    width: 100%;
  }

  .geo-item__details-inner {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    min-height: 0;
  }

  .geo-item.is-expanded .geo-item__details {
    grid-template-rows: 1fr;
    margin-top: var(--space-12);
    padding-top: var(--space-12);
    border-top: 1px solid var(--stroke-light);
  }

  .geo-item__detail {
    font-size: var(--fs-desc);
    line-height: var(--lh-desc);
    color: var(--text-secondary);
  }

  .geo-item__detail--type {
    font-size: var(--fs-text-s);
    line-height: var(--lh-text-s);
    font-weight: var(--fw-bold);
    color: var(--text-primary);
  }

  .geo-item__detail--phone {
    color: var(--text-primary);
    text-decoration: none;
  }

  .geo-item__detail--phone:hover,
  .geo-item__detail--phone:focus-visible {
    text-decoration: underline;
  }

  .contact {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 0;
  }

  .contact__form {
    padding: 0;
    min-height: 0;
    gap: var(--space-20);
  }

  .contact--home .contact__visual {
    display: none;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: var(--space-12);
  }

  .form-footer {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: var(--space-16);
    margin-top: 0;
  }

  .form-legal {
    max-width: none;
    text-align: left;
  }

  .footer {
    padding: 2.8rem var(--space-16);
    border-radius: var(--radius-l);
  }

  .footer__cols {
    flex-direction: column;
    flex: none;
    max-width: none;
    gap: var(--space-24);
  }

  .footer__col a,
  .footer__col span {
    font-size: var(--fs-text-m);
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .map-chip {
    max-width: calc(100% - 4rem);
  }

  .hero__contacts {
    flex-wrap: wrap;
    gap: var(--space-8);
  }

  .pl-hero__cover,
  .pl-main,
  .pl-cta {
    padding: var(--space-20) var(--space-16);
  }

  .pl-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .pl-cta .btn {
    width: 100%;
    align-self: stretch;
  }

  .pl-cta .btn .btn__label {
    flex: 1;
  }

  .site-header__cta {
    width: auto;
  }

  .modal {
    padding: var(--space-12);
    align-items: flex-end;
  }

  .modal__dialog {
    width: 100%;
    max-height: calc(100vh - 2.4rem);
    padding: var(--space-20);
    border-radius: var(--radius-xl) var(--radius-xl) var(--radius-l) var(--radius-l);
  }

  .modal__actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .modal__legal {
    max-width: none;
  }

  .modal__form .btn {
    width: 100%;
    align-self: stretch;
  }

  .modal__form .btn .btn__label {
    flex: 1;
  }

  .article {
    padding: 0;
    gap: 1.2rem;
    min-width: 0;
    max-width: 100%;
  }

  .article__side,
  .article__main {
    padding: 1.6rem;
    border-radius: var(--radius-l);
    min-width: 0;
    max-width: 100%;
  }

  .article__related-list {
    margin-inline: -1.6rem;
    padding-inline: 1.6rem;
  }

  .article__preview {
    flex-basis: 26rem;
    width: 26rem;
    max-width: calc(100vw - 4.8rem);
  }

  .article__title {
    font-size: var(--fs-h2);
    line-height: var(--lh-h2);
  }

  .article__lead {
    font-size: var(--fs-text-m);
    line-height: var(--lh-text-m);
  }

  .article__hero {
    width: fit-content;
    max-width: 100%;
    height: auto;
    margin-bottom: 3.2rem;
  }

  .article__hero img {
    height: 22rem;
  }

  .article__sub > h3 {
    font-size: var(--fs-text-l);
    line-height: var(--lh-text-l);
  }

  .article__body > h2 {
    font-size: var(--fs-h4);
    line-height: var(--lh-h4);
    margin-bottom: 2.8rem;
  }

  .article__figure {
    width: fit-content;
    height: auto;
  }

  .article__figure img {
    height: fit-content;
    max-height: 28rem;
  }

  .article-video__figure {
    width: 100%;
    height: auto;
  }

  .article-video__figure video {
    width: 100%;
    height: auto;
  }

  .article__quote {
    padding: var(--space-20);
    border-radius: var(--radius-l);
  }

  .article__quote-body {
    gap: var(--space-12);
  }

  .article__quote p {
    font-size: var(--fs-text-m);
    line-height: var(--lh-text-m);
  }

  .article__gallery {
    grid-template-columns: 1fr;
    gap: var(--space-20);
  }

  .article__gallery img {
    height: 22rem;
  }

  .article__ulist {
    gap: var(--space-8);
  }

  .article__ulist-text strong {
    font-size: var(--fs-text-m);
    line-height: var(--lh-text-m);
  }

  .article__cta {
    width: auto;
    align-self: flex-start;
  }

  .article__table-block .article__cta {
    width: 100%;
    align-self: stretch;
  }

  .article__table-block .article__cta .btn__label {
    flex: 1;
  }

  .policy {
    padding: 1.2rem 2rem;
    border-radius: var(--radius-l);
  }

  .policy__section {
    gap: var(--space-8);
  }

  .policy__title {
    font-size: var(--fs-h3);
    line-height: var(--lh-h3);
  }

  .policy__section h2 {
    font-size: var(--fs-h4);
    line-height: var(--lh-h4);
  }

  .policy__section p,
  .policy__points p,
  .policy__text {
    font-size: var(--fs-text-m);
    line-height: var(--lh-text-m);
  }

  .geo-page {
    display: flex;
    flex-direction: column;
    gap: var(--space-20);
  }

  .geo-page__side,
  .geo-page__content {
    width: 100%;
    min-height: 0;
    border-radius: var(--radius-l);
  }

  .geo-page__side {
    padding: var(--space-12) var(--space-20);
    gap: var(--space-20);
  }

  .geo-page__intro {
    gap: var(--space-12);
  }

  .geo-page__title {
    font-size: var(--fs-h2);
    line-height: var(--lh-h2);
  }

  .geo-page__desc {
    font-size: var(--fs-text-m);
    line-height: var(--lh-text-m);
  }

  .geo-page__tabs {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.2rem;
    margin-top: 0;
    padding-top: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .geo-page__tabs::-webkit-scrollbar {
    display: none;
  }

  .geo-page__tabs button {
    flex: 0 0 auto;
    height: var(--chip-h);
    padding: 0 var(--chip-pad-x);
    border-radius: var(--radius-m);
    background: transparent;
    color: var(--text-secondary);
    font-size: var(--fs-chip);
    line-height: var(--lh-chip);
    font-weight: var(--fw-regular);
    justify-content: center;
    white-space: nowrap;
  }

  .geo-page__tabs button.is-active {
    background: var(--buttons-main);
    color: var(--text-white);
    font-weight: var(--fw-regular);
  }

  .geo-page__content {
    padding: var(--space-20) var(--space-12);
  }

  .geo-page__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .geo-page__table {
    min-width: 0;
    width: 100%;
    table-layout: fixed;
  }

  .geo-page__table thead th {
    height: 3.2rem;
    padding: 0 0.4rem;
    font-size: var(--fs-chip);
    line-height: var(--lh-chip);
    font-weight: var(--fw-bold);
    color: var(--text-primary);
    background: var(--bg-base);
    letter-spacing: 0.02em;
    text-transform: uppercase;
    border-radius: 0;
  }

  .geo-page__table thead th:first-child {
    border-radius: var(--radius-m) 0 0 0;
    width: 40%;
    padding-left: 0.8rem;
  }

  .geo-page__table thead th:nth-child(2) {
    width: 28%;
  }

  .geo-page__table thead th:nth-child(3) {
    border-radius: 0 var(--radius-m) 0 0;
    width: 32%;
    padding-right: 0.8rem;
  }

  .geo-page__table tbody td {
    height: 8rem;
    min-height: 8rem;
    padding: 1.2rem 0.4rem;
    font-size: var(--fs-text-s);
    line-height: var(--lh-text-s);
    word-break: break-word;
  }

  .geo-page__table tbody td:first-child {
    padding-left: 0.8rem;
  }

  .geo-page__table tbody td:nth-child(3) {
    padding-right: 0.8rem;
  }

  .article__table td {
    height: auto;
    min-height: 6.4rem;
    padding: 1.6rem 1.2rem;
  }

  .doc-card__tag,
  .news-card__tag,
  .geo-item__tag,
  .contact-card__tag,
  .career-card__tag {
    font-size: var(--fs-chip);
    line-height: var(--lh-chip);
  }
}

@media (max-width: 480px) {
  .chip {
    padding: var(--space-12);
  }

  .hero__chips {
    gap: var(--space-12);
  }
}

@media (min-width: 767px){
  .pl-hero__specs{
    gap: var(--space-20);
  }
}
/* End */
/* /local/templates/aquaplast/css/variables.css?17888510633732 */
/* /local/templates/aquaplast/css/base.css?17887941327345 */
/* /local/templates/aquaplast/css/sections.css?178879579336017 */
/* /local/templates/aquaplast/css/pages.css?178886079162971 */
/* /local/templates/aquaplast/css/responsive.css?178885086035476 */
