

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --background-main: #E1E8E8;
  --background-menu: linear-gradient(90deg, #160C13 0%, #266A6B 100%);;
  --background-block: #ffffff;
  --text-main_color: #ffffff;
  --text-main_font: "Montserrat";
  --text-accent_color: #E20F7B;
  --text-title_font_G: "Georgia";
  --text-training_title_size: 22px;
  --button-border_color: #7B7B7B;
  --button-active_color: #E20F7B;
  --button-text_color: #E20F7B;
  --menu-notification-background: #1E1E20;
  --menu-notification-color: #ffffff;  
}

.role-student .logo.gc-account-logo{
	display: none;
}
.role-student #gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-chatium {
    display: none!important;
}
.role-student li.menu-item.menu-item-chatium {
    display: none!important;
}
.gc-account-user-submenu-bar.gc-account-user-submenu-bar-notifications_button_small .user-image{
	display: none;
}

.gc-account-user-submenu-bar:not(.gc-account-user-submenu-bar-notifications_button_small){
	display: none!important;
}

.submenu h3{
	display: none;
}

.gc-fade-wrapper .gc-fade {
    opacity: 0!important;
}

.main-page-block .breadcrumbs,
.main-page-block .breadcrumbs a {
    color: #7A7A7A !important;
    font-family: var(--text-main_font) !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    transition: all 0.3s ease;
}
.main-page-block .breadcrumbs a:hover {
    color: #0a0a0a !important;
}
/*для подменных страниц */
/*.repl-iframe{
	margin-left: 162px 
}*/


#gcAccountUserMenu .custom-menu .gc-account-leftbar, .custom-menu .gc-account-leftbar .gc-account-user-menu, .custom-menu .gc-account-leftbar .toggle-link {
    background-color: var(--background-menu)!important;
}
#gcAccountUserMenu .gc-account-leftbar {
    background: var(--background-menu);
    width: 236px;
    position: fixed;
    overflow-y: auto;
    padding-bottom: 24px!important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#gcAccountUserMenu .gc-account-leftbar:after{
	content:"";
	display:block;
	background: url(https://fs.getcourse.ru/fileservice/file/download/a/870060/sc/122/h/12b923227d4af010ca2cb38393ef307b.svg);		  
	background-size: cover;		  
	margin-bottom: 12px;
	width: 100px;			
	height: 100px;
	position:relative;
	z-index:2;
	left: 50%;
  transform: translateX(-50%);
}

