/* Homepage-only fixes (loaded with new-style.css on index) */
main.page-home section {
  margin-top: 0;
}

main.page-home section.news,
main.page-home section.reviews {
  margin-bottom: 72px;
}

@media screen and (max-width: 768px) {
  main.page-home section.news,
  main.page-home section.reviews {
    margin-bottom: 40px;
  }
}

main.page-home img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/* Кнопка «наверх» на месте виджета Telegram (только главная) */
body:has(main.page-home) #scroll_top {
  bottom: 20px;
  right: 20px;
}

main.page-home .description__wrapper__content__image img {
  width: auto;
  height: auto;
  max-width: 393px;
  max-height: 100%;
  object-fit: contain;
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  main.page-home .description__wrapper__content__image img {
    max-width: 100%;
  }
}
