

:root {
    --font-family-Graphik: "Graphik LCG", sans-serif;
    --leftbar-width: 122px; /* ширина меню */
    --leftbar-offset: 0px;
    --leftbar-submenu-width: 200px; /* ширина внутреннего меню */
    --bg-color: #fcfcfc; /* фон меню */
    --icon-bg-color: #FFF;  /* фон иконки в обычном состоянии */
    --icon-bg-hover-color: #FFF;   /* фон иконки при наведении */
    --icon-bg-active-color: #FFF;  /* фон активной иконки */
    --icon-title-color: #000;  /* цвет подписей иконок */
    --icon-title-color: #000;  /* цвет подписей иконок при наведении */
    --icon-title-color: #000;  /* цвет подписей иконок в активном состоянии */
    --submenu-bg-color: #FFF;   /* фон внутреннего меню */
    --submenu-title-color: #000;  /* цвет заголовка внутреннего меню */
    --submenu-link-color: #5b6066;  /* цвет ссылки внутреннего меню */
    --submenu-link-hover-color: #a3fb4f;  /* цвет ссылки внутреннего меню при наведении*/
    --submenu-link-bg-hover-color: #000;  /* фон ссылки внутреннего меню при наведении */
    --counter-bg-color: #000;  /* цвет счетчика */
    --notifications-title: 'Уведомления';  /* подпись иконки "Уведомления" */

}
.gc-fade-wrapper .gc-fade {
    background: #ffffff !important;
    opacity: .5 !important;
}
.talks-widget-window {
    left: var(--leftbar-width) !important;
    width: calc(100% - var(--leftbar-width)) !important;
}
@font-face {
    font-family: 'Graphik LCG';
    src: url('https://fs.getcourse.ru/fileservice/file/download/h/a80aa4a2e3b2ef7f79e07fa3809e8d7b.woff2/a/907467/sc/343') format('woff2'),
         url('https://fs.getcourse.ru/fileservice/file/download/h/feecbaed72793e2679ba7fb13f30585e.woff/a/907467/sc/350') format('woff'),
         url('https://fs.getcourse.ru/fileservice/file/download/h/1378daa089fe00abcaea0270d1936497.ttf/a/907467/sc/182') format('truetype'),
         url('https://fs.getcourse.ru/fileservice/file/download/h/9989cf66cf5693194065417c4664fceb.eot/a/907467/sc/84') format('embedded-opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik LCG';
    src: url('https://fs.getcourse.ru/fileservice/file/download/h/d0263b22efbaf16fd58ba9dc99ef0051.woff2/a/907467/sc/333') format('woff2'),
        url('https://fs.getcourse.ru/fileservice/file/download/h/948e44899bf90fc5e4664f71f69c6022.woff/a/907467/sc/84') format('woff'),
        url('https://fs.getcourse.ru/fileservice/file/download/h/149fcf98e8432a5cc81efb4cd791c254.ttf/a/907467/sc/256') format('truetype'),
        url('https://fs.getcourse.ru/fileservice/file/download/h/57e9c737b86f50e08fd763c43fc455dc.eot/a/907467/sc/216') format('embedded-opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
#gcAccountUserMenu {
    display: none;
}

.gc-account-leftbar .gc-account-user-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: var(--leftbar-width);
    padding: 15px;
}

.gc-account-leftbar .gc-account-user-menu .menu-item:not(.menu-item-profile:not(.default)) .menu-item-icon{
    display: none;
}

.gc-account-leftbar .gc-account-user-menu li {
    box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, 0.08);
    border-bottom: none;
    transition: .3s;
}
.gc-account-leftbar .gc-account-user-menu li a {
    border-radius: 0;
    overflow: hidden;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-profile a {
    padding: 10px 0;
    height: calc(var(--leftbar-width) - 30px);
}
.gc-account-leftbar .gc-account-user-menu .menu-item.selected a {
    border-radius: 10px 0 0 10px;
}
.gc-account-leftbar .gc-account-user-menu .menu-item.selected:after {
    height: 100%;
    position: absolute;
    right: calc(0px - var(--leftbar-offset) - 10px);
    top: 0;
    bottom: 0;
    left: 100%;
    background: var(--icon-bg-color);
    transition: .3s;
}
.gc-account-leftbar .gc-account-user-menu li a path,
.gc-account-user-submenu-bar .gc-account-user-submenu li a,
.gc-account-leftbar .gc-account-user-menu li svg > * {
    transition: .3s;
}

.gc-main-content.with-left-menu {
    margin-left: calc(var(--leftbar-width) + var(--leftbar-offset) * 2);
}

.with-left-menu .gc-into-main-content {
    left: calc(var(--leftbar-width) + var(--leftbar-offset) * 2);
}

.gc-account-leftbar {
    width: auto;  
    height: auto;
    padding: var(--leftbar-offset);
    background: var(--bg-color);
    font-family: var(--font-family-Graphik), sans-serif !important;
}

.gc-account-leftbar .gc-account-user-submenu-bar div.user-balance {
    margin: 18px;
}


.menu-item-profile .menu-item-icon {
    width: 43px;
    height: 43px;
    border-radius: 50%;
}

.gc-account-leftbar .menu-item-label {
    display: none;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
    height: calc(var(--leftbar-width) - 30px);
}

.gc-account-leftbar .gc-account-user-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    background: var(--icon-bg-color);
    width: calc(var(--leftbar-width) - 30px);
    height: calc(var(--leftbar-width) - 42px);
    padding: 10px 0;
}
.gc-user-logined .gc-account-leftbar .gc-account-user-menu li a {
    height: calc(var(--leftbar-width) - 42px) !important;
}
.gc-account-leftbar .menu-item a::after {
    content: attr(title);
    color: var(--icon-title-color);
    font-weight: 600;
    font-size: 11px;
    line-height: 120%;
    color: #000;
    font-family: var(--font-family-Graphik);
}
.gc-account-leftbar .menu-item.menu-item-chatium a::after {
    content: 'Приложение';
}
.gc-account-leftbar .menu-item.menu-item-notifications_button_small a::after{
    content: var(--notifications-title);
}

