.contacts {
  padding: 0 0 64px;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(500px, 1fr);
  gap: 52px;
  align-items: start;
}
@media (max-width: 1023.98px) {
  .contacts {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
@media (max-width: 767.98px) {
  .contacts {
    padding: 0 0 42px;
  }
}
.contacts__content {
  max-width: 640px;
}
.contacts__item {
  margin-bottom: 28px;
}
.contacts__item:last-child {
  margin-bottom: 0;
}
.contacts__item-title h2 {
  margin: 0 0 10px;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 600;
  color: var(--title);
}
@media (max-width: 767.98px) {
  .contacts__item-title h2 {
    font-size: 2.4rem;
  }
}
.contacts__item p {
  margin: 0;
  font-size: 2rem;
  line-height: 1.45;
  color: var(--text-secondary);
}
@media (max-width: 767.98px) {
  .contacts__item p {
    font-size: 1.8rem;
  }
}
.contacts__item p + p {
  margin-top: 10px;
}
.contacts__map {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e2e7f0;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(30, 39, 65, 0.08);
}
@media (max-width: 767.98px) {
  .contacts__map {
    border-radius: 14px;
  }
}
.contacts__map {
  width: 100%;
  height: 520px;
}
@media (max-width: 767.98px) {
  .contacts__map {
    height: 420px;
  }
}
@media (max-width: 575.98px) {
  .contacts__map {
    height: 320px;
  }
}
.contacts__map iframe {
  display: block;
  border: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */
