.tabs__inner{display:flex;flex-direction:column;align-items:center}.tabs__nav{display:flex;width:100%;margin-right:calc(-1 * var(--container-padd))}@media screen and (min-width: 768px){.tabs__nav{flex-wrap:wrap;justify-content:center;margin-right:0}}.tabs__nav-item{display:flex;flex-shrink:0;padding:.4rem .8rem}.tabs__nav-item:hover{cursor:pointer}.tabs__nav-name{padding:1.2rem 2.4rem;font-weight:700;font-size:1.6rem;letter-spacing:-.02em}@media screen and (min-width: 768px){.tabs__nav-name{font-size:1.8rem;letter-spacing:-.036em}}.tabs__content{overflow:hidden;width:100%;margin-top:4rem}.tabs__item{position:absolute;top:0;left:0;visibility:hidden;opacity:0;transform:translate3d(-9999px,0,0)}.tabs__item.is-active{position:relative;visibility:visible;opacity:1;transform:translateZ(0)}.roadmap-status__inner{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.roadmap-status__info{display:flex;align-items:center}.roadmap-status__text{text-transform:uppercase;margin-left:.8rem;color:#c29a42;font-size:1.3rem;line-height:2rem}.roadmap-status__text._done{color:var(--color-sub-title)}.roadmap-status__badge{display:inline-block;vertical-align:middle;padding:0 1rem;border-radius:50px;color:var(--color-white);background-color:var(--color-accent)}.roadmap-card{display:flex;flex-direction:column;width:100%;border:1px solid var(--color-stroke-outline-card);border-radius:var(--border-radius);padding:1.2rem;background-color:var(--color-card-contrast)}.roadmap-card__title{font-size:1.6rem;line-height:1.4;letter-spacing:-.032em;padding-bottom:2rem}.roadmap-card__desc{display:none}.roadmap-card__actions{display:flex;align-items:center;justify-content:space-between}.roadmap-card__more{flex-grow:1}.roadmap-card__more .btn__name{color:var(--color-secondary);transition:color var(--transition)}.roadmap-card__more:hover .btn__name{color:var(--color-white)}.roadmap-card__like{margin-left:auto}.roadmap-card .roadmap-card__desc~.roadmap-card__status:hover,.roadmap-card .roadmap-card__desc~.roadmap-card__title:hover{cursor:pointer}.roadmap-card .roadmap-card__desc~.roadmap-card__status:hover~.roadmap-card__actions .btn__name,.roadmap-card .roadmap-card__desc~.roadmap-card__title:hover~.roadmap-card__actions .btn__name{color:var(--color-white)}.like{position:relative;display:flex;align-items:center}.like:hover{cursor:pointer}.like:hover .like__icon path{fill:var(--color-white)}.like:hover .like__count{color:var(--color-white)}.like__icon{position:absolute;width:16px;height:16px;transition:opacity var(--transition) visibility var(--transition)}.like__icon path{transition:fill var(--transition)}.like__icon.--fill{opacity:0;visibility:hidden;pointer-events:none}.like__count{position:relative;top:2px;padding-left:2rem;display:inline-block;vertical-align:middle;font-size:1.6rem;line-height:1;color:var(--color-secondary);transition:color var(--transition)}.like.is-active .like__icon{opacity:0;visibility:hidden;pointer-events:none}.like.is-active .like__icon.--fill{opacity:1;visibility:visible;pointer-events:auto}.hero__inner{display:flex;position:relative;flex-direction:column;justify-content:center;align-items:center;min-height:100vh}.hero__img-wrap{margin-bottom:2.4rem}@media screen and (min-width: 768px){.hero__img-wrap{margin-bottom:4.8rem}}.hero__content{display:flex;flex-direction:column;justify-content:center;flex-grow:1;max-width:774px;height:100%;margin:0 auto;padding:calc(var(--header-height) + var(--section-padd) + 1.6rem) 0 0;text-align:center}@media screen and (min-width: 768px){.hero__content{padding:calc(var(--header-height) + var(--section-padd)) 0 0}}@media screen and (min-width: 1440px){.hero__content{width:880px}}.hero__content._centered{padding:calc(var(--header-height) + var(--section-padd)) 0}.hero__content._wide{max-width:100%;width:100%}.hero__content._wide .hero__title{margin-left:auto;margin-right:auto}.hero__content._err-500{width:100%}.hero__content._err-500.hero__content{padding:calc(var(--header-height)) 0 0}.hero__content._err-500 .hero__img-wrap{margin-bottom:6.4rem}.hero__content._err-500 .hero__title{margin:0 auto}.hero__content._err-500 .hero__actions{padding:0 var(--container-padd)}.hero__desc{max-width:576px;margin:1.2rem auto 0}@media screen and (min-width: 1440px){.hero__desc{max-width:656px}}@media screen and (min-width: 1800px){.hero__desc{max-width:704px}}.hero__desc._narrow{max-width:397px}.hero__sub-desc{display:inline-block;vertical-align:middle;max-width:576px;margin:0 auto 2.4rem;border-radius:100px;padding:.4rem 1.2rem;font-size:1.6rem;line-height:1;color:var(--color-contrast);background-color:rgba(255,255,255,.1)}@media screen and (min-width: 1024px){.hero__sub-desc{margin:0 auto 3.2rem}}@media screen and (min-width: 1440px){.hero__sub-desc{max-width:656px}}.hero__box{width:100%;margin-top:3.2rem}@media screen and (min-width: 768px){.hero__box{margin-top:4.8rem}}@media screen and (min-width: 1280px){.hero__box{margin-top:7.2rem}}.hero__box._has-padd{margin-bottom:4rem}@media screen and (min-width: 768px){.hero__box._has-padd{margin-bottom:4.8rem}}@media screen and (min-width: 1280px){.hero__box._has-padd{margin-bottom:12rem}}.hero__box._has-cards{margin-bottom:2.4rem}.hero__box._has-cards .flat-card__inner{padding:2.4rem}.hero__box._wide .title{max-width:100%;width:100%}.hero__tags-line{margin-top:4.8rem}@media screen and (min-width: 768px){.hero__tags-line{margin:3.8rem 0 1.8rem}}.hero__search-knowledge{width:100%;margin-top:3.2rem;margin-bottom:1.6rem}@media screen and (min-width: 768px){.hero__search-knowledge{margin-top:8rem}}.hero__app-images{margin-top:3.2rem}.hero__app-bottom{text-align:center;margin-top:4.8rem}@media screen and (min-width: 768px){.hero__app-bottom{margin-top:8rem}}.hero__app-bottom p{max-width:428px;color:var(--color-contrast)}.hero__app-bottom .btn{margin-top:2.4rem}.hero._light,.hero._light .hero__desc{color:var(--color-primary)}.hero._light .hero__sub-desc{color:var(--color-primary);background-color:var(--color-light-gray)}.hero._no-vh .hero__inner{min-height:auto}.hero._no-vh .hero__content{padding:calc(var(--header-height) + var(--section-padd) + 1.6rem) 0 0}@media screen and (min-width: 768px){.hero._no-vh .hero__content{padding:calc(var(--header-height) + var(--section-padd)) 0 0}}.hero._no-vh .hero__desc{max-width:477px}.hero._align-left .hero__content{width:100%;max-width:100%;text-align:left}.hero__mode{position:fixed;z-index:var(--z-index-fix);top:calc(100vh - 62px);left:50%;font-size:0;transform:translate3d(-50%,15rem,0)}.hero__mode .switch-mode__inner{box-shadow:0 4px 5px -2px rgba(0,0,0,.16),0 48px 150px -8px #000;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);transition:all var(--transition)}.hero__mode.is-scale{cursor:pointer}.hero__mode.is-scale .switch-mode__inner{max-width:48px;height:48px}.hero__mode.is-scale .switch-mode__inner:before{content:"";position:absolute;display:block;top:50%;left:50%;width:18px;height:4px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iNCIgdmlld0JveD0iMCAwIDE4IDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSI0IiBoZWlnaHQ9IjQiIHJ4PSIyIiBmaWxsPSIjMDAwRjJBIi8+CjxyZWN0IHg9IjciIHdpZHRoPSI0IiBoZWlnaHQ9IjQiIHJ4PSIyIiBmaWxsPSIjMDAwRjJBIi8+CjxyZWN0IHg9IjE0IiB3aWR0aD0iNCIgaGVpZ2h0PSI0IiByeD0iMiIgZmlsbD0iIzAwMEYyQSIvPgo8L3N2Zz4K);background-size:cover;background-repeat:no-repeat;background-position:50% 50%;transform:translate3d(-50%,-50%,0)}.hero__mode.is-scale .switch-mode__label{transform:scale(0)}.hero__mode.is-scale:hover .switch-mode__inner{max-width:var(--width, 500px);height:auto}.hero__mode.is-scale:hover .switch-mode__inner:before{content:none}.hero__mode.is-scale:hover .switch-mode__label{transform:scale(1)}.roadmap-products__inner{overflow:hidden}.roadmap-products__nav-item.is-active .tabs__nav-name{background-color:var(--color-accent);color:var(--color-white)}.roadmap-products__item{flex-wrap:wrap;margin-left:-.8rem;margin-right:-.8rem;background:var(--color-card-contrast)}.roadmap-products__item.is-active{display:flex}.roadmap-products__board-columns{display:flex;min-width:1024px;max-width:1280px;overflow-x:auto;margin:0 auto 0 1.6rem}@media screen and (min-width: 1024px){.roadmap-products__board-columns{margin:0 auto}}.roadmap-products__board-colum{position:relative;display:flex;flex-direction:column;flex-shrink:0;width:calc(25% - 1.6rem);max-height:min(80vh,700px);min-width:240px;border-radius:calc(var(--border-radius) + .4rem);padding:0 .8rem 1.2rem;background-color:rgba(255,255,255,.03)}.roadmap-products__board-colum:not(:first-child){margin-left:1.6rem}.roadmap-products__board-head{position:sticky;z-index:var(--z-index-element);top:0;left:0;width:100%;background-color:#08162e}.roadmap-products__board-title{position:relative;z-index:1;padding:1.2rem 0;font-weight:700;font-size:2.4rem;line-height:1.2;text-align:center;letter-spacing:-.048em;color:var(--color-white)}.roadmap-products__card+.roadmap-products__card{margin-top:.8rem}.roadmap-products .tabs__nav-name{border:1px solid var(--color-light);border-radius:.8rem;font-weight:700;font-size:1.6rem;line-height:1;letter-spacing:-.02em}@media screen and (min-width: 768px){.roadmap-products .tabs__nav-name{font-size:1.8rem;letter-spacing:-.036em}}.subscribe__title{margin-bottom:1.6rem}.subscribe__desc{color:var(--color-contrast);text-align:center}.subscribe__result{display:none;color:var(--color-contrast);text-align:center}.subscribe.has-subscribe .subscribe__info{display:none}.subscribe.has-subscribe .subscribe__result{display:block}.modal-subscribe__form{padding:0}@media (min-width: 768px) and (max-width: 1023.98px){.modal-subscribe__form{margin:0 auto;max-width:432px}}.modal-subscribe__form[data-response]{display:none}.modal-subscribe .form__header{margin-bottom:24px}.modal-subscribe .form__title{color:var(--color-dark);text-align:left}.modal-subscribe .form__desc{text-align:left;color:var(--color-secondary)}.modal-subscribe .form__policy a{color:var(--color-secondary)}.modal-subscribe__result{display:none;flex-direction:column;justify-content:center;text-align:center;min-height:400px}@media (min-width: 768px) and (max-width: 1023.98px){.modal-subscribe__result{margin:0 auto;max-width:432px}}[data-response=ok]+.modal-subscribe__result{display:flex;height:100%}[data-response=ok]+.modal-subscribe__result>div:first-child{display:block}[data-response=ok]+.modal-subscribe__result>div:last-child{display:none}[data-response=error]+.modal-subscribe__result{display:flex;height:100%}[data-response=error]+.modal-subscribe__result>div:first-child{display:none}[data-response=error]+.modal-subscribe__result>div:last-child{display:block}.popup-roadmap .popup__like{margin-top:2.4rem;margin-right:auto}.popup-roadmap .popup__like:hover .like__icon path{fill:var(--color-primary)}.popup-roadmap .popup__like:hover .like__count{color:var(--color-primary)}.page-header{position:fixed;z-index:var(--z-index-fix);top:0;left:0;right:0;width:100%;background-color:var(--light, var(--color-white)) var(--dark, var(--color-header));border:var(--light, 1px solid var(--color-light-gray)) var(--dark, none);border-bottom:var(--light, 1px solid var(--color-light-gray)) var(--dark, 1px solid rgba(93, 109, 137, .24));will-change:transform}.page-header__inner{position:relative;height:56px;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;margin:0 auto;padding:0 1.6rem}@media screen and (min-width: 768px){.page-header__inner{height:72px}}.page-header__logo{flex-grow:1}@media screen and (min-width: 768px){.page-header__logo{flex-grow:0;margin-right:1.2rem}}@media screen and (min-width: 1280px){.page-header__logo{margin-right:2.4rem}}.page-header__right{display:flex;align-items:center;margin-left:auto}.page-header__contacts{display:none}@media screen and (min-width: 375px){.page-header__contacts{display:block;padding:0 1.2rem}}.page-header__contacts-phone{font-weight:600;font-size:1.6rem;color:var(--color-text);text-decoration:none}@media screen and (min-width: 768px){.page-header__login{margin-right:.8rem}}.page-header__skeleton{margin-left:.8rem}.page-header__skeleton>.v-skeleton{width:40px;height:34px}@media screen and (min-width: 768px){.page-header__skeleton>.v-skeleton{width:134px}}@media screen and (min-width: 1140px){.page-header__toggle{display:none}}@media screen and (max-width: 768px){.page-header__btn{width:0;position:absolute;opacity:0;visibility:hidden;max-height:0;pointer-events:none}}.page-header__btn+.page-header__under{margin-left:.8rem}@media screen and (max-width: 520px){.page-header__under{width:0;position:absolute;opacity:0;visibility:hidden;max-height:0;pointer-events:none}}.page-header__under+.page-header__under{margin-left:.8rem}.page-header__under:hover{background-color:var(--light, var(--color-light-black-pale)) var(--dark, var(--color-light-white-pale))}.page-content{position:relative}.page-content .breadcrumbs+.hero-cards{padding-top:3.2rem}@media screen and (min-width: 1024px){.page-content .breadcrumbs+.hero-cards{padding-top:calc(7.2rem + var(--header-height))}}.page-footer{position:relative;color:var(--color-contrast)}.page-footer__inner{padding:8rem 0}.page-footer__form{max-width:700px;margin:6.4rem auto}@media screen and (min-width: 1280px){.page-footer__form{margin:12rem auto}}.page-footer__form .field-text__input:focus{box-shadow:0 0 0 2px rgba(141,166,211,.1)}.page-footer__middle{margin-bottom:6.4rem}@media screen and (min-width: 768px){.page-footer__middle{margin-bottom:4rem}}@media screen and (min-width: 1280px){.page-footer__middle{display:flex;justify-content:space-between;margin-bottom:5.6rem}}.page-footer__contacts{display:flex;flex-direction:column;color:var(--color-contrast)}@media screen and (min-width: 1280px){.page-footer__contacts{width:280px;flex-shrink:0}}.page-footer__contacts-name{margin-bottom:1.2rem;color:var(--color-secondary)}.page-footer__contacts-call{display:flex;flex-direction:column;margin-bottom:.8rem}@media screen and (min-width: 480px){.page-footer__contacts-call{flex-direction:row}}@media screen and (min-width: 768px){.page-footer__contacts-call{margin-bottom:1.6rem}}@media screen and (min-width: 1280px){.page-footer__contacts-call{flex-direction:column}}.page-footer__contacts-call a{color:var(--color-contrast);text-decoration:none}.page-footer__contacts-call a:hover{color:var(--color-white)}@media screen and (min-width: 480px){.page-footer__contacts-call a+a{margin-left:1.2rem}}@media screen and (min-width: 1280px){.page-footer__contacts-call a+a{margin-left:0}}.page-footer__contacts-address{display:flex;flex-direction:column;margin-bottom:1.2rem;font-size:1.6rem;line-height:1.2;letter-spacing:-.02em}@media screen and (min-width: 768px){.page-footer__contacts-address{display:block;margin-bottom:1.6rem}.page-footer__contacts-address span:nth-child(3){display:block}}@media screen and (min-width: 1280px){.page-footer__contacts-phone{margin-bottom:1.6rem}}.page-footer__achievement{display:flex;flex-direction:column;align-items:flex-start;margin-top:2.4rem}@media screen and (min-width: 768px){.page-footer__achievement{margin-top:3.2rem}}.page-footer__achievement-link{display:inline-block}.page-footer__achievement-link .achievement__icon{transition:fill var(--transition)}.page-footer__achievement-link .achievement__icon._registry{fill:var(--color-contrast)}.page-footer__achievement-link:hover .achievement__icon._registry{fill:var(--color-white)}.page-footer__achievement-link+.page-footer__achievement-link{margin-top:2rem}.page-footer__bottom{display:flex;flex-direction:column;margin-top:6.4rem;font-weight:600;line-height:1.2;letter-spacing:-.02em;color:var(--color-secondary)}@media screen and (min-width: 768px){.page-footer__bottom{flex-direction:row;align-items:flex-end;justify-content:space-between;margin-top:4rem}}@media screen and (min-width: 1280px){.page-footer__bottom{align-items:center;justify-content:space-between;margin-top:5.6rem}}.page-footer__bottom a{color:var(--color-secondary);text-decoration:none}.page-footer__bottom a:hover{color:var(--color-contrast)}.page-footer__pay-system{margin-bottom:2.4rem}@media screen and (min-width: 768px){.page-footer__pay-system{margin-bottom:0;order:2}}@media screen and (min-width: 1280px){.page-footer__pay-system{margin-right:3.2rem;order:1}}.page-footer__copyright{margin-bottom:1.2rem}@media screen and (min-width: 1280px){.page-footer__copyright{margin-bottom:0;margin-right:3.2rem;flex-shrink:0}}.page-footer__info{font-size:1.6rem}@media screen and (min-width: 768px){.page-footer__info{display:flex;flex-direction:column;order:1}}@media screen and (min-width: 1280px){.page-footer__info{flex-direction:row;align-items:center;justify-content:flex-end;order:2;width:100%}}.page-footer__policy{display:flex;flex-direction:column;margin-bottom:1.2rem}@media screen and (min-width: 768px){.page-footer__policy{margin-bottom:0}}@media screen and (min-width: 1280px){.page-footer__policy{flex-direction:row}}.page-footer__policy-link:not(:last-child){margin-right:3.2rem;margin-bottom:1.2rem}@media screen and (min-width: 1280px){.page-footer__policy-link:not(:last-child){margin-right:3.2rem;margin-bottom:0}}.page-footer__applications{margin-bottom:6.4rem}@media screen and (min-width: 768px){.page-footer__applications{margin-bottom:8rem}}
