


.lesson-list li .title {
color: #111111;
}

.lesson-list li .description {
color: #111111;
}


/* Прячем линию под иконками меню */

.gc-account-leftbar .gc-account-user-menu li a {
  background:inherit;
}

.gc-account-leftbar .gc-account-user-menu li {
  border-bottom: none;
}

.gc-account-leftbar .gc-account-user-menu li a {
    line-height: 9px;
}



/* Прячем старые иконки */
.menu-item-notifications_button_small img.menu-item-icon,
.menu-item-cms img.menu-item-icon,
.menu-item-user img.menu-item-icon,
.menu-item-tasks img.menu-item-icon,
.menu-item-teach img.menu-item-icon,
.menu-item-notifications img.menu-item-icon,
.menu-item-sales img.menu-item-icon,
.menu-item-chatium img.menu-item-icon
 {
  display:none !important;
}

/* Уведомление */
li.menu-item-notifications_button_small a:after { 
    content:url(/pl/fileservice/user/file/download/h/b6a90928acb5eb48904e82c1bf9e6b67.svg) !important; 
}

/* Сайт */
li.menu-item-cms a:after { 
    content:url(/pl/fileservice/user/file/download/h/2815b15c4a03c70c583a8920bf4bd1c1.svg) !important; 
}

/* Обучение */
li.menu-item-teach a:after { 
    content:url(/pl/fileservice/user/file/download/h/46db270b99e2db78e97d3413f835d5bd.svg) !important; 
}

/* Пользователи */
li.menu-item-user a:after { 
    content:url(/pl/fileservice/user/file/download/h/0827895f9cd89528f39da2985ab5f015.svg) !important; 
}

/* Задачи */
li.menu-item-tasks a:after { 
    content:url(/pl/fileservice/user/file/download/h/1eab2b2fc7bafe41939715ac684f0fe5.svg) !important; 
}

/* Сообщения */
li.menu-item-notifications a:after { 
    content:url(/pl/fileservice/user/file/download/h/a497005040960487da39b483cf16e017.svg) !important; 
}

/* Продажи */
li.menu-item-sales a:after { 
    content:url(/pl/fileservice/user/file/download/h/c346340f042fda6aace32179073713f0.svg) !important; 
}

/* Чатиум */
li.menu-item-chatium a:after { 
    content:url(/pl/fileservice/user/file/download/h/0e890a6e3082da09bdceaa3b7a4413ae.svg) !important; 
}

a.subitem-link:after {
    display:none;
}

.gc-account-leftbar .gc-account-user-submenu-bar li.menu-item-accountSettings a,
.gc-account-leftbar .gc-account-user-submenu-bar li.menu-item-help a {
  border-top:none!important;
}

/* Прячем линию под пунктами меню */
.gc-account-user-menu li, .gc-account-user-menu li a, .with-label {
    max-height:70px!important;
}

.custom-menu .gc-account-leftbar .menu-item-notifications_button_small a {
    padding: 0px!important;
}

.notify-count {
  z-index:1!important;
}

.is-hidden-block {
display:none;
}

/* Ширина тренингов на главной странице */
.main-page-block.medium-width .container {
max-width: 1160px!important;
}


