

/*Чат*/

.talks-widget-button {
  background: #3762FF;
}

.talks-widget-button .conversations-counter {
  background: #3762FF;
}


/*Фон*/
.gc-account-leftbar, .gc-account-leftbar .toggle-link, .gc-page-nav-items-menu a.toggler-item, .gc-account-leftbar .gc-account-user-menu, .gc-account-leftbar.expanded {
  background: #BDE5FF;
}

.gc-account-leftbar .gc-account-user-menu li {
  border-bottom: none;
  margin-left:2px;
}
.gc-account-leftbar .gc-account-user-menu li:first-child {
 margin-left:10px;
}
/*Список основные хр-ки*/
.gc-account-leftbar .gc-account-user-menu li a {
  position: relative;
  background: transparent;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  margin-bottom: 5px;
  display: block;
}

.gc-account-leftbar .gc-account-user-menu li:first-child a {
width: 50px;
height: 50px;
}

.gc-account-leftbar .gc-account-user-menu li:not(:first-child) a {
width: 65px;
height: 65px;
}


/* Добавляем надписи пунктам меню */
.gc-account-leftbar .gc-account-user-menu li:not(:first-child) a:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
-webkit-box-align: end;
    -ms-flex-align: end;
        align-items: flex-end;
  font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 500;
  font-size: 10px;
  line-height: 10px;
  z-index: 2;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: #004263;
}

.gc-account-leftbar .gc-account-user-menu li:not(:first-child):hover a:after, .gc-account-leftbar .gc-account-user-menu li.active:not(:first-child) a:after, .gc-account-leftbar .gc-account-user-menu li.selected:not(:first-child) a:after  {
  color: #FFF;
  font-weight: 600;
}

/*Фото профиля*/
.gc-account-leftbar .gc-account-user-menu li:first-child {
margin-top: 10px;
    margin-bottom: 10px;
}

.gc-account-leftbar .gc-account-user-menu li:first-child a {
  border-radius: 50%;
}

