html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html{scroll-behavior:smooth}*{box-sizing:border-box;padding:0;margin:0}body{min-width:320px;min-height:100vh;overflow-x:hidden;background:url(/assets/promo/img/img/back.png) center top/1450px auto repeat-y,linear-gradient(135deg,#140b4f,#291060 52%,#47133f);color:#fff;font-family:Roboto,sans-serif}ul{list-style:none}a{color:inherit;text-decoration:none}.dot{position:fixed;top:22%;left:8%;width:3px;height:3px;border-radius:50%;background-color:#ffffffd9;box-shadow:70vw 12vh #ffffff80,42vw 48vh #ffffff6b,18vw 72vh #ffffff8f;pointer-events:none}.container{width:min(100% - 48px,1180px);margin:0 auto}.header{position:sticky;top:16px;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:32px;margin-top:24px;padding:14px 18px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#120a40b8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 18px 46px #0602233d}.logo-link{display:inline-flex;flex:0 0 auto;align-items:center}.logo{display:block;width:126px;height:auto}.header__menu{display:flex;align-items:center;margin-left:auto;gap:28px}.links{display:flex;align-items:center;gap:26px}.menu-link{position:relative;display:inline-flex;padding:10px 0;color:#d8d7ff;font-size:16px;font-weight:400;line-height:20px;transition:color .25s ease}.menu-link:after{position:absolute;right:0;bottom:4px;left:0;height:2px;border-radius:2px;background:#ff6f64;content:"";opacity:0;transform:scaleX(.4);transition:opacity .25s ease,transform .25s ease}.menu-link:hover,.menu-link:focus-visible,.menu-link.active-link{color:#fff}.menu-link:hover:after,.menu-link:focus-visible:after,.menu-link.active-link:after{opacity:1;transform:scaleX(1)}.btn{display:inline-flex;align-items:center;justify-content:center;min-width:184px;min-height:56px;padding:0 22px;border:1px solid transparent;border-radius:8px;background:linear-gradient(135deg,#ff6f64,#ff8b65);box-shadow:0 16px 34px #ff6f6447;color:#fff;font-size:18px;font-weight:700;line-height:22px;cursor:pointer;transition:background .25s ease,box-shadow .25s ease,transform .25s ease}.btn .btn-icon{width:34px;height:34px;margin-left:10px}.btn:hover,.btn:focus-visible{box-shadow:0 20px 42px #ff6f645c;transform:translateY(-2px)}.btn:active{background:#d95850;transform:translateY(0)}.menu-btn{min-width:154px;min-height:48px;padding:0 18px;border-color:#ff6f64c2;background:#ff6f6414;box-shadow:none;font-size:16px;font-weight:700}.menu-btn:hover,.menu-btn:focus-visible{background:#ff6f64}.menu-btn .btn-icon{width:28px;height:28px}.about-app{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);align-items:center;gap:44px;min-height:calc(100vh - 112px);padding:70px 0 92px}.about-app__info{display:flex;flex-direction:column;align-items:flex-start}.about-app__eyebrow{display:inline-flex;margin-bottom:18px;padding:8px 12px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#ffffff12;color:#ffd1cc;font-size:15px;font-weight:700;line-height:20px}.about-app__title-text{max-width:680px;color:#fff;font-size:56px;font-weight:700;line-height:64px}.about-app__subtitle-text{max-width:590px;margin-top:22px;color:#d8d7ff;font-size:22px;font-weight:400;line-height:34px}.about-app__subtitle-text span{color:#fff;font-weight:700}.about-app__btn{margin-top:40px}.about-app__visual{position:relative;display:flex;justify-content:center;min-width:0}.about-app__visual:before{position:absolute;right:10%;bottom:16%;left:14%;height:42%;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:linear-gradient(135deg,#ff6f642e,#5cd8ff14);content:"";transform:rotate(-4deg)}.about-app__phone{position:relative;z-index:1;display:block;width:min(100%,500px);height:auto;filter:drop-shadow(0 34px 44px rgba(3,1,24,.42))}.capabilities-block{padding:34px 0 88px}.capabilities-block h2{max-width:760px;margin:0 auto 46px;color:#fff;font-size:44px;font-weight:700;line-height:54px;text-align:center}.capabilities-block h2 span{display:block;color:#ffd1cc}.capabilities__items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.item{display:flex;min-height:254px;flex-direction:column;align-items:center;justify-content:center;padding:28px 24px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#ffffff14;box-shadow:0 18px 50px #04011a38;transition:border-color .25s ease,background .25s ease,transform .25s ease}.item p{margin-top:22px;color:#fff;font-size:24px;font-weight:700;line-height:30px;text-align:center}.item:hover{border-color:#ff6f648f;background:#ffffff1f;transform:translateY(-4px)}.capabilities__icon{width:86px;height:86px;object-fit:contain}.contacts{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-bottom:28px;padding:28px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#ffffff14}.contacts__logo,.email-text,.footer-links{color:#fff;font-size:20px;font-weight:400;line-height:28px}.contacts__logo{margin-bottom:12px;font-weight:700}.mail{display:flex;align-items:center}.email-text{margin-left:10px;color:#d8d7ff}.footer-links{margin-top:12px;color:#d8d7ff;font-size:16px;line-height:22px}.footer-links a{border-bottom:1px solid rgba(216,215,255,.46);transition:border-color .25s ease,color .25s ease}.footer-links a:hover,.footer-links a:focus-visible{border-color:#ff6f64;color:#fff}.icon-mail{width:28px;height:28px}@media(max-width:860px){.container{width:min(100% - 36px,1180px)}.header{position:static;flex-direction:column;align-items:flex-start}.header__menu{width:100%;justify-content:space-between}.about-app{grid-template-columns:1fr;min-height:auto;padding:58px 0 76px}.about-app__visual{order:-1}.about-app__phone{width:min(100%,430px)}.capabilities__items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.container{width:min(100% - 28px,1180px)}.header{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:14px;margin-top:14px;padding:12px}.logo{width:96px}.header__menu{grid-column:1/-1;grid-row:2;width:100%;margin-left:0;justify-content:stretch}.contacts{flex-direction:column;align-items:stretch}.links{width:100%;flex-wrap:wrap;justify-content:space-between;gap:2px 14px}.menu-link{padding:7px 0;font-size:15px;line-height:20px}.menu-btn{grid-column:2;grid-row:1;justify-self:end;width:auto;min-width:132px;min-height:42px;padding:0 14px;font-size:15px}.about-app__btn,.contacts .btn{width:100%}.about-app{gap:28px;padding:42px 0 58px}.about-app__visual{order:0}.about-app__phone{width:min(100%,340px)}.about-app__title-text{font-size:40px;line-height:48px}.about-app__subtitle-text{font-size:19px;line-height:30px}.capabilities-block{padding-bottom:58px}.capabilities-block h2{margin-bottom:28px;font-size:34px;line-height:42px}.capabilities__items{grid-template-columns:1fr}.item{min-height:210px}}@media(max-width:420px){.logo{width:88px}.header__menu{min-width:0}.links{justify-content:space-between;gap:2px 10px}.menu-btn{min-width:126px}.menu-btn .btn-icon{width:24px;height:24px}.about-app__title-text{font-size:34px;line-height:42px}.about-app__subtitle-text{font-size:18px;line-height:29px}.capabilities-block h2{font-size:30px;line-height:38px}.item p{font-size:21px;line-height:28px}}
