@font-face {
  font-family: "Futura PT";
  src: url("/assets/fonts/futura-book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.product-breadcrumb{display:flex;align-items:center;gap:8px;margin:14px 0 0;color:#8f99a7;font-size:13px}.product-breadcrumb a{color:inherit;text-decoration:none}.product-breadcrumb a:hover{color:var(--product-accent)}.product-breadcrumb span[aria-current=page]{color:#d5dae1}@media(max-width:720px){.product-breadcrumb{margin-top:10px;padding:0 4px;font-size:12px}}
@font-face {
  font-family: "Oswald";
  src: url("/assets/fonts/oswald-variable.ttf") format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

/* Generated raster collage system: vivid edges, quiet reading column. */
.home-site {
  --pop-art-background: url("/assets/generated/backgrounds/home-pop-art-v1.webp");
}

.theme-elos {
  --pop-art-background: url("/assets/generated/backgrounds/elos-pop-art-v1.webp");
}

.theme-nd-yag {
  --pop-art-background: url("/assets/generated/backgrounds/ndyag-pop-art-v1.webp");
}

.theme-smas {
  --pop-art-background: url("/assets/generated/backgrounds/smas-pop-art-v1.webp");
}

.theme-diode {
  --pop-art-background: url("/assets/generated/backgrounds/diode-pop-art-v1.webp");
}

.site > .page-width,
.site > .academy-section,
.site > .consultation-section,
.site > .site-footer {
  position: relative;
  z-index: 2;
}

.background-art-layer {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.background-art {
  position: absolute;
  left: 50%;
  display: block;
  width: 100vw;
  aspect-ratio: 16 / 10;
  background: var(--pop-art-background) center / cover no-repeat;
  opacity: .28;
  filter: saturate(1.14) contrast(1.06);
  mix-blend-mode: screen;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
  transform: translateX(-50%);
}

.background-art--hero {
  top: .4%;
  opacity: .18;
  transform: translateX(-50%) rotate(1deg);
}

.background-art--upper {
  top: 18%;
  transform: translateX(-50%) scaleX(-1) rotate(-2deg);
}

.background-art--middle {
  top: 40%;
  opacity: .31;
  transform: translateX(-50%) rotate(180deg);
}

.background-art--lower {
  top: 63%;
  transform: translateX(-50%) scaleX(-1) rotate(178deg);
}

.background-art--footer {
  top: 83%;
  opacity: .24;
  transform: translateX(-50%) rotate(-1deg);
}

@media (max-width: 900px) {
  .background-art {
    width: 154vw;
    opacity: .21;
  }

  .background-art--hero {
    top: 1.2%;
    opacity: .14;
  }

  .background-art--upper {
    top: 23%;
  }

  .background-art--middle {
    top: 48%;
    opacity: .23;
  }

  .background-art--lower {
    top: 72%;
  }

  .background-art--footer {
    display: none;
  }
}

@media (max-width: 560px) {
  .background-art {
    width: 194vw;
    opacity: .18;
  }

  .background-art--hero {
    opacity: .12;
  }

  .background-art--upper {
    top: 26%;
  }

  .background-art--middle {
    top: 55%;
  }

  .background-art--lower {
    top: 80%;
  }
}

@font-face {
  font-family: "Futura PT";
  src: url("/assets/fonts/futura-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura PT";
  src: url("/assets/fonts/futura-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --background: #070b11;
  --panel: #0c121a;
  --panel-strong: #121a24;
  --line: #26313e;
  --text: #f7f7f4;
  --muted: #aeb7c4;
  --product-accent: #ff3344;
  --product-accent-soft: #ff8a94;
  --product-accent-ink: #fff;
  --product-cta: #ffc400;
  --product-cta-hover: #ffd23d;
  --product-cta-ink: #090d13;
  --accent: var(--product-accent);
  --accent-soft: var(--product-accent-soft);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--background);
}

body {
  margin: 0;
  background: var(--background);
  color: var(--text);
  font-family: "Futura PT", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input {
  font-family: "Futura PT", Arial, sans-serif;
}

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

img {
  max-width: 100%;
}

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input {
  font: inherit;
}

::selection {
  background: var(--accent);
  color: #fff;
}

.site {
  position: relative;
  min-height: 100vh;
  overflow: clip;
  background:
    radial-gradient(circle at 80% 5%, color-mix(in srgb, var(--accent) 13%, transparent), transparent 30rem),
    radial-gradient(circle at 10% 44%, rgba(30, 70, 110, .08), transparent 32rem),
    linear-gradient(105deg, #070a0f 0%, #091019 48%, #070a10 100%);
}

.page-width {
  width: min(1600px, calc(100% - 64px));
  margin: 0 auto;
}

.dot-field {
  position: absolute;
  z-index: 0;
  width: 340px;
  height: 340px;
  pointer-events: none;
  opacity: .6;
  background-image: radial-gradient(var(--accent) 1.3px, transparent 1.3px);
  background-size: 12px 12px;
  mask-image: linear-gradient(to bottom right, #000, transparent 72%);
}

.dot-field--top {
  top: 76px;
  right: 0;
}

.site-header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  min-height: 82px;
  width: 100%;
  padding-inline: clamp(18px, 3.4vw, 54px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(7, 10, 15, .82);
  backdrop-filter: blur(14px) saturate(1.15);
  transform: none;
}

.site > .page-width:has(> .site-header) {
  z-index: 9999;
}

.home-hero,
.product-hero {
  margin-top: 76px;
}

#technology,
#about,
#directions,
#results,
#academy,
#service,
#finance,
#faq,
#contacts,
#consultation {
  scroll-margin-top: 94px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
}

.brand > img {
  width: 181px;
  height: 37px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px color-mix(in srgb, var(--accent) 38%, transparent));
}

.brand-copy {
  display: none;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  font-size: 18px;
  letter-spacing: .02em;
}

.brand-copy small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(9px, 1.25vw, 22px);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.desktop-nav a {
  position: relative;
  padding: 10px 0;
  white-space: nowrap;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  background: var(--accent);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.desktop-nav a.is-active::after,
.desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 14px;
  line-height: 1;
}

.phone {
  font-family: "Oswald", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(21px, 1.55vw, 27px);
  font-weight: 700;
  letter-spacing: .015em;
  white-space: nowrap;
}

.callback {
  min-height: 42px;
  padding: 0 17px;
  color: #fff;
  cursor: pointer;
  border: 1px solid var(--accent);
  border-radius: 5px;
  background: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease;
}

.callback:hover,
.callback:focus-visible {
  color: var(--accent);
  background: transparent;
}

.mobile-menu {
  position: relative;
  display: none;
}

.mobile-menu summary {
  display: grid;
  place-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  list-style: none;
  cursor: pointer;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(11, 15, 21, .82);
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 2px 0;
  border-radius: 2px;
  background: var(--text);
}

.mobile-menu-panel {
  position: absolute;
  top: 60px;
  right: 0;
  display: grid;
  min-width: 230px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(10, 15, 22, .97);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
}

.mobile-menu-panel a {
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
}

.mobile-menu-panel a:hover,
.mobile-menu-panel a.is-active {
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 10%, transparent);
}

.product-hero,
.home-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(370px, .74fr) minmax(560px, 1.26fr);
  min-height: 650px;
  border-bottom: 1px solid var(--line);
}

.product-hero {
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 5;
  align-self: start;
  padding: 56px 0 48px;
}

.hero-kicker {
  display: none;
}

.hero-copy h1,
.section-side-title h2,
.technology-intro h2,
.consultation-title h2,
.academy-section h2,
.home-consultation h2 {
  margin: 0;
  font-family: "Oswald", Impact, "Arial Narrow", "Futura PT", sans-serif;
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: .85;
  text-transform: uppercase;
}

.product-hero .hero-copy h1 {
  max-width: 700px;
  font-size: clamp(150px, 16vw, 244px);
  line-height: .76;
}

.theme-nd-yag .product-hero .hero-copy h1 {
  font-size: clamp(126px, 13.4vw, 205px);
  letter-spacing: -.055em;
}

.hero-copy h2 {
  max-width: 660px;
  margin: 20px 0 0;
  color: var(--accent);
  font-family: "Oswald", Impact, "Arial Narrow", "Futura PT", sans-serif;
  font-size: clamp(38px, 4vw, 62px);
  letter-spacing: -.025em;
  line-height: .95;
  text-transform: uppercase;
}

.scribble-line {
  display: block;
  width: 190px;
  height: 10px;
  margin: 12px 0 18px;
  border-top: 4px solid var(--accent);
  border-radius: 50%;
  transform: rotate(-2deg);
}

.hero-description {
  max-width: 450px;
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
}

.hero-actions {
  display: flex;
  gap: 36px;
  align-items: center;
  margin-top: 30px;
}

.primary-button,
.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 58px;
  padding: 0 22px;
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  transition: transform .25s ease, filter .25s ease, background .25s ease;
}

.primary-button {
  min-width: 285px;
  color: #fff;
  background: var(--accent);
  text-align: left;
}

.primary-button:hover,
.primary-button:focus-visible {
  filter: brightness(1.08);
  transform: translateY(-3px);
}

.product-template .primary-button {
  color: var(--product-cta-ink);
  background: var(--product-cta);
}

.product-template .primary-button:hover,
.product-template .primary-button:focus-visible {
  background: var(--product-cta-hover);
}

.primary-button span {
  font-size: 28px;
  font-weight: 400;
}

.outline-button {
  min-height: 50px;
  border: 1px solid #485464;
  color: var(--text);
  background: rgba(255, 255, 255, .01);
}

.outline-button:hover,
.outline-button:focus-visible {
  border-color: var(--accent);
  color: var(--accent);
}

.video-link {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
}

.video-link > span:last-child {
  display: flex;
  flex-direction: column;
}

.video-link b {
  font-size: 12px;
}

.video-link small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.play-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding-left: 3px;
  border: 1px solid #6d7885;
  border-radius: 50%;
  color: var(--text);
  font-size: 13px;
}

.hero-visual {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.hero-orbit {
  position: absolute;
  top: 0;
  left: 8%;
  width: 80%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, color-mix(in srgb, var(--accent) 90%, white), var(--accent) 58%, color-mix(in srgb, var(--accent) 70%, #000));
  box-shadow: 0 0 80px color-mix(in srgb, var(--accent) 25%, transparent);
}

.hero-machine {
  position: absolute;
  z-index: 4;
  right: 10%;
  bottom: -1%;
  width: auto;
  height: 106%;
  object-fit: contain;
  filter: drop-shadow(0 38px 30px rgba(0, 0, 0, .4));
}

.hero-machine--nd-yag {
  height: 101%;
}

.hero-machine--smas {
  right: 7%;
  bottom: 7%;
  height: 82%;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
}

.hero-machine--home {
  right: 15%;
  height: 103%;
}

.home-hero-collage-frame {
  --video-progress: 0deg;
  position: absolute;
  z-index: 3;
  top: 2%;
  left: 50%;
  width: min(86%, calc(100vh - 180px));
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 90px color-mix(in srgb, var(--accent) 24%, transparent);
  transform: translateX(-50%);
}

.home-hero-collage-frame::before {
  position: absolute;
  z-index: 5;
  inset: 0;
  border: 18px solid #03070f;
  border-radius: 50%;
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.home-hero-collage-frame::after {
  position: absolute;
  z-index: 6;
  inset: 7px;
  border-radius: 50%;
  background: conic-gradient(
    from -90deg,
    var(--accent) 0deg var(--video-progress),
    transparent var(--video-progress) 360deg
  );
  content: "";
  opacity: 0;
  pointer-events: none;
  -webkit-mask: radial-gradient(
    farthest-side,
    transparent calc(100% - 7px),
    #000 calc(100% - 6px)
  );
  mask: radial-gradient(
    farthest-side,
    transparent calc(100% - 7px),
    #000 calc(100% - 6px)
  );
  transition: opacity .2s ease;
}

.home-hero-collage-frame.is-playing {
  background: #000;
  box-shadow: 0 0 90px color-mix(in srgb, var(--accent) 24%, transparent);
  cursor: pointer;
}

.home-hero-collage-frame.is-playing::after {
  opacity: 1;
}

.home-hero-collage-frame.is-playing::before {
  opacity: 1;
}

.home-hero-collage-frame.is-playing .home-hero-collage {
  opacity: 0;
  visibility: hidden;
}

.home-hero-collage-frame.is-playing .product-hero-machine {
  opacity: 0;
  visibility: hidden;
}

.home-hero-collage {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-hero-machine {
  position: absolute;
  z-index: 2;
  bottom: -4%;
  left: 50%;
  width: 98%;
  max-width: none;
  height: auto;
  pointer-events: none;
  transform: translateX(-50%);
}

.home-hero-video {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 50%;
  width: 177.78%;
  height: 100%;
  border: 0;
  background: #000;
  pointer-events: none;
  transform: translateX(-50%);
}

.hero-circle-play {
  position: absolute;
  z-index: 7;
  display: grid;
  inset: 0;
  width: 100%;
  height: 100%;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transition: filter .22s ease;
}

.hero-circle-play:hover,
.hero-circle-play:focus-visible {
  filter: none;
}

.hero-circle-play .play-icon {
  width: 88px;
  height: 88px;
  padding-left: 6px;
  border: 2px solid rgba(255, 255, 255, .9);
  background: #000;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-circle-play .play-icon i {
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 20px;
}

.home-hero-collage-frame.is-playing .hero-circle-play {
  z-index: 7;
}

.home-hero-collage-frame.is-playing .hero-circle-play:hover,
.home-hero-collage-frame.is-playing .hero-circle-play:focus-visible {
  transform: none;
}

.home-hero-collage-frame.is-playing .hero-circle-play .play-icon {
  display: none;
}

.product-site .hero-machine {
  right: 16%;
  bottom: -2%;
  height: 104%;
  transform: none;
}

.product-site .hero-machine--nd-yag {
  right: 16%;
  bottom: -5%;
  height: 106%;
  transform: none;
}

.product-site .hero-machine--smas {
  right: 14%;
  bottom: -2%;
  height: 99%;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.theme-diode .hero-machine {
  right: 16%;
  bottom: -6%;
  height: 108%;
  transform: none;
}

.new-product-site .product-hero .hero-copy h1 {
  max-width: 520px;
  font-size: clamp(82px, 8.2vw, 126px);
  line-height: .82;
}

.new-product-site .hero-machine {
  right: 4%;
  bottom: -2%;
  height: 94%;
}

.new-product-site.theme-ndyag-x .hero-machine {
  right: 9%;
  bottom: -7%;
  height: 112%;
}

.new-product-procedures {
  padding-top: 4px;
}

.new-product-procedure-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-content: center;
  padding: 24px 0 28px;
}

.new-product-procedure-grid .application-card {
  grid-template-rows: auto 190px 1fr;
}

.new-product-procedure-grid .application-card h3 {
  color: #071016;
}

.sticker,
.clinic-badge,
.years-badge,
.training-sticker,
.hit-badge {
  position: absolute;
  z-index: 10;
  display: block;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 14px 35px rgba(0, 0, 0, .22);
}

.sticker {
  padding: 13px 20px;
  border-radius: 5px;
  font-family: "Oswald", Impact, "Arial Narrow", sans-serif;
  font-size: 20px;
  letter-spacing: .02em;
  line-height: 1.05;
}

.sticker--top {
  top: 7%;
  right: 0;
  max-width: 250px;
  color: #fff;
  background: var(--accent);
  transform: rotate(-7deg);
}

.sticker--white {
  top: 20%;
  right: 2%;
  color: #111;
  background: #fff;
  transform: rotate(4deg);
}

.sticker--russia {
  top: 35%;
  right: 0;
  color: #fff;
  background: var(--accent);
  transform: rotate(3deg);
}

.sticker--russia strong {
  font-family: "Comic Sans MS", "Bradley Hand", cursive;
  font-size: 31px;
}

.hit-badge {
  right: 8%;
  bottom: 13%;
  display: grid;
  place-content: center;
  width: 122px;
  height: 122px;
  border: 3px solid var(--accent);
  border-radius: 50%;
  background: #06080b;
  font-family: "Oswald", Impact, "Arial Narrow", sans-serif;
  font-size: 23px;
  line-height: .95;
  transform: rotate(6deg);
}

.hit-badge small {
  color: var(--accent);
  font-size: 28px;
}

.section-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 230px 1fr;
  border-bottom: 1px solid var(--line);
}

.section-side-title {
  position: relative;
  padding: 34px 32px 30px 0;
}

.section-side-title h2,
.technology-intro h2 {
  font-size: clamp(39px, 3.5vw, 52px);
  line-height: .92;
  transform: scaleY(1.5);
  transform-origin: top left;
}

.section-side-title p {
  max-width: 210px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.2;
}

.section-side-title .scribble-line {
  width: 160px;
  margin: 14px 0 0;
}

.drawn-arrow {
  position: absolute;
  right: 26px;
  bottom: 16px;
  color: var(--text);
  font-family: cursive;
  font-size: 66px;
  font-weight: 300;
  line-height: 1;
  transform: rotate(14deg);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .018), transparent 48%),
    rgba(12, 18, 26, .76);
}

.benefit-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  min-height: 138px;
  padding: 20px 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.benefit-card:nth-child(3n) {
  border-right: 0;
}

.benefit-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  color: var(--accent);
  font-size: 21px;
}

.benefit-card h3,
.application-card h3,
.result-card h3,
.process-copy h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
}

.benefit-card p,
.application-card p,
.process-copy p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.applications-section {
  padding-top: 4px;
}

.application-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  align-content: center;
  padding: 22px 0 26px;
}

.application-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 132px 1fr;
  overflow: hidden;
  min-width: 0;
  border: 2px solid var(--accent);
  border-radius: 5px;
  background: var(--panel);
  transition: transform .25s ease, box-shadow .25s ease;
}

.application-card:hover {
  box-shadow: 0 18px 40px color-mix(in srgb, var(--accent) 16%, transparent);
  transform: translateY(-6px);
}

.application-card h3 {
  min-height: 54px;
  padding: 13px;
  color: color-mix(in srgb, var(--accent) 15%, #fff);
  background: var(--accent);
}

.theme-nd-yag .application-card h3 {
  color: #15120a;
}

.application-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
}

.application-card p {
  margin: 0;
  padding: 12px 13px 14px;
}

.process-section {
  scroll-margin-top: 30px;
}

.accent-copy {
  display: block;
  margin-top: 8px;
  color: var(--accent);
  font-family: "Oswald", Impact, "Arial Narrow", sans-serif;
  font-size: 38px;
  line-height: 1;
}

.process-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  overflow: hidden;
  margin: 20px 0 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 100%, color-mix(in srgb, var(--accent) 11%, transparent), transparent 48%),
    var(--panel);
}

.process-panel article {
  position: relative;
  min-width: 0;
  padding: 20px 26px 22px;
}

.process-panel article + article {
  border-left: 1px solid var(--line);
}

.process-copy {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  min-height: 82px;
}

.process-number {
  color: var(--accent);
  font-size: 20px;
  font-weight: 700;
}

.process-copy h3 {
  color: var(--accent);
  font-size: 18px;
}

.process-copy p {
  max-width: 400px;
}

