

/* Main */

@font-face {
  font-family: "Stengazeta"; 
  src: url("https://fs22.getcourse.ru/fileservice/file/download/a/820348/sc/146/h/e3852d3083beb1b206cf390f918c6e91.eot") format("eot"),
       url("https://fs24.getcourse.ru/fileservice/file/download/a/820348/sc/140/h/e6a689abbb78031910c44d5a710f75f0.woff") format("woff"),
	   url("https://fs20.getcourse.ru/fileservice/file/download/a/820348/sc/372/h/ed6be7a1e66aa710c2fd7cc0d2b527a7.ttf") format("truetype"),
       url("https://fs22.getcourse.ru/fileservice/file/download/a/820348/sc/300/h/088bacfc9a18ff3de2e92180e8741c5f.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://fs24.getcourse.ru/fileservice/file/download/a/820348/sc/255/h/5f6b6f4597a5b4e562d520ec6f4dee80.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://fs16.getcourse.ru/fileservice/file/download/a/820348/sc/169/h/5685ca65855f9d37e0e8ceaf2446a674.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://fs23.getcourse.ru/fileservice/file/download/a/820348/sc/36/h/10426890309eb0a0b361d1f5e5e934a6.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://fs17.getcourse.ru/fileservice/file/download/a/820348/sc/137/h/0e0a5dc9fa7953c8d7608d1211ae4134.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://fs23.getcourse.ru/fileservice/file/download/a/820348/sc/157/h/12965a3edb0852f0335fbe36ec794f96.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://fs22.getcourse.ru/fileservice/file/download/a/820348/sc/70/h/a0e3ac8c34dcf3d5afeea9d6b88ebe7d.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://fs01.getcourse.ru/fileservice/file/download/a/820348/sc/114/h/22f9e5382291d727e755fe96d52b0a4f.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://fs24.getcourse.ru/fileservice/file/download/a/820348/sc/202/h/82b036447b5fc0f366f9fed226ec56c3.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://fs18.getcourse.ru/fileservice/file/download/a/820348/sc/114/h/22f9e5382291d727e755fe96d52b0a4f.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://fs17.getcourse.ru/fileservice/file/download/a/820348/sc/436/h/98bb7fbcabc3fab02cda0e1989bb9659.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://fs01.getcourse.ru/fileservice/file/download/a/820348/sc/200/h/5ced1d7b31b5be9781c741c3d96b7652.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://fs18.getcourse.ru/fileservice/file/download/a/820348/sc/482/h/03a2a289e873075249b91e38248de667.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://fs01.getcourse.ru/fileservice/file/download/a/820348/sc/268/h/3dc3821f1b6e227eb0fa1d071117fafd.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://fs20.getcourse.ru/fileservice/file/download/a/820348/sc/100/h/fc0b5c41c35c0892e78790454028e6da.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://fs18.getcourse.ru/fileservice/file/download/a/820348/sc/258/h/4c34edb6957ab6d62e4a168f366e8cb9.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://fs19.getcourse.ru/fileservice/file/download/a/820348/sc/141/h/ecf48016d3f03f4b237e60062d56ca95.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;
}
/* Основа - конец */
