@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&display=swap);a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;font-family:Manrope,sans-serif;font-size:16px;font-weight:400;min-width:320px;overflow-x:hidden}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}@font-face{font-family:SamsungSharpSans;src:url(../fonts/SamsungSharpSans-Bold.woff2) format("woff2"),url(../fonts/SamsungSharpSans-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}.circle-big{width:55px;height:55px;stroke:#23d87d}.triangle_2{width:30px;height:29px;stroke:#23d87d}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}.container{max-width:1355px;margin:0 auto;padding:0 15px}.container-lg{max-width:1630px;margin:0 auto;padding:0 15px}p{line-height:32px}h1,h2,h3,h4,h5,h6{font-family:Manrope,sans-serif;font-weight:700}h3{font-size:24px;line-height:36px}.section-heading{max-width:960px;margin:0 auto;padding-bottom:120px}.section-title{font-size:48px;line-height:64px;text-align:center;padding:124px 0}.section-text{text-align:center;font-size:18px}img{max-width:100%;height:auto}a{display:inline-block;color:inherit;text-decoration:none}.logo{width:100px;text-align:center}.logo__link{font-family:SamsungSharpSans,sans-serif;font-size:32px;font-weight:700}.btn{border:none;font-family:Manrope,sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;text-align:center;background-color:#462be2;color:#fff;border-radius:8px;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s;padding:20px 34px;letter-spacing:.03em;cursor:pointer}.btn:hover{background-color:#573ee6}.icons-background{position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1}.icons-background__item{position:absolute}.scroll-top{opacity:0;width:40px;height:40px;position:fixed;right:30px;bottom:100px;border-radius:8px;border:1px solid #23d87d;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;background-color:rgba(2,2,2,.22);z-index:3;-webkit-transition:1s;-o-transition:1s;transition:1s}.scroll-top__item{width:3px;border-radius:4px;height:20px;background-color:#23d87d;display:inline-block;-webkit-transform:rotate(45deg) translate(-2px,3px);-ms-transform:rotate(45deg) translate(-2px,3px);transform:rotate(45deg) translate(-2px,3px)}.scroll-top__item:last-child{-webkit-transform:rotate(-45deg) translate(3px,4px);-ms-transform:rotate(-45deg) translate(3px,4px);transform:rotate(-45deg) translate(3px,4px)}.header{width:100%;position:absolute;background-color:#fff;padding:22px 0}.header__inner{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}.header__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__nav .menu__list{display:-webkit-box;display:-ms-flexbox;display:flex}.header__nav .menu__list-item{margin-right:60px}.header__nav .menu__list-link{font-size:14px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.header__nav .menu__list-link:hover{text-decoration:underline;color:#23d87d}.language-change{background-color:#e5e5e5;padding:8px 16px;border-radius:16px;position:relative}.language{padding-right:33px;position:relative}.language::after{content:'';position:absolute;background-image:url(../images/svg/arrow-down.svg);width:12px;height:8px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:0}.language-change__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;background-color:#e5e5e5;width:100%;left:0;padding-left:15px;padding-right:16px;border-bottom-right-radius:16px;border-bottom-left-radius:16px;display:none}.language-change__wrapper .language{padding:10px 33px 10px 0}.language-change.open{border-radius:16px 16px 0 0}.language-change.open .language-change__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.burger{width:35px;display:none}.burger__item{width:100%;height:3px;background-color:#23d87d;margin-bottom:7px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.burger__item:last-child{margin-bottom:0}.burger.toggle .burger__item:nth-child(1){-webkit-transform:translateY(12px) rotate(45deg);-ms-transform:translateY(12px) rotate(45deg);transform:translateY(12px) rotate(45deg);-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.burger.toggle .burger__item:nth-child(2){opacity:0}.burger.toggle .burger__item:nth-child(3){-webkit-transform:translateY(-8px) rotate(-45deg);-ms-transform:translateY(-8px) rotate(-45deg);transform:translateY(-8px) rotate(-45deg);-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.top{padding-top:76px;padding-bottom:84px}.top__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:114px}.top__about{max-width:686px}.top__title{font-size:60px;line-height:72px;margin-bottom:85px}.top__text{font-size:18px;margin-bottom:81px}.top__form .form__input{max-width:370px;width:100%;margin-right:20px;padding:22px 15px 22px 29px;border:1px solid rgba(0,0,0,.2);border-radius:8px}.top__form .form__input::-webkit-input-placeholder{font-family:Manrope,sans-serif;font-size:16px;font-weight:400;color:rgba(0,0,0,.4);line-height:48px}.top__form .form__input::-moz-placeholder{font-family:Manrope,sans-serif;font-size:16px;font-weight:400;color:rgba(0,0,0,.4);line-height:48px}.top__form .form__input:-ms-input-placeholder{font-family:Manrope,sans-serif;font-size:16px;font-weight:400;color:rgba(0,0,0,.4);line-height:48px}.top__form .form__input::-ms-input-placeholder{font-family:Manrope,sans-serif;font-size:16px;font-weight:400;color:rgba(0,0,0,.4);line-height:48px}.top__form .form__input::placeholder{font-family:Manrope,sans-serif;font-size:16px;font-weight:400;color:rgba(0,0,0,.4);line-height:48px}.top__image{padding-top:30px}.about{background-color:#23d87d;padding:220px 510px;position:relative;z-index:1}.about .icon-bg--1{left:308px;top:123px}.about .icon-bg--2{top:90px;right:771px}.about .icon-bg--3{right:555px;bottom:217px}.about .icon-bg--4{top:206px;left:766px}.about .icon-bg--5{right:756px;bottom:-10px}.about .icon-bg--6{bottom:82px;left:683px}.about__text{font-family:Manrope,sans-serif;font-size:24px;font-weight:700;line-height:48px;text-align:center;color:#fff}.for-whom{padding-bottom:121px}.for-whom__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 -15px}.for-whom__item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 15px;margin-bottom:30px}.for-whom__card{max-width:373px}.for-whom__card-img,.for-whom__card-title{margin-bottom:44px}.features{background-color:#252f5a;color:#fff;padding-bottom:121px}.features__title{padding-bottom:43px}.features__about{padding:121px 0;border-bottom:2px dashed #ff8a33;border-top:2px dashed #ff8a33;margin:0 auto}.features__about-text{max-width:1072px;font-size:24px;font-weight:700;line-height:48px;margin:0 auto}.features__items{padding-top:121px}.features__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:170px}.features__item-info{max-width:405px}.features__item-title{margin-bottom:42px}.features__item:nth-child(2n) .features__item-info{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.features__item:last-child{margin-bottom:0}.features-list__item{font-size:18px;line-height:24px;margin-bottom:22px;padding-left:22px;position:relative}.features-list__item::before{content:'';position:absolute;left:0;top:10px;width:5px;height:5px;border-radius:50%;background-color:rgba(255,255,255,.49)}.advantages{background-color:#23d87d;color:#fff;padding-bottom:30px}.advantages__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.advantage{width:25%;text-align:center;padding:0 20px;margin-bottom:85px}.advantage__title{font-size:18px}.advantage__icon{height:100px;margin-bottom:20px}.applications{background-color:#ffe07d;padding:37px 0}.applications__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.applications__about{max-width:525px}.applications__title{margin-bottom:44px}.partners{padding-bottom:70px}.partners__brands{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-ms-flex-wrap:wrap;flex-wrap:wrap}.partners__brand{padding:0 15px;margin-bottom:30px}.request-demo{padding-bottom:70px}.request-demo__form{max-width:560px;background-color:#23d87d;padding:40px;border-radius:16px;margin:0 auto;position:relative;z-index:2}.request-demo__form .icon-bg--1{top:63px;left:-90px}.request-demo__form .icon-bg--2{top:96px;right:-250px}.request-demo__form .icon-bg--3{top:300px;right:-127px}.request-demo__form .icon-bg--4{top:251px;left:-263px}.request-demo__form .icon-bg--5{bottom:202px;left:-57px}.request-demo__form .icon-bg--6{right:-200px;bottom:94px}.form__input,.form__textarea{width:100%;background-color:transparent;border-radius:8px;border:1px solid #fff;padding:22px 15px 22px 29px;margin-bottom:30px}.form__input::-webkit-input-placeholder,.form__textarea::-webkit-input-placeholder{color:#fff;font-family:Manrope,sans-serif;font-size:24px;font-weight:700;line-height:48px}.form__input::-moz-placeholder,.form__textarea::-moz-placeholder{color:#fff;font-family:Manrope,sans-serif;font-size:24px;font-weight:700;line-height:48px}.form__input:-ms-input-placeholder,.form__textarea:-ms-input-placeholder{color:#fff;font-family:Manrope,sans-serif;font-size:24px;font-weight:700;line-height:48px}.form__input::-ms-input-placeholder,.form__textarea::-ms-input-placeholder{color:#fff;font-family:Manrope,sans-serif;font-size:24px;font-weight:700;line-height:48px}.form__input::placeholder,.form__textarea::placeholder{color:#fff;font-family:Manrope,sans-serif;font-size:24px;font-weight:700;line-height:48px}.form__input{padding:22px 15px 22px 29px}.form__textarea{min-height:240px;font-family:Manrope,sans-serif;font-size:24px;font-weight:700;line-height:48px}.request-demo__form-btn{width:100%;padding:20px 0}.request-demo__photo{text-align:center;margin-top:-100px;position:relative;z-index:1}.request-demo__photo .icon-bg--1{top:166px;left:300px}.request-demo__photo .icon-bg--2{left:580px;top:210px}.request-demo__photo .icon-bg--3{right:350px;top:115px}.request-demo__photo .icon-bg--4{bottom:65px;left:100px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.request-demo__photo .icon-bg--5{bottom:-25px;left:530px}.footer{padding-bottom:55px}.footer__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:55px;border-top:2px dashed #9fa4b6}.footer__copyright a{color:#462be2}.footer__contact{display:-webkit-box;display:-ms-flexbox;display:flex}.footer__contact-item{margin-left:65px}.footer__email{color:#462be2}.footer__telegram{color:#329fdd}@media only screen and (max-width:1550px){.about{padding:100px 200px}}@media only screen and (max-width:1250px){.top__inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.top__title{font-size:40px;line-height:1.2em;margin-bottom:45px}.top__text{margin-bottom:45px}.for-whom__inner{-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}.for-whom__item{text-align:center}.for-whom__card{max-width:100%}.request-demo .icons-background{display:none}}@media only screen and (max-width:992px){body.lock{overflow:hidden}.menu{opacity:0;position:absolute;visibility:hidden;z-index:4;height:100vh;left:0;top:0;bottom:0;right:0;background-color:#000;color:#fff;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.menu .menu__list{height:100%;-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;padding:50px 20px}.menu .menu__list-item{padding:20px 10px;margin-right:0}.menu.show{opacity:1;visibility:visible;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;right:0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.burger{display:block;position:relative;z-index:5}.top__inner{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.top__about{text-align:center;margin-bottom:50px;max-width:100%}.about{padding:75px 50px}.about__text{font-size:18px}.features__about-text{text-align:center}.features__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:100px}.features__item-info{margin-bottom:50px}.features__item:nth-child(2n) .features__item-info{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.applications__inner{text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.applications__about{margin-bottom:50px}.advantage{width:50%}.request-demo__form{margin-bottom:50px}.request-demo__photo{margin-top:0}.footer__inner{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.footer__contact{margin-bottom:40px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.footer__contact-item{margin-left:0;padding:10px 30px}}@media only screen and (max-width:650px){.top{padding-bottom:50px}.top__inner{padding-top:50px}.section-title{padding:50px;font-size:35px}.features,.for-whom,.section-heading{padding-bottom:50px}.features__about{padding:50px 0}.features__items{padding-top:50px}.features__about-text{font-size:18px;line-height:32px}.features__item{margin-bottom:50px}.partners{padding-bottom:20px}.form__input::-webkit-input-placeholder,.form__textarea::-webkit-input-placeholder{font-size:14px;line-height:1.5em}.form__input::-moz-placeholder,.form__textarea::-moz-placeholder{font-size:14px;line-height:1.5em}.form__input:-ms-input-placeholder,.form__textarea:-ms-input-placeholder{font-size:14px;line-height:1.5em}.form__input::-ms-input-placeholder,.form__textarea::-ms-input-placeholder{font-size:14px;line-height:1.5em}.form__input::placeholder,.form__textarea::placeholder{font-size:14px;line-height:1.5em}.about{padding:50px 20px}.icons-background{display:none}}@media only screen and (max-width:500px){h3{font-size:20px}.top__title{font-size:28px}.section-title{padding:20px 0;font-size:25px}.advantage{width:100%}}
/*# sourceMappingURL=style.css.map */
