/* City map section */
body.page-city .city-map-section{margin:24px 0 0;padding:20px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}body.page-city .city-map-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px}body.page-city .city-yandex-map{display:block;width:100%;height:390px;border:1px solid var(--border);border-radius:11px;background:#f4f6f8}@media(max-width:600px){body.page-city .city-map-section{padding:15px}body.page-city .city-map-heading{align-items:flex-start;flex-direction:column;gap:5px}body.page-city .city-yandex-map{height:300px}}
