/* Плавный скролл */
html {
  scroll-behavior: smooth;
}

.main-section {
  content-visibility: auto; /* браузер приоритизирует рендер */
}
