

/*Отступ для основного контента*/
.gc-main-content.with-left-menu, .with-left-menu .gc-into-main-content, .modal.in .modal-dialog {
    margin-left: 238px !important;
    background-color: #F2F2F2 !important;
}
.with-left-menu .editor-control-panel.gc-into-main-content {
    left: 0 !important;
}
/* Панель */
.gc-account-leftbar,
.gc-account-leftbar.expanded .toggle-link {
background: #3A5BA7;
  width: 238px;
  height: 100%;
  border-radius: 0px 2px 2px 0px;
}

/*Наследование фона*/
.gc-account-leftbar .gc-account-user-menu li a {
  background:inherit;
  
}
/*Подменю*/
.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small {
  left: 238px !important;
  background-color: #f2f2f2 !important;
}

.gc-account-leftbar .gc-account-user-submenu-bar:not(.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small) {
  display: none !important;
}

.gc-account-leftbar .gc-account-user-submenu-bar h3, .gc-account-user-submenu-bar .gc-account-user-submenu li a  {
  font-family: 'Roboto', sans-serif !important;
  color: #3A5BA7;
}

/* Профиль */
.gc-account-leftbar > ul > li.menu-item.menu-item-profile {
  margin:  20px 15px !important;
  padding: 15px 15px !important;
  background: rgba(255, 255, 255, 0.08);
  background-position: 100% !important;
  border: transparent solid 1px;
border-radius: 18px;
  color: #ffffff;
}


/* Ссылка */
.gc-account-leftbar > ul > li.menu-item.menu-item-profile a {
  background-position: 100% !important;
  border-radius: 18px;
  margin: 0 -10px !important;
  display: flex; 
     flex-direction: row; 
     flex-wrap: nowrap; 
     justify-content: flex-start; 
     align-items: center;
}
/* Имя пользователя */
.gc-account-leftbar > ul > li.menu-item.menu-item-profile > a > span.f-header {
  padding-left: 10px;
  font-family: 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
}
/* Фотография */
.gc-account-leftbar > ul > li.menu-item.menu-item-profile .menu-item-icon {
  border-radius: 18px;
}
/* Статус "В сети" */
.gc-account-leftbar > ul > li.menu-item.menu-item-profile a:after {
  content: url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/283/h/840ccd0e515bf1104159fe1565dcffde.png) !important;
  position: absolute;
  top: 5px;
  right: 5px;
}
/*При активности*/
.gc-account-leftbar > ul > li.menu-item.menu-item-profile.active, .gc-account-leftbar > ul > li.menu-item.menu-item-profile.selected {
  margin-right: 0 !important;
  padding-right: 0px !important;
  color: #3A5BA7 !important;
  background-color: #f2f2f2;
  border-radius: 18px 0 0 18px !important;
}
.gc-account-leftbar > ul > li.menu-item.menu-item-profile.active > a > span.f-header, .gc-account-leftbar > ul > li.menu-item.menu-item-profile.selected > a > span.f-header {
  color: #3A5BA7 !important;
}

/*Пункты меню*/

.gc-account-leftbar .gc-account-user-menu li {
  border-top: rgba(255, 255, 255, 0.32) solid 0.5px;
  border-bottom: rgba(255, 255, 255, 0.32) solid 0.5px;
  margin-left: 23px;
  margin-right: 23px;
  padding: 5px 5px;
  background-position: 100% !important;
  min-height: 60px !important;
  text-align: left !important;
}
/* Последний пункт */
li.menu-item.menu-item-logout {
  position: fixed;
  bottom: 0px;
  border: none;
  width: 192px;
}
/* Ссылки */
.gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile) a {
  vertical-align: middle;
  font-size: 16px;
  line-height: 100%;
    font-weight: normal;
    text-align: left;
    width: 100%;
  height: 60px;
  padding: 0px;
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: center;
  border-radius: 18px;
  color: #ffffff;
  margin: 10px 0;
}
.gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile) a:after, .gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile) a:before {
  padding-left: 10px;
}
/*При наведении*/
.gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile) a:hover {
  background: rgba(0, 0, 0, 0.08);
  color: #FFFFFF !important;
}
/*При активности*/
.gc-account-user-menu li:not(.menu-item-profile).active a, 
.gc-account-user-menu li:not(.menu-item-profile).selected a {
  color: #3A5BA7 !important;
  background-color: #f2f2f2;
  border-radius: 18px 0 0 18px !important;
}
.gc-account-user-menu li:not(.menu-item-profile).active a:hover, 
.gc-account-user-menu li:not(.menu-item-profile).selected a:hover {
  color: #FF6517 !important;
  background-color: #f2f2f2;
  border-radius: 18px 0 0 18px !important;
}

