h1,h2,h3,h4,h5,h6,p,ul{margin:0;padding:0}ul{list-style-type:none}a{text-decoration:none}a:hover{text-decoration:none}body{font-family:"Neue Montreal",sans-serif;font-size:18px;line-height:155.5555555556%;background:#000;overflow:hidden}*{scrollbar-width:thin;scrollbar-color:#2d61eb}*::-webkit-scrollbar{height:4px;width:4px}*::-webkit-scrollbar-track{background:none}*::-webkit-scrollbar-thumb{background-color:#2d61eb}.wrapper{overflow-x:hidden}.container{width:100%;max-width:1580px;padding:0 20px;margin:0 auto}.preloader{position:fixed;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;left:0;top:0;width:100%;height:100vh;z-index:100;background:#000}.preloader__icon{width:90px;height:90px;border-top:2px solid #2d61eb;border-right:2px solid rgba(0,0,0,0);border-bottom:2px solid #2d61eb;border-left:2px solid rgba(0,0,0,0);border-radius:100%;-webkit-animation:preloader .7s linear infinite;animation:preloader .7s linear infinite}.preloader img{position:absolute;height:50px;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}@-webkit-keyframes preloader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes preloader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.btn{padding:8px 16px;display:inline-block;background:#2d61eb;color:#fff;border-radius:55px;font-size:18px;line-height:122.2222222222%;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.btn:hover{color:#fff;opacity:.7}.title{color:#fff;font-weight:500;font-size:36px;line-height:119.4444444444%}.subtitle{color:rgba(255,255,255,.6);font-size:18px;line-height:28px}.modal{position:fixed;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:0;top:0;width:100%;height:100vh;background:rgba(0,0,0,.7)}.modal__body{width:500px;padding:24px;background:#13151d;border:2px solid #262a3a;border-radius:12px}.modal__top{margin-bottom:40px;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}.modal__title{color:#fff;font-size:32px;font-weight:500}.modal__cross{cursor:pointer;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.modal__cross:hover{opacity:.7}.modal__socials{width:250px;margin:0 auto 15px auto;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}.modal__social{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:60px;height:60px;border-radius:100%;cursor:pointer;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.modal__social_active{border:1px solid #2d61eb}.modal__social:hover{opacity:.7}.modal__social img{width:35px}.modal__label{margin-bottom:4px;color:#7c828c;font-size:17px;font-weight:500;line-height:150%}.modal__input{padding:12px;display:block;width:100%;border-radius:8px;background:#232629;color:#fff;font-size:17px;font-weight:500;line-height:150%;border:2px solid rgba(0,0,0,0);outline:none;-webkit-transition:border .3s ease;transition:border .3s ease}.modal__input::-webkit-input-placeholder{color:#7c828c;font-size:17px;font-weight:500;line-height:150%}.modal__input::-moz-placeholder{color:#7c828c;font-size:17px;font-weight:500;line-height:150%}.modal__input:-ms-input-placeholder{color:#7c828c;font-size:17px;font-weight:500;line-height:150%}.modal__input::-ms-input-placeholder{color:#7c828c;font-size:17px;font-weight:500;line-height:150%}.modal__input::placeholder{color:#7c828c;font-size:17px;font-weight:500;line-height:150%}.modal__btn{margin-top:15px;width:100%}.modal__success{display:none;text-align:center}.modal__success-img{width:100px}.header{position:fixed;left:0;top:0;width:100%;padding:16px 0;background:#fff;z-index:10}.header__container{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__start{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__logo{color:#000;font-weight:500;font-size:24px;line-height:120.8333333333%;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.header__logo:hover{color:#000;opacity:.7}.header__nav{margin-left:48px}.header__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__item{margin-right:24px}.header__item:last-child{margin-right:0}.header__item-btn{display:none}.header__item-btn:last-child{margin:15px 0}.header__link{position:relative;color:#000;font-size:18px;line-height:122.2222222222%;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.header__link::before{content:"";position:absolute;left:50%;bottom:-4px;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);width:0;height:2px;background:#000;border-radius:2px;-webkit-transition:width .3s ease;transition:width .3s ease}.header__link:hover{color:#000;opacity:.7}.header__link:hover::before{width:110%}.header__burger{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:30px;height:20px;cursor:pointer;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.header__burger:hover{opacity:.7}.header__burger span{display:block;height:4px;width:100%;background:#000;border-radius:4px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.header__burger_active{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header__burger_active span:nth-child(1){-webkit-transform:rotate(45deg);transform:rotate(45deg)}.header__burger_active span:nth-child(2){display:none}.header__burger_active span:nth-child(3){position:relative;top:-4px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.header__btn:first-child{margin-right:8px}.hero{padding:215px 0 150px 0;background:radial-gradient(208.26% 666.42% at 126.77% 633.25%, #2D61EB 3.29%, rgba(45, 97, 235, 0) 100%)}.hero__container{text-align:center}.hero__title{margin:0 auto;width:890px;font-size:56px;line-height:119.6428571429%}.hero__subtitle{margin:16px auto 0 auto;width:613px}.hero__btn{margin-top:48px;padding:12px 24px}.features{padding:128px 0 64px 0}.features__wrapper{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}.features__wrapper_w1000{margin:0 auto;width:1000px}.features__wrapper_mt128{margin-top:128px}.features__start{margin-right:25px}.features__subtitle{margin-top:16px;width:350px}.features__btn{margin-top:40px}.features__end{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:auto;padding-bottom:15px}.features__end::-webkit-scrollbar{height:8px;width:8px}.features__block{margin-right:50px;width:375px}.features__block:last-child{margin-right:0}.features__block-img{background:#13151d;border:2px solid #262a3a;border-radius:12px;overflow:hidden}.features__block-img img{width:375px;-o-object-fit:cover;object-fit:cover}.features__block-title{margin-top:24px;font-size:26px;line-height:119.2307692308%}.features__block-subtitle{margin-top:12px}.features__element{width:480px;padding:24px;background:#13151d;border:2px solid #262a3a;border-radius:12px}.features__element:last-child{margin-top:40px}.features__element-title{font-size:26px;line-height:119.2307692308%}.features__element-subtitle{margin-top:12px}.features__element-btn{margin-top:40px}.features__element-item{padding-left:32px;position:relative;margin-top:12px}.features__element-item::before{content:"";position:absolute;left:0;top:0;width:26px;height:26px;background:url("../img/features/icon.png") center center no-repeat}.features__stripe{margin:128px 0;padding:40px 0;background:#13151d}.features__stripe-container{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}.features__stripe-subtitle{margin-top:12px;font-size:26px;line-height:119.2307692308%}.features__squares{padding-top:128px;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}.features__squares::before{content:"";position:absolute;width:406px;height:406px;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:#2d61eb;opacity:.72;-webkit-filter:blur(335.5px);filter:blur(335.5px);z-index:-1}.features__squares-arrow{position:absolute;z-index:-1}.features__squares-arrow_1{left:175px;top:0}.features__squares-arrow_2{right:160px;top:50px}.features__squares-arrow_3{left:50%;bottom:-100px;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}.features__square{padding:24px;background:#13151d;border-radius:24px;text-align:center}.features__square-title{margin-top:24px;font-size:26px;line-height:119.2307692308%}.features__square-subtitle{margin-top:12px;width:300px}.faq{padding:64px 0}.faq__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.faq__subtitle{margin-top:16px;width:350px}.faq__start{margin-right:25px}.faq__end{width:100%}.faq__block{margin-top:20px;padding:16px;width:100%;background:#13151d;border-radius:12px;cursor:pointer;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.faq__block:hover{opacity:.7}.faq__block:first-child{margin-top:0}.faq__block-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}.faq__block-title{font-size:18px;line-height:155.5555555556%}.faq__block-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.faq__block-arrow_active{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.faq__block-subtitle{display:none;margin-top:8px}.faq__block-subtitle_active{display:block}.contact{padding:64px 0 128px 0}.contact__body{padding:64px 20px;background:radial-gradient(208.26% 666.42% at 126.77% 633.25%, #2D61EB 3.29%, rgba(45, 97, 235, 0) 100%);border:2px solid #0a1430;border-radius:24px;text-align:center}.contact__subtitle{margin:16px auto 0 auto;width:370px}.contact__btns{margin-top:40px}.contact__btn:first-child{margin-right:24px}.footer{padding:16px 0;background:#13151d}.footer__container{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}.footer__start{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer__logo{color:#fff;font-weight:500;font-size:24px;line-height:120.8333333333%;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.footer__logo:hover{color:#fff;opacity:.7}.footer__nav{margin-left:48px}.footer__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer__item{margin-right:24px}.footer__item:last-child{margin-right:0}.footer__link{position:relative;color:#fff;font-size:18px;line-height:122.2222222222%;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.footer__link::before{content:"";position:absolute;left:50%;bottom:-4px;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);width:0;height:2px;background:#fff;border-radius:2px;-webkit-transition:width .3s ease;transition:width .3s ease}.footer__link:hover{color:#fff;opacity:.7}.footer__link:hover::before{width:110%}.footer__btn:first-child{margin-right:8px}@media(max-width: 1450px){.features__square{margin:5px}.features__square-title{font-size:20px}.features__square-subtitle{font-size:16px;width:100%}}@media(max-width: 1200px){.features__square{padding:12px}}@media(max-width: 1050px){.features__wrapper_w1000{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.features__wrapper_w1000 div:last-child{margin-top:40px}.features__squares{padding-top:64px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.features__squares-arrow{display:none}}@media(max-width: 1000px){.faq__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.faq__start{width:100%}.faq__title,.faq__subtitle{width:100%;text-align:center}.faq__end{width:100%;margin-top:25px}}@media(max-width: 900px){.title{font-size:30px}.subtitle{font-size:16px}.hero__title{font-size:50px;width:100%}.hero__btn{margin-top:30px}.features__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.features__start{margin-right:0;width:100%}.features__btn{margin-top:30px}.features__end{margin-top:25px;width:100%}.features__block{width:300px}.features__block-img img{width:300px}.features__block-title{font-size:24px}.features__block-subtitle{margin-top:10px}.faq__block-title{font-size:18px}.faq__block-subtitle{font-size:16px}}@media(max-width: 750px){.features__stripe-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.features__stripe-block{margin-top:50px}.features__stripe-block:first-child{margin-top:0}}@media(max-width: 820px){.header__nav{display:none;position:absolute;margin:0;left:0;top:60.8px;background:#fff;width:100%}.header__nav_active{display:block}.header__list{height:calc(100% - 60.8px);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header__item{margin:15px 0}.header__item-btn{display:block}.header__burger{display:-webkit-box;display:-ms-flexbox;display:flex}.header__btns{display:none}.footer__container,.footer__start{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__nav{margin:25px 0}}@media(max-width: 700px){.hero__subtitle{width:100%}}@media(max-width: 550px){.title{font-size:24px}.hero__container{text-align:center}.hero__title{font-size:36px}.features__element{width:100%}.faq__block-title{font-size:18px}.faq__block-subtitle{font-size:16px}.modal__body{margin:0 10px;width:100%}.modal__title{font-size:26px}.modal__socials{width:100%}}@media(max-width: 450px){.features__subtitle,.faq__subtitle{width:100%}.contact__body{padding:30px 15px}.contact__subtitle{width:100%}.contact__btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.contact__btn:first-child{margin:0 0 15px 0}.footer__item{margin-right:10px}}@media(max-width: 400px){.container{padding:0 10px}.title{font-size:20px}.hero__container{text-align:center}.hero__title{font-size:24px}.hero__subtitle{margin-top:12px}.hero__btn{margin-top:15px}.faq__block-title{font-size:18px}.faq__block-subtitle{font-size:16px}}