.contacts-route .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contacts-route {
  --cp-orange: #dd7a22;
  --cp-orange-dark: #c2681a;
  --cp-cream: #f1e9dd;
  --cp-cream2: #f1e9dd;
  --cp-text: #2a2521;
  --cp-muted: #6d655e;
  --cp-line: #e7dccf;
  --cp-radius: 14px;
  --cp-shadow: 0 8px 24px rgba(42, 37, 33, 0.06);
  --cp-container: 1180px;
}

.contacts-route .contacts-wrap {
  width: min(var(--cp-container), calc(100% - 36px));
  margin: 0 auto;
  min-width: 0;
  max-width: 100%;
}

.contacts-route .contacts-breadcrumbs {
  padding: 22px 0 0;
  font-size: 12px;
  color: #8b8177;
}

.contacts-route .contacts-breadcrumbs a {
  text-decoration: none;
  color: inherit;
}

.contacts-route .contacts-breadcrumbs a:hover {
  color: var(--cp-orange);
}

.contacts-route .contacts-breadcrumbs span {
  margin: 0 7px;
  color: #b0a79f;
}

.contacts-route .contacts-hero {
  padding: 22px 0 18px;
}

.contacts-route .contacts-hero h1 {
  font-size: clamp(34px, 5vw, 46px);
  line-height: 1.05;
  letter-spacing: -1.6px;
  margin: 0 0 14px;
  font-weight: 900;
  color: var(--cp-text);
}

.contacts-route .contacts-hero > p {
  font-size: 17px;
  color: #4e4842;
  max-width: 760px;
  margin: 0;
}

.contacts-route .contacts-benefits {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--cp-line);
  border-radius: var(--cp-radius);
  overflow: hidden;
  background: #fff;
}

.contacts-route .contacts-benefit {
  padding: 18px;
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 92px;
}

.contacts-route .contacts-benefit + .contacts-benefit {
  border-left: 1px solid var(--cp-line);
}

.contacts-route .contacts-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--cp-orange);
  flex: 0 0 auto;
}

.contacts-route .contacts-icon svg,
.contacts-route .contacts-small-icon svg,
.contacts-route .contacts-route-icon svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contacts-route .contacts-benefit b {
  font-size: 14px;
  display: block;
  margin-bottom: 3px;
}

.contacts-route .contacts-benefit small {
  font-size: 12px;
  color: var(--cp-muted);
  display: block;
}

.contacts-route .contacts-locations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 22px;
}

.contacts-route .contacts-location {
  background: var(--cp-cream);
  border: 1px solid var(--cp-line);
  border-radius: var(--cp-radius);
  padding: 18px;
  box-shadow: var(--cp-shadow);
}

.contacts-route .contacts-location h2 {
  font-size: 18px;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contacts-route .contacts-location-grid {
  display: grid;
  grid-template-columns: minmax(0, 205px) 1fr;
  gap: 16px;
}

.contacts-route .contacts-contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contacts-route .contacts-contact-row {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  font-size: 13px;
}

.contacts-route .contacts-contact-row .contacts-small-icon {
  color: var(--cp-orange);
  padding-top: 1px;
}

.contacts-route .contacts-contact-row b {
  display: block;
  margin-bottom: 2px;
}

.contacts-route .contacts-contact-row a {
  text-decoration: none;
  color: inherit;
}

.contacts-route .contacts-contact-row a:hover {
  color: var(--cp-orange);
}

.contacts-route .contacts-btn {
  border: 0;
  border-radius: 8px;
  background: var(--cp-orange);
  color: #fff;
  font-weight: 800;
  padding: 12px 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  cursor: pointer;
  font-size: 13px;
  font-family: inherit;
}

.contacts-route .contacts-btn:hover {
  background: var(--cp-orange-dark);
  color: #fff;
}

.contacts-route .contacts-btn:focus-visible {
  outline: 2px solid var(--cp-orange);
  outline-offset: 2px;
}

.contacts-route .contacts-btn-outline {
  background: #fff;
  color: var(--cp-orange);
  border: 1px solid var(--cp-orange);
}

.contacts-route .contacts-btn-outline:hover {
  color: #fff;
}

.contacts-route .contacts-location,
.contacts-route .contacts-mid,
.contacts-route .contacts-route-card,
.contacts-route .contacts-production-card,
.contacts-route .contacts-map,
.contacts-route .contacts-map-host {
  min-width: 0;
  max-width: 100%;
}

.contacts-route .contacts-map {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ddd2c4;
  background: #e8eee6;
  min-height: 260px;
  position: relative;
}

.contacts-route .contacts-map-host {
  width: 100%;
  height: 100%;
  min-height: 260px;
}

.contacts-route .contacts-map .maplibregl-map {
  width: 100%;
  height: 100%;
  min-height: 260px;
}

.contacts-route .contacts-midgrid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr 1.55fr;
  margin-top: 18px;
  border: 1px solid var(--cp-line);
  border-radius: var(--cp-radius);
  overflow: hidden;
  background: var(--cp-cream);
  box-shadow: var(--cp-shadow);
}

