/* About page rebuilt: clean industrial B2B layout, no SVG */
:root{
  --pa-ink:#071b3e;
  --pa-text:#213958;
  --pa-muted:#5d708d;
  --pa-blue:#075bd8;
  --pa-blue-2:#176df2;
  --pa-line:#dbe7f6;
  --pa-soft:#f7fbff;
  --pa-card:#ffffff;
}

.about-page{
  margin:0;
  background:#fff;
  color:var(--pa-ink);
  font-family:Arial,Helvetica,sans-serif;
  -webkit-font-smoothing:antialiased;
}

.about-page *{box-sizing:border-box}
.about-page a{text-decoration:none;color:inherit}
.about-page img{display:block;max-width:100%;height:auto}
.about-page .wrap{width:min(100% - 64px,1220px);margin:auto}

/* Unified header */
html body.about-page header.top.site-header{
  position:sticky!important;
  top:0!important;
  z-index:1000!important;
  border-bottom:1px solid var(--pa-line)!important;
  background:rgba(255,255,255,.96)!important;
  backdrop-filter:blur(10px)!important;
  box-shadow:none!important;
}

html body.about-page header.top.site-header>.wrap{
  width:min(100% - 56px,1220px)!important;
  min-height:84px!important;
  margin:auto!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:22px!important;
}

html body.about-page header.top.site-header>.wrap>a.logo.logo{
  flex:0 0 clamp(336px,24.8vw,432px)!important;
  width:clamp(336px,24.8vw,432px)!important;
  min-width:336px!important;
  max-width:none!important;
  display:flex!important;
  align-items:center!important;
}

html body.about-page header.top.site-header>.wrap>a.logo.logo>img{
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  object-fit:contain!important;
}

html body.about-page header.top.site-header .nav{
  display:flex!important;
  align-items:center!important;
  gap:20px!important;
  width:auto!important;
  margin:0!important;
  padding:0!important;
  color:#152b4f!important;
  font-size:14px!important;
  line-height:1!important;
  white-space:nowrap!important;
  overflow:visible!important;
  font-weight:400!important;
}

html body.about-page header.top.site-header .nav a{
  position:static!important;
  padding:0!important;
  opacity:1!important;
  color:#152b4f!important;
  font-weight:400!important;
}

html body.about-page header.top.site-header .nav a:hover,
html body.about-page header.top.site-header .nav a.is-active{color:var(--pa-blue)!important}
html body.about-page header.top.site-header .nav a.is-active:after{display:none!important;content:none!important}

html body.about-page header.top.site-header .head-right{
  display:flex!important;
  align-items:center!important;
  gap:16px!important;
  flex:0 0 auto!important;
  width:auto!important;
  margin:0!important;
}

html body.about-page header.top.site-header .head-contacts{
  display:grid!important;
  gap:4px!important;
  color:#4a5f7c!important;
  font-size:13px!important;
  line-height:1.18!important;
  white-space:nowrap!important;
}

html body.about-page header.top.site-header .head-contacts strong{
  color:#071b3e!important;
  font-size:15px!important;
  line-height:1.15!important;
}

html body.about-page header.top.site-header .btn{
  min-height:46px!important;
  padding:0 20px!important;
  border:1px solid var(--pa-blue)!important;
  border-radius:6px!important;
  background:var(--pa-blue)!important;
  color:#fff!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:14px!important;
  font-weight:700!important;
  white-space:nowrap!important;
  box-shadow:none!important;
  transform:none!important;
  transition:none!important;
}

/* Hero */
.about-hero{
  position:relative;
  overflow:hidden;
  min-height:610px;
  isolation:isolate;
  background:#f8fbff;
  border-bottom:1px solid var(--pa-line);
}

.about-hero:before{
  content:"";
  position:absolute;
  z-index:-3;
  inset:0;
  background:url('/assets/hero/hero-promapparat-user-20260618.webp?v=about-clean-2') right center/auto 100% no-repeat;
}

