/* Общее меню Proamo */
.proamo-menu{
  font-family:Arial,sans-serif;
  background:#ffffff;
  border-bottom:1px solid #DCE2EA;
}
.proamo-menu__wrap{
  max-width:1360px;
  margin:0 auto;
  padding:20px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.proamo-menu__logo{
  font-size:19px;
  font-weight:800;
  color:#17233B;
  text-decoration:none;
  white-space:nowrap;
}
.proamo-menu__nav{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:nowrap;
}
.proamo-menu__nav a{
  font-size:14px;
  font-weight:600;
  color:#687A99;
  text-decoration:none;
  transition:.2s;
}
.proamo-menu__nav a:hover{color:#3C9A95}
.proamo-menu__cta{
  display:inline-block;
  padding:11px 16px;
  border-radius:10px;
  background:#17233B;
  color:#ffffff!important;
}
@media(max-width:1360px){
  .proamo-menu__wrap{flex-direction:column;align-items:flex-start}
  .proamo-menu__nav{flex-wrap:wrap;gap:12px 16px}
}
@media(max-width:600px){
  .proamo-menu__wrap{padding:16px 18px}
  .proamo-menu__nav{flex-direction:column;align-items:flex-start}
}

/* Общий стиль страниц (namespace .bs) */
:root{--navy:#17233B;--blue:#203F68;--teal:#3C9A95;--muted:#687A99;--soft:#F2F5F9;--tealsoft:#E9F5F4;--line:#DCE2EA;--white:#fff}
*{box-sizing:border-box}
.bs{font-family:Arial,sans-serif;color:var(--navy);line-height:1.5;background:#fff}
.bs a{text-decoration:none;color:inherit}
.bs .wrap{max-width:1180px;margin:auto;padding:0 28px}
.bs .nav{display:flex;justify-content:space-between;align-items:center;padding:22px 0;border-bottom:1px solid var(--line);gap:20px}
.bs .logo{font-weight:800;font-size:19px}
.bs .links{display:flex;gap:18px;flex-wrap:wrap;font-size:14px;color:var(--muted)}
.bs .links a:hover{color:var(--teal)}
.bs section{padding:72px 0}
.bs .soft{background:var(--soft)}
.bs .hero{padding:82px 0 70px}
.bs .eyebrow{color:var(--teal);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:13px}
.bs h1{font-size:52px;line-height:1.05;max-width:900px;margin:14px 0 22px}
.bs h2{font-size:36px;line-height:1.12;margin:0 0 18px}
.bs h3{font-size:21px;margin:0 0 10px}
.bs p{color:var(--muted);font-size:17px;margin:0 0 18px}
.bs .lead{font-size:21px;max-width:850px}
.bs .btn{display:inline-block;background:var(--navy);color:#fff!important;padding:15px 22px;border-radius:12px;font-weight:700;margin:8px 8px 0 0}
.bs .btn.alt{background:var(--teal)}
.bs .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.bs .grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.bs .card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px}
.bs .soft .card{box-shadow:0 10px 30px rgba(23,35,59,.05)}
.bs .num{width:38px;height:38px;border-radius:11px;background:var(--tealsoft);display:flex;align-items:center;justify-content:center;color:var(--teal);font-weight:800;margin-bottom:16px}
.bs .flow{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:30px}
.bs .node{padding:14px 17px;border:1px solid var(--line);border-radius:13px;background:#fff;font-weight:700}
.bs .node.main{background:var(--navy);color:#fff;border-color:var(--navy)}
.bs .arrow{color:var(--teal);font-weight:900}
.bs .quote{background:var(--navy);color:#fff;border-radius:22px;padding:34px}
.bs .quote p{color:#dbe4f0;font-size:20px}
.bs .quote strong{color:#fff}
.bs .tag{display:inline-block;padding:8px 11px;border-radius:999px;background:var(--tealsoft);color:var(--teal);font-weight:700;font-size:13px;margin:3px}
.bs .flow2{display:flex;align-items:center;justify-content:center;margin-top:34px}
.bs .flow2__sources{width:170px;height:300px;flex-shrink:0;display:flex;flex-direction:column;justify-content:space-between}
.bs .flow2__sources .node{height:40px;padding:0 14px;font-size:14.5px;display:flex;align-items:center;justify-content:center;margin:0;white-space:nowrap}
.bs .flow2__lines{width:140px;height:300px;flex-shrink:0;overflow:visible}
.bs .flow2__lines line{stroke:var(--teal);stroke-width:2}
.bs .flow2__down{display:none;font-size:26px;color:var(--teal);font-weight:900}
.bs .flow2__result{display:flex;align-items:center;gap:14px;flex-shrink:0}
.bs .cta{text-align:center}
.bs .small{font-size:14px}
.bs footer{padding:35px 0;border-top:1px solid var(--line);color:var(--muted)}
@media(max-width:800px){
  .bs h1{font-size:38px}
  .bs h2{font-size:29px}
  .bs .grid,.bs .grid2{grid-template-columns:1fr}
  .bs .links{display:none}
  .bs section{padding:52px 0}
  .bs .wrap{padding:0 18px}
  .bs .flow2{flex-direction:column;gap:14px;margin-top:24px}
  .bs .flow2__sources{flex-direction:row;flex-wrap:wrap;justify-content:center;height:auto;width:auto;gap:10px}
  .bs .flow2__sources .node{height:auto;padding:12px 16px;white-space:normal}
  .bs .flow2__lines{display:none}
  .bs .flow2__down{display:block}
  .bs .flow2__result{flex-direction:column;gap:10px}
  .bs .flow2__result .arrow{font-size:0}
  .bs .flow2__result .arrow::before{content:"↓";font-size:20px}
}
