:root{
  --navy:#06163f;
  --navy-2:#0d1d4c;
  --green:#079443;
  --green-2:#05b554;
  --green-dark:#026235;
  --muted:#5f6c87;
  --line:#e7edf3;
  --soft:#f7faf9;
  --white:#fff;
  --shadow:0 18px 48px rgba(8,24,64,.10);
  --shadow-sm:0 12px 28px rgba(8,24,64,.08);
  --radius:22px;
  --container:1370px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color:var(--navy);
  background:#fff;
  line-height:1.35;
}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.container{width:min(calc(100% - 56px),var(--container));margin-inline:auto}
.header{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(231,237,243,.82);
}
.header__inner{
  min-height:92px;
  display:flex;
  align-items:center;
  gap:34px;
}
.logo{display:flex;align-items:center;gap:14px;min-width:max-content;font-weight:900;font-size:32px;letter-spacing:-.06em;color:var(--navy)}
.logo__mark{width:52px;height:52px;display:grid;place-items:center}
.logo__mark svg{width:52px;height:52px;fill:none;stroke:var(--green);stroke-width:7;stroke-linecap:round;stroke-linejoin:round}
.nav{display:flex;align-items:center;gap:58px;margin-left:auto;margin-right:auto;font-weight:800;font-size:16px;color:#071743}
.nav a{position:relative;white-space:nowrap}
.nav a::after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--green);border-radius:99px;transition:.2s}
.nav a:hover::after{width:100%}
.header__contact{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1;white-space:nowrap}
.header__phone{font-size:31px;font-weight:900;letter-spacing:-.04em;color:var(--navy)}
.header__contact span{font-size:14px;color:#6d7690;margin-top:5px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:52px;
  border:0;
  border-radius:14px;
  padding:15px 28px;
  font-weight:900;
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.btn svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.btn:hover{transform:translateY(-1px)}
.btn--top,.btn--primary{background:linear-gradient(180deg,var(--green-2),var(--green));color:#fff;box-shadow:0 12px 25px rgba(7,148,67,.24)}
.btn--top{min-width:190px;font-size:18px}
.btn--big{width:min(100%,470px);min-height:74px;border-radius:16px;font-size:30px;letter-spacing:-.03em}
.btn--outline{background:#fff;color:var(--green);border:2px solid var(--green);box-shadow:none}
.btn--white{background:#fff;color:var(--green);min-width:250px;font-size:18px}
.btn--ghost{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.78);min-width:250px;font-size:18px}
.burger{display:none;margin-left:auto;width:48px;height:44px;border:0;border-radius:12px;background:#f4f8f5;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}
.burger span{width:24px;height:3px;border-radius:99px;background:var(--navy)}
.hero{
  position:relative;
  min-height:760px;
  overflow:hidden;
  display:grid;
  background:#fff;
}
.hero__bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  z-index:0;
}
.hero__fade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.03) 55%,rgba(255,255,255,.45));z-index:1;pointer-events:none}
.hero__inner{position:relative;z-index:2;display:grid;place-items:start center;padding-top:80px;padding-bottom:76px}
.hero__content{width:min(680px,100%);text-align:center;margin-inline:auto}
.hero h1{
  margin:0;
  font-size:clamp(54px,5.9vw,92px);
  line-height:.98;
  letter-spacing:-.075em;
  font-weight:950;
  color:#05164a;
  text-wrap:balance;
}
.hero__lead{
  margin:26px auto 14px;
  color:var(--green);
  font-size:clamp(25px,2.25vw,38px);
  line-height:1.13;
  font-weight:950;
  letter-spacing:-.045em;
  max-width:680px;
}
.hero__sub{
  margin:0 auto;
  max-width:560px;
  font-size:21px;
  line-height:1.32;
  font-weight:700;
  color:#10204f;
}
.marketplaces{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:32px;flex-wrap:wrap}
.marketplaces span{
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:11px 28px;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 25px rgba(10,24,60,.10);
  border:1px solid #e8edf4;
  color:#126ef1;
  font-weight:950;
  font-size:40px;
  letter-spacing:.02em;
}
.marketplaces .marketplaces__wb{color:#fff;background:linear-gradient(135deg,#bd26ce,#7b21c6);font-size:35px;padding-inline:23px}
.marketplaces .marketplaces__ym{gap:8px;color:#121212;font-size:20px;line-height:.95;letter-spacing:-.04em;text-align:left;min-width:180px}
.marketplaces__ym b{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#ffd426;color:#111;font-size:29px;font-weight:950;font-style:italic}
.hero__actions{display:grid;gap:16px;justify-items:center;margin-top:26px}
.hero__phone{display:inline-block;margin-top:18px;font-size:42px;line-height:1;font-weight:950;letter-spacing:-.05em;color:var(--navy)}
.hero__note{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:15px;color:#0b1b49;font-size:16px;font-weight:700}
.hero__note svg{width:22px;height:22px;fill:none;stroke:var(--green);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.quick-strip{position:relative;z-index:3;margin-top:-34px;padding-bottom:10px}
.quick-strip__inner{
  min-height:112px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  align-items:center;
  background:#fff;
  border:1px solid #e6edf1;
  border-radius:18px;
  box-shadow:var(--shadow-sm);
  overflow:hidden;
}
.quick-item{display:flex;align-items:center;gap:22px;padding:22px 38px;min-height:112px;border-right:1px solid #e7edf1}
.quick-item:last-child{border-right:0}
.quick-item p{margin:0;font-size:18px;font-weight:850;line-height:1.25;color:#0c1d4c}
.icon,.round-icon{position:relative;display:inline-flex;flex:0 0 auto;color:var(--green)}
.icon{width:48px;height:48px}
.icon:before,.icon:after,.round-icon:before,.round-icon:after{content:"";position:absolute;box-sizing:border-box}
.icon--bag:before{inset:8px 7px 5px;border:4px solid currentColor;border-radius:6px}.icon--bag:after{left:16px;top:3px;width:16px;height:13px;border:4px solid currentColor;border-bottom:0;border-radius:11px 11px 0 0}
.icon--chart:before{inset:2px;border:4px solid currentColor;border-radius:50%;clip-path:polygon(50% 0,100% 0,100% 100%,50% 100%)}.icon--chart:after{left:23px;top:4px;width:4px;height:40px;background:currentColor;transform:rotate(-25deg);transform-origin:center}
.icon--wallet:before{left:5px;top:12px;width:38px;height:27px;border:4px solid currentColor;border-radius:7px}.icon--wallet:after{right:2px;top:19px;width:19px;height:15px;border:4px solid currentColor;border-radius:7px;background:#fff}
.icon--calc:before{inset:4px;border:4px solid currentColor;border-radius:4px}.icon--calc:after{left:14px;top:15px;width:20px;height:4px;background:currentColor;box-shadow:0 11px 0 currentColor,0 22px 0 currentColor,11px 11px 0 currentColor,11px 22px 0 currentColor}
.section{padding:34px 0 22px}
.section h2{margin:0 0 24px;font-size:36px;line-height:1.1;letter-spacing:-.05em;color:#0b1a49;font-weight:950}
.cards{display:grid;gap:24px}.cards--4{grid-template-columns:repeat(4,1fr)}
.card{background:#fff;border:1px solid #e7edf2;border-radius:18px;box-shadow:0 10px 28px rgba(8,24,64,.055)}
.card--pain{min-height:188px;padding:28px 28px 24px;display:grid;grid-template-columns:54px 1fr;align-content:start;column-gap:18px}
.card--pain h3{margin:0 0 12px;font-size:19px;line-height:1.2;font-weight:950;color:#081943}
.card--pain p{grid-column:2;margin:0;font-size:15px;line-height:1.48;font-weight:600;color:#20305f}
.round-icon{width:54px;height:54px;border-radius:50%;background:#eef8f2;grid-row:1/3}
.icon--diff:before{left:13px;right:13px;top:25px;height:4px;background:currentColor;transform:rotate(-7deg);box-shadow:0 -12px 0 transparent}.icon--diff:after{left:14px;top:13px;width:26px;height:26px;border-top:4px solid currentColor;border-bottom:4px solid currentColor;transform:rotate(-7deg)}
.icon--scatter:before{left:13px;top:13px;width:8px;height:8px;border:3px solid currentColor;border-radius:50%;box-shadow:20px 0 0 -1px #eef8f2,20px 0 0 2px currentColor,0 20px 0 -1px #eef8f2,0 20px 0 2px currentColor,20px 20px 0 -1px #eef8f2,20px 20px 0 2px currentColor}
.icon--money:before{left:12px;top:16px;width:31px;height:22px;border:4px solid currentColor;border-radius:6px}.icon--money:after{right:9px;top:23px;width:16px;height:12px;border:3px solid currentColor;border-radius:7px;background:#eef8f2}
.icon--table:before{left:12px;top:12px;width:30px;height:30px;border:4px solid currentColor;border-radius:4px}.icon--table:after{left:23px;top:13px;width:4px;height:28px;background:currentColor;box-shadow:9px 0 0 currentColor, -10px 9px 0 -1px currentColor,0 9px 0 currentColor,9px 9px 0 currentColor,-10px 18px 0 -1px currentColor,0 18px 0 currentColor,9px 18px 0 currentColor}
.calc-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:18px}
.calc-item{
  min-height:126px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  text-align:center;
  background:#fff;
  border:1px solid #e7edf2;
  border-radius:14px;
  box-shadow:0 8px 22px rgba(8,24,64,.045);
}
.calc-item b{font-size:14px;line-height:1.22;color:#0b1a49}.calc-item .icon{width:42px;height:42px}
.icon--percent:before{left:7px;top:7px;width:28px;height:28px;border:3px solid currentColor;border-radius:50%}.icon--percent:after{left:14px;top:19px;width:18px;height:3px;background:currentColor;transform:rotate(-45deg);box-shadow:-7px -7px 0 -1px #fff,-7px -7px 0 1px currentColor,7px 7px 0 -1px #fff,7px 7px 0 1px currentColor}
.icon--box:before{left:8px;top:12px;width:28px;height:24px;border:4px solid currentColor;border-radius:3px;transform:skewY(-8deg)}.icon--box:after{left:10px;top:7px;width:24px;height:13px;border:4px solid currentColor;border-bottom:0;transform:skewY(-14deg)}
.icon--truck:before{left:4px;top:17px;width:25px;height:17px;border:4px solid currentColor;border-radius:3px}.icon--truck:after{left:27px;top:21px;width:13px;height:13px;border:4px solid currentColor;border-radius:3px 6px 3px 3px;box-shadow:-14px 15px 0 -5px currentColor,5px 15px 0 -5px currentColor}
.icon--storage:before{left:6px;top:16px;width:31px;height:23px;border:4px solid currentColor;border-radius:3px}.icon--storage:after{left:14px;top:25px;width:15px;height:14px;border:3px solid currentColor;border-bottom:0}
.icon--package:before{left:7px;top:12px;width:28px;height:24px;border:4px solid currentColor;border-radius:3px}.icon--package:after{left:16px;top:12px;width:4px;height:24px;background:currentColor;box-shadow:8px 0 0 -1px currentColor}
.icon--ads:before{left:5px;top:15px;width:25px;height:18px;border:4px solid currentColor;border-radius:5px 0 0 5px}.icon--ads:after{right:2px;top:9px;width:22px;height:30px;border:4px solid currentColor;border-left:0;clip-path:polygon(0 20%,100% 0,100% 100%,0 80%)}
.icon--return:before{left:8px;top:12px;width:26px;height:26px;border:4px solid currentColor;border-left-color:transparent;border-radius:50%;transform:rotate(35deg)}.icon--return:after{left:7px;top:10px;width:12px;height:12px;border-left:4px solid currentColor;border-top:4px solid currentColor;transform:rotate(-15deg)}
.icon--bank:before{left:5px;bottom:7px;width:34px;height:4px;background:currentColor;box-shadow:0 -20px 0 currentColor}.icon--bank:after{left:8px;top:7px;width:28px;height:18px;border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:10px solid currentColor;box-shadow:-10px 16px 0 -7px currentColor,0 16px 0 -7px currentColor,10px 16px 0 -7px currentColor}
.icon--tag:before{left:7px;top:11px;width:28px;height:22px;border:4px solid currentColor;border-radius:4px;transform:rotate(-35deg)}.icon--tag:after{left:25px;top:12px;width:6px;height:6px;border:2px solid currentColor;border-radius:50%}
.icon--accounting:before{left:9px;top:5px;width:25px;height:33px;border:4px solid currentColor;border-radius:4px}.icon--accounting:after{left:17px;top:15px;width:10px;height:3px;background:currentColor;box-shadow:0 8px 0 currentColor,0 16px 0 currentColor}
.icon--doc:before{left:11px;top:5px;width:24px;height:34px;border:4px solid currentColor;border-radius:3px}.icon--doc:after{left:25px;top:5px;border-left:10px solid currentColor;border-bottom:10px solid transparent}
.icon--wifi:before,.icon--net:before{left:5px;top:10px;width:32px;height:24px;border:4px solid currentColor;border-bottom:0;border-radius:32px 32px 0 0}.icon--wifi:after,.icon--net:after{left:14px;top:21px;width:14px;height:10px;border:4px solid currentColor;border-bottom:0;border-radius:14px 14px 0 0;box-shadow:7px 15px 0 -4px currentColor}
.icon--alert:before{left:19px;top:7px;width:4px;height:23px;background:currentColor;border-radius:99px}.icon--alert:after{left:17px;bottom:7px;width:8px;height:8px;background:currentColor;border-radius:50%;box-shadow:0 0 0 15px #fff,0 0 0 18px currentColor}
.steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:20px;align-items:center}
.step{min-height:144px;display:grid;grid-template-columns:42px 1fr 54px;gap:18px;align-items:start;padding:24px;background:#fff;border:1px solid #e3eaf0;border-radius:18px;box-shadow:0 8px 22px rgba(8,24,64,.045)}
.step--active{border:2px solid #11a95a;box-shadow:none}.step__num{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-weight:950;font-size:18px}.step h3{margin:0 0 8px;font-size:21px;font-weight:950}.step p{margin:0;font-size:15px;font-weight:600;color:#23325d;line-height:1.4}.step__icon{align-self:center;width:54px;height:54px;color:var(--green)}.arrow{font-size:48px;color:var(--green);font-weight:300}.icon--phone:before{left:10px;top:9px;width:24px;height:30px;border:5px solid currentColor;border-top-left-radius:20px;border-bottom-right-radius:20px;transform:rotate(-24deg)}.icon--search:before{left:8px;top:8px;width:25px;height:25px;border:4px solid currentColor;border-radius:50%}.icon--search:after{left:30px;top:30px;width:16px;height:4px;background:currentColor;transform:rotate(45deg);border-radius:99px}.icon--check:before{inset:5px;border:4px solid currentColor;border-radius:50%}.icon--check:after{left:15px;top:22px;width:18px;height:10px;border-left:4px solid currentColor;border-bottom:4px solid currentColor;transform:rotate(-45deg)}
.result__grid{display:grid;grid-template-columns:1fr 1.08fr;gap:48px;align-items:start}.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.benefit{min-height:136px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;background:#fff;border:1px solid #e7edf2;border-radius:14px;box-shadow:0 8px 22px rgba(8,24,64,.045)}.benefit b{font-size:15px;line-height:1.2}.icon--growth:before{left:7px;bottom:8px;width:4px;height:18px;background:currentColor;box-shadow:10px -8px 0 currentColor,20px -18px 0 currentColor,30px -28px 0 currentColor}.icon--growth:after{left:19px;top:5px;width:20px;height:20px;border-top:4px solid currentColor;border-right:4px solid currentColor;transform:rotate(0)}.icon--lens:before{left:8px;top:8px;width:27px;height:27px;border:4px solid currentColor;border-radius:50%}.icon--lens:after{left:31px;top:31px;width:14px;height:4px;background:currentColor;transform:rotate(45deg);border-radius:99px}.icon--cart:before{left:8px;top:13px;width:29px;height:18px;border:4px solid currentColor;border-top:0;border-radius:0 0 5px 5px}.icon--cart:after{left:4px;top:9px;width:8px;height:4px;background:currentColor;box-shadow:11px 27px 0 -1px currentColor,27px 27px 0 -1px currentColor}
.example__box{background:#fff;border:1px solid #e7edf2;border-radius:18px;box-shadow:0 10px 28px rgba(8,24,64,.055);overflow:hidden}.example__top{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #e8edf2}.example__top div,.example__bottom div{padding:22px 24px;border-right:1px solid #e8edf2}.example__top div:last-child,.example__bottom div:last-child{border-right:0}.example span{display:block;margin-bottom:7px;color:#455174;font-weight:850;font-size:14px}.example b{font-size:18px;color:#06163f}.example__bottom{display:grid;grid-template-columns:1fr 1fr}.example strong{font-size:34px;color:var(--green);font-weight:950;letter-spacing:-.04em}.cta{margin:32px 0 22px}.cta__inner{position:relative;overflow:hidden;display:flex;justify-content:space-between;align-items:center;gap:34px;background:linear-gradient(135deg,#079443,#05b554);border-radius:18px;color:#fff;padding:30px 48px;box-shadow:0 20px 45px rgba(7,148,67,.24)}.cta__inner:after{content:"↗";position:absolute;right:23px;top:-20px;font-size:120px;line-height:1;color:rgba(255,255,255,.10);font-weight:950}.cta h2{margin:0 0 5px;font-size:35px;letter-spacing:-.05em}.cta p{margin:0 0 10px;font-weight:700;color:rgba(255,255,255,.9)}.cta__phone{display:inline-flex;align-items:center;gap:12px;font-size:40px;font-weight:950;letter-spacing:-.05em}.cta__phone svg{width:36px;height:36px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.cta__actions{display:flex;gap:22px;position:relative;z-index:2}.footer{padding:22px 0 34px}.footer__grid{display:grid;grid-template-columns:1fr 1fr 1.1fr 1.4fr;border-top:1px solid #e9eef3;border-bottom:1px solid #e9eef3}.footer__item{display:flex;align-items:center;gap:20px;padding:26px 32px;border-right:1px solid #e9eef3}.footer__item:last-child{border-right:0}.footer__item .icon{width:42px;height:42px}.footer__item span{display:block;color:#68738c;font-size:14px;font-weight:750;margin-bottom:5px}.footer__item a,.footer__item p{margin:0;font-weight:900;color:#0b1a49}.icon--mail:before{left:5px;top:10px;width:34px;height:25px;border:4px solid currentColor;border-radius:3px}.icon--mail:after{left:8px;top:13px;width:28px;height:18px;border-left:4px solid currentColor;border-bottom:4px solid currentColor;transform:rotate(-45deg)}.icon--clock:before{inset:5px;border:4px solid currentColor;border-radius:50%}.icon--clock:after{left:22px;top:12px;width:4px;height:14px;background:currentColor;border-radius:99px;box-shadow:7px 13px 0 -1px currentColor;transform-origin:bottom}.icon--shield:before{left:8px;top:4px;width:30px;height:36px;border:4px solid currentColor;border-radius:4px 4px 14px 14px;clip-path:polygon(50% 0,100% 18%,100% 58%,50% 100%,0 58%,0 18%)}.copyright{text-align:center;margin:22px 0 0;color:#8c94a4;font-size:14px;font-weight:700}
.modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:20px}.modal.is-open{display:flex}.modal__overlay{position:absolute;inset:0;background:rgba(2,9,25,.55);backdrop-filter:blur(4px)}.modal__box{position:relative;width:min(100%,480px);background:#fff;border-radius:24px;padding:34px;box-shadow:0 30px 80px rgba(0,0,0,.28)}.modal__close{position:absolute;right:18px;top:12px;width:44px;height:44px;border:0;background:transparent;font-size:36px;line-height:1;cursor:pointer;color:#74809a}.modal h2{margin:0 0 8px;font-size:32px;letter-spacing:-.04em}.modal p{margin:0 0 22px;color:#5a6680;font-weight:650}.form{display:grid;gap:16px}.form label{display:grid;gap:7px;font-weight:850}.form input{width:100%;height:56px;border:1px solid #dfe8ef;border-radius:14px;padding:0 16px;outline:none}.form input:focus{border-color:var(--green);box-shadow:0 0 0 4px rgba(7,148,67,.12)}
@media (max-width:1200px){.header__inner{gap:18px}.nav{gap:24px}.header__phone{font-size:25px}.btn--top{min-width:160px}.hero{min-height:720px}.cards--4{grid-template-columns:repeat(2,1fr)}.calc-grid{grid-template-columns:repeat(4,1fr)}.result__grid{grid-template-columns:1fr}.footer__grid{grid-template-columns:repeat(2,1fr)}.footer__item:nth-child(2){border-right:0}.footer__item:nth-child(-n+2){border-bottom:1px solid #e9eef3}}
@media (max-width:920px){.container{width:min(calc(100% - 32px),var(--container))}.header__inner{min-height:76px}.logo{font-size:27px}.logo__mark,.logo__mark svg{width:44px;height:44px}.nav,.header__contact,.btn--top{display:none}.burger{display:flex}.nav.is-open{position:absolute;display:flex;flex-direction:column;align-items:flex-start;gap:18px;left:16px;right:16px;top:82px;padding:22px;background:#fff;border:1px solid #e6edf1;border-radius:18px;box-shadow:var(--shadow)}.hero{min-height:auto}.hero__bg{object-position:center top;opacity:.42}.hero__inner{padding-top:46px;padding-bottom:58px}.hero__content{padding:0 2px}.hero h1{font-size:52px}.hero__lead{font-size:28px}.hero__sub{font-size:18px}.marketplaces span{font-size:30px;min-height:58px}.marketplaces .marketplaces__wb{font-size:27px}.marketplaces .marketplaces__ym{font-size:17px}.btn--big{font-size:22px;min-height:62px}.hero__phone{font-size:32px}.quick-strip{margin-top:0;padding:20px 0 0}.quick-strip__inner{grid-template-columns:1fr 1fr}.quick-item{border-right:0;border-bottom:1px solid #e7edf1}.quick-item:nth-child(odd){border-right:1px solid #e7edf1}.quick-item:nth-child(n+3){border-bottom:0}.steps{grid-template-columns:1fr}.arrow{display:none}.benefits{grid-template-columns:repeat(2,1fr)}.cta__inner{flex-direction:column;align-items:flex-start}.cta__actions{width:100%;flex-wrap:wrap}.btn--white,.btn--ghost{flex:1 1 220px}}
@media (max-width:620px){.section{padding:24px 0 12px}.section h2{font-size:29px}.hero h1{font-size:42px}.hero__lead{font-size:23px}.hero__sub{font-size:16px}.marketplaces{gap:10px}.marketplaces span{font-size:25px;padding-inline:16px}.marketplaces .marketplaces__ym{min-width:150px}.hero__note{font-size:14px}.quick-strip__inner{grid-template-columns:1fr}.quick-item{border-right:0!important;border-bottom:1px solid #e7edf1!important;padding:20px}.quick-item:last-child{border-bottom:0!important}.cards--4{grid-template-columns:1fr}.card--pain{grid-template-columns:46px 1fr;padding:22px}.round-icon{width:46px;height:46px}.calc-grid{grid-template-columns:repeat(2,1fr);gap:12px}.calc-item{min-height:110px}.steps{gap:14px}.step{grid-template-columns:38px 1fr;min-height:auto}.step__icon{display:none}.benefits{grid-template-columns:repeat(2,1fr);gap:12px}.example__top{grid-template-columns:1fr 1fr}.example__top div:nth-child(2){border-right:0}.example__top div:nth-child(-n+2){border-bottom:1px solid #e8edf2}.example__bottom{grid-template-columns:1fr}.example__bottom div{border-right:0;border-bottom:1px solid #e8edf2}.example__bottom div:last-child{border-bottom:0}.example strong{font-size:30px}.cta__inner{padding:26px 22px}.cta h2{font-size:29px}.cta__phone{font-size:30px}.footer__grid{grid-template-columns:1fr}.footer__item,.footer__item:nth-child(n){border-right:0;border-bottom:1px solid #e9eef3;padding:22px 8px}.footer__item:last-child{border-bottom:0}.modal__box{padding:28px 20px}.btn{width:100%}}
@media (max-width:420px){.hero h1{font-size:38px}.hero__phone{font-size:28px}.marketplaces span{width:100%}.benefits{grid-template-columns:1fr}.calc-grid{grid-template-columns:1fr 1fr}.logo{font-size:24px}.logo__mark,.logo__mark svg{width:38px;height:38px}}