.gc-account-leftbar li:first-child a img {
  border-radius: 50%;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-marathon {
  display:none;
}

/*Фон иконок*/
.gc-account-leftbar .gc-account-user-menu li a:hover, .gc-account-leftbar .gc-account-user-menu li.active a, .gc-account-leftbar .gc-account-user-menu li.selected a{
  background-color: #71BDEE;
  border-radius: 15px;

}

/*Псевдоэлемент*/
.gc-account-leftbar li:not(:first-child) a img {
  display: none;
}
.gc-account-leftbar li:not(:first-child) a  {
 position: relative;
}
.gc-account-leftbar li:not(:first-child) a:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  left: 50%;
  top: calc(50% - 10px);
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.gc-account-leftbar .menu-item-label {
  display:none;
}

/*Уведомления*/

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
  height:50px;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a:before {
  top: 50%;
  background: url(https://fs16.getcourse.ru/fileservice/file/download/a/107111/sc/472/h/567dab29a232807247dd91126767d076.svg) 50% 50%/contain no-repeat;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small:hover a:before,.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small.selected a:before , .gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small.active a:before {
  background: url(https://fs19.getcourse.ru/fileservice/file/download/a/107111/sc/318/h/b30089cdfd7e240b0eabe76a08e411bc.svg) 50% 50%/contain no-repeat;
}

/*Сайт*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-cms a:before {
  background: url(https://fs17.getcourse.ru/fileservice/file/download/a/107111/sc/304/h/eb775d0d6899eac4be3d3f5cb6720b96.svg) 50% 50%/contain no-repeat;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-cms:hover a:before,.gc-account-leftbar .gc-account-user-menu li.menu-item-cms.selected a:before , .gc-account-leftbar .gc-account-user-menu li.menu-item-cms.active a:before {
  background: url(https://fs17.getcourse.ru/fileservice/file/download/a/107111/sc/50/h/6481df4535b4080f9be6104955d41cc3.svg) 50% 50%/contain no-repeat;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-cms a:after {
  content: 'Сайт';
}

/*Обучение*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-teach a:before {
  background: url(https://fs02.getcourse.ru/fileservice/file/download/a/107111/sc/161/h/a6d6e9e2f965c1546360c7c84ce105e9.svg) 50% 50%/contain no-repeat;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-teach:hover a:before,.gc-account-leftbar .gc-account-user-menu li.menu-item-teach.selected a:before , .gc-account-leftbar .gc-account-user-menu li.menu-item-teach.active a:before {
  background: url(https://fs02.getcourse.ru/fileservice/file/download/a/107111/sc/64/h/5d87e59962683a6e17f2274c5a4ba037.svg) 50% 50%/contain no-repeat;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-teach a:after {content: 'Обучение';}

/*Пользователи*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-user a:before {
  background: url(https://fs22.getcourse.ru/fileservice/file/download/a/107111/sc/94/h/c1acd63184be2093434d67779065adb2.svg) 50% 50%/contain no-repeat;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-user:hover a:before,.gc-account-leftbar .gc-account-user-menu li.menu-item-user.selected a:before , .gc-account-leftbar .gc-account-user-menu li.menu-item-user.active a:before {
  background: url(https://fs17.getcourse.ru/fileservice/file/download/a/107111/sc/84/h/9f6b10811375553ca81ca92a34214cdd.svg) 50% 50%/contain no-repeat;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-user a:after
{content: 'Ученики';}

/*Задачи*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-tasks a:before {
  background: url(https://fs20.getcourse.ru/fileservice/file/download/a/107111/sc/194/h/37cd4e2b7fffe31c06b1355b8523b829.svg) 50% 50%/contain no-repeat;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-tasks:hover a:before,.gc-account-leftbar .gc-account-user-menu li.menu-item-tasks.selected a:before , .gc-account-leftbar .gc-account-user-menu li.menu-item-tasks.active a:before {
  background: url(https://fs24.getcourse.ru/fileservice/file/download/a/107111/sc/327/h/1638163ebedfcaa0f39e90ddea0214d7.svg) 50% 50%/contain no-repeat;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-tasks a:after {
  content: 'Задачи';
}

/*Сообщения*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications a:before {
  background: url(https://fs23.getcourse.ru/fileservice/file/download/a/107111/sc/295/h/393a6ccf1fa02c9bc73c699ae8d2c158.svg) 50% 50%/contain no-repeat;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications:hover a:before,.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications.selected a:before , .gc-account-leftbar .gc-account-user-menu li.menu-item-notifications.active a:before {
  background: url(https://fs24.getcourse.ru/fileservice/file/download/a/107111/sc/373/h/b25d1bcffdfb9d3444e12220873baebf.svg) 50% 50%/contain no-repeat;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications a:after {content: 'Сообщения';}

/*Продажи*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-sales a:before {
  background: url(https://fs17.getcourse.ru/fileservice/file/download/a/107111/sc/162/h/c8f528a3a80a3628d91c28d89ed09a95.svg) 50% 50%/contain no-repeat;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-sales:hover a:before,.gc-account-leftbar .gc-account-user-menu li.menu-item-sales.selected a:before , .gc-account-leftbar .gc-account-user-menu li.menu-item-sales.active a:before {
  background: url(https://fs16.getcourse.ru/fileservice/file/download/a/107111/sc/35/h/6890edd150913fa12cf1b8694320e010.svg) 50% 50%/contain no-repeat;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-sales a:after {content: 'Продажи';}

/*Mobile*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-chatium a:before {
  background: url(https://fs23.getcourse.ru/fileservice/file/download/a/107111/sc/379/h/ba32e2387af1a6a65ab3e2dcd16f8e7f.svg) 50% 50%/contain no-repeat;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-chatium:hover a:before,.gc-account-leftbar .gc-account-user-menu li.menu-item-chatium.selected a:before , .gc-account-leftbar .gc-account-user-menu li.menu-item-chatium.active a:before {
  background: url(https://fs22.getcourse.ru/fileservice/file/download/a/107111/sc/94/h/efa8405d9a850b1d1b204f07416884b8.svg) 50% 50%/contain no-repeat;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-chatium a:after {content: 'Приложение';}

.gc-account-leftbar .qr-link {display: none;}

/*Счётчик уведомлений*/

.gc-account-leftbar .notify-count {
 font-family: 'Manrope';
font-style: normal;
font-weight: 600;
font-size: 10px;
line-height: 17px;
color: #ffffff;
  padding: 3px;
background-color: #FF7683 !important;
}

.gc-account-leftbar .notify-count.with-label, .gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small .notify-count, .gc-account-leftbar .notify-count {
  right: 0px;
  left: auto;
  bottom: auto;
  top: 3px;
}

.gc-account-leftbar a.subitem-link .notify-count {
  right: 5px !important;
  left: auto;
  bottom: auto !important;
  top: auto;
}

/*Подменю*/
.gc-account-leftbar .gc-account-user-submenu-bar {
  background: #BDE5FF;
}

/*Заголовок*/
.gc-account-user-submenu-bar h3{
font-family: 'Manrope', sans-serif;
font-style: normal;
font-weight: 800;
text-transform: uppercase;
color: #004263;
}

/*Подпункты*/
.gc-account-user-submenu-bar .gc-account-user-submenu li a {
font-family: 'Manrope', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
color: #004263;
  text-transform: none;
  padding: 12px 10px 12px 20px;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li:hover a {
  background: #71BDEE;
  color: #fff;
}

/*Внутренние уведомления*/
.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .notification-group {
font-family: 'Manrope', sans-serif;
font-style: normal;
font-weight: 400;
  font-size: 12px;
  color: #323131;
}

/*Значок бургера в мобильной версии*/
.gc-account-leftbar .toggle-link img {
  display: none;
  
}

.gc-account-leftbar a.toggle-link.without-icon:after {
   content: url("https://fs.getcourse.ru/fileservice/file/download/a/43714/sc/224/h/1dd07b7af60c847b1896b20aacc040a9.svg") !important;
  padding-left: 10px;
}
