/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:wght@100..900&display=swap";html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none;max-width:100%;height:auto}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}img{width:100%;height:auto;display:block}@media(max-width: 640px){.desktop{display:none}}.mobile{display:none}@media(max-width: 640px){.mobile{display:inline-block}}body{position:relative;font-family:"Open Sans",sans-serif;font-style:normal;font-weight:400;min-height:100vh;overflow-x:hidden;background:#051156}body::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f2f5f8}body::-webkit-scrollbar{width:7px;background-color:#f2f5f8}body::-webkit-scrollbar-thumb{background-color:#46ddff}body.disabled{overflow:hidden}body,html{min-height:100%}html{font-size:.5208333333vw;overflow-x:hidden;overflow-y:scroll}@media(max-width: 1024px){html{font-size:.9765625vw}}@media(max-width: 640px){html{font-size:1.5625vw}}html.disabled{overflow:hidden}html.hide{display:block}html.hide .blur_wrap{background:rgba(0,0,0,0);position:relative;-webkit-filter:none;filter:none}a{text-decoration:none}a:hover{text-decoration:none}ul li{list-style-type:none}.container{max-width:143.5rem;margin:0px auto}@media(max-width: 1440px){.container{max-width:156rem}}@media(max-width: 1024px){.container{max-width:94rem}}@media(max-width: 640px){.container{max-width:59.5rem}}.desk{display:block}@media(max-width: 640px){.desk{display:none}}.mob{display:none}@media(max-width: 640px){.mob{display:block}}.stroke span::before{content:attr(data-text);position:absolute;top:0;left:0;right:0;color:rgba(0,0,0,0);background:-webkit-gradient(linear, left top, left bottom, from(#46ddff), to(#051156));background:linear-gradient(180deg, #46ddff, #051156);-webkit-background-clip:text;-webkit-text-stroke:.4rem rgba(0,0,0,0);z-index:0}.stroke span::after{content:attr(data-text);position:absolute;top:0;left:0;right:0;background:#051156;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.title{color:#fff;font-size:4.8rem;font-weight:800;line-height:1.2}@media(max-width: 640px){.title{letter-spacing:.17rem}}.text{color:#fff;font-size:1.6rem;font-weight:400;line-height:normal;font-size:clamp(15px,1.6rem,1.6rem)}@media(max-width: 640px){.text{font-size:clamp(15px,1.7rem,1.7rem)}}.subtitle{font-size:2.6rem;font-size:clamp(18px,2.6rem,2.6rem);font-weight:700;line-height:120%}.name{font-size:4rem;font-size:clamp(28px,4rem,4rem);font-weight:400;line-height:100%}.btn{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;min-width:16.4rem;min-height:3.5rem;padding:1.4rem;overflow:hidden;color:#394985;text-align:center;font-family:"Roboto",sans-serif;font-size:1.8rem;font-size:clamp(16px,1.8rem,1.8rem);font-weight:700;line-height:normal;border-radius:4rem;background:#46ddff;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;-webkit-animation:btn-anim 3s ease-out infinite;animation:btn-anim 3s ease-out infinite}.btn:hover{background:#7ee7ff;-webkit-box-shadow:0 0 1.8rem 0 #007fef;box-shadow:0 0 1.8rem 0 #007fef}@-webkit-keyframes btn-anim{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes btn-anim{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}.wrapper{overflow:hidden}.blur_wrap{position:absolute;right:0;bottom:0;left:0;top:0;-webkit-filter:blur(5px);filter:blur(5px);width:100%;min-height:100%}@media(max-width: 1800px){.blur_wrap{font-size:16px}}@media(max-width: 1440px){.blur_wrap{font-size:14px}}.layout{position:relative;min-height:100vh;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}@media(max-width: 640px){.layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.preloader{width:5em;height:5em;position:fixed;top:0;left:0;right:0;bottom:0;margin:auto;z-index:6}.header{position:absolute;top:0;left:0;width:100%;z-index:10;border-bottom:1px solid #494949}.header__row{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:1.8rem 0;-webkit-transition:all .3s ease;transition:all .3s ease}.header__inner{background:#051156}.header__logo{width:24rem;margin-right:1rem}.header_scroll .header__row a{color:#fff}.header_scroll .header__inner{position:fixed;width:100%;-webkit-animation:headersSlideDown .5s ease-out;animation:headersSlideDown .5s ease-out;backdrop-filter:blur(1rem);background:rgba(5,17,86,.6);-webkit-box-shadow:0 0 2rem 0px #fff;box-shadow:0 0 2rem 0px #fff}.header .menu-contacts{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;color:#394985 !important;text-align:center;font-size:1.8rem;font-weight:700;line-height:normal;padding:1.6rem 2.5rem;border-radius:4rem;background:#46ddff;font-family:"Roboto",sans-serif;min-width:16.4rem;margin-left:1.5rem;-webkit-transition:all .2s;transition:all .2s}.header .menu-contacts svg{width:1.8rem;min-width:1.8rem;margin-right:.6rem;height:1.8rem}.header .menu-contacts:hover{background:#8ceaff;-webkit-box-shadow:0 .1rem 1.8rem 0 #00a6ff;box-shadow:0 .1rem 1.8rem 0 #00a6ff}@-webkit-keyframes headersSlideDown{from{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes headersSlideDown{from{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}#menu{width:100%}.menu__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.menu ul{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;right:-1rem}@media(max-width: 640px){.menu ul{width:auto;right:0}}.menu li{margin:0 1rem}.menu__link{position:relative;display:inline-block;width:100%;text-decoration:none;text-align:center;color:#fff;font-family:"Roboto",sans-serif;font-size:1.4rem;font-size:clamp(11.4px,1.4rem,1.4rem);font-style:normal;font-weight:400;line-height:normal;line-height:120%;text-wrap:nowrap;padding-bottom:.5rem;border:.1rem solid rgba(0,0,0,0);-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}@media(min-width: 641px)and (max-width: 1024px){.menu__link{font-size:1.2rem}}@media(max-width: 640px){.menu__link{width:auto;border-bottom:1px solid rgba(0,0,0,0);white-space:nowrap}}.menu__link span{position:relative;z-index:1}@media(max-width: 640px){.menu__link span{white-space:nowrap}}.menu__link:hover{color:#46ddff;border-bottom:.1rem solid #46ddff}.burger-btn{display:none;moz-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}@media(max-width: 1024px){.burger-btn{display:block;width:4.5rem;height:3.5rem;position:relative;top:.5rem;right:0rem;z-index:5}}.burger-btn span{width:4.5rem;height:.4rem;position:absolute;background-color:#fff;border-radius:1rem;left:0;-webkit-transition:all .3s ease;transition:all .3s ease}.burger-btn span:nth-child(2){top:1.2rem;width:3rem}.burger-btn span:nth-child(3){top:2.4rem;width:4.5rem}.main{position:relative;background:url(../img/webp/main-bg.webp) no-repeat;background-size:192rem auto;background-position:top 9rem center}@media(max-width: 1200px){.main{background-size:cover;background-position:top 0 center}}@media(max-width: 1024px){.main{background-size:cover;background-position:top right -39rem}}.main__wrap{position:relative;padding:23rem 0 6.5rem}@media(max-width: 1024px){.main__wrap{padding:15rem 0 10rem}}@-webkit-keyframes light-anim{0%,100%{opacity:.6}50%{opacity:1}}@keyframes light-anim{0%,100%{opacity:.6}50%{opacity:1}}.main-info__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:10rem}@media(max-width: 1024px){.main-info__wrap{margin-bottom:0}}@media(max-width: 640px){.main-info__wrap{-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;text-align:center;margin-bottom:9.5rem}}.main-info__left{max-width:71rem}@media(max-width: 1024px){.main-info__left{position:relative;max-width:60rem;z-index:2}}@media(max-width: 640px){.main-info__left{max-width:100%}}.main-info__title{color:#fff;font-size:6rem;font-weight:700;line-height:120%;text-transform:uppercase;margin:0 auto 3rem}.main-info__text{color:#fff;font-size:2rem;font-size:clamp(16px,2rem,2rem);line-height:normal;width:90%;margin-bottom:2.5rem}.main-info__links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:3.8rem}@media(max-width: 1024px){.main-info__links{-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}}.main-info__link{display:inline-block;color:#fff;text-align:center;font-size:2.4rem;font-size:clamp(17px,2.4rem,2.4rem);font-weight:400;line-height:120%;border-bottom:.1rem solid #fff;margin-left:4rem;-webkit-transition:all .2s;transition:all .2s}@media(max-width: 1024px){.main-info__link{margin-left:0;margin-top:3rem}}.main-info__link:hover{color:#46ddff;border-color:rgba(0,0,0,0)}.axes{padding:18rem 0;background:#0f092b}.axes__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.axes__photo{position:relative;width:48%}.axes__photo::before{content:"";position:absolute;width:45rem;height:45rem;background:linear-gradient(181deg, #00f641 14.48%, #008cff 97.43%);-webkit-filter:blur(17rem);filter:blur(17rem);-webkit-transform:rotate(45deg) translate(-50%, -50%);-ms-transform:rotate(45deg) translate(-50%, -50%);transform:rotate(45deg) translate(-50%, -50%);top:70%;left:10%;pointer-events:none;-webkit-animation:text-anim 5s infinite ease-in-out;animation:text-anim 5s infinite ease-in-out}.axes__photo img{position:relative;border-radius:2rem;z-index:1}.axes__info{width:45%;margin-top:3rem}.axes__suptitle{color:#46ddff}.axes__title{margin-bottom:2.5rem}.axes__subtitle{color:#70769b}.axes__list{width:48%}.axes__list li{position:relative;width:100%;margin-bottom:1rem}.axes__list li::before{content:"";position:absolute;top:1.5rem;left:-1.5rem;background:#fff;width:.4rem;height:.4rem;border-radius:50%}.axes__wrapper{margin:4rem 0 4rem 1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.teams{padding:15rem 0 14rem}.teams .container{max-width:154rem}.teams__wrap{text-align:center}.teams__title{margin-bottom:4rem}.teams__subtitle{margin-bottom:2rem}.teams__slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:8rem 0 15rem}.teams__slide{width:15.6%}.teams__photo{position:relative;width:23.2rem;height:23.2rem;margin-bottom:4rem}.teams__photo::before{content:"";position:absolute;bottom:-6rem;left:5rem;background:linear-gradient(181deg, #00f641 14.86%, #008cff 98.19%);-webkit-filter:blur(5rem);filter:blur(5rem);width:7.5rem;height:25.3rem;-webkit-transform:rotate(-64.66deg);-ms-transform:rotate(-64.66deg);transform:rotate(-64.66deg);pointer-events:none;-webkit-animation:text-anim 5s infinite ease-in-out;animation:text-anim 5s infinite ease-in-out;z-index:-1}.teams__photo img{position:relative;-o-object-fit:cover;object-fit:cover;border-radius:50%;z-index:3}.teams__name{color:#fff;font-size:2.8rem;font-weight:700}.reports{position:relative}.reports::before{content:"";position:absolute;top:0rem;left:26rem;background:linear-gradient(181deg, #db5fc2 14.48%, rgba(0, 251, 255, 0.57) 97.43%);-webkit-filter:blur(17rem);filter:blur(17rem);width:39.24rem;height:74rem;-webkit-transform:rotate(-51.837deg);-ms-transform:rotate(-51.837deg);transform:rotate(-51.837deg);pointer-events:none;-webkit-animation:text-anim 5s infinite ease-in-out;animation:text-anim 5s infinite ease-in-out}.reports::after{content:"";position:absolute;top:-35rem;right:-5rem;background:url(../img/webp/report-bg.webp) no-repeat;background-size:100% auto;width:69.8rem;height:150rem;mix-blend-mode:lighten;-webkit-filter:blur(0.5rem);filter:blur(0.5rem);pointer-events:none}.reports__wrap{position:relative;border-radius:2rem;background:rgba(3,0,18,.38);backdrop-filter:blur(2rem);padding:10rem 4rem 8.5rem;text-align:center;z-index:1}.reports__title{margin-bottom:4rem}.reports__subtitle{margin-bottom:2rem}.reports__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:8rem 0 12rem}.report{width:18%}.report__icon{width:6.4rem;margin:0 auto 2rem;min-height:9.5rem}@media(max-width: 1380px){.report__icon{min-height:12.5rem}}@media(max-width: 1024px){.report__icon{min-height:9rem}}.report__icon svg{width:100%}.report__text{color:#fff;font-size:2.4rem;font-size:clamp(17px,2.4rem,2.4rem);font-weight:400;line-height:normal}.engine{padding:21rem 0;background:rgba(0,0,0,0)}.how{padding:15rem 0;background:#051456}.how__wrap{position:relative;z-index:2}.how__title{text-align:center;margin-bottom:4rem}.how__subtitle{text-align:center}.how__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:9rem}.how__text{margin:0 auto;text-align:center}.item{position:relative;width:33%}.item::after{content:"";position:absolute;background:linear-gradient(181deg, #00f641 14.86%, #008cff 98.19%);-webkit-filter:blur(5rem);filter:blur(5rem);width:7.5rem;height:25.3rem;bottom:-1rem;left:10rem;-webkit-transform:rotate(-64.66deg);-ms-transform:rotate(-64.66deg);transform:rotate(-64.66deg);pointer-events:none;-webkit-animation:text-anim 5s infinite ease-in-out;animation:text-anim 5s infinite ease-in-out}.item__wrap{position:relative;padding:8rem 2rem 5rem 5rem;border-radius:0 0 0 10rem;background:linear-gradient(40deg, rgba(58, 19, 196, 0.6) -40.31%, rgba(77, 16, 117, 0) 53.85%);backdrop-filter:blur(3rem);margin:0 3rem 5rem;min-height:23rem;z-index:1}.item__number{position:absolute;top:-2rem;right:7rem;font-size:15rem;font-weight:800;line-height:1}.item__number .hidden{position:absolute;top:-0.5rem;right:-0.8rem;z-index:-1;-webkit-filter:blur(0.2rem);filter:blur(0.2rem);opacity:.6}.item__name{position:relative;color:#fff;font-size:3.5rem;font-weight:800;line-height:normal;margin-bottom:1.5rem;z-index:1}.item__text{position:relative;z-index:1}.assessment{background:#0f092b;padding:14rem 0 16rem}.assessment__wrap{text-align:center}.assessment__title{margin-bottom:4rem}.assessment__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:3rem}.assessment__item{position:relative;width:45%}.assessment__item::before{content:"";position:absolute;background:linear-gradient(181deg, #00f641 14.86%, #008cff 98.19%);-webkit-filter:blur(5rem);filter:blur(5rem);width:7rem;height:20rem;top:10rem;left:10rem;-webkit-transform:rotate(-64.66deg);-ms-transform:rotate(-64.66deg);transform:rotate(-64.66deg);pointer-events:none;-webkit-animation:text-anim 5s infinite ease-in-out;animation:text-anim 5s infinite ease-in-out}.assessment__block{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4.5rem 8rem 5rem 5rem;border-radius:0 0 0 10rem;background:linear-gradient(40deg, rgba(58, 19, 196, 0.6) -40.31%, rgba(77, 16, 117, 0) 53.85%);backdrop-filter:blur(3rem);margin:0 3rem 5rem;min-height:27rem;z-index:1}.assessment__text{color:#fff;font-size:4.8rem;font-weight:800;line-height:1.5;text-align:left}.assessment__info{color:#fff;font-size:2.4rem;line-height:220.833%;text-align:left;margin-left:8rem}.assessment__info span{font-weight:300}.assessment__info strong{font-weight:600}.assessment__contacts{display:-webkit-box;display:-ms-flexbox;display:flex;margin:4rem 0 0 8rem}.assessment__contact{border-radius:3rem;border:1px solid #51487a;padding:1.6rem 3.6rem;font-size:1.6rem;font-size:clamp(12px,1.6rem,1.6rem);line-height:normal;margin-right:2rem}.assessment__contact span{color:#fff;font-weight:300}.assessment__contact a{color:#46ddff;font-weight:800;border-bottom:.1rem solid rgba(0,0,0,0);-webkit-transition:all .2s;transition:all .2s}.assessment__contact a:hover{border-color:#46ddff}@-webkit-keyframes text-anim{0%,100%{opacity:.4}50%{opacity:1}}@keyframes text-anim{0%,100%{opacity:.4}50%{opacity:1}}.inner{position:relative;background:#051156}.inner__title{color:#fff;text-align:center;font-size:3.2rem;font-weight:800;line-height:168.75%;margin-bottom:7rem}@media(max-width: 640px){.inner__title{font-size:4.2rem;margin-bottom:10.5rem}}.inner .footer{background:#0f092b}.inner .main__wrap{padding:0}.template{position:relative;padding:17rem 0}.template__wrap{position:relative}.template__block{max-width:140rem}.template__inner{margin:3rem 0 4.5rem}.template__title{color:#fff;font-family:"Open Sans",sans-serif;font-size:4.8rem;font-size:clamp(22px,4.8rem,4.8rem);font-weight:800;line-height:158.333%;margin:0}.template__subtitle{color:#fff;font-family:"Open Sans",sans-serif;font-size:3.5rem;font-size:clamp(20px,3.5rem,3.5rem);font-weight:700;line-height:1.1;margin-bottom:3.2rem}.template__mintitle{color:#fff;font-family:"Open Sans",sans-serif;font-size:3.5rem;font-size:clamp(20px,3.5rem,3.5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem}.template ul{margin-left:3rem;margin-bottom:1rem}.template ul a{color:#fff;border-bottom:.1rem solid #fff;-webkit-transition:all .2s;transition:all .2s;word-break:break-word}.template ul a:hover{border-color:rgba(0,0,0,0)}.template ul li{position:relative;color:#fff;font-size:2rem;font-size:clamp(16px,2rem,2rem);font-weight:400;line-height:160%}.template ul li::before{content:"";position:absolute;top:1.4rem;left:-1.5rem;background:#fff;width:.4rem;height:.4rem;border-radius:50%;pointer-events:none}@media(max-width: 420px){.template ul li::before{left:-2.5rem;top:2rem;width:.6rem;height:.6rem}}.template h3.template__text{font-size:2.5rem;font-size:clamp(18px,2.5rem,2.5rem);font-weight:700;margin-bottom:0rem}.template__text{color:#fff;font-size:2rem;font-size:clamp(16px,2rem,2rem);font-weight:400;line-height:160%;margin-bottom:1.5rem}@media(max-width: 640px){.template__text{margin-bottom:3.5rem}}.template__text_min{margin-bottom:1rem}.template__text a{color:#fff;border-bottom:.1rem solid #fff;-webkit-transition:all .2s;transition:all .2s}.template__text a:hover{border-color:rgba(0,0,0,0)}.footer{position:relative;background:#051156;padding:6rem 0;z-index:2}.footer__wrap{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;color:#fff;font-size:1.6rem;font-size:clamp(12px,1.6rem,1.6rem);line-height:140%}@media(max-width: 1024px){.footer__wrap{-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}}.footer__wrap a{color:#fff}.footer__links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 1024px){.footer__links{margin-bottom:2rem}}.footer__links span{margin:0 1rem}.footer__links a{border-bottom:.1rem solid #fff;display:inline-block;-webkit-transition:all .2s;transition:all .2s}.footer__links a:hover{color:#46ddff;border-color:rgba(0,0,0,0)}.footer__rights{color:hsla(0,0%,100%,.6)}@media(max-width: 1024px){.footer__rights{margin-bottom:2rem;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}.footer__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer__social a{color:hsla(0,0%,100%,.6);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:3rem;-webkit-transition:all .2s;transition:all .2s}.footer__social a:hover{color:#46ddff}.footer__social a:hover svg path{fill:#46ddff}.footer__social svg{width:2rem;height:2rem;margin-right:1rem}.footer__social svg path{-webkit-transition:all .2s;transition:all .2s}.inner-main{padding:18rem 0 12rem}@media(max-width: 640px){.inner-main{padding:14.5rem 0 14rem}}.inner-main::before{content:"";position:absolute;top:0;left:0;width:100%;height:42.7rem;background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6f1ff));background:linear-gradient(180deg, #fff 0%, #e6f1ff 100%);pointer-events:none}@media(max-width: 640px){.inner-main::before{display:none}}.inner-main .gallery{padding-bottom:0}@media(max-width: 640px){.inner-main .gallery__wrap{padding:15rem 2rem 26rem}}.inner-main .gallery__info{width:94%;margin-bottom:2rem}@media(max-width: 640px){.inner-main .gallery__info{margin-bottom:23rem}}.inner-main .gallery__wrap::before,.inner-main .gallery__wrap::after{display:none !important}.owl-carousel{position:relative;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.owl-carousel .owl-stage-outer{height:calc(100% + 20rem);margin:-10rem 0;padding:10rem 0;width:calc(100% + 20rem)}.modal{position:fixed;top:0;left:0;opacity:0;pointer-events:none;z-index:150;right:0;height:100%;width:100%;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;background:rgba(255,116,0,.8);display:grid;grid-template-columns:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-height:100%;overflow-y:auto}.modal.is--visible{opacity:1;pointer-events:auto}.modal_cookies{background:none;top:unset;height:auto;bottom:0rem}.modal_cookies .modal__body{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;width:121.5rem}@media(max-width: 1280px){.modal_cookies .modal__body{width:135rem}}.modal_cookies .modal__left{max-width:70rem}.modal_successful{-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.modal__overlay{position:absolute;top:0;left:0;z-index:200;height:100%;width:100%}.modal__body{position:relative;height:-webkit-max-content;height:-moz-max-content;height:max-content;z-index:300;max-width:90%;margin:3rem auto;width:57em;border:1px solid #46ddff;background:#051156;padding:5rem;-webkit-box-shadow:0 0rem 1.4rem #fff;box-shadow:0 0rem 1.4rem #fff}.modal-close-button{position:absolute;right:4.5em;top:2.4rem;left:auto;background:rgba(0,0,0,0);border:none;cursor:pointer;outline:none;width:2.4em;height:2.4em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:2;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.modal-close-button:hover{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.modal-close-button svg{width:1.8rem;height:1.8rem}.modal__btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.close-cookies{border-radius:3rem;background:#46ddff;min-width:21.5rem;min-height:6.2rem;padding:1rem 1.5rem;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;border:none;cursor:pointer;-webkit-transition:all .2s;transition:all .2s}.close-cookies span{color:#190850;text-align:center;font-size:2rem;font-size:clamp(16px,2rem,2rem);font-weight:700;line-height:150%}.close-cookies:hover{background:#46ddff;-webkit-box-shadow:0 0rem 1.4rem #fff;box-shadow:0 0rem 1.4rem #fff}.close-cookies_dark{border:.1rem solid #46ddff;background:rgba(0,0,0,0);margin-left:2rem}.close-cookies_dark span{color:#fff}.close-cookies_dark:hover{background:rgba(0,0,0,0);-webkit-box-shadow:0 0rem 1.4rem #46ddff;box-shadow:0 0rem 1.4rem #46ddff}.modal__text{color:#fff;font-size:2rem;font-size:clamp(16px,2rem,2rem);font-weight:400;line-height:150%}.modal__text a{color:#46ddff;border-bottom:.1rem solid #46ddff;-webkit-transition:all .2s;transition:all .2s}.modal__text a:hover{border-bottom:rgba(0,0,0,0)}@media(max-width: 1200px){.modal__btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.close-cookies_dark{margin:2rem 0 0 0}.close-cookies{min-width:30rem}.modal__text,.close-cookies span{font-size:3rem}.modal__body{padding:3rem 4rem}.modal_cookies .modal__left{max-width:90rem}}@media(max-width: 1024px){.modal__text,.close-cookies span{font-size:2rem}.close-cookies{min-width:22rem}}.header .menu-contacts_mob{display:none}@media(min-width: 1025px){.swiper{overflow:visible}.swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media(max-width: 1024px){#menu{position:fixed;top:0;right:0;height:100vh;width:100%;overflow-x:hidden;overflow-y:auto;opacity:0;pointer-events:none;-webkit-transition:opacity .5s;transition:opacity .5s;background:#181036;-webkit-box-shadow:0 8px 8px -4px rgba(16,24,40,.03);box-shadow:0 8px 8px -4px rgba(16,24,40,.03);z-index:5}#menu:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0}#menu.opened{opacity:1;pointer-events:all}#menu.opened .menu__row{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}#menu .menu__row{position:relative;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s, -webkit-transform .5s;height:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#menu .menu{margin-right:0;padding-right:0;position:relative;width:100%}#menu .menu ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;right:0}#menu .menu ul li{margin:0;text-align:left;border:none;width:100%}#menu .menu__btn{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;margin-top:2rem}#menu .menu ul li a{font-size:3.2rem;font-size:clamp(20px,3.2rem,3.2rem);font-weight:500;padding:3rem 3rem;margin:0;border-bottom:.1rem solid #544a7b;text-align:left;width:100%}#menu .menu ul li a:hover{color:#181036;background:#46ddff}.header .menu-contacts_desk{display:none}.burger-btn.act{top:2.5rem;right:2.5rem;left:unset;position:absolute;z-index:6}.burger-btn.act span:nth-child(1){-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);top:1.5rem;width:4.5rem}.burger-btn.act span:nth-child(2){top:1.5rem;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);width:4.5rem}.burger-btn.act span:nth-child(3){background:rgba(0,0,0,0)}.how{padding:10rem 0}.item{width:50%}.axes__info{position:relative;z-index:2}.axes__photo::before{width:25rem;height:25rem}.teams__slider{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:8rem}.axes__photo img{position:relative;border-radius:2rem;z-index:1;height:100%;-o-object-fit:cover;object-fit:cover}.assessment__block{margin:0 0rem 5rem}.assessment__contacts,.assessment__info{margin-left:4rem}.assessment__contacts{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.assessment__contact{margin-bottom:2rem}.teams__slide{width:32%;margin-bottom:4rem}.teams__photo{margin:0 auto 4rem}.header__logo{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:26.5rem}.header .menu-contacts_mob{display:-webkit-box;display:-ms-flexbox;display:flex;width:6rem;min-width:6rem;height:6rem;padding:1rem}.header .menu-contacts_mob svg{margin:0;min-width:2rem;width:2rem;height:2rem}.swiper{padding-bottom:10rem}.swiper-pagination{bottom:1rem}.swiper-pagination-bullet{background:hsla(0,0%,100%,.6);opacity:1;width:1rem;height:1rem}.swiper-pagination-bullet-active{background:#f66082}.axes__list li::before{top:1rem}.axes__photo{width:45%}.axes__info{width:50%}}@media(max-width: 640px){.main-info__title{font-size:8rem}.main-info__text{width:86%;margin:0 auto 2rem}.main-info__subtitle{max-width:90%;margin:0 auto}.main{background:url(../img/webp/main-bg-mob.webp) no-repeat;background-size:cover;background-position:top 10rem center}.footer__wrap{font-size:1.6rem;font-size:clamp(11px,1.6rem,1.6rem)}.question__title{font-size:clamp(23px,4.4rem,4.4rem)}.question__text{font-size:clamp(14px,2rem,2rem)}.footer__links a{margin-right:2rem}.modal_cookies .modal__body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;padding:5.6rem 5rem 4rem 2.5rem}.modal_cookies .modal__left{max-width:100%}.modal__text{font-size:clamp(14px,1.6rem,1.6rem)}.close-cookies{margin:3rem 0 0 0;min-width:40rem;min-height:8rem}.modal-close-button{right:2.5rem;top:2.5rem}.modal__text,.close-cookies span{font-size:2rem;font-size:clamp(16px,2rem,2rem)}.modal_cookies .modal__body{width:100%;max-width:90%;padding:4rem 3.5rem}.header__logo{width:21rem}.header .menu-contacts_mob{width:5rem;min-width:5rem;height:5rem}.header__row{padding:2.3rem 0}.main-info__left{text-align:left}.main-info__title{font-size:6.4rem;margin-bottom:2.5rem}.main__wrap{padding:20rem 0 3rem}.main-info__text{width:96%;margin:0 0 3.5rem}.main-info__links{margin-top:4.5rem}.header{border-bottom:unset}.how{padding:12rem 0}.how__title{margin:0 auto 4rem;width:95%}.how__items{margin-top:4rem}.how__text{margin-top:4rem}.item{width:100%;margin:0 auto 2rem}.item::after{bottom:-5rem;left:6rem}.item__wrap{margin:0 auto;padding:7rem 2rem 5rem 6rem}.item__number{top:4rem;right:0rem}.item__name{font-size:3.4rem;font-size:clamp(20px,3.4rem,3.4rem);margin-bottom:.6rem;width:75%}.item__text{width:73%}.axes{padding:4rem 0 9rem}.axes__wrap{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.axes__info{width:100%}.axes__list li::before{top:1rem}.axes__photo{width:100%;margin-top:7rem}.axes__photo::before{width:35rem;height:35rem;left:-10%}.teams{padding:11rem 0 10rem}.teams .container{max-width:100%}.teams__title{width:90%;margin:0 auto 4rem}.teams__slider{margin:6rem 0 0}.teams__name{width:90%;margin:0 auto;font-size:2.8rem;font-size:clamp(18px,2.8rem,2.8rem)}.reports::after{top:74rem;right:-5rem;width:46.8rem;height:131rem}.report__icon{height:auto;min-height:12rem}.report__icon svg{width:100%}.reports__wrap{padding:12rem 2rem 5rem}.reports__row{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:8.5rem}.report{width:48%;margin-bottom:12rem}.report:last-child{margin-bottom:0}.reports__addition{position:absolute;bottom:18rem;right:9rem;width:16rem;text-align:left}.engine{padding:3rem 0 9rem !important}.engine .axes__photo{margin-top:5rem}.engine .axes__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.engine .axes__list{width:100%}.assessment{padding-bottom:8rem}.assessment__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.assessment__item{width:100%}.assessment__contacts,.assessment__info{margin-left:0}.assessment__contacts{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.assessment__block{padding:7.5rem 2rem 5rem 18rem;-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1);-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.assessment__item::before{left:50rem;top:14rem}.assessment__text{-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.assessment__contact{display:inline-block}.study__rating svg{width:1.85rem;height:1.85rem}.close-cookies{border-radius:5rem}.footer__social a{margin:0 auto}.axes__list{width:46%}}@media(max-width: 420px){.study{padding:5.7rem 2.5rem 5.5rem 5rem}.study::before{border-radius:10rem 0 0 0}.pricing__link{border-radius:7rem}.btn{min-width:24rem}.header__logo{width:28rem}.axes__list li::before{top:1.7rem}.item__name{width:66%}}
/*# sourceMappingURL=main.css.map */
