

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&display=swap');

:root {
    --main-font: "STIX Two Text", serif;
    --second-font: "Inter", sans-serif;    
    --color-white:#fff;
    --light-font-color:#fff;
    --dark-font-color:#242424;
    --brown-text-color:#573412;
    --gold-btn-gradient:linear-gradient(172deg, #e2b87b 0%, #f7dfaf 50%, #dda865 100%);
    --gold-btn-shadow:#be9663;
    --card-radius:10px;
    --btn-radius:10px;
    --line-height-text:120%;
    --line-height-header:120%;
    --letter-spacing: 0.01em;
    --accent-color-school:#1A0544;
}

a:focus {
    outline: none!important;
}

.gc-account-leftbar {
    background: linear-gradient(0deg, #1a0544 0%, #773084 50%, #1a0544 100%)!important;
}

.gc-account-leftbar .gc-account-user-menu {
    background: transparent!important;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.gc-account-leftbar .gc-account-user-menu li a {
    background: transparent!important;
    height: 66px;
}

.gc-account-leftbar .gc-account-user-menu .menu-item-notifications_button_small img {
    display: block!important;
    margin-inline:auto;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
    height: 66px!important;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small .notify-count {
    bottom: 5px;
    right: 5px;
}

.gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile).selected a,
.gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile) a:hover,
.gc-account-leftbar .gc-account-user-menu li:not(.menu-item-profile).active a {
    background: #FBF7F3!important; 
}

.gc-account-leftbar .gc-account-user-menu li img {
    max-height: 36px;
    max-width: 36px;
}

.gc-account-leftbar .gc-account-user-menu .menu-item-profile {    
    padding-bottom: 20px!important;
    position: relative;
}

.gc-account-leftbar .gc-account-user-menu .menu-item-profile a {
    height: 50px!important;
}

.gc-account-leftbar .gc-account-user-menu .menu-item-profile:after {
    content: '';
    width: 42px;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left:50%;
    transform: translatex(-50%);
    bottom: 0;
}

.gc-account-leftbar .menu-item-search {
    margin-top: 20px!important;
}

.gc-account-leftbar .menu-item-profile a img,
.gc-account-leftbar .menu-item-search a img {
    display: none;
}

.gc-account-leftbar .menu-item a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 36px; 
    height: 36px;
}

/* Ссылки на картинки */
.menu-item-profile a::before {
    background-image: url('/fileservice/file/download/a/651615/sc/240/h/c5f422e4bca7a4bfb06ff6576106374f.png'); 
}

.menu-item-search a::before {
    background-image: url('/fileservice/file/download/a/651615/sc/266/h/f767a395ac2626cdd3985c05fc99ded6.png'); 
}

.menu-item.menu-item-telega {
    margin-top: auto!important;
}

.gc-account-leftbar .notify-count.with-label {
    bottom: 5px;
    top: unset;
}

/* раскрытое меню */
.gc-account-leftbar .gc-account-user-submenu-bar {
    font-family: var(--second-font);
}

.gc-account-leftbar .gc-account-user-submenu-bar li a {    
    font-weight: 400;
}

.gc-account-leftbar .gc-account-user-submenu-bar h3 {
    font-family: var(--main-font);
    font-weight: 600;
    font-size: 24px;
}

.gc-account-leftbar .gc-account-user-submenu-bar .menu-user-name,
.gc-account-leftbar .gc-account-user-submenu-bar .menu-user-email,
.gc-account-user-submenu-bar .gc-account-user-submenu li[class*=menu-item-gus] a {
    color: var(--dark-font-color);
}

.gc-account-leftbar .gc-account-user-submenu-bar li.menu-item-delimiter a,
.gc-account-leftbar .gc-account-user-submenu-bar li.menu-item-help a {
    border-top:none;
}

#fz-fusion-menu-panel {
    margin-top: 30px;
    background-color: transparent;
}

.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .all-notifications-header-link  {
    color: var(--dark-font-color);
}

.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .notification-group {
    background: transparent;
    border: none;
    color:var(--dark-font-color);
}

.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .notification-group:hover {
    background: transparent;
}
/*--------*/







