:root {
  --site-section-gap: 110px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

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

.webs_body > section + section,
.webs_body > main > section + section {
  margin-top: var(--site-section-gap);
}

.webs_body > .tape + .footer,
.webs_body > .services-final-request + .footer {
  margin-top: var(--site-section-gap);
}

@media (max-width: 680px) {
  html { scroll-padding-top: 90px; }
  :root {
    --site-section-gap: 56px;
  }
}