.skin-diagram {
  position: relative;
  overflow: hidden;
  height: 158px;
  margin-top: 12px;
  border: 1px solid #3a2630;
  border-radius: 8px 8px 4px 4px;
  background: #6f3740;
}

.skin-layer {
  position: absolute;
  right: 0;
  left: 0;
}

.layer-one {
  top: 0;
  height: 28%;
  background:
    repeating-radial-gradient(ellipse at 50% 100%, #efb59b 0 8px, #ce776d 9px 14px),
    #e49d86;
}

.layer-two {
  top: 28%;
  height: 38%;
  background:
    repeating-linear-gradient(22deg, transparent 0 20px, rgba(125, 38, 48, .45) 21px 23px),
    #d47d72;
}

.layer-three {
  bottom: 0;
  height: 34%;
  background:
    radial-gradient(circle at 20% 45%, #efc36f 0 13px, transparent 14px),
    radial-gradient(circle at 60% 55%, #efc36f 0 17px, transparent 18px),
    radial-gradient(circle at 85% 30%, #efc36f 0 12px, transparent 13px),
    #a85055;
  background-size: 120px 80px;
}

.beam {
  position: absolute;
  z-index: 8;
  top: -20px;
  left: 50%;
  width: 18%;
  height: 88%;
  background: linear-gradient(90deg, transparent, var(--accent), #fff, var(--accent), transparent);
  clip-path: polygon(42% 0, 58% 0, 100% 100%, 0 100%);
  opacity: .88;
  transform: translateX(-50%);
  filter: drop-shadow(0 0 14px var(--accent));
}

.wave {
  position: absolute;
  z-index: 8;
  left: 10%;
  width: 80%;
  height: 22px;
  border-top: 4px solid var(--accent);
  border-radius: 50%;
  filter: drop-shadow(0 0 8px var(--accent));
}

.wave-one { top: 38%; }
.wave-two { top: 52%; }
.wave-three { top: 66%; }

.layer-labels {
  display: flex;
  justify-content: space-between;
  margin: 12px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 12px;
  list-style: none;
  text-transform: uppercase;
}

.process-plus {
  position: absolute;
  z-index: 12;
  top: 52%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 7px solid var(--panel);
  border-radius: 50%;
  color: color-mix(in srgb, var(--accent) 18%, #000);
  background: var(--accent);
  font-size: 32px;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.results-section {
  padding-top: 0;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-content: center;
  padding: 20px 0 24px;
}

.result-card {
  min-width: 0;
  padding: 0 18px;
  border-left: 1px solid color-mix(in srgb, var(--accent) 55%, var(--line));
}

.result-card h3 {
  margin-bottom: 12px;
}

.result-image {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  height: 112px;
  border-radius: 5px;
}

.result-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.result-image::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(255, 255, 255, .8);
  content: "";
}

.result-image span {
  z-index: 2;
  align-self: end;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  text-shadow: 0 1px 4px #000;
  text-transform: uppercase;
}

.result-image span:last-child {
  text-align: right;
}

.result-meta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  margin-top: 10px;
}

.result-meta strong {
  grid-row: span 2;
  color: var(--accent);
  font-size: 28px;
  line-height: 1;
}

.result-meta small {
  color: var(--muted);
}

.consultation-section {
  position: relative;
  z-index: 4;
  overflow: hidden;
  color: color-mix(in srgb, var(--accent) 18%, #05070a);
  background:
    radial-gradient(circle at 80% 0, rgba(255, 255, 255, .22), transparent 26%),
    var(--accent);
}

.consultation-inner {
  position: relative;
  display: grid;
  grid-template-columns: 300px minmax(380px, 540px) 150px 1fr;
  gap: 28px;
  align-items: center;
  min-height: 235px;
}

.consultation-title h2 {
  font-size: 54px;
}

.consultation-title .scribble-line {
  border-color: currentColor;
}

.consultation-copy > p {
  max-width: 480px;
  margin: 0 0 16px;
  font-size: 15px;
}

.lead-form {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 10px;
  align-items: start;
}

.lead-form label {
  display: block;
}

.lead-form label > span {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.lead-form input {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border: 1px solid rgba(0, 0, 0, .22);
  border-radius: 5px;
  outline: 0;
  color: #111;
  background: #fff;
}

.lead-form input:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .45);
}

.lead-form button {
  display: inline-flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  min-width: 190px;
  height: 50px;
  padding: 0 18px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: #080b10;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.lead-form button:disabled {
  cursor: not-allowed;
  filter: grayscale(.25);
  opacity: .46;
}

.lead-form .form-consent {
  position: relative;
  display: inline-flex;
  grid-column: 1 / -1;
  align-items: center;
  width: fit-content;
  cursor: pointer;
  user-select: none;
}

.lead-form .form-consent input {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.lead-form .form-consent > .form-consent__text {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  overflow: visible;
  width: auto;
  height: auto;
  clip: auto;
  color: inherit;
  font-size: 12px;
  line-height: 1.35;
  opacity: .82;
}

.form-consent__text::before {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border: 1px solid currentColor;
  border-radius: 3px;
  content: "";
  opacity: .72;
}

.form-consent__text::after {
  position: absolute;
  top: 50%;
  left: 6px;
  display: none;
  width: 5px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: translateY(-58%) rotate(45deg);
}

.form-consent input:checked + .form-consent__text::before {
  border-color: var(--accent);
  background: var(--accent);
  opacity: 1;
}

.form-consent input:checked + .form-consent__text::after {
  display: block;
  color: #fff;
}

.form-consent input:focus-visible + .form-consent__text::before {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 12px;
  opacity: .72;
}

.finance-sticker {
  padding: 16px;
  border-radius: 9px;
  color: #090b0f;
  background: #fff;
  box-shadow: 0 20px 30px rgba(0, 0, 0, .18);
  font-family: "Oswald", Impact, "Arial Narrow", sans-serif;
  font-size: 19px;
  line-height: 1.05;
  text-transform: uppercase;
  transform: rotate(-6deg);
}

.finance-sticker strong {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-top: 12px;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 28px;
}

.success-note {
  position: relative;
  z-index: 2;
  justify-self: end;
  padding: 18px 26px;
  border-radius: 7px;
  color: #fff;
  background: #07090c;
  font-family: cursive;
  font-size: 19px;
  line-height: 1.25;
  transform: rotate(-4deg);
}

.specialist {
  position: absolute;
  right: 165px;
  bottom: 0;
  width: 220px;
  max-height: 235px;
  image-rendering: auto;
}

/* Home */

.product-feature-hero {
  grid-template-columns: .78fr 1.22fr;
  min-height: 680px;
  overflow: visible;
}

.product-feature-hero .hero-copy {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.product-feature-hero .hero-copy h1 {
  text-shadow: 5px 10px 0 var(--accent);
}

.product-feature-hero .hero-copy h2 {
  margin-top: 32px;
}

.product-hero-description {
  --product-copy-size: clamp(15px, 1.15vw, 21px);
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-around;
  min-height: 0;
  max-width: 640px;
  margin-bottom: 70px;
  font-size: var(--product-copy-size);
  line-height: 1.25;
}

.product-hero-description > p {
  margin: 0;
}

.product-hero-description > p + p {
  margin-top: 6px;
}

.product-hero-description strong {
  color: var(--accent);
  font-weight: 700;
}

.product-order-copy {
  max-width: 620px;
  margin: 0 !important;
  font-size: inherit;
  line-height: 1.22;
}

.product-technology-copy {
  display: contents;
  color: var(--muted);
  font-size: inherit;
  line-height: 1.27;
}

.product-technology-copy p {
  margin: 0;
}

.product-technology-copy p b {
  color: var(--text);
}

.product-technology-copy ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-technology-copy li {
  position: relative;
  padding-left: 22px;
}

.product-technology-copy li::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 2px;
  width: 9px;
  height: 9px;
  border: 2px solid var(--background);
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 1px var(--accent);
}

.product-technology-copy li b {
  color: var(--text);
  font-weight: 700;
}

.product-feature-hero .hero-actions {
  position: absolute;
  right: 0;
  bottom: 32px;
  left: 0;
  z-index: 12;
  width: min(760px, calc(100vw - 64px));
  gap: 18px;
}

.product-feature-hero .hero-actions > .primary-button {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  min-height: 76px;
  padding: 0 22px;
  border-radius: 5px;
  gap: 28px;
  font-size: 17px;
  line-height: normal;
  text-align: left;
  white-space: normal;
}

.product-feature-hero .product-consultation-button {
  color: #fff;
  background: #ff3344;
}

.product-feature-hero .product-consultation-button:hover,
.product-feature-hero .product-consultation-button:focus-visible {
  color: #fff;
  background: #ff5a67;
}

.product-feature-hero .product-details-button {
  color: var(--product-accent-ink);
  background: var(--product-accent);
}

.product-feature-hero .product-details-button:hover,
.product-feature-hero .product-details-button:focus-visible {
  color: var(--product-accent-ink);
  background: color-mix(in srgb, var(--product-accent) 88%, white);
}

.product-feature-hero .product-consultation-button__heart {
  width: 54px;
  height: 54px;
  margin-left: auto;
  color: #fff;
  transform: rotate(-8deg);
}

.product-feature-hero .product-details-button .button-arrow {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  margin-left: auto;
  color: currentColor;
  background: currentColor;
  -webkit-mask: url("/assets/generated/icons/arrow-right.svg") center / contain no-repeat;
  mask: url("/assets/generated/icons/arrow-right.svg") center / contain no-repeat;
  transform: rotate(90deg);
}

.product-feature-hero .hero-visual {
  isolation: isolate;
}

.product-feature-hero .hit-badge {
  right: auto;
  bottom: calc(var(--years-anchor-bottom, 17%) + var(--years-badge-lift, 80px));
  left: calc(var(--years-anchor-x, 13%) - var(--years-badge-shift-x, 50px));
  width: 150px;
  height: 150px;
  font-size: 27px;
  transform: rotate(-8deg);
}

.product-feature-hero .hit-badge-grid {
  position: absolute;
  z-index: 9;
  bottom: calc(var(--years-anchor-bottom, 17%) + var(--years-badge-lift, 80px) + 24px);
  left: calc(var(--years-anchor-x, 13%) - var(--years-badge-shift-x, 50px) - 24px);
  width: 80px;
  height: 112px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .78) 1.45px, transparent 1.7px);
  background-size: 12px 12px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .62) 28%, rgba(0, 0, 0, .24) 62%, transparent 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .62) 28%, rgba(0, 0, 0, .24) 62%, transparent 100%);
  pointer-events: none;
}

.home-hero {
  grid-template-columns: .78fr 1.22fr;
  min-height: 680px;
}

.home-hero .hero-copy {
  align-self: start;
  padding-top: 32px;
}

.home-hero .hero-copy h1 {
  font-size: clamp(100px, 11vw, 166px);
}

.home-hero .hero-copy .hero-model-title {
  display: block;
  font-size: clamp(148px, 14.5vw, 300px);
  letter-spacing: -.06em;
  line-height: .78;
}

.hero-model-title__alfa {
  display: block;
  color: #fff;
  text-shadow: 5px 10px 0 var(--accent);
}

.hero-model-title__row {
  display: flex;
  align-items: baseline;
  gap: .06em;
  margin-top: .1em;
  white-space: nowrap;
}

.hero-model-title__and {
  color: #fff;
  font-size: .3em;
  letter-spacing: 0;
}

.hero-model-title__omega {
  color: #fff;
  text-shadow: 5px 10px var(--product-cta);
}

.home-hero .hero-copy > p {
  position: relative;
  margin: 64px 0 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.35;
}

.home-hero .hero-copy > p .hero-growth-word,
.home-hero .hero-copy > p .hero-business-word {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.hero-copy-nowrap,
.hero-copy-line {
  font-style: normal;
  white-space: nowrap;
}

.hero-copy-nowrap > span,
.hero-growth-word {
  position: relative;
  display: inline-block;
}

.home-arrow {
  position: absolute;
  top: auto;
  right: auto;
  bottom: calc(var(--years-anchor-bottom) - 10px);
  left: calc(var(--years-anchor-x) - var(--home-arrow-width) - 40px);
  translate: none;
  z-index: 2;
  width: var(--home-arrow-width);
  max-width: none;
  height: var(--home-arrow-height);
  background: url("/assets/generated/icons/home-arrow-concept-v2.png") center / contain no-repeat;
  -webkit-mask: none;
  mask: none;
  transform: rotate(2deg);
  transform-origin: left center;
}

.home-hero .hero-copy > p .home-arrow {
  color: transparent;
  text-decoration: none;
}

.home-hero .hero-actions {
  margin-top: clamp(120px, 16vh, 160px);
}

.clinic-badge {
  --badge-cut: 32px;
  top: 33%;
  right: -18px;
  width: 230px;
  padding: 28px 18px 26px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 18px 0 18px 18px;
  color: #fff;
  background: linear-gradient(145deg, #0d72ff 0%, #0757e9 55%, #063bb7 100%);
  font-family: "Futura PT", Arial, sans-serif;
  line-height: 1;
  text-align: left;
  box-shadow: 0 18px 34px rgba(0, 38, 130, .34);
  clip-path: polygon(
    0 0,
    calc(100% - var(--badge-cut)) 0,
    100% var(--badge-cut),
    100% 100%,
    0 100%
  );
  transform: rotate(7deg);
}

.clinic-badge strong {
  display: block;
  font-family: "Oswald", Impact, "Arial Narrow", "Futura PT", sans-serif;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: .84;
  white-space: nowrap;
  text-shadow: 0 2px 0 rgba(0, 20, 80, .12);
}

.clinic-badge__label {
  display: block;
  margin-top: 8px;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: .035em;
  line-height: 1;
  white-space: nowrap;
}

.clinic-badge small {
  display: block;
  margin-top: 9px;
  font-family: "Futura PT", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1;
  white-space: nowrap;
}

.years-badge {
  bottom: calc(var(--years-anchor-bottom) + var(--years-badge-lift));
  left: calc(var(--years-anchor-x) - var(--years-badge-shift-x));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 160px;
  height: 160px;
  padding: 16px;
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, .52);
  border-radius: 50%;
  background: transparent;
  font-family: "Oswald", Impact, "Arial Narrow", sans-serif;
  font-size: 16px;
  isolation: isolate;
  line-height: 1.2;
  overflow: visible;
  transform: rotate(-8deg);
}

.years-badge::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: -20px;
  width: 100px;
  height: 130px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .78) 1.45px, transparent 1.7px);
  background-size: 12px 12px;
  content: "";
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .62) 28%, rgba(0, 0, 0, .24) 62%, transparent 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .62) 28%, rgba(0, 0, 0, .24) 62%, transparent 100%);
  pointer-events: none;
  transform: rotate(8deg);
  transform-origin: top right;
}

.years-badge::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: 50%;
  background: #05070a;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .34);
  content: "";
  pointer-events: none;
}

.years-badge > * {
  position: relative;
  z-index: 2;
}

.years-badge > .home-arrow {
  position: absolute;
  z-index: 3;
}

.years-badge strong {
  display: block;
  font-size: 56px;
  line-height: .9;
}

.years-badge .years-badge__stroke {
  position: absolute;
  z-index: 3;
  bottom: -7px;
  left: 50%;
  width: 176px;
  height: 54px;
  margin: 0;
  color: #ff1730;
  filter: drop-shadow(0 0 5px rgba(255, 23, 48, .42));
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  translate: -50% 0;
  transform: rotate(-3deg);
}

.years-badge > span:not(.raster-mark) {
  display: block;
  max-width: 116px;
  line-height: 1.3;
}

.training-sticker {
  right: 11%;
  bottom: 14%;
  padding: 13px 22px;
  border-radius: 5px;
  color: #080b10;
  background: #fff;
  font-family: cursive;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.05;
  transform: rotate(5deg);
}

.technology-section {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 22px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.technology-intro {
  position: relative;
  padding-right: 20px;
}

.technology-intro h2 {
  font-size: clamp(42px, 3vw, 44px);
  line-height: .92;
  transform: scaleY(1.5);
  transform-origin: top left;
}

.technology-intro p {
  max-width: 220px;
  margin: 72px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.2;
}

.catalog-profit {
  position: relative;
  display: inline-block;
  color: var(--text);
}

.catalog-profit::after {
  position: absolute;
  right: -5px;
  bottom: -11px;
  left: -4px;
  height: 16px;
  background: var(--accent);
  content: "";
  pointer-events: none;
  -webkit-mask: url("/assets/generated/icons/underline.png") center / 100% 100% no-repeat;
  mask: url("/assets/generated/icons/underline.png") center / 100% 100% no-repeat;
  transform: rotate(-2deg);
}

.technology-intro .outline-button {
  margin-top: 16px;
}

.technology-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.technology-card {
  --technology-card-cut: 28px;
  --technology-card-mask: radial-gradient(
    circle 48px at calc(100% - 33px) calc(100% - 33px),
    transparent 0 47px,
    #000 48px
  );
  position: relative;
  overflow: visible;
  min-height: 286px;
  padding: 10px 18px 18px;
  border-radius: 5px;
  color: color-mix(in srgb, var(--card-accent) 13%, #07090d);
  color: contrast-color(var(--card-accent));
  background: transparent;
  transition: filter .25s ease;
}

.technology-card::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: 5px;
  background: var(--card-accent);
  content: "";
  pointer-events: none;
  clip-path: polygon(
    0 0,
    calc(100% - var(--technology-card-cut)) 0,
    100% var(--technology-card-cut),
    100% 100%,
    0 100%
  );
  -webkit-mask: var(--technology-card-mask);
  mask: var(--technology-card-mask);
}

.technology-card:hover {
  transform: none;
}

.technology-card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: "Oswald", Impact, "Arial Narrow", sans-serif;
  font-size: 43px;
  min-height: 63px;
  line-height: 1;
  transform: scaleY(1.5);
  transform-origin: top left;
}

.technology-card p {
  position: relative;
  z-index: 2;
  max-width: 100%;
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 700;
}

.technology-card img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
  filter: drop-shadow(0 20px 16px rgba(0, 0, 0, .23));
  clip-path: polygon(
    0 0,
    calc(100% - var(--technology-card-cut)) 0,
    100% var(--technology-card-cut),
    100% 100%,
    0 100%
  );
  -webkit-mask: var(--technology-card-mask);
  mask: var(--technology-card-mask);
}

.technology-card img:not([src$="/thumbs/rf.webp"]) {
  object-position: left calc(100% + 64px);
}

.technology-card--diode-980 {
  --technology-image: url("/assets/devices/diode-980.png");
  --technology-image-position: center calc(100% + 108px);
  --technology-image-size: 150% auto;
}

.technology-card--ndyag-h101 h3 {
  font-size: 43px;
  white-space: nowrap;
  transform: scaleY(1.5);
}

.technology-card--ndyag-h101 {
  --technology-image: url("/assets/devices/ndyag-h101.png");
  --technology-image-position: center calc(100% + 42px);
  --technology-image-size: 112% auto;
}

.technology-card--ndyag-x h3 {
  font-size: 43px;
  white-space: nowrap;
  transform: scaleY(1.5);
}

