

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*Чат*/

.talks-widget-button {
  background: #363B43;
}

.talks-widget-button .conversations-counter {
  background: #363B43;
}


/*Фон*/
.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: #4B5159;
}

.gc-account-leftbar .gc-account-user-menu li {
  border-bottom: none;
  margin-left: 5px;
}
.gc-account-leftbar .gc-account-user-menu li:first-child {
 margin-left:15px;
}

.gc-account-leftbar {
    width: 80px;
}

/*Список основные хр-ки*/

.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;
  border-bottom: solid 1px #363B43;
}

.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: 70px;
height: 70px;
border-radius: 7px;
}


/* Добавляем надписи пунктам меню */
.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: 12px;
  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: 'Jost', sans-serif;
font-style: normal;
font-weight: 400;
text-align: center;
letter-spacing: 0.03em;
color: #fff;
  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;
}

/*
.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: #3762FF;
  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%;
  border-bottom: none;
}

.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: #363B43;
-webkit-backdrop-filter: blur(10.6021px);
        backdrop-filter: blur(10.6021px);
}

/*Псевдоэлемент*/
.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: 30px;
  height: 30px;
  left: 50%;
  top: calc(50% - 8px);
  -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://fs.getcourse.ru/fileservice/file/download/a/238727/sc/87/h/68852563d21aee0c134ae886e03d200e.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://fs.getcourse.ru/fileservice/file/download/a/613654/sc/440/h/7de8251e69176f894c1681c510669451.svg) 50% 50%/contain no-repeat;
}
*/

/*Сайт*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-cms a:before {
   width: 32px;
  height: 32px;
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/238727/sc/310/h/2f0ac328d722880ab0a06e2af2ecdca4.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://fs.getcourse.ru/fileservice/file/download/a/613654/sc/165/h/718a12a2071db0fe38031de012fc8dd1.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 {
  width: 32px;
  height: 32px;
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/238727/sc/92/h/706a8f000308b77756d547ac4d64d0da.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://fs.getcourse.ru/fileservice/file/download/a/613654/sc/345/h/8dcfe495be7acdf5020b625f6af0829e.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://fs.getcourse.ru/fileservice/file/download/a/238727/sc/191/h/7dd92ded2a01806e2968648e12a4dcb0.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://fs.getcourse.ru/fileservice/file/download/a/613654/sc/173/h/24c03aa845f92fa6f61132b3e0c32a6d.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 {
  width: 32px;
  height: 32px;
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/238727/sc/311/h/bf74eefc4f809ceec2c5f2196934a658.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://fs.getcourse.ru/fileservice/file/download/a/613654/sc/241/h/699bb42fcd72951dda535b2c93cf061a.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 {
  width: 32px;
  height: 32px;
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/238727/sc/112/h/44af0b45ff3f1fbd5a84867253388493.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://fs.getcourse.ru/fileservice/file/download/a/613654/sc/234/h/dcf01dd8852356dde64ad31327ed4c03.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 {
  width: 34px;
  height: 34px;
  background: url(https://fs.getcourse.ru/fileservice/file/download/a/238727/sc/1/h/70c9147a5b82035e7d44922d88a219b0.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://fs.getcourse.ru/fileservice/file/download/a/613654/sc/108/h/3d1948db86516795b7686acc4a150da6.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://fs.getcourse.ru/fileservice/file/download/a/238727/sc/253/h/8586942f7b87d5abc6d8790afb03b0ae.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://fs.getcourse.ru/fileservice/file/download/a/613654/sc/192/h/5b8135a707f42f3dabf0086a45a3e8f8.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: 'Jost', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 17px;
color: #ffffff;
  padding: 3px;
background-color: rgba(14, 14, 14, 0.01) !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;
  color: #474747;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.gc-account-leftbar li:hover a.subitem-link .notify-count {
  color: #D4BE92;
}

/*Подменю*/
.gc-account-leftbar .gc-account-user-submenu-bar {
  background: #EBEBEB;
  margin-left: 10px;
}

/*Заголовок*/
.gc-account-user-submenu-bar h3{
font-family: 'Jost', sans-serif;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
color: #474747;
}

/*Подпункты*/
.gc-account-user-submenu-bar .gc-account-user-submenu li a {
font-family: 'Jost', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
color: #474747;
  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: #4B5159;
  color: #fff;
}

/*Внутренние уведомления*/
.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .notification-group {
font-family: 'Jost', sans-serif;
font-style: normal;
font-weight: 400;
  font-size: 12px;
  color: #474747;
}

/*Значок бургера в мобильной версии*/
.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;
}
