/* Шапка опускается под панель слабовидящих (десктоп) */
html.special .t228__positionfixed {
  top: 45px !important;
  transition: top 0.2s;
}
html.special body {
  padding-top: 45px !important;
  margin-top: 0 !important;
}

/* Мобильный — панель снизу, шапка не сдвигается */
@media (max-width: 768px) {
  html.special .t228__positionfixed {
    top: 0 !important;
  }
  html.special body {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  #specialButton1 {
    display: flex !important;
    margin: 10px auto !important;
    justify-content: center;
    width: fit-content;
  }
}