:root{--font-family:"Exo 2",sans-serif;--content-width:1340px;--container-offset:15px;--container-width:calc(var(--content-width) + (var(--container-offset) * 2));--light-color:#fff;--light-op-color:rgba(255, 255, 255, 0.4);--gray-color:#a9a9a9;--dark-gray-color:#424242}.custom-checkbox__field:checked+.custom-checkbox__content::after{opacity:1}.custom-checkbox__field:focus+.custom-checkbox__content::before{outline:red solid 2px;outline-offset:2px}.custom-checkbox__field:disabled+.custom-checkbox__content{opacity:.4;pointer-events:none}@font-face{font-family:"Exo 2";src:url(../fonts/Exo2Regular.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:"Exo 2";src:url(../fonts/Exo2Medium.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:"Exo 2";src:url(../fonts/Exo2SemiBold.woff2) format("woff2");font-weight:600;font-display:swap;font-style:normal}@font-face{font-family:"Exo 2";src:url(../fonts/Exo2Bold.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:"Exo 2";src:url(../fonts/Exo2ExtraBold.woff2) format("woff2");font-weight:800;font-display:swap;font-style:normal}html{-webkit-box-sizing:border-box;box-sizing:border-box;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:transparent transparent}html::-webkit-scrollbar{width:0}html::-webkit-scrollbar-track{background:0 0}html::-webkit-scrollbar-thumb{background-color:transparent;border-radius:0;border:0 solid transparent}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}.page{height:100%;font-family:var(--font-family,sans-serif);font-size:10px;font-weight:400;-webkit-text-size-adjust:100%}.page__body{margin:0;min-width:320px;min-height:100%;font-size:16px;background-color:#0d0d0d;color:var(--light-color)}img{height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover}a{text-decoration:none}.site-container{overflow:hidden}.is-hidden{display:none!important}.btn-reset{border:none;padding:0;background-color:transparent;cursor:pointer}.list-reset{list-style:none;margin:0;padding:0}.input-reset{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0;background-color:#fff}.input-reset::-webkit-search-cancel-button,.input-reset::-webkit-search-decoration,.input-reset::-webkit-search-results-button,.input-reset::-webkit-search-results-decoration{display:none}.visually-hidden{position:absolute;overflow:hidden;margin:-1px;border:0;padding:0;width:1px;height:1px;clip:rect(0 0 0 0)}.container{margin:0 auto;padding:0 var(--container-offset);max-width:var(--container-width)}@media (max-width:768px){.container{padding:0 32px}}@media (max-width:576px){.container{padding:0 16px}}.js-focus-visible :focus:not(.focus-visible){outline:0}.centered{text-align:center}.dis-scroll{position:fixed;left:0;top:0;overflow:hidden;width:100%;height:100vh;-ms-scroll-chaining:none;overscroll-behavior:none}.block-scroll,.lock{overflow:hidden}.dis-el{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgba(255,255,255,.3)!important;background-color:rgba(255,255,255,.2)!important}.hide-el{opacity:0;visibility:hidden}.page--ios .dis-scroll{position:relative}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.outside-link{cursor:pointer}.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:15px 0;width:100%;-webkit-transition:opacity .3s linear;transition:opacity .3s linear}.header__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:8px}.header__logo{margin-right:33px}.header .burger{cursor:pointer;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:opacity .3s linear;transition:opacity .3s linear}.header .burger:hover{opacity:.8}.header .burger__icon{width:20px;height:20px;margin-top:3px;margin-right:6px}.header .burger__icon svg{width:100%;height:100%}.header .burger__text{padding-top:3px;font-size:1.4rem;line-height:110%;text-transform:uppercase}.header__langs{margin-left:auto;opacity:0;visibility:hidden}.header__langs .lang{display:inline-block;font-size:1.4rem;line-height:110%;color:rgba(255,255,255,.5);-webkit-transition:color .3s linear,opacity .3s linear;transition:color .3s linear,opacity .3s linear}.header__langs .lang.lang_active{color:#fff}.header__langs .lang-en{display:inline-block;padding-right:2px}.header__langs .lang-en::before{content:"[";position:relative;left:-8px}.header__langs .split-lang{font-size:1.4rem}.header__langs .lang-ru{display:inline-block;padding-left:2px}.header__langs .lang-ru::after{content:"]";position:relative;right:-8px}.logo{display:inline-block;font-size:2rem;line-height:1;font-weight:700}.navigation{position:fixed;top:0;left:0;bottom:0;z-index:3;width:280px;height:100vh;opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.navigation .burger{-webkit-transition:opacity .3s linear;transition:opacity .3s linear}.navigation .burger:hover{opacity:.8!important}.navigation::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.4)}@media (max-width:576px){.header__content{padding-right:0}.header__logo{opacity:0;visibility:hidden}.header .burger{margin-left:auto}.header .burger__icon{margin-right:0;margin-left:6px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.header__langs{margin-left:0;padding-left:8px;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.navigation{width:100%}.navigation::after{display:none}}.navigation__content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:16px 50px 50px;width:100%;height:100%;background-color:rgba(255,255,255,.08);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:3}@media (max-width:576px){.navigation__content{padding:16px 16px 32px;background-color:#19191f;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}.show-menu .navigation .header__logo{visibility:visible}}.navigation__heading{margin-bottom:32px}.navigation .nav__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.navigation .nav__item:not(:last-child){margin-bottom:15px}.navigation .nav__link{font-size:1.4rem;color:var(--light-color);text-transform:uppercase;opacity:.5;-webkit-transition:opacity .3s linear;transition:opacity .3s linear}.navigation .nav__link:hover{opacity:1}.navigation__copyr{display:inline-block;margin-top:auto}.show-menu .header{background-color:rgba(0,0,0,0);-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}.show-menu .lang,.show-menu .split-lang{opacity:0}.show-menu .burger,.show-menu .header__logo{opacity:0;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.show-menu .navigation .header__logo{opacity:1}.show-menu .navigation .burger{opacity:1}.show-menu .navigation{opacity:1;visibility:visible}.header-scroll{background-color:rgba(0,0,0,.01);-webkit-backdrop-filter:blur(200px);backdrop-filter:blur(200px)}.hide{opacity:0}.hero{position:relative;margin-bottom:94px;width:100%;height:100vh;background-image:url(../img/hero/cover-video.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;overflow:hidden}@media (max-width:1024px){.hero{margin-bottom:80px;background-position:-300px center}}@media (max-width:768px){.hero{margin-bottom:60px}}.hero .video{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.hero .video-overlay{position:absolute;width:100%;height:50%;bottom:0;left:0;right:0;background:-webkit-gradient(linear,left top,left bottom,from(rgba(13,13,13,0)),to(#0d0d0d));background:linear-gradient(180deg,rgba(13,13,13,0) 0,#0d0d0d 100%)}.hero__container{position:relative;width:100%;height:100vh;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hero__content{max-width:762px;text-align:center;padding-bottom:80px}@media (max-width:576px){.hero{margin-bottom:40px;background-position:-350px center}.hero__content{padding-bottom:80px}}.hero__logo{margin-bottom:24px;width:100%;height:172px;background-image:url(../img/hero/logo.svg);background-position:center;background-repeat:no-repeat;background-size:cover}@media (max-width:1024px){.hero__logo{height:160px;background-size:contain}}.hero__title{margin:0 0 48px;font-size:2.4rem;line-height:120%;font-weight:500}@media (max-width:576px){.hero__logo{height:90px}.hero__title{margin-bottom:40px;font-size:2rem}}.hero__scroll-more{position:absolute;right:0;bottom:70px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.2rem;line-height:110%;text-transform:uppercase;-webkit-animation:2.7s ease-in-out infinite scrollMore;animation:2.7s ease-in-out infinite scrollMore}.hero__scroll-more svg{margin-right:10px}@-webkit-keyframes scrollMore{0%,100%{opacity:1}50%{opacity:0}}@keyframes scrollMore{0%,100%{opacity:1}50%{opacity:0}}.btn{padding:1.2rem 3rem;font-size:1.2rem;line-height:110%;color:var(--light-color);text-transform:uppercase;text-align:center;background-color:rgba(255,255,255,.2);border-radius:1000px;-webkit-transition:color .3s linear,background-color .3s linear;transition:color .3s linear,background-color .3s linear}.btn_white{background-color:#fff;color:#000}@media (min-width:1025px){.header__langs .lang:hover{color:#fff}.btn:hover{color:rgba(255,255,255,.8);background-color:rgba(255,255,255,.3)}.btn_white:hover{color:#0057ff;background-color:#fff}}.wrapper__btns-slider{position:relative}.wrapper__btns-slider .swiper-button-next,.wrapper__btns-slider .swiper-button-prev{position:static}.wrapper__btns-slider .swiper-button-next::after,.wrapper__btns-slider .swiper-button-prev::after{display:none}.wrapper__btns-slider .btn-slider{width:130px;height:130px;border-radius:50%;border:1px solid #424242;-webkit-transition:border .3s ease-in-out,opacity .3s ease-in-out;transition:border .3s ease-in-out,opacity .3s ease-in-out}@media (max-width:1024px){.hero__scroll-more{display:none}.btn_white{font-size:1.6rem}.wrapper__btns-slider .btn-slider{width:85px;height:85px}}.wrapper__btns-slider .btn-slider::before{content:"";width:20px;height:20px;background-image:url(../img/svg/arrow-slider.svg);background-position:center;background-repeat:no-repeat;background-size:contain}.wrapper__btns-slider .btn-slider:first-child::before{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.wrapper__btns-slider .btn-slider:last-child{margin-left:-20px}.wrapper__btns-slider .btn-slider:hover{border:1px solid var(--light-color)}.fslightbox-source{width:1025px!important;height:562px!important;-o-object-fit:cover!important;object-fit:cover!important;-o-object-position:center!important;object-position:center!important;border-radius:20px}@media (max-width:1074px){.fslightbox-source{width:768px!important}}@media (max-width:820px){.fslightbox-source{width:100vw!important;border-radius:0}}.fslightbox-slide-number-container,.fslightbox-toolbar-button:first-child{display:none!important}.fslightbox-toolbar{top:15px!important;right:25px!important;background:0 0!important}@media (max-width:576px){.fslightbox-source{height:400px!important}.fslightbox-toolbar{top:5px!important;right:10px!important}}.splide__sr{display:none!important}.fslightbox-container{background:rgba(0,0,0,.9)!important}.fslightbox-slide-btn-container{padding:0!important}.fslightbox-slide-btn-container-previous{left:calc(50% - 600px)!important}.fslightbox-slide-btn-container-next{right:calc(50% - 620px)!important}@media (max-width:1074px){.fslightbox-slide-btn-container-previous{left:calc(50% - 470px)!important}.fslightbox-slide-btn-container-next{right:calc(50% - 490px)!important}}.fslightbox-slide-btn{width:130px;height:130px;border-radius:50%;border:1px solid #424242;background-color:transparent!important;-webkit-transition:border .3s ease-in-out,opacity .3s ease-in-out;transition:border .3s ease-in-out,opacity .3s ease-in-out}.fslightbox-slide-btn::before{content:"";width:20px;height:20px;background-image:url(../img/svg/arrow-slider.svg);background-position:center;background-repeat:no-repeat;background-size:contain}.fslightbox-slide-btn:first-child::before{-webkit-transform:rotate(-180deg)!important;-ms-transform:rotate(-180deg)!important;transform:rotate(-180deg)!important}.fslightbox-slide-btn:last-child{margin-left:-20px}.fslightbox-slide-btn:hover{border:1px solid var(--light-color)}.fslightbox-slide-btn svg{display:none}.fslightbox-slide-btn-container-next .fslightbox-slide-btn::before{content:"";-webkit-transform:rotate(0)!important;-ms-transform:rotate(0)!important;transform:rotate(0)!important}.section__heading{position:relative}.section__title{margin:0;font-size:3.8rem;font-weight:600;line-height:110%;text-indent:100px;color:var(--light-op-color)}@media (max-width:576px){.section__title{font-size:2.4rem;text-indent:70px}}.section__title .accent{color:var(--light-color)}.heading__letter{position:absolute;left:6px;top:20px;font-size:1.2rem;line-height:110%}.heading__letter::before{content:"[";position:relative;left:-6px}.heading__letter::after{content:"]";position:relative;right:-6px}.view{margin-bottom:160px}@media (max-width:1024px){.fslightbox-slide-btn{display:none!important;width:85px;height:85px}.view{margin-bottom:120px}.view .list-views{--offsets:1!important}}@media (max-width:576px){.heading__letter{top:10px}.view{margin-bottom:100px}}.view__title{margin-bottom:56px}.view .list-views{--offsets:3;--gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--gap)}.view .list-views__item{width:calc((100% - var(--gap) * var(--offsets))/ (var(--offsets) + 1))}@media (max-width:576px){.view__title{margin-bottom:32px}.view .list-views{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.view .list-views__item{width:100%}}.view .list-views__item .view-card{padding:18px 16px;min-height:450px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-radius:20px;overflow:hidden;background-position:center;background-repeat:no-repeat;background-size:cover}.view .list-views__item .view-card__title{margin:0 0 8px;font-size:4rem;font-weight:800;line-height:100%}.view .list-views__item .view-card__descr{margin:0;font-size:2rem;font-weight:600;line-height:110%}.view .list-views__item .view-card_1{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(70%,rgba(0,0,0,0)),to(#000)),url(../img/view/view-card-1.jpg);background-image:linear-gradient(180deg,rgba(0,0,0,0) 70%,#000 100%),url(../img/view/view-card-1.jpg)}.view .list-views__item .view-card_2{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(70%,rgba(0,0,0,0)),to(#000)),url(../img/view/view-card-2.jpg);background-image:linear-gradient(180deg,rgba(0,0,0,0) 70%,#000 100%),url(../img/view/view-card-2.jpg)}.view .list-views__item .view-card_3{position:relative;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(70%,rgba(0,0,0,0)),to(#000));background-image:linear-gradient(180deg,rgba(0,0,0,0) 70%,#000 100%);border:1px solid rgba(255,255,255,.1)}.view .list-views__item .view-card_3::before{content:"";position:absolute;top:50px;right:-200px;width:600px;height:600px;z-index:-2;background-image:url(../img/view/circle.svg);background-position:center;background-repeat:no-repeat;background-size:contain}@media (max-width:576px){.view .list-views__item .view-card_3::before{top:0;right:-100px}}.view .list-views__item .view-card_3::after{content:"";position:absolute;bottom:-30px;right:-50px;width:340px;height:340px;z-index:-1;background-image:url(../img/view/planet.png);background-position:center;background-repeat:no-repeat;background-size:contain}.view .list-views__item .view-card_3 .view-card__title{font-size:3.2rem}.view .list-views__item .view-card_4{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(70%,rgba(0,0,0,0)),to(#000)),url(../img/view/view-card-4.jpg);background-image:linear-gradient(180deg,rgba(0,0,0,0) 70%,#000 100%),url(../img/view/view-card-4.jpg)}.view .list-views__item:nth-child(3){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.residents{margin-bottom:160px}@media (max-width:1024px){.view .list-views__item .view-card{min-height:476px;min-height:400px}.residents .container{padding:0}.residents .section__heading{margin-left:15px;margin-right:15px}.residents__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:768px){.residents{margin-bottom:120px}.residents .section__heading{margin-left:32px;margin-right:32px}}@media (max-width:576px){.view .list-views__item .view-card_3::after{bottom:-20px}.residents{margin-bottom:100px}.residents .section__heading{margin-left:16px;margin-right:16px}}.residents__content{position:relative}.residents__content::before{content:"";position:absolute;left:-300px;bottom:-150px;z-index:-1;width:767px;height:800px;background-image:url(../img/svg/el-blur.svg);background-position:center;background-repeat:no-repeat;background-size:cover}.residents__left{margin-right:32px;max-width:418px;height:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.residents__slider{width:100%}.residents__slider .residents-slider{position:relative;margin:0;max-width:890px;height:560px}.residents__slider .residents-slider .swiper-wrapper{width:100%!important}.residents__slider .residents-slider .swiper-pagination{display:none}@media (max-width:1024px){.residents__content::before{display:none}.residents__left{margin-right:0;margin-bottom:56px;max-width:100%}.residents__slider .residents-slider{padding-left:15px;padding-right:15px;padding-bottom:30px;max-width:100%;height:590px}.residents__slider .residents-slider .swiper-pagination{width:calc(100% - 30px);left:15px;top:auto;bottom:0;display:block;height:1px;background-color:#424242}}@media (max-width:768px){.residents__slider .residents-slider{padding-left:32px;padding-right:32px}.residents__slider .residents-slider .swiper-pagination{left:32px;width:calc(100% - 64px)}}@media (max-width:576px){.residents__left{margin-bottom:32px}.residents__slider .residents-slider{height:516px;padding-left:16px;padding-right:16px}.residents__slider .residents-slider .swiper-pagination{left:16px;width:calc(100% - 32px)}}.residents__slider .residents-slider .swiper-pagination .swiper-pagination-progressbar-fill{background-color:var(--light-color)}.residents .resident{height:calc((100% - 10px)/ 2)!important;border-radius:20px;background-color:rgba(255,255,255,.05);overflow:hidden;-webkit-transition:background-color .3s linear;transition:background-color .3s linear}@media (min-width:1025px){.residents .resident:hover{background-color:rgba(255,255,255,.08)}}@media (max-width:1279px){.view .list-views{--offsets:2}.residents .resident{width:100%!important;max-width:890px!important}}@media (max-width:1024px){.residents .resident{max-width:436px!important}}@media (max-width:576px){.residents .resident{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:300px!important;height:100%;min-height:486px}}.residents .resident__photo{position:relative;-ms-flex-negative:0;flex-shrink:0;width:187px;height:100%}.residents .resident__photo img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.residents .resident__photo::after{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:103px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.7)));background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%)}.residents .resident__info{padding:20px 24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:576px){.residents .resident__photo{width:100%;height:250px}.residents .resident__photo img{-o-object-position:center top;object-position:center top}.residents .resident__photo::after{display:none}.residents .resident__info{padding:20px 24px 24px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:100%}}.residents .resident__name{margin:0 0 4px;font-size:1.8rem;font-weight:600;line-height:110%}.residents .resident__descr{margin:0;font-size:1.4rem;line-height:140%;opacity:.5;overflow:hidden;text-overflow:ellipsis;display:-moz-box;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;line-clamp:6;box-orient:vertical}.residents .resident__descr a{color:var(--light-color);text-decoration:underline}@media (max-width:1024px){.residents .resident__footer{margin-top:auto}.residents .promo-card{max-width:436px!important}}.residents .resident__value{margin:0 0 2px;font-size:2rem;line-height:140%;font-weight:800}.residents .resident__value-descr{margin:0;font-size:1.4rem;line-height:140%;overflow:hidden;text-overflow:ellipsis;display:-moz-box;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;box-orient:vertical}.residents .promo-card{position:relative;padding:12px 20px 22px;-webkit-box-sizing:border-box;box-sizing:border-box;height:calc((100% - 10px)/ 2)!important;border-radius:20px;border:1px solid #424242;background:radial-gradient(317.89% 167.29% at 16.51% 14.47%,rgba(174,192,255,.3) 0,rgba(0,56,255,.03) 100%),#0d0d0d;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);overflow:hidden;-webkit-transition:background-color .3s linear;transition:background-color .3s linear}@media (max-width:576px){.residents .promo-card{max-width:300px!important;min-height:486px;padding:16px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.residents .promo-card::before{content:"";position:absolute;top:-100px;left:-30px;width:220px;height:220px;background-image:url(../img/meetings/card-4-1.png);background-position:center;background-repeat:no-repeat;background-size:contain;-webkit-filter:blur(20px);filter:blur(20px)}.residents .promo-card::after{content:"";position:absolute;top:16px;right:16px;width:130px;height:130px;background-image:url(../img/meetings/card-4-2.png);background-position:center;background-repeat:no-repeat;background-size:contain}.residents .promo-card__content{position:relative;z-index:2;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:7px}.residents .promo-card__title{margin:0;font-size:2.4rem;font-weight:600;line-height:110%}@media (max-width:576px){.residents .promo-card__content{-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;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:100%}.residents .promo-card__title{margin-bottom:20px;width:80%}.residents .promo-card .btn{width:100%}}.residents .promo-card .btn{padding:1.4rem 3rem;max-height:42px;-ms-flex-negative:0;flex-shrink:0}.projects{margin-bottom:160px;height:100vh;min-height:720px}.projects .section__heading{max-width:440px;height:100%;margin-left:auto;margin-bottom:-150px}@media (max-width:1024px){.residents .wrapper__btns-slider{display:none}.projects{margin-bottom:0;padding-right:0;min-height:970px}.projects .container{padding:0}.projects .section__heading{margin-left:15px;margin-right:15px;margin-bottom:56px;padding:0 25px;max-width:100%}.projects .slider-projects .swiper-slide:nth-child(2) .human__photo img{-o-object-position:center -40px;object-position:center -40px}}@media (max-width:768px){.projects{margin-bottom:70px;min-height:910px}.projects .section__heading{margin-left:32px;margin-right:32px}}.projects .slider-projects{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media (max-width:576px){.projects{margin-bottom:100px;height:100%;min-height:810px}.projects .section__heading{margin-left:16px;margin-right:16px;margin-bottom:32px}.projects .slider-projects{padding-bottom:30px}.projects .slider-projects .swiper-slide:nth-child(2) .human__photo img{-o-object-position:center center;object-position:center center}}.projects .slider-projects .slide-project{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:120px}@media (max-width:1024px){.projects .slider-projects .swiper-slide:nth-child(5) .human__photo img{-o-object-position:center -15px;object-position:center -15px}.projects .slider-projects .slide-project{-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;gap:56px}}@media (max-width:576px){.projects .slider-projects .swiper-slide:nth-child(5) .human__photo img{-o-object-position:center center;object-position:center center}.projects .slider-projects .slide-project{gap:24px}}.projects .slider-projects .slide-project__left{width:100%;min-height:760px;height:100vh}.projects .slider-projects .slide-project__left img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.projects .slider-projects .slide-project__right{padding-top:214px;width:100%;max-width:440px}@media (max-width:1024px){.projects .slider-projects .slide-project__left{width:100%;height:42vh;min-height:42vh}.projects .slider-projects .slide-project__left img{-o-object-position:center center;object-position:center center}.projects .slider-projects .slide-project__right{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 15px;max-width:100%;width:auto;gap:53px}.projects .slider-projects .slide-project__info{width:100%}}@media (max-width:768px){.projects .slider-projects .slide-project__right{padding:0 32px}}.projects .slider-projects .slide-project__title{margin:0 0 8px;font-size:2rem;font-weight:600;line-height:140%;text-transform:uppercase}.projects .slider-projects .slide-project__subtitle{margin:0 0 32px;font-size:1.6rem;line-height:140%;text-transform:uppercase;opacity:.8}@media (max-width:576px){.projects .slider-projects .slide-project__right{padding:0 16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.projects .slider-projects .slide-project__info{width:100%}.projects .slider-projects .slide-project__subtitle{margin-bottom:12px}}.projects .slider-projects .slide-project__descr{margin:0 0 32px;font-size:1.4rem;line-height:140%}.projects .slider-projects .slide-project__human{border:1px solid rgba(255,255,255,.1);border-radius:10px;overflow:hidden}@media (max-width:1024px){.projects .slider-projects .slide-project__human{width:50%;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.projects .slider-projects .slide-project .human{-ms-flex-negative:0;flex-shrink:0;width:304px;min-height:340px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:576px){.projects .slider-projects .slide-project__descr{margin-bottom:0}.projects .slider-projects .slide-project__human{width:100%;padding:12px 20px}.projects .slider-projects .slide-project .human{width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;min-height:auto;-webkit-box-sizing:border-box;box-sizing:border-box}}.projects .slider-projects .slide-project .human__photo{-ms-flex-negative:0;flex-shrink:0;width:124px;height:156px;overflow:hidden}.projects .slider-projects .slide-project .human__photo img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.projects .slider-projects .slide-project .human__info{padding:12px 14px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:1024px){.projects .slider-projects .slide-project .human__photo{width:100%;height:181px}.projects .slider-projects .slide-project .human__photo img{-o-object-position:center top;object-position:center top}.projects .slider-projects .slide-project .human__info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}.projects .slider-projects .slide-project .human__heading{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:576px){.projects .slider-projects .slide-project .human__photo{margin-right:12px;width:36px;height:36px;border-radius:50%}.projects .slider-projects .slide-project .human__info{padding:0}.projects .slider-projects .slide-project .human__heading{margin-bottom:12px}.projects .slider-projects .slide-project .human__text{padding-right:12px}}.projects .slider-projects .slide-project .human__person-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.projects .slider-projects .slide-project .human__role{margin-bottom:2px;font-size:1.2rem;line-height:140%;opacity:.5}.projects .slider-projects .slide-project .human__name{font-size:1.4rem;font-weight:500;line-height:140%}.projects .slider-projects .slide-project .human__logo{height:37px}.projects .slider-projects .slide-project .human__text{margin:auto 0 0;font-size:1.2rem;line-height:140%;font-weight:400;opacity:.5}.projects .slider-projects .wrapper__btns-slider{position:absolute;right:208px;bottom:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width:1024px){.projects .slider-projects .wrapper__btns-slider{right:auto;left:375px}}@media (max-width:768px){.projects .slider-projects .wrapper__btns-slider{left:390px}}.projects .slider-projects .swiper-pagination{display:none}.projects .slider-projects .swiper-pagination .swiper-pagination-progressbar-fill{background-color:var(--light-color)}.about{margin-bottom:160px}@media (max-width:1024px){.about{margin-bottom:180px}}.about__content{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.about .section__heading{margin-right:32px;max-width:600px}@media (max-width:1170px){.about__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.about .section__heading{margin-right:0;margin-bottom:56px}}.about__cards{gap:10px}@media (max-width:576px){.projects .slider-projects .wrapper__btns-slider{display:none}.projects .slider-projects .swiper-pagination{width:calc(100% - 32px);left:16px;top:auto;bottom:0;display:block;height:1px;background-color:#424242}.about{margin-bottom:150px}.about .section__heading{margin-bottom:32px}.about__cards{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.about__cards .cards__col{width:328px}.about__cards .cards__col .list-cards-about{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.about__cards .cards__col .list-cards-about .list-cards-about__item{width:100%}.about__cards .cards__col .list-cards-about .list-cards-about__item .card-about{width:100%;position:relative;padding:24px 16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;border-radius:20px;overflow:hidden;text-align:left}.about__cards .cards__col .list-cards-about .list-cards-about__item .card-about__value{margin:0 0 2px;font-size:7rem;line-height:110%;font-weight:800}.about__cards .cards__col .list-cards-about .list-cards-about__item .card-about__title{margin:0;font-size:1.8rem;font-weight:600;line-height:110%}.about__cards .cards__col .list-cards-about .list-cards-about__item .card-about__descr{margin:10px 0 0;font-size:1.4rem;line-height:140%;opacity:.5}.about__cards .cards__col .list-cards-about .list-cards-about__item:first-child .card-about_dark{height:210px}.about__cards .cards__col .list-cards-about .list-cards-about__item:last-child .card-about_dark{height:267px}.about__cards .cards__col .list-cards-about .list-cards-about__item:last-child .card-about_dark::before{content:"";position:absolute;top:32px;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);width:295px;height:80px;background-image:url(../img/about/peoples.png);background-repeat:no-repeat;background-position:center;background-size:cover}@media (max-width:1170px){.about__cards .cards__col{width:100%}.about__cards .cards__col .list-cards-about .list-cards-about__item:last-child .card-about_dark::before{background-size:contain}}.about__cards .card-about_img{height:341px;background-image:url(../img/about/card-bg.jpg);background-position:center;background-repeat:no-repeat;background-size:cover}@media (max-width:576px){.about__cards .cards__col .list-cards-about .list-cards-about__item .card-about{padding:20px 16px}.about__cards .cards__col .list-cards-about .list-cards-about__item:last-child .card-about_dark::before{background-size:cover}.about__cards .card-about_img{height:328px}}.about__cards .card-about_blue{height:374px;background:radial-gradient(236.4% 207.63% at -19.85% -26.04%,#0057ff 0,rgba(6,56,152,0) 100%)}.about__cards .card-about_blue::before{content:"";position:absolute;top:-100px;left:-100px;width:456px;height:456px;background-image:url(../img/about/ai-cion.png);background-position:center;background-repeat:no-repeat;background-size:contain}.about__cards .card-about_dark{background:radial-gradient(138.53% 138.53% at 50% 50%,rgba(123,123,123,.3) 0,rgba(123,123,123,0) 100%);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.about__cards .card-about_dark .card-about__value{color:transparent;-webkit-background-clip:text;background-clip:text;background-image:-webkit-gradient(linear,left top,right top,from(#ff7246),to(#e01bb5));background-image:linear-gradient(to right,#ff7246,#e01bb5)}.about__cards .card-about_violet{position:relative;height:228px;border:1px solid #252526;background:radial-gradient(133.11% 123.23% at 0 0,rgba(13,13,13,0) 0,#7000ff 100%)}.about__cards .card-about_violet::before{content:"";position:absolute;top:24px;left:16px;width:44px;height:50px;background-image:url(../img/about/icon-heart.png);background-position:center;background-repeat:no-repeat;background-size:contain}.about__cards .card-about_violet::after{content:"";position:absolute;left:0;right:0;bottom:0;width:100%;height:133px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(13,13,13,0)),to(#0d0d0d));background:linear-gradient(180deg,rgba(13,13,13,0) 0,#0d0d0d 100%)}.about__cards .card-about_violet .card-about__descr,.about__cards .card-about_violet .card-about__title{position:relative;z-index:1}.mission{margin-top:-250px;height:1200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-image:-webkit-gradient(linear,left top,left bottom,from(#0d0d0d),color-stop(52.72%,rgba(13,13,13,0)),color-stop(71.24%,rgba(13,13,13,.5)),to(#0d0d0d)),url(../img/mission/mission-bg.jpg);background-image:linear-gradient(180deg,#0d0d0d 0,rgba(13,13,13,0) 52.72%,rgba(13,13,13,.5) 71.24%,#0d0d0d 100%),url(../img/mission/mission-bg.jpg);background-position:center bottom;background-repeat:no-repeat;background-size:cover}.mission__content{padding-top:340px;max-width:854px;text-align:center}@media (max-width:768px){.mission{margin-top:-160px;height:1240px}.mission__content{padding-top:200px}}.mission .section__title{text-indent:0}@media (max-width:576px){.mission{margin-top:-150px;height:1000px}.mission__content{padding-top:150px}.mission .section__title{font-size:3.2rem}}.mission .mission__text{color:var(--light-color)}.mission .section__title_mission{margin:0 0 32px;font-size:2rem;font-weight:600;color:var(--light-color)}.support{margin-top:-250px;margin-bottom:160px}@media (max-width:768px){.support{margin-bottom:120px}}.support .section__heading{margin-bottom:56px;max-width:633px}.support .list-support-cards{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr);-ms-grid-rows:(1fr)[4];grid-template-rows:repeat(4,1fr);gap:10px}.support .support-card{position:relative;padding:24px;min-height:425px;-ms-grid-row-span:2;grid-row:2 span;border-radius:20px;background-color:#191919;overflow:hidden;-webkit-transition:background-color .3s linear;transition:background-color .3s linear}@media (min-width:1025px){.support .support-card:hover{background-color:#202020}.faq .accordion-single .accordion-single-title:hover{opacity:.8}}@media (max-width:576px){.support{margin-bottom:100px}.support .section__heading{margin-bottom:32px}.support .list-support-cards{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.support .support-card{min-height:328px}}.support .support-card__title{margin:0 0 10px;position:relative;z-index:1;font-size:2.4rem;font-weight:500;line-height:120%}@media (max-width:576px){.support .support-card__title{max-width:350px;font-size:1.8rem}}.support .support-card__descr{margin:0;position:relative;z-index:1;font-size:1.6rem;font-weight:400;line-height:140%;color:var(--gray-color)}.support .support-card::after{content:"";position:absolute;background-size:contain;background-repeat:no-repeat;background-position:center}.support .support-card_1::after{right:-13px;bottom:-27px;width:175px;height:192px;background-image:url(../img/support/card-1.png)}@media (max-width:576px){.support .support-card__descr{max-width:350px;font-size:1.4rem}.support .support-card_1::after{width:123px;height:135px}.support .support-card_1{min-height:auto}.support .support-card_1 .support-card__title{max-width:230px}.support .support-card_1 .support-card__descr{max-width:210px}}.support .support-card_2{position:relative}.support .support-card_2::after{bottom:0;left:0;right:0;width:100%;height:309px;background-image:url(../img/support/card-2.png)}@media (max-width:1024px){.support{margin-top:-200px}.support .list-support-cards{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}.support .support-card_2::after{background-size:cover;background-position:center 5px}.support .support-card_3::after{background-size:cover}}.support .support-card_2 .lock-icon{position:absolute;left:50%;bottom:100px;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:150px;height:150px;border-radius:50%;background-color:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}@media (max-width:576px){.support .support-card_2::after{background-position:center 50px}.support .support-card_2{min-height:345px}.support .support-card_2 .lock-icon{bottom:70px;width:110px;height:110px}.support .support-card_2 .lock-icon svg{width:28px;height:40px}}.support .support-card_3{background:radial-gradient(145.62% 100% at 50% 0,rgba(6,56,152,0) 45.17%,#004de2 100%),#191919}.support .support-card_3::after{bottom:0;left:0;right:0;width:100%;height:100%;background-image:url(../img/support/card-3.png)}.support .support-card_4::after{bottom:55px;left:24px;width:280px;height:192px;background-image:url(../img/support/card-4.png)}@media (max-width:1024px){.support .support-card_4::after{bottom:20px;width:350px;height:250px}}@media (max-width:768px){.support .support-card_4::after{bottom:50px;width:297px;height:205px}}@media (max-width:576px){.support .support-card_4::after{bottom:20px;width:260px;height:180px}}.support .support-card_4_eng::after{background-image:url(../img/support/card-4-eng.png)}.support .support-card_5::after{left:50%;bottom:-150px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100%;height:423px;background-image:url(../img/support/card-5.png)}.support .support-card_6{-ms-grid-column:2;-ms-grid-column-span:2;grid-column:2/span 2}@media (max-width:1024px){.support .support-card_6{-ms-grid-column:1;-ms-grid-column-span:2;grid-column:1/span 2;-ms-grid-row:5;grid-row:5}}@media (max-width:576px){.support .support-card_5::after{bottom:-230px}.support .support-card_6{-ms-grid-column:1;grid-column:1}}.support .support-card_6::after{left:0;bottom:-20px;width:101%;height:420px;background-image:url(../img/support/card-6.png);background-size:cover}@media (max-width:1024px){.support .support-card_6::after{bottom:0;width:100%;height:100%}}@media (max-width:576px){.support .support-card_6::after{background-image:url(../img/support/card-6-mob.png);bottom:0}}.support .support-card_7::after{left:50%;bottom:-70px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:400px;height:400px;background-image:url(../img/support/card-7.png)}@media (max-width:1024px){.support .support-card_7::after{bottom:-120px;width:500px;height:500px;background-size:cover}}.business-events{margin-bottom:160px}@media (max-width:768px){.business-events{margin-bottom:120px}}.business-events .section__heading{margin-bottom:56px;max-width:576px}.business-events .slider__business-events .swiper-slide{-webkit-box-sizing:border-box!important;box-sizing:border-box!important}@media (max-width:1060px){.business-events .slider__business-events .swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.business-events .slider__business-events .swiper-slide{width:100%!important}}@media (max-width:576px){.support .support-card_7::after{bottom:-180px}.business-events{margin-bottom:100px}.business-events .container{padding:0}.business-events .section__heading{margin-left:16px;margin-right:16px;margin-bottom:32px}.business-events .slider__business-events{padding-left:16px;padding-right:16px;padding-bottom:30px}.business-events .slider__business-events .swiper-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:0}.business-events .slider__business-events .swiper-slide{width:auto!important}}.business-events .slider__business-events .business-card{position:relative;padding:20px 24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;min-height:464px;border-radius:20px;overflow:hidden}@media (max-width:1060px){.business-events .slider__business-events .business-card{padding:32px 24px;width:100%;min-height:240px}.business-events .slider__business-events .business-card__top{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}}@media (max-width:630px){.business-events .slider__business-events .business-card{padding:20px 24px;min-height:446px;min-width:300px}}.business-events .slider__business-events .business-card::before{content:"";position:absolute;top:0;right:0;z-index:-1;background-repeat:no-repeat;background-position:center;background-size:contain}@media (max-width:576px){.business-events .slider__business-events .business-card{max-width:300px;min-width:auto}.business-events .slider__business-events .business-card__top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.business-events .slider__business-events .business-card__icon{margin-bottom:34px;width:180px;height:180px;-ms-flex-negative:0;flex-shrink:0;background-position:left top;background-repeat:no-repeat;background-size:contain}@media (max-width:1060px){.business-events .slider__business-events .business-card__heading{max-width:330px}.business-events .slider__business-events .business-card__icon{margin-bottom:0;width:170px;height:170px}.business-events .slider__business-events .business-card__footer{padding-left:190px}}.business-events .slider__business-events .business-card__title{margin:0 0 10px;font-size:2.4rem;font-weight:500;line-height:120%}.business-events .slider__business-events .business-card__descr{margin:0;font-size:2.4rem;font-weight:400;line-height:110%;opacity:.5}@media (max-width:630px){.business-events .slider__business-events .business-card__descr{font-size:2rem}}.business-events .slider__business-events .business-card__footer{margin-top:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:576px){.business-events .slider__business-events .business-card__footer{padding-left:0}}.business-events .slider__business-events .business-card__date{margin:0;font-size:2.4rem;font-weight:500;line-height:110%}@media (max-width:630px){.business-events .slider__business-events .business-card__date{margin-bottom:10px}}.business-events .slider__business-events .business-card__prize{display:inline-block;padding:.4rem 1.4rem;font-size:2rem;font-weight:500;line-height:140%;border-radius:100px;background:rgba(255,255,255,.1)}.business-events .slider__business-events .business-card_1{border:1px solid #424242;background:radial-gradient(150.92% 152.33% at 96.7% 1.83%,rgba(174,192,255,.3) 0,rgba(0,56,255,.03) 100%)}.business-events .slider__business-events .business-card_1 .business-card__icon{background-image:url(../img/business-events/figure-1.png)}.business-events .slider__business-events .business-card_1::before{top:-100px;right:-100px;width:350px;height:350px;background-image:url(../img/business-events/bg-figure-1.png)}.business-events .slider__business-events .business-card_2{border:1px solid #424242;background:radial-gradient(275.32% 139.16% at 92.73% 4.74%,rgba(123,123,123,.3) 0,rgba(226,104,226,.2) 100%)}.business-events .slider__business-events .business-card_2 .business-card__icon{background-image:url(../img/business-events/figure-2.png)}.business-events .slider__business-events .business-card_2::before{top:-100px;right:-100px;width:350px;height:350px;background-image:url(../img/business-events/bg-figure-2.png)}.business-events .slider__business-events .business-card_3{border:1px solid #424242;background:radial-gradient(275.32% 139.16% at 92.73% 4.74%,rgba(123,123,123,.3) 0,rgba(226,104,226,.2) 100%)}.business-events .slider__business-events .business-card_3 .business-card__icon{background-image:url(../img/business-events/figure-3.png)}.business-events .slider__business-events .business-card_3::before{top:-100px;right:-100px;width:350px;height:350px;background-image:url(../img/business-events/bg-figure-3.png)}.business-events .slider__business-events .swiper-pagination{display:none}.business-events .slider__business-events .swiper-pagination .swiper-pagination-progressbar-fill{background-color:var(--light-color)}.speakers{margin-bottom:160px}.speakers__container{position:relative;padding:0 80px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:30px}.speakers__container::before{content:"";position:absolute;left:-600px;top:-170px;width:1000px;height:1000px;background-image:url(../img/speakers/circle.svg);background-position:center;background-repeat:no-repeat;background-size:contain}@media (max-width:1024px){.speakers .container{padding:0}.speakers__container{padding:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:56px}.speakers__container::before{left:auto;top:auto;right:-250px;bottom:-250px;width:800px;height:800px}.speakers__slider{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.speakers .slider-speakers{width:500px;height:650px}@media (max-width:1024px){.speakers .slider-speakers{padding-left:15px;padding-right:15px;padding-bottom:30px;width:100%;height:100%}}@media (max-width:768px){.speakers{margin-bottom:120px}.speakers .slider-speakers{padding-left:32px;padding-right:32px}}@media (max-width:576px){.business-events .slider__business-events .swiper-pagination{left:16px;width:calc(100% - 32px);top:auto;bottom:0;display:block;height:1px;background-color:#424242}.speakers{margin-bottom:100px}.speakers__container{gap:32px}.speakers__container::before{display:none}.speakers .slider-speakers{padding-left:16px;padding-right:16px}}.speakers .slider-speakers .swiper-slide{-webkit-box-sizing:border-box;box-sizing:border-box}@media (max-width:1024px){.speakers .slider-speakers .swiper-slide{width:auto}}.speakers .slider-speakers .speaker{padding:24px 20px;width:100%;height:320px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:20px;overflow:hidden}@media (max-width:1024px){.speakers .slider-speakers .speaker{width:440px}.speakers__content{margin-left:15px;margin-right:15px}}.speakers .slider-speakers .speaker__name{margin:0 0 7px;font-size:2.4rem;font-weight:500;line-height:120%}@media (max-width:576px){.speakers .slider-speakers .speaker{padding:20px;width:296px;height:215px}.speakers .slider-speakers .speaker__name{margin-bottom:5px;font-size:1.8rem}}.speakers .slider-speakers .speaker__descr{margin:0;font-size:1.8rem;font-weight:400;line-height:140%;opacity:.5}.speakers .slider-speakers .speaker_1{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(53.84%,rgba(0,0,0,0)),to(#000)),url(../img/speakers/speaker-1.jpg);background-image:linear-gradient(180deg,rgba(0,0,0,0) 53.84%,#000 100%),url(../img/speakers/speaker-1.jpg)}.speakers .slider-speakers .speaker_2{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(53.84%,rgba(0,0,0,0)),to(#000)),url(../img/speakers/speaker-2.jpg);background-image:linear-gradient(180deg,rgba(0,0,0,0) 53.84%,#000 100%),url(../img/speakers/speaker-2.jpg)}.speakers .slider-speakers .speaker_3{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(53.84%,rgba(0,0,0,0)),to(#000)),url(../img/speakers/speaker-3.jpg);background-image:linear-gradient(180deg,rgba(0,0,0,0) 53.84%,#000 100%),url(../img/speakers/speaker-3.jpg)}.speakers .slider-speakers .speaker_4{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(53.84%,rgba(0,0,0,0)),to(#000)),url(../img/speakers/speaker-4.jpg);background-image:linear-gradient(180deg,rgba(0,0,0,0) 53.84%,#000 100%),url(../img/speakers/speaker-4.jpg)}.speakers .slider-speakers .speaker_5{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(53.84%,rgba(0,0,0,0)),to(#000)),url(../img/speakers/speaker-5.jpg);background-image:linear-gradient(180deg,rgba(0,0,0,0) 53.84%,#000 100%),url(../img/speakers/speaker-5.jpg)}.speakers .slider-speakers .speaker_6{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(53.84%,rgba(0,0,0,0)),to(#000)),url(../img/speakers/speaker-6.jpg);background-image:linear-gradient(180deg,rgba(0,0,0,0) 53.84%,#000 100%),url(../img/speakers/speaker-6.jpg)}.speakers .slider-speakers .speaker_7{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(53.84%,rgba(0,0,0,0)),to(#000)),url(../img/speakers/speaker-7.jpg);background-image:linear-gradient(180deg,rgba(0,0,0,0) 53.84%,#000 100%),url(../img/speakers/speaker-7.jpg)}.speakers .slider-speakers .speaker_8{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(53.84%,rgba(0,0,0,0)),to(#000)),url(../img/speakers/speaker-8.jpg);background-image:linear-gradient(180deg,rgba(0,0,0,0) 53.84%,#000 100%),url(../img/speakers/speaker-8.jpg)}.speakers__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:553px}@media (max-width:768px){.speakers__content{margin-left:32px;margin-right:32px}}.speakers__content .section__title{margin-bottom:40px}@media (max-width:576px){.speakers .slider-speakers .speaker__descr{font-size:1.4rem}.speakers__content{margin-left:16px;margin-right:16px}.speakers__content .section__title{margin-bottom:20px}}.speakers__content .speakers__text{margin:0;padding-left:110px;font-size:2rem;line-height:140%;opacity:.8}@media (max-width:1150px){.speakers__content .speakers__text{padding-left:0}}.speakers__content .wrapper__btns-slider{margin-top:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.speakers__content .wrapper__btns-slider .btn-slider:last-child{margin-left:0}.speakers__content .wrapper__btns-slider .btn-slider:last-child::before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.speakers__content .wrapper__btns-slider .btn-slider:first-child::before{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.speakers .swiper-pagination{display:none}@media (max-width:1024px){.speakers__content .speakers__text{padding-left:110px}.speakers__content .wrapper__btns-slider{display:none}.speakers .swiper-pagination{display:block;width:calc(100% - 30px);left:15px;top:auto;bottom:0;height:1px;background-color:#424242}}.speakers .swiper-pagination .swiper-pagination-progressbar-fill{background-color:var(--light-color)}.regular-events{margin-bottom:160px}@media (max-width:768px){.speakers .swiper-pagination{left:32px;width:calc(100% - 64px)}.regular-events{margin-bottom:120px}}.regular-events .section__heading{margin-bottom:56px}.regular-events__title{max-width:540px}.regular-events .slider__regular-events .swiper-slide{-webkit-box-sizing:border-box!important;box-sizing:border-box!important}@media (max-width:1115px){.regular-events .slider__regular-events .swiper-wrapper{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);-ms-grid-rows:(1fr)[2];grid-template-rows:repeat(2,1fr);gap:10px}.regular-events .slider__regular-events .swiper-slide{width:100%!important}}@media (max-width:576px){.speakers__content .speakers__text{padding-left:0;font-size:1.4rem}.speakers .swiper-pagination{left:16px;width:calc(100% - 32px)}.regular-events{margin-bottom:100px}.regular-events .container{padding:0}.regular-events .section__heading{margin-left:16px;margin-right:16px;margin-bottom:32px}.regular-events .slider__regular-events{padding-left:16px;padding-right:16px;padding-bottom:30px}.regular-events .slider__regular-events .swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0}.regular-events .slider__regular-events .swiper-slide{width:300px!important}}.regular-events .slider__regular-events .swiper-pagination{display:none}.regular-events .slider__regular-events .swiper-pagination .swiper-pagination-progressbar-fill{background-color:var(--light-color)}@media (max-width:576px){.regular-events .slider__regular-events .swiper-pagination{left:16px;width:calc(100% - 32px);top:auto;bottom:0;display:block;height:1px;background-color:#424242}.regular-events .list__item{min-width:300px}}.regular-events .list__item .event-card{min-height:560px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:20px;border-radius:20px;border:1px solid #3d3d3d;background:#0d0d0d;overflow:hidden}.regular-events .list__item .event-card__img{margin-bottom:16px;width:100%;height:247px;background-position:center;background-repeat:no-repeat;background-size:cover}.regular-events .list__item .event-card__info{padding:0 20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.regular-events .list__item .event-card__title{margin:0 0 12px;font-size:2rem;font-weight:600;line-height:110%}.regular-events .list__item .event-card__descr{margin:0 0 30px;font-size:1.6rem;font-weight:400;line-height:140%;opacity:.6}.regular-events .list__item .event-card__btn{margin-top:auto}.regular-events .list__item .event-card_1 .event-card__img{background-image:url(../img/regular-events/card-1.jpg)}.regular-events .list__item .event-card_2 .event-card__img{background-image:url(../img/regular-events/card-2.jpg)}.regular-events .list__item .event-card_3 .event-card__img{background-image:url(../img/regular-events/card-3.jpg)}.regular-events .list__item .event-card_4 .event-card__img{background-image:url(../img/regular-events/card-4.jpg)}.meetings{margin-bottom:160px}.meetings .container{position:relative}.meetings .container::before{content:"";position:absolute;right:-150px;top:-50px;width:250px;height:250px;background-image:url(../img/meetings/meetings-bg.png);background-position:center;background-repeat:no-repeat;background-size:contain}@media (max-width:1024px){.meetings .container::before{top:-50px;right:-80px;width:203px;height:230px}}@media (max-width:700px){.meetings .container::before{display:none}}.meetings__container{position:relative}@media (max-width:768px){.meetings .container::before{right:-130px}.meetings{margin-bottom:120px}}.meetings .section__heading{margin-bottom:56px;margin-left:338px;max-width:620px}@media (max-width:1024px){.meetings .section__heading{margin-left:0;margin-bottom:32px}}.meetings .meetings-ticker:not(:last-child){margin-bottom:10px}.meetings .meeting{width:354px;height:200px;border-radius:12px;overflow:hidden}.meetings .meeting img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.meetings .meeting__content{position:relative}.meetings .meeting__info{position:absolute;bottom:0;left:0;z-index:3;padding-left:15px;padding-bottom:20px;opacity:0;-webkit-transition:opacity .3s linear;transition:opacity .3s linear}.meetings .meeting__title{margin:0 0 8px;font-size:1.6rem;text-transform:uppercase;color:var(--light-color)}.meetings .meeting__text{margin:0;font-size:1.4rem;color:var(--light-color);opacity:.5}.meetings .meeting-card{position:relative;padding:24px 16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;border-radius:20px;border:1px solid #424242;background:radial-gradient(317.89% 167.29% at 16.51% 14.47%,rgba(123,123,123,.3) 0,rgba(226,104,226,.03) 100%),#0d0d0d;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}@media (max-width:576px){.meetings{margin-bottom:100px}.meetings .meeting{width:280px;height:158px}.meetings .meeting-card{padding:16px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.meetings .meeting-card__content{position:relative;z-index:2;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:7px}.meetings .meeting-card__title{margin:0;font-size:1.8rem;font-weight:600;line-height:110%}@media (max-width:576px){.meetings .meeting-card__content{-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;height:100%}.meetings .meeting-card__title{width:80%}}.meetings .meeting-card .btn{-ms-flex-negative:0;flex-shrink:0;max-height:38px}.meetings .meeting-card::before{content:"";position:absolute;top:-100px;left:-30px;width:220px;height:220px;background-position:center;background-repeat:no-repeat;background-size:contain;-webkit-filter:blur(20px);filter:blur(20px)}.meetings .meeting-card::after{content:"";position:absolute;top:16px;right:16px;width:90px;height:90px;background-position:center;background-repeat:no-repeat;background-size:contain}.meetings .meeting-card_1::after,.meetings .meeting-card_1::before{background-image:url(../img/meetings/card-1.png)}.meetings .meeting-card_2::before{background-image:url(../img/meetings/card-2-1.png)}.meetings .meeting-card_2::after{background-image:url(../img/meetings/card-2-2.png)}.meetings .meeting-card_3::before{background-image:url(../img/meetings/card-3-1.png)}.meetings .meeting-card_3::after{background-image:url(../img/meetings/card-3-2.png)}.meetings .meeting-card_4::before{background-image:url(../img/meetings/card-4-1.png)}.meetings .meeting-card_4::after{background-image:url(../img/meetings/card-4-2.png)}.meetings .meeting_video{position:absolute;top:50%;left:50%;z-index:1;margin-top:-15px;width:60px;height:60px;background-image:url(../img/meetings/play.svg);background-repeat:no-repeat;background-size:contain;background-position:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:50%;overflow:hidden}.partners{margin-bottom:160px}@media (max-width:768px){.partners{margin-bottom:120px}}@media (max-width:576px){.partners{margin-bottom:100px}}.partners__heading{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:56px}.partners__heading .heading__letter{top:auto;bottom:4px}.partners .wrapper__btns-slider{margin-left:auto}.partners .slider-partners{width:100%}@media (max-width:1040px){.partners .container{padding:0}.partners__heading{margin-left:15px;margin-right:15px}.partners .wrapper__btns-slider{display:none}.partners .slider-partners{padding-left:15px;padding-right:15px;padding-bottom:30px}.partners .slider-partners .partner{width:436px}}@media (max-width:768px){.partners__heading{margin-left:32px;margin-right:32px}.partners .slider-partners{padding-left:32px;padding-right:32px}}.partners .slider-partners .partner{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px 20px 16px;border:1px solid rgba(255,255,255,.1);border-radius:12px}@media (max-width:576px){.partners__heading{margin-left:16px;margin-right:16px;margin-bottom:32px}.partners .slider-partners{padding-left:16px;padding-right:16px}.partners .slider-partners .partner{height:auto;width:300px}}.partners .slider-partners .partner__img{height:56px;margin-bottom:30px;-o-object-fit:contain;object-fit:contain}.partners .slider-partners .partner__title{margin:auto 0 0;font-size:2rem;font-weight:600;line-height:110%;color:rgba(255,255,255,.4)}.partners .slider-partners .swiper-pagination{display:none}@media (max-width:1040px){.partners .slider-partners .swiper-pagination{width:calc(100% - 30px);left:16px;top:auto;bottom:0;display:block;height:1px;background-color:#424242}}.partners .slider-partners .swiper-pagination .swiper-pagination-progressbar-fill{background-color:var(--light-color)}.feedback{margin-bottom:160px}.feedback__container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.feedback__content{position:relative;width:100%;padding:100px;text-align:center;background-image:url(../img/feedback/bg-feedback.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:20px;overflow:hidden}.feedback__content::before{content:"";position:absolute;bottom:-100px;left:-240px;width:410px;height:410px;background-image:url(../img/feedback/el-1.png);background-position:center;background-repeat:no-repeat;background-size:cover}.feedback__content::after{content:"";position:absolute;top:-50px;right:-130px;width:238px;height:238px;background-image:url(../img/feedback/el-2.png);background-position:center;background-repeat:no-repeat;background-size:cover}@media (max-width:768px){.partners .slider-partners .swiper-pagination{left:32px;width:calc(100% - 64px)}.feedback{margin-bottom:120px}.feedback__content{padding:152px 24px}.feedback__content::before{bottom:-150px}.feedback__content::after{right:-90px;width:192px;height:192px}}.feedback .section__title{margin-bottom:20px;font-size:5.6rem;color:#fff;text-indent:0}@media (max-width:1024px){.feedback .section__title{font-size:4rem}.faq__container::after{display:none}}@media (max-width:576px){.partners .slider-partners .partner__title{font-size:1.8rem}.partners .slider-partners .swiper-pagination{left:16px;width:calc(100% - 32px)}.feedback{margin-bottom:100px}.feedback__content{padding:32px 24px 50px}.feedback__content::before{display:none}.feedback__content::after{right:auto;top:auto;left:-160px;bottom:-100px;width:262px;height:262px;-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.feedback .section__title{font-size:2.4rem}}.feedback .section__descr{margin-bottom:70px;margin-left:auto;margin-right:auto;max-width:675px;font-size:2.6rem;font-weight:40;line-height:140%;opacity:.8}.bouncy-transition,.icon-state{-webkit-transition:.2s ease-out .2s;transition:.2s ease-out .2s}.bouncy-transition:after,.bouncy-transition:before,.icon-state:after,.icon-state:before,.open-state .bouncy-transition,.open-state .bouncy-transition:after,.open-state .bouncy-transition:before,.open-state .icon-state,.open-state .icon-state:after,.open-state .icon-state:before{-webkit-transition:.6s cubic-bezier(.46,-.41,.3,1.52) .1s;transition:.6s cubic-bezier(.46,-.41,.3,1.52) .1s}.faq{margin-bottom:160px}@media (max-width:768px){.faq{margin-bottom:120px}}.faq__container{position:relative}.faq__container::after{content:"";position:absolute;left:-300px;top:200px;z-index:-1;width:530px;height:600px;background-image:url(../img/faq/faq-bg.png);background-repeat:no-repeat;background-position:center;background-size:contain}.faq .section__heading{margin-bottom:58px}.faq .accordion-single{max-width:890px;margin-left:auto}.faq .accordion-single .accordion-single-item{position:relative;border-bottom:1px solid rgba(255,255,255,.1)}.faq .accordion-single .accordion-single-title{margin:0;position:relative;padding:30px 0 30px 113px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:2.4rem;font-weight:500;line-height:120%;color:var(--light-color);cursor:pointer;-webkit-transition:color .3s linear,opacity .3s linear;transition:color .3s linear,opacity .3s linear}.faq .accordion-single .accordion-single-title::before{content:"";position:absolute;top:30px;left:0}.faq .accordion-single .accordion-single-content{max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease-in-out;transition:max-height .3s ease-in-out;cursor:pointer}.faq .accordion-single .accordion-single-content p{margin:0;padding-bottom:64px;padding-left:113px;width:90%;font-size:1.8rem;line-height:150%;letter-spacing:-.05rem;color:rgba(255,255,255,.7)}@media (max-width:576px){.feedback .section__descr{font-size:1.6rem}.faq{margin-bottom:100px}.faq .section__heading{margin-bottom:32px}.faq .accordion-single .accordion-single-title{padding:30px 0 30px 43px;font-size:1.8rem}.faq .accordion-single .accordion-single-content p{font-size:1.4rem;padding-left:43px;padding-bottom:40px}}.faq .accordion-single .accordion-single-item.is-open .accordion-single-content{max-height:600px}.faq .accordion-single .accordion-single-item_1 .accordion-single-title::before{content:"01"}.faq .accordion-single .accordion-single-item_2 .accordion-single-title::before{content:"02"}.faq .accordion-single .accordion-single-item_3 .accordion-single-title::before{content:"03"}.faq .accordion-single .accordion-single-item_4 .accordion-single-title::before{content:"04"}.faq .accordion-single .accordion-single-item_5 .accordion-single-title::before{content:"05"}.faq .accordion-single .accordion-single-item_6 .accordion-single-title::before{content:"06"}.icon-state{-ms-flex-negative:0;flex-shrink:0;margin-left:30px;position:relative;display:block;background:0 0;width:20px;height:20px;cursor:pointer;border:none}.icon-state:focus{outline:0}.icon-state:after,.icon-state:before{content:"";position:absolute;top:50%;left:50%;width:90%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-bottom:2px solid #fff;border-radius:10px}.icon-state:before{-webkit-transform:translate(-50%,-50%) rotate(90deg);-ms-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.open-state .icon-state:before{-webkit-transform:translate(-50%,-50%) rotate(180deg);-ms-transform:translate(-50%,-50%) rotate(180deg);transform:translate(-50%,-50%) rotate(180deg);border-color:#868686}.open-state .icon-state:after{-webkit-transform:translate(-50%,-50%) rotate(-180deg);-ms-transform:translate(-50%,-50%) rotate(-180deg);transform:translate(-50%,-50%) rotate(-180deg);border-color:#868686}.footer-top{padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-top__content{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:710px){.footer-top__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.footer-top__left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer-top__left .footer__logo{margin-bottom:5px}.footer-top__left .footer__club{font-size:1.2rem;line-height:140%;color:rgba(255,255,255,.5)}.footer-top__left .list-social{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;margin-top:auto}.footer-top__left .list-social__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:2px;width:44px;height:44px;border-radius:50%;background-color:rgba(255,255,255,.2)}.footer-top__left .list-social__item svg{opacity:.5;-webkit-transition:opacity .3s linear;transition:opacity .3s linear}.footer-top__left .list-social__item:hover svg{opacity:1}.footer-top__left .list-social__item a::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.footer-top__right{max-width:520px}.footer-top__right .nav-list_footer{-moz-column-count:2;-moz-column-gap:200px;-webkit-column-count:2;-webkit-column-gap:200px;column-count:2;column-gap:200px}@media (max-width:1024px){.faq .accordion-single{margin-left:0;max-width:100%}.footer-top__right .nav-list_footer{-moz-column-gap:56px;-webkit-column-gap:56px;column-gap:56px}}.footer-top__right .nav-list_footer .nav__item:not(:last-child){margin-bottom:24px}.footer-top__right .nav-list_footer .nav__link{font-size:1.4rem;line-height:110%;color:var(--light-color);opacity:.5;text-transform:uppercase;-webkit-transition:opacity .3s linear;transition:opacity .3s linear}.footer-top__right .nav-list_footer .nav__link:hover{opacity:1}.footer-bottom{padding:32px 0}.footer-bottom__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-bottom__text{font-size:1.4rem;line-height:140%;color:#868686}.footer-bottom .copyr{margin-right:32px}.footer-bottom .politc{-webkit-transition:color .3s linear;transition:color .3s linear}.footer-bottom .politc:hover{opacity:1;color:var(--light-color)}.footer-bottom .kerber{margin-left:auto}@media (max-width:710px){.footer-top__left .list-social{margin-top:32px;margin-bottom:40px}.footer-bottom__content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer-bottom .kerber{margin-left:0}}.footer-bottom .kerber a{color:#868686;text-decoration:underline;-webkit-transition:color .3s linear;transition:color .3s linear}.footer-bottom .kerber a:hover{opacity:1;color:var(--light-color)}.popup{position:fixed;z-index:1000;width:100%;height:100%;background-color:rgba(0,0,0,.6);top:0;left:0;opacity:0;visibility:hidden;overflow-y:auto;overflow-x:hidden;-webkit-transition:.5s;transition:.5s}.popup__body{min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:30px 10px}.popup__content{position:relative}.popup__close{position:absolute;right:-30px;top:-30px;font-size:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;border-radius:30px}.popup.open{opacity:1;visibility:visible}.popup.open .popup__content{opacity:1}.popup.popup__multi-form{background-color:#0d0d0d}.popup.popup__multi-form::-webkit-scrollbar{width:0}.popup.popup__multi-form::-webkit-scrollbar-track{background:0 0}.popup.popup__multi-form::-webkit-scrollbar-thumb{background-color:transparent;border-radius:0;border:0 solid transparent}.popup.popup__multi-form .popup__body{padding:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.popup.popup__multi-form .popup__content{min-width:100vw;min-height:100vh;width:100%;height:100%;background-color:transparent;-webkit-transition:background-color .75s linear;transition:background-color .75s linear}.popup.popup__multi-form .popup__content .container_multi-step{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh;width:100%;height:100%}.popup.popup__multi-form .popup__content .container_multi-step::before{content:"";position:absolute;top:0;left:0;right:0;z-index:-1;width:100%;height:220px;background-image:url(../img/multistep/multi-step.png);background-position:center;background-repeat:no-repeat;background-size:cover;-webkit-transition:opacity .75s linear,height .75s linear;transition:opacity .75s linear,height .75s linear}@media (max-width:1024px){.popup.popup__multi-form .popup__content .container_multi-step::before{height:240px;background-image:url(../img/multistep/multi-step_response.png)}.form{padding-top:230px}}.popup.popup__multi-form .popup__content .container_multi-step::after{content:"";opacity:0;-webkit-transition:opacity .3s linear 1.2s;transition:opacity .3s linear 1.2s}.popup.popup__multi-form .close-popup{top:12px;right:12px;width:64px;height:64px;background-color:#292929;z-index:1000}@media (max-width:576px){.footer-top__right .nav-list_footer{-moz-column-count:1;-webkit-column-count:1;column-count:1}.popup.popup__multi-form .popup__content .container_multi-step::before{height:117px}.popup.popup__multi-form .close-popup{width:32px;height:32px}.popup.popup__multi-form .close-popup svg{width:8px;height:8px}}.popup.popup__multi-form .success-send{visibility:hidden;opacity:0;-webkit-transition:opacity .75s linear 1s;transition:opacity .75s linear 1s}.popup.popup__multi-form .multi-form__send{position:relative;height:100vh;overflow:hidden;background-color:#0d0d0d}.popup.popup__multi-form .multi-form__send .popup__close{opacity:0;visibility:hidden}.popup.popup__multi-form .multi-form__send .form{-webkit-transform:translateY(150%);-ms-transform:translateY(150%);transform:translateY(150%)}.popup.popup__multi-form .multi-form__send .container_multi-step{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.popup.popup__multi-form .multi-form__send .container_multi-step::before{background-image:url(../img/multistep/all-img.png);height:100%}.popup.popup__multi-form .multi-form__send .container_multi-step::after{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:100%;background-color:#0d0d0d;opacity:1}.popup.popup__multi-form .multi-form__send .rings{display:none}.popup.popup__multi-form .multi-form__send .success-send{position:absolute;top:50%;left:50%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;opacity:1;visibility:visible;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.popup.popup__multi-form .multi-form__send .success-send__logo{margin-bottom:48px;width:150px;height:150px;background-image:url(../img/multistep/logo.svg);background-position:center;background-repeat:no-repeat;background-size:contain}@media (max-width:576px){.popup.popup__multi-form .multi-form__send .success-send__logo{margin-bottom:32px;width:74px;height:65px}.popup.popup__multi-form .multi-form__send .success-send__title{font-size:3.2rem}}.popup.popup__multi-form .multi-form__send .success-send__title{margin-bottom:12px;padding:0 15px;max-width:900px}.popup.popup__multi-form .multi-form__send .success-send__text{margin:0 0 48px;padding:0 15px;max-width:600px;font-size:2.4rem;font-weight:500;line-height:120%;color:rgba(255,255,255,.5)}.popup.popup__multi-form .multi-form__send .success-send .btn-close{position:unset;z-index:2;padding:1.7rem 2.4rem;width:auto;height:auto;font-size:1.6rem;background-color:rgba(255,255,255,.2);color:rgba(255,255,255,.7)}@media (hover:hover){.popup.popup__multi-form .multi-form__send .success-send .btn-close:hover{color:#fff;background-color:rgba(255,255,255,.3)}}.popup.popup__multi-form .multi-form__send .success-send .btn_tg{position:relative;z-index:2;padding:1.7rem 2.4rem;width:auto;height:auto;font-size:1.6rem}.popup.popup__multi-form .multi-form__send .success-send .rings{position:absolute;display:block;width:800px;left:50%;margin-top:200px;margin-left:-400px;-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.popup.popup__multi-form .multi-form__send .success-send .rings .ring__ringlet{width:400px;height:400px;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.12);border-radius:50%;margin-left:50%;left:-200px;position:absolute;bottom:-160px;-webkit-transform:scale(.1,.1);-ms-transform:scale(.1,.1);transform:scale(.1,.1);opacity:0;-webkit-animation:3s ease-out infinite ring-1;animation:3s ease-out infinite ring-1}.popup.popup__multi-form .multi-form__send .success-send .rings .ring__ringlet:nth-of-type(2){-webkit-animation-delay:.6s;animation-delay:.6s}.popup.popup__multi-form .multi-form__send .success-send .rings .ring__ringlet:nth-of-type(3){-webkit-animation-delay:1.2s;animation-delay:1.2s}.popup.popup__multi-form .multi-form__send .success-send .success-send__buttons{gap:10px}@media (max-width:576px){.popup.popup__multi-form .multi-form__send .success-send__text{margin-bottom:32px;font-size:1.4rem}.popup.popup__multi-form .multi-form__send .success-send .success-send__buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.up-layer{position:relative;z-index:2}@-webkit-keyframes hideFormSteps{from{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes hideFormSteps{from{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@-webkit-keyframes whiteCircle{0%{width:1px;height:1px;opacity:0}50%{opacity:.5}100%{width:250vw;height:250vh;opacity:0}}@keyframes whiteCircle{0%{width:1px;height:1px;opacity:0}50%{opacity:.5}100%{width:250vw;height:250vh;opacity:0}}@-webkit-keyframes ring-1{0%{-webkit-transform:scale(.1,.1);transform:scale(.1,.1);opacity:0}50%{opacity:1}100%{-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);opacity:0}}@keyframes ring-1{0%{-webkit-transform:scale(.1,.1);transform:scale(.1,.1);opacity:0}50%{opacity:1}100%{-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);opacity:0}}.form{position:relative;padding-top:230px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-transition:-webkit-transform 1.5s linear;transition:transform 1.5s linear;transition:transform 1.5s linear,-webkit-transform 1.5s linear}.form__heading{margin-bottom:32px}@media (max-width:576px){.form{padding-top:130px}.form__heading{margin-bottom:24px}}.form__logo{margin-bottom:48px;width:77px;height:77px;margin-left:337px;background-image:url(../img/multistep/logo.svg);background-position:center;background-repeat:no-repeat;background-size:contain}@media (max-width:1100px){.form__logo{margin-left:220px}}@media (max-width:1024px){.form__logo{margin-bottom:32px;margin-left:0}}@media (max-width:576px){.form__logo{margin-bottom:12px;width:50px;height:44px}}.form__title{margin:0;font-size:4rem;font-weight:800;line-height:100%}@media (max-width:576px){.form__title{font-size:2.4rem}}.form__title_first{font-size:7rem;line-height:110%}@media (max-width:576px){.form__title_first{font-size:4rem}}.form__descr{margin:12px 0 0;font-size:2.4rem;font-weight:500;opacity:.5}.form__step{display:none;margin-left:337px;margin-bottom:100px;width:100%;max-width:666px;-webkit-animation:.6s showStep;animation:.6s showStep}.form__step.step-active{display:block}@media (max-width:768px){.form__step{max-width:100%}.form__step_activity .form__title{max-width:400px}.form__step_activity .form__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:20px}}@media (max-width:576px){.form__descr{font-size:1.4rem}.form__step_activity .form__title{max-width:250px}.form__step_activity .form__heading{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (max-width:768px){.form__step_places .form__title{max-width:380px}.form__step_places .form__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px}.form__step_places .form__heading .informer_response{max-width:285px}}@media (max-width:576px){.form__step_places .form__title{max-width:240px}.form__step_places .form__heading{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.form__footer{position:fixed;bottom:0;left:0;right:0;padding:20px 0;width:100%;background-color:#0d0d0d;border-top:1px solid rgba(255,255,255,.1)}.form__footer .form__container-footer{position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form__footer .btn{padding:1.7rem 2.4rem;font-size:1.6rem}.form__footer .btn-submit{display:none}.form__footer .form__counter-steps{position:relative;margin-right:12px;margin-left:auto;font-size:1.6rem;line-height:140%}.form__footer .form__counter-steps::before{content:"[";position:absolute;left:-12px;top:0}.form__footer .form__counter-steps::after{content:"]";position:absolute;right:-12px;top:0}.form__footer .form__counter-steps .all-steps{color:rgba(255,255,255,.5)}.form__footer .btn-prev{margin-right:150px;background-color:transparent;opacity:.5}@media (max-width:1100px){.form__step{margin-left:220px}.form__footer .btn-prev{margin-right:32px}}.form__footer .step_tg__descr{display:none;position:absolute;top:0;left:575px;margin:0;max-width:285px;font-size:1.2rem;line-height:140%;opacity:.3}@media (max-width:1100px){.form__footer .step_tg__descr{left:450px}}@media (max-width:1024px){.form__step{margin-left:0}.form__footer .step_tg__descr{left:15px;top:-80px;max-width:450px}}@media (max-width:576px){.form__footer .form__container-footer{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.form__footer .btn{padding:1.3rem 2.4rem}.form__footer .form__counter-steps{position:absolute;right:16px;bottom:90px}.form__footer .btn-prev{padding:0}.form__footer .step_tg__descr{top:-110px;left:16px;max-width:233px}}.form__inputs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.form__input{width:100%;padding:1.4rem 2.4rem;font-size:2rem;line-height:140%;color:var(--light-color);background-color:transparent;border-radius:100px;border:1px solid rgba(255,255,255,.15);outline:0}.form__input::-webkit-input-placeholder{opacity:.3}.form__input::-moz-placeholder{opacity:.3}.form__input:-ms-input-placeholder{opacity:.3}.form__input::-ms-input-placeholder{opacity:.3}.form__input::placeholder{opacity:.3}.form .form__textarea{border-radius:20px;height:200px!important;resize:none}.form .counter-symbols{margin-top:7px;padding-right:20px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;font-size:1.2rem;line-height:140%;color:rgba(255,255,255,.5)}.form .counter-symbols .current-counter{margin-right:5px}.form .counter-symbols.warning,.form .counter-symbols.warning .current-counter{color:#e74c4c}.form .custom-radio{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.form .custom-radio__input{position:absolute;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form .custom-radio__text{position:relative;padding-left:30px;font-size:2rem;line-height:140%}.form .custom-radio__text::before{content:"";position:absolute;left:0;top:50%;width:20px;height:20px;border-radius:50%;border:1px solid rgba(255,255,255,.15);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width:576px){.form__input{padding:1.2rem 2.4rem;font-size:1.6rem}.form .custom-radio__text{padding-left:25px;font-size:1.4rem}.form .custom-radio__text::before{width:16px;height:16px}}.form .custom-radio__text::after{content:"";position:absolute;left:5px;top:50%;width:10px;height:10px;border-radius:50%;background-color:var(--light-color);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:0;-webkit-transition:opacity .3s linear;transition:opacity .3s linear}.form .custom-radio__input:hover+.custom-radio__text::after{opacity:.2}.form .custom-radio__input:hover+.custom-radio__text::before{border:1px solid rgba(255,255,255,.2)}.form .custom-radio__input:checked+.custom-radio__text::after{opacity:1}.form .custom-radio__input:checked+.custom-radio__text::before{border:1px solid rgba(255,255,255,.2)}.form .custom-checkbox{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.form .custom-checkbox__input{position:absolute;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form .custom-checkbox__text{position:relative;padding-left:30px;font-size:2rem;line-height:140%}@media (max-width:576px){.form .custom-radio__text::after{left:4px;width:8px;height:8px}.form .custom-checkbox__text{padding-left:25px;font-size:1.4rem}}.form .custom-checkbox__text::before{content:"";position:absolute;left:0;top:50%;width:20px;height:20px;border-radius:4px;border:1px solid rgba(255,255,255,.15);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:background-color .3s linear;transition:background-color .3s linear}@media (max-width:576px){.form .custom-checkbox__text::before{width:16px;height:16px}}.form .custom-checkbox__text::after{content:"";position:absolute;left:5px;top:50%;width:11px;height:9px;background-image:url(../img/multistep/marker.svg);background-position:center;background-repeat:no-repeat;background-size:contain;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:0;-webkit-transition:opacity .3s linear;transition:opacity .3s linear}.form .custom-checkbox__input:hover+.custom-checkbox__text::after{opacity:.2}.form .custom-checkbox__input:hover+.custom-checkbox__text::before{border:1px solid rgba(255,255,255,.2)}.form .custom-checkbox__input:checked+.custom-checkbox__text::after{opacity:1}.form .custom-checkbox__input:checked+.custom-checkbox__text::before{border:none;background-color:rgba(255,255,255,.2)}.form .informer{position:absolute;top:515px;right:0;padding:16px 24px;max-width:215px;background-color:rgba(255,255,255,.1);border-radius:12px}@media (max-width:1260px){.form .informer{top:410px;max-width:257px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}}@media (max-width:1024px){.form .informer{top:350px}}.form .informer__icon{-ms-flex-negative:0;flex-shrink:0;margin-bottom:12px}.form .informer__text{margin:0;font-size:1.4rem;line-height:140%;opacity:.5}.form .informer_response{display:none;position:unset}@media (max-width:768px){.form .informer{padding:16px;display:none}.form .informer__icon{margin-bottom:0}.form .informer_response{display:-webkit-box;display:-ms-flexbox;display:flex}}.form .informer_mobile .informer__text{display:none}@media (max-width:576px){.form .custom-checkbox__text::after{left:4px;width:9px;height:7px}.form .informer_response{padding:0;background-color:transparent}.form .informer_response .informer__text{display:none}.informer_show{position:relative}.informer_show .informer__text{position:absolute;right:-5px;margin-top:34px;display:block!important;padding:1.6rem 2.4rem;max-width:215px;background-color:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:1;color:rgba(255,255,255,.5);border-radius:12px}}.informer_show .informer__text::before{content:"";position:absolute;top:-10px;right:8px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:10px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@-webkit-keyframes showStep{from{opacity:0}to{opacity:1}}@keyframes showStep{from{opacity:0}to{opacity:1}}