.contact-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 15px 35px;
  color: #222;
  box-sizing: border-box;
}

.contact-page *,
.contact-page *::before,
.contact-page *::after {
  box-sizing: border-box;
}

.contact-header {
  margin-bottom: 20px;
}

.contact-header h1 {
  margin: 0 0 8px;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 700;
  color: #111;
}

.contact-intro {
  max-width: 760px;
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}

.contact-quick {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.quick-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 116px;
  padding: 14px 16px;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  text-decoration: none;
  color: #222;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.quick-card:hover {
  transform: translateY(-1px);
}

.quick-card__label {
  display: block;
  margin: 0 0 8px;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.quick-card__value {
  display: block;
  min-height: 52px;
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  color: #111;
}

.quick-card__hint {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.35;
}

.quick-card--phone {
  background: #f28c18;
  border-color: #d9780f;
  color: #fff;
}

.quick-card--phone .quick-card__label,
.quick-card--phone .quick-card__value,
.quick-card--phone .quick-card__hint {
  color: #fff;
}

.quick-card--phone:hover {
  background: #de7d10;
  border-color: #c96f0d;
}

.quick-card--email,
.quick-card--nav {
  background: #fff4e8;
  border-color: #f1c08e;
}

.quick-card--email .quick-card__label,
.quick-card--nav .quick-card__label {
  color: #9a5a12;
}

.quick-card--email .quick-card__hint,
.quick-card--nav .quick-card__hint {
  color: #8b6335;
}

.quick-card--email:hover,
.quick-card--nav:hover {
  background: #ffeedb;
  border-color: #e7a865;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 22px;
  align-items: start;
}

.contact-main,
.contact-side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-card {
  padding: 18px 20px;
  background: #f3f3f3;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  box-shadow: none;
}

.contact-card h2 {
  margin: 0 0 14px;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 700;
  color: #111;
}

.contact-block + .contact-block {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #dddddd;
}

.contact-card p {
  margin: 0;
  line-height: 1.7;
  color: #333;
}

.contact-links p + p {
  margin-top: 6px;
}

.contact-card a {
  color: #111;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.contact-card a:hover {
  color: #f28c18;
}

.opening-hours {
  width: 100%;
  border-collapse: collapse;
}

.opening-hours tr + tr td {
  border-top: 1px solid #dddddd;
}

.opening-hours td {
  padding: 10px 0;
  vertical-align: top;
  line-height: 1.6;
  color: #333;
}

.opening-hours td:first-child {
  width: 48px;
  padding-right: 12px;
  font-weight: 700;
  color: #111;
  white-space: nowrap;
}

.sep {
  display: inline-block;
  margin: 0 6px;
  color: #999;
}

.note {
  color: #777;
  font-size: 13px;
}

.closed {
  font-weight: 700;
  color: #f28c18;
}

.contact-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.map-image-link {
  display: block;
}

.map-actions {
  margin-top: 14px;
}

.btn-nav {
  display: inline-block;
  padding: 11px 16px;
  background: #f28c18;
  border: 1px solid #d9780f;
  border-radius: 8px;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
  line-height: 1.2;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.btn-nav:hover {
  background: #de7d10;
  border-color: #c96f0d;
  color: #fff !important;
}

.map-secondary-link {
  display: inline-block;
  margin-left: 12px;
  color: #555;
  font-size: 13px;
  text-decoration: underline;
  margin: 10px 0 0;
  text-align: center;
}

.map-secondary-link:hover {
  color: #f28c18;
}

.gps-note {
  margin-top: 10px !important;
  font-size: 13px;
  color: #777 !important;
}

.media-card {
  overflow: hidden;
}

.payment-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.payment-text {
  margin-bottom: 12px !important;
  color: #666;
}

.payment-logo {
  display: block;
  max-width: 210px;
  width: 100%;
  height: auto;
}

.contact-form-note {
  padding: 16px 18px;
  background: #f3f3f3;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
}

.contact-form-note p {
  margin: 0;
  line-height: 1.7;
  color: #555;
}

.contact-form-note--before-form {
  margin-top: 22px;
}

.contact-form-wrapper {
  margin-top: 18px;
}

@media (max-width: 991px) {
  .contact-quick {
    grid-template-columns: 1fr;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .quick-card {
    min-height: auto;
  }

  .quick-card__value {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .contact-page {
    padding: 16px 10px 28px;
  }

  .contact-header h1 {
    font-size: 30px;
  }

  .contact-intro {
    font-size: 14px;
    line-height: 1.6;
  }

  .quick-card {
    min-height: auto;
    padding: 15px;
    border-radius: 8px;
  }

  .quick-card__label {
    margin-bottom: 7px;
    font-size: 10px;
  }

  .quick-card__value {
    min-height: 0;
    font-size: 16px;
    line-height: 1.35;
  }

  .quick-card__hint {
    margin-top: 8px;
    font-size: 12px;
  }

  .contact-card {
    padding: 16px;
    border-radius: 10px;
  }

  .contact-card h2 {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .contact-image {
    border-radius: 6px;
  }

  .opening-hours td {
    padding: 9px 0;
    font-size: 14px;
  }

  .opening-hours td:first-child {
    width: 40px;
    padding-right: 10px;
  }

  .note {
    font-size: 12px;
  }

  .btn-nav {
    display: block;
    width: 100%;
    text-align: center;
  }

  .map-secondary-link {
    display: block;
    margin: 10px 0 0;
    text-align: center;
  }
	
	.gps-note {
	text-align: center;
	}

  .contact-form-note {
    padding: 14px 15px;
    border-radius: 8px;
  }

  .contact-form-note--before-form {
    margin-top: 18px;
  }
}