.gc-account-leftbar .gc-account-user-menu li a:hover {
    background-color: var(--icon-bg-hover-color);
}

.gc-account-leftbar .gc-account-user-menu li.active a,
.gc-account-leftbar .gc-account-user-menu li.selected a {
    background-color: var(--icon-bg-active-color);
} 

.gc-account-leftbar .gc-account-user-submenu-bar li.menu-item-help a, 
.gc-account-leftbar .gc-account-user-submenu-bar li.menu-item-delimiter a {
    border-top: none;
}

.gc-account-leftbar .gc-account-user-submenu-bar {
    margin: var(--leftbar-offset) 0;
    padding: 24px 0px 36px 0px;
    left: calc(var(--leftbar-width) + var(--leftbar-offset) * 2);
    height: auto;
    background: var(--submenu-bg-color);
    border-radius: 0;
    box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small {
    width: 400px;
    margin-top: 7vw;
}
.gc-account-leftbar .gc-account-user-submenu-bar-cms {
    margin-top: 8vw;
}
.gc-account-leftbar .gc-account-user-submenu-bar-teach {
    margin-top: 8vw;
}
.gc-account-leftbar .gc-account-user-submenu-bar-user {
    margin-top: 14vw;
}
.gc-account-leftbar .gc-account-user-submenu-bar-tasks {
    margin-top: 31vh;
}
.gc-account-leftbar .gc-account-user-submenu-bar-notifications {
    margin-top: 351px;
}
.gc-account-leftbar .gc-account-user-submenu-bar-sales {
    margin-top: 333px;
}
.gc-account-leftbar .gc-account-user-submenu-bar-chatium {
    margin-top: 573px;
}
.gc-account-leftbar .gc-account-user-submenu-bar:not(.gc-account-user-submenu-bar-notifications_button_small){	
    width: var(--leftbar-submenu-width);
    border-radius: 10px;
    box-shadow: 4px 4px 25px 0 rgba(0, 0, 0, 0.05);
}

.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .header + div {
    max-height: 700px;
    overflow-y: scroll;
}

.gc-account-user-submenu-bar h3 {
    color: var(--submenu-title-color);
    margin: 0 0 15px 37px;
    padding: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    font-family: var(--font-family-Graphik) !important;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a {
    padding: 8px 18px 7px 37px;
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: none;
    color: var(--submenu-link-color);
    font-family: var(--font-family-Graphik) !important;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
    background: var(--submenu-link-bg-hover-color);
    color: var(--submenu-link-hover-color);
    text-decoration: none;
}

.gc-account-leftbar .menu-item .notify-count {
    bottom: auto;
    top: 9px;
    right: 22px;
    color: #a3fb4f;
    transition: .3s;
}
.gc-account-leftbar .menu-item .notify-count, 
.gc-account-user-submenu-bar .gc-account-user-submenu li .notify-count {
    background-color: var(--counter-bg-color) !important;
    width: 22px;
    min-width: auto;
    padding: 4.5px 5px;
    border-radius: 50%;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    font-family: var(--font-family-Graphik);
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small .notify-count {
    bottom: auto;
    right: 22px;
}
.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover .notify-count {
    background-color: #a3fb4f !important;
    color: black  !important;
}
.gc-fade-wrapper .gc-fade {
    left: 0;
}

@media (max-width: 768px) {
    :root {
        --leftbar-offset: 10px;
    }
    .gc-account-leftbar .gc-account-user-menu {
        margin-bottom: 0;
    }
    .gc-account-leftbar.expanded {
        height: auto;
        top: 0;
        bottom: auto;
    }

    .gc-main-content.with-left-menu {
        margin-left: 0;
    }

    .gc-account-leftbar .gc-account-user-menu {
        width: var(--leftbar-width);
    }

    .gc-account-leftbar .toggle-link {
        background: #fff;
    }

    .gc-page-nav-items-menu a {
        background: var(--bg-color);        
        color: var(--icon-title-color);
    }

    .gc-account-leftbar .gc-account-user-menu {
        background: var(--bg-color);
    }
    .gc-account-leftbar .gc-account-user-submenu-bar {
        margin: var(--leftbar-offset) 0 !important;
        height: 100%;
    }
}

@media (max-height: 850px) {
    .gc-account-leftbar .gc-account-user-menu li a,
    .gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
        height: 70px;
    }
    .gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .header + div {
        max-height: 600px;
    }
    .gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small {
        margin-top: 5vw;
    }
    .gc-account-leftbar .gc-account-user-submenu-bar-cms {
        margin-top: 6vw;
    }
    .gc-account-leftbar .gc-account-user-submenu-bar-teach {
        margin-top: 5vw;
    }
    .gc-account-leftbar .gc-account-user-submenu-bar-tasks {
        margin-top: 286px;
    }
    .gc-account-leftbar .gc-account-user-submenu-bar-notifications {
        margin-top: 272px;
    }
    .gc-account-leftbar .gc-account-user-submenu-bar-sales {
        margin-top: 253px;
    }
    .gc-account-leftbar .gc-account-user-submenu-bar-chatium {
        margin-top: 493px;
    }
}

@media (max-height: 750px) {
    :root {
        --leftbar-offset: 0px;
    }
    .gc-account-leftbar .gc-account-user-menu li a,
    .gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
        height: 60px;
    }
    .gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .header + div {
        max-height: 500px;
    }
    .gc-account-leftbar .menu-item .notify-count {
        top: 8px;
    }
    .gc-account-leftbar .gc-account-user-menu {
        gap: 8px;
    }
    .gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small {
        margin-top: 80px;
    }
    .gc-account-leftbar .gc-account-user-submenu-bar-cms {
        margin-top: 4vw;
    }
    .gc-account-leftbar .gc-account-user-submenu-bar-user {
        margin-top: 9vw;
    }
    .gc-account-leftbar .gc-account-user-submenu-bar-sales {
        margin-top: 141px;
    }
    .gc-account-leftbar .gc-account-user-submenu-bar-notifications {
        margin-top: 160px;
    }
    .gc-account-leftbar .gc-account-user-submenu-bar-tasks {
        margin-top: 242px;
    }
    .gc-account-leftbar .gc-account-user-submenu-bar-chatium {
        margin-top: 381px;
    }
}

@media (max-height: 650px) {
    :root {
        --leftbar-offset: 0px;
    }
    .gc-account-leftbar .gc-account-user-menu li a,
    .gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
        height: 50px;
    }
    .gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .header + div {
        max-height: 420px;
    }
    .gc-account-leftbar .menu-item .notify-count {
        top: 5px;
    }
    .gc-account-leftbar .gc-account-user-menu {
        gap: 5px;
    }
    .gc-account-user-submenu-bar .gc-account-user-submenu li a {
        margin-bottom: 0px;
    }
    .gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small {
        margin-top: 5vw;
    }
    .gc-account-leftbar .gc-account-user-submenu-bar-user {
        margin-top: 10vw;
    }
    .gc-account-leftbar .gc-account-user-submenu-bar-tasks {
        margin-top: 248px;
    }
    .gc-account-leftbar .gc-account-user-submenu-bar-notifications {
        margin-top: 146px;
    }
    .gc-account-leftbar .gc-account-user-submenu-bar-sales {
        margin-top: 127px;
    }
    .gc-account-leftbar .gc-account-user-submenu-bar-chatium {
        margin-top: 317px;
    }
}
