﻿.zs-contact-main {
  background: #fff;
  padding-top: calc(var(--zs-header-offset));
}

.zs-contact-hero {
  padding: 0;
  background-color: #eceeef;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)), url("../img/Contact.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.zs-contact-hero-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  min-height: 300px;
  padding: 28px 0;
}

.zs-contact-hero-copy {
  text-align: right;
}

.zs-contact-hero h2 {
  margin: 0;
  color: #202020;
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.zs-contact-breadcrumbs {
  margin: 12px 0 0;
  color: #7a7f86;
  font-size: 15px;
}

.zs-contact-breadcrumbs a {
  color: #7a7f86;
}

.zs-contact-breadcrumbs a:hover {
  color: #ef2b2d;
}

.zs-contact-cards {
  padding: 60px 0;
}

.zs-contact-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.zs-contact-card {
  padding: 24px 22px 28px;
  border: 6px solid #f1f1f1;
  background: #fff;
  text-align: center;
}

.zs-contact-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #ef2b2d;
}

.zs-contact-card-icon svg {
  width: 36px;
  height: 36px;
  fill: #fff;
}

.zs-contact-card p {
  margin: 0;
  color: #666b72;
  font-size: 16px;
  line-height: 1.55;
}

.zs-contact-touch {
  padding: 0 0 96px;
}

.zs-contact-touch-panel {
  border: 1px solid #e3e3e3;
  background: #fff;
}

.zs-contact-touch-head {
  padding: 16px 18px;
  background: #ef2b2d;
}

.zs-contact-touch-head h2 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.zs-contact-touch-body {
  padding: 18px 16px 22px;
}

.zs-contact-touch-body > p {
  margin: 0 0 18px;
  color: #2f3d4f;
  font-size: 17px;
  line-height: 1.65;
}

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

.zs-contact-touch-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.zs-contact-touch-form input,
.zs-contact-touch-form textarea {
  width: 100%;
  border: 1px solid #d7d7d7;
  background: #fff;
  color: #666b72;
  font-size: 16px;
  line-height: 1.5;
}

.zs-contact-touch-form input {
  height: 52px;
  padding: 0 14px;
}

.zs-contact-touch-form textarea {
  min-height: 92px;
  padding: 14px;
  resize: vertical;
}

.zs-contact-touch-quiz {
  display: grid;
  gap: 8px;
  color: #666b72;
  font-size: 16px;
  line-height: 1.4;
}

.zs-contact-touch-form button {
  width: 100%;
  min-height: 34px;
  border: 0;
  background: #1f1f1f;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: lowercase;
  cursor: pointer;
}

.zs-contact-map-embed {
  position: relative;
  width: 100%;
  min-height: 460px;
  background: #e9ecef;
}

.zs-contact-map-embed iframe {
  display: block;
  width: 100%;
  height: 460px;
  border: 0;
}

@media (max-width: 767px) {
  .zs-contact-hero {
    background-position: 24% center;
  }

  .zs-contact-hero-inner {
    min-height: 220px;
    justify-content: center;
    padding: 18px 0;
  }

  .zs-contact-hero-copy {
    width: 100%;
  }

  .zs-contact-hero h2 {
    font-size: 34px;
  }

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

  .zs-contact-cards-grid,
  .zs-contact-touch-row {
    grid-template-columns: 1fr;
  }

  .zs-contact-card {
    padding: 20px 16px 24px;
  }

  .zs-contact-touch {
    padding-bottom: 60px;
  }

  .zs-contact-touch-head h2 {
    font-size: 20px;
  }

  .zs-contact-map-section {
    padding-bottom: 60px;
  }

  .zs-contact-map-embed,
  .zs-contact-map-embed iframe {
    min-height: 320px;
    height: 320px;
  }

  .zs-contact-touch-body > p,
  .zs-contact-card p,
  .zs-contact-touch-form input,
  .zs-contact-touch-form textarea,
  .zs-contact-touch-quiz {
    font-size: 15px;
  }
}