.technology-card--ndyag-x {
  --technology-image: url("/assets/devices/ndyag-x.png");
  --technology-image-position: 68% calc(100% + 105px);
  --technology-image-size: 168% auto;
}

.technology-card--diode-980::before,
.technology-card--ndyag-h101::before,
.technology-card--ndyag-x::before {
  background-color: var(--card-accent);
  background-image: var(--technology-image);
  background-position: var(--technology-image-position);
  background-repeat: no-repeat;
  background-size: var(--technology-image-size);
  clip-path: none;
  -webkit-mask: url("/assets/generated/technology-card-mask.svg") center / 100% 100% no-repeat;
  mask: url("/assets/generated/technology-card-mask.svg") center / 100% 100% no-repeat;
}

.technology-card--diode-980 > img,
.technology-card--ndyag-h101 > img,
.technology-card--ndyag-x > img {
  display: none;
}

.technology-card span {
  position: absolute;
  z-index: 3;
  bottom: 18px;
  left: 18px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 24px;
}

.why-section {
  padding-top: 12px;
}

.academy-section {
  position: relative;
  z-index: 3;
  overflow: hidden;
  color: #0a0d12;
  background:
    radial-gradient(circle at 85% 45%, rgba(255, 255, 255, .36), transparent 26%),
    #ffc400;
}

.academy-inner {
  display: grid;
  grid-template-columns: .86fr 1.65fr;
  gap: 34px;
  align-items: center;
  min-height: 220px;
  padding-block: 30px;
}

.academy-inner > div:first-child {
  position: relative;
  display: grid;
  grid-template-columns: 154px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.academy-section h2 {
  font-size: 58px;
  line-height: 1.12;
}

.academy-inner > div:first-child::before {
  position: relative;
  z-index: 20;
  display: block;
  width: 150px;
  height: 150px;
  background: #1769ff;
  content: "";
  -webkit-mask: url("/assets/generated/icons/training.png") center / contain no-repeat;
  mask: url("/assets/generated/icons/training.png") center / contain no-repeat;
  transform: rotate(-8deg);
}

.academy-title-word {
  position: relative;
  display: inline-block;
}

.academy-title-word::after {
  position: absolute;
  right: -14px;
  bottom: -26px;
  left: -14px;
  height: 32px;
  background: #ff3344;
  content: "";
  -webkit-mask: url("/assets/generated/icons/underline-double.png") center / 100% 100% no-repeat;
  mask: url("/assets/generated/icons/underline-double.png") center / 100% 100% no-repeat;
  transform: rotate(-1deg);
}

.academy-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 136px;
  gap: 22px;
  align-items: center;
}

.academy-cards::after {
  content: none;
}

.academy-cards article {
  position: relative;
  min-height: 126px;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 35px rgba(0, 0, 0, .12);
  font-family: "Oswald", Impact, "Arial Narrow", sans-serif;
  font-size: 19px;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(-3deg);
}

.academy-cards article:nth-child(2) {
  transform: rotate(2deg);
}

.academy-cards article:nth-child(3) {
  transform: rotate(4deg);
}

.academy-cards .academy-card--dark {
  color: #fff;
  background: #080b10;
}

.academy-cards .academy-card--blue {
  color: #fff;
  background: #1769ff;
}

.academy-cards span {
  position: absolute;
  right: 22px;
  bottom: 20px;
  font-size: 34px;
}

.academy-cards .academy-live {
  position: relative;
  right: auto;
  bottom: auto;
  display: grid;
  place-content: center;
  width: 126px;
  height: 126px;
  align-self: center;
  flex: 0 0 126px;
  color: #fff;
  border-radius: 50%;
  background: #ff3344;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .18);
  font-family: "Comic Sans MS", "Bradley Hand", cursive;
  isolation: isolate;
  line-height: 1.05;
  text-align: center;
  transform: rotate(6deg);
}

.academy-cards .academy-live::before {
  position: absolute;
  z-index: -1;
  top: -24px;
  left: -48px;
  width: 112px;
  height: 148px;
  background-image: radial-gradient(circle, rgba(255, 51, 68, .86) 1.45px, transparent 1.7px);
  background-size: 12px 12px;
  content: "";
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .95), rgba(0, 0, 0, .64) 42%, transparent 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .95), rgba(0, 0, 0, .64) 42%, transparent 100%);
  pointer-events: none;
  transform: rotate(-6deg);
}

.academy-live strong {
  font-size: 26px;
}

.academy-live small {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 700;
}

.home-consultation {
  position: relative;
  z-index: 2;
  background: #0c121a;
}

.home-consultation-inner {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  align-items: center;
  min-height: 230px;
}

.home-consultation h2 {
  font-size: 54px;
}

.home-consultation p {
  color: var(--muted);
}

.home-consultation .lead-form {
  color: var(--text);
}

