

/* Main */

@font-face {
  font-family: "Stengazeta"; 
  src: url("https://fs18.getcourse.ru/fileservice/file/download/a/549465/sc/241/h/a0d0abd8971694cce64c6c2694f5e20a.eot") format("eot"),
       url("https://fs23.getcourse.ru/fileservice/file/download/a/549465/sc/472/h/2f444523998471085e0531040dfcf8b8.woff") format("woff"),
	   url("https://fs01.getcourse.ru/fileservice/file/download/a/549465/sc/153/h/d805ba0b46f503cd5d40f3df47994775.ttf") format("truetype"),
       url("https://fs02.getcourse.ru/fileservice/file/download/a/549465/sc/182/h/78dd7795fb48e69e7e82a1448ebb3666.woff2") format("woff2"); 
}


:root {
	--black: #202020;
	--white: #FFFFFF;
	--gray: #ABABAB;
	--accent: #00AE01;
}


/* LeftBar */
.menu-item-label{
	display: none !Important;
}

.gc-account-leftbar,
.gc-account-leftbar .gc-account-user-menu li:first-child a {
	width: 100px;
}

.gc-account-leftbar .gc-account-user-submenu-bar {
	left: 100px;
}

.gc-main-content.with-left-menu {
	margin-left: 120px;
}

/* Меняем цвет панели */
.gc-account-leftbar,
.gc-account-leftbar .gc-account-user-menu li a,
.gc-account-leftbar .gc-account-user-menu,
.gc-account-leftbar .toggle-link,
.gc-page-nav-items-menu a,
.gc-account-leftbar.expanded .toggle-link {
	background-color: var(--black);
}

/* Граница панели*/
.gc-account-leftbar,
.gc-account-leftbar .gc-account-user-submenu-bar,
.gc-account-user-menu,
.gc-account-leftbar .gc-account-user-menu li:first-child a {
	border-radius: 0 20px 20px 0;
}

.gc-account-leftbar .gc-account-user-menu li a {
	width: 95%;
	transition: .2s linear;
}

.gc-account-leftbar .gc-account-user-menu li:first-child a {
	border-radius: 0 17px 0 0;
}

.gc-account-leftbar .gc-account-user-menu li:not(:first-child) a {
	margin-left: auto;
	display: block;
	border-radius: 20px 0 0 20px;
}

/* Меняем цвет меню и пунктов на панели */
.gc-account-leftbar .gc-account-user-menu li a:hover,
.gc-account-leftbar .gc-account-user-menu li.selected:hover a {
	background-color: var(--gray);
}

.gc-account-leftbar .gc-account-user-menu li.active a,
.gc-account-leftbar .gc-account-user-menu li.selected a{
	background-color: var(--white)
}

.gc-account-leftbar .gc-account-user-submenu-bar {
    background-color: #FFFFFFe3;
}

.gc-account-leftbar .gc-account-user-menu li.active:first-child a,
.gc-account-leftbar .gc-account-user-menu li.selected:first-child a {
	border-radius: 0;
}

/**** Иконки на панели *****/

.gc-account-leftbar .gc-account-user-menu li:not(:first-child) a img {
	display: none;
	position: relative;
	z-index: 1;
}

/* Убираем нижнюю границу у пунктов */
.gc-account-leftbar .gc-account-user-menu li {
	border-bottom: none;
}

/* Добавляем свои иконки */

.gc-account-leftbar .gc-account-user-menu li:not(:first-child) a:after {
	content: '';
	position: absolute;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

/* Добавляем надписи пунктам меню */
.gc-account-leftbar .gc-account-user-menu li:not(:first-child) a:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 8px;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-family: 'Gilroy Semi', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 10px;
	z-index: 2;
	color: var(--white);
}

.gc-account-leftbar .gc-account-user-menu li:not(:first-child):hover a:before,
.gc-account-leftbar .gc-account-user-menu li.active a:before,
.gc-account-leftbar .gc-account-user-menu li.selected a:before {
	color: var(--black);
}

/* Аватарка */
.menu-item-profile img{
  border-radius:100px!Important;
  padding:24px
}

