/* ===== iOS fix: слегка опускаем строку с телефоном/почтой ===== */
.header__top,
.header__topbar,
.topbar,
.ag-topbar{
  padding-top: calc(6px + var(--safe-top)) !important;
  padding-bottom: 6px !important;
  min-height: calc(32px + var(--safe-top));
}
