.dz-contacts-exact {
  min-height: 70vh;
  padding: 28px 0 86px;
  background: #f4f8fa;
  color: #1d252b;
  overflow: hidden;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.dz-contacts-exact * {
  box-sizing: border-box;
}

.dz-contacts-container {
  max-width: 1170px;
}

.dz-page-alerts {
  margin-top: 18px;
}

.dz-contacts-breadcrumb {
  margin: 0 0 42px;
  padding: 0;
}

.dz-contacts-breadcrumb .breadcrumb {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 12px 18px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(31, 37, 42, .05);
}

.dz-contacts-breadcrumb .breadcrumb-item {
  color: #667085;
  font-size: 14px;
  font-weight: 500;
}

.dz-contacts-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #98a2b3;
  content: "/";
}

.dz-contacts-breadcrumb a {
  color: #0c81c9;
  font-weight: 700;
  text-decoration: none;
}

.dz-contacts-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 31px;
  align-items: stretch;
  margin-bottom: 44px;
}

.dz-contacts-intro__text {
  padding-right: 16px;
}

.dz-contacts-kicker,
.dz-contacts-section-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 18px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eefbfc;
  color: #0b9fa8;
  font-size: 12px;
  font-weight: 700;
}

.dz-contacts-intro h1 {
  max-width: 820px;
  margin: 0 0 18px;
  color: #1f252a;
  font-size: clamp(38px, 5vw, 52px);
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: -.045em;
}

.dz-contacts-intro p {
  max-width: 780px;
  margin: 0;
  color: #58646c;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
}

.dz-contacts-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.dz-contacts-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  transition: .18s ease;
}

.dz-contacts-btn:hover {
  transform: translateY(-1px);
  text-decoration: none !important;
}

.dz-contacts-btn-primary {
  color: #ffffff !important;
  background: linear-gradient(135deg, #18bdc5, #0c81c9);
  box-shadow: 0 12px 24px rgba(12, 129, 201, .20);
}

.dz-contacts-btn-light {
  color: #0c81c9 !important;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(31, 37, 42, .05);
}

.dz-contacts-main-card,
.dz-contacts-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 18px 36px rgba(31, 37, 42, .055);
}

.dz-contacts-main-card {
  padding: 28px;
}

.dz-contacts-main-card__icon {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eefbfc;
  color: #0c81c9;
  font-size: 22px;
}

.dz-contacts-main-card h2 {
  margin: 0 0 14px;
  color: #1f252a;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.035em;
}

.dz-contacts-main-card__name {
  margin-bottom: 12px;
  color: #1f252a;
  font-size: 16px;
  font-weight: 700;
}

.dz-contacts-main-card__row,
.dz-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #5c6870;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 9px;
}

.dz-contacts-main-card__row i,
.dz-contact-row i {
  flex: 0 0 18px;
  width: 18px;
  margin-top: 3px;
  color: #0c81c9;
}

.dz-contacts-main-card__row a,
.dz-contact-row a {
  color: #1f252a;
  text-decoration: none;
}

.dz-contacts-main-card__row a:hover,
.dz-contact-row a:hover {
  color: #0c81c9;
}

.dz-contacts-card {
  padding: 30px;
  margin-bottom: 31px;
}

.dz-contacts-section-head {
  margin-bottom: 26px;
}

.dz-contacts-section-head h2,
.dz-contacts-map-head h2 {
  margin: 0 0 10px;
  color: #1f252a;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.035em;
}

.dz-contacts-section-head p {
  max-width: 760px;
  margin: 0;
  color: #58646c;
  font-size: 16px;
  line-height: 1.65;
}

.dz-contacts-column-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.dz-contacts-column-head h3 {
  margin: 0;
  color: #1f252a;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.03em;
}

.dz-contacts-column-head span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eefbfc;
  color: #0b9fa8;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.dz-contacts-search {
  height: 52px;
  margin-bottom: 18px;
  border: 0 !important;
  border-radius: 999px !important;
  background: #f8fafb !important;
  padding: 0 20px !important;
  color: #1f252a !important;
  box-shadow: inset 0 0 0 1px rgba(31, 37, 42, .07) !important;
}

.dz-contacts-scroll {
  max-height: 720px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.dz-contacts-scroll::-webkit-scrollbar {
  width: 7px;
}

.dz-contacts-scroll::-webkit-scrollbar-thumb {
  background: rgba(12, 129, 201, .24);
  border-radius: 999px;
}

.dz-contact-item {
  padding: 20px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(31, 37, 42, .07);
  box-shadow: 0 10px 24px rgba(31, 37, 42, .035);
  transition: .18s ease;
}

.dz-contact-item + .dz-contact-item {
  margin-top: 14px;
}

.dz-contact-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(31, 37, 42, .07);
}

