

ul.gc-account-user-menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gc-user-user .row.lesson-navigation {
    display: block !important;
}

.gc-user-user .lesson-header-block.row-section h2 {
	max-width: none !important;
}

.gc-account-leftbar {
    max-width: 70px !important;
    left: 10px !important;
    margin-top: 10px !important;
}

.custom-menu .gc-account-leftbar .menu-item-notifications_button_small a {
    padding: 15px !important;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
    height: 70px !important;
}

.gc-account-leftbar .gc-account-user-menu li a.with-label {
    padding: 15px !important;
}

.gc-account-leftbar .gc-account-user-menu li a {
    border-radius: 50% !important;
}

.menu-item-profile img{
	display: none;
}

.menu-item-profile a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
}

.menu-item-profile a:before {
    content: "";
    width: 70%;
    height: 70%;
    display: block;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/195812/sc/224/h/2c31b4e703d52aa414bd8e7b9c454b1d.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.menu-item-notifications_button_small img{
	display: none !important;
}

.menu-item-notifications_button_small a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
}

.menu-item-notifications_button_small a:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/195812/sc/161/h/5711e9884b68cfecd109645aa684a8e1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-46%, -50%);
}

.gc-account-leftbar .gc-account-user-submenu-bar {
    top: -20px !important;
    left: -20px !important;
	width: 311px !important;
    height: 110% !important;
    padding-left: 101px !important;
    padding-top: 22px !important;
}

.custom-menu .gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
    background-color: #ff0062d9 !important;
    margin-right: 10px !important;
    border-radius: 30px !important;
}

.gc-main-content.with-left-menu {
    padding-left: 70px !important;
    margin-left: 0 !important;
}

@media (max-width: 768px){
    .gc-main-content.with-left-menu.account-page-content {
        padding-left: 0 !important;
    }
}

@media (max-height: 650px){
    .gc-account-leftbar {
        max-width: 60px !important;
    }
    
    .gc-account-leftbar .gc-account-user-menu li {
        width: 60px !important;
    }
    
    .gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
    	height: 60px !important;
	}
}

@media (max-height: 550px){
    .gc-account-leftbar {
        max-width: 55px !important;
    }
    
    .gc-account-leftbar .gc-account-user-menu li {
        width: 50px !important;
    }
    
    .gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
        height: 50px !important;
    }
    
    .gc-account-leftbar .gc-account-user-submenu-bar {
        width: 298px !important;
        padding-left: 79px !important;
    }
    
    .gc-account-leftbar .gc-account-user-submenu-bar {
        padding-left: 87px !important;
    }
    
    
    ul.gc-account-user-menu {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
}
