/* по умолчанию - без отступа */
html {
  scroll-padding-top: 15px !important;
}

/* добавляем отступ ТОЛЬКО когда есть класс */
html.scroll-padding-restore {
  scroll-padding-top: 100px !important;
}