.dz-contact-item.is-hidden {
  display: none;
}

.dz-contact-item__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.dz-contact-item__head h4 {
  margin: 0;
  color: #1f252a;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -.025em;
}

.dz-contact-small-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  border: 0;
  background: #eefbfc;
  color: #0c81c9;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.dz-contact-small-btn:hover {
  color: #0c81c9;
  transform: translateY(-1px);
}

.dz-contact-status-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.dz-contact-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.dz-contact-status-open {
  background: rgba(40, 167, 69, .12);
  color: #218838;
}

.dz-contact-status-closed {
  background: #f2f4f5;
  color: #667085;
}

.dz-contact-hours {
  margin-top: 14px;
  padding: 12px;
  border-radius: 18px;
  background: #f8fafb;
}

.dz-contact-hours table {
  width: 100%;
  border-collapse: collapse;
}

.dz-contact-hours td {
  padding: 9px 8px;
  border-top: 1px solid rgba(31, 37, 42, .07);
  color: #344054;
  font-size: 13px;
  vertical-align: top;
}

.dz-contact-hours tr:first-child td {
  border-top: 0;
}

.dz-contact-hours td:first-child {
  width: 44%;
  color: #667085;
}

.dz-contact-hours tr.is-today td {
  background: rgba(24, 189, 197, .08);
}

.dz-contact-hours td span {
  color: #667085;
}

.dz-contact-item hr {
  border: 0;
  border-top: 1px solid rgba(31, 37, 42, .08);
  margin: 16px 0;
}

.dz-contact-empty-small {
  padding: 18px;
  border-radius: 18px;
  background: #f8fafb;
  color: #667085;
  font-size: 15px;
  line-height: 1.6;
}

.contact-collapse {
  display: none;
}

.contact-collapse.show {
  display: block;
}

.dz-contacts-accordion-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.dz-contacts-accordion-btn strong {
  display: block;
  color: #1f252a;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.035em;
}

.dz-contacts-accordion-btn small {
  display: block;
  margin-top: 8px;
  color: #58646c;
  font-size: 15px;
}

.dz-contacts-accordion-btn i {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eefbfc;
  color: #0c81c9;
  transition: transform .2s ease;
}

.dz-contacts-accordion-btn[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.dz-contacts-form {
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid rgba(31, 37, 42, .08);
}

.dz-contacts-form label {
  display: block;
  margin-bottom: 8px;
  color: #344054;
  font-size: 14px;
  font-weight: 700;
}

.dz-contacts-form input,
.dz-contacts-form textarea,
.dz-contacts-form select {
  width: 100%;
  min-height: 48px;
  border: 0 !important;
  border-radius: 16px !important;
  background: #f8fafb !important;
  padding: 10px 14px !important;
  color: #1f252a !important;
  box-shadow: inset 0 0 0 1px rgba(31, 37, 42, .08) !important;
}

.dz-contacts-form textarea {
  min-height: 130px;
}

.captcha-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.captcha-row input[type="text"] {
  max-width: 280px;
}

.dz-contacts-map-card {
  padding: 0;
  overflow: hidden;
}

.dz-contacts-map-head {
  padding: 30px 30px 20px;
}

.dz-contacts-map-body {
  padding: 0;
}

.dz-contacts-map-body #map,
.dz-contacts-map-body [id*="map"],
.dz-contacts-map-body .ol-viewport {
  border-radius: 0 0 24px 24px;
}

@media (max-width: 991.98px) {
  .dz-contacts-exact {
    padding-top: 22px;
    padding-bottom: 62px;
  }

  .dz-contacts-intro {
    grid-template-columns: 1fr;
  }

  .dz-contacts-main-card {
    max-width: none;
  }

  .dz-contacts-scroll {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .dz-contacts-breadcrumb {
    margin-bottom: 32px;
  }

  .dz-contacts-intro {
    margin-bottom: 34px;
  }

  .dz-contacts-intro h1 {
    font-size: 36px;
  }

  .dz-contacts-card {
    padding: 24px;
  }

  .dz-contact-item__head {
    display: block;
  }

  .dz-contact-item__head .dz-contact-small-btn {
    width: 100%;
    margin-top: 12px;
  }

  .dz-contact-status-row .dz-contact-small-btn {
    width: 100%;
  }

  .dz-contacts-actions,
  .dz-contacts-actions .dz-contacts-btn {
    width: 100%;
  }

  .dz-contacts-btn {
    width: 100%;
  }

  .dz-contacts-accordion-btn strong,
  .dz-contacts-map-head h2,
  .dz-contacts-section-head h2 {
    font-size: 26px;
  }
}
