.contacts-v1 h2 {
  max-width: 870px;
  margin-block-end: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
}
.contacts-v1__inner {
  display: grid;
  grid-template-columns: auto 590px;
  gap: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
}
@media (max-width: 1439.98px) {
  .contacts-v1__inner {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  }
}
@media (max-width: 991.98px) {
  .contacts-v1__inner {
    display: flex;
    flex-direction: column;
  }
}
.contacts-v1__content {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
}
.contacts-v1__content img {
  max-height: 200px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-default);
}
.contacts-v1__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
}
.contacts-v1__list .contact-v1-card {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 0.5625rem + 0.3125vw, 0.9375rem);
  width: fit-content;
}
.contacts-v1__list .contact-v1-card .contact-list__value {
  font-family: inherit;
  font-weight: 600;
  font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
  line-height: 1.2;
  color: var(--color-white);
}
.contacts-v1__form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
  padding-inline-start: clamp(1.25rem, 1.125rem + 0.625vw, 1.875rem);
  border-inline-start: 1px solid var(--color-grey-50);
}
@media (max-width: 991.98px) {
  .contacts-v1__form {
    padding-inline-start: unset;
  }
}
.contacts-v1__form-heading {
  font-family: inherit;
  font-weight: 600;
  font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
  line-height: 1.2;
  color: var(--color-white);
}

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