@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%}}.popup-help{position:fixed;z-index:100000;z-index:var(--help-z-index, 100000);right:20px;bottom:20px;display:flex;flex-direction:column;font-weight:400}@media screen and (max-width: 480px){.popup-help{left:16px;right:auto;right:initial;-webkit-user-select:none;-moz-user-select:none;user-select:none}.popup-help,.popup-help *{box-sizing:border-box}}.popup-help__close{height:54px;margin:auto;line-height:54px}@media screen and (max-width: 480px) and (any-hover: hover){.popup-help__close:hover{background:none}}@media screen and (max-width: 480px) and (any-hover: none){body:not(._without-pointer-events) .popup-help__close:active{background:none}}.popup-help__button{transition:all .2s ease-in}.popup-help__button:after{position:absolute;top:-1px;right:-1px;display:block;width:10px;height:10px;content:"";transition:transform .2s ease-in-out;transform:scale(0);border:1px solid #fff;border-radius:50%;background-color:var(--color-accent-success)}.popup-help__button_animate{animation:buttonColorChange 2.4s 1}.popup-help__button_with-badge:after{transform:scale(1)}.popup-help__button_small{width:30px;height:30px}.popup-help__button_small:after{width:8px;height:8px}.popup-help__button_hidden{display:none}.popup-help__icon-question{position:absolute;width:32px;height:32px;transition:transform .2s;color:var(--color-content-inverted-primary)}.popup-help__icon-question_open{transition-delay:.2s;transform:scale(1)}.popup-help__icon-question_close{transition:transform .2s;transform:scale(0);animation:close .4s 1}.popup-help__icon-question_shown{animation:questionHide 2.4s 1}.popup-help__icon-question_small{width:24px;height:24px}.popup-help__icon-close{position:absolute;width:16px;height:16px;transition:transform .2s;color:var(--color-content-inverted-primary)}.popup-help__icon-close_open{transition-delay:.2s;transform:scale(1)}.popup-help__icon-close_close{transition:transform .2s;transform:scale(0)}.popup-help__overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:none}.popup-help__overlay_shown{display:block;pointer-events:auto}.popup-help__popup-wrapper{pointer-events:auto}.popup-help__popup{position:absolute;overflow:hidden;width:290px;margin-top:20px;padding:3px 0;transition:opacity .2s,transform .3s,visibility 1s;color:var(--color-content-primary);border:white 1px solid;border-radius:12px;background:var(--color-background-default);box-shadow:0 0 40px #0d263417,0 0 4px #0d26340f}.popup-help__popup_bottom{bottom:calc(100% + 8px);transition-delay:0s}.popup-help__popup_top{bottom:calc(100% + 72px);padding:7px 0;transition-delay:.1s}@media screen and (max-width: 480px){.popup-help__popup_top{bottom:80px}}.popup-help__popup_hideBottom{visibility:hidden;transition-delay:.1s;transform:translateY(9px);opacity:0}.popup-help__popup_hideTop{visibility:hidden;transition-delay:0s;transform:translateY(9px);opacity:0}.popup-help__popup_down{top:calc(100% - 8px)}.popup-help__popup_left{right:0}@media screen and (max-width: 480px){.popup-help__popup_left{left:0}}.popup-help__popup_right{left:12px}.popup-help__header-phone{text-decoration:none}.popup-help__callback-form_hidden{display:none}.popup-help__callback-form-window_reversed{left:13px;transform-origin:bottom left}.popup-help__callback-form-toggle{margin-bottom:8px}.popup-help__callback-form-toggle_small{width:30px;height:30px}.popup-help__callback-form-icon_small{width:20px;height:20px}@keyframes close{0%{transform:scale(1)}50%{transform:scale(0)}}@keyframes open{0%{transform:scale(0)}50%{transform:scale(0)}to{transform:scale(1)}}@keyframes buttonColorChange{0%{background-color:#1a1b22}18%{background-color:#007aff;background-color:var(--profession-color, #007aff)}82%{background-color:#007aff;background-color:var(--profession-color, #007aff)}to{background-color:#1a1b22}}@keyframes questionHide{0%{transform:scale(1)}9%{transform:scale(0)}91%{transform:scale(0)}to{transform:scale(1)}}
