/* Contacts page (/contacts) — fix height imbalance of the top two-column grid.
   The left "Каналы связи" card stretched to match the taller map card (grid
   default align-items: stretch), leaving an empty gap. Hug content instead. */

.page-contacts .hc-wrap.premium-grid-2 {
  align-items: start;
}
