@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);body,html{overflow-x:hidden;scroll-behavior:smooth;margin:0;padding:0}*{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,sans-serif}[class*=__container]{max-width:1310px;margin:0 auto;padding:0 15px;width:100%}.transition-1{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999999;opacity:0;pointer-events:none;-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out;background-color:#fff}.transition-1.is-active{pointer-events:all;opacity:1}a{color:inherit}a,a:hover,a:visited{text-decoration:none}@media screen and (max-width:768px){p{font-size:16px!important;line-height:1.3!important}}[data-opacity-move]{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px);-webkit-transition:opacity 1.2s cubic-bezier(.17,.16,.09,.93),-webkit-transform 1.2s cubic-bezier(.17,.16,.09,.93);transition:opacity 1.2s cubic-bezier(.17,.16,.09,.93),-webkit-transform 1.2s cubic-bezier(.17,.16,.09,.93);transition:opacity 1.2s cubic-bezier(.17,.16,.09,.93),transform 1.2s cubic-bezier(.17,.16,.09,.93);transition:opacity 1.2s cubic-bezier(.17,.16,.09,.93),transform 1.2s cubic-bezier(.17,.16,.09,.93),-webkit-transform 1.2s cubic-bezier(.17,.16,.09,.93)}[data-opacity-move].animate{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}[data-opacity]{opacity:0;-webkit-transition:all .8s ease-in-out;transition:all .8s ease-in-out}[data-opacity].animate{opacity:1}.burger{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30px;height:30px;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:none}@media screen and (max-width:1200px){.burger{display:-webkit-box;display:-ms-flexbox;display:flex}}.burger__item{background-color:#1f66f6;pointer-events:none}.burger__item,.burger__item:after,.burger__item:before{width:30px;height:4px;border-radius:5px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.burger__item:after,.burger__item:before{content:"";position:absolute;background:#1f66f6}.burger__item:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.burger__item:after{-webkit-transform:translateY(8px);transform:translateY(8px)}.burger.open .burger__item{-webkit-transform:translateX(-50px);transform:translateX(-50px);background:transparent;-webkit-box-shadow:none;box-shadow:none}.burger.open .burger__item:before{-webkit-transform:rotate(45deg) translate(35px,-35px);transform:rotate(45deg) translate(35px,-35px)}.burger.open .burger__item:after{-webkit-transform:rotate(-45deg) translate(35px,35px);transform:rotate(-45deg) translate(35px,35px)}.button{background:#1f66f6;border-radius:53px;padding:13px 15.5px;font-weight:700;font-size:16px;line-height:140%;color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;height:48px}.button:hover{opacity:.8}.title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-weight:600;font-size:40px;line-height:110%;color:#26282b;position:relative;z-index:10}.title span{font-weight:400;font-size:28px;line-height:110%;color:#1f66f6;margin-bottom:10px}@media screen and (max-width:768px){.title{font-size:30px}.title span{font-size:24px}}#header{position:absolute;top:0;left:0;width:100%}#header .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;min-height:90px}#header .header__logo{display:inline-block;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;position:relative;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex}#header .header__logo:hover{opacity:.8}#header .header__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;list-style:none;padding:0;margin:0}#header .header__list li{position:relative;font-weight:500;line-height:140%;letter-spacing:.05em;color:#26282b}@media screen and (min-width:1201px){#header .header__list li{font-size:14px}#header .header__list li:not(:last-child){margin-right:40px}#header .header__list li:after{content:"";position:absolute;bottom:-24px;left:0;width:100%;height:5px;background:-webkit-gradient(linear,left top,right top,from(#1f66f6),to(#97b7f8));background:linear-gradient(90deg,#1f66f6,#97b7f8);width:0;-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out}#header .header__list li:hover:after{width:100%}}#header .header__contact{padding:13px 29.5px}@media screen and (max-width:1200px){#header .header__contact{display:none}#header .header__nav{position:fixed;top:0;left:0;width:100%;height:100vh;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:hsla(0,0%,100%,.95);opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}#header .header__nav.active{opacity:1;visibility:visible}#header .header__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:auto;height:90%;padding:0 20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#header .header__list li{font-size:20px}#header .header__list li:not(:last-child){margin-bottom:30px}#header .header__list li:hover{color:#1f66f6}}#footer{padding:58px 0}#footer .footer__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#footer .footer__logo{max-width:86px;display:block;margin-right:40px}#footer .footer__logo img{width:100%;height:auto}#footer .footer__menu{-webkit-box-flex:1;-ms-flex:1;flex:1}#footer .footer__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;margin:0;list-style:none}#footer .footer__list li{font-weight:500;font-size:14px;line-height:140%;letter-spacing:.05em;color:#26282b;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}#footer .footer__list li:hover{color:#1f66f6}@media screen and (min-width:993px){#footer .footer__list li:not(:last-child){margin-right:20px}}@media screen and (max-width:992px){#footer .footer__list li:not(:last-child){margin-bottom:30px}}#footer .footer__links{gap:24px}#footer .footer__links,#footer .footer__links .link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#footer .footer__links .link{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}#footer .footer__links .link img{width:100%;height:auto}#footer .footer__links .link:hover{opacity:.7}#footer .footer__copy{text-align:right;font-weight:300;font-size:14px;line-height:140%;letter-spacing:.05em;color:#26282b;margin:20px 0 0}@media screen and (max-width:992px){#footer .footer__top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#footer .footer__menu{margin:30px 0}#footer .footer__copy{font-size:12px!important;text-align:center;margin-top:40px}#footer .footer__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media screen and (max-width:992px){#footer{padding:40px 0}}body.page_ footer,body.page_ header{display:none}body.page_ main{height:100vh;width:100vw;background:#fff;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}body.page_ #errorText{font-size:22px;margin:14px 0}body.page_ #errorLink{font-size:20px;padding:12px;border:1px solid;color:#000;background-color:transparent;text-decoration:none;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}body.page_ #errorLink:active,body.page_ #errorLink:hover{color:#fff;background:#000}body.page_ #g6219{-webkit-transform-origin:85px 4px;transform-origin:85px 4px;-webkit-animation:an1 12s ease-out .5s infinite;animation:an1 12s ease-out .5s infinite}@-webkit-keyframes an1{0%{-webkit-transform:rotate(0);transform:rotate(0)}5%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}15%{-webkit-transform:rotate(-2.5deg);transform:rotate(-2.5deg)}25%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}35%{-webkit-transform:rotate(-1.5deg);transform:rotate(-1.5deg)}45%{-webkit-transform:rotate(1deg);transform:rotate(1deg)}55%{-webkit-transform:rotate(-1.5deg);transform:rotate(-1.5deg)}65%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}75%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}85%{-webkit-transform:rotate(2.5deg);transform:rotate(2.5deg)}95%{-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes an1{0%{-webkit-transform:rotate(0);transform:rotate(0)}5%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}15%{-webkit-transform:rotate(-2.5deg);transform:rotate(-2.5deg)}25%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}35%{-webkit-transform:rotate(-1.5deg);transform:rotate(-1.5deg)}45%{-webkit-transform:rotate(1deg);transform:rotate(1deg)}55%{-webkit-transform:rotate(-1.5deg);transform:rotate(-1.5deg)}65%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}75%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}85%{-webkit-transform:rotate(2.5deg);transform:rotate(2.5deg)}95%{-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}[data-id=home] [data-home=hero]{background-color:#f8faff}[data-id=home] [data-home=hero] .hero__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:100vh;padding:130px 15px}[data-id=home] [data-home=hero] .hero__left{max-width:645px;width:100%}[data-id=home] [data-home=hero] .hero__left h1{font-weight:500;font-size:48px;line-height:140%;color:#26282b;margin:0 0 20px}[data-id=home] [data-home=hero] .hero__left h1 span{font-weight:600}[data-id=home] [data-home=hero] .hero__left p{font-weight:500;font-size:16px;line-height:140%;color:#26282b;margin:0 0 40px;max-width:496px}[data-id=home] [data-home=hero] .hero__right{max-width:625px;width:100%;aspect-ratio:1/1}[data-id=home] [data-home=hero] .hero__right img{width:100%;height:auto}@media screen and (max-width:1200px){[data-id=home] [data-home=hero] .hero__container{padding:80px 15px}[data-id=home] [data-home=hero] .hero__left{max-width:500px}[data-id=home] [data-home=hero] .hero__left h1{line-height:1.2}}@media screen and (max-width:992px){[data-id=home] [data-home=hero] .hero__container{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}[data-id=home] [data-home=hero] .hero__left{max-width:100%}}@media screen and (max-width:768px){[data-id=home] [data-home=hero] .hero__left h1{font-size:35px}[data-id=home] [data-home=hero] .hero__left p{font-size:16px}}[data-id=home] [data-home=proposal]{padding:100px 0 55px}[data-id=home] [data-home=proposal] .proposal__container{position:relative}[data-id=home] [data-home=proposal] .proposal__container .dot_1{background:#e7effa;border-radius:50%;width:115px;height:115px;position:absolute;top:-137px;left:40px}[data-id=home] [data-home=proposal] .proposal__container .dot_2{background:#97b7f8;border-radius:50%;width:57px;height:57px;position:absolute;top:0;right:0}[data-id=home] [data-home=proposal] .proposal__title{text-align:center}[data-id=home] [data-home=proposal] .proposal__list{margin-top:85px;display:grid;grid-template-columns:repeat(3,1fr);gap:90px 100px}[data-id=home] [data-home=proposal] .proposal__image{margin-bottom:16px}[data-id=home] [data-home=proposal] .proposal__content{font-weight:500;font-size:20px;line-height:140%;letter-spacing:-.017em;color:#26282b}@media screen and (max-width:1200px){[data-id=home] [data-home=proposal] .proposal__list{grid-template-columns:1fr 1fr;gap:50px}}@media screen and (max-width:992px){[data-id=home] [data-home=proposal] .proposal__content{font-size:16px;line-height:1.5}[data-id=home] [data-home=proposal] .proposal__list{margin-top:40px}}@media screen and (max-width:600px){[data-id=home] [data-home=proposal] .proposal__list{grid-template-columns:1fr;gap:30px}[data-id=home] [data-home=proposal] .proposal__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}[data-id=home] [data-home=proposal] .proposal__image{margin-bottom:0;margin-right:15px}}@media screen and (max-width:992px){[data-id=home] [data-home=proposal]{padding:80px 0}}[data-id=home] [data-home=value]{padding:120px 0}[data-id=home] [data-home=value] .value__container{position:relative}[data-id=home] [data-home=value] .value__container .dot_1{background:#97b7f8;border-radius:50%;width:57px;height:57px;position:absolute;top:-40px;left:50px}[data-id=home] [data-home=value] .value__container .dot_2{background:-webkit-gradient(linear,left top,right top,from(#1f66f6),to(#97b7f8));background:linear-gradient(90deg,#1f66f6,#97b7f8);border-radius:50%;width:115px;height:115px;position:absolute;top:-146px;right:40px}[data-id=home] [data-home=value] .value__title{text-align:center}[data-id=home] [data-home=value] .value__list{margin-top:80px;display:grid;grid-template-columns:repeat(3,1fr);gap:42px 31px}[data-id=home] [data-home=value] .value__item{background:#fff;-webkit-box-shadow:131px 131px 74px hsla(0,0%,65.9%,.01),74px 74px 63px hsla(0,0%,65.9%,.05),33px 33px 46px hsla(0,0%,65.9%,.09),8px 8px 25px hsla(0,0%,65.9%,.1),0 0 0 hsla(0,0%,65.9%,.1);box-shadow:131px 131px 74px hsla(0,0%,65.9%,.01),74px 74px 63px hsla(0,0%,65.9%,.05),33px 33px 46px hsla(0,0%,65.9%,.09),8px 8px 25px hsla(0,0%,65.9%,.1),0 0 0 hsla(0,0%,65.9%,.1);border-radius:30px;overflow:hidden}[data-id=home] [data-home=value] .value__image{height:270px}[data-id=home] [data-home=value] .value__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}[data-id=home] [data-home=value] .value__content{padding:30px 25px 32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}[data-id=home] [data-home=value] .value__number{font-weight:600;font-size:100px;line-height:110%;background:-webkit-gradient(linear,left top,right top,from(#1f66f6),to(#97b7f8));background:linear-gradient(90deg,#1f66f6,#97b7f8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;margin-right:10px}[data-id=home] [data-home=value] .value__text{font-weight:400;font-size:16px;line-height:140%;margin-top:-10px}[data-id=home] [data-home=value] .value__text strong{font-weight:600}@media screen and (max-width:1200px){[data-id=home] [data-home=value] .value__list{grid-template-columns:1fr 1fr;gap:40px}}@media screen and (max-width:768px){[data-id=home] [data-home=value] .value__content{padding:20px 15px}[data-id=home] [data-home=value] .value__number{font-size:80px}[data-id=home] [data-home=value] .value__list{grid-template-columns:1fr;gap:30px;margin-top:40px}}@media screen and (max-width:400px){[data-id=home] [data-home=value] .value__content{padding:20px 10px}[data-id=home] [data-home=value] .value__number{font-size:60px}}@media screen and (max-width:1200px){[data-id=home] [data-home=value]{padding:80px 0}}[data-id=home] section[data-home=valuation]{background-color:#f8faff}[data-id=home] section[data-home=valuation] .valuation__container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:45px;padding-top:130px}[data-id=home] section[data-home=valuation] .valuation__container .dot{width:115px;height:115px;border-radius:50%;background:#e7effa;position:absolute;top:27px;right:0}[data-id=home] section[data-home=valuation] .valuation__left{max-width:700px;position:relative;z-index:3}[data-id=home] section[data-home=valuation] .valuation__left img{width:100%;margin-left:-100px}[data-id=home] section[data-home=valuation] .valuation__right{margin-left:50px;position:relative;z-index:3}[data-id=home] section[data-home=valuation] .valuation__right ul{padding:0;max-width:430px;margin:60px 0 0}[data-id=home] section[data-home=valuation] .valuation__right li{list-style:none;font-weight:400;font-size:16px;line-height:140%;letter-spacing:-.017em;color:#26282b;text-shadow:0 4px 4px rgba(0,0,0,.25);margin-bottom:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}[data-id=home] section[data-home=valuation] .valuation__right li:before{content:"";width:16px;height:16px;background:#1f66f6;margin-right:30px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0}[data-id=home] section[data-home=valuation] .valuation__button{width:180px;margin-top:40px}@media screen and (max-width:1450px){[data-id=home] section[data-home=valuation] .valuation__left{max-width:600px}[data-id=home] section[data-home=valuation] .valuation__left img{margin-left:0}}@media screen and (max-width:1200px){[data-id=home] section[data-home=valuation] .valuation__container{padding:80px 15px}[data-id=home] section[data-home=valuation] .valuation__left{max-width:500px}[data-id=home] section[data-home=valuation] .valuation__right{margin-left:30px}[data-id=home] section[data-home=valuation] .valuation__button{margin-top:20px}}@media screen and (max-width:992px){[data-id=home] section[data-home=valuation] .valuation__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:30px}[data-id=home] section[data-home=valuation] .valuation__container .dot{display:none}[data-id=home] section[data-home=valuation] .valuation__left{max-width:700px}[data-id=home] section[data-home=valuation] .valuation__right{margin-left:0;width:100%}[data-id=home] section[data-home=valuation] .valuation__right ul{max-width:100%;margin-top:30px}}@media screen and (max-width:768px){[data-id=home] section[data-home=valuation] .valuation{padding:30px 15px 50px}}[data-id=home] [data-home=strip]{background-color:#e7effa}[data-id=home] [data-home=strip] .strip__inner{position:relative}[data-id=home] [data-home=strip] .strip__inner>img{position:absolute;bottom:30px;left:40px}[data-id=home] [data-home=strip] .strip__container{position:relative;padding:109px 15px}[data-id=home] [data-home=strip] .strip__icons{pointer-events:none}[data-id=home] [data-home=strip] .strip__icons .dot{border-radius:50%;position:absolute}[data-id=home] [data-home=strip] .strip__icons .dot:first-child{top:56px;left:0;width:24px;height:24px;background:#1f66f6}[data-id=home] [data-home=strip] .strip__icons .dot:nth-child(2){width:45px;height:45px;background:-webkit-gradient(linear,left top,right top,from(#1f66f6),to(#97b7f8));background:linear-gradient(90deg,#1f66f6,#97b7f8);bottom:78px;right:0}[data-id=home] [data-home=strip] .strip__icons img{position:absolute}[data-id=home] [data-home=strip] .strip__icons img:first-of-type{top:50px;right:30%}[data-id=home] [data-home=strip] .strip__icons img:nth-of-type(2){top:40%;right:-100px}[data-id=home] [data-home=strip] .strip__content{position:relative;z-index:2;margin-left:50px}[data-id=home] [data-home=strip] .strip__text{max-width:633px;font-weight:400;font-size:28px;line-height:140%;color:#26282b}[data-id=home] [data-home=strip] .strip__text p{margin:0}[data-id=home] [data-home=strip] .strip__button{min-width:297px;margin-top:40px}@media screen and (max-width:992px){[data-id=home] [data-home=strip] .strip__inner .dot{opacity:.5}[data-id=home] [data-home=strip] .strip__inner .dot:nth-child(2){bottom:20px}[data-id=home] [data-home=strip] .strip__inner>img{opacity:.4;width:40px;height:40px}[data-id=home] [data-home=strip] .strip__container{padding:80px 15px}[data-id=home] [data-home=strip] .strip__icons img{opacity:.4;width:40px;height:40px}[data-id=home] [data-home=strip] .strip__content{margin-left:0}[data-id=home] [data-home=strip] .strip__button{min-width:250px;margin-top:30px}}[data-id=home] section[data-home=services]{padding:120px 0 70px}[data-id=home] section[data-home=services] .services__container{position:relative}[data-id=home] section[data-home=services] .services__container>img{position:absolute;top:0;right:0}[data-id=home] section[data-home=services] .services__container>:not(img){position:relative;z-index:2}[data-id=home] section[data-home=services] .services__title{font-weight:600;font-size:28px;line-height:120%;color:#26282b;margin:0 0 20px}[data-id=home] section[data-home=services] .services__title:nth-child(3){margin-top:100px}[data-id=home] section[data-home=services] .services__list{display:grid;grid-template-columns:repeat(3,1fr);gap:140px}[data-id=home] section[data-home=services] .services__number{font-weight:600;font-size:100px;line-height:110%;background:-webkit-gradient(linear,left top,right top,from(#1f66f6),to(#97b7f8));background:linear-gradient(90deg,#1f66f6,#97b7f8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;display:initial}[data-id=home] section[data-home=services] .services__text{font-weight:400;font-size:16px;line-height:140%}[data-id=home] section[data-home=services] .services__text span{font-weight:600}[data-id=home] section[data-home=services] .services__action{font-weight:600;font-size:28px;line-height:140%;color:#26282b;margin:80px 0 30px;max-width:760px}[data-id=home] section[data-home=services] .services__button{min-width:297px}@media screen and (max-width:1200px){[data-id=home] section[data-home=services] .services__title:nth-child(3){margin-top:40px}[data-id=home] section[data-home=services] .services__list{gap:50px}}@media screen and (max-width:992px){[data-id=home] section[data-home=services] .services__list{grid-template-columns:1fr 1fr}}@media screen and (max-width:768px){[data-id=home] section[data-home=services] .services__action{font-size:22px;margin-top:50px}}@media screen and (max-width:576px){[data-id=home] section[data-home=services] .services__list{grid-template-columns:1fr;gap:30px}}@media screen and (max-width:1200px){[data-id=home] section[data-home=services]{padding:80px 0}}[data-id=home] [data-home=solution]{padding:50px 0 100px}[data-id=home] [data-home=solution] .solution__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}[data-id=home] [data-home=solution] .solution__left{max-width:700px;width:100%;margin-right:117px}[data-id=home] [data-home=solution] .solution__left img{width:100%;height:auto}[data-id=home] [data-home=solution] .solution__item p{margin:0 0 30px;font-weight:400;font-size:28px;line-height:110%}[data-id=home] [data-home=solution] .solution__item ul{margin:0;padding:0}[data-id=home] [data-home=solution] .solution__item ul li{font-weight:500;font-size:16px;line-height:140%;color:#26282b;list-style:none;max-width:330px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}[data-id=home] [data-home=solution] .solution__item ul li:before{width:32px;margin-right:16px}[data-id=home] [data-home=solution] .solution__item ul li:not(:last-child){margin-bottom:20px}[data-id=home] [data-home=solution] .solution__item:first-child{margin-bottom:60px}[data-id=home] [data-home=solution] .solution__item:first-child ul li:before{content:url(../img/main/check.svg)}[data-id=home] [data-home=solution] .solution__item:nth-child(2) ul li:before{content:url(../img/main/uncheck.svg)}@media screen and (max-width:1200px){[data-id=home] [data-home=solution] .solution__left{max-width:600px;margin-right:50px}}@media screen and (max-width:992px){[data-id=home] [data-home=solution] .solution__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}[data-id=home] [data-home=solution] .solution__left{margin-right:0}[data-id=home] [data-home=solution] .solution__right{margin-top:40px;display:grid;grid-template-columns:1fr 1fr;gap:30px;width:100%}}@media screen and (max-width:768px){[data-id=home] [data-home=solution] .solution__right{grid-template-columns:1fr}[data-id=home] [data-home=solution] .solution__item p{font-size:20px!important}[data-id=home] [data-home=solution] .solution__item ul li{max-width:100%}[data-id=home] [data-home=solution] .solution__item:first-child{margin-bottom:30px}}@media screen and (max-width:1200px){[data-id=home] [data-home=solution]{padding:0 0 80px}}[data-id=home] section[data-home=table]{padding:120px 0;background:#e7effa}[data-id=home] section[data-home=table] .table__title{text-align:center;margin-bottom:80px}[data-id=home] section[data-home=table] .table__container{position:relative}[data-id=home] section[data-home=table] .table__container .dots .dot{position:absolute;border-radius:50%}[data-id=home] section[data-home=table] .table__container .dots .dot:first-child{width:68px;height:68px;background:-webkit-gradient(linear,left top,right top,from(#1f66f6),to(#97b7f8));background:linear-gradient(90deg,#1f66f6,#97b7f8)}[data-id=home] section[data-home=table] .table__container .dots .dot:nth-child(2){top:-170px;right:30px;width:120px;height:120px;background-color:#1f66f6}[data-id=home] section[data-home=table] .table__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (min-width:1070px){[data-id=home] section[data-home=table] .table__main .item:not(:first-child) .header p:first-child,[data-id=home] section[data-home=table] .table__main .item:not(:first-child) .item__title{display:none}[data-id=home] section[data-home=table] .table__main .item:not(:first-child) .item__content{width:306px;display:-webkit-box;display:-ms-flexbox;display:flex}[data-id=home] section[data-home=table] .table__main .item:first-child{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}[data-id=home] section[data-home=table] .table__main .item:first-child .header{display:-webkit-box;display:-ms-flexbox;display:flex}[data-id=home] section[data-home=table] .table__main .item:first-child .header p:first-child{width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-right:1px solid #abc7ff}[data-id=home] section[data-home=table] .table__main .item:first-child .header p:nth-child(2){width:306px;-ms-flex-negative:0;flex-shrink:0}[data-id=home] section[data-home=table] .table__main .item:first-child .item__title{width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;border-right:1px solid #abc7ff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 15px 20px 0}[data-id=home] section[data-home=table] .table__main .item:first-child .item__title div{width:250px}[data-id=home] section[data-home=table] .table__main .item:first-child .item__value{width:306px}[data-id=home] section[data-home=table] .table__main .item__content{display:-webkit-box;display:-ms-flexbox;display:flex}[data-id=home] section[data-home=table] .table__main .item__content:not(:last-child) .item__title,[data-id=home] section[data-home=table] .table__main .item__content:not(:last-child) .item__value{border-bottom:1px solid #abc7ff}[data-id=home] section[data-home=table] .table__main .item__content:nth-child(5){min-height:108.2px}[data-id=home] section[data-home=table] .table__main .item__content:nth-child(10){min-height:85.8px}[data-id=home] section[data-home=table] .table__main .item__content:nth-child(11){min-height:130.59px}[data-id=home] section[data-home=table] .table__main .item:not(:last-child){border-right:1px solid #abc7ff}[data-id=home] section[data-home=table] .table__main .item__value{min-height:77px;padding:20px;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:100%}[data-id=home] section[data-home=table] .table__main .item__title,[data-id=home] section[data-home=table] .table__main .item__value{font-weight:500;font-size:16px;line-height:140%;color:#26282b}[data-id=home] section[data-home=table] .table__main .item .header{min-height:77px;border-bottom:1px solid #abc7ff;width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex}[data-id=home] section[data-home=table] .table__main .item .header p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}[data-id=home] section[data-home=table] .table__main .item .header p:first-child{font-weight:500;font-size:16px;line-height:140%;color:#1f66f6;margin:0}[data-id=home] section[data-home=table] .table__main .item .header p:nth-child(2){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;text-align:center;margin:0;font-weight:700;font-size:20px;line-height:140%;color:#1f66f6}}@media screen and (max-width:1350px)and (min-width:1071px){[data-id=home] section[data-home=table] .table__main .item:first-child .header p:nth-child(2),[data-id=home] section[data-home=table] .table__main .item:first-child .item__value,[data-id=home] section[data-home=table] .table__main .item:not(:first-child) .item__content{width:250px}}@media screen and (max-width:1070px){[data-id=home] section[data-home=table] .table__main{display:block}[data-id=home] section[data-home=table] .table__main .item:not(:last-child){margin-bottom:80px}[data-id=home] section[data-home=table] .table__main .item .header p,[data-id=home] section[data-home=table] .table__main .item__title,[data-id=home] section[data-home=table] .table__main .item__value{width:50%}[data-id=home] section[data-home=table] .table__main .item__content{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}[data-id=home] section[data-home=table] .table__main .item__title,[data-id=home] section[data-home=table] .table__main .item__value{font-weight:500;font-size:16px;line-height:140%;color:#26282b}[data-id=home] section[data-home=table] .table__main .item .header{min-height:77px;display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid #abc7ff}[data-id=home] section[data-home=table] .table__main .item .header p{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}[data-id=home] section[data-home=table] .table__main .item .header p:first-child{font-weight:500;font-size:16px;line-height:140%;color:#1f66f6;border-right:1px solid #abc7ff;padding:16px 16px 16px 0}[data-id=home] section[data-home=table] .table__main .item .header p:nth-child(2){font-weight:700;font-size:20px;line-height:140%;color:#1f66f6;padding:16px 0 16px 16px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}[data-id=home] section[data-home=table] .table__main .item__content:not(:last-child){border-bottom:1px solid #abc7ff}[data-id=home] section[data-home=table] .table__main .item__title{border-right:1px solid #abc7ff;padding:16px 0}[data-id=home] section[data-home=table] .table__main .item__title div{max-width:250px;padding-right:16px}[data-id=home] section[data-home=table] .table__main .item__value{padding:16px 0 16px 16px;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}}@media screen and (max-width:768px){[data-id=home] section[data-home=table] .table__container .dots{display:none}}@media screen and (max-width:1200px){[data-id=home] section[data-home=table]{padding:80px 0}[data-id=home] section[data-home=table] .table__container .dots .dot:nth-child(2){top:-130px}}[data-id=home] [data-home=faq]{padding:100px 0}[data-id=home] [data-home=faq] .faq__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}[data-id=home] [data-home=faq] .faq__title{max-width:366px;margin-bottom:40px}[data-id=home] [data-home=faq] .faq__left{max-width:567px;margin-right:70px;-ms-flex-negative:0;flex-shrink:0}[data-id=home] [data-home=faq] .faq__item{padding:20px 0 8px;border-bottom:1px solid #abc7ff}[data-id=home] [data-home=faq] .faq__item-title{font-weight:600;font-size:16px;line-height:140%;letter-spacing:-.017em;color:#26282b;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}[data-id=home] [data-home=faq] .faq__item-title span:not(.icon){-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:15px}[data-id=home] [data-home=faq] .faq__item-title .icon{width:32px;height:32px;border-radius:50%;position:relative;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}[data-id=home] [data-home=faq] .faq__item-title .icon:before{width:4px;height:17px}[data-id=home] [data-home=faq] .faq__item-title .icon:after,[data-id=home] [data-home=faq] .faq__item-title .icon:before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#1f66f6;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}[data-id=home] [data-home=faq] .faq__item-title .icon:after{width:17px;height:4px}[data-id=home] [data-home=faq] .faq__item-title.active .icon{background:#1f66f6}[data-id=home] [data-home=faq] .faq__item-title.active .icon:before{opacity:0}[data-id=home] [data-home=faq] .faq__item-title.active .icon:after{background-color:#fff}[data-id=home] [data-home=faq] .faq__item-text{font-weight:400;font-size:16px;line-height:140%;letter-spacing:-.017em;color:#26282b;padding-top:12px;min-height:0;max-height:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;overflow:hidden}[data-id=home] [data-home=faq] .faq__item-text>*{margin:0}[data-id=home] [data-home=faq] .faq__item-text>:last-child{margin-bottom:12px}[data-id=home] [data-home=faq] .faq__image{max-width:600px}[data-id=home] [data-home=faq] .faq__right img{width:100%;height:auto}[data-id=home] [data-home=faq] .faq__icons{position:relative;height:100%}[data-id=home] [data-home=faq] .faq__icons svg{position:absolute}[data-id=home] [data-home=faq] .faq__icons svg:first-child{right:0;top:-80px}[data-id=home] [data-home=faq] .faq__icons svg:nth-child(2){left:100px;top:96px}[data-id=home] [data-home=faq] .faq__icons svg:nth-child(3){right:30px;top:160px}@media screen and (max-width:1200px){[data-id=home] [data-home=faq] .faq__left{max-width:100%}[data-id=home] [data-home=faq] .faq__right{display:none}}@media screen and (max-width:1200px){[data-id=home] [data-home=faq]{padding:80px 0}}[data-id=home] [data-home=scron]{background:#e7effa;padding:120.5px 0}[data-id=home] [data-home=scron] .scron__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:center;-ms-flex-pack:center;justify-content:center}[data-id=home] [data-home=scron] .scron__container .dot_1{position:absolute;top:-120.5px;left:0;width:96px;height:96px;border-radius:50%;background:#1f66f6;-webkit-transform:translateY(-20%);transform:translateY(-20%)}[data-id=home] [data-home=scron] .scron__container .dot_2{position:absolute;top:-60px;left:150px;width:34px;height:34px;border-radius:50%;background:#97b7f8}[data-id=home] [data-home=scron] .scron__container .dot_3{position:absolute;bottom:-120.5px;right:0;width:120px;height:120px;border-radius:50%;background:-webkit-gradient(linear,left top,right top,from(#1f66f6),to(#97b7f8));background:linear-gradient(90deg,#1f66f6,#97b7f8);-webkit-transform:translateY(30%);transform:translateY(30%)}[data-id=home] [data-home=scron] .scron__left{max-width:317px;margin-right:222px}[data-id=home] [data-home=scron] .scron__left img{width:100%;height:auto}[data-id=home] [data-home=scron] .scron__right{max-width:486px;color:#26282b}[data-id=home] [data-home=scron] .scron__right h2{margin:0 0 29px;font-weight:600;font-size:40px;line-height:110%}[data-id=home] [data-home=scron] .scron__right p{font-weight:500;font-size:20px;line-height:140%}[data-id=home] [data-home=scron] .scron__right p:not(:last-of-type){margin:0 0 20px}[data-id=home] [data-home=scron] .scron__button{min-width:297px;margin-top:40px}@media screen and (max-width:1200px){[data-id=home] [data-home=scron] .scron__left{margin-right:100px}}@media screen and (max-width:768px){[data-id=home] [data-home=scron] .scron__container{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center}[data-id=home] [data-home=scron] .scron__left{margin-top:40px;margin-left:auto;margin-right:auto}[data-id=home] [data-home=scron] .scron__right{max-width:100%}}@media screen and (max-width:576px){[data-id=home] [data-home=scron] .scron__left{max-width:250px}}@media screen and (max-width:350px){[data-id=home] [data-home=scron] .scron__button{min-width:270px}}@media screen and (max-width:1200px){[data-id=home] [data-home=scron]{padding:80px 0}}[data-id=home] [data-home=contact]{background-color:#e7effa;padding:100px 0 140px}[data-id=home] [data-home=contact] .contact__content{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:80px}[data-id=home] [data-home=contact] .contact__left{position:relative;max-width:600px;width:100%;padding-right:120px}[data-id=home] [data-home=contact] .contact__left>:not(.contact__bg){position:relative;z-index:2}[data-id=home] [data-home=contact] .contact__left h2{font-weight:600;font-size:28px;line-height:110%;color:#1f66f6;margin:0 0 40px}[data-id=home] [data-home=contact] .contact__left p{font-weight:400;font-size:20px;line-height:140%;color:#26282b}[data-id=home] [data-home=contact] .contact__bg{position:absolute;top:0;right:0}[data-id=home] [data-home=contact] .contact__bg svg{width:100%;height:auto}[data-id=home] [data-home=contact] .contact__right{max-width:580px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}[data-id=home] [data-home=contact] .contact__right h3{font-weight:600;font-size:28px;line-height:110%;color:#1f66f6;margin:0 0 40px}[data-id=home] [data-home=contact] .contact__right .wpcf7-response-output{margin:0;border-radius:40px;font-size:11px}[data-id=home] [data-home=contact] .contact__right>img{margin-bottom:13px;width:172px;height:auto;margin-left:auto;-ms-flex-item-align:end;align-self:flex-end;margin-top:-198px}[data-id=home] [data-home=contact] .contact__form-input{margin-bottom:20px}[data-id=home] [data-home=contact] .contact__form-input input{background:#fff;border-radius:53px;height:48px;width:100%;padding:10px 20px;font-weight:400;font-size:16px;line-height:140%;color:#26282b;border:none;outline:none}[data-id=home] [data-home=contact] .contact__form-input input::-webkit-input-placeholder{font-size:16px;line-height:140%;color:#26282b}[data-id=home] [data-home=contact] .contact__form-input input::-moz-placeholder{font-size:16px;line-height:140%;color:#26282b}[data-id=home] [data-home=contact] .contact__form-input input:-ms-input-placeholder{font-size:16px;line-height:140%;color:#26282b}[data-id=home] [data-home=contact] .contact__form-input input::-ms-input-placeholder{font-size:16px;line-height:140%;color:#26282b}[data-id=home] [data-home=contact] .contact__form-input input::placeholder{font-size:16px;line-height:140%;color:#26282b}[data-id=home] [data-home=contact] .contact__form-input .wpcf7-not-valid-tip{font-size:12px;padding-left:20px}[data-id=home] [data-home=contact] .contact__form-submit{position:relative;display:inline-block}[data-id=home] [data-home=contact] .contact__form-submit .wpcf7-spinner{position:absolute;top:50%;right:-30px;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin:0}[data-id=home] [data-home=contact] .contact__form-submit input{background:#1f66f6;border-radius:53px;padding:10px 39px;font-weight:700;font-size:16px;line-height:140%;color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;height:48px;border:none;outline:none;cursor:pointer}[data-id=home] [data-home=contact] .contact__form-submit input:hover{opacity:.8}@media screen and (max-width:992px){[data-id=home] [data-home=contact] .contact__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:40px}[data-id=home] [data-home=contact] .contact__left,[data-id=home] [data-home=contact] .contact__right{max-width:100%}[data-id=home] [data-home=contact] .contact__left{padding-right:0}[data-id=home] [data-home=contact] .contact__bg>svg{width:300px}[data-id=home] [data-home=contact] .contact__right{margin-top:40px}[data-id=home] [data-home=contact] .contact__right>img{display:none}[data-id=home] [data-home=contact] .contact__right .wpcf7-response-output{border-radius:10px}[data-id=home] [data-home=contact] .contact__form-input{margin-bottom:10px}}@media screen and (max-width:1200px){[data-id=home] [data-home=contact]{padding:80px 0}}