

@font-face {
	font-family: 'Golos';
	src: url('https://cyrusemery03.fvds.ru/NeueMachina-Light.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Golos';
	src: url('https://cyrusemery03.fvds.ru/NeueMachina-Light.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Golos';
	src: url('https://cyrusemery03.fvds.ru/NeueMachina-Bold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Golos';
	src: url('https://cyrusemery03.fvds.ru/NeueMachina-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
:root {
	--accent-color: #DBE9FF;
	--extra-color: #FF9B25;
	--third-color: #A7A7A7;
	--light-color: #4A93FF;
	--text-color: #313131;
	--bg-color: #f1f1f1;
	--border-color: #c4c4c4;
	--border: 1px solid var(--border-color);
	--padding: 30px;
	--block-radius: 0;
	--button-radius: 0;
	--gradient: linear-gradient(90deg, var(--accent-color) 0%, var(--extra-color) 100%);
}
html .gc-account-leftbar {
	font-family: 'Golos', Montserrat, Roboto, sans-serif !important;
	font-weight: 400;
	background: transparent;
}
html .gc-account-leftbar h1, html .gc-account-leftbar h2, html .gc-account-leftbar h3 {
	font-family: 'Golos', Montserrat, Roboto, sans-serif;
	font-weight: 600;
}
.menu-item-marathon,
.menu-item.menu-item-notifications_button_small {
	display: none !important;
}
#gcAccountUserMenu .menu-item-profile .menu-item-icon[src="/public/img/default_profile_50.png"] {
	display: none;
}
.dropdown_menu,
.menu-item-chatium .sub-icon {
	display: none;
}
.gc-account-leftbar .sub-icon {
	text-align: left;
	max-width: 60px;
	top: 30px;
}
.dropdown_menu {
}
.gc-account-leftbar .gc-account-user-menu li .dropdown_menu a {
	width: 100%;
	height: auto;
	text-align: left;
	display: block;
	padding-left: 20px;
	color: black;
	background-image: url('/fileservice/file/download/a/169390/sc/93/h/f14146d289d583371a1ab1f5554fc2a6.png');
	background-color: var(--accent-color);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: left 30px center;
	padding: 18px 10px 18px 65px;
	font-size: 14px;
	transition: all 0.3s;
}
.gc-account-leftbar .gc-account-user-menu li .dropdown_menu a:hover {
	background-color: white;
	color: black;
}


html .gc-account-leftbar {
	background: transparent;
	color: white;
	display: flex;
	flex-direction: column;
	transition: all 0.3s;
	width: 80px;
}
html .gc-account-leftbar.hover {
	width: 250px;
}
.gc-main-content.with-left-menu {
	margin-left: 90px;
}
.with-left-menu .gc-into-main-content {
	left: 90px;
}
.resp-screen.resp-full-window.full-window-size {
	left: 90px !important;
}

.gc-account-leftbar .gc-account-user-menu {
	margin-top: auto;
	margin-bottom: auto;
}

html .gc-account-leftbar .gc-account-user-menu li > a {
	background-color: transparent;
	transition: all 0.3s;
	height: 70px;
	position: relative;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	transition: all 0.3s;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	flex-direction: column;
	align-content: flex-start;
	justify-content: center;
	background: #e9e9e9;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	margin-top: 5px;
}
html .gc-account-leftbar.hover .gc-account-user-menu li > a {
	flex-direction: row;
	justify-content: flex-start;
	padding-left: 20px;
	padding-right: 10px;
	border-bottom-right-radius: 0px;
}

.gc-account-leftbar .gc-account-user-menu li > a:hover,
.gc-account-leftbar .gc-account-user-menu li.selected > a {
	background-color: var(--accent-color);
}
.gc-account-leftbar .gc-account-user-menu li.active > a {
	background-color: var(--light-color);
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
}
.gc-account-leftbar .gc-account-user-menu li {
	border-bottom: none;
	overflow: hidden;
}
html .gc-account-leftbar .gc-account-user-menu li.menu-item-logo > a {
	padding: 0;
}

.dropdown-arrow {
	background-color: white;
	background-image: url('/fileservice/file/download/a/169390/sc/223/h/dcf81b4e069527c05420a09b0d18abfa.svg');
	background-repeat: no-repeat;
	background-size: 9px;
	background-position: left 7px center;
	padding: 5px 10px 5px 25px;
	position: absolute;
	font-weight: 400;
	top: 24px;
	right: 10px;
	border-radius: 10px;
	display: none;
	color: black;
}

.menu-item:not(.menu-item-logo):not(.menu-item-profile) > a img {
	display: none;
}
li.menu-item:not(.menu-item-logo):not(.menu-item-profile) > a::before,
li.menu-item.menu-item-profile > a .extra-wrap::before {
	content: '';
}
li.menu-item:not(.menu-item-logo):not(.menu-item-profile) > a::before,
li.menu-item.menu-item-profile > a .extra-wrap::before,
.menu-item.menu-item-profile > a img {
	width: 40px;
	margin-bottom: 4px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	transition: all 0.3s;
}
.menu-item.menu-item-profile > a img {
	border-radius: 50%;
}

@media (max-width: 768px) {
	html .gc-account-leftbar .toggle-link,
	html .gc-account-leftbar.expanded .toggle-link,
	html .gc-account-leftbar.expanded .gc-account-user-menu,
	html .gc-account-leftbar.expanded,
	.gc-page-nav-items-menu a {
		background-color: black;
	}
	html .gc-account-leftbar.expanded,
	html .gc-account-leftbar .gc-account-user-menu,
	html .gc-account-leftbar.hover {
		width: 100%;
	}
}

li.menu-item.menu-item-profile > a .extra-wrap::before {
	background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/583992/sc/196/h/0a6f5ccca01f86b96103f16d757797ba.svg');
}
.menu-item.menu-item-cms a::before {
	background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/583992/sc/196/h/0a6f5ccca01f86b96103f16d757797ba.svg');
}
.menu-item.menu-item-teach a::before {
	background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/583992/sc/145/h/985274c1577cd1700d1a37ebac21ef96.svg');
}
.menu-item.menu-item-user a::before {
	background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/583992/sc/247/h/67f9415e5b3d30e0c4ff23cc7f485c2e.svg');
}
.menu-item.menu-item-tasks a::before {
	background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/583992/sc/202/h/c712d3a31849fef7ad4917d940e4b4e5.svg');
}
.menu-item.menu-item-shop a::before {
	background-image: url('/fileservice/file/download/a/169390/sc/242/h/8e3c8c022b313fffbf53fb8710583da8.png');
}
.menu-item.menu-item-notifications a::before {
	background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/583992/sc/80/h/f7fefd46acaffb6e349a4d4e8fcf1ff0.svg');
}
.menu-item.menu-item-sales a::before {
	background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/583992/sc/242/h/d67ebfdc2192fcf54ca15420ea852189.svg');
}
.menu-item.menu-item-chatium a::before {
	background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/583992/sc/476/h/4496ab6ab18671067550b0ae89986335.svg');
}
li.menu-item.active a::before {
	filter: invert(1);
}
li.menu-item.active a::after {
	color: black;
}
.gc-account-leftbar .gc-account-user-menu li:not(.menu-item-logo) > a:after {
	content: attr(title);
	display: block;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	font-size: 11px;
	margin-left: 0;
	line-height: 1;
	text-align: center;
	letter-spacing: -0.3px;
	top: 0;
	right: auto;
	opacity: 1;
	transition: all 0s;
	color: black;
}
.gc-account-leftbar.hover .gc-account-user-menu li:not(.menu-item-logo) > a::after {
	font-size: 14px;
	margin-left: 10px;
	text-align: left;
	color: black!important;
}
.gc-account-leftbar.hover .gc-account-user-menu li.menu-item-profile > a::before {
	content: attr(data-name);
	width: calc(100% - 70px);
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 14px;
	text-align: left;
	color: black;
}
.gc-account-leftbar.hover .gc-account-user-menu li.menu-item-profile > a::after {
	content: 'Добро пожаловать';
	font-size: 11px;
	position: absolute;
	width: calc(100% - 70px);
	right: 0;
	top: 33px;
	text-align: left;
	opacity: 0.5;
	transition: all 0s;
}

#gcAccountUserMenu .sidebar-extra .sidebar-tg {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	transition: all 0.3s;
	background-color: var(--accent-color);
	color: var(--light-color);
	text-decoration: none;
	transition: all 0.3s;
	margin: 0 auto 10px;
}

#gcAccountUserMenu .sidebar-extra .sidebar-tg::before {
	content: '';
	color: var(--light-color);
	background-image: url('/fileservice/file/download/a/169390/sc/248/h/9a2bd1bf12c2e9bb654c485d5646f95c.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	padding: 12px;
	transition: all 0.3s;
}
@media (max-height: 700px) and (min-width: 769px) {
	#gcAccountUserMenu .sidebar-extra .sidebar-tg::before {
		width: 40px;
		height: 40px;
	}
	#gcAccountUserMenu .sidebar-extra .sidebar-tg {
		height: 40px;
	}
	#gcAccountUserMenu .sidebar-extra .sidebar-tg {
		width: 40px;
	}
}
#gcAccountUserMenu .sidebar-extra .sidebar-tg:hover {
	background-color: var(--extra-color);
}
#gcAccountUserMenu .sidebar-extra .sidebar-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	transition: all 0.3s;
	color: var(--light-color);
	text-decoration: none;
}
#gcAccountUserMenu .sidebar-extra .sidebar-link:hover {
	opacity: 0.8;
}
#gcAccountUserMenu .sidebar-extra .sidebar-link::before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background-image: url('/fileservice/file/download/a/169390/sc/186/h/bc050da41666e97f6e611a1ecc5d7441.svg');
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center center;
	transition: all 0.3s;
	transform: rotateY(-180deg);
}

