

.logo-link img {
    content: url("https://fs.getcourse.ru/fileservice/file/download/a/703468/sc/47/h/c3307d5953024e2e1754a1b941e65bf8.svg")!important;
}
.gc-account-leftbar .gc-account-user-menu {
    /*margin: 0 8px;*/
}

.gc-account-leftbar .gc-account-user-menu li {
    margin-bottom: 10px;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-profile {
  	margin-top: 22px;
}

.gc-account-leftbar .gc-account-user-menu li a {
  	height: 60px!important;
  	border-radius: 0px;
}

.gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile).active .menu-item-icon,
.gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile):hover .menu-item-icon,
.gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile).selected .menu-item-icon {
  	filter: invert(80%) sepia(93%) saturate(1558%) hue-rotate(185deg) brightness(99%) contrast(100%);
}

.gc-account-leftbar .notify-count.with-label {
   	height: 22px!important;
}
.gc-account-leftbar .gc-account-user-menu li {
  	position: relative;
}
.gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile) a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translatex(-50%) translatey(-50%);
    height: 60px;
    width: 60px;
    opacity: 0;
    background: #fff;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transition: all .3s;
}
.gc-account-leftbar .gc-account-user-menu li a:hover::before, .gc-account-leftbar .gc-account-user-menu li.active a:before,
.gc-account-leftbar .gc-account-user-menu li.selected a:before, .gc-account-leftbar .gc-account-user-menu li.active a:hover::before,
.gc-account-leftbar .gc-account-user-menu li.selected a:hover::before {
    display: block;
    opacity: 1;
}

.gc-account-user-menu .menu-item-profile img.menu-item-icon {
  border-radius:50%;
  border:3px solid #fff;
}

.custom-menu .gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
    background-color: #0B1742;
    color: #fff!important;
    font-weight: 700;
}
.custom-menu .gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
    color: #ffffff!important;
}

.custom-menu .gc-account-user-submenu-bar h3 {
  	color:  #0B1742;
	font-feature-settings: 'ss06' on;
	font-family: var(--font);
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; 
	text-transform: lowercase;
}
.custom-menu .gc-account-user-submenu-bar .gc-account-user-submenu li a {
  	color:  #0B1742;
	font-family: var(--font);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; 
    text-transform: lowercase;
}
.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
    background: transparent;
    color:#fff;
    z-index: 1;
    text-decoration: none;
}
@media (max-height: 650px) {
  .gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
    height: 60px;
  }
}
@media (max-height: 550px) {
  .gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
    height: 50px;
  }
}






