*{box-sizing:border-box;margin:0;padding:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}body{padding-top:87px;font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:500}a{color:#000;font-size:1em;font-weight:500;text-decoration:none}.container{width:100%;max-width:1320px;margin:0 auto;padding:0 20px}.header{z-index:1000;background-color:#fff;width:100%;padding:30px 0;position:fixed;top:0;left:0}.header>.container{flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}.header__logo{background:url(/assets/images/logo.svg) 50%/cover no-repeat;width:70px;height:27px;display:block}.header__nav{flex-wrap:wrap;display:flex}.mobile-menu-toggle{cursor:pointer;z-index:1001;flex-direction:column;justify-content:space-between;width:30px;height:21px;display:none}.mobile-menu-toggle span{background-color:#000;border-radius:3px;width:100%;height:3px;transition:all .3s;display:block}.mobile-menu-toggle.active span:first-child{transform:translateY(9px)rotate(45deg)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.header__nav__link{margin-right:30px;transition:color .3s;position:relative}.header__nav__link:after{content:"";background-color:#000;width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.header__nav__link:hover{color:#555}.header__nav__link:hover:after{width:100%}.header__languages{gap:40px;display:flex}.header__languages__link{border-radius:23px;justify-content:center;align-items:center;width:41px;height:21px;display:flex}.header__languages__link.active{background:#f5f7f9}.promo{background:url(/assets/images/main_bg.png) 50%/cover no-repeat;padding:141px 0 131px;position:relative}.promo__title{margin-bottom:15px;font-size:3.42em;font-weight:500}.promo__subtitle{width:40%;margin-bottom:90px;font-size:1.92em;line-height:31px}.promo__btn{color:#fff;background:#000;border-radius:30px;justify-content:space-between;align-items:center;padding:3px 3px 3px 11px;transition:transform .3s,background-color .3s;display:inline-flex}.promo__btn:hover{background-color:#333;transform:scale(1.05)}.promo__btn__arrow{background:#fff url(/assets/images/arrow.svg) 50%/13px 13px no-repeat;border-radius:50%;width:29px;height:29px;margin-left:10px;transition:transform .3s;display:block}.promo__btn:hover .promo__btn__arrow{transform:translate(3px)}.promo__bottom{background:#fff;border-radius:23px;flex-wrap:wrap;justify-content:space-between;align-items:center;width:100%;max-width:1320px;padding:17px 23px;display:flex;position:absolute;bottom:-8%;left:50%;transform:translate(-50%)}.promo__bottom__item{cursor:pointer;align-items:center;width:235px;transition:transform .3s;display:flex}.promo__bottom__item:hover{transform:translateY(-5px)}.promo__bottom__item__icon{width:48px;height:48px;margin-right:22px}.promo__bottom__item__title{font-size:1.5em}.promo__bottom__item__subtitle{font-size:1.25em;font-weight:400}.about{background:#f5f7f9;padding:120px 0 90px}.about__bg{z-index:0;width:500px;height:auto;position:absolute;top:0;right:0}.rotor{width:500px;height:auto;position:absolute;top:0;right:0}.rotor-fill{position:absolute;top:140px;right:150px;transform:scale(1.22,1.1)}.rotor-circle{stroke-dasharray:472;stroke-dashoffset:472px;transition:stroke-dashoffset 2s ease-in-out}.rotor-fill.animated .rotor-circle{stroke-dashoffset:614px}.about>.container{position:relative}.about__label{border:1px solid #fff;border-radius:20px;margin-bottom:25px;padding:3px 10px;display:inline-block}.about__title{width:45%;margin-bottom:110px;font-size:3.42em;font-weight:500}.about__subtitle{width:45%;margin-bottom:90px;font-size:1.83em;font-weight:400}.video{background:#f5f7f9}.video>.container{justify-content:center;display:flex}.video>.container>iframe{aspect-ratio:16/9;border:0;border-radius:20px;width:100%;height:auto}.plans{background:#f5f7f9;padding:90px 0}.plans__title{text-align:center;margin-bottom:30px;font-size:3.42em;font-weight:500}.plans__image-wrapper__container{width:100%;max-width:1320px;margin:0 auto;padding:0}.plans__image-wrapper{width:100%;max-width:1200px;margin:0 auto;position:relative}.fade-container{padding:0 40px}.fade-container:before,.fade-container:after{content:"";z-index:3;pointer-events:none;width:70px;height:100%;position:absolute;top:0}.fade-container:before{background:linear-gradient(90deg,#fff 30%,#fff0);left:0;box-shadow:-25px 0 20px 1px #fff}.fade-container:after{background:linear-gradient(270deg,#fff 30%,#fff0);right:0;box-shadow:25px 0 20px 1px #fff}.plans__image{z-index:2;clip-path:polygon(0 0,0 0,0 100%,0% 100%);width:100%;max-width:1200px;height:auto;transition:clip-path 3s cubic-bezier(.25,0,.3,1) 1s;display:block;position:relative}.plans__image.visible{clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}.plans__image_bg{z-index:1;opacity:.2;width:100%;max-width:1200px;height:auto;position:absolute;left:0}.mission{background:#fff;padding:90px 0}.mission__label{border:1px solid #f5f7f9;border-radius:20px;margin-bottom:25px;padding:3px 10px;display:inline-block}.mission__title{opacity:0;margin-bottom:38px;font-size:3.42em;font-weight:500}.mission__title.animate{animation:1s ease-out forwards fadeInUp}.mission__items{justify-content:space-between;gap:30px;display:flex}.mission__item:first-child,.mission__item:nth-child(2),.mission__item:nth-child(3),.mission__item:nth-child(4){opacity:0}.mission__item:first-child.animate{animation:.6s ease-out .1s forwards fadeInUp}.mission__item:nth-child(2).animate{animation:.6s ease-out .3s forwards fadeInUp}.mission__item:nth-child(3).animate{animation:.6s ease-out .5s forwards fadeInUp}.mission__item:nth-child(4).animate{animation:.6s ease-out .7s forwards fadeInUp}.mission__item{cursor:pointer;background:#f5f7f9;border-radius:23px;max-width:276px;padding:19px;transition:transform .3s,box-shadow .3s}.mission__item:hover{transform:translateY(-10px);box-shadow:0 10px 20px #0000001a}.mission__item__icon{background-position:50%;background-repeat:no-repeat;background-size:contain;width:60px;height:60px;display:block}.mission__item__title{margin:12px 0;font-size:1.58em}.mission__item__text{font-size:1.25em;font-weight:400}.values{background:#fff;padding:90px 0}.values__label{border:1px solid #f5f7f9;border-radius:20px;margin-bottom:25px;padding:3px 10px;display:inline-block}.values__title{margin-bottom:2em;font-size:3em;font-weight:500}.values__subtitle{margin-bottom:90px;font-size:1.83em;font-weight:400}.projects{text-align:center;padding:90px 0}.projects__title{opacity:0;margin-bottom:37px;font-size:3.42em;font-weight:500}.projects__title.animate{animation:1s ease-out forwards fadeInUp}.projects__text{margin-bottom:37px;font-size:1.83em;font-weight:400}.projects__gallery{grid-template-columns:1fr 1fr;gap:29px;display:grid}.projects__gallery img{border-radius:27px;width:100%;transition:transform .5s,box-shadow .5s}.projects__gallery img:hover{transform:scale(1.03);box-shadow:0 15px 30px #00000026}.investors{text-align:center;background:#f5f7f9;padding:90px 0}.investors__label{border:1px solid #fff;border-radius:20px;margin-bottom:23px;padding:3px 10px;display:inline-block}.investors__title{opacity:0;margin-bottom:37px;font-size:3.42em;font-weight:500}.investors iframe{aspect-ratio:16/9;border:0;border-radius:20px;width:100%;height:auto;margin-bottom:22px}.investors__title.animate{animation:1s ease-out forwards fadeInUp}.investors__text{margin-bottom:22px;font-size:1.83em;font-weight:400}.investors__list{flex-wrap:wrap;justify-content:center;align-items:center;gap:22px;margin-top:22px;display:flex}.investors__list__item{cursor:pointer;background:#fff;border-radius:75px;justify-content:center;align-items:center;gap:22px;width:183px;height:30px;margin-bottom:22px;transition:transform .3s,box-shadow .3s;display:flex}.investors__list__item:hover{transform:scale(1.05);box-shadow:0 5px 15px #0000001a}.investors__btn{color:#fff;background:#000;border-radius:30px;justify-content:space-between;align-items:center;padding:3px 3px 3px 11px;transition:transform .3s,background-color .3s;display:inline-flex}.investors__btn:hover{background-color:#333;transform:scale(1.05)}.investors__btn__arrow{background:#fff url(/assets/images/arrow.svg) 50%/13px 13px no-repeat;border-radius:50%;width:29px;height:29px;margin-left:10px;transition:transform .3s;display:block}.investors__btn:hover .investors__btn__arrow{transform:translate(3px)}.news{padding:90px 0}.news__title{text-align:center;margin-bottom:37px;font-size:3.42em;font-weight:500}.news-carousel{max-width:1080px;margin:0 auto;padding-top:9px;position:relative;overflow:hidden}.news__items{gap:20px;transition:transform .5s;display:flex}.news__item{cursor:pointer;background:#f5f7f9;border-radius:10px;flex:0 0 calc(33.333% - 14px);min-width:calc(33.333% - 14px);padding-bottom:20px;transition:transform .4s,box-shadow .4s;overflow:hidden}.news__item:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0000001f}.news__item__image{aspect-ratio:1;object-fit:cover;width:100%}.news__item__title{min-height:2.4em;margin:22px 22px 11px;font-size:1.5em;font-weight:500;line-height:1.2}.news__item__subtitle{text-overflow:ellipsis;line-clamp:4;-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:0 22px 11px;font-size:1.25em;font-weight:400;display:-webkit-box;overflow:hidden}.news__item__date{margin:0 22px;font-size:1em;font-weight:300}.carousel-buttons{position:relative}.carousel-btn{cursor:pointer;z-index:10;opacity:.9;background-color:#fff;border:none;border-radius:50%;width:40px;height:40px;transition:transform .3s,box-shadow .3s;position:absolute;top:300px;transform:translateY(-50%);box-shadow:0 4px 8px #0003}.prev-btn{color:#0000;background:#fff url(/assets/images/arrow.svg) 50%/13px 13px no-repeat;left:30px;transform:translateY(-50%)scaleX(-1)}.next-btn{color:#0000;background:#fff url(/assets/images/arrow.svg) 50%/13px 13px no-repeat;right:30px}.carousel-indicators{justify-content:center;gap:10px;margin-top:20px;display:flex}.indicator{cursor:pointer;background:#ccc;border-radius:50%;width:12px;height:12px;transition:background .3s}.indicator.active{background:#333}.news-modal{z-index:1001;background-color:#0006;width:100%;height:100%;display:none;position:fixed;top:0;left:0;overflow:auto}.news-modal-content{background-color:#f5f7f9;border-radius:10px;width:90%;max-width:800px;max-height:90vh;margin:5% auto;padding:30px;animation:.3s fadeIn;position:relative;overflow-y:auto}.close-modal{color:#aaa;float:right;cursor:pointer;z-index:10;font-size:2.33em;font-weight:700;transition:color .3s;position:absolute;top:15px;right:20px}.close-modal:hover{color:#000}.modal-image{object-fit:cover;border-radius:8px;width:100%;max-height:400px;margin-bottom:20px}.news-modal-title{margin-bottom:20px;font-size:2.33em;font-weight:500;line-height:1.3}.news-modal-text{text-align:justify;margin-bottom:20px;font-size:1.33em;font-weight:400;line-height:1.8}.partners{text-align:center;padding:90px 0}.partners__label{border:1px solid #f5f7f9;border-radius:20px;margin-bottom:23px;padding:3px 10px;display:inline-block}.partners__title{margin-bottom:90px;font-size:3.42em;font-weight:500}.partners__logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:90px;display:flex}.partners__logo img{transition:transform .3s,filter .3s}.partners__logo:hover img{filter:drop-shadow(0 5px 15px #0000001a);transform:scale(1.1)}.partners__logo:first-child img{width:150px}.partners__logo:nth-child(2) img{width:190px}.partners__logo:nth-child(3) img{width:150px}.contacts{padding:90px 0}.contacts__label{border:1px solid #f5f7f9;border-radius:20px;margin-bottom:23px;padding:3px 10px;display:inline-block}.contacts__title{margin-bottom:37px;font-size:3.42em;font-weight:500}.contacts__form{background:#f5f7f9;border-radius:23px;flex-wrap:wrap;justify-content:space-between;padding:50px 20px;display:flex;position:relative}.contacts__form__left{flex-direction:column;width:50%;display:flex}.contacts__form__text{max-width:370px;font-size:1.83em;font-weight:400}.contacts__form__btn__block{align-items:center;margin-top:auto;display:flex}.contacts__form__btn{color:#fff;background:#000;border-radius:30px;justify-content:space-between;align-items:center;margin-right:10px;padding:3px 3px 3px 11px;transition:transform .3s,background-color .3s;display:inline-flex}.contacts__form__btn:hover{background-color:#333;transform:scale(1.05)}.contacts__form__btn__arrow{background:#fff url(/assets/images/arrow.svg) 50%/13px 13px no-repeat;border-radius:50%;width:29px;height:29px;margin-left:10px;transition:transform .3s;display:block}.contacts__form__btn:hover .contacts__form__btn__arrow{transform:translate(3px)}.contacts__form__btn__text{font-size:1em;font-weight:300}.contacts__form__btn__text--bold{font-weight:500}.contacts__form__right{width:50%}.contacts__form__bottom{position:absolute;bottom:50px}.contacts__form__form{flex-direction:column;gap:15px;display:flex}.contacts__form__input{border:1px solid #000;border-radius:11px;padding:19px;transition:transform .3s,box-shadow .3s,border-color .3s}.contacts__form__input:focus{border-color:#555;outline:none;transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.contacts__form__textarea{resize:none;min-height:175px}.footer{background:#f5f7f9;padding:90px 0 45px}.footer__content{flex-wrap:wrap;justify-content:space-between;margin-bottom:90px;display:flex}.footer__logo{background:url(/assets/images/logo_big.svg) 50%/cover no-repeat;width:142px;height:76px}.footer__list{list-style:none}.footer__list li{margin-bottom:12px}.footer__list__link{margin-bottom:6px;transition:color .3s,transform .3s;display:inline-block}.footer__list a.footer__list__link:hover{color:#555;transform:translate(5px)}.footer__list__title{font-size:1.5em;font-weight:500}.footer__medias{flex-wrap:wrap;gap:15px;display:flex}.footer__media{transition:transform .3s,opacity .3s}.footer__media:hover{opacity:.8;transform:translateY(-5px)scale(1.1)}.footer__copyright{text-align:center;font-size:1em;font-weight:300}@media (max-width:1200px){.promo__title{font-size:3em}.promo__subtitle{font-size:1.67em}.about__title,.values__title,.plans__title,.mission__title,.projects__title,.investors__title,.news__title,.partners__title,.contacts__title{font-size:2.3em}.about__subtitle,.values__subtitle,.projects__text,.investors__text,.contacts__form__text{font-size:1.67em}.mission__item__title{font-size:1.42em}.mission__item__text{font-size:1.17em}.promo__bottom__item__title{font-size:1.33em}.promo__bottom__item__subtitle{font-size:1.17em}}@media (max-width:992px){.promo__title{font-size:2.67em}.promo__subtitle{font-size:1.5em}.about__title,.values__title,.plans__title,.mission__title,.projects__title,.investors__title,.news__title,.partners__title,.contacts__title{font-size:2em}.about__subtitle,.values__subtitle,.projects__text,.investors__text,.contacts__form__text{font-size:1.5em}.news__item{flex:0 0 calc(50% - 10px);min-width:calc(50% - 10px)}.footer__list__title{font-size:1.33em}.promo{padding:100px 0 120px}.about__title{width:45%;margin-bottom:90px}.values__title{margin-bottom:90px}.values__subtitle{margin-bottom:70px}.about__subtitle{width:45%;margin-bottom:70px}.rotor{transform-origin:100% 0;transform:scale(.7)}.mission__items{gap:20px}.mission__item{max-width:220px}.partners__logos{gap:60px}.header__nav__link{margin-right:20px}}@media (max-width:768px){body{font-size:.69rem}a{font-size:1em}.promo__title{font-size:2.55em}.promo__subtitle{margin-bottom:60px;font-size:1.45em;line-height:1.5em}.about__title,.values__title,.plans__title,.mission__title,.projects__title,.investors__title,.news__title,.partners__title,.contacts__title{font-size:2.55em}.about__subtitle,.values__subtitle,.projects__text,.investors__text,.contacts__form__text{font-size:1.45em}.mission__item__title{font-size:1.36em}.mission__item__text{font-size:1.18em}.news__item__title{font-size:1.45em}.news__item__subtitle{font-size:1.27em}.news-modal-title{font-size:2.18em}.news-modal-text{font-size:1.27em}.header__nav{gap:10px}.header__nav__link{margin-right:15px}.promo{padding:0}.promo .container{background:url(/assets/images/main_bg.png) 50%/cover no-repeat;padding:20px}.promo__bottom{flex-wrap:wrap;justify-content:center;gap:0;position:relative}.promo__bottom__item{width:45%}.about__title{width:85%;margin-bottom:80px}.values__title{margin-bottom:80px}.about__subtitle{width:85%;margin-bottom:60px}.values__subtitle{margin-bottom:60px}.about .container{flex-direction:column;display:flex}.about__label{align-self:flex-start}.rotor{align-self:center;width:300px;height:300px;display:flex;position:relative;transform:scale(.6)}.mission__items{flex-wrap:wrap;justify-content:center;gap:15px}.mission__item{max-width:45%}.projects__gallery{grid-template-columns:1fr;gap:20px}.prev-btn{left:15px;transform:translateY(100%)scaleX(-1)}.next-btn{right:15px;transform:translateY(100%)}.investors__list{gap:15px;margin-bottom:30px}.investors__list__item{margin-bottom:0}.partners__logos{flex-wrap:nowrap;gap:0}.partners__logo img{max-width:25vw}.contacts__form__bottom{margin-top:20px;position:relative;bottom:0}.contacts__form__bottom>.contacts__form__btn__block{flex-direction:column;display:flex}.contacts__form__bottom>.contacts__form__btn__block>.contacts__form__btn__text{text-align:center;margin-top:10px}.footer__content{text-align:center;align-items:center}}@media (max-width:576px){.promo__title{font-size:2.18em}.promo__subtitle{margin-bottom:1.5em;font-size:1.27em}.about__title,.values__title,.plans__title,.mission__title,.projects__title,.investors__title,.news__title,.partners__title,.contacts__title{font-size:2.18em}.about__subtitle,.values__subtitle,.projects__text,.investors__text,.contacts__form__text,.promo__bottom__item__title{font-size:1.27em}.promo__bottom__item__subtitle{font-size:1.09em}.news__item{flex:0 0 100%;min-width:100%}.footer__list__title{font-size:1.27em}.promo{padding:0}.about{padding:30px 0 60px}.about__title,.values__title{width:100%;margin-bottom:30px}.about__subtitle,.values__subtitle{width:100%;margin-bottom:60px}.plans,.mission,.values,.projects,.investors,.news,.partners,.contacts{padding:30px 0}.mission__items{justify-content:center}.mission__item{max-width:100%}.partners__logos{justify-content:space-between;gap:0}.contacts__form{flex-direction:column}.contacts__form__left,.contacts__form__right{width:100%}.contacts__form__left{margin-bottom:30px}.footer__content{flex-direction:column;gap:30px}.mobile-menu-toggle{display:flex}.header__nav{opacity:0;background:#fff;flex-direction:column;width:100%;max-height:0;padding:0;transition:max-height .5s,padding .5s;position:absolute;top:87px;left:0;overflow:hidden;box-shadow:0 5px 15px #0000001a}.header__nav.active{opacity:1;flex-wrap:nowrap;max-height:40vh;padding:20px}.header__nav__link{margin-bottom:15px;margin-right:0;font-size:1.45em}.header>.container{justify-content:space-between}.header__logo{position:absolute;left:50%;transform:translate(-50%)}.mobile-menu-toggle{order:1}.header__languages{order:3;position:relative}.header__languages .header__languages__link{display:none}.header__languages .header__languages__link.active{display:flex}.header__languages.open{z-index:1002;background:#fff;border-radius:10px;flex-direction:column;gap:20px;padding:30px 20px;display:flex;position:absolute;top:0;right:0;box-shadow:0 5px 15px #0000001f}.header__languages.open .header__languages__link{border-radius:23px;justify-content:center;align-items:center;width:41px;height:21px;display:flex}.header__nav{gap:15px}.promo__bottom{-webkit-overflow-scrolling:touch;border-radius:0;flex-wrap:nowrap;justify-content:flex-start;gap:15px;padding-bottom:10px;display:flex;overflow-x:auto}.promo__bottom__item{flex:none;min-width:180px}}.values__flex{align-items:stretch;display:flex}.values__flex__left{flex-grow:1}.values__flex__right{flex-grow:1;flex-basis:200%;height:auto;position:relative}@media screen and (max-width:790px){.values__flex{flex-wrap:wrap}.values__flex__right{height:400px}}
