.prfx-header{position:sticky;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:84px;padding:12px 24px;background:var(--prfx-header-bg);color:var(--prfx-header-color);-webkit-box-shadow:0 5px 10px rgba(0,0,0,.1);box-shadow:0 5px 10px rgba(0,0,0,.1);z-index:100}.prfx-header__logo{max-height:100%}@media (max-width:500px){.prfx-header{height:auto;min-height:40px;padding:5px 10px}.prfx-header__logo{max-width:100px}}.prfx-header-profile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:auto}.prfx-header-profile__info{margin-right:14px;text-align:right;font-size:14px}.prfx-header-profile__points{font-size:12px}.prfx-header-profile__ava{width:38px;height:38px;border-radius:50%;overflow:hidden;background-color:#b9b9c3;cursor:pointer;-ms-flex-negative:0;flex-shrink:0}.prfx-header-profile__ava img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.prfx-header-profile__placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.prfx-header-profile__placeholder svg{width:55%;height:55%;color:#6e6b7b}.prfx-header-profile__menu{display:none}@media (max-width:500px){.prfx-header-profile__info{margin-right:10px}}.dropdown-menu{position:absolute;top:98%;right:0;width:230px;background:var(--prfx-header-bg);border-radius:5px}.dropdown-menu__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:12px 18px;color:inherit;font-size:14px;text-align:left;cursor:pointer}.dropdown-menu__item svg{width:24px;height:24px;margin-right:10px}.dropdown-menu__item svg path{fill:currentColor}.dropdown-menu__item:focus,.dropdown-menu__item:hover{background:var(--prfx-header-hover)}@media (max-width:500px){.dropdown-menu{top:99%;border-top-right-radius:0;border-top-left-radius:0}}