.hero-rays {
  position: absolute;
  z-index: 7;
  top: 8%;
  left: 5%;
  width: 54px;
  height: 48px;
  pointer-events: none;
  background:
    linear-gradient(68deg, transparent 46%, #fff 47% 52%, transparent 53%) 0 27px / 29px 6px no-repeat,
    linear-gradient(82deg, transparent 46%, #fff 47% 52%, transparent 53%) 16px 6px / 26px 7px no-repeat,
    linear-gradient(98deg, transparent 46%, #fff 47% 52%, transparent 53%) 36px 0 / 8px 30px no-repeat;
  transform: rotate(-12deg);
}

.hero-index {
  position: absolute;
  right: -2px;
  bottom: 14%;
  z-index: 12;
  display: grid;
  gap: 5px;
  color: #747d88;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.hero-index button {
  all: unset;
  width: 24px;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: color .2s ease;
}

.hero-index button:hover,
.hero-index button:focus-visible {
  color: #fff;
}

.hero-index button:focus-visible {
  outline: 1px solid var(--accent);
  outline-offset: 4px;
}

.hero-index strong,
.hero-index button.is-active {
  position: relative;
  color: var(--accent);
}

.hero-index strong::after,
.hero-index button.is-active::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 22px;
  height: 1px;
  background: var(--accent);
  content: "";
}

.home-site .sticker--russia,
.theme-elos .sticker--russia {
  color: #0b0c0f;
  background: #ffc51b;
}

.home-site .sticker--russia,
.product-feature-hero .sticker--russia {
  top: 7%;
  right: 12%;
  width: 238px;
  min-height: 117px;
  padding: 18px 20px 32px;
  border-radius: 16px;
  font-family: "Comic Sans MS", "Bradley Hand", cursive;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: .9;
  text-align: left;
  transform: rotate(5deg);
}

.home-site .sticker--russia strong,
.product-feature-hero .sticker--russia strong {
  display: block;
  font-size: 43px;
  letter-spacing: -.045em;
  line-height: .9;
}

.home-site .sticker--russia::after,
.product-feature-hero .sticker--russia::after {
  position: absolute;
  bottom: 1px;
  left: 4px;
  width: 230px;
  height: 44px;
  background: currentColor;
  content: "";
  -webkit-mask: url("/assets/generated/icons/underline-double.png") center / 100% 100% no-repeat;
  mask: url("/assets/generated/icons/underline-double.png") center / 100% 100% no-repeat;
  pointer-events: none;
}

.home-site .sticker--russia .raster-mark--heart,
.product-feature-hero .sticker--russia .raster-mark--heart {
  position: absolute;
  top: 24px;
  right: 12px;
  width: 42px;
  height: 42px;
  transform: rotate(8deg);
}

.home-site .training-sticker,
.product-feature-hero .training-sticker {
  --training-cut: 40px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 3px;
  width: 190px;
  min-height: 190px;
  padding: 17px 16px 36px;
  overflow: hidden;
  border-radius: 16px 0 16px 16px;
  font-family: "Comic Sans MS", "Bradley Hand", cursive;
  font-size: 23px;
  line-height: .92;
  text-align: center;
  clip-path: polygon(
    0 0,
    calc(100% - var(--training-cut)) 0,
    100% var(--training-cut),
    100% 100%,
    0 100%
  );
}

.home-site .training-sticker img,
.product-feature-hero .training-sticker img {
  width: 96px;
  height: 82px;
  content: url("/assets/generated/icons/training-filled.png");
  filter: none;
}

.home-site .training-sticker__copy,
.product-feature-hero .training-sticker__copy {
  align-items: center;
  text-align: center;
}

.home-site .training-sticker__copy > span,
.product-feature-hero .training-sticker__copy > span {
  font-size: 1.3em;
  line-height: .9;
}

.home-site .training-sticker__copy strong,
.product-feature-hero .training-sticker__copy strong {
  padding: 0;
  color: inherit;
  background: none;
  font-size: 28px;
  line-height: .9;
}

.home-site .training-sticker::after,
.product-feature-hero .training-sticker::after {
  position: absolute;
  bottom: 3px;
  left: 10px;
  width: 170px;
  height: 42px;
  background: var(--product-accent);
  content: "";
  -webkit-mask: url("/assets/generated/icons/underline-double.png") center / 100% 100% no-repeat;
  mask: url("/assets/generated/icons/underline-double.png") center / 100% 100% no-repeat;
  pointer-events: none;
}

.theme-elos .sticker--white {
  top: 19%;
}

.theme-elos .sticker--russia {
  top: 32%;
}

.product-template .product-feature-hero .sticker--russia {
  top: 7%;
  right: 12%;
}

.theme-smas .sticker--white {
  color: #111;
  background: #fff;
}

.home-site .why-section {
  grid-template-columns: 230px 1fr 220px;
  min-height: 286px;
}

.home-site .why-section .benefit-grid {
  border-right: 0;
}

.why-visual {
  position: relative;
  align-self: stretch;
  overflow: hidden;
  min-height: 100%;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(ellipse at 35% 55%, rgba(240, 122, 187, .9) 0 20%, transparent 21%),
    radial-gradient(ellipse at 48% 58%, rgba(240, 122, 187, .62), transparent 45%);
}

.why-visual img {
  position: absolute;
  right: -18px;
  bottom: -6px;
  width: 188px;
  filter: grayscale(1) contrast(1.08);
}

.why-visual strong {
  position: absolute;
  right: 8px;
  bottom: 12px;
  z-index: 2;
  padding: 8px 12px;
  color: #fff;
  background: #080b0f;
  font-family: "Comic Sans MS", "Bradley Hand", cursive;
  font-size: 16px;
  line-height: 1.15;
  transform: rotate(-4deg);
}

.why-crown {
  position: absolute;
  top: 2px;
  right: 80px;
  z-index: 2;
  color: #fff;
  font-size: 58px;
  transform: rotate(-14deg);
}

.stage-note {
  position: absolute;
  bottom: 9px;
  left: 28px;
  z-index: 3;
  padding: 12px 18px;
  border-radius: 4px;
  color: #fff;
  background: #050709;
  box-shadow: 0 16px 30px rgba(0, 0, 0, .35);
  font-family: "Comic Sans MS", "Bradley Hand", cursive;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.05;
  transform: rotate(-5deg);
}

.stage-note em {
  color: var(--accent);
  font-style: normal;
}

.product-site .benefits-section,
.product-site .applications-section,
.product-site .process-section,
.product-site .results-section {
  scroll-margin-top: 16px;
}

.product-site .section-side-title::after,
.technology-intro::after {
  position: absolute;
  width: 88px;
  height: 50px;
  pointer-events: none;
  border-bottom: 3px solid currentColor;
  border-radius: 0 0 60% 45%;
  content: "";
  opacity: .9;
  transform: rotate(13deg);
}

.product-site .section-side-title::after {
  right: 18px;
  bottom: 26px;
}

.technology-intro {
  position: relative;
}

.anchor-target {
  position: absolute;
  top: 0;
  left: 0;
}

.technology-intro::after {
  top: 42px;
  right: -2px;
  border-color: var(--accent);
}

.theme-nd-yag .primary-button,
.theme-nd-yag .process-plus,
.theme-nd-yag .application-card h3 {
  color: #101216;
}

.theme-elos .consultation-title,
.theme-diode .consultation-title {
  color: #fff;
}

@media (max-width: 1260px) {
  .page-width {
    width: min(1180px, calc(100% - 48px));
  }

  .site-header {
    grid-template-columns: 190px minmax(0, 1fr) auto;
    gap: 14px;
  }

  .desktop-nav {
    gap: 9px;
  }

  .header-contact {
    gap: 9px;
  }

  .callback {
    padding-inline: 12px;
  }

  .product-hero,
  .home-hero {
    grid-template-columns: minmax(340px, .76fr) minmax(470px, 1.24fr);
    min-height: 640px;
  }

  .hero-machine {
    right: 7%;
  }

  .sticker--top,
  .sticker--russia {
    right: -10px;
  }

  .home-site .sticker--russia {
    right: 8%;
  }

  .section-shell {
    grid-template-columns: 215px 1fr;
  }

  .section-side-title h2 {
    font-size: 44px;
  }

  .application-card {
    grid-template-rows: auto 122px 1fr;
  }

  .application-card h3 {
    min-height: 64px;
    font-size: 14px;
  }

  .consultation-inner {
    grid-template-columns: 250px minmax(400px, 1fr) 140px;
  }

  .success-note,
  .specialist {
    display: none;
  }

  .technology-cards {
    grid-template-columns: repeat(5, minmax(148px, 1fr));
  }

  .technology-card {
    min-height: 270px;
  }

  .academy-inner {
    grid-template-columns: .7fr 1.3fr;
  }

  .academy-inner > div:first-child {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
  }

  .academy-inner > div:first-child::before {
    width: 92px;
    height: 92px;
  }

  .home-site .why-section {
    grid-template-columns: 215px 1fr 190px;
  }

  .why-visual img {
    right: -28px;
  }
}

@media (min-width: 981px) and (max-width: 1100px) {
  .site-header {
    grid-template-columns: 155px minmax(0, 1fr) auto;
    gap: 8px;
    padding-inline: 20px;
  }

  .brand-copy small {
    display: none;
  }

  .brand > img {
    width: 145px;
    height: auto;
  }

  .desktop-nav {
    gap: 6px;
  }

  .header-contact {
    gap: 6px;
  }

  .phone {
    font-size: 20px;
  }

  .callback {
    padding-inline: 10px;
  }
}

@media (max-width: 980px) {
  body {
    font-size: 16px;
  }

  .page-width {
    width: min(860px, calc(100% - 36px));
  }

  .site-header {
    grid-template-columns: 1fr auto 50px;
    min-height: 84px;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .product-hero,
  .home-hero {
    grid-template-columns: 1fr 1fr;
    min-height: 640px;
  }

  .product-hero .hero-copy h1 {
    font-size: 96px;
  }

  .hero-copy h2 {
    font-size: 42px;
  }

  .hero-description {
    font-size: 20px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-top: 28px;
  }

  .primary-button {
    min-width: 280px;
    min-height: 58px;
  }

  .hero-machine {
    right: -2%;
    height: 86%;
  }

  .product-site .hero-machine {
    right: 2%;
    bottom: -2%;
    height: 92%;
    transform: none;
  }

  .product-site .hero-machine--smas {
    right: 7%;
    height: 88%;
  }

  .sticker {
    padding: 11px 15px;
    font-size: 16px;
  }

  .sticker--top {
    top: 7%;
  }

  .sticker--white {
    top: 21%;
  }

  .sticker--russia {
    top: 34%;
  }

  .hit-badge {
    right: 0;
    width: 100px;
    height: 100px;
    font-size: 19px;
  }

  .section-shell,
  .technology-section {
    grid-template-columns: 1fr;
  }

  .home-site .why-section {
    grid-template-columns: 1fr;
  }

  .section-side-title {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 44px 0 24px;
  }

  .section-side-title .scribble-line,
  .section-side-title p,
  .section-side-title .outline-button {
    grid-column: 1;
  }

  .drawn-arrow {
    top: 54px;
    right: 30px;
    bottom: auto;
  }

  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefit-card:nth-child(3n) {
    border-right: 1px solid var(--line);
  }

  .benefit-card:nth-child(2n) {
    border-right: 0;
  }

  .application-grid {
    grid-template-columns: repeat(5, 230px);
    overflow-x: auto;
    padding-bottom: 30px;
    scroll-snap-type: x mandatory;
  }

  .application-card {
    scroll-snap-align: start;
  }

  .process-panel {
    margin-top: 0;
  }

  .consultation-inner {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .consultation-title h2 {
    font-size: 56px;
  }

  .finance-sticker {
    display: none;
  }

  .why-visual {
    min-height: 230px;
    border: 1px solid var(--line);
    border-top: 0;
  }

  .why-visual img {
    right: 8%;
  }

  .stage-note {
    top: 115px;
    bottom: auto;
  }

  .home-hero .hero-copy h1 {
    font-size: 86px;
  }

  .home-hero .hero-copy > p {
    font-size: 24px;
  }

  .home-arrow {
    display: none;
  }

  .home-hero .hero-actions {
    margin-top: 40px;
  }

  .home-hero .hero-machine {
    right: 3%;
  }

  .home-hero-collage-frame {
    top: 2%;
    width: min(90%, calc(100vh - 180px));
  }

  .clinic-badge {
    right: -24px;
  }

  .years-badge {
    left: -10%;
    width: 126px;
    height: 126px;
    padding: 10px;
    font-size: 14px;
  }

  .years-badge strong {
    font-size: 42px;
  }

  .years-badge .years-badge__stroke {
    width: 138px;
    height: 42px;
  }

  .training-sticker {
    right: 4%;
    bottom: 12%;
  }

  .academy-inner,
  .home-consultation-inner {
    grid-template-columns: 1fr;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media (max-width: 1260px) {
  .home-site .results-section--slider .slider-controls {
    right: 10px;
    left: 10px;
  }
}

@media (max-width: 680px) {
  .home-hero .hero-copy .hero-model-title {
    font-size: clamp(100px, 30vw, 118px);
  }

  .home-site .results-section--slider {
    gap: 16px;
    min-height: 0;
    padding: 30px 0 20px;
  }

  .home-site .results-section--slider .section-side-title h2 {
    font-size: 37px;
    line-height: .9;
    transform: scaleY(1.2);
  }

  .home-site .results-section--slider .side-underline {
    width: 180px;
    height: 30px;
    margin-top: 10px;
  }

  .home-site .results-section--slider .section-side-title p {
    margin-top: 8px;
    font-size: 14px;
  }

  .home-site .results-section--slider .results-slider-track {
    height: auto;
  }

  .home-site .results-section--slider .result-card--slide {
    grid-template-rows: auto auto auto;
  }

  .home-site .results-section--slider .slider-controls {
    right: 8px;
    left: 8px;
  }
}

@media (max-width: 680px) {
  .page-width {
    width: min(100% - 28px, 520px);
  }

  .site-header {
    grid-template-columns: 1fr 46px;
  }

  .brand > img {
    width: 150px;
    height: auto;
  }

  .brand-copy strong {
    font-size: 17px;
  }

  .brand-copy small {
    font-size: 12px;
  }

  .header-contact {
    display: none;
  }

  .mobile-menu {
    grid-column: 2;
  }

  .mobile-menu summary {
    width: 44px;
    height: 44px;
  }

  .product-hero,
  .home-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    padding: 34px 0 30px;
  }

  .product-hero .hero-copy h1 {
    font-size: clamp(82px, 27vw, 130px);
  }

  .hero-copy h2 {
    font-size: clamp(38px, 12vw, 58px);
  }

  .hero-description {
    max-width: 340px;
    font-size: 19px;
  }

  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }

  .primary-button {
    min-width: 0;
    min-height: 54px;
    padding: 0 14px;
    font-size: 12px;
  }

  .primary-button span {
    font-size: 22px;
  }

  .video-link b {
    font-size: 12px;
  }

  .play-icon {
    width: 45px;
    height: 45px;
  }

  .hero-visual {
    min-height: 530px;
  }

  .hero-orbit {
    top: 4%;
    left: 5%;
    width: 90%;
  }

  .hero-machine,
  .hero-machine--nd-yag {
    right: 5%;
    height: 96%;
  }

  .product-site .hero-machine,
  .product-site .hero-machine--nd-yag,
  .theme-diode .hero-machine {
    right: 8%;
    bottom: -2%;
    height: 96%;
    transform: none;
  }

  .hero-machine--smas {
    right: 2%;
    bottom: 8%;
    height: 72%;
  }

  .product-site .hero-machine--smas {
    right: 4%;
    bottom: 0;
    height: 94%;
  }

  .sticker--top {
    top: 7%;
    right: 0;
  }

  .sticker--white {
    top: 20%;
    right: 0;
  }

  .sticker--russia {
    top: 33%;
    right: 0;
  }

  .hit-badge {
    right: 2%;
    bottom: 7%;
  }

  .section-side-title {
    display: block;
  }

  .section-side-title h2,
  .technology-intro h2 {
    font-size: 47px;
  }

  .drawn-arrow {
    top: 64px;
    right: 8px;
    font-size: 64px;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
    border-radius: 12px;
  }

  .benefit-card {
    min-height: 135px;
    padding: 22px;
    border-right: 0 !important;
  }

  .application-grid {
    grid-template-columns: repeat(5, 250px);
  }

  .process-panel {
    grid-template-columns: 1fr;
  }

  .process-panel article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .process-panel article {
    padding: 24px 20px 30px;
  }

  .process-plus {
    top: 50%;
    width: 52px;
    height: 52px;
  }

  .skin-diagram {
    height: 210px;
  }

  .results-grid {
    grid-template-columns: repeat(3, 270px);
    overflow-x: auto;
    padding-bottom: 28px;
    scroll-snap-type: x mandatory;
  }

  .result-card {
    scroll-snap-align: start;
  }

  .consultation-title h2,
  .home-consultation h2 {
    font-size: 48px;
  }

  .lead-form {
    grid-template-columns: 1fr;
  }

  .lead-form button {
    width: 100%;
  }

  .form-note {
    grid-column: 1;
  }

  .home-hero .hero-copy h1 {
    font-size: clamp(76px, 24vw, 118px);
  }

  .home-hero .hero-copy > p {
    font-size: 22px;
  }

  .home-hero .hero-actions {
    margin-top: 30px;
  }

  .home-hero .hero-visual {
    min-height: 580px;
  }

  .home-hero .hero-machine {
    right: 8%;
    height: 98%;
  }

  .home-hero-collage-frame {
    top: 4%;
    width: 108%;
  }

  .clinic-badge {
    --badge-cut: 22px;
    top: 32%;
    right: -34px;
    width: 170px;
    padding: 16px 14px 14px;
    border-radius: 13px 0 13px 13px;
  }

  .clinic-badge strong {
    font-size: 44px;
  }

  .clinic-badge__label {
    margin-top: 6px;
    font-size: 16px;
  }

  .clinic-badge small {
    margin-top: 7px;
    font-size: 12px;
  }

  .years-badge {
    bottom: 18%;
    left: -8%;
  }

  .home-site .training-sticker,
  .product-feature-hero .training-sticker {
    --training-cut: 28px;
    right: 6%;
    bottom: 9%;
    grid-template-columns: 1fr;
    width: 148px;
    min-height: 160px;
    padding: 12px 12px 29px;
    border-radius: 12px 0 12px 12px;
    font-size: 17px;
  }

  .home-site .training-sticker img,
  .product-feature-hero .training-sticker img {
    width: 70px;
    height: 60px;
  }

  .home-site .training-sticker__copy strong,
  .product-feature-hero .training-sticker__copy strong {
    font-size: 21px;
  }

  .home-site .training-sticker::after,
  .product-feature-hero .training-sticker::after {
    bottom: 2px;
    left: 8px;
    width: 132px;
    height: 32px;
  }

  .hero-circle-play .play-icon {
    width: 68px;
    height: 68px;
  }

  .technology-section {
    gap: 20px;
  }

  .technology-cards {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .technology-card {
    flex: 0 0 240px;
    min-height: 290px;
    scroll-snap-align: start;
  }

  .academy-section h2 {
    font-size: 56px;
  }

  .academy-inner > div:first-child {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .academy-inner > div:first-child::before {
    width: 88px;
    height: 88px;
  }

  .academy-cards {
    display: flex;
    overflow-x: auto;
    padding: 10px 4px 28px;
  }

  .academy-cards article {
    flex: 0 0 220px;
  }

  .hero-index,
  .why-visual {
    display: none;
  }

  .stage-note {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    display: inline-block;
    margin: 0 0 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
  }
}

@media (max-width: 980px) {
  .product-feature-hero .hero-copy {
    align-self: start;
  }

  .product-hero-description {
    flex: none;
    gap: 20px;
    margin-bottom: 28px;
    font-size: clamp(15px, 2vw, 17px);
  }

  .product-feature-hero .hero-actions {
    position: static;
  }

  .product-feature-hero .hero-actions > .primary-button {
    width: min(100%, 360px);
  }
}

@media (max-width: 680px) {
  .product-feature-hero .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .product-feature-hero .hero-actions > .primary-button {
    width: 100%;
  }
}

/* Full-site structure and raster art system */

.site-header {
  min-height: 76px;
}

.raster-mark {
  display: block;
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  color: var(--accent);
  background: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  pointer-events: none;
}

.raster-mark--arrow-down {
  -webkit-mask-image: url("/assets/generated/icons/arrow-down.png");
  mask-image: url("/assets/generated/icons/arrow-down.png");
}

.raster-mark--arrow-up {
  -webkit-mask-image: url("/assets/generated/icons/arrow-up.png");
  mask-image: url("/assets/generated/icons/arrow-up.png");
}

.raster-mark--underline {
  -webkit-mask-image: url("/assets/generated/icons/underline.png");
  mask-image: url("/assets/generated/icons/underline.png");
}

.raster-mark--underline-double {
  -webkit-mask-image: url("/assets/generated/icons/underline-double.png");
  mask-image: url("/assets/generated/icons/underline-double.png");
}

.raster-mark--rays {
  -webkit-mask-image: url("/assets/generated/icons/rays.png");
  mask-image: url("/assets/generated/icons/rays.png");
}

.raster-mark--crown {
  -webkit-mask-image: url("/assets/generated/icons/crown.png");
  mask-image: url("/assets/generated/icons/crown.png");
}

.raster-mark--heart {
  -webkit-mask-image: url("/assets/generated/icons/heart.png");
  mask-image: url("/assets/generated/icons/heart.png");
}

.raster-mark--orbit {
  -webkit-mask-image: url("/assets/generated/icons/orbit.png");
  mask-image: url("/assets/generated/icons/orbit.png");
}

.side-underline,
.hero-underline,
.consultation-underline {
  width: 170px;
  height: 42px;
  margin: -13px 0 10px;
}

.hero-underline {
  width: min(360px, 86%);
  height: 54px;
  margin: -20px 0 2px;
}

.button-arrow {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-left: 10px;
  background: currentColor;
  -webkit-mask: url("/assets/generated/icons/arrow-up.png") center / contain no-repeat;
  mask: url("/assets/generated/icons/arrow-up.png") center / contain no-repeat;
  transform: rotate(35deg);
}

.card-arrow {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0;
  border: 2px solid color-mix(in srgb, currentColor 58%, transparent);
  border-radius: 50%;
  background: transparent;
}

.card-arrow::before {
  width: 25px;
  height: 25px;
  background: currentColor;
  content: "";
  -webkit-mask: url("/assets/generated/icons/arrow-right.svg") center / contain no-repeat;
  mask: url("/assets/generated/icons/arrow-right.svg") center / contain no-repeat;
}

.home-hero .primary-button {
  width: min(100%, 360px);
  min-width: 0;
  min-height: 76px;
  padding: 0 26px 0 30px;
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
}

.button-arrow {
  width: 32px;
  height: 32px;
  -webkit-mask-image: url("/assets/generated/icons/arrow-down.png");
  mask-image: url("/assets/generated/icons/arrow-down.png");
  transform: none;
}

.home-hero .primary-button .button-arrow {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  margin-left: auto;
  background: url("/assets/generated/icons/arrow-right.svg") center / contain no-repeat;
  -webkit-mask: none;
  mask: none;
  transform: rotate(90deg);
}

.home-hero .hero-equipment-button {
  color: #090d13;
  background: var(--product-cta);
}

.home-hero .hero-equipment-button__heart {
  width: 54px;
  height: 54px;
  margin-left: auto;
  color: #090d13;
  transform: rotate(-8deg);
}

@media (min-width: 981px) {
  .home-hero .hero-actions {
    gap: 18px;
  }

  .home-hero .hero-actions > .primary-button {
    flex: 1 1 0;
    width: auto;
    padding-inline: 22px;
  }
}

@media (max-width: 680px) {
  .home-hero .primary-button {
    min-height: 68px;
    padding-right: 22px;
    padding-left: 24px;
    font-size: 15px;
  }

  .home-hero .primary-button .button-arrow {
    width: 34px;
    height: 34px;
  }
}

.play-icon {
  position: relative;
}

.play-icon i {
  display: block;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid currentColor;
}

.hero-rays--raster {
  position: absolute;
  top: 5%;
  left: 14%;
  width: 92px;
  height: 92px;
  color: var(--text);
  border: 0;
  transform: rotate(-36deg);
}

.hero-rays--raster::before,
.hero-rays--raster::after {
  content: none;
}

.sticker--russia .raster-mark {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 68px;
  height: 68px;
  color: currentColor;
  transform: translateY(-50%);
}

.hit-badge .raster-mark {
  width: 40px;
  height: 28px;
  margin: -6px auto -1px;
  color: #fff;
}

.training-sticker {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 6px;
  width: 190px;
  box-sizing: border-box;
  text-align: left;
}

.training-sticker img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: brightness(0);
}

.training-sticker__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.training-sticker__copy strong {
  padding: 1px 5px 2px;
  color: #fff;
  font: inherit;
  line-height: .95;
  background: var(--accent);
}

.home-arrow--raster {
  width: var(--home-arrow-width);
  max-width: none;
  height: var(--home-arrow-height);
  color: transparent;
  background: url("/assets/generated/icons/home-arrow-concept-v2.png") center / contain no-repeat;
  -webkit-mask: none;
  mask: none;
  transform: rotate(2deg);
  transform-origin: left center;
}

@media (min-width: 981px) {
  .home-hero .hero-visual,
  .product-feature-hero .hero-visual {
    --years-anchor-x: 13%;
    --years-anchor-bottom: 17%;
    --years-badge-lift: clamp(80px, 6vw, 115px);
    --years-badge-shift-x: clamp(40px, 4vw, 70px);
    --home-arrow-width: clamp(480px, 29vw, 560px);
    --home-arrow-height: clamp(184px, 11.13vw, 215px);
  }

  .home-hero .hero-copy .hero-model-title {
    font-size: clamp(120px, min(14.5vw, 23vh), 300px);
  }
}

.drawn-arrow--raster {
  width: 118px;
  height: 92px;
  color: var(--text);
  font-size: 0;
  transform: rotate(-4deg);
}

.product-site .section-side-title::after,
.technology-intro::after {
  content: none;
}

.benefit-icon {
  align-self: start;
  width: 64px;
  height: 64px;
  margin: -7px 0 0 -6px;
  padding: 0;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  filter: none;
}

.why-visual img {
  right: -12px;
  bottom: -28px;
  width: 210px;
  max-height: 290px;
  object-fit: contain;
  object-position: bottom;
}

.why-crown {
  position: absolute;
  top: 0;
  right: 2px;
  width: 72px;
  height: 72px;
  color: var(--text);
  font-size: 0;
  transform: rotate(8deg);
}

.stage-note .raster-mark {
  position: absolute;
  right: -24px;
  bottom: -14px;
  width: 42px;
  height: 42px;
}

.content-slider {
  min-width: 0;
}

.slider-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 3px 2px 22px;
  cursor: grab;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.slider-track::-webkit-scrollbar {
  display: none;
}

.slider-track img,
.slider-track a {
  user-select: none;
  -webkit-user-drag: none;
}

.slider-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.slider-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 8px;
}

.slider-controls[hidden] {
  display: none;
}

.slider-controls button {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  color: var(--text);
  cursor: pointer;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, .025);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.slider-controls button:hover {
  border-color: var(--accent);
  background: color-mix(in srgb, var(--accent) 12%, transparent);
  transform: translateY(-2px);
}

.slider-chevron {
  width: 11px;
  height: 11px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.slider-chevron--prev {
  margin-left: 4px;
  transform: rotate(-135deg);
}

.slider-chevron--next {
  margin-right: 4px;
  transform: rotate(45deg);
}

.slider-count {
  min-width: 34px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
}

.technology-section {
  grid-template-columns: 250px minmax(0, 1fr);
  gap: clamp(44px, 4vw, 64px);
  padding-top: 52px;
  padding-bottom: 54px;
}

.home-site .technology-section {
  border-bottom: 0;
}

.technology-main {
  min-width: 0;
}

.catalog-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-bottom: 18px;
}

.catalog-tabs button {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 0 7px;
  color: var(--muted);
  cursor: pointer;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: color .2s ease, transform .2s ease;
}

.catalog-tabs button::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 2px;
  background: var(--accent);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.catalog-tabs button.is-active,
.catalog-tabs button:hover {
  color: var(--text);
  background: transparent;
}

.catalog-tabs button.is-active::after,
.catalog-tabs button:hover::after {
  transform: scaleX(1);
}

@media (min-width: 981px) {
  .technology-intro {
    padding-top: 0;
  }

  .technology-intro__actions {
    position: absolute;
    right: 0;
    bottom: 78px;
    left: 0;
  }
}

.technology-intro__actions {
  margin-top: 72px;
}

.technology-intro__actions p {
  margin: 0;
}

@media (min-width: 981px) {
  .technology-intro__actions {
    margin-top: 0;
  }
}

.catalog-consultation-button {
  width: min(100%, 220px);
  min-width: 0;
  min-height: 58px;
  margin-top: 24px;
  padding-inline: 20px 15px;
  color: #fff;
  background: var(--accent);
  line-height: 1.1;
  text-align: left;
}

.catalog-arrow {
  position: absolute;
  top: 60px;
  right: -12px;
  width: 88px;
  height: 64px;
  color: var(--accent);
  transform: rotate(42deg);
}

@media (min-width: 981px) {
  .catalog-arrow {
    top: auto;
    right: -18px;
    bottom: 174px;
    width: 112px;
    height: 72px;
    transform: rotate(-24deg);
  }
}

.technology-cards--slider {
  display: flex;
  grid-template-columns: none;
  min-width: 0;
}

@media (min-width: 981px) {
  .technology-cards--slider {
    margin-right: min(-24px, calc(590px - 50vw));
  }
}

@media (min-width: 1261px) {
  .technology-cards--slider {
    margin-right: min(-32px, calc(800px - 50vw));
  }
}

.technology-cards--slider .technology-card {
  flex: 0 0 238px;
  min-height: 330px;
  scroll-snap-align: start;
}

.technology-card > .card-arrow {
  position: absolute;
  right: -5px;
  bottom: -5px;
  left: auto;
  width: 76px;
  height: 76px;
  color: var(--card-accent);
  border: 6px solid #05070b;
  background: #05070b;
  box-shadow: inset 0 0 0 3px var(--card-accent);
}

.technology-card > .card-arrow::before {
  width: 30px;
  height: 30px;
}

.directions-section {
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 0;
  padding: 62px 0;
}

@media (min-width: 981px) and (max-width: 1260px) {
  .directions-section {
    grid-template-columns: 230px minmax(0, 1fr);
  }
}

.home-site .directions-section .procedure-intro {
  margin-top: clamp(136px, 10.8vw, 148px);
}

.home-site .directions-section .section-label {
  width: max-content;
  padding: 4px 7px 5px;
  color: #fff;
  background: var(--accent);
}

.home-site .directions-section .procedure-intro strong {
  display: block;
  margin-top: 14px;
  color: var(--accent);
  font-weight: 700;
}

.procedure-consultation-button {
  width: min(100%, 220px);
  min-width: 0;
  min-height: 58px;
  margin-top: 26px;
  padding: 0 14px 0 17px;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.15;
  text-align: left;
}

.procedure-consultation-button:hover,
.procedure-consultation-button:focus-visible,
.training-signup-button:hover,
.training-signup-button:focus-visible,
.faq-question-button:hover,
.faq-question-button:focus-visible {
  transform: none;
}

.equipment-picker-modal {
  width: min(600px, calc(100% - 32px));
  max-width: none;
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 0;
  overflow: auto;
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0, color-mix(in srgb, var(--accent) 22%, transparent), transparent 42%),
    #0b1017;
  box-shadow: 0 34px 100px rgba(0, 0, 0, .68);
  scrollbar-width: none;
}

.equipment-picker-modal::-webkit-scrollbar {
  display: none;
}

.equipment-picker-modal::backdrop {
  background: rgba(3, 5, 8, .82);
  backdrop-filter: blur(9px);
}

.equipment-picker-modal__panel {
  position: relative;
  padding: 42px;
}

.equipment-picker-modal .section-label {
  margin: 0 52px 14px 0;
}

.equipment-picker-modal h2 {
  max-width: 470px;
  margin: 0;
  font-family: "Oswald", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(38px, 5vw, 58px);
  letter-spacing: -.035em;
  line-height: .92;
  text-transform: uppercase;
}

.equipment-picker-modal__description {
  max-width: 490px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.35;
}

.equipment-picker-modal__form {
  grid-template-columns: 1fr 1fr;
  gap: 14px 12px;
  margin-top: 30px;
}

.equipment-picker-modal__form > button {
  grid-column: 1 / -1;
  justify-self: start;
  width: auto;
  min-width: 280px;
  min-height: 58px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: var(--accent);
}

.equipment-picker-modal__form .button-arrow {
  flex: 0 0 auto;
  width: 34px;
  height: 22px;
  margin-left: 20px;
  background: url("/assets/generated/icons/arrow-right.svg") center / contain no-repeat;
  -webkit-mask: none;
  mask: none;
  transform: translateY(-2px) rotate(-9deg);
}

.equipment-picker-modal .lead-form .form-consent > .form-consent__text {
  color: var(--product-accent);
  font-weight: 700;
  opacity: 1;
}

.equipment-picker-modal .form-consent__text::before {
  width: 21px;
  height: 21px;
  border: 2px solid var(--product-accent);
  box-shadow: 0 0 0 3px rgba(255, 51, 68, .13);
  opacity: 1;
}

.equipment-picker-modal .form-consent__text::after {
  top: 50%;
  left: 7px;
}

.equipment-picker-modal .form-consent input:checked + .form-consent__text::before {
  border-color: var(--product-accent);
  background: var(--product-accent);
}

.equipment-picker-modal__form .form-note {
  grid-column: 1 / -1;
  color: var(--muted);
}

.equipment-picker-modal__close {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  padding: 0;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  background: rgba(255, 255, 255, .04);
  outline: 0;
}

.equipment-picker-modal__close::before,
.equipment-picker-modal__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 2px;
  background: var(--text);
  content: "";
}

.equipment-picker-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.equipment-picker-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.equipment-picker-modal__close:hover,
.equipment-picker-modal__close:focus-visible {
  border-color: var(--accent);
  background: color-mix(in srgb, var(--accent) 16%, transparent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 22%, transparent);
}

@media (min-width: 981px) {
  .home-site .directions-section .section-side-title {
    position: sticky;
    top: 94px;
    align-self: start;
    padding-top: 3px;
  }
}

.procedure-main {
  min-width: 0;
  overflow-anchor: none;
}

.procedure-device-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 0 0 18px;
}

.procedure-device-filter button {
  --device-filter-color: var(--text);
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 4px 0 7px;
  color: var(--text);
  cursor: pointer;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: color .2s ease, transform .2s ease;
}

.procedure-device-filter button::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 2px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.procedure-device-filter button:not([data-device="all"]) {
  padding-left: 0;
}

.procedure-device-filter button:not([data-device="all"])::before {
  position: static;
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--device-filter-color);
  content: "";
}

