@font-face {
  font-family: 'Geometria LF Heavy'; 
  src: url('/fileservice/file/download/h/90dc4da66d9c42d51cdd7de28f3e56cf.otf/a/636439/sc/396') format('opentype'),
       url('/fileservice/file/download/h/648b58ca5672854b27eb05abb4218943.woff/a/636439/sc/53') format('woff');
}

@font-face {
  font-family: 'Geometria-Bold'; 
  src: url('/fileservice/file/download/h/44a087bd3e6e2cf8e726ecfaa3022125.otf/a/69600/sc/231') format('opentype'),
       url('/fileservice/file/download/h/9576cb7b24a9b43dfabb0baa985c9a2c.woff/a/69600/sc/381') format('woff');
}

@font-face {
  font-family: 'Geometria-Medium'; 
  src: url('/fileservice/file/download/h/a30df1a24eb0158ee648d4e2322a9bfe.otf/a/69600/sc/276') format('opentype'),
      url('/fileservice/file/download/h/a30df1a24eb0158ee648d4e2322a9bfe.otf/a/69600/sc/276') format('opentype'),
       url('/fileservice/file/download/h/241f9df42990497b423dd98f82900740.woff/a/69600/sc/484') format('woff');
}

@font-face {
  font-family: 'Geometria-Regular'; 
  src: url('/fileservice/file/download/h/c08b34c7ac75c6ab89f5c1fdfde9b4fe.otf/a/69600/sc/493') format('opentype'),
       url('/fileservice/file/download/h/0e62272870268723a66fb551a9217b15.woff/a/69600/sc/415') format('woff');
}

@font-face {
  font-family: 'Geometria-Light'; 
  src: url('/fileservice/file/download/h/eaba26d9fab78050a2dda94dd37d8064.otf/a/69600/sc/332') format('opentype'),
       url('/fileservice/file/download/h/45bc50b7daf70c3fc16f6da881633077.woff/a/69600/sc/192') format('woff');
}

:root{
     --ikonka1: invert(59%) sepia(27%) saturate(6406%) hue-rotate(352deg) brightness(95%) contrast(98%);
     --ikonka2: invert(100%) sepia(6%) saturate(2%) hue-rotate(171deg) brightness(116%) contrast(100%);
    --radius-notif: 50%;   
    --button-small: url('https://fs.getcourse.ru/fileservice/file/download/a/69600/sc/131/h/30d7fa732a5ae77ab643dd54022c7603.svg');
    --item-search: url('https://fs.getcourse.ru/fileservice/file/download/a/69600/sc/287/h/2e8cc61b5f2e7093f9a43e4efb42d20c.svg');
    --item-cms: url('https://fs.getcourse.ru/fileservice/file/download/a/69600/sc/337/h/addbf11694df10db6d191ba8e98f30d7.svg');
    --item-teach: url('https://fs.getcourse.ru/fileservice/file/download/a/69600/sc/160/h/7ceb2844cb5892367939f440ad3c45de.svg');
    --item-user: url('https://fs.getcourse.ru/fileservice/file/download/a/69600/sc/227/h/fe562d457a8423feb520811ec0a33acd.svg');
    --item-tasks: url('https://fs.getcourse.ru/fileservice/file/download/a/69600/sc/182/h/e0c5baf7c5f065e632f131ab8f609203.svg');
    --item-notif: url('https://fs.getcourse.ru/fileservice/file/download/a/69600/sc/340/h/4ead81145abed11c8ae2534d5d88fdf9.svg');
    --item-sales: url('https://fs.getcourse.ru/fileservice/file/download/a/69600/sc/405/h/6c47edfdf71c7d8e20268ffdb4bf24f9.svg');
    --item-chatium: url('https://fs.getcourse.ru/fileservice/file/download/a/69600/sc/207/h/9a81c5187e999bd3cb73c125ae71c92e.svg');
}



html .gc-account-leftbar {
    background: var(--blue);
    width: 72px;
}


.gc-account-leftbar .gc-account-user-menu { 
    height: 100%; 
}

.gc-account-leftbar .gc-account-user-menu li {
    border-bottom:  none;    
}


html .menu-item-profile .menu-item-icon { 
    border-radius: 100px;
    width: 50px;
    border: 2px solid #fff;
    margin: 10px 12px 10px;
    position: relative;
}