#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li.menu-item {
    margin: 8px 0;
    transition: color 0.3s;
    width: 100%;
    position: relative;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 16px!important;
    background: none;
    color: inherit;
    cursor: pointer;
    font-size: 14px;
    height: auto !important;
    padding: 2px 0 4px 24px;
    position: relative;
    width: 100% !important;
    text-align: left;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li.menu-item > a:before {
	position: absolute;
	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='5' viewBox='0 0 12 5' fill='none'><path d='M1 0.599976L6 4.59998L11 0.599976' stroke='white' stroke-width='0.714286' stroke-linecap='square' stroke-linejoin='round'/></svg>");
  display: block;
  background-size: cover;
	right: 16px;
	top: 42%;
	transform: translateY(-50%); /* Смещаем элемент вверх на половину его собственной высоты */
  -webkit-transform:translateY(-50%);
	transition: all 0.3s;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li.menu-item.active > a:before,
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li.menu-item > a:hover:before {
	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='5' viewBox='0 0 12 5' fill='none'><path d='M1 0.599976L6 4.59998L11 0.599976' stroke='white' stroke-width='0.714286' stroke-linecap='square' stroke-linejoin='round'/></svg>");
  
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li.menu-item.active > a:before {
	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='5' viewBox='0 0 12 5' fill='none'><path d='M1 0.599976L6 4.59998L11 0.599976' stroke='white' stroke-width='0.714286' stroke-linecap='square' stroke-linejoin='round'/></svg>");
  
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li.menu-item.sub-open > a:before {
	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='5' viewBox='0 0 12 5' fill='none'><path d='M1 0.599976L6 4.59998L11 0.599976' stroke='white' stroke-width='0.714286' stroke-linecap='square' stroke-linejoin='round'/></svg>");
	transform: rotate(180deg);
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li.menu-item.active a span.menu-item-label{
  border-bottom: 1.5px solid #fff;
  font-weight: 600
}

#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu a.subitem-link:hover, #gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li.menu-item:hover a span.menu-item-label{
     font-weight: 600
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li.menu-item.active:before{
 content: none!important;
}

#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-profile .user-balance {
    border: 1px dotted rgba(217, 217, 217, 0.10);
    border-radius: 10px;
    display: block;
    flex-direction: column;
    text-align: left;
    padding-left: 24px;
    padding-top: 10px;
    background: rgba(217, 217, 217, 0.10);
    backdrop-filter: blur(20px);
    margin: 0 24px;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-profile .user-balance p{
    color: var(--text-main_color);
    font-family: var(--text-main_font);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-profile .user-balance p b{
    color: var(--text-main_color);
    font-family: var(--text-main_font);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu .menu-item-profile a img.menu-item-icon{
	width: 40px;
	height: 40px;
	border-radius: 8px;
	margin-right: 10px;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu a.subitem-link,
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu a span.menu-item-label{
	color: var(--text-main_color);
	font-family: var(--text-main_font);
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
	display: block;
	margin: auto;
	margin-left: 0;
	transition: all 0.3s;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu .gc-account-user-submenu a.subitem-link{
	padding-left: 20px!important;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu a span.user-text-name{
	color: var(--text-main_color);
	font-family: var(--text-main_font);
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal; 
	display: block;
	margin: auto;
	margin-left: 0;
	padding-right: 12px; 
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu a svg.svg-icon{
	margin: 0;
	margin-right: 8px;
	transition: all 0.3s;
}
/*
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu a svg.svg-icon.stroke-ico path{
  stroke="#080015";
  transition: all 0.5s;
}*/
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu .submenu {
    opacity: 0; /* Начальная прозрачность */
    transition: opacity 0.3s ease; /* Добавляем переход с плавным изменением прозрачности */
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu .submenu.shown {
    opacity: 1; /* Прозрачность при отображении */
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu ul.submenu{
	padding: 0;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu ul.gc-account-user-submenu{
	padding: 4px 26px;
}
/*прямая ссылка на курс*/
/*
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li.menu-item-directToTrening.trening862894419 {
    padding: 5px 0 0 27px;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li.menu-item-directToTrening.trening862894419 a.subitem-link {
    font-weight: 500;
}
*/
/*поп-апп уведомления*/
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li.menu-item.menu-item-notifications_button_small .submenu a.all-notifications-header-link{
	color: var(--text-main_color);
	font-family: var(--text-main_font);
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}
.gc-account-user-submenu-bar.gc-account-user-submenu-bar-notifications_button_small .header{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.gc-account-user-submenu-bar.gc-account-user-submenu-bar-notifications_button_small .header .mark-viewed-all{
    text-align: left;
    margin: 6px 16px;
    color: var(--text-main_color);
    font-family: var(--text-main_font);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.no-notifications-message {
	min-height: 50px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0px!important;
    color: var(--text-main_color);
    font-family: var(--text-main_font);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.gc-account-leftbar .gc-account-user-submenu-bar.gc-account-user-submenu-bar-notifications_button_small {
    position: absolute;
    top: 138px;
    left: 10px;
    width: 212px;
    height: fit-content;
     max-height: 470px;
    //background: #353536!important;
    z-index: 999;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(30px);
    border-radius: 6px;
   
}
.gc-account-leftbar .gc-account-user-submenu-bar.gc-account-user-submenu-bar-notifications_button_small a.all-notifications-header-link {
	padding: 16px 0 8px 0 !important;
	margin: 0 16px;
	display: flex;
	color: var(--text-main_color);
	font-family: var(--text-main_font);
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	border-bottom: 1px solid #5c5a5a;
	position: relative;
}

.gc-account-leftbar .gc-account-user-submenu-bar.gc-account-user-submenu-bar-notifications_button_small a.notification-group {
	background-color: #353536!important;
	padding: 16px 0!important;
	margin: 0 16px;
	display: flex;
	border-top: 1px solid #5c5a5a;
}
.gc-account-leftbar .notification-group.notification-click-area.notification-status-viewed div.content .notification-group-link,
.gc-account-leftbar .notification-group.notification-click-area.notification-status-viewed div.content span{
  color: #b1b1b1!important;
}
.gc-account-leftbar .gc-account-user-submenu-bar.gc-account-user-submenu-bar-notifications_button_small a .user-image{
	margin:0
}
.gc-account-leftbar .gc-account-user-submenu-bar.gc-account-user-submenu-bar-notifications_button_small a img.user-profile-image.user-default-profile-image {
    width: 16px;
	display: none;
}
.gc-account-leftbar .gc-account-user-submenu-bar.gc-account-user-submenu-bar-notifications_button_small a div.content{
	width: 100%;
	color: var(--text-main_color);
    font-family: var(--text-main_font);
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
}
.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .notification-group .date {
    position: absolute;
    top: 2px;
    left: 0px!important;
    font-family: var(--text-main_font);
  	color: #7B7B7B!important;
  	font-size: 10px;
}
.gc-account-leftbar .gc-account-user-submenu-bar.gc-account-user-submenu-bar-notifications_button_small a div.content .notification-group-link{
    color: var(--text-main_color);
    font-family: var(--text-main_font);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.gc-account-leftbar .gc-account-user-submenu-bar.gc-account-user-submenu-bar-notifications_button_small a div.content .user-name{
    color: var(--text-main_color);
    font-family: var(--text-main_font);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.gc-account-leftbar .gc-account-user-submenu-bar.gc-account-user-submenu-bar-notifications_button_small .notification-group .date{
	font-family: var(--text-main_font);
	color: #7B7B7B!important;
	font-size: 10px;
	margin-right: 0;
}
.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .notification-group.notification-status-viewed .mark-viewed {
    top: 8px;
}
.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .notification-group .mark-viewed {
    position: absolute;
    top: 2px!important;
    right: 0!important;
    color: #7B7B7B!important;
    font-size: 14px!important;
    line-height: 14px!important;
}
.gc-account-leftbar .gc-account-user-submenu-bar-notifications_button_small .header {
    margin-top: 0!important;
    padding: 0!important;
}
.gc-account-leftbar .gc-account-user-submenu-bar.gc-account-user-submenu-bar-notifications_button_small a.all-notifications-header-link:after {
    transition: all 0.3s ease;
    position: absolute;
    top: calc(50% + 4px);
    transform: translateY(-50%);
    right: 0px;
    content: "";
    background: url(https://fs18.getcourse.ru/fileservice/file/download/a/638711/sc/144/h/004fc06f461cc79cee08b49136186c0f.svg);
    background-size: cover;
    width: 6px;
    height: 12px;
    z-index: 1;
    transition: all 0.3s ease;
}
/* Поправка положения нотификации в меню */
.custom-menu .gc-account-leftbar .gc-account-user-menu li .notify-count, .custom-menu .gc-account-leftbar .gc-account-user-submenu li .notify-count {
    background-color: var(--menu-notification-background)!important;
    background: none!important;
    color: var(--menu-notification-color)!important;
    text-align: center!important;
    font-family: var(--text-main_font)!important;
    font-size: 10px!important;
    font-style: normal!important;
    font-weight: 300!important;
    line-height: 10px!important;
}
.gc-account-leftbar .gc-account-user-menu li.menu-item-notifications_button_small .notify-count, .gc-account-leftbar .notify-count.with-label {
    top: unset!important;
    left: unset!important;
    bottom: 8px!important;
    right: 46px!important;
}
.custom-menu .gc-account-leftbar .submenu .gc-account-user-submenu .notify-count {
    right: 20px!important;
    bottom: 6px!important;
}
.menu-item.menu-item-notifications_button_small.selected.sub-open ul{
	display: none;
}
/*иконка админа под пользователем*/
.gc-account-leftbar .sub-icon {
    position: absolute;
    bottom: auto;
    left: 4px;
    width: 28px;
    top: 0;
}
.gc-account-leftbar .sub-icon img.user-profile-image {
    width: 24px;
    height: 24px;
}
/*блок информации о пользователе*/
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li.new-user-info-block{
	padding: 6px;
	text-align: left;
	border-bottom: 1px solid #363636;
	margin: 15px;
	padding-bottom: 15px;
}
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li.new-user-info-block .ava_name-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
 
																										 
					   
}
// #gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li.new-user-info-block img.new-info-avatar {
//     border-radius: 8px;
// }
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li.new-user-info-block .new-info-surname, 
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li.new-user-info-block .new-info-name{
    padding-left: 8px;
    color: var(--text-main_color);
    font-family: var(--text-main_font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 20px;
} 

#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li.new-user-info-block .new-info-email,
#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li.new-user-info-block .new-info-phone {
    grid-area: phone;
		color: var(--text-main_color);
    font-family: var(--text-main_font);
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 142.857% */
		letter-spacing: 0.28px;
    margin-bottom: 2px;
//	padding-left: 24px;
		position: relative;
  	min-height: 12px;
}
																											 
	

/*кнопка Телеграмм-бота на панели меню*/
#gcAccountUserMenu .gc-account-leftbar .tlg-bot {
    padding: 0 16px;
}
#gcAccountUserMenu .gc-account-leftbar a.tlg-bot-btn {
    border: 1px solid;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #E20F7B;
    background: #FDFAF8;
    height: 34px!important;
    color: #E20F7B;
	font-family: var(--text-main_font);
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	position: relative;
		
}

#gcAccountUserMenu .gc-account-leftbar .tlg-bot-btn::before {
	content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2215%22%20viewBox%3D%220%200%2020%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M20%200L0%206.96588L5.62108%208.72404L17.3902%202.40356L7.72898%2010.0148V14.1766L10.8156%2011.3947L16.3112%2015L20%200Z%22%20fill%3D%22%23E20F7B%22/%3E%3C/svg%3E");
	display: inline-block; 
	width: 20px; 
	height: 15px;
	margin-right: 4px;
}

/*вид скрола панели меню*/
.gc-account-user-submenu-bar.gc-account-user-submenu-bar-notifications_button_small::-webkit-scrollbar, 
.gc-account-leftbar::-webkit-scrollbar {
    width: 2px;
}
.gc-account-user-submenu-bar.gc-account-user-submenu-bar-notifications_button_small::-webkit-scrollbar-thumb,
.gc-account-leftbar::-webkit-scrollbar-thumb {
  background-color: #b4b4b4;
}
.gc-account-user-submenu-bar.gc-account-user-submenu-bar-notifications_button_small::-webkit-scrollbar-track,
.gc-account-leftbar::-webkit-scrollbar-track {
  background-color: #353536;
 // border: 1px solid #ccc;
}
.gc-account-user-submenu-bar.gc-account-user-submenu-bar-notifications_button_small::-webkit-scrollbar-button,
.gc-account-leftbar::-webkit-scrollbar-button {
  background-color: #353536;
 // border-radius: 5px;
}

@media (min-width: 769px){
/*сдвиг окна Стиль в настроках и т.д. */
    .modal.in .modal-dialog {
        margin-left: 250px;
        margin-right: 30px;
        width: auto;
    }
    .popover.block-style-popover.bottom.in,
    .with-left-menu .gc-into-main-content{
        left: 256px!important;
        /* margin-left: 236px; */
    }
   
    body:not(.no-custom-margin) .gc-main-content.with-left-menu{
        margin-left: 236px!important;
    }
    .resp-screen.resp-full-window,
    .v-application,
    .v-application .app-bar {
        margin-left: 236px;
    }
    .talks-widget-window{
       left: 236px!important;
	   width: calc(100% - 236px)!important;
    }
    .resp-screen.resp-full-window.full-window-size {
        left: -1px !important;
    }
    
    
}
@media (max-width: 768px){
	#gcAccountUserMenu .gc-account-leftbar, .custom-menu .gc-account-leftbar .gc-account-user-menu, .custom-menu .gc-account-leftbar .toggle-link {
		// background-color: #070709!important;
		// border-top: 1px solid #363636;
        background: linear-gradient(180deg, #256566 0%, #1C3135 100%);
	}
	#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu {
		margin-bottom: 48px;
		margin-bottom: 48px;
		background: var(--background-menu);
		width: 100%;
		height: auto;
	}
	#gcAccountUserMenu .gc-account-leftbar {
		padding-bottom: 48px !important;
	}
    .gc-account-leftbar:not(.expanded) {
		width: 100%!important;
		cursor: pointer;
		height: 45px;
		bottom: 0;
	}
    .gc-main-content.with-left-menu .container {
        margin-left: 6px;
        margin-right: 6px;
    }
    .gc-page-nav-items-menu a.toggler-item {
		display: none;
	}
	#gcAccountUserMenu .gc-account-leftbar .tlg-bot {
		margin-bottom: 88px !important;
	}
	#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li.new-user-info-block .new-info-surname, #gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li.new-user-info-block .new-info-name {
		font-size: 18px;
	}
	#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu a.subitem-link, #gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu a span.menu-item-label,
	#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li.new-user-info-block .new-info-email, #gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li.new-user-info-block .new-info-phone {
		font-size: 13px;
	}
	#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu li.menu-item {
		margin: 8px 0;
	}

	/* .gc-account-leftbar:not(.expanded) { */
		/* width: 94% !important; */
	/* } */
	div.gc-account-leftbar {
		width: 100% !important;
		left: 50%!important;
		height: 52px!important;
		border-radius: 0px;
		transform: translateY(-50%)!important;
		-webkit-transform: translateX(-50%)!important;
		bottom: 0px!important;
  	}
	div.gc-account-leftbar.expanded{
		height: 100%!important;
		transition: all 0.3s ease;
	}

	.gc-account-leftbar a.toggle-link img {
		display:none;
	}
	div.gc-account-leftbar:not(.expanded) a{
		height: 100%;
	}
	div.gc-account-leftbar.expanded a{
		height: 52px !important;
	}
	.gc-account-leftbar a.toggle-link:before{
		content: ""; 
		position: absolute; 
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform:translateY(-50%); 
		background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/870060/sc/101/h/8d9454e93a5559b0fb555e1a110dc592.svg);
		background-repeat: no-repeat; 
		background-size: cover; 
		width: 121px; 
		height: 23px; 
	}
	#gcAccountUserMenu .gc-account-leftbar .tlg-bot-btn::before {
		margin-right: 16px;
	}
	#gcAccountUserMenu .gc-account-leftbar a.tlg-bot-btn {
		height: 40px !important;
		font-size: 14px;
   }
	#gcAccountUserMenu .gc-account-leftbar {
		padding-bottom: 0 !important;
	}
	#gcAccountUserMenu .gc-account-leftbar:after {
		display: none;
	}

	.gc-account-leftbar.expanded .toggle-link {
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
	}
	#gcAccountUserMenu .gc-account-leftbar .gc-account-user-menu {
		margin-bottom: 30px;
		background: var(--background-menu);
		width: 100%;
		height: auto;
	}
    /*поп-апп уведомления*/
    .gc-account-leftbar .gc-account-user-submenu-bar.gc-account-user-submenu-bar-notifications_button_small a.notification-group,
    .gc-account-leftbar .gc-account-user-submenu-bar.gc-account-user-submenu-bar-notifications_button_small a.all-notifications-header-link {
        height: auto!important;
    }
    .gc-account-leftbar .gc-account-user-submenu-bar.gc-account-user-submenu-bar-notifications_button_small {
      width: 94%;
      max-height: 440px;
    }
 
}
  
/* END everyday*/