.procedure-device-filter button[data-device="alfa"] {
  --device-filter-color: #ff3344;
}

.procedure-device-filter button[data-device="omega"] {
  --device-filter-color: #ffc400;
}

.procedure-device-filter button[data-device="combine"] {
  --device-filter-color: #1769ff;
}

.procedure-device-filter button[data-device="diode"] {
  --device-filter-color: #8a2be2;
}

.procedure-device-filter button[data-device="diode-980"] {
  --device-filter-color: #00e5ff;
}

.procedure-device-filter button[data-device="ndyag-h101"] {
  --device-filter-color: #b6ff00;
}

.procedure-device-filter button[data-device="ndyag-x"] {
  --device-filter-color: #ff6b00;
}

.procedure-device-filter button[data-device="rf"] {
  --device-filter-color: #f07abb;
}

.procedure-device-filter button:hover,
.procedure-device-filter button.is-active {
  background: transparent;
}

.procedure-device-filter button:hover::after,
.procedure-device-filter button.is-active::after {
  transform: scaleX(1);
}

.procedure-device-filter button:active {
  transform: translateY(1px);
}

.procedure-grid {
  column-count: 4;
  column-gap: 14px;
  min-width: 0;
}

.direction-card[hidden] {
  display: none;
}

.direction-card {
  display: inline-block;
  width: 100%;
  margin: 0 0 14px;
  overflow: hidden;
  break-inside: avoid;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  color: var(--text);
  background:
    radial-gradient(circle at 100% 100%, rgba(255, 51, 68, .08), transparent 44%),
    #0b0f16;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .22);
}

.procedure-gallery-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  color: inherit;
  cursor: zoom-in;
  border: 0;
  background: #111722;
}

.procedure-gallery-trigger::after {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='10.5' cy='10.5' r='5.5'/%3E%3Cpath d='m15 15 4.5 4.5'/%3E%3C/svg%3E") center / 18px 18px no-repeat,
    rgba(5, 7, 11, .64);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .3);
  content: "";
}

.procedure-gallery-trigger img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 132px;
  max-height: 310px;
  object-fit: cover;
  filter: saturate(.94) contrast(1.04);
}

.direction-card__body {
  padding: 17px 18px 18px;
}

.direction-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.08;
  text-transform: uppercase;
}

.direction-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.direction-card__price {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.direction-card__price span {
  flex: 0 0 112px;
  max-width: 112px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}

.direction-card__price strong {
  flex: 0 0 auto;
  color: var(--text);
  font-family: "Oswald", Impact, "Arial Narrow", sans-serif;
  font-size: 20px;
  line-height: 1;
}

.direction-card__devices {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 17px;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.direction-card__price + .direction-card__devices {
  margin-top: 13px;
}

.device-link {
  --device-color: var(--text);
  --device-ink: #090d13;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 7px;
  color: var(--text);
  font-family: "Oswald", Impact, "Arial Narrow", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .045em;
  line-height: 1;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease;
}

.device-link::before {
  position: static;
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--device-color);
  content: "";
  transition: background .2s ease;
}

.device-link::after {
  display: none;
  content: none;
}

.device-link:hover {
  color: #05070b;
  color: contrast-color(var(--device-color));
  background: var(--device-color);
  filter: none;
}

.device-link:hover::before,
.device-link:focus-visible::before {
  background: currentColor;
}

.device-link--alfa {
  --device-color: #ff3344;
  --device-ink: #fff;
}

.device-link--omega {
  --device-color: #ffc400;
}

.device-link--combine {
  --device-color: #1769ff;
}

.device-link--diode {
  --device-color: #8a2be2;
  --device-ink: #fff;
}

.device-link--diode-980 {
  --device-color: #00e5ff;
}

.device-link--ndyag-h101 {
  --device-color: #b6ff00;
}

.device-link--ndyag-x {
  --device-color: #ff6b00;
}

.device-link--rf {
  --device-color: #f07abb;
}

.catalog-empty {
  min-height: 230px;
  margin: 0;
  padding: 72px 30px;
  color: var(--muted);
  border: 1px dashed rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .025);
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.procedure-gallery {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: var(--text);
  border: 0;
  background: rgba(3, 5, 8, .96);
}

.procedure-gallery::backdrop {
  background: rgba(3, 5, 8, .92);
  backdrop-filter: blur(10px);
}

.procedure-gallery__shell {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 76px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 28px;
}

.procedure-gallery__figure {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  justify-items: center;
  row-gap: 14px;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.procedure-gallery__image {
  align-self: center;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100dvh - 220px);
  object-fit: contain;
  border-radius: 5px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .48);
}

.procedure-gallery__heading {
  width: min(760px, 100%);
  text-align: center;
}

.procedure-gallery__count {
  display: block;
  margin-bottom: 5px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

.procedure-gallery__title {
  margin: 0;
  font-family: "Oswald", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1;
  text-transform: uppercase;
}

.procedure-gallery__devices {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
}

.procedure-gallery__devices-label {
  color: var(--muted);
  font-size: 14px;
}

.procedure-gallery__device {
  font-size: clamp(19px, 1.8vw, 25px);
  letter-spacing: .055em;
}

.procedure-gallery__nav,
.procedure-gallery__close {
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--text);
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  background: rgba(255, 255, 255, .045);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.procedure-gallery__nav {
  width: 54px;
  height: 54px;
  justify-self: center;
}

.procedure-gallery__nav:hover,
.procedure-gallery__close:hover {
  border-color: var(--accent);
  background: color-mix(in srgb, var(--accent) 18%, #05070b);
  transform: scale(1.05);
}

.procedure-gallery__close {
  position: absolute;
  z-index: 2;
  top: 22px;
  right: 22px;
  width: 48px;
  height: 48px;
}

.procedure-gallery__close::before,
.procedure-gallery__close::after {
  position: absolute;
  width: 20px;
  height: 2px;
  background: currentColor;
  content: "";
}

.procedure-gallery__close::before {
  transform: rotate(45deg);
}

.procedure-gallery__close::after {
  transform: rotate(-45deg);
}

.academy-cards article {
  position: relative;
  overflow: hidden;
}

.academy-cards article > img {
  position: absolute;
  right: -6px;
  bottom: -10px;
  width: 100px;
  height: 100px;
  object-fit: contain;
  opacity: .9;
}

.academy-cards article:not(.academy-card--dark):not(.academy-card--blue) > img {
  filter: brightness(0);
}

.product-gallery-section {
  padding: 66px 0 62px;
}

.gallery-arrow {
  width: 124px;
  height: 90px;
  margin: 18px 0 0 60px;
  color: var(--accent);
}

.product-gallery-track {
  gap: 18px;
}

.product-gallery-slide {
  position: relative;
  flex: 0 0 min(690px, 82%);
  min-height: 470px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 44%, color-mix(in srgb, var(--accent) 17%, transparent), transparent 45%),
    #0c121a;
  scroll-snap-align: start;
}

.product-gallery-slide > img {
  width: 100%;
  height: 470px;
  object-fit: contain;
}

.product-gallery-slide figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  background: rgba(5, 8, 13, .82);
  backdrop-filter: blur(10px);
}

.product-gallery-slide figcaption span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
}

.product-gallery-slide figcaption strong {
  font-size: 12px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.application-grid--slider {
  display: flex;
  grid-template-columns: none;
  min-width: 0;
  overflow-x: auto;
  padding: 3px 2px 22px;
}

.application-grid--slider .application-card {
  flex: 0 0 230px;
  min-height: 328px;
  scroll-snap-align: start;
}

.results-section--slider {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr);
  gap: 28px;
  height: 100svh;
  min-height: 700px;
  max-height: 1000px;
  padding: 48px 0 36px;
}

.home-site .results-section--slider .section-side-title {
  display: block;
  width: min(1100px, 100%);
  margin-inline: auto;
  padding: 0 24px;
  text-align: center;
}

.home-site .results-section--slider .section-side-title h2 {
  font-size: clamp(42px, 4vw, 62px);
  line-height: .88;
  transform-origin: top center;
}

.home-site .results-section--slider .side-underline {
  width: 260px;
  height: 50px;
  margin: 12px auto 0;
}

.home-site .results-section--slider .section-side-title p {
  max-width: 720px;
  margin: 6px auto 0;
}

.home-site .results-section--slider .content-slider {
  position: relative;
  width: min(1120px, 100%);
  min-height: 0;
  margin-inline: auto;
}

.results-slider-track {
  gap: 18px;
  height: 100%;
  padding-bottom: 12px;
}

.result-card--slide {
  display: grid;
  flex: 0 0 100%;
  grid-template-rows: auto minmax(0, 1fr) auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #0c121a;
  scroll-snap-align: start;
}

.result-card--slide .result-image {
  height: clamp(320px, 40svh, 420px);
  border-radius: 0;
}

.result-card--slide .result-image img {
  filter: none;
}

.result-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 0 24px;
}

.result-card-head h3 {
  margin: 0;
  font-size: 20px;
}

.home-site .results-section--slider .result-meta {
  min-height: 58px;
  margin: 0;
  padding: 10px 24px;
}

.home-site .results-section--slider .slider-controls {
  position: absolute;
  z-index: 4;
  top: 52%;
  right: -62px;
  left: -62px;
  justify-content: space-between;
  margin-top: 0;
  pointer-events: none;
  transform: translateY(-50%);
}

.home-site .results-section--slider .slider-controls button {
  color: #fff;
  border-color: var(--product-accent);
  background: var(--product-accent);
  pointer-events: auto;
}

.home-site .results-section--slider .slider-count {
  display: none;
}

.result-card-head > span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
}

.specs-section {
  display: grid;
  grid-template-columns: 1fr 1.65fr;
  gap: 54px;
  margin: 18px 0;
  padding: 68px 48px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 13%, #0d141e), #090e15 58%),
    #0c121a;
}

.specs-heading h2,
.assurance-heading h2,
.business-section h2,
.installment-section h2,
.faq-heading h2,
.showroom-copy h2 {
  margin: 0;
  font-size: clamp(48px, 5vw, 78px);
  line-height: .9;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.specs-heading > p:last-child,
.assurance-heading > p:last-child,
.business-section > div:first-of-type > p:last-child,
.installment-section > div:nth-child(2) > p,
.showroom-copy > p {
  max-width: 520px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.section-label {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.specs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.specs-grid article {
  position: relative;
  display: grid;
  min-height: 122px;
  padding: 20px 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.specs-grid article > span {
  position: absolute;
  top: 12px;
  right: 14px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
}

.specs-grid small {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.specs-grid strong {
  align-self: end;
  font-size: 23px;
  line-height: 1;
}

.kit-section {
  padding: 70px 0 62px;
}

.kit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
}

.kit-grid article {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 170px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .018);
}

.kit-grid article:nth-child(2n) {
  border-right: 0;
}

.kit-grid article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.kit-grid img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.kit-grid h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.05;
  text-transform: uppercase;
}

.kit-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.training-detail {
  padding: 74px 0 66px;
}

.home-site .training-detail {
  grid-template-columns: minmax(270px, 300px) minmax(0, 1fr);
  gap: 32px;
  border-bottom: 0;
}

.home-site .training-detail .section-side-title {
  padding: 0;
}

.home-site .training-detail .section-side-title .section-label {
  margin-bottom: 28px;
}

.home-site .training-detail .section-side-title h2 {
  line-height: .98;
}

.home-site .training-detail .section-side-title .side-underline {
  width: min(360px, 92%);
  height: 56px;
  margin: 70px 0 34px;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.home-site .training-detail .section-side-title p {
  max-width: 270px;
  margin-top: 0;
  line-height: 1.32;
}

.training-summary {
  display: grid;
  gap: 14px;
  max-width: 270px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.28;
  list-style: none;
}

.training-summary li {
  position: relative;
  padding-left: 20px;
}

.training-summary li::before {
  position: absolute;
  top: .55em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

.training-signup-button {
  width: 100%;
  max-width: 270px;
  min-width: 0;
  margin-top: 34px;
}

.home-site .training-detail .section-side-title .training-repeat {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-weight: 400;
}

.training-stage {
  display: grid;
  grid-template-columns: minmax(330px, .95fr) 1.05fr;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #0b1119;
}

.home-site .training-stage {
  grid-template-columns: minmax(360px, 1fr) minmax(420px, 1fr);
  min-height: 460px;
  border: 0;
  border-radius: 10px;
}

.training-slider {
  position: relative;
  min-width: 0;
  min-height: 460px;
  overflow: hidden;
  border-right: 1px solid var(--line);
  background: #080d14;
  touch-action: pan-y;
  user-select: none;
}

.training-slider__slides,
.training-slider__slide {
  position: absolute;
  inset: 0;
}

.training-slider__slide {
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}

.training-slider__slide::before {
  position: absolute;
  inset: -24px;
  background: var(--training-photo) center / cover no-repeat;
  content: "";
  filter: blur(18px) brightness(.72) saturate(.8);
  opacity: .82;
  transform: scale(1.08);
}

.training-slider__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.training-slider__slide img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 16px 32px rgba(4, 7, 11, .35));
}

.training-slider__side {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 0;
  color: #fff;
  cursor: pointer;
  border: 0;
  background: transparent;
}

.training-slider__side--prev {
  left: 0;
}

.training-slider__side--next {
  right: 0;
}

.training-slider__side .slider-chevron {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  opacity: 0;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .72));
  transition: opacity .2s ease, transform .2s ease;
}

.training-slider__side--prev .slider-chevron {
  left: 22px;
}

.training-slider__side--next .slider-chevron {
  right: 22px;
}

.training-slider__side:hover .slider-chevron,
.training-slider__side:focus-visible .slider-chevron {
  opacity: 1;
}

.training-slider__play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(5, 8, 13, .58);
  transform: translate(-50%, -50%);
}

.training-slider__play::after {
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid #fff;
  content: "";
}

.training-practice-note {
  position: absolute;
  z-index: 4;
  top: 22px;
  right: 22px;
  padding: 13px 50px 13px 16px;
  color: #fff;
  border-radius: 7px;
  background: var(--accent);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(2deg);
}

.training-practice-note__heart {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 30px;
  height: 30px;
  color: #fff;
  transform: translateY(-50%) rotate(-8deg);
}

.training-slider__controls {
  position: absolute;
  z-index: 5;
  right: 20px;
  bottom: 18px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.training-slider__controls > button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 50%;
  color: #fff;
  background: rgba(5, 8, 13, .72);
}

.training-slider__controls .slider-chevron {
  width: 10px;
  height: 10px;
}

.training-slider__pagination {
  display: flex;
  gap: 10px;
  align-items: center;
}

.training-slider__pagination button {
  width: 11px;
  min-width: 11px;
  height: 11px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(5, 8, 13, .68);
  box-shadow: 0 2px 7px rgba(5, 8, 13, .58);
  transition: width .2s ease, border-color .2s ease, border-radius .2s ease, background .2s ease, box-shadow .2s ease;
}

.training-slider__pagination button.is-active {
  width: 28px;
  border-color: #fff;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--accent) 36%, transparent), 0 2px 7px rgba(5, 8, 13, .58);
}

.training-videos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0;
  min-width: 0;
  background: rgba(8, 13, 20, .76);
}

.training-video {
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.training-video__trigger,
.training-video__player {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #05070b;
}

.training-video__trigger {
  cursor: pointer;
}

.training-video__player {
  background: #05070b;
}

.training-video img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(.88) saturate(.9);
  transform: scale(1.025);
  transition: filter .2s ease;
}

.training-video__trigger:hover img,
.training-video__trigger:focus-visible img {
  filter: brightness(1) saturate(1);
}

.training-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(5, 8, 13, .62);
  transform: translate(-50%, -50%);
}

.training-video__play::after {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #fff;
  content: "";
}

.training-video-modal {
  width: min(540px, calc(100vw - 32px));
  max-width: none;
  height: min(860px, calc(100dvh - 32px));
  max-height: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 16px;
  background: #05070b;
  box-shadow: 0 34px 100px rgba(0, 0, 0, .72);
}

.training-video-modal::backdrop {
  background: rgba(3, 5, 8, .88);
  backdrop-filter: blur(10px);
}

.training-video-modal__panel,
.training-video-modal__frame {
  width: 100%;
  height: 100%;
}

.training-video-modal__panel {
  position: relative;
}

.training-video-modal__frame {
  overflow: hidden;
  background: #05070b;
}

.training-video-modal .training-video__player {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #05070b;
}

.training-video-modal__close {
  z-index: 3;
  top: 14px;
  right: 14px;
  background: rgba(5, 8, 13, .76);
  box-shadow: 0 6px 24px rgba(0, 0, 0, .4);
}

.training-signup-modal {
  width: min(860px, calc(100% - 32px));
}

.training-date-field {
  grid-column: 1 / -1;
}

.lead-form .training-date-field > span {
  position: static;
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  margin-bottom: 8px;
  clip: auto;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.lead-form .training-date-input {
  width: 100%;
  height: 54px;
  padding: 0 15px;
  color: #fff;
  border: 1px solid #35404e;
  border-radius: 7px;
  background: #111923;
  color-scheme: dark;
  font-size: 15px;
  font-weight: 700;
}

.training-photo {
  position: relative;
  min-height: 520px;
  background: #101823;
}

.training-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: auto;
}

.training-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(4, 7, 11, .75));
  content: "";
}

.training-photo > span {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  padding: 16px 18px;
  color: #101216;
  border-radius: 12px;
  background: var(--accent);
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(-3deg);
}

.training-copy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: start;
}

