@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-10%,0);-webkit-transform:translate3d(0,-10%,0);-moz-transform:translate3d(0,-10%,0);-ms-transform:translate3d(0,-10%,0);-o-transform:translate3d(0,-10%,0)}65%{transform:none;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-10%,0);-webkit-transform:translate3d(0,-10%,0);-moz-transform:translate3d(0,-10%,0);-ms-transform:translate3d(0,-10%,0);-o-transform:translate3d(0,-10%,0)}65%{transform:none;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none}to{opacity:1}}@-webkit-keyframes fadeOutUp{0%{opacity:1}85%{opacity:0}to{transform:translate3d(0,-10%,0);-webkit-transform:translate3d(0,-10%,0);-moz-transform:translate3d(0,-10%,0);-ms-transform:translate3d(0,-10%,0);-o-transform:translate3d(0,-10%,0)}}@keyframes fadeOutUp{0%{opacity:1}85%{opacity:0}to{transform:translate3d(0,-10%,0);-webkit-transform:translate3d(0,-10%,0);-moz-transform:translate3d(0,-10%,0);-ms-transform:translate3d(0,-10%,0);-o-transform:translate3d(0,-10%,0)}}.header{top:0;left:0;align-items:center;justify-content:space-between;width:100%;height:89px;font-size:22px;line-height:29px;padding:0 26px;z-index:998}@media (max-width:1380px){.header{font-size:16px;line-height:20px}}.header__logo__anchor{width:53px;height:53px}.header__logo__anchor:focus:before{border:2px dashed #f0c95f;border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.header__profile{align-items:center}.header__profile:focus .avatar:before{content:"";display:block;position:absolute;top:-2px;left:-2px;width:100%;height:100%;border:2px dashed #f0c95f;border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.header__profile:focus-within .header__profile__dropdown{display:block;opacity:1;-webkit-animation:fadeInDown .6s ease-in-out;animation:fadeInDown .6s ease-in-out}.header__profile:focus-within .header__profile__dropdown__option__anchor:focus-within{outline:2px dashed #4d7aeb;outline-offset:1px}.header__profile:focus-within .header__profile__dropdown__option__anchor:active:hover{visibility:hidden}.header__profile:focus-within .header__profile__dropdown__option__anchor:active:hover>*{visibility:visible}.header__profile__avatar{width:53px;height:53px;margin-left:35px;transition:transform .2s ease-in-out;-webkit-transition:transform .2s ease-in-out;-moz-transition:transform .2s ease-in-out;-ms-transition:transform .2s ease-in-out;-o-transition:transform .2s ease-in-out}.header__profile__avatar:hover{transform:scale(.95);-webkit-transform:scale(.95);-moz-transform:scale(.95);-ms-transform:scale(.95);-o-transform:scale(.95)}@media (max-width:1380px){.header__profile__avatar{margin-left:0}}.header__profile__dropdown{top:89px;left:calc(100% - 187px);width:211px;padding:20px 0 0 30px}.header__profile__dropdown.js-active{opacity:1;-webkit-animation:fadeInDown .6s ease-in-out;animation:fadeInDown .6s ease-in-out}.header__profile__dropdown.js-inactive{-webkit-animation:fadeOutUp .6s ease-in-out;animation:fadeOutUp .6s ease-in-out}.header__profile__dropdown__option{height:40px}.header__profile__dropdown__option:hover{color:#707070}.header__profile__dropdown__option--active{color:#4d7aeb}