.anchor-offset::before {
  content: "";
  display: block;
  height: 100px; /* высота отступа */
  margin-top: -100px; /* смещение наверх */
  visibility: hidden;
}