

/* Start:/bitrix/templates/about_v2/assets/about.css?178091591215263*/
/* ====================== AP-R · /about/ V2 Stage 1 styles ====================== */
/* Файл подключается из about/index_v2.php через SetAdditionalCSS().
   Шаблон about_v2 (клон compare_v2) уже даёт CSS-переменные (--navy, --teal, --green и т.д.),
   .container, .btn*, .header, footer и общие фоновые тона. Здесь — специфика «О компании». */

/* HERO */
.about-main { background:#fafafa; }
.about-hero { padding:48px 0 56px }
.about-hero .hero-grid { display:grid; grid-template-columns:1.3fr 1fr; gap:48px; align-items:center }
.about-hero .crumbs { padding:0 0 14px; font-size:13px; color:#6c7785 }
.about-hero .crumbs a { color:#6c7785; text-decoration:none }
.about-hero .crumbs .sep { margin:0 8px; color:#e6e8ec }
.about-hero .crumbs .here { color:#1a2330 }

.about-hero h1 { font-size:54px; line-height:1.05; font-weight:800; margin:14px 0 18px; color:#13374f; letter-spacing:-.02em }
.about-hero h1 em { color:#17b7bf; font-style:normal }
.about-hero .hero-sub { font-size:18px; color:#3a4754; max-width:760px; line-height:1.55; margin:0 0 24px }
.about-hero .hero-eyebrow { display:inline-flex; align-items:center; gap:8px; background:#eef7f1; color:#163d10; padding:7px 14px; border-radius:999px; font-size:13px; font-weight:700 }
.about-hero .hero-eyebrow .dot { width:8px; height:8px; border-radius:50%; background:#a3d977 }

.about-hero .hero-portrait { position:relative; aspect-ratio:4/5; border-radius:28px; overflow:hidden; box-shadow:0 8px 24px rgba(19,55,79,.08), 0 24px 48px rgba(19,55,79,.10); max-height:560px; justify-self:end; width:100% }
.about-hero .hero-portrait img { width:100%; height:100%; object-fit:cover; object-position:center top }
.about-hero .hero-portrait .pcap { position:absolute; left:0; right:0; bottom:0; padding:24px; color:#fff; background:linear-gradient(transparent 0%, rgba(10,34,55,.55) 50%, rgba(10,34,55,.92) 100%) }
.about-hero .hero-portrait .pcap .pcap-role { font-size:12px; opacity:.85; text-transform:uppercase; letter-spacing:.05em; font-weight:700; display:block }
.about-hero .hero-portrait .pcap .pcap-name { font-size:22px; font-weight:700; display:block; margin-top:4px }

.about-hero .hero-stats-row { display:flex; gap:36px; margin-top:32px; padding-top:32px; border-top:1px solid #e6e8ec; flex-wrap:wrap }
.about-hero .hero-stats-row .s .n { font-size:30px; font-weight:800; color:#13374f; letter-spacing:-.01em; line-height:1 }
.about-hero .hero-stats-row .s .l { font-size:13px; color:#6c7785; margin-top:4px }

/* SECTION TONES */
.about-main section { padding:72px 0 }
.about-main section.tone-cream { background:#f5f1ea }
.about-main section.tone-mint { background:#eef7f1 }
.about-main section.tone-sky { background:#eef5fb }
.about-main section.tone-white { background:#fff }
.about-main .section-head { display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:36px; gap:24px; flex-wrap:wrap }
.about-main .section-eyebrow { display:inline-block; font-size:13px; font-weight:700; color:#17b7bf; text-transform:uppercase; letter-spacing:.08em; margin-bottom:10px }
.about-main h2 { font-size:38px; font-weight:700; color:#13374f; margin:0; letter-spacing:-.015em; line-height:1.1 }
.about-main .section-head .sub { color:#6c7785; margin-top:8px; font-size:16px; max-width:680px }

/* TIMELINE */
.tl-grid { display:grid; grid-template-columns:1fr 1fr; gap:32px; align-items:start }
.tl { display:flex; flex-direction:column; gap:0; position:relative; padding-left:28px }
.tl::before { content:''; position:absolute; left:9px; top:8px; bottom:8px; width:2px; background:#e6e8ec }
.tl-item { padding:14px 0; position:relative }
.tl-item::before { content:''; position:absolute; left:-25px; top:18px; width:14px; height:14px; border-radius:50%; background:#fff; border:3px solid #17b7bf }
.tl-item.major::before { background:#a3d977; border-color:#a3d977 }
.tl-item .yr { font-size:13px; color:#163d10; font-weight:700; background:#eef7f1; padding:3px 10px; border-radius:999px; display:inline-block; margin-bottom:6px }
.tl-item h3 { font-size:18px; color:#13374f; margin:0 0 4px; letter-spacing:-.005em }
.tl-item p { font-size:14px; color:#3a4754; margin:0; line-height:1.55 }
.tl-photo { border-radius:28px; overflow:hidden; aspect-ratio:4/5; box-shadow:0 8px 24px rgba(19,55,79,.08), 0 24px 48px rgba(19,55,79,.10) }
.tl-photo img { width:100%; height:100%; object-fit:cover }

/* TEAM */
.team-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px }
.team-card { background:#fff; border-radius:20px; padding:28px; text-align:center; border:1px solid #e6e8ec; transition:.15s }
.team-card.lead { grid-column:span 2; text-align:left; display:grid; grid-template-columns:140px 1fr; gap:20px; align-items:center; background:linear-gradient(135deg, #13374f 0%, #0a2237 100%); color:#fff; border-color:#13374f }
.team-card.lead .av { margin:0; background:#fff; color:#13374f; width:140px; height:140px; font-size:48px }
.team-card.lead h3 { color:#fff }
.team-card.lead .role { color:rgba(255,255,255,.7) }
.team-card.lead .desc { color:#bccad6; font-size:13px; margin-top:6px; line-height:1.55 }
.team-card.lead .lead-links { margin-top:14px; display:flex; gap:10px; flex-wrap:wrap }
.team-card.lead .lead-links a { display:inline-flex; align-items:center; gap:6px; padding:8px 14px; border-radius:10px; font-size:13px; font-weight:600; text-decoration:none }
.team-card.lead .lead-links .tg { background:#229ED9; color:#fff }
.team-card.lead .lead-links .ph { background:rgba(255,255,255,.12); color:#fff; border:1px solid rgba(255,255,255,.2) }
.team-card:hover { transform:translateY(-2px); border-color:#17b7bf }
.team-card .av { width:120px; height:120px; border-radius:50%; margin:0 auto 16px; background:linear-gradient(135deg, #e6f7f8, #c8e8eb); color:#13374f; display:flex; align-items:center; justify-content:center; font-size:42px; font-weight:700; letter-spacing:-.01em; overflow:hidden }
.team-card .av img { width:100%; height:100%; object-fit:cover; object-position:center top; border-radius:50%; display:block }
.team-card h3 { font-size:18px; color:#13374f; margin:0 0 4px; font-weight:700 }
.team-card .role { font-size:13px; color:#6c7785; margin-bottom:10px }
.team-card .cities { font-size:11px; color:#6c7785; text-transform:uppercase; letter-spacing:.05em; margin-bottom:8px }
.team-card .quote { font-size:13px; color:#3a4754; font-style:italic; line-height:1.5; min-height:36px }
.team-card .channels { display:flex; gap:6px; justify-content:center; margin-top:14px; flex-wrap:wrap }
.team-card .channels a { width:36px; height:36px; border-radius:8px; display:flex; align-items:center; justify-content:center; background:#fafafa; color:#13374f; text-decoration:none; transition:.15s }
.team-card .channels a:hover { transform:scale(1.08) }
.team-card .channels a svg, .team-card .channels a img { width:16px; height:16px }
.team-card .channels a.tg { background:#229ED9; color:#fff }
.team-card .channels a.gn { background:#a3d977; color:#163d10 }
.team-card .channels a.mx { background:linear-gradient(135deg, #ffc25a, #ff8a3a); color:#fff }

/* STATS */
.stats-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:24px }
.stat-big { background:#fff; border-radius:20px; padding:36px 28px; text-align:center; border:1px solid #e6e8ec; transition:.2s }
.stat-big:hover { transform:translateY(-3px); box-shadow:0 1px 2px rgba(19,55,79,.04), 0 8px 24px rgba(19,55,79,.06) }
.stat-big .n { font-size:54px; font-weight:800; color:#13374f; letter-spacing:-.025em; line-height:1 }
.stat-big .n .u { font-size:24px; color:#17b7bf }
.stat-big .l { font-size:14px; color:#3a4754; margin-top:8px; font-weight:500 }

/* PARTNERS */
.partners { display:grid; grid-template-columns:repeat(auto-fit, minmax(180px, 1fr)); gap:14px }
.partner { display:flex; align-items:center; justify-content:center; min-height:80px; background:#fff; border:1px solid #e6e8ec; border-radius:14px; font-size:13px; font-weight:700; color:#3a4754; letter-spacing:.02em; text-align:center; padding:14px 12px; transition:.15s }
.partner:hover { border-color:#13374f; color:#13374f; transform:scale(1.03) }
.partners-note { margin-top:18px; font-size:13px; color:#6c7785; text-align:center }

/* DOCS */
.docs-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px }
.doc { background:#fff; border:1px solid #e6e8ec; border-radius:14px; padding:22px; display:flex; align-items:flex-start; gap:14px; cursor:pointer; transition:.15s; text-decoration:none; color:inherit }
.doc:hover { border-color:#13374f; box-shadow:0 1px 2px rgba(19,55,79,.04), 0 8px 24px rgba(19,55,79,.06) }
.doc-ic { width:48px; height:48px; border-radius:10px; background:#fef3e0; color:#a05a00; display:flex; align-items:center; justify-content:center; flex-shrink:0 }
.doc-ic svg { width:24px; height:24px }
.doc h3 { font-size:15px; margin:0 0 4px; color:#13374f; font-weight:700 }
.doc .meta { font-size:12px; color:#6c7785 }
.doc .download { font-size:12px; color:#13374f; font-weight:600; margin-top:6px; display:inline-block }

/* CONTACTS */
.contacts-grid { display:grid; grid-template-columns:1fr 1fr; gap:32px }
.contact-block { background:#fff; border-radius:20px; padding:32px; border:1px solid #e6e8ec }
.contact-block h3 { font-size:22px; margin:0 0 18px; color:#13374f; letter-spacing:-.005em }
.contact-row { display:flex; align-items:flex-start; gap:14px; padding:14px 0; border-bottom:1px solid #e6e8ec }
.contact-row:last-child { border-bottom:0 }
.contact-row .ic { width:40px; height:40px; border-radius:10px; background:#eef5fb; color:#13374f; display:flex; align-items:center; justify-content:center; flex-shrink:0 }
.contact-row .ic svg { width:18px; height:18px }
.contact-row .l { font-size:11px; color:#6c7785; text-transform:uppercase; letter-spacing:.05em; font-weight:600 }
.contact-row .v { font-size:15px; color:#1a2330; font-weight:500; margin-top:2px }
.contact-row .v.big { font-size:20px; font-weight:700; color:#13374f }
.contact-row a.v { color:#13374f; text-decoration:none }
.contact-row a.v:hover { color:#17b7bf }
.map-wrap { border-radius:20px; overflow:hidden; aspect-ratio:5/4; box-shadow:0 1px 2px rgba(19,55,79,.04), 0 8px 24px rgba(19,55,79,.06); background:#eef5fb }
.map-wrap iframe { width:100%; height:100%; border:0; display:block }

/* FINAL CTA */
.final { background:linear-gradient(135deg, #13374f 0%, #0a2237 100%); color:#fff; border-radius:28px; padding:56px; position:relative; overflow:hidden }
.final::before { content:''; position:absolute; right:-100px; top:-100px; width:400px; height:400px; border-radius:50%; background:radial-gradient(circle, #17b7bf 0%, transparent 70%); opacity:.2 }
.final h2 { color:#fff; font-size:36px; max-width:700px; line-height:1.1; margin:0 0 12px }
.final .sub { color:#bccad6; font-size:16px; max-width:600px; margin-bottom:28px }
.final-form { display:flex; gap:10px; max-width:560px; flex-wrap:wrap; position:relative; z-index:1 }
.final-form input { flex:1; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.18); border-radius:14px; padding:18px 22px; font:inherit; color:#fff; font-size:16px; outline:none; min-width:200px }
.final-form input::placeholder { color:#8da4b6 }
.final-form input:focus { border-color:#a3d977; background:rgba(255,255,255,.12) }
.final-form button { background:#a3d977; color:#163d10; font-weight:700; font-size:16px; padding:18px 28px; border-radius:14px; border:0; cursor:pointer; transition:.15s }
.final-form button:hover { background:#8cc55f }
.final-form button[disabled] { opacity:.6; cursor:not-allowed }
.final .legal { font-size:12px; color:#8da4b6; margin-top:14px; max-width:520px }
.final .legal a { color:#bccad6; text-decoration:underline }
.final .ok-msg { display:none; margin-top:18px; padding:14px 20px; background:rgba(163,217,119,.18); border:1px solid rgba(163,217,119,.4); border-radius:12px; color:#a3d977; font-weight:600 }
.final.is-sent .ok-msg { display:block }
.final.is-sent .final-form { display:none }

/* TABLET 761-1023 */
@media (min-width:761px) and (max-width:1023px) {
  .about-hero h1 { font-size:38px }
  .about-hero .hero-grid { grid-template-columns:1.1fr 0.9fr; gap:28px }
  .about-hero .hero-portrait { max-height:460px; aspect-ratio:3/4 }
  .about-hero .hero-stats-row { gap:24px }
  .about-hero .hero-stats-row .s .n { font-size:24px }
  .tl-grid { grid-template-columns:1fr; gap:24px }
  .tl-photo { aspect-ratio:16/9; max-height:340px; order:-1 }
  .team-grid { grid-template-columns:1fr 1fr }
  .team-card.lead { grid-column:span 2; grid-template-columns:120px 1fr }
  .stats-grid { grid-template-columns:1fr 1fr }
  .docs-grid { grid-template-columns:1fr 1fr }
  .contacts-grid { grid-template-columns:1fr; gap:24px }
}

/* MOBILE */
@media (max-width:760px) {
  .about-hero { padding:20px 0 28px }
  .about-hero .hero-grid { grid-template-columns:1fr; gap:24px }
  .about-hero .hero-portrait { max-height:380px; aspect-ratio:5/6; order:-1 }
  .about-hero .hero-portrait .pcap { padding:18px }
  .about-hero .hero-portrait .pcap .pcap-name { font-size:18px }
  .about-hero .hero-stats-row { gap:18px; padding-top:20px; margin-top:20px }
  .about-hero .hero-stats-row .s .n { font-size:22px }
  .about-hero h1 { font-size:26px }
  .about-hero .hero-sub { font-size:14px }
  .about-hero .hero-eyebrow { font-size:11px; padding:6px 10px }
  .tl-grid, .team-grid, .docs-grid, .contacts-grid { grid-template-columns:1fr; gap:14px }
  .stats-grid { grid-template-columns:1fr 1fr; gap:10px }
  .stat-big { padding:24px 18px }
  .stat-big .n { font-size:34px }
  .team-card.lead { grid-column:auto; grid-template-columns:1fr; text-align:center }
  .team-card.lead .av { margin:0 auto 14px; width:120px; height:120px; font-size:42px }
  .team-card.lead .lead-links { justify-content:center }
  .team-card { padding:20px 16px }
  .team-card .av { width:90px; height:90px; font-size:30px; margin:0 auto 12px }
  .tl { padding-left:22px }
  .tl-photo { aspect-ratio:16/10; max-height:240px; order:-1 }
  .tl-item { padding:10px 0 }
  .tl-item h3 { font-size:16px }
  .tl-item p { font-size:13px }
  .contact-block { padding:22px }
  .map-wrap { aspect-ratio:5/3 }
  .about-main section { padding:40px 0 }
  .about-main h2 { font-size:26px }
  .final { padding:30px 22px; border-radius:14px }
  .final h2 { font-size:24px }
  .final-form { flex-direction:column }
}

/* ============ AP-R · /about/ — светлая шапка (как /ipoteka/) + hero ближе к шапке. 2026-06-08 ============ */
.logo img{ filter:none; }
.nav a,
.nav .nav-trigger{ color:#13374f; text-shadow:none; opacity:1; }
.nav a:hover,
.nav .nav-trigger:hover{ color:#0a2237; opacity:1; }
.header .zhk-search-toggle,
.header a.topbar-fav{ color:#13374f; border-color:rgba(19,55,79,.22); }
body.topbar-hidden .header .nav a,
body.topbar-hidden .header .nav .nav-trigger{ color:#fff; }
body.topbar-hidden .header .zhk-search-toggle,
body.topbar-hidden .header a.topbar-fav{ color:#fff; border-color:rgba(255,255,255,.22); }
.about-main section.about-hero{ padding-top:16px; }
.about-hero .crumbs{ padding-bottom:10px; }
@media (max-width:760px){ .about-main section.about-hero{ padding-top:12px; } }

/* End */
/* /bitrix/templates/about_v2/assets/about.css?178091591215263 */