.training-copy > div:not(.training-docs) {
  min-height: 230px;
  padding: 28px;
  border-bottom: 1px solid var(--line);
}

.training-copy > div:first-child {
  border-right: 1px solid var(--line);
}

.training-copy > div:not(.training-docs) > img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.training-copy h3 {
  margin: 12px 0 8px;
  font-size: 20px;
  text-transform: uppercase;
}

.training-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.training-docs {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  min-height: 290px;
  padding: 20px 24px 0;
  overflow: hidden;
}

.training-docs img {
  max-width: 52%;
  max-height: 265px;
  object-fit: contain;
}

.home-site .training-copy {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0;
  align-content: stretch;
  padding: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .018), transparent 48%),
    rgba(12, 18, 26, .76);
}

.training-feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  padding: clamp(26px, 2vw, 36px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
}

.training-feature:nth-child(3n) {
  border-right: 0;
}

.training-feature:nth-child(n + 4) {
  border-bottom: 0;
}

.training-feature__icon {
  position: relative;
  display: block;
  width: 58px;
  height: 58px;
  margin: 0 0 20px;
  color: #5fd0c4;
}

.training-feature__icon--clock {
  border: 4px solid currentColor;
  border-radius: 50%;
}

.training-feature__icon--clock::before,
.training-feature__icon--clock::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transform-origin: 0 50%;
}

.training-feature__icon--clock::before {
  transform: rotate(-90deg);
}