/* Уведомления */
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a {
	height: 50px;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a:after {
	width: 30px;
	height: 22px;
	right: calc(50% - 15px);
	top: calc(50% - 11px);
	background: url('https://fs18.getcourse.ru/fileservice/file/download/a/549465/sc/176/h/5b54ce79d1e4f3fed664664991c48c85.png') no-repeat 50% 50%/contain;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a:hover:after,
.gc-account-leftbar .gc-account-user-menu li.active.menu-item-notifications_button_small a:after,
.gc-account-leftbar .gc-account-user-menu li.selected.menu-item-notifications_button_small a:after {
	background: url('https://fs01.getcourse.ru/fileservice/file/download/a/549465/sc/339/h/dfe8ce644d66ed30b34ddd94b570c05b.png') no-repeat 50% 50%/contain;
}

/*Сайт*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-cms a:after {
	width: 32px;
	height: 32px;
	right: calc(50% - 16px);
	top: calc(50% - 23px);
	background: url('https://fs16.getcourse.ru/fileservice/file/download/a/549465/sc/33/h/a22931aca65dc228f6134425173cb148.png') no-repeat 50% 50%/contain;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-cms:hover a:after,
.gc-account-leftbar .gc-account-user-menu li.active.menu-item-cms a:after,
.gc-account-leftbar .gc-account-user-menu li.selected.menu-item-cms a:after {
	background: url('https://fs24.getcourse.ru/fileservice/file/download/a/549465/sc/224/h/322c40d205850a7ed2fc50ada7236fef.png') no-repeat 50% 50%/contain;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-cms a:before {
	content: 'Сайт';
}

/*Обучение*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-teach a:after {
	width: 37px;
	height: 37px;
	right: calc(50% - 17.5px);
	top: calc(50% - 20px);
	background: url('https://fs22.getcourse.ru/fileservice/file/download/a/549465/sc/86/h/d08ff278f40540c1d0297de713210b1f.png') no-repeat 50% 50%/contain;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-teach:hover a:after,
.gc-account-leftbar .gc-account-user-menu li.active.menu-item-teach a:after,
.gc-account-leftbar .gc-account-user-menu li.selected.menu-item-teach a:after {
	background: url('https://fs18.getcourse.ru/fileservice/file/download/a/549465/sc/211/h/c924af8971a2fef665b6acb764f57281.png') no-repeat 50% 50%/contain;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-teach a:before {
	content: 'Обучение';
}

/*Пользователи*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-user a:after {
	width: 32px;
	height: 32px;
	right: calc(50% - 16px);
	top: calc(50% - 22.5px);
	background: url('https://fs23.getcourse.ru/fileservice/file/download/a/549465/sc/245/h/b8af54767087d5fc4028d06b16f4fbab.png') no-repeat 50% 50%/contain;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-user:hover a:after,
.gc-account-leftbar .gc-account-user-menu li.active.menu-item-user a:after,
.gc-account-leftbar .gc-account-user-menu li.selected.menu-item-user a:after {
	background: url('https://fs20.getcourse.ru/fileservice/file/download/a/549465/sc/498/h/bd611f7c6e2fe2f6be9f3ccfdb58c8f5.png') no-repeat 50% 50%/contain;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-user a:before {
	content: 'Ученики';
}

/*Задачи*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-tasks a:after {
	width: 32px;
	height: 32px;
	right: calc(50% - 16px);
	top: calc(50% - 22px);
	background: url('https://fs01.getcourse.ru/fileservice/file/download/a/549465/sc/61/h/e51cb71fbf68f0adfebf7d1b3a3efde2.png') no-repeat 50% 50%/contain;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-tasks:hover a:after,
.gc-account-leftbar .gc-account-user-menu li.selected.menu-item-tasks a:after,
.gc-account-leftbar .gc-account-user-menu li.active.menu-item-tasks a:after {
	background: url('https://fs02.getcourse.ru/fileservice/file/download/a/549465/sc/101/h/367cce551d078cc14b1a964b74902a98.png') no-repeat 50% 50%/contain;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-tasks a:before {
	content: 'Задачи';
}

/*Сообщения*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications a:after {
	width: 29px;
	height: 29px;
	right: calc(50% - 14.5px);
	top: calc(50% - 21px);
	background: url('https://fs20.getcourse.ru/fileservice/file/download/a/549465/sc/209/h/ad0e50a6903779a5ee38cc5ed989c354.png') no-repeat 50% 50%/contain;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications:hover a:after,
.gc-account-leftbar .gc-account-user-menu li.active.menu-item-notifications a:after,
.gc-account-leftbar .gc-account-user-menu li.selected.menu-item-notifications a:after {
	background: url('https://fs01.getcourse.ru/fileservice/file/download/a/549465/sc/231/h/f5e13e8b7007da98331228d0d2be1eae.png') no-repeat 50% 50%/contain;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications a:before {
	content: 'Сообщения';
}

/*Продажи*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-sales a:after {
	width: 32px;
	height: 39px;
	right: calc(50% - 16px);
	top: calc(50% - 26px);
	background: url('https://fs17.getcourse.ru/fileservice/file/download/a/549465/sc/253/h/cca09293c2fecbb69e2243bd29f62989.png') no-repeat 50% 50%/contain;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-sales:hover a:after,
.gc-account-leftbar .gc-account-user-menu li.active.menu-item-sales a:after,
.gc-account-leftbar .gc-account-user-menu li.selected.menu-item-sales a:after {
	background: url('https://fs23.getcourse.ru/fileservice/file/download/a/549465/sc/173/h/c6dd93b92f9499830e9da708891c6bc1.png') no-repeat 50% 50%/contain;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-sales a:before {
	content: 'Продажи';
}

/*Чатиум*/
.gc-account-leftbar .gc-account-user-menu li.menu-item-chatium a:after {
	width: 34px;
	height: 34px;
	right: calc(50% - 17px);
	top: calc(50% - 25px);
	background: url('https://fs17.getcourse.ru/fileservice/file/download/a/549465/sc/105/h/6ce727c2192df4ec00a5886a137376f6.png') no-repeat 50% 50%/contain;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-chatium:hover a:after,
.gc-account-leftbar .gc-account-user-menu li.active.menu-item-chatium a:after,
.gc-account-leftbar .gc-account-user-menu li.selected.menu-item-chatium a:after {
	background: url('https://fs18.getcourse.ru/fileservice/file/download/a/549465/sc/136/h/a1754a24b164f069ab5e14bd706e59e0.png') no-repeat 50% 50%/contain;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-chatium a:before {
	content: 'Чатиум';
}

.gc-account-leftbar .qr-link {
	display: none;
}

/* Стилизуем уведомления */
.gc-account-user-submenu-bar .notify-count {
  display:none;
}

.gc-account-leftbar .notify-count {
	background: transparent !important;
	border-radius: 50px;
	z-index: 2;
	color: #FFFFFF;
	font-family: 'Gilroy', sans-serif;
	padding: 6px 0;
  top: 0px;
  left:60px;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small a:hover .notify-count,
.gc-account-leftbar .gc-account-user-menu li.active .notify-count,
.gc-account-leftbar .gc-account-user-menu li.selected .notify-count {
color:#000000;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small .notify-count {
	width: 55px;
	bottom: calc(50% - 13px);
	right: calc(50% - 27.5px);
}

/* Задаем свой шрифт */
.gc-account-user-submenu-bar h3 {
	font-family: 'Gilroy Bold', sans-serif;
	color: var(--black);
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 36px;
}

.gc-account-user-submenu,
.user-balance,
.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .no-notifications-message {
	font-family: 'Gilroy', sans-serif;
	color: #CECECE;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a {
	color: var(--black);
	font-family: 'Gilroy', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	text-transform: none;
	transition: .3s linear;
}

/* Добавляем стили для подменю при наведении */
.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
	font-family: 'Gilroy Bold', sans-serif;
	font-weight: bold;

	transition: 0.5s all;
	background-color: transparent;
}

@media (max-width: 768px) {
	.gc-account-leftbar .gc-account-user-menu {
		width: 100px;
	}

	.gc-main-content.with-left-menu {
		margin-left: 0;
	}
}

@media (max-width: 768px){
.main-page-block .container {
    padding-top: 20px;
}
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0;
    padding-left: 0;
}

.xdget-row.row {
    margin-right: -15px;
    margin-left: -15px;
}  
@media (max-width: 990px){
.stream-table tbody tr {
    margin: 0;
    margin-bottom: 20px;
}
/* Основа - конец */
