@charset "UTF-8";:root{--font-family:"Futura",sans-serif;--content-width:1160px;--container-offset:15px;--container-width:calc(var(--content-width) + (var(--container-offset) * 2));--light-color:#fff;--dark-color:#161616;--full-dark-color:#000;--accent-color:#9029ff;--accent-blue-color:#7178ff;--linear:linear-gradient(220deg, #9029ff 0%, #7178ff 100%);--linear-light:linear-gradient(360deg, #fff 0%, #959aff 100%)}.custom-checkbox__field:checked+.custom-checkbox__content::after{opacity:1}.custom-checkbox__field:focus+.custom-checkbox__content::before{outline:red solid 2px;outline-offset:2px}.custom-checkbox__field:disabled+.custom-checkbox__content{opacity:.4;pointer-events:none}@font-face{font-family:Futura;src:url(../fonts/FuturaCyrillicBook.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:Futura;src:url(../fonts/FuturaCyrillicMedium.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:Futura;src:url(../fonts/FuturaCyrillicDemi.woff2) format("woff2");font-weight:600;font-display:swap;font-style:normal}@font-face{font-family:Futura;src:url(../fonts/FuturaCyrillicHeavy.woff2) format("woff2");font-weight:900;font-display:swap;font-style:normal}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}.page{height:100%;font-family:var(--font-family,sans-serif);-webkit-text-size-adjust:100%;scroll-behavior:smooth}.page__body{background:var(--full-dark-color);margin:0;min-width:360px;min-height:100%;font-size:16px}img{height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{margin:0;font-weight:inherit;font-size:inherit}p{margin:0}.site-container{overflow:hidden}.is-hidden{display:none!important}.btn-reset{border:none;padding:0;background-color:transparent;cursor:pointer}.list-reset{list-style:none;margin:0;padding:0}.input-reset{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0;background-color:#fff}.input-reset::-webkit-search-cancel-button,.input-reset::-webkit-search-decoration,.input-reset::-webkit-search-results-button,.input-reset::-webkit-search-results-decoration{display:none}.visually-hidden{position:absolute;overflow:hidden;margin:-1px;border:0;padding:0;width:1px;height:1px;clip:rect(0 0 0 0)}.container{margin:0 auto;padding:0 var(--container-offset);max-width:var(--container-width)}.centered{text-align:center}.dis-scroll{position:fixed;left:0;top:0;overflow:hidden;width:100%;height:100vh;-ms-scroll-chaining:none;overscroll-behavior:none}.page--ios .dis-scroll{position:relative}.btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:900;font-size:16px;letter-spacing:.12em;color:var(--light-color);-webkit-transition:background .2s ease-in-out;transition:background .2s ease-in-out}.btn--gradient{position:relative;color:var(--light-color);background:var(--linear)}.btn--border{border-radius:16px;max-width:280px;max-height:60px;width:100%;height:100%}.btn--black{background:#161616;max-width:257px;width:100%;height:60px;border-radius:16px}.btn--white{border-radius:28px;padding:0;width:187px;height:45px;color:#000018;background:#fff}.section-title{margin-bottom:clamp(2.5rem,2.197rem + 1.52vw,3.75rem);font-weight:900;font-size:clamp(1.875rem,1.39rem + 2.42vw,3.875rem);line-height:100%;text-align:center;color:#fff}.section-subtitle{font-weight:600;font-size:14px;letter-spacing:.2em;text-transform:uppercase;text-align:center;color:#7178ff;margin-bottom:10px}section{scroll-margin-block-start:50px}.header{position:fixed;left:0;right:0;top:0;z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(0,0,0,.7)}.header__container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px;padding:16px 15px;height:60px}.header__container::before{content:"";max-width:1160px;position:absolute;top:auto;left:15px;right:0;bottom:0;width:100%;height:1px;background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.1)),color-stop(10%,#fff),color-stop(50%,#fff),color-stop(90.5%,#fff),to(rgba(255,255,255,.1)));background:linear-gradient(90deg,rgba(255,255,255,.1) 0,#fff 10%,#fff 50%,#fff 90.5%,rgba(255,255,255,.1) 100%);opacity:.2}.header__link{font-weight:600;font-size:16px;letter-spacing:.06em;border-radius:10px;padding:7px 14px;background:linear-gradient(220deg,#9029ff 0,#7178ff 100%)}.header__link:hover{background:linear-gradient(220deg,#9029ff 0,#9029ff 100%)}.nav__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:28px}.nav__link{font-weight:400;font-size:16px;text-align:center;color:#fff;-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.nav__link:hover{color:#9029ff}.nav-mobile{display:none}.burger{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%}@media (max-width:1024px){.header__container::before{display:none}.burger{position:fixed;right:15px;display:-webkit-box;display:-ms-flexbox;display:flex}.header__link,.nav{display:none}.nav-mobile{border-radius:40px 0 0;border:1px solid #505050;position:fixed;right:-100%;top:0;bottom:0;z-index:9999;display:block;overflow:auto;padding:40px 30px;width:100%;min-height:100vh;max-width:236px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:radial-gradient(84.88% 73.77% at 20.97% 19.11%,rgba(39,39,39,.1176470588) 0,rgba(19,19,19,.3764705882) 100%);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.nav-mobile.menu--active{right:0}.nav-mobile__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:170px;gap:25px}.nav-mobile__link{font-weight:500;font-size:18px;color:#fff}.nav-mobile__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:40px}.nav-mobile__btn{border-radius:10px;padding:6px 14px;width:100%;height:46px;background:linear-gradient(220deg,#9029ff 0,#7178ff 100%)}.overlay{position:fixed;inset:0;z-index:-10;background-color:rgba(0,0,0,.7);opacity:0}.overlay.overlay--active{z-index:3;opacity:1}}.footer{margin-top:80px}.footer__container{position:relative;padding-top:30px;color:#fff}.footer__container::before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.1)),color-stop(10%,#fff),color-stop(50%,#fff),color-stop(90.5%,#fff),to(rgba(255,255,255,.1)));background:linear-gradient(90deg,rgba(255,255,255,.1) 0,#fff 10%,#fff 50%,#fff 90.5%,rgba(255,255,255,.1) 100%);opacity:.5}.footer__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.footer__logo div{margin-top:11px;font-weight:500;font-size:12px}.footer__mail{font-weight:500;font-size:clamp(.75rem,.672rem + .32vw,1rem);text-align:center}.footer__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:27px}.footer__list a{display:inline-block;-webkit-transition:scale .3s ease-in-out;transition:scale .3s ease-in-out}.footer__list a:hover{scale:1.2}.footer__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:30px}.footer__copy{width:204px;font-weight:400;font-size:12px}.footer__link{font-weight:400;font-size:clamp(.625rem,.586rem + .16vw,.75rem);text-align:center}.footer__link-page{opacity:.5}.footer__nav{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}@media (max-width:991px){.footer__nav{-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2/3;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:768px){.footer__bottom,.footer__top{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}.footer__top{margin-bottom:0}.footer__bottom{margin-top:-18px;gap:25px}.footer__mail{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2;margin-top:25px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-align:left}.footer__mail2{-ms-grid-column:1;grid-column:1;-ms-grid-row:auto;grid-row:auto;margin-top:25px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-align:left}.footer__list{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:18px}.footer__logo div{margin-top:6px;font-weight:500;font-size:10px}.footer__link-page{-ms-grid-column:2;grid-column:2;-ms-grid-row:2;grid-row:2;text-align:end}.footer__link-page.footer__link--mr{-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1;margin-right:0}.footer__copy{-ms-grid-column:1/3;grid-column:1/3;-ms-grid-row:3;grid-row:3;width:100%}}.hero{min-height:830px;background-image:url(../img/full-hero-bg.png);background-position:center center;background-size:contain;background-repeat:no-repeat}.hero__content{padding-top:430px;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hero__title{text-align:center;font-weight:900;font-size:clamp(3.625rem,2.989rem + 3.18vw,6.25rem);line-height:115%;color:var(--light-color);margin-bottom:12px}.hero__subtitle{font-weight:500;font-size:clamp(1.125rem,.943rem + .91vw,1.875rem);letter-spacing:.3em;text-transform:uppercase;-webkit-text-fill-color:transparent;background:linear-gradient(220deg,#9029ff 0,#7178ff 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:11px}.hero__text{max-width:480px;font-weight:400;font-size:18px;text-align:center;color:var(--light-color);margin-bottom:40px}.hero__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:21px;max-width:290px;width:100%;height:69px;background-image:url(../../img/hero-button.svg)}@media (max-width:768px){.hero{position:relative;min-height:730px;background-image:url(../img/hero-bot-mob.png);background-size:contain;background-repeat:no-repeat;background-position:center 225px}.hero::after,.hero::before{content:"";position:absolute;background-repeat:no-repeat;background-size:contain}.hero::before{content:"";left:-35px;bottom:-30px;background-image:url(../../img/hero_krugi.svg);width:140px;height:49px;rotate:180deg}.hero::after{right:-50px;bottom:-90px;background-image:url(../../img/hero-krug-lines.svg);width:100px;height:100px}.hero__title{position:relative}.hero__title::before{content:"";position:absolute;top:-30px;left:30px;background-image:url(../../img/hero-close.svg);width:20px;height:20px;background-size:cover;background-repeat:no-repeat}.hero__title::after{content:"";position:absolute;top:-30px;right:0;background-image:url(../../img/hero_krugi.svg);width:140px;height:49px;background-size:contain}.hero__content{padding-top:110px}.hero__btn{position:relative;margin-top:270px}.hero__btn::after{content:"";position:absolute;bottom:-60px;right:50px;background-image:url(../../img/hero-close.svg);width:18px;height:18px;background-size:contain}}@media (max-width:440px){.hero__btn{margin-top:180px}}.types{position:relative;padding:180px 0 200px;background-image:url(../../img/full-types-bot-bg.png);background-repeat:no-repeat;background-size:1370px;background-position:center -100px}.types::before{content:"";position:absolute;bottom:30px;left:70px;width:330px;height:113px;background-image:url(../../img/hero_krugi.svg);background-repeat:no-repeat;background-size:contain;background-position:center;rotate:180deg}.types::after{content:"";position:absolute;bottom:80px;right:115px;width:18px;height:220px;background-image:url(../../img/crcl-vertical.svg);opacity:.1;z-index:-1}.types__title{position:relative;max-width:890px;margin-left:auto;margin-right:auto}.types__title::before{content:"";position:absolute;bottom:0;left:-200px;width:37px;height:37px;background-image:url(../../img/hero-close.svg);background-repeat:no-repeat;background-size:cover}.types__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:40px}.types__item{border-radius:30px;max-width:360px;min-height:230px;padding:20px 24px 30px;background:radial-gradient(84.88% 73.77% at 20.97% 19.11%,rgba(39,39,39,.4) 0,rgba(19,19,19,.5) 100%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(66,66,66,.368627451)}.types__item-icon{margin-bottom:15px;width:34px;height:34px}.types__item-title{margin-bottom:20px;font-weight:600;font-size:24px;color:#fff}.types__item-text{font-weight:400;font-size:18px;color:#fff;opacity:.8}@media (max-width:768px){.types__grid{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.types::before{bottom:-25px;left:-80px;width:232px;height:80px}.types::after{display:none}.types__title::before{bottom:-680px;left:auto;right:0}}@media (max-width:576px){.header__logo svg{max-width:160px}.types__grid{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:150px}.types__item{min-height:186px;padding:20px 24px 30px}.types{margin:70px 0 0;background-image:url(../../img/types-bot-mob.png);padding:60px 0 140px;background-size:cover;background-position:center 40%}}@media (max-width:460px){.types{background-size:contain;background-position:center 30%}.types__grid{gap:170px}}.benefits__container{position:relative}.benefits__container::after{content:"";position:absolute;top:200px;right:-100px;width:37px;height:37px;background-image:url(../../img/hero-close.svg);background-repeat:no-repeat;background-size:cover;rotate:45deg}.benefits__container::before{content:"";position:absolute;bottom:-50px;left:-150px;width:35px;height:35px;background-image:url(../../img/hero-close.svg);background-repeat:no-repeat;background-size:cover}.benefits__grid{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(350px,360px))[3];grid-template-columns:repeat(3,minmax(350px,360px));gap:70px 40px}.benefits__item{color:#fff}.benefits__item-top{margin-bottom:20px}.benefits__item-icon{position:relative}.benefits__item-icon::after{content:"";position:absolute;top:50%;left:46px;translate:0 -50%;width:260px;height:1px;border:1px solid rgba(255,255,255,.3)}.benefits__item-title{font-weight:600;font-size:24px;margin-bottom:10px}.benefits__item-text{font-weight:400;font-size:18px;color:rgba(255,255,255,.3)}@media (max-width:1200px){.benefits__grid{-ms-grid-columns:(minmax(350px,360px))[2];grid-template-columns:repeat(2,minmax(350px,360px));-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media (max-width:800px){.benefits__grid{-ms-grid-columns:(minmax(280px,360px))[1];grid-template-columns:repeat(1,minmax(280px,360px));-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.calc{border-radius:120px;margin:120px 0 200px;padding:80px 0;min-height:882px;background-image:url(../img/calc-bg.png);background-position:center;background-repeat:no-repeat;background-size:cover}.calc__subtitle,.calc__title{color:#fff}.calc__subtitle{opacity:.7}.calc__title{margin-right:auto;margin-left:auto;width:100%;max-width:1084px}.calc__result{margin-bottom:40px}.calc__result-title{margin-bottom:10px;font-weight:500;font-size:clamp(1.125rem,1.034rem + .45vw,1.5rem);line-height:115%;text-align:center;color:#fff}.calc__result-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:30px;padding:21px;font-weight:600;font-size:clamp(1.25rem,.886rem + 1.82vw,2.25rem);text-align:center;color:#000018;background-color:#fff}.calc__result-value span{display:inline-block;margin-right:10px}.calc__grid{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:40px}.calc__item{border-radius:30px;padding:30px 30px 50px;background-color:#fff}.calc__item-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:50px;gap:10px}.calc__item-head-text{width:100%;max-width:200px;font-weight:500;font-size:clamp(.875rem,.784rem + .45vw,1.125rem);color:#000018}.calc__item-head-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:10px;padding:6px 40px;height:44px;min-width:97px;font-weight:600;font-size:clamp(.875rem,.784rem + .45vw,1.125rem);text-align:center;color:#000018;background-color:rgba(0,0,24,.08)}.calc__item-head-value span{display:inline-block;margin-right:5px}.calc__slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:10px}.calc__slider-value{position:relative;width:33.3333%;font-weight:400;font-size:12px;text-align:right;color:rgba(0,0,24,.5)}.calc__slider-value:nth-child(1){text-align:left}.calc__slider-value:nth-child(1)::before{left:0}.calc__slider-value:nth-child(2){text-align:center}.calc__slider-value:nth-child(2)::before{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.calc__slider-value:nth-child(3){text-align:right}.calc__slider-value:nth-child(3)::before{right:0}.calc__slider-value::before{content:"";position:absolute;top:-22px;border-radius:50%;width:10px;height:10px;background-color:#ebebed}.calc__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:40px;gap:20px}.calc__footer-text{width:100%;max-width:522px;font-weight:500;font-size:clamp(1rem,.955rem + .23vw,1.125rem);color:#fff;opacity:.7}.calc__footer-btn{max-width:267px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:21px;width:100%;height:69px;background-image:url(../../img/calc-button.svg)}input[type=range]{-webkit-appearance:none;position:relative;z-index:1;outline:0;border-radius:5px;width:100%;height:6px;background:#ebebed}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;margin-top:-8px;border-radius:50%;width:24px;height:24px;background:#fff;border:8px solid #9029ff;-webkit-transition:background .3s;transition:background .3s;cursor:pointer}input[type=range]::-moz-range-thumb{margin-top:-8px;border-radius:50%;width:24px;height:24px;background:#9029ff;cursor:pointer}input[type=range]::-webkit-slider-runnable-track{border-radius:5px;width:100%;height:6px;background:#ebebed}input[type=range]::-moz-range-track{border-radius:5px;width:100%;height:6px;background:#ebebed}input[type=range]::-ms-track{border-color:transparent;width:100%;height:6px;color:transparent;background:0 0}input[type=range]:hover{opacity:1}input[type=range]:active::-webkit-slider-thumb{background:rgba(144,41,255,.8)}input[type=range]:active::-moz-range-thumb{background:rgba(144,41,255,.8)}@media (max-width:996px){.calc{border-radius:60px;margin:70px 0;padding:70px 0}.calc__grid{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:20px}.calc__item,.calc__result-value{border-radius:14px}.calc__item-head,.calc__result{margin-bottom:20px}.calc__item{padding:20px}.calc__footer{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:40px}.calc__footer-text{text-align:center}.calc__footer-btn{height:69px;min-width:267px}}@media (max-width:576px){.calc{border-radius:40px;background-image:url(../img/calc-bg-mob.png);background-size:cover}}.clients{position:relative;margin-top:200px}.clients::after{content:"";position:absolute;top:-80%;right:0;background-image:url(../../img/clients-bg.svg);width:683px;height:1223px;z-index:-1}.clients__title{margin-right:auto;margin-bottom:140px;margin-left:auto;width:100%;max-width:1100px}.clients__grid{position:relative;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:40px}.clients__grid::after{content:"";position:absolute;right:-130px;bottom:-85px;background-image:url(../../img/plus.svg);width:53px;height:53px}.clients__item{background:url(../../img/clients-item.svg) 0 0/cover no-repeat;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:15px;border-radius:30px;padding:0 25px 30px;min-height:314px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.clients__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px}.clients__item-img{margin-top:-55px;width:100%;max-width:122px}.clients__item-title{font-weight:600;font-size:24px;text-align:center;color:#fff}.clients__item-text{font-weight:400;font-size:16px;text-align:center;color:#fff}.clients__num{font-weight:500;font-size:40px;line-height:100%;text-align:center;background:linear-gradient(220deg,#9029ff 0,#7178ff 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.clients__footer-text{display:block;font-weight:400;font-size:14px;text-align:center;color:#fff;opacity:.5}@media (max-width:1200px){.clients{position:relative;margin:70px 0 100px}.clients::before{content:"";position:absolute;right:0;top:15%;background-image:url(../../img/clients-blur-mob.svg);width:345px;height:662px;background-repeat:no-repeat;background-size:cover;z-index:-1}.clients__title{margin-bottom:95px;position:relative}.clients__title::after{content:"";position:absolute;top:-30px;right:-100px;width:270px;height:94px;background-image:url(../../img/hero_krugi.svg);background-repeat:no-repeat;background-size:contain}.clients__grid::after{content:"";position:absolute;right:auto;bottom:340px;background-image:url(../../img/plus.svg);width:53px;height:53px;rotate:45deg}.clients__grid{-ms-grid-columns:(360px)[1];grid-template-columns:repeat(1,360px);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:90px}}@media (max-width:375px){.clients{margin:100px 0 0}.clients__grid{-ms-grid-columns:(350px)[1];grid-template-columns:repeat(1,350px)}.clients__item{background-size:contain}}.payment{padding:180px 0;position:relative;background-image:url(../../img/payment-bg-2.png);background-position:center 90px;background-size:contain;background-repeat:no-repeat;z-index:-1}.payment__title span{display:block}.payment__grid{position:relative;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:40px}.payment__item{border-radius:30px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-image:url(../../img/payment-item.svg);background-repeat:no-repeat;background-size:contain;max-width:360px;width:100%;min-height:246px;padding:20px 24px 34px;z-index:1}.payment__item:nth-child(3){-ms-grid-column:3;-ms-grid-column-span:1;grid-column:3/4}.payment__item--img{position:relative}.payment__item--img img{scale:1.3;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;top:45px;position:absolute}.payment__item-img{border-radius:40px;width:34px;height:34px;margin-bottom:15px}.payment__item-title{font-weight:600;font-size:24px;color:#fff;margin-bottom:20px}.payment__item-text{font-weight:400;font-size:18px;color:#fff;opacity:.8}@media (max-width:1200px){.payment{background-size:200%;background-position:center 140%}.payment__grid{-ms-grid-columns:(minmax(280px,360px))[1];grid-template-columns:repeat(1,minmax(280px,360px));-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.payment__item:nth-child(3){-ms-grid-column:1;-ms-grid-column-span:1;grid-column:1/2}.payment__item:nth-child(4){z-index:-1}.payment__item--img{-ms-grid-row:4;-ms-grid-row-span:1;grid-row:4/5;height:362px;margin-bottom:-65px;margin-top:-140px}.payment__item--img img{scale:1.1}}@media (max-width:1024px){.payment{background-size:200%;background-position:center 100%}.payment__title{position:relative}.payment__title span{display:inline}.payment__title::after,.payment__title::before{content:"";position:absolute;background-repeat:no-repeat;background-size:contain}.payment__title::before{content:"";right:35px;top:-280px;background-image:url(../../img/crcl-vertical.svg);width:14px;height:183px;opacity:.1}.payment__title::after{top:-70px;left:-30px;background-image:url(../../img/hero-krug-lines.svg);width:100px;height:100px;z-index:-1}}@media (max-width:780px){.payment{background-size:200%;background-position:center 70%}}@media (max-width:576px){.payment{background-size:350%;background-position:center 80%;padding-bottom:140px}}.work{position:relative}.work::after{content:"";position:absolute;bottom:-30px;left:112px;width:295px;height:101px;background-image:url(../../img/hero_krugi.svg);background-repeat:no-repeat;background-size:contain;rotate:180deg}.work::before{content:"";position:absolute;bottom:0;right:120px;background-image:url(../../img/crcl-vertical.svg);background-repeat:no-repeat;background-size:contain;width:18px;height:220px;opacity:.1}.work__title{margin-right:auto;margin-left:auto;width:100%;max-width:750px;color:#fff}.work__grid{position:relative;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);margin-bottom:60px;gap:40px}.work__grid::before{content:"";position:absolute;top:-100%;left:0;background-image:url(../../img/work-blur.svg);width:522px;height:631px;background-repeat:no-repeat;background-size:contain;scale:2.5;z-index:-1}.work__item{color:#fff}.work__item:nth-child(1) .work__item-num::after{width:10%}.work__item:nth-child(2) .work__item-num::after{width:50%}.work__item:nth-child(3) .work__item-num::after{width:100%}.work__item-num{position:relative;font-weight:400;font-size:36px;padding-bottom:10px;margin-bottom:30px;background:linear-gradient(220deg,#9029ff 0,#7178ff 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.work__item-num::after,.work__item-num::before{content:"";position:absolute;display:block;bottom:0;height:1px}.work__item-num::before{width:100%;background-color:rgba(255,255,255,.2)}.work__item-num::after{background:var(--linear)}.work__item-title{font-weight:600;font-size:24px;color:#fff;margin-bottom:10px}.work__item-text{font-weight:400;font-size:18px;color:#fff;opacity:.8}.work__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.work__info-text{margin-bottom:50px;width:100%;max-width:840px;font-weight:400;font-size:24px;text-align:center;color:#fff}.work__btn{background-image:url(../../img/button-border.svg);background-repeat:no-repeat;background-size:contain;border-radius:21px;max-width:290px;width:100%;height:69px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.work__btn::before{content:"";position:absolute;bottom:-100%;right:40px;width:30px;height:30px;background-image:url(../../img/plus.svg);background-repeat:no-repeat;background-size:cover}@media (max-width:1200px){.work::after,.work::before{display:none}.work__title{position:relative}.work__title::after{content:"";position:absolute;top:-60px;right:-80px;background-image:url(../../img/hero_krugi.svg);width:232px;height:80px;background-size:contain;background-repeat:no-repeat}.work__title::before{content:"";position:absolute;top:-70px;left:0;width:30px;height:30px;background-image:url(../../img/hero-close.svg);background-repeat:no-repeat;background-size:cover}.work__grid{-ms-grid-columns:1fr;grid-template-columns:1fr}.work__info-text{font-weight:400;font-size:20px;text-align:center;color:#fff}}@media (max-width:576px){.work__grid::before{content:"";position:absolute;top:-30%;left:-70%;background-image:url(../../img/work-blur-mob.svg);width:522px;height:527px;background-repeat:no-repeat;background-size:100%;scale:2.4}}.info{position:relative;margin:180px 0}.info::before{content:"";position:absolute;top:-20px;right:80px;width:38px;height:38px;background-image:url(../../img/plus.svg);background-repeat:no-repeat;background-size:cover;rotate:-45deg}.info::after{content:"";position:absolute;bottom:20px;left:80px;width:52px;height:52px;background-image:url(../../img/hero-close.svg);background-repeat:no-repeat;background-size:cover}.info__grid{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px}.info__grid::before{content:"";position:absolute;top:50%;left:50%;translate:-50% -50%;background-image:url(../../img/circle-lines.svg);width:211px;height:211px;background-repeat:no-repeat;background-size:cover}.info__item{z-index:1;padding:30px;max-width:560px;width:100%;min-height:290px;background-repeat:no-repeat;background-size:contain;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.info__item--left{background-image:url(../../img/info-item-left.svg)}.info__item--right{background-image:url(../../img/info-item-right.svg)}.info__title{font-weight:900;font-size:36px;color:#fff;margin-bottom:18px}.info__text{font-weight:400;font-size:16px;color:#fff}.info__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:33px}.info__item-tg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:14px}.info__link{font-weight:600;font-size:36px;background:linear-gradient(220deg,#9029ff 0,#7178ff 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width:1200px){.info::after{width:24px;height:24px;rotate:45deg;left:auto;right:50px;bottom:-80px}.info::before{top:auto;bottom:-140px;right:auto;left:15px}.info__grid{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:60px}.info__item{max-width:350px;min-height:280px;padding:30px}.info__item--left{background-image:url(../../img/info-item-1-mob.svg)}.info__item--right{background-image:url(../../img/info-item-2-mob.svg)}.info__item-title{font-size:30px;margin-bottom:15px}.info__text{max-width:283px;font-size:16px}.info__link{font-size:20px}.info__icon,.info__icon svg{width:24px;height:24px}}.analytics{position:relative;margin:180px 0 160px}.analytics::before{content:"";position:absolute;top:-140px;right:0;width:522px;height:831px;background-image:url(../../img/analytics-blur.svg);background-repeat:no-repeat;background-size:cover}.analytics__grid{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:40px}.analytics__item{border-radius:30px;max-width:560px;width:100%;min-height:200px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-image:url(../../img/analytics-item.svg);background-repeat:no-repeat;background-size:contain;padding:30px 30px 37px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px;color:#fff}.analytics__item-title{font-weight:600;font-size:24px;color:#fff;margin-bottom:10px}.analytics__item-text{max-width:355px;font-weight:400;font-size:18px;color:#fff}.analytics__item-right{-ms-flex-negative:0;flex-shrink:0;width:78px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.analytics__item-right img{margin-top:auto;width:78px;height:78px;-o-object-fit:cover;object-fit:cover}@media (max-width:1200px){.analytics::before{top:-410px}.analytics::after{content:"";position:absolute;bottom:-25%;left:0;background-image:url(../../img/work-blur.svg);width:522px;height:631px;background-repeat:no-repeat;background-size:contain;scale:1;z-index:-1}.analytics__grid{-ms-grid-columns:350px;grid-template-columns:350px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:40px}.analytics__item{position:relative;padding:25px;width:350px;background-image:url(../../img/analytics-item-mob.svg);min-height:177px}.analytics__item:nth-child(2){background-image:url(../../img/analytics-item-mob-big.svg);min-height:220px}.analytics__item:nth-child(2)::before{content:"";position:absolute;bottom:-50%;left:-50px;z-index:-1;background-image:url(../../img/hero_krugi.svg);width:294px;height:103px;background-size:contain;background-repeat:no-repeat;rotate:-180deg}.analytics__item:nth-child(4)::before{content:"";position:absolute;bottom:-90%;right:-90px;background-image:url(../../img/hero-krug-lines.svg);width:158px;height:158px;background-size:contain;background-repeat:no-repeat;z-index:-1}.analytics__item-title{font-size:20px}.analytics__item-text{max-width:221px;font-size:16px}.analytics__item-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:63px}.analytics__item-right img{width:63px;height:63px}}.reviews{margin:160px 0;border-radius:80px;padding:80px 0;min-height:956px;background-image:url(../img/reviews-bg.png);background-position:center;background-size:cover;background-repeat:no-repeat}.reviews__subtitle{color:#fff}.reviews__title{margin-right:auto;margin-left:auto;width:100%;max-width:1100px;color:#fff}.reviews__grid,.reviews__grid2{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:40px}.reviews__grid{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:35px}.reviews__grid2{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.reviews__item{max-width:560px;border-radius:30px;padding:30px;background-color:#fff}.reviews__avatar img{width:70px;height:70px}.reviews__text{margin-bottom:30px;font-weight:500;font-size:18px;color:#000018}.reviews__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.reviews__name{margin-bottom:8px;font-weight:600;font-size:22px;color:#000018}.reviews__prof{font-weight:500;font-size:16px;color:#000018;opacity:.4}.reviews__btn{display:none}@media (max-width:1200px){.reviews__grid,.reviews__grid2{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:996px){.reviews{margin:70px 0 100px;border-radius:40px;padding:60px 0;background-image:url(../img/reviews-bg-mob.png);background-size:cover}.reviews__text{margin-bottom:20px;font-size:16px}.reviews__grid{-webkit-column-count:1;-moz-column-count:1;column-count:1;margin-bottom:40px}.reviews__btn{margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:auto;margin-left:auto;border-radius:11px;width:260px;height:60px;font-weight:900;font-size:16px;letter-spacing:.12em;text-align:center;color:#000;background-color:#fff}}.start{margin:160px 0}.start__content{position:relative;background-image:url(../../img/start-bg.svg);background-repeat:no-repeat;background-size:contain;min-height:640px;padding:65px 60px 85px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.start__content::before{content:"";position:absolute;bottom:-125px;left:-120px;width:548px;height:458px;background-image:url(../../img/start-bot.png);background-repeat:no-repeat;background-size:contain}.start__title{font-weight:900;font-size:100px;line-height:100%;text-align:center;color:#fff;margin-bottom:20px}.start__text{font-weight:500;font-size:30px;text-align:center;background:linear-gradient(220deg,#9029ff 0,#7178ff 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:30px}.start__text--small{font-weight:400;font-size:18px;text-align:center;color:#fff;margin-bottom:50px}.start__btn{background-image:url(../../img/button-border.svg);background-repeat:no-repeat;background-size:cover;max-width:290px;width:100%;height:69px;margin:0 auto}@media (max-width:1200px){.start{margin-bottom:100px}.start__title{font-size:60px}.start__content{min-height:550px}.start__content::before{bottom:-100px;left:-35px;width:453px;height:458px}}@media (max-width:975px){.start__title{font-size:40px}.start__content::before{bottom:-135px;left:-80px;width:380px;height:458px}.start__content{min-height:450px}}@media (max-width:825px){.start .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.start__content{padding:60px 15px;max-width:350px;min-height:640px;background-image:url(../../img/start-bg-mob.svg);-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.start__title{font-size:30px;margin-bottom:10px}.start__text{font-weight:500;font-size:18px;margin-bottom:11px}.start__text br,.start__text--small br{display:none}.start__btn{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;margin-top:-25px}.start__content::before{margin-top:-70px;position:static;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;background-image:url(../../img/start-bot-mob.png);max-width:100%;height:286px}}