/* About: shared brand typography, full-width bands and a single card system. */
.about-company-page {
  --about-gutter: max(24px, calc((100vw - 1440px) / 2));
  background: #fff;
  color: var(--page-text);
}
.about-company-page .contacts-about { padding: 0; background: none; font: inherit; }
.about-company-page .contacts-about-heading {
  position: relative; isolation: isolate; display: flex; flex-direction: column;
  justify-content: center; align-items: flex-start; gap: 32px;
  width: 100%; max-width: none; min-height: clamp(510px, 43vw, 720px);
  margin: 0; padding: 70px var(--about-gutter);
  border-radius: 0; box-shadow: none; overflow: hidden;
  background: linear-gradient(120deg, #fafdff, #e7f4ff 45%, #b8def4);
}
.about-company-page .about-hero-photo {
  position: absolute; inset: 0 0 0 auto; z-index: -2;
  width: 70%; height: 100%; object-fit: cover; object-position: center;
  border-radius: 0; opacity: 1;
}
.about-company-page .contacts-about-heading::before {
  content: ""; position: absolute; z-index: -1; inset: 0;
  width: auto; height: auto; border: 0; border-radius: 0;
  background: linear-gradient(90deg, #edf7ff 0%, #edf7ff 29%, rgba(237,247,255,.94) 38%, rgba(237,247,255,0) 64%);
}
.about-company-page .contacts-about-heading h1 {
  max-width: 610px; width: 46%; margin: 0;
  font-family: inherit; font-size: clamp(38px, 4.2vw, 66px);
  font-weight: 800; line-height: 1.12; letter-spacing: -.035em;
  color: var(--page-heading); text-wrap: balance;
}
/* A single, compact editorial layout for all information sections. */
.about-company-page .contacts-about-section,
.about-company-page #contacts,
.about-company-page .about-documents {
  display: block; width: calc(100% - 48px); max-width: 1120px;
  min-height: 0; margin: 0 auto; padding: 32px 0;
  border: 0; border-bottom: 1px solid #dce8f0;
  border-radius: 0; background: #fff; box-shadow: none;
}
.about-company-page .contacts-about h3,
.about-company-page #contacts-title,
.about-company-page .about-documents > h2 {
  max-width: none; margin: 0 0 16px;
  color: var(--page-heading); font-family: inherit;
  font-size: clamp(28px, 2.5vw, 36px); font-weight: 800;
  line-height: 1.2; letter-spacing: normal; text-wrap: initial;
}
.about-company-page .contacts-about p,
.about-company-page .contacts-about li,
.about-company-page .about-requisites,
.about-company-page .about-document p {
  color: #475569; font: 300 16px/1.5 var(--font-body);
  letter-spacing: normal;
}
.about-company-page .contacts-about p { margin: 0 0 12px; }
.about-company-page .contacts-about p:last-child { margin-bottom: 0; }
.about-company-page .contacts-about strong { color: var(--page-heading); font-weight: 800; }
.about-company-page .contacts-about-section-heading { max-width: none; }
.about-company-page .contacts-about-reach-list,
.about-company-page .contacts-about-feature-list,
.about-company-page .contacts-about-award-list {
  display: block; margin: 16px 0 0; padding: 0; list-style: none;
}
.about-company-page .contacts-about-reach-list li,
.about-company-page .contacts-about-feature-list li,
.about-company-page .contacts-about-feature-list li:nth-child(2),
.about-company-page .contacts-about-feature-list li:nth-child(3),
.about-company-page .contacts-about-award-list li {
  display: block; margin: 0; padding: 12px 0;
  border: 0; border-top: 1px solid #e5edf3;
  border-radius: 0; background: transparent; box-shadow: none;
}
.about-company-page .contacts-about-reach-list li::before,
.about-company-page .contacts-about-feature-list li::before { content: none; }
.about-company-page .contacts-about-feature-list strong {
  display: inline; min-height: 0; margin: 0;
  font-size: inherit; line-height: inherit; letter-spacing: normal;
}
.about-company-page .contacts-about .contacts-about-motto,
.about-company-page .contacts-about .contacts-about-closing {
  max-width: none; margin: 16px 0 0; padding: 14px 18px;
  border: 0; border-left: 3px solid #016195; border-radius: 0;
  background: #f0f7fc; color: #475569;
  font-size: 16px; line-height: 1.5; font-weight: 300; text-align: left;
}
.about-company-page .contacts-content { padding: 0; }
.about-company-page #contacts { scroll-margin-top: 120px; }
.about-company-page .about-requisites-columns {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 40px;
  align-items: start;
}
.about-company-page .about-requisites { margin: 0; min-width: 0; }
.about-company-page .about-requisites > div {
  display: grid; grid-template-columns: 100px minmax(0, 1fr);
  gap: 16px; padding: 5px 0; border: 0;
}
.about-company-page .about-requisites:last-child > div { grid-template-columns: 170px minmax(0, 1fr); }
.about-company-page .about-requisites dt { font-weight: 800; color: var(--page-heading); }
.about-company-page .about-requisites dd { margin: 0; overflow-wrap: anywhere; }
.about-company-page .about-requisites a { color: #016195; text-underline-offset: 4px; }
.about-company-page .about-documents { border-bottom: 0; }
.about-company-page .about-document-list {
  display: grid; gap: 10px;
}
.about-company-page .about-document {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 20px 24px; border: 0;
  background: #f0f7fc; border-radius: 0; box-shadow: none;
}
.about-company-page .about-document h3 {
  margin: 0 0 6px; color: var(--page-heading);
  font: 800 22px/1.25 var(--font-body);
}
.about-company-page .about-document p { margin: 0; font-size: 14px; }
.about-company-page .about-document .feature-button { flex-shrink: 0; }
.about-company-page .about-document .feature-button:hover { background: #e0edf7; }
.about-company-page .about-document .feature-button:focus-visible { outline: 3px solid #016195; outline-offset: 3px; }
.about-company-page .about-document-status { color: #64748b; font-size: 14px; padding: 0 24px; }
.about-company-page + .site-footer { margin-top: 16px; }
@media (max-width: 760px) {
  .about-company-page .about-requisites-columns { grid-template-columns: 1fr; gap: 0; }
  .about-company-page .about-requisites > div,
  .about-company-page .about-requisites:last-child > div { grid-template-columns: 1fr; gap: 4px; }
}
@media (max-width: 640px) {
  .about-company-page .contacts-about-heading { min-height: 0; padding: 32px 20px 0; gap: 24px; }
  .about-company-page .contacts-about-heading::before { display: none; }
  .about-company-page .contacts-about-heading h1 { width: 100%; max-width: none; font-size: 36px; }
  .about-company-page .about-hero-photo {
    position: relative; inset: auto; z-index: 0; order: 3; width: calc(100% + 40px);
    max-width: none; height: auto; aspect-ratio: 1.5; margin: 4px -20px 0; object-fit: cover;
  }
  .about-company-page .contacts-about-section,
  .about-company-page #contacts,
  .about-company-page .about-documents { width: calc(100% - 40px); padding: 24px 0; }
  .about-company-page .about-requisites > div { grid-template-columns: 1fr; gap: 4px; }
  .about-company-page .about-document { align-items: flex-start; flex-direction: column; gap: 16px; padding: 20px; }
  .about-company-page .about-document-status { padding: 0; }
}