.about-hero:after{
  content:"";
  position:absolute;
  z-index:-2;
  inset:0;
  background:
    linear-gradient(90deg,#fff 0%,#fff 39%,rgba(255,255,255,.88) 52%,rgba(255,255,255,.24) 72%,rgba(255,255,255,0) 100%),
    radial-gradient(circle at 18% 18%,rgba(7,91,216,.07),transparent 36%);
}

.about-hero__grid{
  min-height:610px;
  display:grid;
  grid-template-columns:minmax(0,560px) 1fr;
  align-items:center;
  padding:54px 0 58px;
}

.about-breadcrumbs{
  margin:0 0 22px;
  color:#637692;
  font-size:13px;
}
.about-breadcrumbs a{color:var(--pa-blue);font-weight:700}

.about-hero h1{
  margin:0;
  max-width:560px;
  color:#071b3e;
  font-size:clamp(34px,3.2vw,48px);
  line-height:1.12;
  letter-spacing:-.035em;
  font-weight:800;
}

.about-lead{
  margin:20px 0 0;
  max-width:540px;
  color:#2b405d;
  font-size:16px;
  line-height:1.68;
}
.about-lead+.about-lead{margin-top:10px}

.about-facts{
  margin-top:30px;
  max-width:760px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  border:1px solid var(--pa-line);
  border-radius:14px;
  background:rgba(255,255,255,.88);
  box-shadow:0 16px 42px rgba(31,69,117,.08);
  overflow:hidden;
}

.about-fact{
  min-height:96px;
  padding:18px 16px;
  border-right:1px solid var(--pa-line);
}
.about-fact:last-child{border-right:0}
.about-fact strong{display:block;margin-bottom:8px;color:var(--pa-blue);font-size:18px;line-height:1.15;font-weight:800}
.about-fact span{display:block;color:#5d708d;font-size:12px;line-height:1.42;font-weight:600}

.about-actions{margin-top:28px;display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.about-page .btn,.about-page .btn--white{
  min-height:48px;
  padding:0 24px;
  border-radius:8px;
  border:1px solid var(--pa-blue);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--pa-blue);
  color:#fff;
  font-size:14px;
  font-weight:800;
  box-shadow:0 14px 30px rgba(7,91,216,.18);
}
.about-page .btn:after{content:" →";font-size:15px}
.about-page .btn--white{background:#fff;color:var(--pa-blue);border-color:#c8d9ef;box-shadow:none}

/* Sections */
.about-section{padding:58px 0;background:#fff;border-top:1px solid #edf4fc}
.about-section--white{background:#fff}
.about-section--soft{background:#f8fbff}
.about-statement{margin:0;color:#071b3e;font-size:28px;line-height:1.22;letter-spacing:-.02em;font-weight:800}
.about-copy{margin:16px 0 0;color:#425875;font-size:15px;line-height:1.72}

.about-intro,.about-flow{
  display:grid;
  grid-template-columns:minmax(240px,320px) minmax(0,1fr);
  gap:52px;
  align-items:start;
}

.about-flow-card{
  min-height:132px;
  border:1px solid var(--pa-line);
  border-radius:14px;
  background:#fff;
  box-shadow:0 18px 48px rgba(31,69,117,.06);
  display:grid;
  grid-template-columns:repeat(5,1fr);
  align-items:center;
  gap:10px;
  padding:28px 30px;
}

.about-flow-step{position:relative;display:grid;place-items:center;text-align:center;gap:10px;color:#243a5a;font-size:12px;font-weight:800}
.about-flow-step:not(:last-child):after{content:"→";position:absolute;right:-12px;top:31px;color:#86b7ef;font-weight:700}
.about-flow-icon{width:58px;height:58px;border-radius:50%;border:1px solid #d4e7ff;background:#fff;display:grid;place-items:center;color:var(--pa-blue);font-size:20px;box-shadow:0 10px 24px rgba(7,91,216,.07)}

.about-service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.about-service{min-height:230px;border:1px solid var(--pa-line);border-radius:14px;background:#fff;padding:26px 22px;box-shadow:0 14px 38px rgba(31,69,117,.045)}
.about-service h3{margin:0 0 12px;color:#071b3e;font-size:19px;line-height:1.25}
.about-service p{margin:0;color:#536884;font-size:14px;line-height:1.62}
.about-service .about-flow-icon{width:50px;height:50px;font-size:18px;margin-bottom:22px}
.about-service__link{display:none}

.about-directions{display:grid;grid-template-columns:250px minmax(0,1fr);gap:30px;align-items:start}
.about-directions-head h2{margin:0 0 16px;color:#071b3e;font-size:28px;letter-spacing:-.02em}
.about-directions-head a{color:var(--pa-blue);font-size:13px;font-weight:800}
.about-direction-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;border:0;background:transparent}
.about-direction{min-height:235px;padding:20px 18px;border:1px solid var(--pa-line)!important;border-radius:14px;background:#fff;display:flex;flex-direction:column;gap:10px;box-shadow:0 14px 38px rgba(31,69,117,.045)}
.about-direction__num{color:#b5c8e7;font-size:22px;font-weight:900}
.about-direction h3{margin:0;color:#071b3e;font-size:17px;line-height:1.24}
.about-direction p{margin:0;color:#60728b;font-size:13px;line-height:1.48}
.about-direction img{margin:auto auto 0;width:132px;height:92px;object-fit:contain;filter:drop-shadow(0 10px 16px rgba(17,50,90,.10))}

.about-chips{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.about-chip{min-height:44px;padding:0 18px;border:1px solid #d7e8fb;border-radius:999px;background:#fff;display:inline-flex;align-items:center;color:#243a5a;font-size:13px;font-weight:800;box-shadow:0 10px 24px rgba(31,69,117,.035)}
.about-chip:before{content:"▧";color:var(--pa-blue);font-size:15px;margin-right:8px}

.about-docs{overflow:hidden;background:linear-gradient(90deg,#fff 0%,#f8fbff 62%,#eef6ff 100%)}
.about-docs-grid{position:relative;display:grid;grid-template-columns:280px minmax(0,1fr) 260px;gap:34px;align-items:center}
.about-doc-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.about-doc-item{min-height:50px;border:1px solid #dce8f7;background:rgba(255,255,255,.92);border-radius:10px;display:flex;align-items:center;padding:0 18px;color:#1f3655;font-size:13px;font-weight:800}
.about-doc-item:before{content:"□";color:var(--pa-blue);font-weight:900;margin-right:10px}
.about-doc-visual{height:190px;border-radius:16px;background:linear-gradient(140deg,rgba(255,255,255,.88),rgba(232,244,255,.95));border:1px solid #dce8f7;position:relative;overflow:hidden;box-shadow:0 18px 48px rgba(31,69,117,.07)}
.about-doc-visual:before{content:"";position:absolute;inset:22px;background:repeating-linear-gradient(0deg,rgba(13,47,91,.17) 0 1px,transparent 1px 18px),repeating-linear-gradient(90deg,rgba(13,47,91,.10) 0 1px,transparent 1px 68px);border:1px solid rgba(23,109,242,.16)}
.about-doc-visual:after{content:"";position:absolute;right:30px;bottom:32px;width:70px;height:70px;border:2px solid rgba(23,109,242,.42);border-radius:50%;box-shadow:inset 0 0 0 10px rgba(23,109,242,.05)}

.about-requisites{border:1px solid var(--pa-line);border-radius:16px;background:#fff;box-shadow:0 16px 46px rgba(31,69,117,.055);overflow:hidden}
.about-requisites h2{margin:0;padding:24px 28px;color:#071b3e;font-size:24px;border-bottom:1px solid var(--pa-line)}
.about-req-grid{display:grid;grid-template-columns:1fr 1fr}
.about-req-grid dl{margin:0;padding:12px 28px 24px}
.about-req-grid dl:first-child{border-right:1px solid var(--pa-line)}
.about-req-row{display:grid;grid-template-columns:180px 1fr;gap:16px;padding:13px 0;border-bottom:1px solid #edf4fc}
.about-req-row:last-child{border-bottom:0}
.about-req-row dt{color:#617894;font-size:12px;font-weight:800}
.about-req-row dd{margin:0;color:#142846;font-size:13px;line-height:1.45;font-weight:700}
.about-req-row a{color:var(--pa-blue)}

.about-final-cta{margin:0 auto 48px;border:1px solid var(--pa-line);border-radius:16px;background:linear-gradient(105deg,#fff 0%,#f8fbff 58%,#eaf4ff 100%);box-shadow:0 18px 52px rgba(31,69,117,.055);overflow:hidden}
.about-final-cta .wrap{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:28px;align-items:center;padding:34px 0}
.about-final-cta h2{margin:0 0 10px;color:#071b3e;font-size:28px;line-height:1.16;letter-spacing:-.025em}
.about-final-cta p{margin:0;color:#536783;font-size:14px;line-height:1.62;max-width:520px}
.about-cta-contacts{display:flex;gap:16px;flex-wrap:wrap;color:#28405f;font-size:13px;font-weight:800}

.about-page .foot{background:#fff;border-top:1px solid var(--pa-line);color:#7488a0;padding:28px 0}
.about-page .copyright{border:0;margin:0;padding:0;color:#7488a0;font-size:13px}
.about-page .foot .copyright:before{content:none}

@media(max-width:1180px){
  .about-page .wrap{width:min(100% - 44px,1180px)}
  html body.about-page header.top.site-header .nav{gap:14px!important;font-size:13px!important}
  .about-hero__grid{grid-template-columns:minmax(0,520px) 1fr}
  .about-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-directions{grid-template-columns:1fr}
  .about-docs-grid{grid-template-columns:1fr}
  .about-doc-visual{display:none}
  .about-final-cta .wrap{grid-template-columns:1fr;gap:20px}
}

@media(max-width:980px){
  html body.about-page header.top.site-header>.wrap{width:min(100% - 36px,1220px)!important;min-height:74px!important;flex-wrap:wrap!important;padding:12px 0!important}
  html body.about-page header.top.site-header>.wrap>a.logo.logo{flex-basis:288px!important;width:288px!important;min-width:240px!important;max-width:70vw!important}
  html body.about-page header.top.site-header .nav{order:3!important;width:100%!important;overflow-x:auto!important;padding:2px 0 4px!important;gap:20px!important}
  html body.about-page header.top.site-header .head-right{margin-left:auto!important}
  html body.about-page header.top.site-header .head-contacts{display:none!important}
  .about-hero{min-height:auto}
  .about-hero:before{opacity:.24;background-position:center center;background-size:cover}
  .about-hero:after{background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.86))}
  .about-hero__grid{min-height:auto;grid-template-columns:1fr;padding:46px 0 52px}
  .about-facts{grid-template-columns:repeat(2,minmax(0,1fr));max-width:620px}
  .about-fact:nth-child(2){border-right:0}
  .about-fact:nth-child(-n+2){border-bottom:1px solid var(--pa-line)}
  .about-intro,.about-flow{grid-template-columns:1fr;gap:24px}
  .about-flow-card{grid-template-columns:repeat(3,1fr)}
  .about-flow-step:not(:last-child):after{display:none}
  .about-direction-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-doc-list{grid-template-columns:1fr}
  .about-req-grid{grid-template-columns:1fr}
  .about-req-grid dl:first-child{border-right:0;border-bottom:1px solid var(--pa-line)}
}

@media(max-width:640px){
  .about-page .wrap{width:min(100% - 28px,100%)}
  html body.about-page header.top.site-header>.wrap>a.logo.logo{flex-basis:240px!important;width:240px!important;min-width:208px!important;max-width:84vw!important}
  html body.about-page header.top.site-header .head-right{width:100%!important}
  html body.about-page header.top.site-header .btn{width:100%!important}
  .about-hero h1{font-size:30px}
  .about-lead{font-size:15px}
  .about-facts{grid-template-columns:1fr}
  .about-fact{border-right:0;border-bottom:1px solid var(--pa-line)}
  .about-fact:last-child{border-bottom:0}
  .about-actions{flex-direction:column;align-items:stretch}
  .about-actions .btn{width:100%}
  .about-section{padding:42px 0}
  .about-flow-card{grid-template-columns:1fr 1fr;padding:22px 18px}
  .about-service-grid,.about-direction-grid{grid-template-columns:1fr}
  .about-req-row{grid-template-columns:1fr;gap:6px}
  .about-final-cta .wrap{padding:26px 0}
}

@media(max-width:420px){
  html body.about-page header.top.site-header>.wrap>a.logo.logo{flex-basis:216px!important;width:216px!important;min-width:192px!important;max-width:82vw!important}
}
