.result-section,
.program,
.tariffs {
  overflow: visible;
}

.result-section > :not(.section-decor),
.image-section > :not(.section-decor),
.program > :not(.section-decor),
.tariffs > :not(.section-decor) {
  position: relative;
  z-index: 1;
}

.section-decor {
  position: absolute;
  z-index: 0;
  display: block;
  pointer-events: none;
  user-select: none;
}

[data-parallax] {
  --parallax-y: 0px;
  translate: 0 var(--parallax-y);
  will-change: translate;
}

.result-decor {
  top: -7%;
  right: clamp(36px, 4vw, 72px);
  width: clamp(340px, 42vw, 640px);
  opacity: .23;
  mix-blend-mode: screen;
  transform: rotate(-10deg);
}

.image-section {
  z-index: 2;
  overflow: visible;
}

.why-section { z-index: 1; }

.request-bridge-decor {
  right: clamp(-230px, -8vw, -110px);
  bottom: clamp(-260px, -15vw, -170px);
  width: clamp(460px, 39vw, 720px);
  opacity: .31;
  mix-blend-mode: screen;
  transform: rotate(-19deg);
}

.program-decor {
  top: 2%;
  right: clamp(42px, 4vw, 82px);
  width: clamp(220px, 25vw, 390px);
  opacity: .2;
  mix-blend-mode: screen;
  transform: rotate(17deg);
}

.tariff-decor {
  width: clamp(300px, 34vw, 520px);
  opacity: .19;
  mix-blend-mode: screen;
}

.tariff-decor-left {
  bottom: -5%;
  right: 1.5%;
  left: auto;
  transform: scaleX(-1) rotate(-14deg);
}

.tariff-decor-right {
  top: 5%;
  right: 3%;
  transform: scaleX(-1) rotate(12deg);
}

@media (max-width: 900px) {
  .result-decor { right: -8%; width: 520px; opacity: .14; }
  .request-bridge-decor { display: none; }
  .program-decor { right: -5%; opacity: .12; }
  .tariff-decor { width: 320px; opacity: .1; }
  .tariff-decor-left { right: -9%; left: auto; }
  .tariff-decor-right { right: -9%; }
}

@media (prefers-reduced-motion: reduce) {
  [data-parallax] {
    --parallax-y: 0px !important;
    translate: none;
    will-change: auto;
  }
}
