

/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700,900&display=swap&subset=cyrillic');*/

.gc-account-user-submenu-bar h3 {
  font-family: Montserrat, Roboto, sans-serif;
  font-size:18px!important;
   color: #280569!important
}

a.subitem-link {
  font-family: Montserrat, Roboto, sans-serif;  
  font-size:14px!important;
  color: #280569!important
}

.gc-account-leftbar .gc-account-user-menu li a {
  background:#005b66;
}

.gc-account-leftbar .gc-account-user-menu li {
  border-bottom: none;
}

/* Фон всего меню */
.gc-account-leftbar,
.gc-account-leftbar.expanded .toggle-link {
background: #00505a;
}

.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.menu-item-notifications_button_small a:after { content:url(https://fs.gcfiles.net/fileservice/file/download/a/419514/sc/136/h/848a62b92d83df7316c351daf01d3b21.png) !important;}

/* Сайт */
li.menu-item.menu-item-cms a:after { content:url(https://fs.gcfiles.net/fileservice/file/download/a/419514/sc/242/h/3135e1b9a71f7cf3159cafc4279ed50c.png) !important; }

/* Обучение */
li.menu-item.menu-item-teach a:after { content:url(https://fs.gcfiles.net/fileservice/file/download/a/419514/sc/49/h/0a2919d7180c14fda74dc7703916a619.png) !important; }

/* Пользователи */
li.menu-item.menu-item-user a:after { content:url(https://fs.gcfiles.net/fileservice/file/download/a/419514/sc/339/h/2540f9eac67c56f6d3fda144bcc2d6c7.png) !important; }

/* Задачи */
li.menu-item.menu-item-tasks a:after { content:url(https://fs.gcfiles.net/fileservice/file/download/a/419514/sc/78/h/50e0bf8c824ad91326b2b104c44333a9.png) !important; }

/* Сообщения */
li.menu-item.menu-item-notifications a:after { content:url(https://fs.gcfiles.net/fileservice/file/download/a/419514/sc/88/h/c735c3a1f4e5bed95684b8342111e004.png) !important; }

/* Продажи */
li.menu-item.menu-item-sales a:after { content:url(https://fs.gcfiles.net/fileservice/file/download/a/419514/sc/150/h/ea23bf055c8a5e092617596b548eab65.png) !important; }

li.menu-item.menu-item-chatium {
  display:none;
}

@media (max-width: 768px) {
  .gc-account-leftbar .gc-account-user-menu,
  .gc-account-leftbar .toggle-link {
		background: #00505a!important;
   }
}


.gc-account-user-menu li:not(.menu-item-profile):not(.menu-item-notifications_button_small) a,
.gc-account-user-menu li:not(.menu-item-profile):not(.menu-item-notifications_button_small).active a, 
.gc-account-user-menu li:not(.menu-item-profile):not(.menu-item-notifications_button_small).selected a {
  background-position: 50% 30%!important;
  display: flex!important;
  flex-direction: column-reverse!important;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-decoration:none;
}

.gc-account-user-menu li:not(.menu-item-profile):not(.menu-item-notifications_button_small) a {
  min-height: 70px;
}

.gc-account-leftbar li:not(.menu-item-profile):not(.menu-item-notifications_button_small) .notify-count { 
  bottom: unset;
  top: 40%;
}

.gc-account-user-menu li.active a:before, 
.gc-account-user-menu li.selected a:before {
  color: black!important;
}

.gc-account-user-menu li a:before {
  display: block;
  text-align: center;
  max-width: calc(100% + 20px);
  min-height: 1em;
  width: calc(100% + 20px);
  overflow: hidden;
  position: relative;
  margin: 5px -10px 0; 
  color: white;
  /* 
  Если вы заменяете иконки через фон ссылки, 
  а не через :after, то используйте эти свойства: */
  /*
  position: absolute;
  bottom: 8px; 
  left: 0; 
  */
}

.gc-account-user-menu li.menu-item-cms a:before {
  content: "Сайт";
}
.gc-account-user-menu li.menu-item-teach a:before {
  content: "Обучение";
}
.gc-account-user-menu li.menu-item-user a:before {
  content: "Ученики";
}
.gc-account-user-menu li.menu-item-tasks a:before {
  content: "Задачи";
}
.gc-account-user-menu li.menu-item-notifications a:before {
  content: "Сообщения";
}
.gc-account-user-menu li.menu-item-sales a:before {
  content: "Покупки";
}

.gc-account-user-menu li.menu-item-chatium a:before,
.gc-account-user-menu li.menu-item.new-chatium-icon a:before{
  content: "Mobile";
}
