

	/* @import url('https://fonts.googleapis.com/css2?family=Montserrat&');

:root {
			
    
    /* фото профиля - радиус скругления и обводка */
	/*.menu-item-profile .menu-item-icon {
    border-radius: 50%;
    border: 3px solid #Cc9444;
    width:64px;
    height:64px;
    overflow: hidden;
}
    
	/*Аватарка*/
	/*	--avatar-width: 65px;
	--avatar-height: 65px;
	--avatar-top: 3px;
	--avatar-bottom: 8px;
	--avatar-radius: 50px;
	--avatar-bdr-width: 2px;
	--avatar-bdr-style: solid;
	--avatar-bdr-color: rgba(204, 148, 68, 1);
			
	
		
	/*Лого*/
	/*	--leftbar-logo-content: '';
	--leftbar-logo: url(https://fs.getcourse.ru/fileservice/file/download/a/305566/sc/9/h/35642d0285baf620c946519f7d64b735.svg);
	--leftbar-logo-width: 50px;
	--leftbar-logo-height: 50px;
	--leftbar-logo-top: 0px;
	--leftbar-logo-bottom: 0px;
	--leftbar-logo-padding: 50px;
}


/*	/*Цветы*/
/*.main-page-block {
        position: relative;
}
    /*верхние*/
/*.main-page-block:before {
        content: '';
        position: absolute;
        background: url(https://fs.getcourse.ru/fileservice/file/download/a/305566/sc/418/h/979ceeeaedd93fd859ad8c44499bac54.png);
        width: 100%;
       height: 400px;
        background-size: cover;
     
        top: -15px;
       transform: scale(1, -1);
}

/*нижние*/
/*.main-page-block:after {
    content: '';
    position: absolute;
    background: url(https://cdn.accelonline.io/C0PcKu2FskWHmOGEw57-Kg/images/6L8vjC9MTkmfhaka2Ytj1w.png);
    width: 300px;
    height: 300px;
    background-size: cover;
    bottom: 0;
    left: -20px;
    transform: scale(-1, -1);
    z-index: -1;
}

<style>


/*ОТ ЕЖОВА РОЖКИ НАЧАЛО*/
/* Скругляем аватарку в боковом меню */
.menu-item.menu-item-profile .menu-item-icon {
    border-radius: 50%;
}

/* Задаем размер и обводку аватарки */
.menu-item.menu-item-profile img {
    border: 2px solid #fcfcfc;
    width: 68px;
    height: 68px;
}

/* Опускаем аватарку ниже, чтобы освободить место для “кокошника” */
.menu-item.menu-item-profile {
    padding-top: 36px !important;
    position: relative;
}

/* Добавляем изображение рожек/кокошника через псевдоэлемент */
.menu-item.menu-item-profile:after {
    content: '';
    background: url(https://fs.getcourse.ru/fileservice/file/download/a/132412/sc/41/h/50a1283178c40f71fdd4c55a6a211885.png);
    display: block;
    top: -1px;
    left: -5px;
    width: 84px;
    height: 78px;
    position: absolute;
    z-index: 5;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

/* Размер аватарки в режиме сублогина */
.sub-icon img.user-profile-image {
    width: 30px !important;
    height: 30px !important;
}

/*ОТ ЕЖОВА РОЖКИ КОНЕЦ*/

/* ------------- 
content start - glowing_garland
------------- */

/* Контейнер гирлянды по всей ширине сверху */
#garland {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("https://www.expertplus.ru/UserFiles/Image/content/new_year/04_1.png");
    height: 36px;
    width: 100%;
    overflow: hidden;
    z-index: 99;
}

/* Внутренний блок с цифрами-состояниями */
#nums_1 {
    padding: 100px;
}

/* Состояние 1 гирлянды */
.garland_1 {
    background-position: 0 0;
}

/* Состояние 2 гирлянды */
.garland_2 {
    background-position: 0 -36px;
}

/* Состояние 3 гирлянды */
.garland_3 {
    background-position: 0 -72px;
}

/* Состояние 4 гирлянды */
.garland_4 {
    background-position: 0 -108px;
}

/* ------------- 
content finish - glowing_garland
------------- */
