/* Плавный скролл для всей страницы */
html {
  scroll-behavior: smooth;
}

.toggle-content, .role-detail, .gallery-section, .gallery-more-btn {
    display: none !important;
}