

/*Стилизация бокового меню. Важно, цвета и иконки залиты в настройки меню, тут доработка*/

@font-face {
    font-family: 'SuisseIntl-Regular';   
    src: url('/fileservice/file/download/h/004d2c2cd7aadcf82a7f6a2024073578.woff/a/50476/sc/177') format('woff');

}

@font-face {
    font-family: 'SuisseIntl-Medium';   
    src: url('/fileservice/file/download/h/b7803abf2f37997e917df615af309a41.woff/a/50476/sc/157') format('woff');

}

/*Виджет чата с поддержкой*/
.talks-widget-button {
    background:linear-gradient(90deg, #27ACEC 0%, #015CCF 100%)!important;
}


/*Правим написание основного меню*/
.gc-account-leftbar span,
.menu-item-user .menu-item-label:before,
.gc-account-user-submenu-bar.gc-account-user-submenu-bar-profile,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.active > a > span.menu-item-label,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.selected > a > span.menu-item-label{
    font-family: 'NTSomic-Medium'!important;
    font-weight: 400!important;
    font-size: 11px;
}

/*Размер иконок основного меню*/
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item a > img:not(#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.menu-item-profile > a > img){ 
    height:20px!important;
}

/*Скругляем аватар*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-profile a img {
    max-width: 85%;
    margin: 5px;
    border-radius: 50%;
    border: 2px solid #447463;
}


/*Шрифт заголовка в раскрытом меню*/
#gcAccountUserMenu > div.gc-account-leftbar > div > div > h3 {
    font-family: 'SuisseIntl-Regular';
    font-weight: 400!important;
}

/*Написание раскрывающегося меню*/
#gcAccountUserMenu > div.gc-account-leftbar > div > ul a {
    font-size: 12px!important;
    color: #000!important;
    font-family: 'SuisseIntl-Regular';
    font-weight: 600!important;
}

/*Текст уведомлений*/
.custom-menu .gc-account-leftbar .gc-account-user-menu li .notify-count, .custom-menu .gc-account-leftbar .gc-account-user-submenu li .notify-count {
    font-weight: 700!important;
    font-family: 'SuisseIntl-Regular';
}




#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item a:hover,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.active,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item a:active,
#gcAccountUserMenu > div.gc-account-leftbar > ul > li.menu-item.selected,
.custom-menu .gc-account-leftbar .gc-account-user-menu li.active a, .custom-menu .gc-account-leftbar .gc-account-user-menu li.selected a{
    background: linear-gradient(90deg, #27ACEC 0%, #015CCF 100%);

}