.gc-account-user-menu li:not(.menu-item-profile).active , 
.gc-account-user-menu li:not(.menu-item-profile).selected {
  margin-right: 0 !important;
  padding-right: 0px !important;
  border-top: 0px solid transparent !important;
  border-bottom: 0px solid transparent !important;
}

/*Убираем иконки*/
.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, .menu-item-logout img.menu-item-icon, .menu-item-purchase img.menu-item-icon
 {
  display:none !important;
}

/* Убираем ненужные пункты*/
li.menu-item.menu-item-chatium, li.menu-item.menu-item-user, li.menu-item.menu-item-tasks, li.menu-item.menu-item-sales {
  display:none !important;
}
/* Показываем свои пункты*/
li.menu-item.menu-item-logout, li.menu-item.menu-item-purchase {
  display: block !important;
}

/*Ставим свои иконки*/
/* Уведомления */
li.menu-item.menu-item-notifications_button_small a:hover:before, li.menu-item.menu-item-notifications_button_small a:before { content:url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/389/h/ccb901d1b0198ae7ff7e1e6bbd8e64f4.svg) !important;}
li.menu-item.menu-item-notifications_button_small.selected a:hover:before, li.menu-item.menu-item-notifications_button_small.active a:hover:before { content:url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/429/h/8894411588582ad3731fdcf330890144.svg) !important;
}
li.menu-item.menu-item-notifications_button_small.active a:before, li.menu-item.menu-item-notifications_button_small.selected a:before {
  content: url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/146/h/a5b38815b8a81441ac4f4f4822ff74d1.svg) !important;
}
/* Панель администратора */
li.menu-item-cms a:hover:before, li.menu-item-cms a:before { content:url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/272/h/a6be02d5141583ebd5e3efe341c10d3f.svg) !important;}
li.menu-item-cms.selected a:hover:before, li.menu-item-cms.active a:hover:before { content:url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/195/h/ee0cf98ae6f6f6b0e09364a2d1029263.svg) !important;
}
li.menu-item-cms.active a:before, li.menu-item-cms.selected a:before {
  content: url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/168/h/c34565460f9fcc28c7d95a99423cf3c8.svg) !important;
}
/* Курсы и уроки */
li.menu-item.menu-item-teach a:hover:before, li.menu-item.menu-item-teach a:before { content:url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/107/h/f0a9400f9165d48d56c80376ca6b97a5.svg) !important; }
li.menu-item.menu-item-teach.selected a:hover:before, li.menu-item.menu-item-teach.active a:hover:before { content:url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/89/h/73e2012ae427371c7bde5a1a97b42189.svg) !important;
}
li.menu-item.menu-item-teach.active a:before, li.menu-item.menu-item-teach.selected a:before {
  content: url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/352/h/46df17d783dcf8fc8d57f0b14e470aee.svg) !important;
}
/* Отдел заботы */
li.menu-item.menu-item-notifications a:hover:before, li.menu-item.menu-item-notifications a:before { content:url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/252/h/9977d6bc7eebbbc24b382982b1a2187e.svg) !important;}
li.menu-item.menu-item-notifications.selected a:hover:before, li.menu-item.menu-item-notifications.active a:hover:before { content:url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/99/h/90e79c69c70842403a3340bc7b93b2fe.svg) !important;
}
li.menu-item.menu-item-notifications.active a:before, li.menu-item.menu-item-notifications.selected a:before {
  content: url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/213/h/21aa175aac0c8f0441e3a48a805a1f5d.svg) !important;
}
/* Покупки */
li.menu-item.menu-item-purchase a:before { content:url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/33/h/fe2055383c47ffeb314042451a1243b6.svg) !important; }
/* Выход */
.gc-account-user-menu li.menu-item-logout a:before { content:url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/359/h/c52d7dd8679cb88fbc7eae2fd71453c7.svg) !important;
}

