@font-face{font-family:"proxima_softbold";src:url("../fonts/proximasoft/proximasoft-bold-webfont.woff2") format("woff2"),url("../fonts/proximasoft/proximasoft-bold-webfont.woff") format("woff"),url("../fonts/proximasoft/proximasoft-bold-webfont.ttf") format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:"grtsk";src:url("../fonts/ZettaSemibold-600.ttf") format("truetype");font-weight:600;font-style:normal}@font-face{font-family:"grtsk700";src:url("../fonts/grtsk/TRYGrtsk-ZettaSlant700.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"grtsk400";src:url("../fonts/grtsk/TRYGrtsk-Slant400.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"grtsk300";src:url("../fonts/grtsk/TRYGrtsk-ZettaSlant300.ttf") format("truetype");font-weight:300;font-style:normal}@font-face{font-family:"roadUA200";src:url("../fonts/roadUA/RoadUA-ExtraLight.otf") format("opentype");font-weight:200;font-style:normal}@font-face{font-family:"roadUA300";src:url("../fonts/roadUA/RoadUA-Light.otf") format("opentype");font-weight:300;font-style:normal}@font-face{font-family:"roadUA400";src:url("../fonts/roadUA/RoadUA-Regular.otf") format("opentype");font-weight:400;font-style:normal}@font-face{font-family:"roadUA500";src:url("../fonts/roadUA/RoadUA-Medium.otf") format("opentype");font-weight:500;font-style:normal}@font-face{font-family:"roadUA700";src:url("../fonts/roadUA/RoadUA-Bold.otf") format("opentype");font-weight:700;font-style:normal}*{box-sizing:border-box}ul{margin:0;padding:0}li{list-style-type:none}h1,h2,h3{margin-top:0;margin-bottom:0}body{margin:0;padding:0;font-family:"Montserrat",sans-serif;font-weight:400;font-size:14px;color:#292c35;background-color:#f4f6fa}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 15px}.logo{display:flex;justify-content:flex-start;align-items:center;text-decoration:none}.logo__img{display:block;width:48px}.logo__title{margin-left:16px;font-family:"proxima_softbold",sans-serif;font-size:24px;color:#292c35}@media only screen and (max-width: 890px){.logo__title{font-size:20px}}.logo_blue{display:inline-flex;height:72px;width:284px;padding:8px 12px;background-color:#4473f9;border-radius:24px}.logo_blue .logo__title{font-family:"proxima_softbold",sans-serif;font-size:56px;line-height:1;color:#fff}@media only screen and (max-width: 890px){.logo_blue .logo__title{font-size:36px}}.logo_blue .logo__img{width:56px}@media only screen and (max-width: 890px){.logo_blue .logo__img{width:42px}}@media only screen and (max-width: 890px){.logo_blue{height:58px;width:auto;padding:8px 12px 8px 8px}}.logo_shadow .logo__img{box-shadow:0 16px 16px -16px rgba(0,0,0,.12)}.logo_border .logo__img{border:1px solid #f4f6fa;border-radius:12px;box-shadow:0 16px 16px -16px rgba(0,0,0,.12)}.text_blue{color:#4473f9}.text_yellow{color:#ffa202}.button{margin:0;padding:0;background:none;cursor:pointer;border:none;text-decoration:none;outline:none;box-shadow:none}.button_primary{padding:13px 24px;height:48px;font-family:"Montserrat",sans-serif;font-weight:500;font-size:14px;color:#fff;background-color:#4473f9;border-radius:8px;transition:180ms ease}.button_primary:hover{background-color:#2e5ad7}.button_primary:focus,.button_primary:active{background-color:#2e5ad7;transform:scale(0.9)}.button_social{width:162px;height:56px;background-position:center;background-repeat:no-repeat;background-size:100% 100%;border-radius:8px;box-shadow:0 24px 40px -16px rgba(0,0,0,.12);transition:180ms ease}.button_social:hover{box-shadow:0 16px 24px -12px rgba(0,0,0,.1)}.button_social:hover .text{fill:#4473f9}.button_social:hover .text_stroke{stroke:#4473f9}.button_social:focus,.button_social:active{box-shadow:0 16px 24px -12px rgba(0,0,0,.1);transform:scale(0.9)}.button_social:focus .text,.button_social:active .text{fill:#4473f9}.button_social:focus .text_stroke,.button_social:active .text_stroke{stroke:#4473f9}.link_social{display:flex;justify-content:center;align-items:center;height:48px;width:48px;background-color:#1f222b;border-radius:8px;transition:180ms ease}.link_social:hover{background-color:#4473f9}.link_social:focus,.link_social:active{background-color:#4473f9;transform:scale(0.9)}.main__title{display:block;width:100%;max-width:620px;margin:0 auto;padding-left:24px;padding-right:24px;text-align:center;font-family:"proxima_softbold",sans-serif;font-size:48px;line-height:1;letter-spacing:-1px}@media only screen and (max-width: 1080px){.main__title{max-width:620px;font-size:36px}}.main__title_sm{max-width:100%;font-size:36px}@media only screen and (max-width: 1080px){.main__title_sm{font-size:24px}}.main__subtitle{margin-top:10px;margin-bottom:0;padding-left:24px;padding-right:24px;text-align:center;font-weight:500;font-size:20px;letter-spacing:-0.5px}@media only screen and (max-width: 1080px){.main__subtitle{font-size:16px}}.dropdown{position:relative;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;font-weight:600;color:#586072;box-shadow:0px 10px 12px -8px rgba(0,0,0,.06)}.dropdown__head{position:relative;display:flex;justify-content:center;align-items:center;padding:12px 16px;height:40px;width:100%;min-width:83px;background-color:#fff;border:1px solid #f4f6fa;border-radius:8px;cursor:pointer;z-index:2}.dropdown__value{margin-right:4px}.dropdown__arrow{transition:180ms ease}.dropdown__arrow svg{display:block}.dropdown__body{display:none;position:absolute;top:35px;left:0;width:100%;padding:17px 16px 12px;background-color:#fff;border:1px solid rgba(0,0,0,0);border-radius:0 0 8px 8px;z-index:1}.dropdown__body .item{cursor:pointer;transition:180ms ease}.dropdown__body .item:not(:last-child){margin-bottom:12px}.dropdown__body .item:hover{color:#4473f9}.dropdown.open .dropdown__head{color:#4473f9}.dropdown.open .dropdown__arrow{transform:rotate(180deg)}.dropdown.open .dropdown__arrow path{stroke:#4473f9}.card{position:absolute;display:flex;justify-content:flex-start;align-items:center;width:100%;max-width:260px;padding:2px;background-color:#fff;box-shadow:0 1.39942px 2.79883px rgba(0,0,0,.04);border-radius:12px}.card_2{top:68px;right:272px;transform:rotate(-2deg)}.card_3{top:240px;left:180px;transform:rotate(-3deg)}.card_4{top:252px;right:22px;transform:rotate(3deg)}.card_5{bottom:140px;right:369px;transform:rotate(3deg)}.card__img{position:relative;flex-shrink:0;width:80px}.card__distance{display:flex;justify-content:center;align-items:center;height:19px;width:52px;position:absolute;bottom:8px;left:14px;background:rgba(88,96,114,.15);border-radius:15px;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.card__distance-img{width:9px}.card__distance-text{margin-left:3px;font-size:9px;color:#fff}.card__info{position:relative;flex-grow:1;padding:12px 23px 12px 12px}.card__title{font-size:13px}.card__address{margin-bottom:12px;font-size:9px;color:#a8aebd}.card__date{display:flex;justify-content:flex-start;align-items:center;margin-bottom:12px}.card__date .item{display:flex;justify-content:flex-start;align-items:center;margin-right:11px}.card__date .item__img{width:12px}.card__date .item__title{margin-left:6px;font-size:9px;color:#586072}.card__joined{display:flex;justify-content:flex-start;align-items:center}.card__joined-img{width:78px}.card__joined-text{margin-left:6px;font-size:9px;color:#878fa2}.card__type{position:absolute;right:6px;top:6px;width:18px}.card img{display:block}.card-shadowed{position:relative;transform:rotate(3deg)}.card-shadowed:after{content:"";position:absolute;left:1px;top:0;height:100%;width:270px;background-color:#f4f6fa;border-radius:24px;transform:rotate(-6deg);z-index:-1}@media only screen and (max-width: 1080px){.card-shadowed:after{width:231px}}.card-shadowed_left{transform:rotate(3deg)}.card-shadowed_left:after{transform:rotate(-6deg)}.card-shadowed_right{transform:rotate(-3deg)}.card-shadowed_right:after{transform:rotate(7deg)}.header__grid{display:flex;justify-content:space-between;align-items:center;height:112px}@media only screen and (max-width: 890px){.header__grid{height:72px}}.top{position:relative;overflow:hidden;width:100%;max-width:1440px;margin-left:auto;margin-right:auto}.top__grid{display:flex;justify-content:flex-start;align-items:center;height:788px}@media only screen and (max-height: 899px)and (min-width: 1081px){.top__grid{height:calc(100vh - 112px)}}@media only screen and (max-height: 630px){.top__grid{height:630px}}@media only screen and (max-width: 1080px)and (min-height: 631px){.top__grid{height:650px}}@media only screen and (max-width: 890px)and (min-height: 631px){.top__grid{height:calc(100vh - 72px);max-height:650px}}.top__info{margin:auto 0;padding-bottom:112px}@media only screen and (max-width: 890px){.top__info{margin-top:300px;padding-bottom:64px;text-align:center}}.top__title{margin-bottom:22px;font-family:"proxima_softbold",sans-serif;font-size:66px;line-height:1.2}@media only screen and (max-width: 890px){.top__title{margin-bottom:16px;font-size:42px}}.top__subtitle{margin-bottom:40px;font-weight:500;font-size:20px;letter-spacing:-0.5px;color:#586072}@media only screen and (max-width: 890px){.top__subtitle{margin-bottom:24px}}@media only screen and (max-width: 450px){.top__subtitle{width:100%;max-width:250px;margin:0 auto 24px}}.top__actions .button_social{margin-right:16px}@media only screen and (max-width: 450px){.top__actions .button_social{margin:0}}.top__img{position:absolute;right:0;top:0;height:100%;z-index:-1}.top__img img{display:block}.top__img-hand{position:absolute;bottom:-181px;right:80px;height:900px;z-index:2}@media only screen and (max-height: 899px){.top__img-hand{bottom:-110px;right:15px;height:680px}}@media only screen and (max-width: 1080px){.top__img-hand{bottom:-120px;right:15px;height:680px}}@media only screen and (max-width: 890px){.top__img-hand{position:relative;top:4vw;left:calc(50% - 123px);bottom:unset;right:unset;height:auto;width:360px}.top__img-hand img{height:auto;width:100%}.top__img-hand .blur{position:absolute;bottom:0;left:0;height:50%;width:100%;background:linear-gradient(0deg, #F4F6FA 40%, rgba(244, 246, 250, 0) 100%)}}@media only screen and (max-width: 450px){.top__img-hand{top:16vw;left:calc(50% - 114px);bottom:unset;right:unset;height:auto;width:320px}}.top__img-orbits{position:absolute;bottom:-60px;right:-37px;width:1020px;z-index:1}@media only screen and (max-height: 899px){.top__img-orbits{bottom:-14px;right:-129px;width:886px}}@media only screen and (max-width: 1080px){.top__img-orbits{bottom:-14px;right:-129px;width:886px}}@media only screen and (max-width: 890px){.top__img-orbits{top:-19%;left:calc(50% - 330px);bottom:unset;right:unset;width:660px}}@media only screen and (max-width: 450px){.top__img-orbits{top:-11%;left:calc(50% - 295px);bottom:unset;right:unset;width:570px}}.top__img-orbits img{animation:60s infinite linear rotate}@media only screen and (max-width: 890px){.top__img{width:100%}}@keyframes rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}.activities{padding:120px 0 40px;background:url("../img/activities_bg_lg.jpg") no-repeat center,linear-gradient(0deg, #F4F6FA 0%, #FFFFFF 100%);background-size:auto 100%,100% 100%}@media only screen and (max-width: 1080px){.activities .container{padding:0}}.activities__grid{position:relative;height:580px;margin-top:80px;background-size:cover;background-position:center;background-repeat:no-repeat}@media only screen and (max-width: 1080px){.activities__grid{margin-top:32px;background-position:left center}}@media only screen and (max-width: 450px){.activities__grid{height:372px}}.activities__grid .card{display:none}@media only screen and (max-width: 1080px){.activities{padding:50px 0 40px}}.about{width:100%;max-width:1170px;margin:80px auto;padding:80px 0 0;background-color:#fff;border-radius:48px;box-shadow:0 60px 200px -48px rgba(0,0,0,.1)}@media only screen and (max-width: 1080px){.about{margin:0 auto;padding:64px 0 0;border-radius:0}}.about .swiper{width:100%;max-width:1050px;margin-left:auto;margin-right:auto}.about .swiper-slide{text-align:center}.about__grid{padding:84px 0 120px}@media only screen and (max-width: 1080px){.about__grid{padding:64px 0 80px}}.about .step-card{display:inline-block}.about .step-card__grid{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:320px;width:270px;padding:8px;background-color:#fff;border:1px solid #eceff3;border-radius:24px;box-shadow:0 48px 64px -24px rgba(0,0,0,.1);z-index:1}@media only screen and (max-width: 1080px){.about .step-card__grid{height:275px;width:231px}}.about .step-card__info{flex-grow:1;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:10px 15px}.about .step-card__info .title{margin-top:0;margin-bottom:16px;font-family:"proxima_softbold",sans-serif;font-size:20px;line-height:1;letter-spacing:-1px}.about .step-card__info .text{font-size:16px}.about .step-card__img{height:160px}@media only screen and (max-width: 1080px){.about .step-card__img{height:135px}}.about .step-card__img img{height:100%;width:100%}.reasons{margin:80px auto 0;padding:80px 0}@media only screen and (max-width: 1080px){.reasons{margin:0 auto;padding:64px 0 0}}.reasons .swiper{width:100%;max-width:1050px;margin-left:auto;margin-right:auto}.reasons .swiper-slide{text-align:center}.reasons__grid{margin-top:80px;padding-bottom:80px}@media only screen and (max-width: 1080px){.reasons__grid{margin-top:48px;padding:20px 0 80px}}.reasons .reason-card{display:inline-block}.reasons .reason-card__grid{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:374px;width:270px;background-color:#fff;border:1px solid #eceff3;border-radius:24px;box-shadow:0 48px 64px -24px rgba(0,0,0,.1);z-index:1}@media only screen and (max-width: 1080px){.reasons .reason-card__grid{height:358px;width:231px}}.reasons .reason-card__img{display:flex;justify-content:center;align-items:center;padding:32px}.reasons .reason-card__img img{width:148px}.reasons .reason-card__info{padding:0 0 32px;text-align:center}.reasons .reason-card__info .title{margin:0 0 16px;padding:0 45px;font-family:"proxima_softbold",sans-serif;font-size:20px;line-height:1;letter-spacing:-0.5px}@media only screen and (max-width: 1080px){.reasons .reason-card__info .title{padding:0 35px}}.reasons .reason-card__info .text{padding:0 38px;font-size:16px}@media only screen and (max-width: 1080px){.reasons .reason-card__info .text{padding:0 30px}}.reasons .reason-card:after{background-color:#eceff3}.reasons .container{position:relative}.reasons__pattern{position:absolute;width:232px;z-index:-1}.reasons__pattern_1{top:-189px;right:0;opacity:.5;transform:rotate(-45deg)}.reasons__pattern_2{bottom:-93px;left:27px;opacity:.3;transform:rotate(30deg)}@media only screen and (max-width: 1080px){.reasons__pattern{display:none}}.roadmap__head{padding:160px 15px;background-color:#fff}.roadmap__head-grid{width:100%;max-width:950px;margin:0 auto;text-align:center}.roadmap__head-subtitle{margin-top:20px;font-family:"proxima_softbold",sans-serif;font-size:24px;line-height:1;letter-spacing:-1px}@media only screen and (max-width: 1080px){.roadmap__head-subtitle{font-size:20px}}@media only screen and (max-width: 1080px){.roadmap__head{padding:80px 15px}}.roadmap__about{background-color:#4473f9}.roadmap__grid{overflow-x:hidden;display:flex;justify-content:flex-start;align-items:center;width:100%;max-width:1025px;margin:0 auto;padding:0 15px}@media only screen and (max-width: 1080px){.roadmap__grid{justify-content:space-between}}@media only screen and (max-width: 767px){.roadmap__grid{justify-content:center;padding:80px 15px}}.roadmap__info{margin-right:61px;color:#fff}.roadmap__info-title{margin-bottom:8px;font-family:"proxima_softbold",sans-serif;font-size:56px;line-height:1}@media only screen and (max-width: 1080px){.roadmap__info-title{font-size:48px}}.roadmap__info-subtitle{margin-bottom:32px;font-size:20px;letter-spacing:-0.5px}@media only screen and (max-width: 1080px){.roadmap__info-subtitle{font-size:16px}}.roadmap__info-actions .button{margin-right:16px}@media only screen and (max-width: 767px){.roadmap__info-actions .button{margin:0}}@media only screen and (max-width: 900px){.roadmap__info{margin:0}}@media only screen and (max-width: 767px){.roadmap__info{margin:0;text-align:center}}.roadmap__img{width:100%;max-width:569px}@media only screen and (max-width: 1080px){.roadmap__img{max-width:440px}}@media only screen and (max-width: 900px){.roadmap__img{margin-right:-62px}}@media only screen and (max-width: 767px){.roadmap__img{display:none}}.roadmap__img img{display:block}.roadmap__list{background-color:#1f222b}.roadmap__list-wrapper{overflow-x:hidden;width:100%;max-width:1440px;margin:0 auto;padding:160px 0}.roadmap__list-wrapper.active{cursor:grabbing !important}@media only screen and (max-width: 991px){.roadmap__list-wrapper{overflow-x:scroll}}@media only screen and (max-width: 767px){.roadmap__list-wrapper{padding:64px 0}}.roadmap__list-grid{width:fit-content}.roadmap__row{box-sizing:content-box;display:flex;justify-content:flex-start;align-items:center;width:fit-content}.roadmap__row_top{padding-left:39px}@media only screen and (max-width: 1080px){.roadmap__row_top{padding-left:0}}.roadmap__row_top .roadmap__card:after{bottom:-7px;border-width:8px 10px 0 10px;border-color:#292c35 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.roadmap__row_top .roadmap__card.active:after{border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.roadmap__row_bottom{padding-left:279px}@media only screen and (max-width: 1080px){.roadmap__row_bottom{padding-left:187px}}.roadmap__row_bottom .roadmap__card:after{top:-7px;border-width:0 10px 8px 10px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #292c35 rgba(0,0,0,0)}.roadmap__row_bottom .roadmap__card.active:after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff rgba(0,0,0,0)}.roadmap__line{box-sizing:content-box;display:grid;grid-template-columns:285px repeat(7, 240px);align-items:center;margin:40px 0}@media only screen and (max-width: 1080px){.roadmap__line{grid-template-columns:194px repeat(7, 188px)}}.roadmap__line .item{display:flex;justify-content:flex-end;align-items:center}.roadmap__line .item .line{flex-grow:1;height:1px;width:100%;background-color:rgba(88,96,114,.5);transition:180ms ease}.roadmap__line .item .dot{flex-shrink:0;height:12px;width:12px;background-color:#586072;border-radius:50%;cursor:pointer;transition:180ms ease}.roadmap__line .item.active .line,.roadmap__line .item.active .dot{background-color:#35b566}.roadmap__line .item.active .dot{transform:scale(2)}.roadmap__line .item.finished .line,.roadmap__line .item.finished .dot{background-color:#35b566}.roadmap__card{position:relative;flex-shrink:0;height:146px;width:288px;margin:0 96px;padding:24px;color:#fff;background-color:#292c35;border-radius:12px;cursor:pointer;transition:180ms ease}@media only screen and (max-width: 1080px){.roadmap__card{margin:0 44px}}.roadmap__card-title{display:flex;justify-content:flex-start;align-items:center;margin-bottom:8px;font-family:"proxima_softbold",sans-serif;font-size:20px;line-height:1}.roadmap__card-title .icon{flex-shrink:0;width:24px;margin-right:8px}.roadmap__card-title .icon img{display:block}.roadmap__card-info{font-size:15px;color:#c2c7d1}.roadmap__card:after{content:"";position:absolute;left:calc(50% - 10px);width:0;height:0;border-style:solid;transition:180ms ease}.roadmap__card.active{background-color:#fff}.roadmap__card.active .roadmap__card-title{color:#292c35}.roadmap__card.active .roadmap__card-info{color:#586072}.footer{padding:32px 0;color:#fff;background-color:#292c35}@media only screen and (max-width: 1080px){.footer{padding:48px 0}}.footer__grid{display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 1080px){.footer__grid{justify-content:flex-start;flex-direction:column-reverse}}.footer__rights{display:flex;justify-content:space-between;align-items:center;margin-right:auto}.footer__rights-info{margin-left:24px}.footer__rights-info .item:not(:last-child){margin-bottom:8px}@media only screen and (max-width: 1080px){.footer__rights{margin:0 auto}}.footer__logo{width:48px}.footer__links-item{display:block;color:#fff;text-decoration:none}.footer__links-item:not(:last-child){margin-bottom:8px}@media only screen and (max-width: 1080px){.footer__links-item:not(:last-child){margin-bottom:0}}.footer__links-item:hover{text-decoration:underline}@media only screen and (max-width: 1080px){.footer__links-item{display:inline-block;margin:8px 12px}}@media only screen and (max-width: 450px){.footer__links-item{margin:8px 3px}}@media only screen and (max-width: 1080px){.footer__links{margin:0 auto 40px;text-align:center}}@media only screen and (max-width: 767px){.footer__links{width:100%}}.footer__button{margin-left:14%}@media only screen and (max-width: 1080px){.footer__button{margin:0 auto 40px}}.footer__socials{display:flex;justify-content:flex-end;align-items:center;margin-left:auto}@media only screen and (max-width: 1080px){.footer__socials{margin:0 auto 40px}}.footer__socials-item:not(:first-child){margin-left:12px}.share-page{min-height:calc(100vh - 116px)}@media only screen and (max-width: 1080px){.share-page{min-height:auto}}.share{width:100%;max-width:1200px;margin:58px auto 100px;padding:0 15px}@media only screen and (max-width: 890px){.share{margin:20px auto 0;padding:0}}.share__grid{overflow-x:hidden;display:flex;justify-content:flex-start;align-items:stretch;width:100%;max-width:880px;margin:0 auto;background-color:#fff;border:1px solid #f4f6fa;border-radius:24px;box-shadow:0 10px 12px -8px rgba(0,0,0,.06)}@media only screen and (max-width: 890px){.share__grid{flex-direction:column;max-width:100%;background-color:rgba(0,0,0,0);border:none;border-radius:0;box-shadow:none}}.share__info{position:relative;flex-shrink:0;display:flex;flex-direction:column;flex-wrap:wrap;width:360px;border-right:1px solid #eceff3}.share__info-image{overflow:hidden;display:flex;justify-content:center;align-items:center;max-height:200px;width:100%}.share__info-image img{display:block}.share__info-title{width:100%;text-align:center}.share__info-title .avatar{overflow:hidden;width:44px;margin:-22px auto 16px;border-radius:50%;border:2px solid #fff}.share__info-title .avatar img{display:block}.share__info-title .title{margin:0;font-family:"proxima_softbold",sans-serif;font-size:24px;line-height:28px;letter-spacing:-1px}.share__info-points-list{margin-top:auto;padding:32px}.share__info-point{display:flex;justify-content:flex-start;align-items:center;margin-bottom:12px}.share__info-point:not(:first-child){margin-top:24px}.share__info-point .icon{flex-shrink:0;width:24px;margin-right:16px}.share__info-point .info__main{margin:2px 0;font-weight:600;line-height:22px}.share__info-point .info__additional{margin:2px 0;font-size:13px;letter-spacing:-0.3px;color:#878fa2}.share__info-peoples{display:inline-flex;justify-content:flex-start;align-items:center;padding:12px 16px;border:1px solid #eceff3;border-radius:32px}.share__info-peoples .icon{width:16px;margin-right:8px}.share__info-peoples .count{font-weight:500;font-size:13px;letter-spacing:-0.3px}.share__info-error{display:none;justify-content:center;align-items:center;flex-direction:column;min-height:560px;padding-bottom:30px;text-align:center}.share__info-error.visible{display:flex}.share__info-error .image{width:100%;max-width:200px;margin:0 auto}.share__info-error .title{width:100%;max-width:300px;margin:0 auto;font-family:"proxima_softbold",sans-serif;font-size:36px;line-height:1;letter-spacing:-1px}@media only screen and (max-width: 890px){.share__info-error{min-height:auto}}@media only screen and (max-width: 890px){.share__info{overflow:hidden;width:100%;max-width:360px;margin:0 auto 32px;background-color:#fff;border:none;border-radius:16px;box-shadow:0 10px 12px -8px rgba(0,0,0,.06)}}@media only screen and (max-width: 400px){.share__info{max-width:calc(100vw - 32px)}}.share__install{flex-grow:1;padding:16px}@media only screen and (max-width: 890px){.share__install.desktop{display:none}}.share__install.mobile{display:none}@media only screen and (max-width: 890px){.share__install.mobile{display:block}}.share__install-info{overflow:hidden;display:flex;height:100%;width:100%;background-image:url("../img/share_bg.png");background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:12px}.share__install-info .wrapper{width:192px;margin:auto;padding:0 15px;text-align:center}.share__install-info .wrapper .title{margin:0 auto 19px;font-family:"proxima_softbold",sans-serif;font-size:24px;line-height:28px;letter-spacing:-1px}@media only screen and (max-width: 890px){.share__install-info .wrapper .title{margin:0 auto 16px;font-family:"proxima_softbold",sans-serif;font-size:36px;letter-spacing:-1px;color:#fff}}.share__install-info .wrapper .button{display:block;margin-top:16px}@media only screen and (max-width: 890px){.share__install-info .wrapper .button{display:inline-block;margin-top:0}.share__install-info .wrapper .button rect{fill:#fff}.share__install-info .wrapper .button path{fill:#292c35}.share__install-info .wrapper .button path.text-stroke{stroke:#292c35}}@media only screen and (max-width: 890px){.share__install-info .wrapper{width:100%;padding:0;text-align:center;background-color:#4473f9}}@media only screen and (max-width: 890px){.share__install{width:100%;padding:58px 24px;text-align:center;background-color:#4473f9}.share__install .title{margin:0 auto 16px;font-family:"proxima_softbold",sans-serif;font-size:36px;line-height:1;letter-spacing:-1px;color:#fff}}@keyframes bouncing-loader{to{opacity:.1;transform:translate3d(0, -1rem, 0)}}.share .loader{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;height:100%;width:100%;background-color:#fff}.share .loader>div{width:1rem;height:1rem;margin:3rem .2rem;background:#8385aa;border-radius:50%;animation:bouncing-loader .6s infinite alternate}.share .loader>div:nth-child(2){animation-delay:.2s}.share .loader>div:nth-child(3){animation-delay:.4s}.help-page{min-height:calc(100vh - 116px)}.help-page__head{background-color:#fff}.help-page.delete-page .help-page__body{padding:72px 24px}@media only screen and (max-width: 767px){.help-page.delete-page .help-page__body{padding:48px 24px}}.help-page__info{width:100%;max-width:818px;margin:0 auto;padding:25px 24px 49px}@media only screen and (max-width: 767px){.help-page__info{padding:25px 24px 32px}}.help-page__title{margin:0 0 18px;font-family:"proxima_softbold",sans-serif;font-weight:700;font-size:66px;line-height:1;letter-spacing:-2px;color:#292c35}@media only screen and (max-width: 767px){.help-page__title{font-size:56px;line-height:64px}}.help-page__subtitle{font-size:16px;line-height:28px}.help-page .tag-list{display:flex;justify-content:flex-start;align-items:center}.help-page .tag{display:inline-flex;justify-content:center;align-items:center;height:32px;margin-bottom:20px;margin-right:12px;padding:3px 12px;font-size:16px;color:#292c35;background-color:#eceff3;border-radius:6px;text-decoration:none}.help-page .tag:last-child{margin-right:0}.help-page .tag.active{font-weight:600;color:#4473f9}.help-page__body{width:100%;max-width:818px;margin:0 auto;padding:72px 24px 119px}@media only screen and (max-width: 767px){.help-page__body{padding:48px 24px}}.help-page__links{width:100%;background:#fff;box-shadow:0 60px 200px -48px rgba(0,0,0,.1);border-radius:16px}.help-page__links .item{display:flex;justify-content:space-between;align-items:center;height:84px;width:100%;padding:12px 24px 12px 32px;border-bottom:1px solid #eceff3;text-decoration:none}.help-page__links .item:last-child{border-bottom:none}.help-page__links .item__title{font-size:16px;color:#292c35;transition:180ms ease}.help-page__links .item__arrow{flex-shrink:0;width:24px;margin-left:12px}.help-page__links .item:hover .item__title{color:#4473f9}@media only screen and (max-width: 1080px){.help-page{min-height:auto}}.delete-page__steps .step{padding-top:56px;padding-bottom:56px;border-bottom:1px solid #e1e4ea}.delete-page__steps .step:first-child{padding-top:0}.delete-page__steps .step:last-child{padding-bottom:0;border-bottom:none}.delete-page__steps .step__head{display:flex;justify-content:flex-start;align-items:center;margin-bottom:24px}.delete-page__steps .step__head .number{flex-shrink:0;display:flex;justify-content:center;align-items:center;height:28px;width:28px;margin-right:16px;font-family:"proxima_softbold",sans-serif;font-weight:700;font-size:20px;line-height:1;letter-spacing:-0.5px;color:#fff;background-color:#4473f9;border-radius:50%}.delete-page__steps .step__head .title{font-family:"proxima_softbold",sans-serif;font-weight:700;font-size:24px;line-height:1;letter-spacing:-1px}@media only screen and (max-width: 767px){.delete-page__steps .step__head{align-items:flex-start}}.delete-page__steps .step__body .image{width:100%;max-width:415px}@media only screen and (max-width: 767px){.delete-page__steps .step{padding-top:32px;padding-bottom:32px}}