

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*.gc-account-leftbar .gc-account-user-menu li.menu-item-profile a {
  padding: 15px 5px 10px;
}

/*СКРУГЛЕНИЕ АВАТАРА*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-profile .menu-item-icon {
  border-radius: 50%;
}

/*ГРАНИЦА МЕЖДУ ИКОНКАМИ
.gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile) a {
  border-bottom: 1px solid #B0B0B0;*/
}

/*ВЫСОТА ИКОНОК*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
  height: 70px;
}
@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;
  }
}



/*СТИЛИ ДЛЯ ТЕКСТА*/
.custom-menu .gc-account-user-submenu-bar .gc-account-user-submenu a {
   padding-top: 12px;
   padding-bottom: 12px;
   text-transform: lowercase;
   font-family: 'Raleway';
   font-style: normal;
   font-weight: 500;
   font-size: 18px;
   line-height: 108.5%;
   padding-left: 35px;
}

/*ДЕЛАЕМ ПЕРВУЮ БУКВУ ЗАГЛАВНОЙ*/
.custom-menu .gc-account-user-submenu-bar .gc-account-user-submenu a:first-letter {
   text-transform: uppercase;
}

/*СТИЛИ ДЛЯ ТЕКСТА ПРИ НАВЕДЕНИИ*/
.custom-menu .gc-account-user-submenu-bar .gc-account-user-submenu a:hover {
  /* color: #efa200;*/
   color: #6fa8dc;
   border-top-right-radius: 16px;
   border-bottom-right-radius: 16px;
}

/*СТИЛИ ДЛЯ ЗАГОЛОВКА*/
.gc-account-user-submenu-bar h3 {
   font-family: 'Raleway';
   font-style: normal;
   font-weight: 600;
   font-size: 24px;
   line-height: 49px;
   padding-left: 35px;
}

/*ДЛЯ ЛОГОТИПА ВНИЗУ РАССКРЫТОГО МЕНЮ*/
.gc-account-leftbar .gc-account-user-submenu-bar {
   display: flex;
   flex-direction: column;
}
.gc-account-leftbar .gc-account-user-submenu-bar:after {
   content: "";
   display: block;
   height: 100px;
   background: url("https://fs.getcourse.ru/fileservice/file/download/a/469604/sc/64/h/469dc394783d5208808c3ba92db49e32.png") center / contain no-repeat;
   margin-top: auto;
   margin-bottom: 20px;
}
