.wrapper--error404{flex-direction:column;gap:128px;justify-content:center;min-height:100vh}.error404,.wrapper--error404{align-items:center;display:flex}.error404{gap:32px}.error404__main{display:flex;flex-direction:column;gap:15px}.error404__title{color:var(--red)}.error404__text,.error404__title{font-size:5rem;line-height:6.2rem}.error404__text{font-weight:500}.error404__text--bottom{font-size:2.2rem;line-height:2.6rem}@media screen and (max-width:991px){.wrapper--error404{gap:60px}.error404{flex-direction:column}.error404__main{text-align:center}.error404__logo{width:200px}}@media screen and (max-width:479px){.wrapper--error404{display:block;margin-top:80px}.wrapper--error404__btn{display:flex;justify-content:center;margin-top:20px}.error404{gap:20px}.error404__logo{width:100px}.error404__text{font-size:2.2rem;font-weight:500;line-height:2.7rem}.error404__text--bottom{font-size:1.8rem;line-height:2.2rem}}.icon{font-size:1.5rem;font-weight:400}.btn{background-color:var(--background--btn--red);border-radius:8px;color:var(--white);display:inline-block;font-size:1.4rem;font-weight:600;line-height:1;padding:12px 16px;text-align:center;transition:all .3s ease-in-out}.btn__icon{font-size:20px}.btn:hover{background-color:var(--background--btn--red--hover)}.btn--cropper{align-items:center;background:var(--white);border:1px solid var(--text--color);border-radius:8px;color:var(--text--color);display:inline-flex;font-weight:400;gap:10px;line-height:2.2rem;padding:8px 10px}.btn--cropper:hover{background:inherit}.btn--secondary{background-color:var(--background--btn--secondary);border:1px solid var(--background--btn--red);color:var(--background--btn--red);display:inline-block}.btn--secondary:hover{background:var(--background--btn--secondary--hover);border:1px solid var(--background--btn--red--hover);color:var(--background--btn--red--hover)}.btn--project{background-color:var(--text--color);border:1px solid var(--white);border-radius:25px;display:inline-block}.btn--project.active,.btn--project:hover{background:var(--background--btn--profile--hover);border:1px solid var(--background--btn--profile);color:var(--background--btn--profile)}.btn--profile{background:var(--background--btn--profile);border:1px solid var(--white);padding:16px 48px}.btn--profile:hover{background:var(--background--btn--profile--hover);border:1px solid var(--background--btn--profile);color:var(--background--btn--profile)}.btn--profile:active{background:var(--white);border:1px solid var(--background--main)}.btn--large{font-size:1.6rem;padding:16px 24px}@media screen and (max-width:479px){.btn--large{font-size:1.4rem;padding:12px 16px}}.btn--small{font-size:1.2rem;padding:6px 12px}.btn--disabled{background-color:var(--background--disabled);color:var(--color--disabled);pointer-events:none}.btn--disabled.btn--secondary{background:var(--background--btn--secondary--disabled);border:1px solid var(--background--disabled)}.btn--disabled.btn--profile{background-color:var(--white);border:1px solid var(--color--disabled);color:var(--color--disabled)}.btn--loading{border-color:transparent;overflow:hidden;pointer-events:none;position:relative}.btn--loading.btn--profile{opacity:.9}.btn--loading .btn__preloader{display:grid}.btn__preloader{background-color:rgba(0,0,0,.1);display:none;height:100%;left:0;position:absolute;top:0;width:100%}.btn__slot{white-space:nowrap}.btn__slot a{color:inherit}.btn__anim{animation:btn-preloader 1.5s ease infinite;border-radius:50%;color:var(--color--disabled);height:1em;margin:auto;position:relative;transform:translateZ(0);width:1em}.loading-page{align-items:center;background:#fff;display:flex;height:100%;justify-content:center;left:0;position:fixed;text-align:center;top:0;width:100%;z-index:9999}.loading-page__loader{animation:rotation 1s linear infinite;border-right:8px solid transparent;border-top:8px solid #6ebeff;display:block}.loading-page__loader,.loading-page__loader:after{border-radius:50%;box-sizing:border-box;height:80px;width:80px}.loading-page__loader:after{animation:rotation .5s linear infinite reverse;border-bottom:8px solid transparent;border-left:8px solid #337ab7;content:"";left:0;position:absolute;top:0}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],select,textarea{-moz-appearance:none;-webkit-appearance:none;border:1px solid gray;border-radius:0;box-shadow:none;max-width:100%}[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,select:focus,textarea:focus{box-shadow:none;outline:0}[type=button],[type=reset],[type=submit],button{-moz-appearance:none;-webkit-appearance:none;background:transparent none repeat 0 0/auto auto padding-box border-box scroll;background:initial;border:0;border-radius:0;box-shadow:0;cursor:pointer;line-height:1;padding:0}textarea{resize:none;width:100%}input:disabled,input[readonly],select:disabled,textarea:disabled,textarea[readonly]{cursor:default}[type=checkbox],[type=file],[type=radio]{margin:0 0 1rem}[type=checkbox],[type=radio]{display:inline-block;margin-right:5px;vertical-align:baseline}[type=checkbox]+label,[type=radio]+label{display:inline-block;margin:0;vertical-align:middle}[type=file]{width:100%}fieldset{border:0;margin:0;padding:0}legend{margin-bottom:0;max-width:100%}*,:after,:before{box-sizing:border-box}blockquote,body,dd,dl,figcaption,figure,h1,h2,h3,h4,li,ol[class],p,ul[class]{margin:0;padding:0}body{scroll-behavior:smooth;text-rendering:optimizeSpeed}ol[class],ul[class]{list-style:none}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img{display:block}article>*+*{margin-top:1em}button,input,select,textarea{font:inherit}button,input{-webkit-appearance:none;-moz-appearance:none;appearance:none}button:active,input:active{-webkit-tap-highlight-color:transparent;outline:none!important}a,button{background-color:transparent;color:inherit;cursor:pointer;margin:0;outline:none;padding:0}a,button,iframe{border:none}img,svg{max-width:100%}a{-webkit-text-decoration:none;text-decoration:none}a:active{-webkit-tap-highlight-color:transparent;outline:none!important}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=number]:focus,input[type=number]:hover{-moz-appearance:number-input}@font-face{font-display:swap;font-family:Gilroy;font-style:normal;font-weight:100;src:url(/_nuxt/fonts/Gilroy-Thin.936acdc.eot) format("eot"),url(/_nuxt/fonts/Gilroy-Thin.b4e27db.ttf) format("ttf"),url(/_nuxt/fonts/Gilroy-Thin.e1358f5.woff) format("woff")}@font-face{font-display:swap;font-family:Gilroy;font-style:normal;font-weight:400;src:url(/_nuxt/fonts/Gilroy-Regular.59525ce.eot) format("eot"),url(/_nuxt/fonts/Gilroy-Regular.ae5e725.ttf) format("ttf"),url(/_nuxt/fonts/Gilroy-Regular.8e8705d.woff) format("woff")}@font-face{font-display:swap;font-family:Gilroy;font-style:normal;font-weight:500;src:url(/_nuxt/fonts/Gilroy-Medium.f968032.eot) format("eot"),url(/_nuxt/fonts/Gilroy-Medium.ef9daf9.ttf) format("ttf"),url(/_nuxt/fonts/Gilroy-Medium.7ab5484.woff) format("woff")}@font-face{font-display:swap;font-family:Gilroy;font-style:normal;font-weight:600;src:url(/_nuxt/fonts/Gilroy-SemiBold.2b2e536.eot) format("eot"),url(/_nuxt/fonts/Gilroy-SemiBold.05bdf30.ttf) format("ttf"),url(/_nuxt/fonts/Gilroy-SemiBold.989947b.woff) format("woff")}@font-face{font-display:swap;font-family:Gilroy;font-style:normal;font-weight:700;src:url(/_nuxt/fonts/Gilroy-Bold.5e111ca.eot) format("eot"),url(/_nuxt/fonts/Gilroy-Bold.3cf0ee2.ttf) format("ttf"),url(/_nuxt/fonts/Gilroy-Bold.32750b0.woff) format("woff")}@font-face{font-display:block;font-family:icomoon;font-style:normal;font-weight:400;src:url(/_nuxt/fonts/icomoon.d0605d3.eot);src:url(/_nuxt/fonts/icomoon.d0605d3.eot) format("embedded-opentype"),url(/_nuxt/fonts/icomoon.5c0322f.ttf) format("truetype"),url(/_nuxt/fonts/icomoon.b2e2654.woff) format("woff"),url(/_nuxt/img/icomoon.99100b2.svg) format("svg")}[class*=icon-],[class^=icon-]{speak:never;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.icon-Search:before{content:""}.icon-Warning:before{content:""}.icon-View-Off:before{content:""}.icon-View-On:before{content:""}.icon-Sync:before{content:""}.icon-Place:before{content:""}.icon-Person:before{content:""}.icon-Payment:before{content:""}.icon-ok:before{content:""}.icon-Info:before{content:""}.icon-Help:before{content:""}.icon-Email:before{content:""}.icon-Content-Copy:before{content:""}.icon-Close:before{content:""}.icon-Arrow-Down:before{content:""}.icon-Arrow-Up:before{content:""}.icon-Confirm-Circle:before{content:""}.icon-Cancel:before{content:""}.icon-Calendar-Date:before{content:""}.icon-Calendar-Today:before{content:""}.icon-Add-Circle:before{content:""}.icon-instagram:before{content:""}.icon-telegram:before{content:""}.icon-vk:before{content:""}.icon-whatsapp:before{content:""}.icon-youtube:before{content:""}.icon-draft:before{content:""}.icon-Arrow-left:before{content:""}.icon-exit:before{content:""}.icon-burger:before{content:""}.icon-cropper:before{content:""}.icon-star:before{content:""}.icon-file:before{content:""}.icon-Star:before{content:""}.icon-sport:before{content:""}.icon-adaptation:before{content:""}.icon-media-center:before{content:""}.icon-talk:before{content:""}.icon-analytics:before{content:""}.icon-pr:before{content:""}.icon-project:before{content:""}.icon-culture:before{content:""}.icon-self-management:before{content:""}.icon-science:before{content:""}.icon-questions:before{content:""}.icon-social-questions:before{content:""}.icon-spo:before{content:""}.icon-law:before{content:""}.icon-two-people:before{content:""}.icon-interaction:before{content:""}.icon-education:before{content:""}.icon-media:before{content:""}.icon-interregional:before{content:""}.icon-tg-bot:before{content:""}html{font-family:Gilroy,"Verdana, sans-serif";font-family:var(--gilroy-family);font-size:62.5%;scroll-behavior:smooth}body.no-scroll{overflow:hidden;padding-right:0}body.no-scroll .popup-wrapper{padding-right:32px}body.no-scroll .layout{margin-right:-17px}body.no-scroll .header{padding-right:0}body.no-scroll .main{padding-right:37px}@media screen and (min-width:767px){body.no-scroll{padding-right:17px}}@media screen and (max-width:479px){body.no-scroll{padding-right:0}body.no-scroll .popup-wrapper{padding-right:15px}body.no-scroll .layout{margin-right:0}body.no-scroll .header,body.no-scroll .main{padding-right:0}}.popup-wrapper{align-items:center;background-color:rgba(0,0,0,.3);bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;padding:15px;position:fixed;right:0;top:0;z-index:1050}.popup-wrapper .modal-box{background-color:#fff;border-radius:10px;display:flex;flex-direction:column;font-size:1.8rem;font-weight:400;line-height:2.2rem;max-height:100%;max-width:728px;overflow-y:auto;padding:40px;position:relative;scrollbar-color:var(--input--border);scrollbar-width:thin;width:100%}.popup-wrapper .modal-box::-webkit-scrollbar{background-color:var(--background--disabled);border-radius:8px;height:2px;width:7px}.popup-wrapper .modal-box::-webkit-scrollbar-thumb{background-color:var(--input--border);border-radius:8px;height:2px;width:2px}@media screen and (max-width:767px){.popup-wrapper .modal-box{padding:20px}}.popup-wrapper .close{cursor:pointer;font-size:20px;position:absolute;right:5px;top:5px}.popup-wrapper .close:hover{-webkit-text-stroke-width:.07rem}.layout{color:var(--text--color);display:flex;flex-direction:column;font-size:1.6rem;font-weight:400;line-height:2.24rem;min-height:100vh;width:100%}.layout-project{background:var(--text--color);color:var(--white)}.slot__wrapper{flex:1 1 auto}.sub-title{font-size:3rem;font-weight:600;line-height:3.7rem;margin-bottom:30px}.wave--down img{bottom:0;transform:scaleX(-1)}.wave--down img,.wave--up{left:0;position:absolute;width:100%;z-index:5}.wave--up{top:0;transform:scaleY(-1)}.main-section{align-items:center;display:flex;height:500px;justify-content:center;margin:0 auto 80px;max-width:1920px;position:relative;width:100%}.main-section__body{position:relative;z-index:10}.main-section__body h1{color:var(--white);font-size:7rem;font-weight:700;line-height:8.7rem}.main-section__background{height:100%}.main-section__background:after{background:rgba(0,0,0,.8);content:"";height:100%;left:0;opacity:.7;position:absolute;top:0;width:100%;z-index:2}.main-section__background img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}@media screen and (max-width:991px){.main-section{margin:0 auto 60px}.main-section__body h1{font-size:3rem;line-height:3.7rem}}@media screen and (max-width:479px){.main-section{height:400px;margin:0 auto 30px}.main-section__body h1{font-size:2.2rem;line-height:2.7rem;max-width:200px;text-align:center}}.numbers__numbers{grid-gap:75px;background:rgba(252,232,239,.6);box-sizing:content-box;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:80px;padding:32px 100px}@media screen and (max-width:479px){.numbers__numbers{margin-bottom:40px}}.numbers__item{align-items:center;color:#e31a5a;display:flex;flex-direction:column;font-size:8rem;font-weight:800;line-height:10rem}.numbers__item p{font-size:1.6rem;font-weight:500;line-height:1.9rem;max-width:-moz-fit-content;max-width:fit-content;text-align:center}.slider{margin-bottom:80px}.slider__swiper{grid-gap:20px;display:flex;flex-direction:column}.slider__img{border-radius:8px;height:100%;position:relative;width:700px}.slider__img img{border-radius:8px;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.slider .carousel__slide{min-height:300px;padding:0 10px;width:100%}@media screen and (max-width:767px){.slider .carousel__slide{min-height:200px;padding:0 5px;width:100%}}@media screen and (max-width:479px){.slider{margin-bottom:40px}}.main-doc{color:#000;font-size:1.6rem;font-weight:400;line-height:2.2rem;margin-bottom:120px}.main-doc ul{grid-gap:7px;display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.main-doc .bold{font-weight:600}.main-doc a{color:#4f46e5;-webkit-text-decoration:underline;text-decoration:underline}.main-doc__title{color:#121212;font-size:3rem;font-weight:600;line-height:3.7rem;margin-bottom:40px}.main-doc__body{grid-gap:32px;display:flex;flex-direction:column}.main-doc__subtitle{color:#121212;font-size:1.8rem;font-weight:600;line-height:2.2rem}.main-doc__content{grid-gap:7px;display:flex;flex-direction:column;margin-top:16px}.slick-slider{align-items:center;display:flex!important;position:relative;width:100%}.slick-track{grid-gap:10px;align-items:stretch;display:flex!important}.slick-list{width:100%}.slick-arrow{color:var(--input--border);cursor:pointer;position:absolute}.slick-arrow.slick-next{right:-25px;transform:rotate(90deg)}.slick-arrow.slick-prev{left:-25px;transform:rotate(-90deg)}@media screen and (max-width:767px){.slick-arrow{display:none}}[data-tooltip]{cursor:pointer}[data-tooltip]:after{background-color:var(--black);border:1px solid var(--black);border-radius:4px;box-shadow:2px 2px 5px rgba(0,0,0,.3);color:var(--white);content:attr(data-tooltip);font-family:Gilroy;font-size:1.2rem;font-style:normal;font-weight:400;left:0;line-height:1.4rem;opacity:0;padding:4px 8px;pointer-events:none;position:absolute;top:100%;transition:1s;width:200px;z-index:1}[data-tooltip]:hover:after{left:4em;opacity:1}.sy-statistic{grid-gap:90px}.sy-statistic,.sy-statistic__head{display:flex;flex-direction:column}.sy-statistic__head{grid-gap:60px}.sy-statistic__title{font-size:45px;font-weight:600;letter-spacing:4px;line-height:1}.sy-statistic__controls{grid-gap:20px;align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.sy-statistic__controls .dropdown{width:300px}.sy-statistic__controls .btn{border-color:var(--event--hover);border-radius:15px}.sy-statistic__controls--left{grid-gap:10px;align-items:center;display:flex;flex-wrap:wrap}@media screen and (max-width:991px){.sy-statistic{grid-gap:60px}.sy-statistic__head{grid-gap:20px}.sy-statistic__title{font-size:20px}}@media screen and (max-width:479px){.sy-statistic__controls--left,.sy-statistic__controls--left .dropdown{width:100%}}.sy-faculty{grid-gap:90px}.sy-faculty,.sy-faculty__body{display:flex;flex-direction:column}.sy-faculty__body{grid-gap:30px}.sy-faculty__head{grid-gap:60px;display:flex;flex-direction:column}.sy-faculty__title{grid-gap:10px;align-items:center;display:flex;font-size:45px;font-weight:600;letter-spacing:4px;line-height:1}.sy-faculty__title i{cursor:pointer;font-size:40px}.sy-faculty__title i:hover{-webkit-text-stroke-width:1px}.sy-faculty__controls{grid-gap:20px;align-items:flex-start;display:flex;flex-direction:column;flex-wrap:wrap}.sy-faculty__controls-btns{grid-gap:10px;align-items:center;display:flex;flex-wrap:wrap}.sy-faculty__controls-btns .btn{flex-grow:0}.sy-faculty__tables,.sy-faculty__tables-body{grid-gap:60px;display:flex;flex-direction:column}.sy-faculty__tables-body--empty{font-size:24px;text-align:center}.sy-faculty__tables-title{font-size:32px;font-weight:600}.sy-faculty__tables-controls{max-width:250px}@media screen and (max-width:991px){.sy-faculty{grid-gap:60px}.sy-faculty__head{grid-gap:20px}.sy-faculty__title{font-size:20px}.sy-faculty__tables{grid-gap:20px}.sy-faculty__tables-title{font-size:16px}.sy-faculty__tables-body{grid-gap:20px}.sy-faculty__tables-body--empty{font-size:14px;text-align:center}}.sy-winners{grid-gap:90px}.sy-winners,.sy-winners__title{display:flex;flex-direction:column}.sy-winners__title{grid-gap:20px;flex-wrap:wrap;line-height:1}.sy-winners__title-controls{grid-gap:10px;align-items:center;display:flex;flex-wrap:wrap}.sy-winners__title h1{font-size:45px;font-weight:600}.sy-winners__title .dropdown{max-width:100px}.sy-winners__title .dropdown__value{padding:0 35px 0 10px}.sy-winners__title .dropdown__drop-content{max-height:300px}.sy-winners__title .btn{border-color:var(--event--hover);border-radius:15px}.sy-winners__counts{grid-gap:70px;display:flex;flex-wrap:wrap;margin-bottom:50px}.sy-winners__counts-item span{display:block;font-size:27px;font-weight:700;margin-bottom:15px}.sy-winners__counts-list{grid-gap:10px;display:flex;flex-direction:column}.sy-winners__counts-list p{font-size:24px}.sy-winners__body{grid-gap:90px;display:flex;flex-direction:column}.sy-winners__category,.sy-winners__category-list,.sy-winners__list{grid-gap:40px;display:flex;flex-direction:column}.sy-winners__category-title{font-size:36px;font-weight:600}.sy-winners__nomination{grid-gap:20px;display:flex;flex-direction:column}.sy-winners__nomination-title{font-size:30px}.sy-winners__nomination-list{grid-gap:20px 50px;display:grid;flex-wrap:wrap;grid-template-columns:repeat(auto-fill,minmax(150px,330px));justify-content:center;justify-items:center}.sy-winners__empty,.sy-winners__preloader{font-size:30px;font-weight:600;line-height:1;text-align:center}.sy-winners__table{grid-gap:10px;display:flex;flex-direction:column;overflow-x:auto;scrollbar-color:var(--input--border)}.sy-winners__table::-webkit-scrollbar{background-color:var(--background--disabled);border-radius:8px;height:10px;width:7px}.sy-winners__table::-webkit-scrollbar-thumb{background-color:var(--input--border);border-radius:8px;height:10px;width:2px}.sy-winners__table-head{font-size:20px;font-weight:700}.sy-winners__table-body{grid-gap:15px;display:flex;flex-direction:column;font-size:18px}.sy-winners__table-row{grid-gap:5px;align-items:center;display:grid}.sy-winners__table-row div:nth-child(n+2){text-align:center}.sy-winners__content-title{font-size:22px;font-weight:700;margin-bottom:25px}@media screen and (max-width:991px){.sy-winners,.sy-winners__body{grid-gap:60px}.sy-winners__title h1{font-size:24px;font-weight:600}.sy-winners__category-title{font-size:20px}.sy-winners__nomination-title{font-size:18px}.sy-winners__nomination-list{grid-gap:20px}.sy-winners__empty,.sy-winners__preloader{font-size:20px}.sy-winners__counts{grid-gap:30px}.sy-winners__counts-item span{font-size:20px}.sy-winners__counts-list{grid-gap:5px}.sy-winners__counts-list p{font-size:18px}}@media screen and (max-width:767px){.sy-winners__table-head{font-size:16px}.sy-winners__table-body{font-size:14px}.sy-winners__content-title{font-size:18px}}.sy-container{grid-gap:90px;display:flex;flex-direction:column}@media screen and (max-width:767px){.sy-container{grid-gap:60px}}.sy-about{align-items:center;justify-content:center}.sy-about,.sy-about__body{display:flex;flex-direction:column}.sy-about__body{grid-gap:180px}.sy-about__title{font-size:45px;font-weight:600;grid-column:1/2;grid-row:1/2;line-height:1}.sy-about__block{grid-gap:180px;display:flex;flex-direction:column}.sy-about__block-content{grid-gap:50px 150px;align-items:stretch;display:grid;grid-template-columns:35% 55%;grid-template-rows:50px repeat(3,150px);width:100%}.sy-about__block-content h3{font-size:90px;font-weight:600;grid-column:2/3;grid-row:1/3;letter-spacing:4px;line-height:1.2}.sy-about__block-content p{align-self:flex-end;font-size:24px;font-weight:500;grid-column:2/3;grid-row:3/5;letter-spacing:2.4px;line-height:1.3}.sy-about__block-img{align-self:end;grid-column:1/2;grid-row:2/5;max-height:520px;position:relative}.sy-about__block-img:before{background:url(/_nuxt/img/sy-about-young.76eda6a.webp) no-repeat;content:"";filter:blur(100px);height:100%;left:0;position:absolute;top:20px;width:100%;z-index:0}.sy-about__block-img img{border:2px solid var(--white);border-radius:90px;height:100%;max-height:520px;-o-object-fit:cover;object-fit:cover;position:relative;width:100%;z-index:2}.sy-about__block-desc{grid-gap:60px;align-items:center;background:var(--white);border-radius:90px;color:var(--text--color);display:flex;flex-direction:column;padding:90px 40px;text-align:center}.sy-about__block-desc h3{font-size:90px;font-weight:600;letter-spacing:4px;line-height:1.2;max-width:1000px}.sy-about__block-desc p{font-size:24px;font-weight:500;letter-spacing:2.4px;line-height:1.3;max-width:1000px}.sy-about__block--second .sy-about__block-img{grid-row:1/6;height:100%;max-height:none}.sy-about__block--second .sy-about__block-img:before{background:url(/_nuxt/img/sy-about-best.27bcd32.webp) no-repeat}.sy-about__block--second .sy-about__block-img img{max-height:none;-o-object-position:calc(50% + 50px);object-position:calc(50% + 50px)}.sy-about__block--second .sy-about__block-content{grid-template-rows:50px repeat(4,150px)}.sy-about__block--second .sy-about__block-content p{grid-row:3/6}@media screen and (max-width:1400px){.sy-about__block-content{grid-gap:40px;grid-template-columns:40% 55%}.sy-about__block-content h3{font-size:60px}.sy-about__block-content p{font-size:20px}.sy-about__block-img,.sy-about__block-img img{max-height:420px}.sy-about__block--second .sy-about__block-img{grid-row:1/5}.sy-about__block--second .sy-about__block-content{grid-template-rows:50px repeat(3,170px)}.sy-about__block--second .sy-about__block-content p{grid-row:3/5}}@media screen and (max-width:991px){.sy-about{padding:0}.sy-about__block,.sy-about__body{grid-gap:60px}.sy-about__block-content{align-items:center;display:flex;flex-direction:column;text-align:center}.sy-about__block-content h3{padding:20px}.sy-about__block-content p{font-size:16px;padding:0 20px}.sy-about__block-img{align-items:center;display:flex;justify-content:center;overflow:hidden;width:100%}.sy-about__block-img:before{display:none}.sy-about__block-img img{border:initial;border-radius:0;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.sy-about__block-desc{grid-gap:30px;border-radius:0;border-radius:initial;padding:45px}.sy-about__block-desc h3{font-size:36px}.sy-about__block-desc p{font-size:16px}.sy-about__block--second .sy-about__block-img{max-height:420px}.sy-about__block--second .sy-about__block-img img{max-height:inherit;-o-object-position:initial;object-position:initial}}@media screen and (max-width:479px){.sy-about__block-content h3{font-size:36px;padding:0 5px}.sy-about__block-content p{font-size:14px;padding:0 5px}.sy-about__block-desc{padding:10px 5px}.sy-about__block-desc p{font-size:14px;padding:0 5px}}@media screen and (max-width:360px){.sy-about__block-img{margin:0 auto;max-width:280px}}.sy-main{align-items:flex-end;display:flex;height:800px;justify-content:center;margin:0 auto;max-width:1920px;padding-bottom:90px;position:relative;width:100%}.sy-main__body{grid-gap:75px;color:var(--white);display:flex;flex-direction:column;max-width:1600px;padding:0 20px;width:100%;z-index:3}.sy-main__body--top{grid-gap:20px;align-items:center;display:flex;justify-content:space-between}.sy-main__body--top span{font-size:110px;font-weight:600;letter-spacing:19.2px;line-height:1;text-transform:uppercase}.sy-main__body--top p{font-size:100px;font-weight:100;letter-spacing:14.4px;line-height:1}.sy-main__body--top p:last-child{display:none}.sy-main__body--bottom{grid-gap:20px;align-items:center;display:flex;justify-content:space-between}.sy-main__body--bottom p{font-size:27px;letter-spacing:2.7px;line-height:1;max-width:720px}.sy-main__body--bottom:after{content:"года";font-size:100px;font-weight:600;letter-spacing:12px;line-height:1;text-transform:uppercase}.sy-main__bg{height:100%}.sy-main__bg:after{background:linear-gradient(180deg,hsla(0,0%,6%,.5) 0,var(--text--color) 100%);content:"";z-index:2}.sy-main__bg img,.sy-main__bg:after{height:100%;left:0;position:absolute;top:0;width:100%}.sy-main__bg img{-o-object-fit:cover;object-fit:cover}@media screen and (max-width:1300px){.sy-main__body{grid-gap:20px}.sy-main__body--top span{font-size:80px}.sy-main__body--top p{font-size:70px}.sy-main__body--bottom p{font-size:20px}.sy-main__body--bottom:after{font-size:80px}}@media screen and (max-width:1200px){.sy-main__body{grid-gap:20px}}@media screen and (max-width:991px){.sy-main{height:400px}.sy-main__body--top span{font-size:50px}.sy-main__body--top p{font-size:40px}.sy-main__body--bottom p{font-size:16px;max-width:450px}.sy-main__body--bottom:after{font-size:50px}}@media screen and (max-width:767px){.sy-main__body--top span{font-size:35px}.sy-main__body--top p{font-size:30px}.sy-main__body--bottom:after{font-size:35px}}@media screen and (max-width:600px){.sy-main{height:500px;padding-bottom:45px}.sy-main__body{grid-gap:70px}.sy-main__body--top{flex-direction:column}.sy-main__body--top p,.sy-main__body--top span{font-size:60px;font-weight:700;letter-spacing:4px}.sy-main__body--top p{display:none;text-transform:uppercase}.sy-main__body--top p:last-child{display:block}.sy-main__body--bottom{justify-content:center}.sy-main__body--bottom p{font-size:16px;text-align:center}.sy-main__body--bottom:after{display:none}}@media screen and (max-width:479px){.sy-main__body{grid-gap:100px}.sy-main__body--top{flex-direction:column}.sy-main__body--top p,.sy-main__body--top span{font-size:35px}}.sy-navigate__body{background:var(--white);border-radius:30px;padding:30px;width:100%}.sy-navigate__links{grid-gap:20px;align-items:center;display:flex;justify-content:space-around}.sy-navigate__link{border-radius:15px;color:var(--text--color);font-size:24px;font-weight:600;letter-spacing:3px;line-height:1;padding:20px 45px;text-transform:uppercase;transition:all .4s ease-in-out}.sy-navigate__link:hover{background:var(--nav-hover)}.sy-navigate__link.disabled{background:#e6e6e6;color:#d3d3d3;pointer-events:none}.sy-navigate__link.active{background:var(--nav-hover)}@media screen and (max-width:1599px){.sy-navigate__link{font-size:18px;padding:20px}}@media screen and (max-width:991px){.sy-navigate{padding:0}.sy-navigate__body{border-radius:0}.sy-navigate__links{grid-gap:0}.sy-navigate__link{font-size:16px;padding:15px}}@media screen and (max-width:767px){.sy-navigate{padding:0}.sy-navigate__body{border-radius:0;padding:0}.sy-navigate__links{flex-direction:column}.sy-navigate__link{border-radius:0;padding:30px 50px;text-align:center;width:100%}}@media screen and (max-width:479px){.sy-navigate__link{padding:20px}}.sy-team__body{grid-gap:90px 20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-template-rows:repeat(4,320px);justify-items:center}.sy-team__body-text{grid-column:1/3;grid-row:1/2;justify-self:flex-start}.sy-team__body-text h2{font-size:45px;font-weight:600;line-height:1;margin-bottom:60px}.sy-team__body-text p{font-size:24px;letter-spacing:2.4px;line-height:1.3;max-width:600px}.sy-team__body-text--second{grid-column:3/5;grid-row:5/6;justify-self:flex-end;text-align:right}@media screen and (max-width:1400px){.sy-team__body{grid-template-columns:repeat(2,minmax(320px,1fr));grid-template-rows:none}.sy-team__body-text{grid-column:1/2}.sy-team__body-text,.sy-team__body-text--second{grid-row:unset;justify-self:auto;text-align:center}.sy-team__body-text--second{grid-column:2/3}.sy-team__member--11,.sy-team__member--5,.sy-team__member--7{grid-column:unset}}@media screen and (max-width:991px){.sy-team__body-text h2{font-size:26px}.sy-team__body-text p{font-size:18px}}@media screen and (max-width:767px){.sy-team__body{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.sy-team__body-text h2{font-size:26px;margin-bottom:20px}.sy-team__body-text p{font-size:18px}}@media screen and (max-width:600px){.sy-team__body{grid-gap:20px;grid-template-columns:repeat(2,minmax(170px,320px))}.sy-team__body-text,.sy-team__body-text--second{grid-column:1/3}}@media screen and (max-width:479px){.sy-team__body{grid-gap:20px 10px;grid-template-columns:repeat(2,minmax(100px,240px))}.sy-team__body-text p{font-size:14px}}._container{margin:0 auto;max-width:1400px;padding:0 100px;width:100%}._container-project{margin:0 auto;max-width:1600px;padding:0 20px;width:100%}@media screen and (max-width:1151px){._container{padding:0 40px}}@media screen and (max-width:767px){._container{padding:0 20px}}@media screen and (max-width:479px){.sub-title{font-size:2.2rem;font-weight:600;line-height:2.7rem;margin-bottom:20px}}.popup-anim-enter-active{transition:all .5s}.popup-anim-leave-active{transition:all .3s}.popup-anim-enter-from,.popup-anim-leave-to{opacity:0}@keyframes btn-preloader{0%{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;transform:rotate(0deg)}5%,95%{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}10%,59%{box-shadow:0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em}20%{box-shadow:0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em}38%{box-shadow:0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em}to{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;transform:rotate(1turn)}}.tray-anim-enter-from,.tray-anim-leave-to{opacity:0;transform:translateX(30px)}.tray-anim-enter-to,.tray-anim-leave-from{opacity:1;transform:translateX(0)}.footer{background-color:var(--text--color);padding:95px 0 65px}.footer__top{border-bottom:1px solid var(--input--border);margin-bottom:65px;padding:0 40px 45px}.footer ul.footer__list{display:grid;grid-template-columns:40% 40% 20%;margin:0 auto;max-width:1100px}.footer ul.footer__list li{color:var(--white);font-size:2rem;font-weight:500;line-height:2.4rem}.footer ul.footer__list li p{color:var(--input--border);font-size:18px;font-weight:500;line-height:22px}.footer__bottom{padding:0 40px}.footer__bottom-list{align-items:start;display:grid;grid-template-columns:40% 40% 20%;margin:0 auto;max-width:1100px}.footer__bottom-docs{grid-gap:14px;align-items:flex-start;color:#fff;display:inline-flex;flex-direction:column;font-size:1.5rem;line-height:1.9rem}.footer__bottom-docs a{color:var(--banner--color);display:inline-block}.footer__bottom-docs a:hover{-webkit-text-stroke-width:.5px}.footer__bottom-docs a,.footer__bottom-docs b{-webkit-text-decoration:underline;text-decoration:underline}.footer__bottom-socials{grid-gap:15px;color:#fff;display:flex}.footer__bottom-socials i{font-size:3.2rem}.footer__bottom-socials i:hover{-webkit-text-stroke-width:.05rem}.footer__bottom-copyright,.footer__bottom-right{grid-gap:20px;display:flex;flex-direction:column}.footer__logo{margin-bottom:20px}.footer__license p{color:var(--input--placeholder);font-size:1.6rem;font-weight:500;line-height:2.2rem;max-width:280px;text-align:left}@media screen and (max-width:991px){.footer{padding:65px 0}.footer .footer__bottom-list,.footer ul.footer__list{grid-gap:40px;display:flex;flex-direction:column;text-align:center}.footer .footer__bottom-list{align-items:center}.footer .footer__bottom-copyright{align-items:center;display:flex;flex-direction:column}.footer .footer__bottom-copyright p{text-align:center}.footer .footer__bottom-docs{align-items:normal}}@media screen and (max-width:479px){.footer{padding:50px 0}.footer ul.footer__list li{font-size:1.6rem;line-height:1.9rem}.footer ul.footer__list li p{font-size:1.4rem;line-height:1.7rem}.footer__logo{height:33px;width:72px}.footer__license p{font-size:1.4rem;line-height:1.7rem}}.header{height:100px;left:0;position:absolute;top:0;width:100%;z-index:100}.header--secondary{background-color:var(--text--color);margin:0 auto 80px;position:static}.header--secondary .header__body{background:none;max-width:1540px}.header__burger-menu{cursor:pointer;display:none}.header__body{align-items:center;background:linear-gradient(180deg,#121212,hsla(0,0%,7%,.932) .01%,hsla(0,0%,7%,0));color:var(--white);display:flex;font-size:1.8rem;font-weight:500;height:100%;justify-content:space-between;line-height:2.2rem;margin:0 auto;max-width:1920px;padding:0 100px}.header__logo{height:35px;position:relative;width:80px}.header__logo img{height:100%;left:0;position:absolute;top:0;width:100%}.header__links{grid-gap:30px;display:flex}.header__links .disabled{color:var(--color--disabled);pointer-events:none}.header__links-item{grid-gap:5px;cursor:pointer;display:flex;position:relative}.header__links-item--with-links:after{content:"";font-family:icomoon;font-size:.9rem;position:relative;transition:all .3s ease-out}.header__links-item.activeHeader:after{top:-2px;transform:rotate(-180deg)}.header__links-item.activeHeader .header__dropdown{height:auto;margin-top:30px;opacity:1;padding:8px;transition:all .3s ease-out;visibility:visible;z-index:15}.header__dropdown{grid-gap:10px;background-color:var(--white);border:1px solid var(--input--border);border-radius:8px;box-shadow:0 8px 20px hsla(0,0%,9%,.08);color:var(--text--color);display:flex;flex-direction:column;font-size:1.4rem;height:0;line-height:1.7rem;min-width:125px;opacity:0;overflow:hidden;padding:0;position:absolute;transition:all .3s ease-out;visibility:hidden}.header__dropdown a{padding:10px 4px}.header__dropdown a:hover{background-color:var(--background--application--review);border-radius:5px;cursor:pointer}.header__dropdown--long{display:grid;grid-template-columns:repeat(2,minmax(170px,1fr))}.header__account a{grid-gap:10px;align-items:baseline;display:flex}.header__link.disabled{color:var(--color--disabled);pointer-events:none}.header .burger-nav{background-color:rgba(0,0,0,.3);bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:1050}.header .burger-nav .disabled{color:var(--color--disabled);pointer-events:none}@media screen and (max-width:991px){.header .burger-nav{display:block}}.header .burger-nav__active{color:var(--red)}.header .burger-nav__wrapper{background-color:var(--background--main);color:var(--white);height:100%;padding:60px 20px 20px;position:relative;transition:.2s ease-in-out;width:320px}.header .burger-nav__close{color:var(--white);cursor:pointer;font-size:1.4rem;position:absolute;right:30px;top:30px}.header .burger-nav__btn{grid-gap:18px;display:flex;flex-direction:column}.header .burger-nav__item.active .burger-nav__links{height:auto;opacity:1;padding:10px 0 0 10px;transition:all .3s ease-out;visibility:visible}.header .burger-nav__item.active .burger-nav__title:after{top:-2px;transform:rotate(-180deg)}.header .burger-nav__title{grid-gap:5px;align-items:center;cursor:pointer;display:flex;font-size:1.8rem;font-weight:500;line-height:2.2rem;transition:all .3s ease-out}.header .burger-nav__title--with-links:after{content:"";font-family:icomoon;font-size:.9rem;position:relative;transition:all .3s ease-out}.header .burger-nav__content{height:100%;overflow:auto;scrollbar-color:var(--input--border);scrollbar-width:thin}.header .burger-nav__content::-webkit-scrollbar{background-color:var(--background--disabled);border-radius:8px;height:2px;width:7px}.header .burger-nav__content::-webkit-scrollbar-thumb{background-color:var(--input--border);border-radius:8px;height:2px;width:2px}.header .burger-nav__links{grid-gap:15px;display:flex;flex-direction:column;font-size:1.6rem;font-weight:500;height:0;line-height:1.9rem;opacity:0;overflow:auto;padding:0;transition:all .3s ease-out;visibility:hidden}.header .burger-nav .burger-link-active{border-left:2px solid #e31a5a}.header .translateX-enter{opacity:0;transform:translateX(-200px)}.header .translateX-enter-active,.header .translateX-leave-active{transform-origin:top left 0;transition:.2s ease}.header .translateX-leave-to{opacity:0;transform:translateX(-200px)}@media screen and (max-width:1599px){.header__body{font-size:1.6rem;line-height:1.9rem;padding:0 40px}}@media screen and (max-width:991px){.header--secondary{margin:0 auto 60px}.header__links{display:none}.header__burger-menu{display:block}.header__logo{height:30px;width:65px}.header__account a p{display:none}}@media screen and (max-width:767px){.header__body{padding:0 20px}}@media screen and (max-width:479px){.header{height:60px}.header--secondary{margin:0 auto 40px}.header__logo{height:23px;width:54px}}.cookie-popup__wrapper{background:var(--white);border-radius:15px;bottom:15px;box-shadow:4px 4px 8px 8px rgba(0,0,0,.2);justify-content:flex-end;margin:0 auto;max-width:650px;position:fixed;right:20px;z-index:100}.cookie-popup__wrapper .modal-box{padding:15px}.cookie-popup__content{grid-gap:15px;align-items:center;display:flex;font-size:14px;font-weight:500;line-height:17px}.cookie-popup__content a{color:blue;-webkit-text-decoration:underline;text-decoration:underline}.cookie-popup__content p{color:var(--text--color)}@media screen and (max-width:479px){.cookie-popup__content{flex-wrap:wrap;justify-content:center}.cookie-popup__content p{text-align:center}}.video-popup .modal-box{max-width:960px;padding:0;width:100%}.video-popup__wrapper{height:0;margin:0 auto;max-width:960px;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.video-popup__wrapper iframe{height:100%;left:0;max-height:540px;position:absolute;top:0;width:100%}.video-popup__wrapper video{width:100%}.fms-popup.popup-wrapper .modal-box{max-width:400px}.fms-popup__content{grid-gap:20px;align-items:center;display:flex;flex-direction:column}.fms-popup__text{color:#006400;font-size:1.8rem;font-weight:600;line-height:2.1rem}.image-popup .modal-box{max-width:960px;padding:0;width:100%}.image-popup__wrapper{height:0;margin:0 auto;max-width:960px;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.image-popup__wrapper iframe{height:100%;left:0;max-height:540px;position:absolute;top:0;width:100%}.image-popup__wrapper video{width:100%}html{--gilroy-family:"Gilroy","Verdana, sans-serif";--hover-transition:all 0.3s ease-in-out;--text-max-width:560px}#app{--background--btn--red:#e31a5a;--background--btn--red--hover:#b61548;--background--btn--secondary:#fce8ef;--background--btn--secondary--disabled:#f9fafb;--background--btn--secondary--hover:#facad9;--background--disabled:#e7e7e7;--background--btn--profile:#101629;--background--btn--profile--hover:#e6e6e6;--color--disabled:#b6b6b6;--background--main:#12182e;--input--border:#bfbfbf;--input--placeholder:#4f4d4d;--togglebutton--border:#dbdbdb;--banner--color:#737373;--background--application--review:#f5f5f5;--background--request:#fce8ef;--background--news--hover:#cecece;--text--color:#121212;--event--hover:#999;--white:#fff;--black:#000;--red:#ef4444;--project-bg:#101010;--nav-hover:#d6d6d6;--background--pale--red:#fdf1f5;--background--manager-card:#fdfdfd}.header-project{grid-gap:20px;align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1600px;padding:40px 20px;width:100%}.header-project--secondary{left:0;position:absolute;right:0;top:0;width:100%;z-index:100}.header-project__burger-menu{cursor:pointer;display:none}.header-project__burger-menu i{font-size:24px}.header-project__logo{max-width:200px}.header-project__links{grid-gap:30px;display:flex;flex-shrink:0}.header-project__links .disabled{color:var(--color--disabled);pointer-events:none}.header-project__account{flex-shrink:0}.header-project__btn{align-items:stretch;display:flex;font-size:18px;font-weight:600;letter-spacing:2.4px;text-transform:uppercase}.header-project__btn span{border:1px solid var(--white);cursor:pointer;display:block;padding:5px 20px;transition:all .4s ease-in-out}.header-project__btn:hover span{background:var(--white);color:var(--project-bg)}.header-project__btn--mobile{display:none}.header-project__btn--mobile i{font-size:24px}.header-project__icon{align-items:center;background:var(--white);display:flex;justify-content:center;padding:0 5px}.header-project__icon i{color:var(--project-bg);display:block;font-size:18px;line-height:1;transform:scaleX(-1)}.header-project i:hover{-webkit-text-stroke-width:.1rem}.header-project .burger-nav{background-color:rgba(0,0,0,.3);bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:1050}.header-project .burger-nav .disabled{color:var(--color--disabled);pointer-events:none}@media screen and (max-width:991px){.header-project .burger-nav{display:block}}.header-project .burger-nav__active{color:var(--red)}.header-project .burger-nav__wrapper{background-color:var(--background--main);color:var(--white);height:100%;padding:60px 20px 0;position:relative;transition:.2s ease-in-out;width:220px}.header-project .burger-nav__close{color:var(--white);cursor:pointer;font-size:1.4rem;position:absolute;right:30px;top:30px}.header-project .burger-nav__btn{grid-gap:18px;display:flex;flex-direction:column}.header-project .burger-nav__item.active .burger-nav__links{height:auto;opacity:1;padding:10px 0 0 10px;transition:all .3s ease-out;visibility:visible}.header-project .burger-nav__item.active .burger-nav__title:after{top:-2px;transform:rotate(-180deg)}.header-project .burger-nav__title{grid-gap:5px;align-items:center;cursor:pointer;display:flex;font-size:1.8rem;font-weight:500;line-height:2.2rem;transition:all .3s ease-out}.header-project .burger-nav__title--with-links:after{content:"";font-family:icomoon;font-size:.9rem;position:relative;transition:all .3s ease-out}.header-project .burger-nav__content{height:100%;overflow:auto;scrollbar-color:var(--input--border);scrollbar-width:thin}.header-project .burger-nav__content::-webkit-scrollbar{background-color:var(--background--disabled);border-radius:8px;height:2px;width:7px}.header-project .burger-nav__content::-webkit-scrollbar-thumb{background-color:var(--input--border);border-radius:8px;height:2px;width:2px}.header-project .burger-nav__links{grid-gap:15px;display:flex;flex-direction:column;font-size:1.6rem;font-weight:500;height:0;line-height:1.9rem;opacity:0;overflow:hidden;padding:0;transition:all .3s ease-out;visibility:hidden}.header-project .burger-nav .burger-link-active{border-left:2px solid #e31a5a}.header-project .translateX-enter{opacity:0;transform:translateX(-200px)}.header-project .translateX-enter-active,.header-project .translateX-leave-active{transform-origin:top left 0;transition:.2s ease}.header-project .translateX-leave-to{opacity:0;transform:translateX(-200px)}@media screen and (max-width:991px){.header-project__logo{max-width:180px}.header-project__account i,.header-project__burger-menu{display:block}.header-project__btn,.header-project__links{display:none}.header-project__btn--mobile{display:block}}@media screen and (max-width:600px){.header-project__logo{max-width:160px}.header-project__btn{font-size:12px}.header-project__btn span{border-radius:5px;padding:5px 20px}.header-project__icon{display:none}}@media screen and (max-width:479px){.header-project__btn--mobile i,.header-project__burger-menu i{font-size:16px}}