

/*ШАПКА ДЕДА МОРОЗА*/

/* PROFILE */
/* Скругляем аватарку */
.menu-item.menu-item-profile .menu-item-icon {
    border-radius: 50%;
}
/* Задаем аватарке размер и обводку цветом (цвет можете указать свой)*/
.menu-item.menu-item-profile img {
    border: 3px solid #EECF97;
}
/* Спускаем пониже аватарку, чтобы было место для шапочки */
.menu-item.menu-item-profile {
    padding-top: 25px!important;
    position:relative;
}
/* Устанавливаем шапочку через псевдоэлемент */
.menu-item.menu-item-profile:after {
    content: '';
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/437616/sc/414/h/c35c534d4094c5fc0aea3ccaeb5bb5c5.png);
    display: block;
    top: -5px;
    left:15px;
    width:70px;
    height:70px;
    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;
}
