:root{--default-color: #fd5750;--default-transition-bg-color: 0.5s background-color}.wrap{max-width:1216px;margin:0 auto}.header{background:rgba(0,0,0,0);-webkit-transition:var(--default-transition-bg-color);transition:var(--default-transition-bg-color);position:fixed;left:0;top:0;width:100%;color:#fff;font-family:"Soleil";z-index:1}@media(max-width: 820px){.header{padding:10px}}.header__button{position:absolute;top:10px;right:10px;border:none;width:19px;height:2px;z-index:1500;padding:20px;cursor:pointer;display:none;-webkit-transform:translateY(-10%);transform:translateY(-10%)}@media(max-width: 820px){.header__button{display:block}}.header__button::before{margin:-6px 0 0 0}.header__button::after{margin:6px 0 0 0}.header__button::before,.header__button::after{content:"";-webkit-transition:.3s all;transition:.3s all;background-color:#fff;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:19px;height:2px}.header__wrap{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;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.header__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px}.header__nav{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.header__nav .nav__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__nav .list__element{padding:27px 25px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.header__nav .list__element>*:not(span,a){display:none}@media(max-width: 820px){.header__nav{-webkit-transform:translate(-100%, 0);transform:translate(-100%, 0);position:absolute;background-color:rgba(91,91,91,.6196078431);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);inset:0;height:100vh;width:100vw}.header__nav .nav__list{-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;gap:50px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}}.header.hover{background-color:#000}.header.active .header__nav{-webkit-transform:translate(0, 0) !important;transform:translate(0, 0) !important}.header.active .header__button::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.header.active .header__button::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.header.active .header__button::after,.header.active .header__button::before{margin:0;margin-left:-10px}.preview{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:250px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#fff;height:100vh;min-height:560px}.preview__item{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-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;max-width:600px}.preview__item:last-child{margin-top:-100px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.preview__title{margin-bottom:20px;margin-top:40px;line-height:62px;letter-spacing:.5px;font-size:48px;font-family:Soleil;font-weight:400;max-width:696px;position:relative}.preview__title::before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:-10%;display:block;width:15px;min-height:105px;background:url(../img/svg/triangles.svg) no-repeat}.preview__subtitle{color:#fff;font-family:Soleil;font-size:24px;font-weight:400;padding-bottom:12px}.preview__links{margin:30px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:32px;font-family:Serverless;font-size:20px;line-height:1.2;letter-spacing:.8px}.preview__links>*{padding:11px;width:256px;text-align:center}.preview__links>*:last-child{border:2px solid var(--default-color)}.preview__links>*:last-child a{color:var(--default-color)}.preview__git{font-family:SoleilBk;font-size:18px;font-weight:400}.preview__git img{-o-object-fit:contain;object-fit:contain;width:26px;height:26px}.preview__git .git__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;color:#8c8c8c;font-family:SoleilBk;vertical-align:middle}.preview__git .git__img:last-of-type{scale:.8}.preview__code-editor{background-color:#161616;padding:40px 20px;border-radius:10px;width:380px;position:relative;margin-top:-10%}.preview__code-editor .points{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;left:10px;top:10px}.preview__code-editor .points .point{width:8px;height:8px;border-radius:100%}.preview__code-editor .code-text__list{font-family:AndaleMono;font-size:12px;letter-spacing:.1px;font-weight:900}.preview__code-editor .code-text__list>*::before{content:attr(data-num);position:absolute;left:20px;color:#727679;font-size:15px}.preview__code-editor .code-text__item{padding:0 0 0 24px;line-height:18px;min-height:18px}.preview__code-editor .code-text__item_title{color:#727679;white-space:nowrap}.preview__code-editor .code-text__item_text{padding:0 0 0 30px;white-space:nowrap}@media(max-width: 1216px){.preview{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.preview__item:last-child{margin-top:150px}}.services{text-align:center;margin-top:160px;margin-bottom:140px}.services__item{font-family:Soleil;letter-spacing:-0.5px;font-weight:400;font-size:30px;line-height:44px}.services__title{margin-bottom:64px}.services__lincks{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px;-ms-flex-pack:distribute;justify-content:space-around}.services__linck img{max-height:51px;-o-object-fit:contain;object-fit:contain}.about{margin:100px auto}.about__section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px;margin:0 0 200px 0}.about__section:last-child{margin:0}@media(max-width: 1100px){.about__section{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.about__section:last-child{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.about__section:last-child .about__text{max-width:488px}.about__section:last-child .button{max-width:280px}.about__section:last-child .about__block:last-child{min-width:550px}.about__section:last-child .about__block:last-child img{width:100%}.about .title{font-family:Soleil;font-size:32px;font-weight:400;letter-spacing:-0.5px;line-height:44px;margin-bottom:16px;color:#000}.about .list__item{margin-top:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.about .list__text{padding:0 0 0 32px;font-family:SoleilBk;font-size:24px;font-weight:400;letter-spacing:-0.4px;line-height:32px;text-align:left}.about .list__num{font-family:Serverless;font-size:32px;font-weight:400;letter-spacing:1.6px;color:#fff;background-color:#eaeaea;padding:18px;-webkit-transition:var(--default-transition-bg-color);transition:var(--default-transition-bg-color)}.about .list__num.active{background-color:var(--default-color)}.about .list__num:hover{background-color:var(--default-color)}.about__button{margin:50px 0 0 0;text-align:center;background-color:var(--default-color);line-height:50px;font-family:Serverless;font-size:20px;font-weight:400}.reviews{background:url(../img/svg/element-six.svg) no-repeat center,var(--default-color);padding-top:150px;height:646px}.reviews__wrap{background-color:#fff;padding:76px 104px;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:30px}.reviews__title{color:#000;font-family:"SoleilBk";font-size:24px;font-style:italic;line-height:32px;max-width:800px}.reviews__block{font-family:SoleilBk;font-size:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.reviews__job{font-size:16px;color:#8c8c8c}.reviews img{height:42px}.solution{background:url(../img/svg/element-one.svg) no-repeat;background-position:left top;padding:200px 0;margin-bottom:100px}.solution__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.solution__block{max-width:488px}.solution__title{font-size:32px;font-family:Soleil;font-weight:400;line-height:44px;margin-bottom:28px;color:#000}.solution__text{color:#5b5b5b;font-family:SoleilBk;font-size:16px;font-weight:400;margin-bottom:40px;line-height:26px}.info{background:url(../img/rectangle-19.a57a9c80.png)}.info .partners{width:100%;padding:92px 120px 200px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.info .partners__title{color:#000;text-align:center;margin-bottom:71px;font-family:SoleilBk;font-size:24px;font-weight:400;letter-spacing:-0.4px}.info .partners__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:50px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.info .partners__item{height:44px;max-width:180px;-o-object-fit:contain;object-fit:contain}.info__block:last-child{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}.info__item{background:#fff;-webkit-box-shadow:0 -1px 50px 0 rgba(0,0,0,.15);box-shadow:0 -1px 50px 0 rgba(0,0,0,.15);width:50%;padding:104px 80px}.info__item:last-child{background:#fd5750 url(../img/bg-info.svg) no-repeat;background-size:100% 100%;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;gap:25px}.info__title{font-family:Soleil;font-size:32px;font-weight:400;letter-spacing:-0.5px;line-height:44.15px;color:#000;margin-bottom:95px}.info__text{color:#5b5b5b;font-family:SoleilBk;font-size:16px;line-height:26.08px;margin-bottom:15px}.info__code{color:#8c8c8c;font-family:Serverless;font-size:14px;letter-spacing:.4px;line-height:24px}.info__button{background:rgba(0,0,0,0);border:2px solid #fff;width:280px;height:50px;text-align:center;vertical-align:middle;line-height:50px;font-family:Serverless;font-size:20px}.info__button:hover{background:rgba(255,255,255,.1)}.footer{margin-top:-80px;padding-bottom:100px;padding-top:214px;background:linear-gradient(30deg, rgb(0, 0, 0) 60%, #70221f)}.footer__logo{padding:0 0 92px 0}.footer__logo img{-o-object-fit:contain;object-fit:contain;width:138px}.footer__block{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__block:last-child{max-width:400px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:52px}.footer__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:80px}@media(max-width: 1020px){.footer__wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.footer__list-title{color:#fff;font-size:14px;font-family:Serverless;font-weight:400;line-height:15.5px;letter-spacing:.6px;padding:10px 0;margin:5px 0;display:block}.footer__list-item{color:#fff;font-size:14px;font-family:Serverless;font-weight:400;line-height:15.7px;letter-spacing:.6px;opacity:50%;padding:5px 0;margin:5px 0;display:block}.footer__info{color:#fff;font-family:Soleil;font-size:12px;font-weight:400;line-height:15.96px;opacity:.5;max-width:400px;padding-bottom:50px}.footer .form__title{font-family:SoleilBk;font-size:16px;font-weight:400;line-height:28px;margin-bottom:41px}.footer .form__inputs{display:-webkit-box;display:-ms-flexbox;display:flex}.footer .form__inputs button{width:40%;padding:15px 10px;color:#fff;background-color:#fd5750;font-family:Serverless;font-size:16px;border:none;outline:none}.footer .form__inputs button:hover{background-color:#b6413d}.footer .form__inputs input{width:60%;color:#fff;background-color:rgba(255,255,255,.2);font-family:Serverless;font-size:14px;height:50px;letter-spacing:.4px;line-height:23.94px;padding-left:10px;padding-right:10px;padding-top:15px;padding-bottom:15px;border:none;outline:none}.footer .form form{display:-webkit-box;display:-ms-flexbox;display:flex}.footer__copy{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#fff;opacity:.5;font-family:Serverless;font-size:12px;font-weight:400;line-height:14px;letter-spacing:.5px}