.snp-construction-contact-map {
  --snp-ccm-green: #2ba84a;
  --snp-ccm-orange: #ff8d0a;
  --snp-ccm-ink: #18222c;
  background: #f4f5f5;
  color: var(--snp-ccm-ink);
  font-family: Arial, Helvetica, sans-serif;
  padding: 30px 28px 34px;
}

.snp-construction-contact-map *,
.snp-construction-contact-map *::before,
.snp-construction-contact-map *::after {
  box-sizing: border-box;
}

.snp-construction-contact-map__inner {
  display: grid;
  gap: clamp(28px, 3vw, 48px);
  grid-template-columns: minmax(285px, 0.9fr) minmax(400px, 1fr) minmax(380px, 1.05fr);
  margin: 0 auto;
  max-width: 1540px;
}

.snp-construction-contact-map__contacts {
  padding: 3px 0 0;
}

.snp-construction-contact-map h2 {
  color: var(--snp-ccm-ink);
  font-size: clamp(34px, 3vw, 46px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0;
  white-space: nowrap;
}

.snp-construction-contact-map h2 span {
  color: var(--snp-ccm-green);
}

.snp-construction-contact-map__region {
  color: #1e2730;
  font-size: clamp(20px, 1.6vw, 26px);
  line-height: 1.3;
  margin: 16px 0 28px;
}

.snp-construction-contact-map__contact-list {
  display: grid;
  gap: 24px;
}

.snp-construction-contact-map__contact {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 58px minmax(0, 1fr);
}

.snp-construction-contact-map__icon {
  align-items: center;
  background: var(--snp-ccm-orange);
  border-radius: 11px;
  color: #fff;
  display: flex;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.snp-construction-contact-map__icon svg {
  fill: currentColor;
  height: 35px;
  width: 35px;
}

.snp-construction-contact-map__contact strong {
  color: #18222c;
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 5px;
}

.snp-construction-contact-map__contact a {
  color: #f26637;
  display: inline-block;
  font-size: 19px;
  line-height: 1.3;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.snp-construction-contact-map__contact a:hover,
.snp-construction-contact-map__contact a:focus-visible {
  color: #c8461d;
  text-decoration: underline;
}

.snp-construction-contact-map__form-card {
  background: #fff;
  box-shadow: 0 15px 36px rgba(28, 41, 51, 0.13);
  min-width: 0;
  padding: 28px 30px 24px;
}

.snp-construction-contact-map__form {
  display: grid;
  gap: 16px;
  margin: 0;
}

.snp-construction-contact-map__row {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.snp-construction-contact-map__field {
  display: block;
  margin: 0;
}

.snp-construction-contact-map__field input,
.snp-construction-contact-map__field textarea {
  appearance: none;
  background: #fff;
  border: 1px solid #d8dcdf;
  border-radius: 0;
  box-shadow: none;
  color: #202a33;
  display: block;
  font: inherit;
  font-size: 17px;
  line-height: 1.4;
  margin: 0;
  outline: 0;
  padding: 13px 16px;
  width: 100%;
}

.snp-construction-contact-map__field input {
  height: 50px;
}

.snp-construction-contact-map__field textarea {
  min-height: 140px;
  resize: vertical;
}

.snp-construction-contact-map__field input::placeholder,
.snp-construction-contact-map__field textarea::placeholder {
  color: #a6aaae;
  opacity: 1;
}

.snp-construction-contact-map__field input:focus,
.snp-construction-contact-map__field textarea:focus {
  border-color: var(--snp-ccm-green);
  box-shadow: 0 0 0 3px rgba(43, 168, 74, 0.14);
}

.snp-construction-contact-map__field [aria-invalid="true"] {
  border-color: #c9302c;
  box-shadow: 0 0 0 3px rgba(201, 48, 44, 0.12);
}

.snp-construction-contact-map__consent {
  color: #6d747a;
  font-size: 12px;
  line-height: 1.45;
  margin: -5px 0 0;
}

.snp-construction-contact-map__submit {
  appearance: none;
  background: var(--snp-ccm-orange);
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.01em;
  min-height: 60px;
  padding: 14px 24px;
  transition: background-color 0.18s ease, transform 0.18s ease;
  width: 100%;
}

.snp-construction-contact-map__submit:hover,
.snp-construction-contact-map__submit:focus-visible {
  background: #ec7d00;
}

.snp-construction-contact-map__submit:active {
  transform: translateY(1px);
}

.snp-construction-contact-map__submit[disabled] {
  cursor: wait;
  opacity: 0.68;
}

.snp-construction-contact-map__status {
  color: #b42318;
  font-size: 14px;
  line-height: 1.4;
  margin: -8px 0 0;
}

.snp-construction-contact-map__status:empty {
  display: none;
}

.snp-construction-contact-map__status.is-success {
  color: #167331;
}

.snp-construction-contact-map__trap {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.snp-construction-contact-map__map {
  background: #e7ecef;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.snp-construction-contact-map__map iframe {
  border: 0;
  display: block;
  height: 100%;
  min-height: 500px;
  width: 100%;
}

.snp-construction-contact-map__map noscript p {
  padding: 24px;
}

@media (max-width: 1220px) {
  .snp-construction-contact-map__inner {
    grid-template-columns: minmax(280px, 0.85fr) minmax(390px, 1fr);
  }

  .snp-construction-contact-map__map {
    grid-column: 1 / -1;
    min-height: 480px;
  }

  .snp-construction-contact-map__map iframe {
    min-height: 480px;
  }
}

@media (max-width: 767px) {
  .snp-construction-contact-map {
    padding: 38px 14px 44px;
  }

  .snp-construction-contact-map__inner {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr);
  }

  .snp-construction-contact-map h2 {
    font-size: clamp(31px, 9vw, 38px);
    white-space: normal;
  }

  .snp-construction-contact-map__region {
    font-size: 20px;
    margin: 15px 0 28px;
  }

  .snp-construction-contact-map__contact-list {
    gap: 20px;
  }

  .snp-construction-contact-map__contact {
    gap: 14px;
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .snp-construction-contact-map__icon {
    border-radius: 9px;
    height: 50px;
    width: 50px;
  }

  .snp-construction-contact-map__icon svg {
    height: 30px;
    width: 30px;
  }

  .snp-construction-contact-map__contact strong {
    font-size: 18px;
  }

  .snp-construction-contact-map__contact a {
    font-size: 16px;
  }

  .snp-construction-contact-map__form-card {
    padding: 26px 18px 22px;
  }

  .snp-construction-contact-map__form {
    gap: 16px;
  }

  .snp-construction-contact-map__row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .snp-construction-contact-map__field input,
  .snp-construction-contact-map__field textarea {
    font-size: 16px;
  }

  .snp-construction-contact-map__field textarea {
    min-height: 150px;
  }

  .snp-construction-contact-map__submit {
    min-height: 60px;
  }

  .snp-construction-contact-map__map,
  .snp-construction-contact-map__map iframe {
    min-height: 430px;
  }
}