#gcAccountUserMenu .sidebar-extra .sidebar-tg::after,
#gcAccountUserMenu .sidebar-extra .sidebar-link::after {
	content: attr(data-title);
	transition: all 0.3s;
	display: block;
}

.sidebar-extra {
	padding: 10px;
	margin-top: auto;
}
.gc-account-leftbar .notify-count,
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications .notify-count {
	background: var(--light-color);
	width: auto;
	padding: 3px 7px;
	bottom: auto;
	top: 5px;
	right: auto;
	left: 48px;
	transition: all 0.3s;
}
.gc-account-leftbar.hover .notify-count,
.gc-account-leftbar.hover .gc-account-user-menu li.menu-item-notifications .notify-count {
	left: 38px;
}
.gc-account-leftbar .gc-account-user-menu li.selected > a .notify-count,
.gc-account-leftbar .gc-account-user-menu li > a:hover .notify-count,
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications > a:hover .notify-count {
	background-color: black;
}

/* Подменю */
.gc-account-leftbar .gc-account-user-submenu-bar {
	left: 90px;
	width: 220px;
	background: black;
	border-right: 1px solid black;
}
html .gc-account-user-submenu-bar .gc-account-user-submenu li a {
	transition: all 0.3s;
	color: #e7e7e7;
	text-transform: none;
	letter-spacing: -0.3px;
	font-weight: 400;
	padding-left: 15px;
	font-size: 16px;
	border-radius: 0;
	margin-top: 3px;
}
html .gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
	background: var(--accent-color);
	color: #ffffff;
}
html .gc-account-user-submenu-bar h3 {
	background-color: var(--text-color);
	color: #ffffff;
	margin: 0;
	padding: 23px 15px;
	font-weight: 700;
	letter-spacing: -1px;
}