.training-feature__icon--protocol,
.training-feature__icon--certificate {
  background: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.training-feature__icon--protocol {
  -webkit-mask-image: url("/assets/generated/icons/layers.png");
  mask-image: url("/assets/generated/icons/layers.png");
}

.training-feature__icon--certificate {
  -webkit-mask-image: url("/assets/generated/icons/certificate.png");
  mask-image: url("/assets/generated/icons/certificate.png");
}

.training-feature__icon--group::before,
.training-feature__icon--group::after {
  position: absolute;
  border: 4px solid currentColor;
  border-radius: 50%;
  content: "";
}

.training-feature__icon--group::before {
  top: 2px;
  left: 17px;
  width: 20px;
  height: 20px;
}

.training-feature__icon--group::after {
  right: 6px;
  bottom: 3px;
  left: 6px;
  height: 25px;
  border-bottom: 0;
  border-radius: 36px 36px 0 0;
}

.training-feature__icon--video {
  border: 4px solid currentColor;
  border-radius: 50%;
}

.training-feature__icon--video::after {
  position: absolute;
  top: 50%;
  left: 53%;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid currentColor;
  content: "";
  transform: translate(-40%, -50%);
}

.training-feature__icon--marketing {
  width: 48px;
  height: 58px;
  border: 4px solid currentColor;
  border-radius: 5px;
}

.training-feature__icon--marketing::before {
  position: absolute;
  top: 13px;
  left: 8px;
  width: 24px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 10px 0 currentColor, 0 20px 0 currentColor;
  content: "";
}

.training-feature p {
  margin: 0;
  color: #f3f6fa;
  font-size: clamp(16px, 1.05vw, 20px);
  line-height: 1.35;
}

.training-feature strong {
  font-weight: 700;
}

.assurance-section {
  padding: 72px 0;
}

.assurance-heading {
  display: grid;
  grid-template-columns: 1fr .72fr;
  align-items: end;
  gap: 50px;
  margin-bottom: 30px;
}

.assurance-heading .section-label {
  grid-column: 1 / -1;
  margin-bottom: -32px;
}

.assurance-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.assurance-grid article {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(160deg, #101823, #090e15);
}

.assurance-grid article > span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.assurance-image {
  display: grid;
  place-items: center;
  height: 210px;
  margin: 16px -18px 18px;
  overflow: hidden;
  background:
    radial-gradient(circle, color-mix(in srgb, var(--accent) 17%, transparent), transparent 60%);
}

.assurance-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.assurance-grid h3 {
  margin: auto 0 8px;
  font-size: 21px;
  line-height: 1;
  text-transform: uppercase;
}

.assurance-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.business-section {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 64px;
  margin: 18px 0 72px;
  padding: 70px 56px;
  overflow: hidden;
  border-radius: 26px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 92%, #171015), color-mix(in srgb, var(--accent) 55%, #09101a));
}

.business-rays {
  position: absolute;
  top: 10px;
  right: 16px;
  width: 120px;
  height: 120px;
  color: rgba(255, 255, 255, .75);
}

.metrics-grid {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.metrics-grid article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 18px;
  min-height: 104px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.metrics-grid strong {
  font-size: 34px;
  line-height: .9;
  text-transform: uppercase;
}

.metrics-grid span {
  font-size: 12px;
  text-transform: uppercase;
}

.installment-section {
  position: relative;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 56px;
  align-items: center;
  margin: 0 0 78px;
  padding: 42px 58px 42px 36px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #0c121a;
}

.installment-visual {
  height: 470px;
  overflow: hidden;
  border-radius: 18px;
  background: color-mix(in srgb, var(--accent) 16%, #111722);
}

.installment-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
}

.installment-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0;
}

.installment-points span {
  padding: 10px 13px;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  text-transform: uppercase;
}

.installment-arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 110px;
  height: 90px;
}

.faq-section {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 72px;
  padding: 70px 0 76px;
}

.faq-heading {
  position: sticky;
  top: 24px;
  align-self: start;
}

.faq-heading h2 {
  line-height: .98;
}

.faq-heading-highlight {
  position: relative;
  display: inline-block;
  color: #fff;
  white-space: nowrap;
}

.faq-heading-highlight__stroke {
  position: absolute;
  z-index: 1;
  right: -10%;
  bottom: .02em;
  width: 120%;
  height: .5em;
  color: var(--accent);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.faq-intro {
  max-width: 500px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.4;
}

.faq-question-button {
  width: min(100%, 250px);
  min-width: 0;
  min-height: 58px;
  margin-top: 28px;
  padding-inline: 22px 16px;
  color: #fff;
  background: var(--accent);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 44px 1fr 24px;
  gap: 14px;
  align-items: center;
  min-height: 92px;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary > span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
}

.faq-list summary strong {
  font-size: 19px;
  line-height: 1.1;
}

.faq-list summary i {
  position: relative;
  width: 22px;
  height: 22px;
}

.faq-list summary i::before,
.faq-list summary i::after {
  position: absolute;
  top: 10px;
  left: 3px;
  width: 16px;
  height: 2px;
  background: currentColor;
  content: "";
  transition: transform .2s ease;
}

.faq-list summary i::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary i::after {
  transform: rotate(0);
}

.faq-list details > p {
  max-width: 690px;
  margin: -8px 38px 30px 58px;
  color: var(--muted);
  font-size: 16px;
}

.showroom-section {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 500px;
  margin: 0 0 76px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #0b1119;
}

.showroom-map {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 54% 50%, color-mix(in srgb, var(--accent) 24%, transparent), transparent 12%),
    linear-gradient(135deg, #101925, #080d14);
}

.showroom-map iframe {
  position: absolute;
  inset: -4%;
  width: 108%;
  height: 108%;
  border: 0;
  filter: none;
  opacity: 1;
}

.map-grid {
  position: absolute;
  z-index: 2;
  inset: -20%;
  opacity: .28;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 34px 34px;
  transform: rotate(-9deg);
}

.map-pin {
  position: absolute;
  z-index: 4;
  top: 48%;
  left: 52%;
  width: 46px;
  height: 46px;
  border: 10px solid var(--accent);
  border-radius: 50% 50% 50% 4px;
  background: #fff;
  box-shadow: 0 0 0 14px color-mix(in srgb, var(--accent) 16%, transparent);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.map-pin i {
  display: none;
}

.map-route {
  position: absolute;
  z-index: 3;
  top: 21%;
  left: 12%;
  width: 63%;
  height: 56%;
  border: 3px dashed rgba(255, 255, 255, .38);
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(12deg);
}

.showroom-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px;
}

.showroom-contacts {
  display: grid;
  gap: 7px;
  margin-top: 32px;
}

.showroom-contacts a {
  color: var(--accent);
  font-size: 30px;
  font-weight: 700;
}

.showroom-contacts span {
  color: var(--muted);
  font-size: 13px;
}

.consultation-section {
  overflow: hidden;
}

.consultation-inner {
  grid-template-columns: minmax(280px, 340px) minmax(420px, 720px) 150px;
  justify-content: space-between;
  min-height: 430px;
  padding-top: 62px;
  padding-bottom: 54px;
}

.consultation-title {
  width: max-content;
}

.consultation-underline {
  width: 100%;
  height: 58px;
  margin-top: -6px;
  color: #fff;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.consultation-copy {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 720px;
}

.consultation-section .form-consent > .form-consent__text {
  color: #fff;
  font-weight: 600;
  opacity: 1;
}

.consultation-section .form-consent__text::before {
  border: 2px solid #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .16);
  opacity: 1;
}

.consultation-section .form-consent input:checked + .form-consent__text::before {
  border-color: #fff;
  background: #fff;
}

.consultation-section .form-consent input:checked + .form-consent__text::after {
  color: var(--accent);
}

.finance-sticker {
  position: absolute;
  z-index: 6;
  right: 280px;
  bottom: 30px;
}

.specialist {
  right: -84px;
  bottom: -74px;
  width: 365px;
  max-width: none;
  max-height: none;
  height: 520px;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(-18px 18px 34px rgba(0, 0, 0, .34));
}

.success-note {
  position: absolute;
  z-index: 5;
  right: 18px;
  bottom: 42px;
  padding: 12px 60px 12px 18px;
}

.success-heart {
  position: absolute;
  z-index: 6;
  top: 50%;
  right: 12px;
  bottom: auto;
  width: 38px;
  height: 38px;
  color: #fff;
  transform: translateY(-50%);
}

.site-footer {
  padding: 72px 0 24px;
  border-top: 1px solid var(--line);
  background: #05080d;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.55fr .65fr .65fr 1fr;
  gap: 52px;
  padding-bottom: 48px;
}

.footer-brand > p {
  max-width: 320px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.footer-grid nav,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 11px;
}

.footer-grid nav > strong,
.footer-contact > strong {
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.footer-grid nav a,
.footer-contact a,
.footer-contact span {
  color: var(--muted);
  font-size: 14px;
}

.footer-grid nav a:hover,
.footer-contact a:hover {
  color: var(--text);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  color: #68717d;
  border-top: 1px solid #171e27;
  font-size: 12px;
  text-transform: uppercase;
}

@media (max-width: 1260px) {
  .assurance-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .assurance-grid article {
    min-height: 360px;
  }

  .technology-section {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .consultation-inner {
    grid-template-columns: 270px minmax(380px, 1fr) 130px;
  }

  .specialist {
    display: block;
    right: -54px;
    max-height: none;
  }
}

@media (max-width: 980px) {
  .technology-section,
  .product-gallery-section,
  .results-section--slider,
  .directions-section,
  .training-detail,
  .kit-section {
    grid-template-columns: 1fr;
  }

  .catalog-arrow,
  .gallery-arrow {
    position: absolute;
    top: 42px;
    right: 10px;
    width: 105px;
    margin: 0;
  }

  .training-stage {
    grid-template-columns: 1fr;
  }

  .home-site .training-detail,
  .home-site .training-stage {
    grid-template-columns: 1fr;
  }

  .home-site .training-detail {
    gap: 24px;
  }

  .home-site .training-stage {
    min-height: auto;
  }

  .training-slider {
    min-height: 500px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .training-photo {
    min-height: 420px;
  }

  .training-copy {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-site .training-copy {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .home-site .training-feature:nth-child(3n) {
    border-right: 1px solid var(--line);
  }

  .home-site .training-feature:nth-child(2n) {
    border-right: 0;
  }

  .home-site .training-feature:nth-child(n + 4) {
    border-bottom: 1px solid var(--line);
  }

  .home-site .training-feature:nth-child(n + 5) {
    border-bottom: 0;
  }

  .specs-section {
    grid-template-columns: 1fr;
  }

  .assurance-heading,
  .business-section,
  .installment-section,
  .faq-section,
  .showroom-section {
    grid-template-columns: 1fr;
  }

  .assurance-heading .section-label {
    margin-bottom: -18px;
  }

  .business-section {
    gap: 36px;
  }

  .metrics-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .metrics-grid article {
    grid-template-columns: 1fr;
    align-content: end;
    padding-right: 18px;
    border-right: 1px solid rgba(255, 255, 255, .2);
  }

  .installment-visual {
    height: 350px;
  }

  .faq-heading {
    position: static;
  }

  .showroom-map {
    min-height: 340px;
  }

  .consultation-inner {
    grid-template-columns: 1fr;
    min-height: 560px;
    padding-right: 270px;
  }

  .consultation-copy {
    max-width: 560px;
  }

  .specialist {
    right: -70px;
    bottom: -62px;
    width: 350px;
    max-height: none;
    height: 500px;
  }

  .success-note,
  .success-heart {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1.2fr repeat(3, 1fr);
    gap: 30px;
  }
}

@media (max-width: 680px) {
  .home-hero .hero-copy .hero-model-title {
    font-size: clamp(100px, 30vw, 118px);
  }

  .home-site .results-section--slider {
    gap: 16px;
    min-height: 0;
    padding: 30px 0 20px;
  }

  .home-site .results-section--slider .section-side-title h2 {
    font-size: 37px;
    line-height: .9;
    transform: scaleY(1.2);
  }

  .home-site .results-section--slider .side-underline {
    width: 180px;
    height: 30px;
    margin-top: 10px;
  }

  .home-site .results-section--slider .section-side-title p {
    margin-top: 8px;
    font-size: 14px;
  }

  .home-site .results-section--slider .results-slider-track {
    height: auto;
  }

  .home-site .results-section--slider .result-card--slide {
    grid-template-rows: auto auto auto;
  }

  .home-site .results-section--slider .slider-controls {
    right: 8px;
    left: 8px;
  }

  .product-site .hero-machine {
    right: 8%;
    bottom: -2%;
    height: 96%;
  }

  .product-site .hero-machine--smas {
    right: 4%;
    height: 92%;
  }

  .side-underline {
    width: 150px;
  }

  .home-arrow--raster {
    display: none;
  }

  .drawn-arrow--raster {
    top: 60px;
    right: 0;
    width: 92px;
    height: 76px;
  }

  .benefit-icon {
    width: 66px;
    height: 66px;
  }

  .technology-section {
    padding-top: 38px;
  }

  .catalog-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
  }

  .catalog-tabs button {
    flex: 0 0 auto;
  }

  .technology-cards--slider .technology-card {
    flex-basis: 255px;
  }

  .procedure-grid {
    column-count: 2;
  }

  .direction-card {
    min-height: 0;
  }

  .product-gallery-slide {
    flex-basis: 90%;
    min-height: 360px;
  }

  .product-gallery-slide > img {
    height: 360px;
  }

  .slider-controls {
    justify-content: flex-start;
  }

  .result-card--slide {
    flex-basis: 92%;
  }

  .result-card--slide .result-image {
    height: 230px;
  }

  .specs-section {
    gap: 32px;
    padding: 42px 20px;
  }

  .specs-heading h2,
  .assurance-heading h2,
  .business-section h2,
  .installment-section h2,
  .faq-heading h2,
  .showroom-copy h2 {
    font-size: 44px;
  }

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

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

  .kit-grid article {
    grid-template-columns: 80px 1fr;
    min-height: 145px;
    border-right: 0;
    border-bottom: 1px solid var(--line) !important;
  }

  .kit-grid article:last-child {
    border-bottom: 0 !important;
  }

  .kit-grid img {
    width: 80px;
    height: 80px;
  }

  .training-stage {
    min-height: auto;
  }

  .training-photo {
    min-height: 340px;
  }

  .training-copy {
    grid-template-columns: 1fr;
  }

  .home-site .training-copy {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 16px;
  }

  .training-feature {
    min-height: 170px;
    padding: 22px;
  }

  .training-slider {
    min-height: 380px;
  }

  .training-videos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .training-video,
  .training-video:nth-child(3n),
  .training-video:nth-child(n + 4) {
    border: 0;
  }

  .training-video:nth-child(2n) {
    border: 0;
  }

  .training-video:nth-child(n + 5) {
    border: 0;
  }

  .home-site .training-feature,
  .home-site .training-feature:nth-child(2n),
  .home-site .training-feature:nth-child(3n) {
    border-right: 0;
  }

  .home-site .training-feature:nth-child(n + 5) {
    border-bottom: 1px solid var(--line);
  }

  .home-site .training-feature:last-child {
    border-bottom: 0;
  }

  .training-copy > div:first-child {
    border-right: 0;
  }

  .training-copy > div:not(.training-docs) {
    min-height: 190px;
  }

  .training-docs {
    grid-column: 1;
    min-height: 220px;
  }

  .assurance-heading {
    gap: 26px;
  }

  .assurance-grid {
    display: flex;
    overflow-x: auto;
    padding-bottom: 18px;
    scroll-snap-type: x mandatory;
  }

  .assurance-grid article {
    flex: 0 0 84%;
    min-height: 410px;
    scroll-snap-align: start;
  }

  .business-section {
    margin-bottom: 56px;
    padding: 48px 22px;
  }

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

  .metrics-grid article {
    grid-template-columns: 1fr 1fr;
    border-right: 0;
  }

  .installment-section {
    gap: 28px;
    padding: 20px 20px 40px;
  }

  .installment-visual {
    height: 300px;
  }

  .installment-arrow {
    display: none;
  }

  .faq-section {
    gap: 34px;
    padding: 54px 0;
  }

  .faq-list summary {
    grid-template-columns: 32px 1fr 20px;
    min-height: 82px;
  }

  .faq-list summary strong {
    font-size: 16px;
  }

  .faq-list details > p {
    margin: -2px 20px 26px 46px;
  }

  .showroom-section {
    min-height: 0;
  }

  .showroom-map {
    min-height: 280px;
  }

  .showroom-copy {
    padding: 34px 22px 42px;
  }

  .showroom-contacts a {
    font-size: 24px;
  }

  .consultation-inner {
    min-height: 760px;
    padding-right: 0;
    padding-bottom: 370px;
  }

  .consultation-copy {
    max-width: none;
  }

  .specialist {
    right: 50%;
    bottom: -110px;
    display: block;
    width: 360px;
    max-height: none;
    height: 490px;
    transform: translateX(50%);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-contact {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (min-width: 1025px) {
  .home-hero,
  .product-feature-hero {
    height: min(calc(100vh - 76px), 900px);
    height: min(calc(100svh - 76px), 900px);
    min-height: min(calc(100vh - 76px), 900px);
    min-height: min(calc(100svh - 76px), 900px);
    max-height: 900px;
  }
}

/* Home benefits composition matched to the approved concept. */
.home-site .why-section {
  overflow: visible;
  min-height: 500px;
  padding-block: 32px 64px;
  border-block: 0;
}

.home-site .why-section .section-side-title {
  padding: 12px 48px 12px 0;
}

.home-site .why-section .section-side-title h2 {
  line-height: 1.05;
}

.home-site .why-section .side-underline {
  display: block;
  width: 300px;
  height: 64px;
  margin: 24px 0 14px;
  color: #1769ff;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.home-site .why-section .benefit-grid {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: rgba(8, 13, 20, .46);
}

.home-site .why-section .benefit-card {
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 24px;
  min-height: 184px;
  padding: 30px 34px;
}

.home-site .why-section .benefit-card:nth-child(n + 4) {
  border-bottom: 0;
}

.home-site .why-section .benefit-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border: 0;
  border-radius: 0;
}

.home-site .why-section .benefit-icon--ruble {
  display: grid;
  place-items: center;
  border: 2px solid var(--text);
  border-radius: 50%;
  color: var(--text);
  font-family: "Futura PT", Arial, sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 1;
}

.home-site .why-section .benefit-card h3 {
  font-size: 17px;
  line-height: 1.25;
}

.home-site .why-section .benefit-card p {
  max-width: 250px;
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.45;
}

.home-site .why-visual {
  isolation: isolate;
  overflow: visible;
  border: 0;
  background: transparent;
}

.home-site .why-visual::before {
  position: absolute;
  z-index: -1;
  top: 78px;
  right: -10px;
  width: 350px;
  height: 220px;
  background: url("/assets/generated/pink-brush-swash-v1.png") center / contain no-repeat;
  content: "";
  transform: rotate(-4deg);
}

.home-site .why-visual img {
  z-index: 1;
  top: 0;
  right: -78px;
  bottom: auto;
  width: 450px;
  max-width: none;
  filter: grayscale(1) contrast(1.06);
}

.home-site .why-crown {
  top: -56px;
  right: 70px;
  z-index: 3;
  width: 76px;
  height: 76px;
}

@media (min-width: 981px) {
  .product-template .why-visual::before {
    top: 166px;
  }

  .product-template .why-visual img {
    top: 88px;
  }

  .product-template .why-crown {
    top: 32px;
  }
}

.home-site .why-visual strong {
  right: 18px;
  bottom: 22px;
  z-index: 3;
  padding: 13px 20px 10px;
  border-radius: 3px;
  background: #080b0f;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .22);
  font-size: 21px;
  line-height: 1.2;
  transform: rotate(-2deg);
}

.home-site .why-visual strong::after {
  display: block;
  width: 160px;
  height: 22px;
  margin-top: -3px;
  background: var(--product-cta);
  content: "";
  -webkit-mask: url("/assets/generated/icons/underline-double.png") center / 100% 100% no-repeat;
  mask: url("/assets/generated/icons/underline-double.png") center / 100% 100% no-repeat;
}

.home-site .why-section .stage-note {
  bottom: 36px;
  left: 26px;
  padding: 16px 70px 16px 22px;
  font-size: 17px;
}

.home-site .why-section .stage-note .raster-mark {
  right: 10px;
  bottom: 10px;
}

@media (min-width: 1261px) {
  .home-site .why-section {
    grid-template-columns: 280px minmax(0, 1fr) 320px;
  }
}

@media (min-width: 981px) and (max-width: 1260px) {
  .home-site .why-section {
    grid-template-columns: 230px minmax(0, 1fr) 250px;
  }

  .home-site .why-section .benefit-card {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
    padding-inline: 20px;
  }

  .home-site .why-section .benefit-icon {
    width: 52px;
    height: 52px;
  }

  .home-site .why-visual img {
    right: -100px;
  }
}

@media (max-width: 980px) {
  .home-site .why-section {
    min-height: 0;
    padding-block: 52px;
  }

  .home-site .why-section .section-side-title {
    padding: 0 0 58px;
  }

  .home-site .why-section .benefit-grid {
    border-left: 0;
  }

  .home-site .why-section .benefit-card:nth-child(n + 4) {
    border-bottom: 1px solid var(--line);
  }

  .home-site .why-section .benefit-card:last-child {
    border-bottom: 0;
  }

  .home-site .why-visual {
    min-height: 390px;
  }

  .home-site .why-visual img {
    top: -34px;
    right: -30px;
    bottom: auto;
    width: 420px;
  }

  .home-site .why-section .stage-note {
    top: 205px;
    bottom: auto;
  }
}

@media (max-width: 980px) {
  .home-site .directions-section .procedure-intro {
    margin-top: 24px;
  }

  .procedure-consultation-button {
    margin-top: 22px;
  }

  .new-product-procedure-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) and (min-width: 681px) {
  .procedure-grid {
    column-count: 3;
  }
}

@media (max-width: 680px) {
  .equipment-picker-modal__panel {
    padding: 34px 20px 24px;
  }

  .equipment-picker-modal h2 {
    padding-right: 30px;
    font-size: 38px;
  }

  .equipment-picker-modal__description {
    font-size: 16px;
  }

  .equipment-picker-modal__form {
    grid-template-columns: 1fr;
  }

  .equipment-picker-modal__form > button,
  .equipment-picker-modal__form .form-note {
    grid-column: 1;
  }

  .equipment-picker-modal__close {
    top: 12px;
    right: 12px;
  }

  .procedure-device-filter {
    flex-wrap: nowrap;
    padding-bottom: 8px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .procedure-device-filter::-webkit-scrollbar {
    display: none;
  }

  .procedure-device-filter button {
    flex: 0 0 auto;
  }

  .procedure-gallery__shell {
    grid-template-columns: 46px minmax(0, 1fr) 46px;
    padding: 74px 8px 18px;
  }

  .procedure-gallery__nav {
    width: 42px;
    height: 42px;
  }

  .procedure-gallery__close {
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
  }

  .procedure-gallery__image {
    max-height: calc(100dvh - 270px);
  }

  .procedure-gallery__title {
    font-size: 24px;
  }

  .new-product-site .product-hero .hero-copy h1 {
    font-size: clamp(68px, 22vw, 102px);
  }

  .new-product-procedure-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .procedure-grid {
    column-count: 1;
  }
}

/* Shared product offer: product overview and commercial terms immediately after hero. */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.product-offer {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(280px, .68fr) minmax(390px, 1.05fr) minmax(433px, .95fr);
  gap: clamp(18px, 2vw, 30px);
  align-items: start;
  padding: 58px 0 72px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 76px;
}

.product-offer::before {
  position: absolute;
  z-index: -1;
  top: 9%;
  right: 18%;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--product-accent) 8%, transparent);
  filter: blur(90px);
  content: "";
  pointer-events: none;
}

.product-offer__gallery,
.product-offer__details,
.product-offer__purchase {
  min-width: 0;
}

.product-offer__details {
  grid-column: 1;
  grid-row: 1;
}

.product-offer__gallery {
  position: sticky;
  top: 92px;
  grid-column: 2;
  grid-row: 1;
  align-self: start;
}

.product-offer__purchase {
  grid-column: 3;
  grid-row: 1;
}

.product-viewer {
  --viewer-load-progress: 0%;
  position: relative;
  height: clamp(500px, calc(100svh - 110px), 980px);
  overflow: hidden;
  color: #fff;
  border-radius: 8px;
  background: transparent;
}

.product-viewer::before {
  position: absolute;
  z-index: 0;
  top: 16%;
  right: 0;
  bottom: 10%;
  left: 0;
  background-image:
    radial-gradient(circle, color-mix(in srgb, var(--product-accent) 90%, transparent) 1.7px, transparent 2.15px),
    radial-gradient(circle, color-mix(in srgb, var(--product-accent) 46%, #21040a) 1.15px, transparent 1.55px);
  background-position: 0 0, 7px 7px;
  background-size: 14px 14px;
  content: "";
  opacity: .78;
  -webkit-mask-image:
    linear-gradient(to bottom, transparent, #000 13%, #000 86%, transparent),
    linear-gradient(to right, transparent, #000 11%, #000 89%, transparent);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to bottom, transparent, #000 13%, #000 86%, transparent),
    linear-gradient(to right, transparent, #000 11%, #000 89%, transparent);
  mask-composite: intersect;
  pointer-events: none;
}

.product-viewer .product-viewer__hit-badge {
  z-index: 7;
  top: 12%;
  right: auto;
  bottom: auto;
  left: 2%;
  width: 98px;
  height: 98px;
  border-width: 2px;
  font-size: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .28);
  pointer-events: none;
  transform: rotate(-8deg);
}

.product-viewer .product-viewer__hit-badge .raster-mark {
  width: 34px;
  height: 24px;
  margin: -4px auto 0;
}

.product-template .product-viewer .product-viewer__training-sticker {
  --training-cut: 22px;
  z-index: 7;
  top: 31%;
  right: 2%;
  bottom: auto;
  left: auto;
  gap: 1px;
  width: 96px;
  min-height: 104px;
  padding: 8px 8px 20px;
  border-radius: 7px 0 7px 7px;
  font-size: 11px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .28);
  pointer-events: none;
  transform: rotate(5deg);
}

.product-template .product-viewer .product-viewer__training-sticker img {
  width: 45px;
  height: 39px;
}

.product-template .product-viewer .product-viewer__training-sticker .training-sticker__copy > span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.product-template .product-viewer .product-viewer__training-sticker .training-sticker__copy strong {
  font-size: 13px;
  text-transform: uppercase;
}

.product-template .product-viewer .product-viewer__training-sticker::after {
  bottom: 1px;
  left: 5px;
  width: 86px;
  height: 22px;
}

.product-viewer__warranty-badge {
  position: absolute;
  z-index: 7;
  right: 2%;
  bottom: 11%;
  display: grid;
  place-content: center;
  justify-items: center;
  width: 96px;
  height: 96px;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  background: #06080b;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .28);
  font-family: "Oswald", Impact, "Arial Narrow", sans-serif;
  line-height: .9;
  text-align: center;
  text-transform: uppercase;
  pointer-events: none;
  transform: rotate(-5deg);
}

.product-viewer__warranty-badge strong {
  font-size: 38px;
  line-height: .8;
}

.product-viewer__warranty-badge span {
  margin-top: 6px;
  font-size: 14px;
}

.product-viewer__warranty-badge b {
  margin-top: 3px;
  font-size: 13px;
  font-weight: 500;
}

.product-viewer__warranty-badge .raster-mark {
  position: absolute;
  right: auto;
  bottom: -14px;
  left: -17.5%;
  width: 135%;
  height: 30px;
  color: var(--product-accent);
  -webkit-mask-image: url("/assets/generated/icons/underline-double.png");
  mask-image: url("/assets/generated/icons/underline-double.png");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transform: rotate(-3deg);
}

.product-viewer__viewport {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  place-items: center;
  cursor: grab;
  outline: none;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.product-viewer__viewport:focus-visible {
  box-shadow: inset 0 0 0 3px color-mix(in srgb, var(--product-accent) 80%, transparent);
}

.product-viewer.is-dragging .product-viewer__viewport {
  cursor: grabbing;
}

.product-viewer.is-slider .product-viewer__hint-active,
.product-viewer.is-slider.is-dragging .product-viewer__hint-active {
  display: none;
}

.product-viewer.is-slider.is-dragging .product-viewer__hint-idle {
  display: inline;
}

.product-viewer__image {
  position: absolute;
  z-index: 2;
  inset: 64px 0 18px;
  display: block;
  width: 100%;
  height: calc(100% - 82px);
  padding: 0;
  object-fit: contain;
  object-position: 50% 50%;
  filter: drop-shadow(0 24px 22px rgba(43, 52, 62, .2));
  pointer-events: none;
  -webkit-user-drag: none;
}

@media (min-width: 981px) {
  .product-viewer__image {
    transform: translateX(4%);
  }
}

.product-viewer__hint {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  margin: 0;
  padding: 8px 14px 9px;
  color: #fff;
  border-radius: 4px;
  background: rgba(9, 13, 19, .88);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  translate: -50% 0;
  transition: background-color .2s ease, box-shadow .2s ease;
}

.product-viewer__hint-arrow {
  display: inline-block;
  color: color-mix(in srgb, var(--product-accent) 86%, white);
}

.product-viewer__hint-arrow .slider-chevron {
  display: block;
  width: 9px;
  height: 9px;
  margin: 0;
}

.product-viewer__hint-copy,
.product-viewer__hint-active {
  display: flex;
  gap: 8px;
  align-items: center;
}

.product-viewer__hint-active {
  display: none;
}

.product-viewer__drag-icon {
  position: relative;
  display: block;
  width: 16px;
  height: 23px;
  border: 1.5px solid #fff;
  border-radius: 9px;
}

.product-viewer__drag-icon::before {
  position: absolute;
  top: 3px;
  left: 50%;
  width: 2px;
  height: 5px;
  border-radius: 2px;
  background: color-mix(in srgb, var(--product-accent) 86%, white);
  content: "";
  translate: -50% 0;
  transition: transform .18s ease;
}

.product-viewer__drag-icon i {
  position: absolute;
  top: -4px;
  right: auto;
  bottom: auto;
  left: -4px;
  width: 8px;
  height: 8px;
  border-left: 2px solid color-mix(in srgb, var(--product-accent) 86%, white);
  border-top: 2px solid color-mix(in srgb, var(--product-accent) 86%, white);
  transform: rotate(20deg);
}

.product-viewer.is-dragging .product-viewer__hint {
  background: rgba(9, 13, 19, .94);
  box-shadow: 0 10px 30px color-mix(in srgb, var(--product-accent) 20%, transparent);
}

.product-viewer.is-dragging .product-viewer__hint-idle {
  display: none;
}

.product-viewer.is-dragging .product-viewer__hint-active {
  display: flex;
}

.product-viewer.is-dragging .product-viewer__hint-arrow--left {
  animation: product-viewer-hint-left .7s ease-in-out infinite;
}

.product-viewer.is-dragging .product-viewer__hint-arrow--right {
  animation: product-viewer-hint-right .7s ease-in-out infinite;
}

.product-viewer.is-dragging .product-viewer__drag-icon::before {
  background: #fff;
  transform: translateY(4px);
}

@keyframes product-viewer-hint-left {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(-5px); }
}

@keyframes product-viewer-hint-right {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(5px); }
}

.product-viewer__controls {
  position: absolute;
  z-index: 6;
  inset: 0;
  color: #fff;
  pointer-events: none;
}

.product-viewer__controls button {
  position: absolute;
  top: 50%;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: #fff;
  border: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  pointer-events: auto;
  transform: translateY(-50%) scale(.88);
  transition: opacity .18s ease, transform .18s ease;
}

.product-viewer:hover .product-viewer__controls button,
.product-viewer:focus-within .product-viewer__controls button {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.product-viewer__controls button:first-of-type {
  left: 8px;
}

.product-viewer__controls button:last-of-type {
  right: 8px;
}

.product-viewer__controls button:hover,
.product-viewer__controls button:focus-visible {
  color: var(--product-accent);
  background: transparent;
  transform: translateY(-50%) scale(1.06);
}

.product-viewer__controls .slider-chevron {
  width: 17px;
  height: 17px;
}

.product-viewer__loading {
  position: absolute;
  z-index: 7;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  overflow: hidden;
  background: rgba(9, 13, 19, .1);
  pointer-events: none;
  transition: opacity .3s ease;
}

.product-viewer__loading span {
  display: block;
  width: var(--viewer-load-progress);
  height: 100%;
  background: var(--product-accent);
  transition: width .18s ease;
}

.product-viewer.is-fully-loaded .product-viewer__loading {
  opacity: 0;
}

.product-offer__details {
  display: grid;
  gap: 10px;
  align-content: start;
  padding-top: 0;
}

.product-offer__detail-group {
  position: relative;
  overflow: hidden;
  padding: 18px 17px 19px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 6px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--product-accent) 12%, transparent), transparent 46%),
    rgba(8, 12, 18, .86);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .16);
}

.product-offer__detail-group::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: var(--product-accent);
  content: "";
}

.product-offer__detail-group h3 {
  max-width: 100%;
  margin: 0 0 15px;
  font-family: "Oswald", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(21px, 1.7vw, 27px);
  letter-spacing: -.01em;
  line-height: 1.04;
  text-transform: uppercase;
}

.product-offer__check-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-offer__check-list li {
  position: relative;
  min-width: 0;
  padding: 8px 10px 8px 25px;
  color: #f3f5f7;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 3px;
  background: rgba(255, 255, 255, .035);
  font-size: 13px;
  line-height: 1.25;
}

.product-offer__check-list li::before {
  position: absolute;
  top: 50%;
  left: 11px;
  width: 6px;
  height: 6px;
  background: var(--product-accent);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.product-offer__text-link {
  display: inline-flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 46px;
  margin-top: 13px;
  padding: 0 13px 0 14px;
  color: #fff;
  border: 1px solid color-mix(in srgb, var(--product-accent) 55%, transparent);
  border-radius: 3px;
  background: color-mix(in srgb, var(--product-accent) 8%, transparent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
}

.product-offer__link-arrow {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  background: currentColor;
  -webkit-mask: url("/assets/generated/icons/arrow-right.svg") center / contain no-repeat;
  mask: url("/assets/generated/icons/arrow-right.svg") center / contain no-repeat;
  transition: transform .2s ease;
}

.product-offer__text-link:hover .product-offer__link-arrow,
.product-offer__text-link:focus-visible .product-offer__link-arrow {
  transform: translateX(3px);
}

.product-offer__detail-note {
  margin: 13px 0 0;
  color: rgba(232, 236, 242, .68);
  font-size: 14px;
  line-height: 1.45;
}

.product-offer__text-link:hover,
.product-offer__text-link:focus-visible {
  color: #fff;
  background: var(--product-accent);
}

.product-offer__specs dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.product-offer__specs dl > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 39px;
  padding: 8px 0;
  color: var(--muted);
  border-top: 1px solid rgba(255, 255, 255, .09);
  font-size: 12px;
}

.product-offer__specs dl > div::before {
  content: none;
}

.product-offer__specs dt {
  grid-column: 1;
  letter-spacing: .02em;
}

.product-offer__specs dd {
  grid-column: 2;
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: right;
}

.product-offer__purchase {
  position: sticky;
  top: 92px;
  width: 100%;
  max-width: 470px;
  margin-left: auto;
}

.product-offer__countdown {
  display: grid;
  grid-template-columns: minmax(100px, .8fr) minmax(230px, 1.3fr);
  gap: 14px;
  align-items: center;
  margin-top: 26px;
}

.product-offer__countdown p {
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
}

.product-offer__countdown p strong {
  color: var(--product-accent);
}

.product-offer__timer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 9px 8px 8px;
  color: var(--product-accent);
  border: 0;
  border-radius: 6px;
  background: #05070b;
  box-shadow: inset 0 0 28px color-mix(in srgb, var(--product-accent) 8%, transparent);
}

.product-offer__timer > span {
  position: relative;
  display: grid;
  justify-items: center;
}

.product-offer__timer > span:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: -3px;
  content: ":";
  font-family: "Oswald", Impact, "Arial Narrow", sans-serif;
  font-size: 24px;
  line-height: 1;
}

.product-offer__timer strong {
  font-family: "Oswald", Impact, "Arial Narrow", sans-serif;
  font-size: 25px;
  line-height: 1;
}

.product-offer__timer small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 8px;
  text-transform: uppercase;
}

.product-offer__purchase-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0, color-mix(in srgb, var(--product-accent) 13%, transparent), transparent 42%),
    rgba(10, 15, 22, .88);
  box-shadow: 0 28px 65px rgba(0, 0, 0, .3);
  backdrop-filter: blur(14px);
}

.product-offer__price {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  min-height: 96px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.product-offer__current-price,
.product-offer__old-price {
  display: grid;
  align-content: end;
  min-width: 0;
}

.product-offer__current-price > span,
.product-offer__old-price > span {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  white-space: nowrap;
  text-transform: uppercase;
}

.product-offer__current-price > span {
  color: var(--product-accent);
}

.product-offer__current-price strong {
  color: var(--product-accent);
  font-family: "Oswald", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(44px, 3.5vw, 56px);
  letter-spacing: -.035em;
  line-height: .9;
  white-space: nowrap;
}

.product-offer__old-price {
  justify-items: end;
  text-align: right;
}

.product-offer__old-price del {
  position: relative;
  color: #c5cad2;
  font-family: "Oswald", Impact, "Arial Narrow", sans-serif;
  font-size: 28px;
  letter-spacing: -.02em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.product-offer__old-price del::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -17px;
  left: -17px;
  height: 28px;
  background: var(--product-accent);
  content: "";
  -webkit-mask: url("/assets/generated/product-price-brush.png") center / 100% 100% no-repeat;
  mask: url("/assets/generated/product-price-brush.png") center / 100% 100% no-repeat;
  pointer-events: none;
  transform: translateY(-50%) rotate(-3deg);
}

.product-offer__old-price.is-price-hidden {
  visibility: hidden;
}

.product-offer__payment {
  display: grid;
  gap: 15px;
  margin: 26px 0 0;
  padding: 0;
  border: 0;
}

.product-offer__payment legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.product-offer__payment label {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
}

.product-offer__payment input {
  display: grid;
  place-content: center;
  appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  border: 2px solid #6e737d;
  border-radius: 50%;
  background: #20232b;
}

.product-offer__payment input::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--product-accent);
  content: "";
  transform: scale(0);
  transition: transform .16s ease;
}