.custom-menu .gc-account-leftbar .gc-account-user-menu li.menu-item-profile::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 10px;
    width: 54px;
    height: 75px;
  background: #fff;
    border-radius: 0px 0px 50px 50px;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-profile{
    height: 70px!important;
}

.custom-menu .gc-account-leftbar .gc-account-user-menu li:not(.menu-item-notifications_button_small):not(.menu-item-profile) img {
    display: none;
}


li.menu-item.menu-item-profile a {
    background: transparent!important;
    transition: all 0.3s;
}

li.menu-item.menu-item-cms a,
li.menu-item.menu-item-teach a,
li.menu-item.menu-item-user a,
li.menu-item.menu-item-tasks a,
li.menu-item.menu-item-notifications a,
li.menu-item.menu-item-sales a,
li.menu-item.menu-item-chatium a,
li.menu-item.menu-item-search a {
    display: block;
    background: transparent;
    margin: 10px auto;  
    width: 50px;
    height: 50px;
    border-radius: 100px;   
    transition: all 0.3s;
}
.gc-account-leftbar .gc-account-user-menu li{
      height: 50px;
}

li.menu-item.menu-item-notifications_button_small a{
    display: block;
    background: transparent;
    margin: 10px auto 10px;  
    width: 50px;
    height: 50px;
   transition: all 0.3s;
}

.gc-account-leftbar .gc-account-user-menu li.active a, 
.gc-account-leftbar .gc-account-user-menu li.selected a {
    border-radius: 100px;  
    width: 50px;
    height: 50px; 
}

li.menu-item.menu-item-notifications_button_small.active a, 
li.menu-item.menu-item-notifications_button_small.selected a{
    width: 50px;
    height: 50px!important;
  background: #fff;
  border-radius: 100px;  
}

li.menu-item.menu-item-notifications_button_small:hover a{
    width: 50px;
    height: 50px!important; 
  background: #Fff!important;
  border-radius: 100px;  
}


html .menu-item-notifications_button_small a img,
html .menu-item-cms a img,
html .menu-item-teach a img,
html .menu-item-user a img,
html .menu-item-tasks a img,
html .menu-item-notifications a img,
html .menu-item-sales a img,
html .menu-item-chatium a img,
html .menu-item-search a img{
    display: none;
}


li.menu-item.menu-item-cms a::after,
li.menu-item.menu-item-teach a::after,
li.menu-item.menu-item-user a::after,
li.menu-item.menu-item-tasks a::after,
li.menu-item.menu-item-notifications a::after,
li.menu-item.menu-item-sales a::after,
li.menu-item.menu-item-chatium a::after,
li.menu-item.menu-item-search a::after{  
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    filter: var(--ikonka2);
}


li.menu-item.menu-item-cms a::after {background-image: var(--item-cms);}
li.menu-item.menu-item-teach a::after {background-image: var(--item-teach);}
li.menu-item.menu-item-user a::after {background-image: var(--item-user);}
li.menu-item.menu-item-tasks a::after {background-image: var(--item-tasks);}
li.menu-item.menu-item-notifications a::after {background-image: var(--item-notif);}
li.menu-item.menu-item-sales a::after {background-image: var(--item-sales);}
li.menu-item.menu-item-chatium a::after {background-image: var(--item-chatium);}
li.menu-item.menu-item-search a::after {background-image: var(--item-search);}


li.menu-item.menu-item-notifications_button_small a::after {
    content: ''; 
    display: block;
    width: 30px;
    height: 24px;
    position: absolute;
    top: 50%; 
    left: 50%;  
    transform: translate(-50%, -50%); 
    background-image: var(--button-small);
    background-size: contain; 
    background-repeat: no-repeat; 
    filter: var(--ikonka2);
}

.custom-menu .gc-account-leftbar .gc-account-user-menu li.active a,
.custom-menu .gc-account-leftbar .gc-account-user-menu li.selected a{
    background: #Fff;
  
}

li.menu-item.selected a::after,
li.menu-item.active a::after {
     filter: var(--ikonka1);
 }

.gc-account-leftbar .gc-account-user-menu li a:hover{
    background: #ffffff10!important;
}

.gc-account-leftbar .notify-count {
    z-index: 2;
    width: 20px;
    height: 20px; 
     font-family: 'Geometria'!important;
    font-size: 0.8em!important;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background: var(--orange)!important;
}

.gc-account-user-submenu-bar H3 {
    font-family: 'Geometria'!important;
    font-size: 26px;
    font-weight: 700;
    display: none;
}