.contacts-route .contacts-mid {
  padding: 18px;
}

.contacts-route .contacts-mid + .contacts-mid {
  border-left: 1px solid var(--cp-line);
}

.contacts-route .contacts-mid h2 {
  font-size: 18px;
  margin: 0 0 14px;
}

.contacts-route .contacts-reqs {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 7px 14px;
  font-size: 12px;
  margin: 0;
}

.contacts-route .contacts-reqs dt {
  font-weight: 800;
}

.contacts-route .contacts-reqs dd {
  margin: 0;
  color: #514a44;
}

.contacts-route .contacts-doc {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: center;
}

.contacts-route .contacts-pdf {
  width: 52px;
  height: 64px;
  border: 2px solid var(--cp-orange);
  border-radius: 8px;
  color: var(--cp-orange);
  display: grid;
  place-items: center;
  font-weight: 900;
  background: #fff;
  font-size: 12px;
}

.contacts-route .contacts-doc p {
  font-size: 12px;
  color: #514a44;
  margin: 0 0 14px;
}

.contacts-route .contacts-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.contacts-route .contacts-field {
  width: 100%;
  border: 1px solid #d9cec0;
  border-radius: 7px;
  background: #fff;
  padding: 11px 12px;
  font: inherit;
  font-size: 12px;
  outline: none;
}

.contacts-route .contacts-field:focus {
  border-color: var(--cp-orange);
  box-shadow: 0 0 0 3px rgba(221, 122, 34, 0.12);
}

.contacts-route textarea.contacts-field {
  min-height: 74px;
  resize: vertical;
}

.contacts-route .contacts-form-grid .contacts-wide {
  grid-column: 1 / -1;
}

.contacts-route .contacts-form-bottom {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.contacts-route .contacts-consent {
  font-size: 10px;
  color: #6f665e;
  max-width: 310px;
  display: flex;
  gap: 6px;
  align-items: flex-start;
}

.contacts-route .contacts-consent a {
  color: var(--cp-orange);
}

.contacts-route .contacts-production-card {
  margin-top: 18px;
  background: var(--cp-cream);
  border: 1px solid var(--cp-line);
  border-radius: var(--cp-radius);
  padding: 14px;
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 18px;
  box-shadow: var(--cp-shadow);
}

.contacts-route .contacts-production-card > img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
}

.contacts-route .contacts-production-card h2 {
  font-size: 20px;
  margin: 4px 0 8px;
}

.contacts-route .contacts-production-card > div > p {
  font-size: 13px;
  color: #514a44;
  margin: 0 0 14px;
  line-height: 1.5;
}

.contacts-route .contacts-production-card a {
  color: var(--cp-orange);
  text-decoration: none;
}

.contacts-route .contacts-production-card a:hover {
  text-decoration: underline;
}

.contacts-route .contacts-prod-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.contacts-route .contacts-prod-feature {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.contacts-route .contacts-prod-feature .contacts-small-icon {
  color: var(--cp-orange);
  flex: 0 0 auto;
}

.contacts-route .contacts-prod-feature b {
  font-size: 12px;
  display: block;
}

.contacts-route .contacts-prod-feature span {
  font-size: 10px;
  color: #5e554e;
  display: block;
  margin-top: 3px;
}

.contacts-route .contacts-routes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 18px;
}

.contacts-route .contacts-route-card {
  background: var(--cp-cream);
  border: 1px solid var(--cp-line);
  border-radius: var(--cp-radius);
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 15px;
  box-shadow: var(--cp-shadow);
}

.contacts-route .contacts-route-card h2 {
  font-size: 17px;
  margin: 0 0 12px;
}

.contacts-route .contacts-route-item {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  margin: 10px 0;
}

.contacts-route .contacts-route-icon {
  color: var(--cp-orange);
}

.contacts-route .contacts-route-item b {
  display: block;
  font-size: 12px;
}

.contacts-route .contacts-route-item span {
  display: block;
  font-size: 10.5px;
  color: #5c544d;
  margin-top: 2px;
}

.contacts-route .contacts-route-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 9px;
}

.contacts-route .contacts-faq {
  margin: 22px auto;
}

.contacts-route .contacts-faq > h2 {
  font-size: 18px;
  margin: 0 0 12px;
}