.product-offer__payment input:checked {
  border-color: var(--product-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--product-accent) 16%, transparent);
}

.product-offer__payment input:checked::before {
  transform: scale(1);
}

.product-offer__payment em {
  padding: 7px 9px;
  color: #fff;
  border-radius: 3px;
  background: var(--product-accent);
  box-shadow:
    0 0 0 1px color-mix(in srgb, var(--product-accent) 42%, white),
    0 0 18px color-mix(in srgb, var(--product-accent) 58%, transparent),
    0 0 38px color-mix(in srgb, var(--product-accent) 28%, transparent);
  font-size: 12px;
  font-style: normal;
  text-shadow: 0 1px 8px rgba(255, 255, 255, .28);
}

.product-offer__cta {
  width: 100%;
  min-width: 0;
  min-height: 76px;
  margin-top: 28px;
  gap: 28px;
  padding: 0 22px;
  color: #fff;
  border-radius: 5px;
  background: #ff3344;
  font-size: 17px;
  line-height: normal;
  text-align: left;
  white-space: normal;
}

.product-offer__cta-heart {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  margin-left: auto;
  color: #fff;
  transform: rotate(-8deg);
}

.product-offer__cta:hover,
.product-offer__cta:focus-visible {
  color: #fff;
  background: #ff5a67;
  transform: translateY(-3px);
}

.product-offer__media-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.product-offer__media-button {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 5px;
  background: rgba(8, 12, 18, .9);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .2);
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.product-offer__media-button:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  justify-self: center;
  width: calc(50% - 5px);
}

.product-offer__media-button:hover,
.product-offer__media-button:focus-visible {
  border-color: color-mix(in srgb, var(--product-accent) 75%, transparent);
  outline: none;
  box-shadow: 0 14px 34px color-mix(in srgb, var(--product-accent) 18%, transparent);
}

.product-offer__media-preview {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #05070b;
}

.product-offer__media-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.78) saturate(.92);
  transition: filter .2s ease, transform .3s ease;
}

.product-offer__media-button:hover .product-offer__media-preview img,
.product-offer__media-button:focus-visible .product-offer__media-preview img {
  filter: brightness(.96) saturate(1);
  transform: scale(1.035);
}

.product-offer__media-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: var(--product-accent);
  border: 1px solid color-mix(in srgb, var(--product-accent) 70%, transparent);
  border-radius: 50%;
  font-family: "Oswald", Impact, "Arial Narrow", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
}

.product-offer__media-preview .product-offer__media-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 46px;
  color: #fff;
  border: 2px solid #fff;
  background: color-mix(in srgb, var(--product-accent) 82%, transparent);
  box-shadow: 0 8px 26px rgba(0, 0, 0, .42);
  opacity: 0;
  transform: translate(-50%, -50%) scale(.82);
  transition: opacity .18s ease, transform .18s ease;
}

.product-offer__media-button:hover .product-offer__media-icon,
.product-offer__media-button:focus-visible .product-offer__media-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.product-offer__media-button--video .product-offer__media-icon::after {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid currentColor;
  content: "";
}

.product-media-modal {
  width: min(1120px, calc(100vw - 32px));
  max-width: none;
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 0;
  overflow: visible;
  color: #fff;
  border: 0;
  background: transparent;
}

.product-media-modal::backdrop {
  background: rgba(3, 5, 8, .9);
  backdrop-filter: blur(10px);
}

.product-media-modal__panel {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 7px;
  background:
    radial-gradient(circle at 100% 0, color-mix(in srgb, var(--product-accent) 16%, transparent), transparent 38%),
    #070b11;
  box-shadow: 0 34px 100px rgba(0, 0, 0, .76);
}

.product-media-modal__header {
  padding: 0 64px 18px 0;
}

.product-media-modal__header .section-label {
  margin: 0 0 7px;
  color: var(--product-accent);
}

.product-media-modal__header h2 {
  margin: 0;
  font-family: "Oswald", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1;
  text-transform: uppercase;
}

.product-media-modal__frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 4px;
  background: #020407;
}

.product-media-modal.is-pdf .product-media-modal__frame {
  height: min(76dvh, 900px);
  aspect-ratio: auto;
  background: #fff;
}

.product-media-modal__player {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #020407;
}

.product-media-modal__close {
  z-index: 2;
  top: 20px;
  right: 20px;
  background: rgba(5, 8, 13, .82);
}

.product-directions-section .procedure-grid {
  column-count: 3;
}

.product-template .why-section .benefit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-template .why-section .benefit-card:nth-child(3n) {
  border-right: 1px solid var(--line);
}

.product-template .why-section .benefit-card:nth-child(2n) {
  border-right: 0;
}

.device-link.is-current {
  color: var(--device-ink);
  cursor: default;
  background: var(--device-color);
}

.device-link.is-current::before {
  background: currentColor;
}

/* Product accent fills use a per-product foreground token. Shared red CTA
   buttons remain white regardless of the product palette. */
.product-template .header-contact .callback,
.product-template .directions-section .section-label,
.product-template .training-practice-note,
.product-template .training-photo > span,
.product-template .faq-question-button,
.product-template .product-offer__payment em,
.product-template .results-section--slider .slider-controls button,
.product-template .application-card h3,
.product-template .training-sticker__copy strong {
  color: var(--product-accent-ink);
}

.product-template .product-offer__text-link:hover,
.product-template .product-offer__text-link:focus-visible {
  color: var(--product-accent-ink);
}

.product-template .header-contact .callback:hover,
.product-template .header-contact .callback:focus-visible {
  color: var(--product-accent);
}

.product-template .product-consultation-button,
.product-template .product-consultation-button:hover,
.product-template .product-consultation-button:focus-visible,
.product-template .product-offer__cta,
.product-template .product-offer__cta:hover,
.product-template .product-offer__cta:focus-visible {
  color: #fff;
}

@media (max-width: 1180px) {
  .product-offer {
    grid-template-columns: minmax(380px, 1.08fr) minmax(270px, .92fr);
  }

  .product-offer__purchase {
    position: static;
    grid-column: 1 / -1;
    grid-row: 2;
    width: min(100%, 930px);
    margin-left: auto;
  }

  .product-offer__gallery {
    grid-column: 1;
    grid-row: 1;
  }

  .product-offer__details {
    grid-column: 2;
    grid-row: 1;
  }

  .product-offer__countdown {
    grid-template-columns: minmax(120px, .7fr) minmax(280px, 1.3fr);
  }

  .product-offer__media-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .product-offer {
    grid-template-columns: 1fr;
    padding-block: 44px 58px;
  }

  .product-viewer {
    height: clamp(500px, calc(100svh - 90px), 840px);
  }

  .product-offer__gallery,
  .product-offer__details,
  .product-offer__purchase {
    grid-column: 1;
    grid-row: auto;
  }

  .product-offer__gallery {
    position: static;
  }

  .product-offer__details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding-top: 26px;
  }

  .product-offer__detail-group {
    padding: 18px 17px 19px;
    border: 1px solid rgba(255, 255, 255, .13);
  }

  .product-offer__specs {
    grid-column: 1 / -1;
    padding: 18px 17px 19px;
  }

  .product-offer__purchase {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .product-offer__countdown {
    grid-template-columns: minmax(120px, .7fr) minmax(280px, 1.3fr);
    padding: 18px 0 0;
  }

  .product-directions-section .procedure-grid {
    column-count: 2;
  }
}

@media (max-width: 680px) {
  .product-offer {
    gap: 32px;
    padding-top: 32px;
  }

  .product-viewer {
    height: clamp(420px, calc(100svh - 72px), 720px);
    border-radius: 8px;
  }

  .product-viewer__image {
    inset: 58px 0 20px;
    height: calc(100% - 78px);
    padding: 0;
  }

  .product-viewer .product-viewer__hit-badge {
    top: 13%;
    left: 1%;
    width: 80px;
    height: 80px;
    font-size: 14px;
  }

  .product-template .product-viewer .product-viewer__training-sticker {
    --training-cut: 18px;
    top: 25%;
    right: 1%;
    width: 82px;
    min-height: 88px;
    padding: 6px 6px 17px;
    font-size: 10px;
  }

  .product-template .product-viewer .product-viewer__training-sticker img {
    width: 36px;
    height: 31px;
  }

  .product-template .product-viewer .product-viewer__training-sticker .training-sticker__copy > span,
  .product-template .product-viewer .product-viewer__training-sticker .training-sticker__copy strong {
    font-size: 10px;
  }

  .product-template .product-viewer .product-viewer__training-sticker::after {
    left: 4px;
    width: 74px;
    height: 19px;
  }

  .product-viewer__warranty-badge {
    right: 1%;
    bottom: 10%;
    width: 78px;
    height: 78px;
  }

  .product-viewer__warranty-badge strong {
    font-size: 30px;
  }

  .product-viewer__warranty-badge span {
    margin-top: 5px;
    font-size: 12px;
  }

  .product-viewer__warranty-badge b {
    font-size: 10px;
  }

  .product-viewer__controls button {
    width: 38px;
    height: 38px;
  }

  .product-viewer__controls button:first-of-type {
    left: 2px;
  }

  .product-viewer__controls button:last-of-type {
    right: 2px;
  }

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

  .product-offer__specs {
    grid-column: 1;
  }

  .product-offer__detail-group h3 {
    font-size: 23px;
  }

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

  .product-offer__purchase-card {
    padding: 26px 20px;
  }

  .product-offer__price strong {
    font-size: 42px;
  }

  .product-offer__media-actions {
    grid-template-columns: 1fr;
  }

  .product-offer__media-button:last-child:nth-child(odd) {
    grid-column: auto;
    width: 100%;
  }

  .product-media-modal {
    width: 100vw;
    height: 100dvh;
    max-height: none;
  }

  .product-media-modal__panel {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    width: 100%;
    height: 100%;
    padding: 20px 14px 14px;
    border: 0;
    border-radius: 0;
  }

  .product-media-modal__header {
    padding: 0 54px 16px 0;
  }

  .product-media-modal__frame,
  .product-media-modal.is-pdf .product-media-modal__frame {
    align-self: center;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .product-media-modal.is-pdf .product-media-modal__frame {
    align-self: stretch;
    height: 100%;
    aspect-ratio: auto;
  }

  .product-media-modal__close {
    top: 16px;
    right: 14px;
  }

  .product-directions-section .procedure-grid {
    column-count: 1;
  }

  .product-template .why-section .benefit-grid {
    grid-template-columns: 1fr;
  }

  .product-template .why-section .benefit-card,
  .product-template .why-section .benefit-card:nth-child(2n),
  .product-template .why-section .benefit-card:nth-child(3n) {
    border-right: 0;
  }
}

@media (max-width: 420px) {
  .product-viewer {
    height: clamp(380px, calc(100svh - 64px), 680px);
  }

  .product-viewer__hint {
    top: 0;
    max-width: calc(100% - 28px);
    font-size: 9px;
    translate: -50% 0;
  }

  .product-offer__payment label {
    font-size: 13px;
  }
}

/* Branded 404 */

.error-site {
  --pop-art-background: url("/assets/generated/backgrounds/home-pop-art-v1.webp");
  min-height: 100svh;
}

.error-site .background-art-layer {
  opacity: .72;
}

.error-page-width {
  min-height: 100svh;
}

.error-hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(420px, .9fr) minmax(520px, 1.1fr);
  align-items: center;
  min-height: 100svh;
  padding: 132px 0 64px;
}

.error-copy {
  position: relative;
  z-index: 4;
  max-width: 720px;
}

.error-eyebrow {
  display: inline-flex;
  margin: 0 0 22px;
  padding: 9px 14px 8px;
  color: #080c12;
  background: #ffc400;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1;
}

.error-copy h1 {
  max-width: 760px;
  margin: 0;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(58px, 6.5vw, 112px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: .91;
  text-transform: uppercase;
}

.error-copy h1 em {
  position: relative;
  color: var(--accent);
  font-style: normal;
  text-shadow: 5px 5px 0 rgba(255, 255, 255, .1);
}

.error-copy h1 em::after {
  position: absolute;
  right: -8px;
  bottom: -16px;
  left: -8px;
  height: 18px;
  background: var(--accent);
  clip-path: polygon(0 38%, 100% 0, 94% 44%, 8% 100%);
  content: "";
  opacity: .92;
}

.error-message {
  max-width: 640px;
  margin: 42px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.25vw, 22px);
  line-height: 1.5;
}

.error-actions {
  display: flex;
  gap: 16px;
  margin-top: 34px;
}

.error-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-width: 224px;
  min-height: 68px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
  transition: filter .2s ease, background .2s ease, color .2s ease;
}

.error-button span {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  transition: transform .2s ease;
}

.error-button:hover span,
.error-button:focus-visible span {
  transform: translateX(5px);
}

.error-button--primary {
  color: #fff;
  background: var(--accent);
}

.error-button--primary:hover,
.error-button--primary:focus-visible {
  filter: brightness(1.12);
}

.error-button--secondary {
  color: #080c12;
  background: #ffc400;
}

.error-button--secondary:hover,
.error-button--secondary:focus-visible {
  background: #ffd23d;
}

.error-contact {
  margin: 28px 0 0;
  color: #7f8997;
  font-size: 14px;
}

.error-contact a {
  color: #dce1e7;
}

.error-contact a:hover {
  color: var(--accent);
}

.error-visual {
  position: relative;
  align-self: stretch;
  min-height: 640px;
  isolation: isolate;
}

.error-code {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  color: transparent;
  font-family: "Oswald", Impact, sans-serif;
  font-size: clamp(250px, 29vw, 540px);
  font-weight: 700;
  letter-spacing: -.12em;
  line-height: .75;
  white-space: nowrap;
  -webkit-text-stroke: 3px color-mix(in srgb, var(--accent) 54%, transparent);
  text-shadow: 0 0 70px color-mix(in srgb, var(--accent) 18%, transparent);
  transform: translate(-54%, -50%) rotate(-4deg);
}

.error-machine {
  position: absolute;
  bottom: -7%;
  left: 50%;
  z-index: 3;
  width: min(66%, 510px);
  max-height: 92%;
  object-fit: contain;
  filter: drop-shadow(0 35px 45px rgba(0, 0, 0, .54));
  transform: translateX(-43%) rotate(3deg);
}

.error-orbit {
  position: absolute;
  top: 50%;
  left: 51%;
  z-index: 2;
  width: min(78%, 680px);
  aspect-ratio: 1;
  border: 2px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  box-shadow: inset 0 0 0 28px rgba(255, 51, 68, .035);
  transform: translate(-48%, -50%) rotate(-12deg) scaleY(.66);
}

.error-orbit::before,
.error-orbit::after {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffc400;
  box-shadow: 0 0 24px rgba(255, 196, 0, .7);
  content: "";
}

.error-orbit::before {
  top: 17%;
  right: 7%;
}

.error-orbit::after {
  bottom: 12%;
  left: 12%;
  background: var(--accent);
}

.error-sticker {
  position: absolute;
  top: 20%;
  right: 0;
  z-index: 5;
  display: grid;
  place-content: center;
  width: 180px;
  min-height: 126px;
  padding: 20px;
  color: #080c12;
  background: #fff;
  clip-path: polygon(0 0, 82% 0, 100% 24%, 100% 100%, 0 94%);
  font-family: "Oswald", Impact, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: .9;
  text-align: center;
  transform: rotate(5deg);
}

.error-sticker::after {
  width: 100%;
  height: 8px;
  margin-top: 12px;
  background: var(--accent);
  clip-path: polygon(0 35%, 100% 0, 94% 74%, 4% 100%);
  content: "";
}

.error-arrow {
  position: absolute;
  right: 6%;
  bottom: 9%;
  z-index: 5;
  color: #ffc400;
  font-family: "Futura PT", sans-serif;
  font-size: 90px;
  font-weight: 400;
  transform: rotate(-12deg);
}

@media (max-width: 1100px) {
  .error-hero {
    grid-template-columns: minmax(330px, .9fr) minmax(420px, 1.1fr);
  }

  .error-sticker {
    right: -20px;
    width: 150px;
    min-height: 108px;
    font-size: 22px;
  }
}

@media (max-width: 820px) {
  .error-hero {
    grid-template-columns: 1fr;
    align-content: start;
    padding-top: 124px;
  }

  .error-copy {
    max-width: none;
  }

  .error-visual {
    min-height: 470px;
    margin-top: 10px;
  }

  .error-machine {
    width: min(55%, 360px);
  }

  .error-sticker {
    right: 8%;
  }
}

@media (max-width: 560px) {
  .error-hero {
    padding-top: 106px;
  }

  .error-copy h1 {
    font-size: clamp(50px, 16vw, 72px);
  }

  .error-message {
    margin-top: 34px;
    font-size: 16px;
  }

  .error-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .error-button {
    width: 100%;
  }

  .error-contact {
    display: grid;
    gap: 4px;
  }

  .error-visual {
    min-height: 390px;
  }

  .error-code {
    font-size: 62vw;
    -webkit-text-stroke-width: 2px;
  }

  .error-machine {
    left: 47%;
    width: min(62%, 290px);
  }

  .error-sticker {
    top: 17%;
    right: 0;
    width: 120px;
    min-height: 90px;
    padding: 14px;
    font-size: 18px;
  }

  .error-arrow {
    right: 0;
    font-size: 64px;
  }
}
