.site-hp {
  display: none !important;
}

.site-map-frame {
  width: 100%;
  min-height: 300px;
  border: 0;
  display: block;
}

.contact-form-map-section .contact-map-wide .site-map-frame {
  min-height: 520px;
}

.contact-form-map-section .contact-map-wide .leaflet-map {
  height: 520px !important;
}

@media (max-width: 767px) {
  .contact-form-map-section .contact-map-wide .site-map-frame {
    min-height: 380px;
  }

  .contact-form-map-section .contact-map-wide .leaflet-map {
    height: 380px !important;
  }
}

.form-message {
  margin: 0 0 18px;
  padding: 12px 16px;
  background: #fff;
  color: #202234;
  border-left: 4px solid #335078;
}

.form-message--error {
  border-left-color: #d63240;
}

.cookie-notice {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 720px;
  margin: 0 auto;
  padding: 12px 16px;
  background: #202234;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .22);
}

.cookie-notice.is-visible {
  display: flex;
}

.cookie-notice button {
  border: 0;
  background: #f6552b;
  color: #fff;
  padding: 8px 18px;
  cursor: pointer;
  font-weight: 700;
}

@media (max-width: 575px) {
  .cookie-notice {
    left: 10px;
    right: 10px;
    align-items: flex-start;
    flex-direction: column;
  }
}