/* Добавляем подписи*/

.gc-account-user-menu li.menu-item.menu-item-notifications_button_small a:after {
  content: "Мои уведомления" !important;
}

.gc-account-user-menu li.menu-item-cms a:after {
  content: "Панель администратора" !important;
}
.gc-account-user-menu li.menu-item-teach a:after {
  content: "Курсы и уроки" !important;
}
.gc-account-user-menu li.menu-item-user a:after {
  content: "Пользователи";
}
.gc-account-user-menu li.menu-item-tasks a:after {
  content: "Задачи";
}
.gc-account-user-menu li.menu-item-notifications a:after {
  content: "Отдел заботы" !important;
}
.gc-account-user-menu li.menu-item-sales a:after {
  content: "Мои покупки";
}
.gc-account-user-menu li.menu-item-logout a:after {
  content: "Выйти" !important;
}
.gc-account-user-menu li.menu-item-purchase a:after {
  content: "Мои покупки" !important;
}



/*Счетчики*/
.gc-account-leftbar li:not(.menu-item-profile) .notify-count { 
  bottom: unset;
  top: 5%;
  right: -3%;
  background-color: #9AFF00 !important;
  color: #FF6517 !important;
    max-height: fit-content;
    min-width: fit-content;
}



/* ------------- 
content start - mobile
------------- */

@media screen and (max-width: 767px) {
  
  .gc-main-content.with-left-menu, .with-left-menu .gc-into-main-content, .modal.in .modal-dialog {
    margin-left: 0 !important;
    margin-top: 70px !important;
  }  
  
.gc-account-leftbar:not(.expanded), .gc-account-leftbar .toggle-link  {
    width: 100% !important;
    cursor: pointer !important;
    height: 70px !important;
    top: 0 !important;
  background: #3A5BA7 !important;
  padding: 0 !important;
    display: block !important;
}
    .gc-account-leftbar, .gc-account-leftbar.expanded .toggle-link {
    background: #3A5BA7 !important;
    border-radius: 0px 0px 2px 2px !important;
        min-width: -webkit-fill-available !important;
}
    .gc-account-leftbar .gc-account-user-menu {
        background: #3A5BA7 !important;
    }
    .gc-account-leftbar .gc-account-user-menu li a {
  background:inherit !important;
  
}
    
  .gc-page-nav-items-menu {
    display: none !important
  }
  .gc-account-leftbar a:after {
    content: url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/315/h/db37d3f3de62d6ee99b23b2eed879982.png) !important;
    position: fixed !important;
    top: 25px !important;
    right: 25px !important;
  }
    .gc-account-leftbar.expanded a:after {
  content: url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/131/h/e698b9b45e3538579e5ef9626aa248e3.png) !important;
  
}
  .gc-account-leftbar > a > img {
    content: url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/93/h/1f10f9afc185eb5402082961d9e053f2.png) !important;
    width: 150px !important;
    top: 15px !important;
    bottom: auto !important;
    position: fixed !important;
    left: 15px !important;
}
  .gc-account-leftbar .gc-account-user-menu {
    /* margin-bottom: 45px; */
    /* background: #2c3e50; */
    width: 100% !important;
    height: 100% !important;
    z-index: 10001 !important;
    position: relative !important;
    margin-top: 70px !important;
}
  .gc-account-leftbar .gc-account-user-menu li {
    display: flex ;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }
  
  .gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile) a {
    vertical-align: middle !important;
    font-size: 16px !important;
    line-height: 100% !important;
    font-weight: normal !important;
    text-align: left !important;
    width: 100% !important;
    height: 20px !important;
    padding: 0px !important;
    display: flex ;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: center !important;
    border-radius: 18px !important;
    color: #ffffff !important;
    margin: 5px 0 !important;
}
  .gc-account-leftbar .gc-account-user-menu li a:after {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
  }
  .gc-account-leftbar > ul > li.menu-item.menu-item-profile .menu-item-icon {
    border-radius: 18px !important;
    position: relative !important;
    top: 0 !important;
}
  .gc-account-leftbar > ul > li.menu-item.menu-item-profile > a > span.f-header {
    padding-left: 10px !important;
    font-family: 'Roboto', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 23px !important;
    text-align: left !important;
    min-width: max-content !important;
}
  .gc-account-leftbar > ul > li.menu-item.menu-item-profile a:after {
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
}
  .gc-account-user-menu li:not(.menu-item-profile).active a, .gc-account-user-menu li:not(.menu-item-profile).selected a {
    color: #ffffff !important;
    background-color: #3A5BA7 !important;
    border-radius: 18px 0 0 18px !important;
}
    
    .gc-account-leftbar li:not(.menu-item-profile) .notify-count {
    bottom: unset;
    top: 5% !important;
    right: 5% !important;
    background-color: #9AFF00 !important;
    color: #FF6517 !important;
    max-height: fit-content;
    min-width: fit-content;
    position: absolute;
}
    
    /*Ставим свои иконки*/
