/* Страница «О площадке» - стили сняты с эталона stan-torgi.ru/about-us
   (бандл index-ChqTKYz9.css, правила .about-*). Отличия от эталона:
   - отступ под нашу шапку (-137px/-62px, как у остальных редизайн-страниц);
   - пути картинок ведут в design/redesign/;
   - добавлены статусы формы (флэш/ошибки) и недоступные документы. */

.about-page { margin-top: -137px; background: #f4f7fb; color: #4f4f4f; font-family: Gilroy, sans-serif; overflow: hidden; }
.about-page * { box-sizing: border-box; font-family: inherit; }
.about-container { width: min(100%, 1120px); margin: 0 auto; padding: 0 20px; }

.about-button { display: inline-flex; align-items: center; justify-content: center; border: 1px solid #f8c700; border-radius: 10px; background: #f8c700; color: #4f4f4f; box-shadow: 0 1px 4px .3px #4f4f4f66; font-family: Gilroy, sans-serif; font-size: 16px; font-weight: 600; line-height: 1; text-transform: uppercase; cursor: pointer; transition: background-color .2s ease, border-color .2s ease; }
.about-button:hover { background: #fff; color: #4f4f4f; }

.about-hero { height: 800px; min-height: 800px; display: flex; align-items: flex-end; position: relative; overflow: hidden; background: #1c1c1c; }
.about-hero::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(0deg, #0000009e, #0000009e), url(redesign/st-about-bg.jpg) center / cover no-repeat; transform: scaleX(-1); }
.about-hero-content { width: min(1280px, calc(100% - 40px)); margin: 0 auto; padding: 260px 0 110px; position: relative; z-index: 1; }
.about-hero h1 { max-width: 980px; margin: 0 0 26px; color: #fff; font-family: Xolonium, sans-serif; font-size: clamp(30px, 4vw, 48px); font-weight: 700; line-height: 1.16; text-transform: uppercase; }
.about-hero h1, .about-hero h1 span { font-family: Xolonium, sans-serif; }
.about-hero-brand { white-space: nowrap; }
.about-hero h1 .about-hero-brand { color: #fff; }
.about-hero h1 .about-hero-brand span, .about-hero h1 span { color: #f8c700; }
.about-hero p { max-width: 860px; margin: 0 0 16px; color: #fff; font-size: 17px; font-weight: 600; line-height: 1.65; }

.about-details-section, .about-documents-section { background: #f4f7fb; }
.about-details-section { padding: 92px 0 48px; }
.about-documents-section { padding: 44px 0 110px; }
.about-details-section h2, .about-documents-section h2 { margin: 0 0 36px; color: #4f4f4f; font-size: clamp(26px, 3vw, 32px); font-weight: 700; line-height: 1.2; }

.about-requisites { width: min(100%, 830px); margin: 0; }
.about-requisite-row { display: grid; grid-template-columns: 280px 1fr; gap: 28px; margin-bottom: 22px; font-size: 16px; line-height: 1.35; }
.about-requisite-row dt { color: #a0a4ad; font-weight: 500; }
.about-requisite-row dd { margin: 0; color: #4f4f4f; font-weight: 500; }

.about-download-requisites { width: 240px; height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 12px; padding: 0 18px; border: 1px solid #d4d9e3; border-radius: 10px; background: #fff; box-shadow: 0 1px 4px #4f4f4f47; color: #4f4f4f; font-size: 16px; font-weight: 600; text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease; }
.about-download-requisites:hover { border-color: #f8c700; box-shadow: 0 2px 8px #4f4f4f52; color: #4f4f4f; }
.about-download-requisites img, .about-document-download img { width: 18px; height: 18px; }

.about-documents { width: 100%; }
.about-document-group { padding: 0 0 46px; border-bottom: 1px solid #d8dde7; }
.about-document-group + .about-document-group { padding-top: 42px; }
.about-document-group:last-child { border-bottom: 0; }
.about-document-heading { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 28px; }
.about-document-dot { width: 10px; height: 10px; margin-top: 8px; flex-shrink: 0; border-radius: 50%; background: #f8c700; }
.about-document-heading h3 { margin: 0 0 8px; color: #4f4f4f; font-size: 20px; font-weight: 700; }
.about-document-heading span, .about-document-count-download { color: #005bff; font-size: 15px; font-weight: 500; }
.about-document-count-download { padding: 0; border: 0; background: transparent; font-family: Gilroy, sans-serif; cursor: pointer; text-decoration: none; }
.about-document-count-download:hover { color: #0048c9; }
.about-document-count-download:disabled, .about-document-count-download.is-muted { color: #9097a3; cursor: default; }
.about-document-list { display: flex; flex-direction: column; gap: 16px; }
.about-document-row { min-height: 42px; display: grid; grid-template-columns: 42px 1fr 42px; align-items: center; gap: 20px; }
.about-document-file { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 6px; background: #c6cfdf; }
.about-document-file img { width: 22px; height: 22px; }
.about-document-name { color: #4f4f4f; font-size: 16px; font-weight: 500; line-height: 1.4; text-decoration: none; }
a.about-document-name:hover { color: #005bff; }
.about-document-name .meta { color: #9097a3; font-size: 13px; font-weight: 400; }
.about-document-download { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; justify-self: end; border: 1px solid #d4d9e3; border-radius: 7px; background: #fff; transition: border-color .2s ease, background-color .2s ease; }
.about-document-download:hover { border-color: #f8c700; background: #fffdf0; }
.about-document-empty { padding: 20px 0; color: #9097a3; font-size: 16px; }

.about-consultation-section { display: flex; align-items: center; justify-content: center; padding: 60px 20px; background: linear-gradient(0deg, #000000a6, #000000a6), url(redesign/st-consultation-bg.jpg) center / cover no-repeat; }
.about-consultation-content { width: min(100%, 1200px); display: flex; flex-direction: column; align-items: center; text-align: center; }
.about-consultation-content h2 { margin: 0 0 20px; color: #fff; font-size: clamp(24px, 4vw, 32px); font-weight: 700; line-height: 1.15; }
.about-consultation-content > p { max-width: 900px; margin: 0 0 45px; color: #fff; font-size: 20px; font-weight: 500; line-height: 1.35; }
.about-consultation-form { width: min(100%, 605px); display: flex; flex-direction: column; align-items: center; gap: 28px; }
.about-form-fields { width: 100%; display: flex; gap: 45px; }
.about-form-input { width: 100%; height: 50px; padding: 0 20px; border: 1px solid #fff; border-radius: 10px; outline: none; background: transparent; box-shadow: 0 1px 4px .3px #4f4f4f66; color: #fff; font-family: Gilroy, sans-serif; font-size: 16px; }
.about-form-input::placeholder { color: #fff; }
.about-form-input:focus { border-color: #f8c700; }
.about-checkboxes { width: 100%; display: flex; flex-direction: column; gap: 14px; text-align: left; }
.about-checkbox-label { display: flex; align-items: flex-start; gap: 14px; color: #fff; font-size: 15px; line-height: 1.5; cursor: pointer; }
.about-checkbox-label input { position: absolute; opacity: 0; pointer-events: none; }
.about-checkbox-custom { width: 24px; height: 24px; margin-top: 1px; flex-shrink: 0; border: 1px solid #4f4f4f; border-radius: 5px; background: #fff; position: relative; }
.about-checkbox-label input:checked + .about-checkbox-custom { background: #f8c700; border-color: #f8c700; }
.about-checkbox-label input:checked + .about-checkbox-custom::after { content: ""; position: absolute; left: 8px; top: 4px; width: 6px; height: 12px; border: solid #000; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.about-checkbox-label a { color: #c1c8d9; text-decoration: none; }
.about-submit-button { width: 241px; height: 50px; }

/* Статусы формы консультации (наша часть - эталон рисует их антом). */
.about-form-flash { width: min(100%, 605px); margin: 0 0 20px; padding: 12px 16px; border-radius: 10px; background: #f8c700; color: #1c1c1c; font-size: 15px; font-weight: 600; }
.about-form-error { width: 100%; text-align: left; color: #ffb4a8; font-size: 14px; }

@media (max-width: 980px) {
    .about-page { margin-top: -62px; }
    .about-hero-content { padding-top: 130px; }
}

@media (max-width: 720px) {
    .about-hero { height: auto; min-height: 680px; }
    .about-hero-content { width: calc(100% - 40px); padding-bottom: 70px; }
    .about-hero p { font-size: 15px; line-height: 1.55; }
    .about-details-section { padding-top: 60px; }
    .about-documents-section { padding-bottom: 70px; }
    .about-requisite-row { grid-template-columns: 1fr; gap: 6px; margin-bottom: 18px; }
    .about-document-row { grid-template-columns: 38px 1fr 38px; gap: 12px; }
    .about-document-file, .about-document-download { width: 38px; height: 38px; }
    .about-document-name { font-size: 14px; }
    .about-form-fields { flex-direction: column; gap: 20px; }
    .about-consultation-section { padding: 50px 20px; }
    .about-consultation-content > p { font-size: 16px; }
}