.contacts-route .contacts-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.contacts-route .contacts-faq-grid .faq {
  border: 1px solid var(--cp-line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.contacts-route .contacts-faq-grid .faq button {
  width: 100%;
  border: 0;
  background: #fff;
  text-align: left;
  padding: 12px 44px 12px 14px;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  color: var(--cp-text);
  appearance: none;
  font-family: inherit;
}

.contacts-route .contacts-faq-grid .faq button:after {
  content: "+";
  position: absolute;
  right: 14px;
  top: 7px;
  font-size: 20px;
  color: #2a2521;
}

.contacts-route .contacts-faq-grid .faq.open button:after {
  content: "−";
}

.contacts-route .contacts-faq-grid .faq button:focus-visible {
  outline: 2px solid var(--cp-orange);
  outline-offset: -2px;
}

.contacts-route .contacts-faq-grid .faq__body {
  display: none;
  padding: 0 14px 13px;
  font-size: 11px;
  color: #5d554e;
  line-height: 1.45;
}

.contacts-route .contacts-faq-grid .faq.open .faq__body {
  display: block;
}

.contacts-route .contacts-bottom-cta {
  margin: 20px auto 36px;
  background: var(--cp-cream);
  border: 1px solid var(--cp-line);
  border-radius: var(--cp-radius);
  padding: 15px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.contacts-route .contacts-bottom-cta .contacts-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contacts-route .contacts-bottom-cta .contacts-icon {
  background: #fff;
  border: 1px solid rgba(221, 122, 34, 0.35);
}

.contacts-route .contacts-bottom-cta h2 {
  font-size: 16px;
  margin: 0 0 2px;
}

.contacts-route .contacts-bottom-cta p {
  font-size: 11px;
  color: #625950;
  margin: 0;
}

.contacts-route .contacts-bottom-cta .contacts-actions {
  display: flex;
  gap: 10px;
  min-width: 350px;
}

.contacts-route .contacts-bottom-cta .contacts-actions .contacts-btn {
  flex: 1;
}

.contacts-route .lead-form-status {
  font-size: 12px;
  margin-top: 8px;
}

@media (max-width: 980px) {
  .contacts-route .contacts-benefits {
    grid-template-columns: 1fr 1fr;
  }
  .contacts-route .contacts-benefit:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--cp-line);
  }
  .contacts-route .contacts-benefit:nth-child(4) {
    border-top: 1px solid var(--cp-line);
  }
  .contacts-route .contacts-locations,
  .contacts-route .contacts-routes {
    grid-template-columns: 1fr;
  }
  .contacts-route .contacts-midgrid {
    grid-template-columns: 1fr 1fr;
  }
  .contacts-route .contacts-mid:nth-child(3) {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px solid var(--cp-line);
  }
  .contacts-route .contacts-production-card {
    grid-template-columns: 1fr;
  }
  .contacts-route .contacts-prod-features {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .contacts-route .contacts-form-bottom {
    flex-wrap: wrap;
  }
  .contacts-route .contacts-bottom-cta .contacts-actions {
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .contacts-route .contacts-wrap {
    width: min(var(--cp-container), calc(100% - 24px));
  }
  .contacts-route .contacts-hero > p {
    font-size: 15px;
  }
  .contacts-route .contacts-benefits {
    grid-template-columns: 1fr;
  }
  .contacts-route .contacts-benefit + .contacts-benefit {
    border-left: 0;
    border-top: 1px solid var(--cp-line);
  }
  .contacts-route .contacts-location-grid,
  .contacts-route .contacts-route-card {
    grid-template-columns: 1fr;
  }
  .contacts-route .contacts-map,
  .contacts-route .contacts-map-host {
    min-height: 240px;
  }
  .contacts-route .contacts-midgrid {
    grid-template-columns: 1fr;
  }
  .contacts-route .contacts-mid + .contacts-mid {
    border-left: 0;
    border-top: 1px solid var(--cp-line);
  }
  .contacts-route .contacts-prod-features,
  .contacts-route .contacts-faq-grid,
  .contacts-route .contacts-form-grid {
    grid-template-columns: 1fr;
  }
  .contacts-route .contacts-form-grid .contacts-wide {
    grid-column: auto;
  }
  .contacts-route .contacts-form-bottom {
    flex-direction: column;
    align-items: stretch;
  }
  .contacts-route .contacts-consent {
    max-width: none;
  }
  .contacts-route .contacts-bottom-cta {
    align-items: flex-start;
    flex-direction: column;
  }
  .contacts-route .contacts-bottom-cta .contacts-actions {
    min-width: 0;
    width: 100%;
    flex-direction: column;
  }
}