/* Уведомления */
li.menu-item.menu-item-notifications_button_small a:hover:before, li.menu-item.menu-item-notifications_button_small a:before, li.menu-item.menu-item-notifications_button_small.selected a:hover:before, li.menu-item.menu-item-notifications_button_small.active a:hover:before, li.menu-item.menu-item-notifications_button_small.active a:before, li.menu-item.menu-item-notifications_button_small.selected a:before { 
    content:url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/389/h/ccb901d1b0198ae7ff7e1e6bbd8e64f4.svg) !important;
    }

/* Панель администратора */
li.menu-item-cms a:hover:before, li.menu-item-cms a:before, li.menu-item-cms.selected a:hover:before, li.menu-item-cms.active a:hover:before, li.menu-item-cms.active a:before, li.menu-item-cms.selected a:before { 
    content:url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/272/h/a6be02d5141583ebd5e3efe341c10d3f.svg) !important;
    }

/* Курсы и уроки */
li.menu-item.menu-item-teach a:hover:before, li.menu-item.menu-item-teach a:before, li.menu-item.menu-item-teach.selected a:hover:before, li.menu-item.menu-item-teach.active a:hover:before, li.menu-item.menu-item-teach.active a:before, li.menu-item.menu-item-teach.selected a:before { 
    content:url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/107/h/f0a9400f9165d48d56c80376ca6b97a5.svg) !important; 
    }

/* Отдел заботы */
li.menu-item.menu-item-notifications a:hover:before, li.menu-item.menu-item-notifications a:before, li.menu-item.menu-item-notifications.selected a:hover:before, li.menu-item.menu-item-notifications.active a:hover:before, li.menu-item.menu-item-notifications.active a:before, li.menu-item.menu-item-notifications.selected a:before { 
    content:url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/252/h/9977d6bc7eebbbc24b382982b1a2187e.svg) !important;
    }

    
}
/* ------------- 
content finish - mobile
------------- */

/* ------------- 
content start - tablet
------------- */

