

/* Main */

@font-face {
  font-family: "Stengazeta"; 
  src: url("https://fs23.getcourse.ru/fileservice/file/download/a/837665/sc/488/h/ff98049bda1cc5f44e380fab4ed9fdca.eot") format("eot"),
       url("https://fs19.getcourse.ru/fileservice/file/download/a/837665/sc/423/h/90626080a2766211bb7c499e2517f682.woff") format("woff"),
	   url("https://fs22.getcourse.ru/fileservice/file/download/a/837665/sc/282/h/3bafdb600fcb8ff0fce203163e566952.ttf") format("truetype"),
       url("https://fs20.getcourse.ru/fileservice/file/download/a/837665/sc/105/h/27aa68a32b8f633254279a35d5f666cd.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/837665/sc/72/h/2ee448b7385786784a667d0db7471aa8.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://fs22.getcourse.ru/fileservice/file/download/a/837665/sc/503/h/72c2ba14f2781ac201522224e99c6089.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://fs01.getcourse.ru/fileservice/file/download/a/837665/sc/386/h/071aeebee0590cef9ea51a7ccf2e7547.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/837665/sc/172/h/a25912f376059250adcce01e0cfc03e3.png') no-repeat 50% 50%/contain;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-cms a:before {
	content: 'Website';
}

/*Обучение*/
.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://fs18.getcourse.ru/fileservice/file/download/a/837665/sc/259/h/ca00f2bc922a54aa33cd619d411cbe71.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://fs21.getcourse.ru/fileservice/file/download/a/837665/sc/246/h/ae88042343dcf0e32c24e59b7f29fed4.png') no-repeat 50% 50%/contain;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-teach a:before {
	content: 'Education';
}

/*Пользователи*/
.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://fs19.getcourse.ru/fileservice/file/download/a/837665/sc/510/h/5305f43c86137c0e0958922608c5bac1.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://fs19.getcourse.ru/fileservice/file/download/a/837665/sc/246/h/3077ac6e4b2709e584bc35ebdbf5f634.png') no-repeat 50% 50%/contain;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-user a:before {
	content: 'Students';
}

/*Задачи*/
.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://fs02.getcourse.ru/fileservice/file/download/a/837665/sc/338/h/033a134e643599193886639c6852174a.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://fs19.getcourse.ru/fileservice/file/download/a/837665/sc/75/h/95d29c0079443d82969c38b7c5e8b74a.png') no-repeat 50% 50%/contain;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-tasks a:before {
	content: 'CRM';
}

/*Сообщения*/
.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/837665/sc/24/h/c863a00226605c3c4300090dbc47d71e.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://fs17.getcourse.ru/fileservice/file/download/a/837665/sc/294/h/02c97744b6c25cc3e9eacaad6b7266d9.png') no-repeat 50% 50%/contain;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications a:before {
	content: 'Messages';
}

/*Продажи*/
.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://fs21.getcourse.ru/fileservice/file/download/a/837665/sc/216/h/67b9aeb918da7ba10a42454abb0150a6.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://fs22.getcourse.ru/fileservice/file/download/a/837665/sc/102/h/e7c0c45f5529c633195dc1434c8b24e7.png') no-repeat 50% 50%/contain;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-sales a:before {
	content: 'Sales';
}

/*Чатиум*/
.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://fs20.getcourse.ru/fileservice/file/download/a/837665/sc/171/h/4df0adac2c0b102504e6a90850482de8.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://fs21.getcourse.ru/fileservice/file/download/a/837665/sc/434/h/8c0c9c326dcea624fe9cde3bfc4cf216.png') no-repeat 50% 50%/contain;
}

.gc-account-leftbar .gc-account-user-menu li.menu-item-chatium a:before {
	content: 'Apps';
}

.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;
}
/* Основа - конец */