html .gc-account-leftbar .gc-account-user-submenu-bar {
    height: 100%;
    width: 250px; 
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /* контент будет выровнен по верхнему краю */
    justify-content: flex-start;
}

ul.gc-account-user-submenu {
    background: #fff!important;
    border-radius: 16px;
    padding: 20px 5px 20px 5px!important;
    margin-left: 5px!important;
}

/* Контент подменю Сайт */
.gc-account-user-submenu-bar-cms .gc-account-user-submenu {
    margin-top: 115px!important;
}

/* Контент подменю Обучение */
.gc-account-user-submenu-bar-teach .gc-account-user-submenu {
    /* для администратора */
    /* margin-top: 217px!important; */
    /* для учеников */
    margin-top: 195px!important;
}

/* Контент подменю Пользователи */
.gc-account-user-submenu-bar-user .gc-account-user-submenu {
    margin-top: 245px!important;
}

/* Контент подменю Задачи */
.gc-account-user-submenu-bar-tasks .gc-account-user-submenu {
    margin-top: 253px!important;
}

/* Контент подменю Сообщения */
.gc-account-user-submenu-bar-notifications .gc-account-user-submenu {
    margin-top: 235px!important;
}

/* Контент подменю Продажи и Приложение */
.gc-account-user-submenu-bar-sales .gc-account-user-submenu {
    margin-top: 230px!important;
}
.gc-account-user-submenu-bar-chatium  .gc-account-user-submenu {
   margin-top: 203px!important;
}


/* Затемнение экрана */
.gc-fade-wrapper .gc-fade {
    /* сдвигаем в верхний левый угол */
    top: 0px;
    left: 0px;
    /* затемнение - меньше */
    opacity: 0.3;
}



.gc-account-user-submenu-bar .gc-account-user-submenu li a {
    font-family: var(--sr)!important;
    font-size: 14px;
    font-weight: 500;
    color: var(--b);
    transition: all 0.3s;
}


.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
    background: var(--blue)!important;
    border-radius: 4px;
    color: #fff;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li .notify-count {
    font-family: var(--sr)!important;
    font-size: 0.8em!important;
    bottom: 9px;
    right: 10px;    
}


.gc-account-user-submenu-bar.gc-account-user-submenu-bar-notifications_button_small {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 400px!important;
    height: auto!important;
    background: #ffffff!important;
    border-radius: 0px 8px 8px 0px;
    padding: 0px 0px 20px 0px!important;
    
}


@media (max-width: 768px) {

    /* Боковое меню */ 
  .gc-account-leftbar .gc-account-user-menu {
  height: 100%;
  }
    /* Нижняя плашки меню */ 
    .gc-account-leftbar .toggle-link, 
    .gc-page-nav-items-menu a {
       background: var(--blue)!important;
    }
    /* Иконка-бургер */ 
    .gc-account-leftbar .without-icon img {
       filter: var(--ikonka2);
    }
    /* Контент подменю Продажи */
    .gc-account-user-submenu-bar-sales .gc-account-user-submenu {
        margin-top: 369px!important;
    }
    /* Контент подменю Приложение */
    .gc-account-user-submenu-bar-chatium  .gc-account-user-submenu {
        margin-top: 303px!important;
    }
    .gc-account-leftbar .gc-account-user-menu{
        background: var(--blue)!important;
    }
    .gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small .notify-count{

    }
}
@media (max-width: 360px) {
    .gc-account-user-submenu-bar .gc-account-user-submenu li a {
        font-size: 12px;
    }
    
    html .gc-account-leftbar .gc-account-user-submenu-bar {
        width: 210px;
    }
    /* подменю со списком подразделов */
    ul.gc-account-user-submenu {
        margin-left: 10px!important;
    }
    /* Разделы в раскрывающемся меню */
    .gc-account-user-submenu-bar .gc-account-user-submenu li a {
        font-size: 12px;
    }
    /* Контент подменю Сообщения */
    .gc-account-user-submenu-bar-notifications .gc-account-user-submenu {
        margin-top: 424px!important;
    }
    /* Контент подменю Продажи */
    .gc-account-user-submenu-bar-sales .gc-account-user-submenu {
        margin-top: 349px!important;
    }
    /* Контент подменю Приложение */
    .gc-account-user-submenu-bar-chatium  .gc-account-user-submenu {
        margin-top: 333px!important;
    }
}
 
}