.zs-contact-hero {
  padding: 0;
}

.zs-contact-hero__inner {
  min-height: 720px;
  padding: 60px 15%;
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
  gap: 0;
  align-items: start;
  background-image:
    linear-gradient(90deg, rgba(15, 22, 31, 0.52) 0%, rgba(15, 22, 31, 0.22) 52%, rgba(15, 22, 31, 0.3) 100%),
    url("../img/contact_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.zs-contact-hero__info {
  padding-top: 28px;
  color: #ffffff;
}

.zs-contact-hero__info > h2 {
  margin: 0 0 26px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 700;
  color: #ffffff;
}

.zs-contact-hero__item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.zs-contact-hero__item .zs-footer__contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #ffffff;
  flex: 0 0 48px;
}

.zs-contact-hero__item .zs-footer__contact-icon svg {
  width: 38px;
  height: 38px;
  fill: currentColor;
}

.zs-contact-hero__item-content {
  min-width: 0;
}

.zs-contact-hero__item h3 {
  margin: 0 0 4px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.zs-contact-hero__item p {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
  color: #ffffff;
}

.zs-contact-hero__form-wrap {
  display: flex;
  justify-content: flex-end;
}

.zs-contact-hero__form-card {
  width: 100%;
  max-width: none;
  padding: 54px 46px;
  background: #ffffff;
}

.zs-contact-hero__form-card h2 {
  margin: 0 0 28px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 700;
  color: #1f2b37;
}

.zs-contact-form {
  display: grid;
  gap: 14px;
}

.zs-contact-form label {
  display: grid;
  gap: 8px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: #66707a;
}

.zs-contact-form__label-text {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  white-space: nowrap;
}

.zs-contact-form__label-text span {
  flex: 0 0 auto;
  color: #f25d5d;
}

.zs-contact-form input,
.zs-contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #dcdfe3;
  border-radius: 3px;
  background: #ffffff;
  font: inherit;
  color: #1f2b37;
  box-sizing: border-box;
}

.zs-contact-form textarea {
  resize: vertical;
  min-height: 110px;
}

.zs-contact-form button {
  min-height: 46px;
  margin-top: 6px;
  border: 0;
  border-radius: 0;
  background: #5cc86b;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
}

.zs-contact-location {
  padding: 58px 0 72px;
  background: #f5f5f5;
}

.zs-contact-location__inner {
  width: min(1160px, 100% - 48px);
  margin: 0 auto;
}

.zs-contact-location__map-wrap {
  overflow: hidden;
  background: #d8d8d8;
}

.zs-contact-location__map {
  display: block;
  width: 100%;
  height: 480px;
  border: 0;
}

.zs-contact-location__content {
  padding: 24px 0 0;
}

.zs-contact-location__content > h2 {
  margin: 0 0 20px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  color: #1f2b37;
}

.zs-contact-location__item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-bottom: 14px;
}

.zs-contact-location__item:last-child {
  margin-bottom: 0;
}

.zs-contact-location__item .zs-footer__contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #1f2b37;
  flex: 0 0 36px;
}

.zs-contact-location__item--address .zs-footer__contact-icon {
  color: #000000;
}

.zs-contact-location__item .zs-footer__contact-icon svg path{
  width: 24px;
  height: 24px;
  fill: currentColor !important;
}

.zs-contact-location__item h3 {
  margin: 0 0 6px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #1f2b37;
}

.zs-contact-location__item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #6d7680;
}

@media (max-width: 1024px) {
  .zs-contact-hero__inner {
    min-height: auto;
    padding: 42px 5%;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .zs-contact-hero__info {
    padding-top: 0;
  }

  .zs-contact-hero__info > h2 {
    font-size: 42px;
  }

  .zs-contact-hero__item p {
    font-size: 16px;
  }

  .zs-contact-hero__form-wrap {
    justify-content: flex-start;
  }

  .zs-contact-hero__form-card {
    max-width: 100%;
    padding: 38px 30px;
  }

  .zs-contact-hero__form-card h2 {
    font-size: 36px;
  }

  .zs-contact-location {
    padding: 44px 0 54px;
  }

  .zs-contact-location__inner {
    width: min(100% - 40px, 960px);
  }

  .zs-contact-location__map {
    height: 400px;
  }

  .zs-contact-location__content > h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .zs-contact-hero__inner {
    padding: 28px 24px;
    gap: 22px;
  }

  .zs-contact-hero__info > h2 {
    margin-bottom: 18px;
    font-size: 30px;
  }

  .zs-contact-hero__item {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 0;
  }

  .zs-contact-hero__item .zs-footer__contact-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .zs-contact-hero__item .zs-footer__contact-icon svg {
    width: 24px;
    height: 24px;
  }

  .zs-contact-hero__item h3 {
    font-size: 14px;
  }

  .zs-contact-hero__item p {
    font-size: 14px;
    line-height: 1.55;
  }

  .zs-contact-hero__form-card {
    padding: 26px 18px;
  }

  .zs-contact-hero__form-card h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .zs-contact-form {
    gap: 12px;
  }

  .zs-contact-form label {
    font-size: 12px;
  }

  .zs-contact-form input,
  .zs-contact-form textarea {
    padding: 10px 12px;
  }

  .zs-contact-location {
    padding: 32px 0 40px;
  }

  .zs-contact-location__inner {
    width: calc(100% - 24px);
  }

  .zs-contact-location__map {
    height: 260px;
  }

  .zs-contact-location__content {
    padding-top: 18px;
  }

  .zs-contact-location__content > h2 {
    margin-bottom: 16px;
    font-size: 26px;
  }

  .zs-contact-location__item {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 12px;
  }

  .zs-contact-location__item .zs-footer__contact-icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .zs-contact-location__item .zs-footer__contact-icon svg {
    width: 20px;
    height: 20px;
  }

  .zs-contact-location__item h3 {
    font-size: 16px;
  }

  .zs-contact-location__item p {
    font-size: 14px;
    line-height: 1.6;
  }
}