@media (min-width:768px) and (max-width:991px) {
  
  .gc-main-content.with-left-menu, .with-left-menu .gc-into-main-content, .modal.in .modal-dialog {
    margin-left: 0 !important;
    margin-top: 70px !important;
  }  
  
.gc-account-leftbar:not(.expanded), .gc-account-leftbar .toggle-link  {
    width: 100% !important;
    cursor: pointer !important;
    height: 70px !important;
    top: 0 !important;
  background: #3A5BA7 !important;
  padding: 0 !important;
    display: block !important;
}
    .gc-account-leftbar, .gc-account-leftbar.expanded .toggle-link {
    background: #3A5BA7 !important;
    border-radius: 0px 0px 2px 2px !important;
        min-width: -webkit-fill-available !important;
}
    
    .gc-account-leftbar .gc-account-user-menu {
        display: none;
    }
    .gc-account-leftbar .gc-account-user-menu {
        background: #3A5BA7 !important;
    }
    .gc-account-leftbar .gc-account-user-menu li a {
  background:inherit !important;
  
}
    .logo.gc-account-logo, .logo {
        display: none !important
    }
    
  .gc-page-nav-items-menu {
    display: none !important
  }
  .gc-account-leftbar a:after {
    content: url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/315/h/db37d3f3de62d6ee99b23b2eed879982.png) !important;
    position: fixed !important;
    top: 25px !important;
    right: 25px !important;
  }
    .gc-account-leftbar.expanded a:after {
  content: url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/131/h/e698b9b45e3538579e5ef9626aa248e3.png) !important;
  
}
  .gc-account-leftbar > a > img {
    content: url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/93/h/1f10f9afc185eb5402082961d9e053f2.png) !important;
    width: 150px !important;
    top: 15px !important;
    bottom: auto !important;
    position: fixed !important;
    left: 15px !important;
}
  .gc-account-leftbar .gc-account-user-menu {
    /* margin-bottom: 45px; */
    /* background: #2c3e50; */
    width: 100% !important;
    height: 100% !important;
    z-index: 10001 !important;
    position: relative !important;
    margin-top: 70px !important;
}
  .gc-account-leftbar .gc-account-user-menu li {
    display: flex ;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }
  
  .gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile) a {
    vertical-align: middle !important;
    font-size: 16px !important;
    line-height: 100% !important;
    font-weight: normal !important;
    text-align: left !important;
    width: 100% !important;
    height: 20px !important;
    padding: 0px !important;
    display: flex ;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: center !important;
    border-radius: 18px !important;
    color: #ffffff !important;
    margin: 5px 0 !important;
}
  .gc-account-leftbar .gc-account-user-menu li a:after {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
  }
  .gc-account-leftbar > ul > li.menu-item.menu-item-profile .menu-item-icon {
    border-radius: 18px !important;
    position: relative !important;
    top: 0 !important;
}
  .gc-account-leftbar > ul > li.menu-item.menu-item-profile > a > span.f-header {
    padding-left: 10px !important;
    font-family: 'Roboto', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 23px !important;
    text-align: left !important;
    min-width: max-content !important;
}
  .gc-account-leftbar > ul > li.menu-item.menu-item-profile a:after {
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
}
  .gc-account-user-menu li:not(.menu-item-profile).active a, .gc-account-user-menu li:not(.menu-item-profile).selected a {
    color: #ffffff !important;
    background-color: #3A5BA7 !important;
    border-radius: 18px 0 0 18px !important;
}
    
    .gc-account-leftbar li:not(.menu-item-profile) .notify-count {
    bottom: unset;
    top: 5% !important;
    right: 5% !important;
    background-color: #9AFF00 !important;
    color: #FF6517 !important;
    max-height: fit-content;
    min-width: fit-content;
    position: absolute;
}
    
    /*Ставим свои иконки*/
/* Уведомления */
li.menu-item.menu-item-notifications_button_small a:hover:before, li.menu-item.menu-item-notifications_button_small a:before, li.menu-item.menu-item-notifications_button_small.selected a:hover:before, li.menu-item.menu-item-notifications_button_small.active a:hover:before, li.menu-item.menu-item-notifications_button_small.active a:before, li.menu-item.menu-item-notifications_button_small.selected a:before { 
    content:url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/389/h/ccb901d1b0198ae7ff7e1e6bbd8e64f4.svg) !important;
    }

/* Панель администратора */
li.menu-item-cms a:hover:before, li.menu-item-cms a:before, li.menu-item-cms.selected a:hover:before, li.menu-item-cms.active a:hover:before, li.menu-item-cms.active a:before, li.menu-item-cms.selected a:before { 
    content:url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/272/h/a6be02d5141583ebd5e3efe341c10d3f.svg) !important;
    }

/* Курсы и уроки */
li.menu-item.menu-item-teach a:hover:before, li.menu-item.menu-item-teach a:before, li.menu-item.menu-item-teach.selected a:hover:before, li.menu-item.menu-item-teach.active a:hover:before, li.menu-item.menu-item-teach.active a:before, li.menu-item.menu-item-teach.selected a:before { 
    content:url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/107/h/f0a9400f9165d48d56c80376ca6b97a5.svg) !important; 
    }

/* Отдел заботы */
li.menu-item.menu-item-notifications a:hover:before, li.menu-item.menu-item-notifications a:before, li.menu-item.menu-item-notifications.selected a:hover:before, li.menu-item.menu-item-notifications.active a:hover:before, li.menu-item.menu-item-notifications.active a:before, li.menu-item.menu-item-notifications.selected a:before { 
    content:url(https://fs.getcourse.ru/fileservice/file/download/a/384100/sc/252/h/9977d6bc7eebbbc24b382982b1a2187e.svg) !important;
    }
}
/* ------------- 
content finish - tablet
------------- */
