<!-- СКРИПТ БОКОВОЙ ПАНЕЛИ --> 
<style>
.gc-account-leftbar {
    background: #EBE4DC !important;
    box-shadow: 10px 0 20px RGBA(233, 133, 110, 0.1);
}
.menu-item-profile {
    position: relative;
}
.menu-item-profile .menu-item-icon {
        position: relative;
    width: 50px;
    border: 3px solid #D0D0D0;
    border-radius: 100px;
}
.gc-account-leftbar .gc-account-user-menu li {
    position: relative;
    overflow: hidden;
    border-bottom: none;
}
.gc-account-leftbar .gc-account-user-menu li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translatex(-50%) translatey(-50%);
    width: 70%;
    height: 70%;
    border: 1px dashed #414143;
    border-radius: 50%;
    transition: all .3s;
    z-index: 1;
}
.gc-account-leftbar .gc-account-user-menu li:hover::before {
    background: #DA467C;
    border: 1px solid #fff;
}
.menu-item-notifications_button_small::before {
    display: none;
}
.gc-account-leftbar .gc-account-user-menu li a {
    position: relative;
    background: transparent;
    z-index: 10;
}
.gc-account-leftbar .gc-account-user-menu li a:hover {
    background: transparent;
}
.gc-account-leftbar .gc-account-user-menu li.active a,
.gc-account-leftbar .gc-account-user-menu li.selected a{
    background: transparent;
}
.gc-account-leftbar .gc-account-user-menu li.active::before,
.gc-account-leftbar .gc-account-user-menu li.selected::before {
    background: #EBE4DC;
    border: 1px solid #fff;
}
.gc-account-leftbar .gc-account-user-submenu-bar {
    background: #ffffff;
    box-shadow: 10px 0 20px rgba(52,21,69,0.2);
}
.gc-account-user-submenu-bar h3 {
    font-weight: normal;
    color: #000;
}
.gc-account-user-submenu-bar .gc-account-user-submenu li {
    position: realtive;
}
/*mark выплывающий в выпадающем меню*/
.gc-account-user-submenu-bar .gc-account-user-submenu li::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/135657/sc/57/h/552bd862836b4ea101499e9e238e3f40.svg);
    background-repeat: no-repeat;
    background-position:  right;
    transition: all 0.3s;
}
.gc-account-user-submenu-bar .gc-account-user-submenu li:hover::after {
    width: 15%;
}
.gc-account-user-submenu-bar .gc-account-user-submenu li a {
    position: relative !important;
    padding: 15px 20px;
    z-index: 9999;
    font-weight: normal;
    color: #414143;
    transition: all 0.2s;
}
.gc-account-user-submenu-bar .gc-account-user-submenu li a::after {
    position: absolute;
    content: "";
    left: 20px;
    bottom: 0;
    height: 1px;
    width: 75%;
    background: #00000010;
}
.gc-account-user-submenu-bar .gc-account-user-submenu li:last-child a::after {
    display: none;
}
.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
    z-index: 1;
    padding-left: 40px;
    font-weight: bold;
    color: #DA467C;
    background: transparent;
}

.gc-account-leftbar a.toggle-link::before {
    content: "";
    position: absolute !important;
    top: 5px;
    left: 5px;
    width: 35px !important;
    height: 35px !important;
    background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/135657/sc/44/h/e00725e4dd91b3251b9c8484311f730f.svg) !important;
    background-size: cover !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 {
    display: none !important;
}
li.menu-item.menu-item-notifications_button_small a,
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 {
    transition: all 0.3s;
}
li.menu-item.menu-item-notifications_button_small a:hover,
li.menu-item.menu-item-cms a:hover,
li.menu-item.menu-item-teach a:hover,
li.menu-item.menu-item-user a:hover,
li.menu-item.menu-item-tasks a:hover,
li.menu-item.menu-item-notifications a:hover,
li.menu-item.menu-item-sales a:hover,
li.menu-item.menu-item-chatium a:hover {
    transform: scale(1.05, 1.05);
}
li.menu-item.menu-item-notifications_button_small a::after {
    content: url("https://fs.getcourse.ru/fileservice/file/download/a/135657/sc/473/h/9747276c8f17d3406b3c5921021b6e57.svg") !important;
}
li.menu-item.menu-item-cms a::after {
    content: url("https://fs.getcourse.ru/fileservice/file/download/a/135657/sc/4/h/837b6635902303578b2c91abde43a747.svg") !important;
}
li.menu-item.menu-item-teach a::after {
    content: url("https://fs.getcourse.ru/fileservice/file/download/a/135657/sc/266/h/a38e3ff7a88d57a7c281f86475f9abc3.svg") !important;
}
li.menu-item.menu-item-user a::after {
    content: url("https://fs.getcourse.ru/fileservice/file/download/a/135657/sc/159/h/9800280bbb0b679bda82e877c647d9a8.svg") !important;
}
li.menu-item.menu-item-tasks a::after {
    content: url("https://fs.getcourse.ru/fileservice/file/download/a/135657/sc/63/h/338ce77966d764a3b80aa492b761494a.svg") !important;
}
li.menu-item.menu-item-notifications a::after {
    content: url("https://fs.getcourse.ru/fileservice/file/download/a/135657/sc/50/h/8a98106d623fb8be451a3170966cc325.svg") !important;
}
li.menu-item.menu-item-sales a::after {
    content: url("https://fs.getcourse.ru/fileservice/file/download/a/135657/sc/265/h/0c6928ca9b96f7c584fd27c9ca3f4a67.svg") !important;
}
li.menu-item.menu-item-chatium a::after {
    content: url("https://fs.getcourse.ru/fileservice/file/download/a/135657/sc/136/h/ba05fc0aecd5e9708262271e8c834050.svg") !important;
}
@media (max-width: 768px) {
    .gc-account-leftbar .gc-account-user-menu {
        background: #EBE4DC;
    }
    .gc-account-leftbar .toggle-link {
        background: #EBE4DC !important;
    }
    .gc-account-leftbar .without-icon img {
        display: none;
    }
    .gc-account-leftbar a.toggle-link {
        position: relative;   
    }
    .gc-account-leftbar a.toggle-link::before {
        position: relative;
        left: 10px;
    }
    a.toggler-item {
        display: none !important;
    }
}
</style>
<!-- КОНЕЦ СКРИПТА БОКОВОЙ ПАНЕЛИ --> 