@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Play:wght@700&display=swap");:root{--blue:#0371c0;--blue-2:#0071c1;--dark:#00113f;--white:#fff;--soft:#f6f6f6;--grad:linear-gradient(102.48deg,#0071c1 0.5%,#071727);--dark-40:rgba(0,17,63,.4);--white-80:hsla(0,0%,100%,.8);--ease:cubic-bezier(0.22,1,0.36,1)}html{scroll-behavior:smooth;background:#fff}body,html{margin:0;padding:0;min-height:100%}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff;color:var(--dark);-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}*{box-sizing:border-box}a{color:inherit;text-decoration:none}a,button{-webkit-tap-highlight-color:transparent}button{font:inherit}.z-page{width:100%;min-height:100vh;padding:24px;display:flex;flex-direction:column;align-items:center;gap:96px;overflow:hidden;background:#fff}.z-menu-overlay,.z-mobile-only{display:none}.z-desktop-only{display:block}.z-logo{display:inline-flex;align-items:center;justify-content:center;font-family:Play,Inter,sans-serif;font-weight:700;font-size:24px;line-height:140%;letter-spacing:.02em;color:var(--blue);white-space:nowrap;transition:transform .28s var(--ease),opacity .28s ease}.z-hero{width:100%;max-width:1872px;height:939px;position:relative;overflow:hidden;isolation:isolate;background:url(/assets/bg.svg) no-repeat 0 0/100% 100%;animation:z-appear .8s var(--ease) both}.z-header-desktop{position:relative;z-index:3;top:24px;width:100%;padding:0 32px 0 24px;justify-content:space-between}.z-header-desktop,.z-menu-shell{height:80px;display:flex;align-items:center}.z-menu-shell{width:920px;padding:8px;gap:8px;border-radius:100px;background:hsla(0,0%,100%,.08)}.z-logo-pill{width:220px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:100px;background:#fff}.z-menu-link,.z-pill-light,.z-support,.z-top-issue{display:inline-flex;justify-content:center;align-items:center;border-radius:100px;font-weight:600;line-height:140%;letter-spacing:.02em;text-align:center;cursor:pointer;transition:transform .32s var(--ease),background .32s var(--ease),color .32s var(--ease),box-shadow .32s ease}.z-pill-light{width:220px;height:64px;padding:12px 24px;border:1px solid #fff;color:#fff;font-size:18px}.z-pill-light:hover{transform:translateY(-2px);background:hsla(0,0%,100%,.11)}.z-top-issue{width:220px;height:64px;padding:12px 24px;border:1px solid var(--blue);color:var(--blue);font-size:18px;background:#fff}.z-top-issue:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(3,113,192,.12)}.z-hero-content{position:relative;z-index:2;width:100%;height:575px;margin-top:100px;align-items:flex-end;gap:122px}.z-hero-content,.z-offer{display:flex;justify-content:space-between}.z-offer{width:821px;height:515px;padding-left:42px;flex-direction:column;gap:24px}.z-offer h1{width:779px;font-family:Play,Inter,sans-serif;font-weight:700;font-size:64px;text-transform:uppercase;color:#fff;animation:z-slide .8s .08s var(--ease) both}.z-offer h1,.z-offer p{margin:0;line-height:120%;letter-spacing:.02em}.z-offer p{width:465px;font-size:24px;color:var(--white-80);animation:z-slide .8s .16s var(--ease) both}.z-hero-image{width:905px;height:575px;flex:0 0 auto;position:relative;animation:z-float 7s ease-in-out infinite;will-change:transform}.z-hero-image img{width:100%;height:100%;object-fit:contain;display:block;filter:drop-shadow(0 30px 46px rgba(0,36,86,.22));pointer-events:none}.z-cta{position:relative;width:716px;height:80px;padding:4px 4px 4px 86px;display:inline-flex;align-items:center;gap:12px;overflow:hidden;border:1px solid var(--blue);border-radius:100px;background:#fff;color:var(--blue);font-size:18px;font-weight:600;line-height:140%;letter-spacing:.02em;isolation:isolate;transition:transform .32s var(--ease),box-shadow .32s ease}.z-cta:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(105deg,transparent,transparent 35%,rgba(3,113,192,.13) 50%,transparent 64%,transparent);transform:translateX(-110%);transition:transform .9s var(--ease)}.z-cta:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(3,113,192,.16)}.z-cta:hover:before{transform:translateX(110%)}.z-cta span{flex:1 1;text-align:center}.z-cta i{width:72px;height:72px;display:flex;justify-content:center;align-items:center;flex:0 0 auto;border-radius:100px;background:var(--blue);color:#fff;font-style:normal;transition:transform .35s var(--ease),box-shadow .35s ease}.z-cta:hover i{transform:rotate(-12deg) scale(1.035);box-shadow:0 12px 28px rgba(3,113,192,.24)}.z-cta i svg{animation:z-arrow 1.8s ease-in-out infinite}.z-hero-bottom-cta{position:absolute;z-index:4;left:10px;bottom:10px}.z-footer-top .z-cta,.z-hero-bottom-cta{width:38%;min-width:440px;max-width:716px}.z-footer-top .z-cta{flex:0 0 auto}.z-advantages{width:100%;max-width:1872px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:24px;gap:24px}.z-adv-card{min-height:358px;padding:42px;display:flex;flex-direction:column;gap:64px;overflow:hidden;position:relative;background:var(--soft);border-radius:48px;animation:z-rise .75s var(--ease) both;transition:transform .45s var(--ease),box-shadow .45s ease}.z-adv-card:after{content:"";position:absolute;width:210px;height:210px;right:-105px;top:-105px;border-radius:999px;background:rgba(3,113,192,.07);transform:scale(0);transition:transform .55s var(--ease)}.z-adv-card:hover{transform:translateY(-8px) rotate(-.3deg);box-shadow:0 24px 46px rgba(0,17,63,.07)}.z-adv-card:hover:after{transform:scale(1)}.z-adv-card p,.z-adv-card span{font-size:18px;line-height:120%;letter-spacing:.02em;color:var(--dark-40)}.z-adv-card h3{margin:0 0 64px;max-width:366px;font-family:Play,Inter,sans-serif;font-weight:700;font-size:24px;line-height:120%;letter-spacing:.02em;text-transform:uppercase;color:var(--dark)}.z-adv-card p{margin:0;max-width:366px}.z-usage{width:100%;max-width:1872px;min-height:770px;padding:42px;gap:64px;background:var(--soft);border-radius:48px;animation:z-rise .75s var(--ease) both}.z-usage,.z-usage-head{display:flex;flex-direction:column}.z-usage-head{gap:24px}.z-usage-head h2{margin:-88px 0 0 88px;font-size:48px;color:var(--dark)}.z-usage-head h2,.z-usage-head p{font-family:Play,Inter,sans-serif;line-height:120%;letter-spacing:.02em;text-transform:uppercase}.z-usage-head p{margin:0;font-weight:700;font-size:24px;color:var(--dark-40)}.z-chat{width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:var(--blue);color:#fff;animation:z-wiggle 4.5s ease-in-out infinite}.z-photos{display:flex;flex-wrap:wrap;gap:24px}.z-photo{flex-grow:1;flex-shrink:1;flex-basis:calc((100% - 48px) / 3);min-width:360px;height:505px;margin:0;position:relative;overflow:hidden;border-radius:48px}.z-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 1.1s var(--ease)}.z-photo:hover img{transform:scale(1.06)}.z-photo-cut-bottom:after,.z-photo-cut-top:after{content:"";position:absolute;right:0;background:#fff}.z-planet{width:100%;max-width:1872px;min-height:188px;padding:42px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;background:var(--soft);border-radius:48px}.z-planet h2{margin:0;font-family:Play,Inter,sans-serif;font-size:48px;line-height:120%;letter-spacing:.02em;text-transform:uppercase;text-align:center;color:var(--dark-40)}.z-planet h2 span{color:var(--dark)}.z-planet p{margin:0;font-size:18px;line-height:120%;letter-spacing:.02em;color:var(--dark-40)}.z-footer{width:100%;max-width:1872px;height:758px;position:relative;isolation:isolate;background:url(/assets/footer-bg.svg) no-repeat 0 0/100% 100%;color:#fff}.z-footer-top{height:80px;padding-left:48px;display:flex;align-items:center;gap:42px;position:relative;z-index:2}.z-footer-top p{margin:0;flex:1 1;font-size:18px;line-height:120%;letter-spacing:.02em}.z-footer-main{position:relative;z-index:2;padding:72px 48px 0;display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.z-footer-info{display:flex;flex-direction:column;gap:42px}.z-footer-info h2{margin:0;max-width:876px;font-family:Play,Inter,sans-serif;font-size:48px;line-height:120%;letter-spacing:.02em;text-transform:uppercase}.z-support{width:220px;height:64px;padding:12px 24px;border:1px solid #fff;color:#fff;font-size:18px}.z-support:hover{background:hsla(0,0%,100%,.1);transform:translateY(-2px)}.z-requisites{display:flex;flex-direction:column;align-items:flex-end;gap:16px}.z-requisites h3{margin:0 0 8px;width:100%;font-family:Play,Inter,sans-serif;font-size:24px;text-transform:uppercase;text-align:right}.z-requisites h3,.z-requisites p{line-height:120%;letter-spacing:.02em}.z-requisites p{margin:0;font-size:18px;color:var(--white-80)}.z-footer-bottom{position:absolute;z-index:2;left:48px;right:48px;bottom:42px;display:flex;flex-direction:column;gap:42px}.z-terms{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.z-terms a{height:64px;display:flex;align-items:center;justify-content:center;border:1px solid #fff;border-radius:100px;font-size:18px;font-weight:600;line-height:140%;letter-spacing:.02em;transition:background .3s var(--ease),transform .3s var(--ease)}.z-terms a:hover{background:hsla(0,0%,100%,.1);transform:translateY(-2px)}.z-footer-bottom p{margin:0;font-size:18px;line-height:120%;letter-spacing:.02em;color:var(--white-80)}@keyframes z-appear{0%{opacity:0;transform:translateY(20px);filter:blur(10px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes z-slide{0%{opacity:0;transform:translateY(34px);filter:blur(10px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes z-rise{0%{opacity:0;transform:translateY(36px);filter:blur(12px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes z-float{0%,to{transform:translateZ(0) rotate(0deg)}50%{transform:translate3d(0,-12px,0) rotate(1.2deg)}}@keyframes z-arrow{0%,to{transform:translateX(0)}50%{transform:translateX(4px)}}@keyframes z-wiggle{0%,to{transform:rotate(0deg)}30%{transform:rotate(-8deg)}60%{transform:rotate(8deg)}}.z-hero-image{isolation:isolate}.z-hero-image:before{content:"";position:absolute;inset:-8%;background:radial-gradient(ellipse at 50% 55%,rgba(207,230,251,.5) 0,rgba(3,113,192,.22) 38%,transparent 72%);filter:blur(34px);z-index:-1;animation:z-aura 7s ease-in-out infinite;pointer-events:none}.z-hero-image img{transition:transform .7s var(--ease),filter .7s ease}.z-hero-image:hover img{transform:scale(1.035) rotate(-1.2deg);filter:drop-shadow(0 38px 56px rgba(0,36,86,.34))}@keyframes z-aura{0%,to{opacity:.55;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.z-offer h1{background:linear-gradient(100deg,#fff,#fff 38%,#cfe6fb 50%,#fff 62%,#fff);background-size:220% auto;background-position:-110%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:z-slide .8s .08s var(--ease) both,z-shine 2.6s 1.1s var(--ease) forwards}@keyframes z-shine{to{background-position:110%}}.z-logo{background:linear-gradient(110deg,var(--blue) 0,#2aa6ff 45%,var(--blue) 100%);background-size:220% auto;background-position:0;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;transition:background-position .7s var(--ease),transform .32s var(--ease)}.z-logo:hover{background-position:-120%;transform:translateY(-1px)}.z-adv-card{cursor:default;transform-style:preserve-3d}.z-adv-card:hover{transform:perspective(1100px) translateY(-10px) rotateX(2deg) rotateY(-3deg);box-shadow:0 30px 60px rgba(0,17,63,.1);background:#fff}.z-adv-card:after{width:280px;height:280px;right:-120px;top:-120px;background:radial-gradient(circle at 30% 30%,rgba(3,113,192,.32) 0,rgba(3,113,192,.04) 70%)}.z-adv-card span{display:inline-block;transition:color .45s var(--ease),transform .45s var(--ease),letter-spacing .45s var(--ease)}.z-adv-card:hover span{color:var(--blue);transform:translateX(2px);letter-spacing:.06em}.z-adv-card h3{transition:transform .5s var(--ease)}.z-adv-card:hover h3{transform:translateY(-2px)}.z-photo{isolation:isolate;cursor:pointer;transition:transform .6s var(--ease),box-shadow .6s ease}.z-photo:hover{transform:translateY(-6px);box-shadow:0 32px 52px rgba(0,17,63,.18)}.z-photo:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,17,63,0) 45%,rgba(3,113,192,.55));opacity:0;transition:opacity .6s var(--ease);pointer-events:none}.z-photos .z-photo:first-child:before{background:linear-gradient(0deg,rgba(0,17,63,0) 45%,rgba(3,113,192,.55))}.z-photo:hover:before{opacity:1}.z-photo img{transition:transform 1.2s var(--ease),filter .8s ease}.z-photo:hover img{transform:scale(1.08);filter:saturate(1.12) brightness(1.04)}.z-photo-reveal{--reveal-delay:0ms}.z-photo-reveal img{opacity:0}.z-photo-reveal:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(115deg,transparent,transparent 38%,hsla(0,0%,100%,.55) 50%,transparent 62%,transparent);transform:translateX(-110%);opacity:0;mix-blend-mode:screen}.z-photo-reveal.is-revealed img{opacity:1;animation:z-photo-reveal 1.1s var(--ease) var(--reveal-delay) both}.z-photo-reveal.is-revealed:after{animation:z-photo-shine 1.4s var(--ease) calc(var(--reveal-delay) + .25s) forwards}@keyframes z-photo-reveal{0%{opacity:0;transform:scale(1.08) translateY(24px);filter:blur(18px) saturate(1.15);-webkit-clip-path:inset(0 0 100% 0 round 48px);clip-path:inset(0 0 100% 0 round 48px)}60%{filter:blur(2px) saturate(1.05)}to{opacity:1;transform:scale(1) translateY(0);filter:blur(0) saturate(1);-webkit-clip-path:inset(0 0 0 0 round 48px);clip-path:inset(0 0 0 0 round 48px)}}@keyframes z-photo-shine{0%{transform:translateX(-110%);opacity:0}20%{opacity:1}to{transform:translateX(110%);opacity:0}}@media (prefers-reduced-motion:reduce){.z-photo-reveal.is-revealed img{animation:z-photo-reveal-soft .4s ease var(--reveal-delay) both}.z-photo-reveal:after{display:none}@keyframes z-photo-reveal-soft{0%{opacity:0}to{opacity:1}}}.z-planet h2 span{background:linear-gradient(110deg,var(--dark) 0,var(--blue) 30%,var(--dark) 60%,var(--blue) 90%);background-size:250% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:z-flow 7s linear infinite}@keyframes z-flow{to{background-position:-250%}}.z-terms a{isolation:isolate;position:relative;overflow:hidden}.z-terms a:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 30%,hsla(0,0%,100%,.35) 50%,transparent 70%);transform:translateX(-110%);transition:transform .7s var(--ease);z-index:-1;pointer-events:none}.z-terms a:hover:before{transform:translateX(110%)}@media (max-width:767px){.z-desktop-only{display:none}.z-mobile-only{display:flex}.z-page{padding:12px 16px 24px;gap:48px}.z-mobile-first{width:100%;max-width:480px;display:flex;flex-direction:column;gap:12px}.z-header-mobile{width:100%;height:64px;padding:8px;position:relative;justify-content:flex-end;overflow:hidden;border:1px solid var(--blue)}.z-header-mobile,.z-mobile-logo-wrap{display:flex;align-items:center;border-radius:100px;background:#fff}.z-mobile-logo-wrap{position:absolute;left:8px;right:8px;top:8px;height:48px;justify-content:center}.z-menu-close,.z-menu-open{position:relative;z-index:2;width:48px;height:48px;border-radius:999px;border:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .28s var(--ease)}.z-menu-open{background:var(--blue);color:#fff}.z-menu-close:active,.z-menu-open:active{transform:scale(.94)}.z-mobile-hero{width:100%;min-height:595px;padding:24px 0;display:flex;flex-direction:column;align-items:center;gap:39px;overflow:hidden;border-radius:42px;background:var(--grad)}.z-hero-image{width:100%;max-width:343px;height:auto;aspect-ratio:343/218}.z-hero-image img{filter:drop-shadow(0 14px 26px rgba(0,36,86,.22))}.z-mobile-offer{width:100%;padding:0 16px;display:flex;flex-direction:column;align-items:center;gap:16px}.z-mobile-offer h1{font-family:Play,Inter,sans-serif;font-size:32px;text-transform:uppercase;color:#fff}.z-mobile-offer h1,.z-mobile-offer p{width:100%;max-width:360px;margin:0;line-height:120%;letter-spacing:.02em;text-align:center}.z-mobile-offer p{font-size:16px;color:var(--white-80)}.z-cta{width:100%;max-width:360px;height:64px;padding:4px 4px 4px 48px;font-size:16px}.z-cta i{width:56px;height:56px}.z-advantages{width:100%;max-width:480px;display:flex;flex-direction:column;gap:16px}.z-adv-card{width:100%;min-height:310px;padding:32px 24px;gap:64px;border-radius:42px}.z-adv-3{min-height:266px}.z-adv-card h3{max-width:100%;margin-bottom:24px;font-size:20px}.z-adv-card p{max-width:100%}.z-usage{width:100%;max-width:480px;min-height:938px;padding:24px 16px;gap:42px;border-radius:48px}.z-usage-head{width:100%;align-items:center;gap:16px}.z-chat{width:56px;height:56px}.z-usage-head h2{width:100%;margin:0;font-size:28px;text-align:center}.z-usage-head p{width:100%;font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:16px;text-transform:none;text-align:center}.z-photos{width:100%;display:flex;flex-direction:column;gap:16px}.z-photo{width:100%;flex:0 0 auto;min-width:0;height:auto;aspect-ratio:330/212;border-radius:24px}.z-planet{width:100%;max-width:480px;min-height:159px;padding:24px 16px;gap:24px;border-radius:42px}.z-planet h2{width:100%;max-width:360px;font-size:28px}.z-planet p{font-size:16px;text-align:center}.z-mobile-cta{width:100%;max-width:480px;min-height:158px;padding:24px 16px 16px;flex-direction:column;align-items:center;gap:16px;border-radius:42px;background:var(--grad)}.z-mobile-cta p{width:100%;max-width:360px;margin:0;font-size:16px;line-height:120%;letter-spacing:.02em;color:#fff;text-align:center}.z-mobile-footer{max-width:480px;min-height:544px;padding:32px 16px;gap:56px;border-radius:42px;background:var(--grad);color:#fff}.z-mobile-footer,.z-mobile-footer-info{width:100%;flex-direction:column;align-items:center}.z-mobile-footer-info{display:flex;gap:42px}.z-mobile-footer-info h2{margin:0 0 24px;font-family:Play,Inter,sans-serif;font-size:28px;line-height:120%;letter-spacing:.02em;text-transform:uppercase;text-align:center}.z-mobile-footer .z-support{width:100%;max-width:360px;height:64px;margin-bottom:42px}.z-mobile-footer-info h3{margin:0 0 16px;font-family:Play,Inter,sans-serif;font-size:20px;font-weight:700;text-transform:uppercase}.z-mobile-footer-info h3,.z-mobile-footer-info p{line-height:120%;letter-spacing:.02em;text-align:center}.z-mobile-footer-info p{margin:0 0 8px;font-size:18px;color:var(--white-80)}.z-mobile-terms{flex-direction:column;gap:32px}.z-mobile-terms,.z-mobile-terms a{width:100%;display:flex;align-items:center}.z-mobile-terms a{max-width:360px;justify-content:center;font-size:18px;font-weight:600;line-height:140%;letter-spacing:.02em}.z-copy{margin:0;width:100%;font-size:16px;line-height:120%;letter-spacing:.02em;color:var(--white-80);text-align:center}.z-menu-overlay{position:fixed;inset:0;z-index:1000;display:flex;justify-content:flex-end;align-items:flex-start;padding-left:22px;background:rgba(0,17,63,.4);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .36s var(--ease),visibility .36s var(--ease)}.z-menu-overlay.is-open{opacity:1;visibility:visible;pointer-events:auto}.z-menu-panel{width:280px;height:474px;padding:78px 24px 24px;display:flex;flex-direction:column;align-items:flex-end;gap:20px;background:#fff;border-radius:0 0 0 48px;transform:translateX(110%);transition:transform .42s var(--ease)}.z-menu-overlay.is-open .z-menu-panel{transform:translateX(0)}.z-menu-close{border:1px solid var(--blue);background:#fff;color:var(--blue)}.z-mobile-nav{width:232px;gap:24px}.z-mobile-nav,.z-mobile-nav>div{display:flex;flex-direction:column}.z-mobile-nav>div{gap:12px}.z-menu-link{width:232px;height:64px;padding:12px 24px;border:1px solid var(--blue);background:#fff;color:var(--blue);font-size:18px}.z-menu-link.is-primary{background:var(--blue);color:#fff}}@media (min-width:768px) and (max-width:1280px){.z-page{padding:18px;gap:64px}.z-advantages,.z-footer,.z-hero,.z-planet,.z-usage{max-width:1180px}.z-header-desktop{padding-right:24px}.z-menu-shell{width:720px}.z-logo-pill,.z-pill-light,.z-top-issue{width:170px}.z-hero-content{gap:32px;transform:scale(.82);transform-origin:left bottom;width:1400px}.z-advantages{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px) and (max-width:1699px){.z-hero{background:var(--grad);border-radius:56px}.z-hero:before{top:0;right:0;width:18%;max-width:284px;height:128px;border-bottom-left-radius:56px}.z-hero:after,.z-hero:before{content:"";position:absolute;background:#fff;z-index:1;pointer-events:none}.z-hero:after{bottom:0;left:0;width:42%;max-width:748px;height:112px;border-top-right-radius:56px}.z-footer{background:var(--grad);border-radius:56px 0 56px 56px}.z-footer:after{content:"";position:absolute;top:0;right:0;width:40%;max-width:740px;height:104px;background:#fff;border-bottom-left-radius:56px;z-index:1;pointer-events:none}.z-footer-main{grid-template-columns:1.6fr 1fr}.z-footer-info h2{font-size:40px;max-width:100%}.z-hero-bottom-cta{width:38%;min-width:320px;max-width:716px}.z-footer-top .z-cta{width:36%;min-width:320px;max-width:716px}}@media (min-width:1281px) and (max-width:1580px){.z-hero{height:740px}.z-hero-content{height:420px;margin-top:80px;gap:32px}.z-offer{width:auto;flex:1 1;min-width:0;height:auto;padding-left:24px;gap:24px}.z-offer h1{width:100%;font-size:44px}.z-offer p{width:100%;max-width:420px;font-size:18px}.z-hero-image{width:600px;height:381px;flex:0 0 auto}.z-advantages{grid-template-columns:repeat(2,1fr)}.z-photo{height:auto;aspect-ratio:580/505}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}@keyframes z-laptop-gradient{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes z-laptop-soft-pop{0%{opacity:0;transform:translateY(22px) scale(.985);filter:blur(8px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@media (min-width:768px) and (max-width:1699px){.z-page{padding:clamp(16px,1.9vw,28px);gap:clamp(56px,5vw,88px)}.z-footer,.z-hero{background:linear-gradient(118deg,#0071c1,#044f91 42%,#071727);background-size:180% 180%;border-radius:clamp(36px,4vw,64px);overflow:hidden;box-shadow:0 30px 80px rgba(0,17,63,.16)}.z-hero{height:auto;min-height:0;padding:clamp(18px,2.3vw,34px);display:flex;flex-direction:column;animation:z-appear .8s var(--ease) both,z-laptop-gradient 13s ease-in-out infinite}.z-footer:after,.z-hero:after,.z-hero:before{content:none}.z-header-desktop{top:auto;height:auto;padding:0;display:flex;align-items:center;gap:clamp(10px,1.2vw,18px)}.z-menu-shell{width:auto;min-width:0;flex:1 1 auto;height:clamp(60px,5vw,76px);padding:6px;gap:6px;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.18);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.z-logo-pill,.z-pill-light,.z-top-issue{height:clamp(48px,4vw,64px)}.z-logo-pill{width:clamp(142px,14vw,220px);flex:0 0 auto}.z-pill-light{width:auto;min-width:92px;flex:1 1;padding:10px clamp(10px,1.2vw,22px);font-size:clamp(14px,1.12vw,18px);background:hsla(0,0%,100%,.03)}.z-pill-light:hover{transform:translateY(-3px) scale(1.015);background:hsla(0,0%,100%,.17);box-shadow:0 18px 34px rgba(0,17,63,.12)}.z-top-issue{width:clamp(158px,14.5vw,220px);flex:0 0 auto;padding:10px clamp(12px,1.3vw,24px);font-size:clamp(14px,1.1vw,18px)}.z-support:hover,.z-top-issue:hover{transform:translateY(-4px) scale(1.018);box-shadow:0 22px 46px rgba(3,113,192,.2)}.z-hero-content{width:100%;height:auto;margin-top:clamp(46px,5.6vw,92px);display:grid;grid-template-columns:minmax(0,.96fr) minmax(300px,.9fr);align-items:center;justify-content:normal;grid-gap:clamp(22px,4.4vw,76px);gap:clamp(22px,4.4vw,76px);transform:none}.z-offer{width:auto;min-width:0;height:auto;padding-left:clamp(0px,1.2vw,20px);gap:clamp(24px,3vw,42px);justify-content:center}.z-offer h1{width:100%;max-width:760px;font-size:clamp(36px,4vw,64px);line-height:1.08;text-wrap:balance}.z-offer p{width:100%;max-width:500px;font-size:clamp(17px,1.35vw,24px)}.z-hero-image{width:min(100%,clamp(320px,43vw,720px));height:auto;aspect-ratio:905/575;justify-self:end;flex:initial}.z-hero-image:before{inset:-10%;opacity:.85}.z-hero-bottom-cta{position:relative;left:auto;bottom:auto;width:clamp(340px,42vw,620px);min-width:0;max-width:100%;margin-top:clamp(28px,4vw,62px);align-self:flex-start}.z-cta{height:clamp(64px,5.1vw,80px);padding-left:clamp(36px,5vw,86px);font-size:clamp(15px,1.15vw,18px)}.z-cta i{width:clamp(56px,4.5vw,72px);height:clamp(56px,4.5vw,72px)}.z-cta:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 24px 52px rgba(3,113,192,.24)}.z-advantages{gap:clamp(16px,1.6vw,24px)}.z-adv-card{min-height:clamp(286px,23vw,358px);padding:clamp(28px,2.8vw,42px);border-radius:clamp(34px,3vw,48px);gap:clamp(42px,5vw,64px)}.z-planet,.z-usage{border-radius:clamp(36px,3.6vw,48px)}.z-footer{height:auto;min-height:0;padding:clamp(24px,3vw,48px);color:#fff;animation:z-laptop-gradient 15s ease-in-out infinite}.z-footer-top{height:auto;padding:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.44fr);align-items:center;grid-gap:clamp(18px,2vw,42px);gap:clamp(18px,2vw,42px)}.z-footer-top p{font-size:clamp(17px,1.35vw,22px);color:hsla(0,0%,100%,.9)}.z-footer-top .z-cta{width:100%;min-width:0;max-width:560px;justify-self:end}.z-footer-main{padding:clamp(56px,6vw,92px) 0 0;grid-template-columns:minmax(0,1.35fr) minmax(220px,.65fr);gap:clamp(24px,3vw,64px)}.z-footer-info{gap:clamp(28px,3vw,42px)}.z-footer-info h2{max-width:820px;font-size:clamp(34px,3.45vw,54px);line-height:1.08;text-wrap:balance}.z-support{width:clamp(180px,15vw,220px);height:clamp(56px,4.4vw,64px);background:hsla(0,0%,100%,.06);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.z-requisites{gap:14px}.z-requisites p{font-size:clamp(16px,1.22vw,18px)}.z-footer-bottom{position:static;margin-top:clamp(64px,8vw,124px);gap:clamp(24px,3vw,42px)}.z-terms{gap:clamp(14px,1.5vw,24px)}.z-terms a{min-width:0;height:clamp(56px,4.6vw,64px);padding:0 clamp(14px,1.4vw,24px);font-size:clamp(14px,1.05vw,18px);background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.z-terms a:hover{transform:translateY(-4px) scale(1.012);background:hsla(0,0%,100%,.14);box-shadow:0 18px 34px rgba(0,17,63,.14)}}@media (min-width:768px) and (max-width:1100px){.z-header-desktop{flex-wrap:wrap}.z-menu-shell{flex-basis:100%}.z-top-issue{width:100%;max-width:100%}.z-hero-content{grid-template-columns:1fr;margin-top:clamp(38px,6vw,64px);text-align:center}.z-offer{align-items:center;padding-left:0}.z-offer p{max-width:560px}.z-hero-image{justify-self:center;order:-1;width:min(100%,520px)}.z-hero-bottom-cta{align-self:center;width:min(100%,520px)}.z-footer-main,.z-footer-top{grid-template-columns:1fr}.z-footer-top{text-align:center}.z-footer-top .z-cta{justify-self:center;width:min(100%,520px)}.z-footer-info{text-align:center}.z-footer-info,.z-requisites{align-items:center}.z-terms{grid-template-columns:1fr}}@media (min-width:1101px) and (max-width:1439px){.z-advantages{grid-template-columns:repeat(2,minmax(0,1fr))}}