@charset "UTF-8";@keyframes fadeIn{0%{opacity:0}}@keyframes fadeOut{to{opacity:0}}@keyframes rotation{to{transform:rotate(360deg)}}.fade-enter,.fade-appear{opacity:.01}.fade-enter-active,.fade-enter-done,.fade-appear-active,.fade-appear-done{transition:all .25s ease-out;transition:all var(--fadeAnimationDelay, .25s) ease-out;opacity:1}.fade-exit{opacity:1}.fade-exit-active{transition:all .25s ease-out;transition:all var(--fadeAnimationDelay, .25s) ease-out;opacity:.01}.scale-fade-enter{transform:scale(.01);opacity:0}.scale-fade-enter-active{transition-timing-function:ease-out;transition-duration:.25s;transition-property:opacity,transform;transform:scale(1);opacity:1}.scale-fade-exit{transform:scale(1);opacity:1}.scale-fade-exit-active{transition-timing-function:ease-out;transition-duration:.25s;transition-property:opacity,transform;transform:scale(.01);opacity:0}.fade-slide-up-enter{transform:translateY(15%);opacity:.01}.fade-slide-up-enter-active{transition:transform .2s ease-out,opacity .2s ease-out;transform:none;opacity:1}.fade-slide-up-exit{transform:none;opacity:1}.fade-slide-up-exit-active{transition:transform .2s ease-out,opacity .2s ease-out;transform:translateY(15%);opacity:.01}.slide-right-enter,.slide-right-exit-active{transform:translate(-100%)}.slide-left-enter,.slide-left-exit-active{transform:translate(100%)}.slide-right-enter,.slide-right-exit,.slide-right-enter-active,.slide-right-exit-active,.slide-left-enter,.slide-left-exit,.slide-left-enter-active,.slide-left-exit-active{will-change:transform}.slide-right-enter-active,.slide-left-enter-active{transition:transform .65s cubic-bezier(.2,1,.3,1);transition-delay:.1s;transform:translate(0)}.slide-right-exit,.slide-left-exit{transform:translate(0)}@keyframes shake{12.5%{transform:translate(12px)}25%{transform:translate(0)}37.5%{transform:translate(-5px)}50%{transform:translate(0)}62.5%{transform:translate(3px)}75%{transform:translate(0)}87.5%{transform:translate(-2px)}to{transform:translate(0)}}@keyframes placeholder-animation{0%{background-position:0 50%}65%{background-position:0 50%}to{background-position:1400px 50%}}:root{--z-index-portals: 10000;--z-index-yandex-bug: calc(var(--z-index-portals) + 1);--z-index-wizard: calc(var(--z-index-portals) - 1);--z-index-profile-portals: calc(var(--z-index-portals) + 1);--z-index-profile-floating-button: calc(var(--z-index-profile-portals) - 1);--app-height: 100vh}:root:not(#bundle-landings-v2){scroll-behavior:smooth}html{height:100%}html,body{min-height:100vh;min-height:var(--app-height);margin:0;padding:0;-webkit-text-size-adjust:100%}body{display:flex;flex-direction:column;height:auto;min-height:100%;font-family:YS Text,Arial,Helvetica,sans-serif;font-weight:300;-webkit-font-smoothing:antialiased;--profession-color: #007aff}input,select,textarea,button{font-family:inherit;font-size:inherit}input[hidden]{display:none}h1,h2,h3,h4{font-weight:400;line-height:1.2em}h1{margin:2em 0 .5em;font-size:2rem}h2{margin:1em 0 .8em;font-size:1.54rem}h3{margin:1.2em 0 1em;font-size:1.4rem}h4{margin:1.2em 0 1em;font-size:1.2rem}#wizard{position:absolute;z-index:9999;z-index:var(--z-index-wizard);width:0;height:0}#portals{position:absolute;z-index:10000;z-index:var(--z-index-portals);width:0;height:0}#yndxbug-button{position:fixed;left:0;bottom:12%;z-index:10001;z-index:var(--z-index-yandex-bug)}#yndxbug-button .YndxBug{bottom:40%;--g-bug-border-color: var(--color-background-glassy-a);--g-bg-secondary: var(--color-background-glassy-a)}#yndxbug-button .YndxBug:hover{--g-bug-border-color: var(--color-background-glassy-b);--g-bg-secondary: var(--color-background-glassy-b)}#yndxbug-button .YndxBug rect{fill:transparent!important}#yndxbug-button .YndxBug svg:hover{filter:none}#yndxbug-button .YndxBug-Paranja{bottom:auto;bottom:initial;height:100vh}#yndxbug-button .YndxBug-Icon{padding:2px;border:0;border-radius:8px 0 0 8px;transition:background-color .15s}#mount,#bundle-index,#bundle-landings-v2,.app,.page{display:flex;flex:1 0 auto;flex-direction:column;min-height:100vh;min-height:var(--app-height);background-color:var(--color-background-default)}#mount__content,#bundle-index__content,#bundle-landings-v2__content,.app__content,.page__content{width:100%}#mount__loading,#bundle-index__loading,#bundle-landings-v2__loading,.app__loading,.page__loading{position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:var(--color-background-default)}#mount__loading-spin-container,#bundle-index__loading-spin-container,#bundle-landings-v2__loading-spin-container,.app__loading-spin-container,.page__loading-spin-container{display:flex;width:100%;height:100%;align-items:center;justify-content:center}
