.page-proezd-template .proezd-page__map-section {
  padding: clamp(28px, 5vw, 64px) 0 clamp(56px, 8vw, 104px);
}

.page-proezd-template .proezd-page__map {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: #eef0f1;
}

@media (max-width: 640px) {
  .page-proezd-template .proezd-page__map-section {
    padding-top: 16px;
  }

}
