

<!-- делаем новогоднюю шапочку -->
<style>

/*Скругляем аватарку*/
/*.menu-item.menu-item-profile .menu-item-icon {
    border-radius: 50%;
}*/

/*Задаем аватарке размер и обводку цветом (цвет можете указать свой)*/
/*.menu-item.menu-item-profile img {
    border: 3px solid #9e1731;
    width:68px;
    height:68px;
}*/

/*Спускаем пониже аватарку, чтобы было место для шапочки*/
/*.menu-item.menu-item-profile {
    padding-top: 20px!important;
    position:relative;
}*/

/*Устанавливаем шапочку через псевдоэлемент*/
/*.menu-item.menu-item-profile:after {
    content: '';
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/321387/sc/149/h/ff42a3909e85d74b0e19458052d1b6bd.png);
    display: block;
    top: 0px;
    left:25px;
    width:50px;
    height:50px;
    position: absolute;
    z-index: 5;
    background-size: contain !important;
    background-repeat: no-repeat!important;
}*/

/*Для режима сублогина*/
/*.sub-icon img.user-profile-image  {
    width:30px!important;
    height:30px!important;
}*/

</style>