.gc-fade-wrapper,
.gc-account-user-submenu-bar {
	display: none !important;
}.gc-account-leftbar .gc-account-user-menu li a {
  background: #F4F4F4;
}

.custom-menu .gc-account-leftbar .gc-account-user-menu li a {
    background-color: #DBE9FF;
    border-radius: 10px;
}
.gc-account-leftbar .gc-account-user-menu li {
    padding: 0;
    border-radius: 10px !important;
    margin: 5px;
}
.custom-menu .gc-account-leftbar  a img {
    max-height: 33px !important;
}
.custom-menu .gc-account-user-menu .menu-item-profile .menu-item-icon {
  max-height: 54px !important;
}

.gc-account-leftbar .gc-account-user-menu li a {
    width: 60px;
    height: 60px;
}
.gc-account-leftbar .gc-account-user-menu li a {
    font-size: 11px;
}




/* ------------- 
content start - my-menu
------------- */

.gc-account-leftbar .gc-account-user-menu li a {
  background: #F4F4F4;
}

.custom-menu .gc-account-leftbar .gc-account-user-menu li a {
    background-color: #DBE9FF;
    border-radius: 10px;
}
.gc-account-leftbar .gc-account-user-menu li {
    padding: 0;
    border-radius: 10px !important;
    margin: 5px;
}
.custom-menu .gc-account-leftbar  a img {
    max-height: 33px !important;
}
.custom-menu .gc-account-user-menu .menu-item-profile .menu-item-icon {
  max-height: 54px !important;
}

.gc-account-leftbar .gc-account-user-menu li a {
    width: 60px;
    height: 60px;
}
.gc-account-leftbar .gc-account-user-menu li a {
    font-size: 11px;
}
/* ------------- 
content finish - my-menu
------------- */
