

@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');


/*задаем цвет всему фону*/
.isTrainingsPage {
	background:#2D2D2D;
	  }

.isTrainingsPage .page-header>h1,
.isLessonPage .page-header>h1 {
	font-family: 'Forum', sans-serif;
    color: #FFFFFF;
}

.isEditorPage {
background-color: white;
}


/*задаем шрифт левого меню*/
.gc-account-user-submenu-bar .gc-account-user-submenu li a {
	font-family: 'Inter', sans-serif;
}

/*отключаем подчеркивание под названием модуля*/
.content-menu {
  border-bottom: 0px;
}

/* ------------- 
content start - lessonsPage
------------- */

/*оформление шапки урока*/
.isLessonPage .lesson-header-block.row-section,
.lesson-title {
    background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/17514/sc/166/h/d83c96a6a1907374c9a856be1584ebf8.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
	border: 0px !important;
    border-radius:15px;
    padding-bottom: 10px !important;
    height: auto;
     }

.isLessonPage h2.lesson-title-value,
body>.lesson-title h2 {
	color: #FFFFFF;
    font-family: 'Forum', sans-serif;
    font-weight: 600;
    margin-top: 35px;
    position: relative;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
}

body>.lesson-title h2 {
	padding-top: 5px;
    padding-bottom: 15px;
}

.isLessonPage .row.header-view {
	margin-left: 0px !important; 
}

/*скрываем надписи названий предыдущий и следующий урок*/
.isLessonPage .text-center.hidden-xs, .hidden-xs {
	display: none;
}

/*Оформление кнопок Предыдущий и следующий урок*/

.isLessonPage .row:nth-child(2) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) a {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
	color: #787878;
    font-size: 13px;
    padding-left: 48px;
    background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/17514/sc/385/h/a59aa15afb98f3205b6c959ba3f6ddac.png");
    background-size: cover;
    height: 40px;
	width: 180px;
    padding-top: 11px;
}

/*смена цвета при наведении на кнопки Предыдущий урок*/
.isLessonPage .row:nth-child(2) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) a:hover {
	color:#FFFFFF;
    background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/17514/sc/192/h/d0aa7301666e1ee4539b9c38dec9b701.png");
    background-size: cover;
}


.isLessonPage .text-right a,
body>.lesson-title+style+div[style="flex-grow: 1; text-align: right; padding-right: 10px; padding-bottom: 10px;"] {

    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
	color: #787878;
    font-size: 13px;
    height: 40px;
    width: 180px;
    background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/17514/sc/257/h/f39ca6e2e6c96841f2c3fb5084ec59a6.png");
    background-size: cover;
    margin-left: 20px;
    padding-right: 48px;
    padding-top: 11px;
}

/*смена цвета при наведении на кнопки Cледующий урок*/
.isLessonPage .text-right a:hover {
    background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/17514/sc/136/h/8202df3d4304c6a7137610c9c7b7a6eb.png");
    background-size: cover;
    color:#FFFFFF;
}

.isLessonPage .row.lesson-navigation {
	padding-bottom: 20px !important;
    padding-top: 20px !important;
    margin-right: 10px;
    margin-left: 10px;
    }


/*оформление поля домашнего задания*/
.isLessonPage .lesson-mission-wrapper {
    background-color: #F0F0F0; 
    border: 1px solid #b89166;
    margin-top: 0px;
	padding-top: 0px;
    border-radius:15px;
    padding: 2px;
  }

.isLessonPage .answer-form {
	background-color: #F0F0F0; 
     border-radius: 0px 0px 10px 10px;
}

.isLessonPage .lt-lesson-mission-block .btn.btn-send-answer.btn-primary.btn-lg  {
 background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/17514/sc/192/h/70754c22108f8effd1561ca61a2ef74e.png");
 background-size: cover;
 border-radius: 4px;
 color: #FFFFFF;
 font-weight: 400;    
}

.isLessonPage .btn-primary:hover, .btn.btn-send-answer.btn-primary.btn-lg {
 background-color: #be9666;
 border-color: #be9666;    
	
}

.isLessonPage .lt-lesson-mission-block .btn-save-draft   {
	background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/16825/sc/242/h/853bd9536bb1fb10be58879ab35a6bc4.png");
 	background-size: cover;
    color: #FFFFFF;
    padding: 10px 16px;
	font-size: 16px;
	border-radius: 4px;
    line-height: 1.3333333333;
  
}

.isLessonPage .lesson-mission-text {
  border-bottom: 0px;
}

.answer-textarea-container {
placeholder="Ваш комментарий к заданию"
}

.isLessonPage .lt-lesson-mission-block h3:before {content:"\e233"; font-family: 'Glyphicons Halflings'; font-size: 28px; margin-right: .25em; color: #b89166;}
.addfield > label { font-size: 16px;}

@media (max-width: 900px) and (min-width:800px) {

.isLessonPage .lesson-header-block.row-section {
    width: 690px;
    }  
    
.isLessonPage .lesson-mission-wrapper {
    margin-right: 20px;
    }    

}


@media (max-width:510px) {

.isLessonPage .row.lesson-navigation {
   	margin-left: 0px !important;
    margin-top: 10px;
   }
    
    
.isLessonPage .row:nth-child(2) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) a {
    	font-size: 10px;
   	 	height: 30px;
    	width: 125px;
        padding-left: 25px;
        padding-top: 7px;
        background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/16825/sc/236/h/5fa2f38d701c03820f62af6bf93a19eb.png");
     	   	
    }
    
.isLessonPage .row:nth-child(2) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) a:hover {
    background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/16825/sc/76/h/797999e7e793b7ba0b40f3d646329c24.png");
    }
    
    
.isLessonPage .text-right a {
   	    font-size: 10px;
   	 	height: 30px;
    	width: 125px;
        padding-right: 28px;
        padding-top: 7px;
        background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/16825/sc/102/h/f85998739196a1809d4ab0131b3caae4.png");
    	
    }
    
.isLessonPage .text-right a:hover {
    background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/16825/sc/166/h/64d9e856b32759db0d9b742c25d89a7b.png");
    }
    
.isLessonPage h2.lesson-title-value {
   margin-top: 0px;
   padding-bottom: 20px; 
   font-size: 28px; 
    }   
    
.isLessonPage .isLessonPage .row.header-view,
.row.header-view {
    margin-right: 0px;
    }  
    
.isLessonPage .lt-lesson-mission-block .btn.btn-send-answer.btn-primary.btn-lg {
    margin-bottom: 15px;
    }    
    
.isLessonPage .lt-lesson-mission-block .btn-save-draft {
    margin-left: 0px;
    }    
}

@media (max-width:360px) {
    
.isLessonPage .row.lesson-navigation {
	margin-right: 0px;
}
    
}
/* ------------- 
content finish - lessonsPage
------------- */

/* ------------- 
content start - TrainingPage
------------- */

/*смена цвета меню у админов*/

.isTrainingsPage .page-menu li a {
	color: #BE965D !important;

}

.isTrainingsPage .page-menu li.active {
   background: #BE965D !important;
	
}

.isTrainingsPage .page-menu li.active a {
    color: white !important;
}

/*задаем фон под надписью названия тренинга*/
.isTrainingsPage .page-header h1 {
	font-family: 'Forum', sans-serif;
    color: #FFFFFF;
    background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/17514/sc/375/h/b7d0a1ad8e31e81ca9b4db7b5923ad6d.png");
  	background-size: cover;
 	background-repeat: no-repeat;
    border-radius:15px;
  	box-shadow:0 0 1px 1px #BE965D;
    height: 195px;
	width: 83%;
    padding-top: 110px;
    text-align: left;
    margin-right: 0px;
    padding-left: 55px;
}

/*задаем надпись Раздел над названием тренинга*/
.isTrainingsPage .page-header h1::after {
    content: ' ';
	background: url("https://fs.getcourse.ru/fileservice/file/download/a/17514/sc/350/h/ae11d9bbede73a79cf9edd248932c554.png");
    background-size: contain;
    display: block;
    width: 147px;
    height: 47px;
    left: 70px;
    top: 180px;
    position: absolute;
    
}

/*задаем отступ сверху для чатиума*/

.chatium_body {
padding: 15px!important;
}

/* снимаем стандартные стили от ГК */

.lesson-list  {
    background: transparent !important;
    margin: 0px;
   
}

.lesson-list a {
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    position: relative;
    display: block!important;
    padding: 30px 35px;
    background: none;
    text-align: center;
}

/*отключаем значок стрелки на цветном блоке с дз; картинку урока*/
.lesson-list li .state-icon-block,
.lesson-list li td.item-image,
.lesson-list li.divider,
.lesson-list .user-state-not_reached .user-state-label,
.lesson-list .user-state-label.user-state-label-ex,
.lesson-list .user-state-label,
.lesson-list .user-state-label.has-start-at.lesson-date {
    display: none !important;
}


.lesson-list li .item-main-td .vmiddle {
    padding-right: 0;
}

.lesson-list .item-main-td .description {
    display: none;
}

.lesson-list li .title {
    margin-right: 0px!important;
}

.lesson-list li.first-unreached {
    margin-top: auto;
}

.isLessonPage .lesson-list li table {
    min-width: unset;
}

/*отключаем цветную полоску про дз справа*/
.lesson-list .user-state-bg,
.lesson-list li.user-state-not_reached .info{
    background: transparent;
}

/*стилизуем уроки*/
.lesson-list {
    display:grid;
	grid-template-columns:repeat(3,1fr);
    padding-top: 26px;
    /*gap: 20px;*/
 }

.lesson-list li {
   	background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/17514/sc/336/h/740f73752dbfe32a2eed6ea12de348de.png");
  	background-size: cover;
 	background-repeat: no-repeat;
    border-radius:15px !important;
  	box-shadow:0 0 1px 1px #BE965D;
 	transition:all 0.5s;
    overflow: visible;
   	margin: 10px !important;
     
}

.isTrainingsPage .lesson-list li table {
    min-width: unset;
}


/*стили названия урока*/
.lesson-list li .link.title {
    font-family: 'Forum', sans-serif;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: start;
    text-align: left;
    font-weight: 400;
    font-size: 25px;
    line-height: 20px;
    min-height: 60px;
    justify-content: space-between;
    color: #FFFFFF !important;
    padding-bottom: 16px;
    margin-right: 0px;
}


/*если будет описание уроков*/
.lesson-list .description {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #98988D;
  opacity: 0.7;
  width: 100%;
}

.lesson-list li .info .item-main-td::before {
    content: "Урок ";
    font-family: 'Inter', sans-serif;
    color: #FFFFFF;
    position: relative;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    display: inline-block;
    background: #705e49;
    width: 30%;
    border-radius: 3px;
    margin-bottom: 12px;
    right: 90px;
        
}

/*откючаем надпись о просмотре урока*/
.lesson-list_watched .lesson-list__video-watched {
  display: none;
}

.lesson-description-value {
	color:#FFFFFF;
}

/*стилизуем надпись дата открытия урока*/

.lesson-list .lesson-head {
    display: flex;
    justify-content: space-between;
}

.lesson-list .lesson_info_open {
    font-size: 12px;
    font-family: 'Inter','FontAwesome';
	font-weight: 300;
    color: #b69166;
    line-height: 19px;
    text-align: right;
    width: 138px;
}

.lesson-list .lesson_info_open > div {
    margin-bottom: 8px;
}

/* добавляем только про empty, ширину правите самостоятельно */

.lesson-list .lesson_info_open .lesson-date-format:empty,
.lesson-list .lesson_info_open .lesson-time-format:empty {
    display: none!important;
}


/* устанавливаем картинку календарь*/

.lesson-list .lesson_info_open .lesson-date-format::before {
    content: '';
    background: url("https://fs.getcourse.ru/fileservice/file/download/a/17514/sc/166/h/46a5a58fb6407d543d39d7496dc69e5a.png") no-repeat;
    background-size: 20px 20px;
    height: 20px;
   	width: 20px;
	position: absolute;
	right: 80px;
    margin-bottom: 5px;
  }


/*устанавливаем картинку часы*/
.lesson-list .lesson_info_open .lesson-time-format::before {
    content: '';
    background: url("https://fs.getcourse.ru/fileservice/file/download/a/17514/sc/383/h/ceb90da2c4ecdd809e90411b72dddb88.png") no-repeat;
    background-size: 20px 20px;
    background-position: left;
	height: 20px;
    width: 20px;
	position: absolute;
	right: 80px;
}

.lesson-list li .info {
    margin-left: 0 !important;
    border-left: none!important;
    background: transparent !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/*стилизуем надписи о статусе дз*/

.lesson-list li.user-state-accomplished .info::after {
  	content: 'ПРИНЯТО';
    background: url("https://fs.getcourse.ru/fileservice/file/download/a/17514/sc/80/h/f7e41883187b9a473217f94c5bf84e59.png") no-repeat;
 	background-size: contain;
   	height: 20px;
    width: 100%;
 	display: block;
    font-family: 'Inter','FontAwesome';
	font-size: 10px;
    font-weight: 300;
    margin-top: auto;
    color: #b69166;
    padding-left: 25px;
    padding-top: 6px;
    
}

.lesson-list li.user-state-answered .info::after {
  	content: 'НА ПРОВЕРКЕ';
    background: url("https://fs.getcourse.ru/fileservice/file/download/a/17514/sc/420/h/93eeb1c2435b8c36e3ec7c41bbcaeb3c.png") no-repeat;
 	background-size: contain;
   	height: 20px;
    display: block;
    font-family: 'Inter','FontAwesome';
	font-size: 10px;
    font-weight: 300;
    margin-top: auto;
    color: #b69166;
    width: 100%;
    text-align: left;
    padding-left: 25px;
    padding-top: 6px;
    
}

.lesson-list li.user-state-not_reached .info::after,
.lesson-list li.user-state-not_reached.first-unreached .info::after {
  	content: 'НЕДОСТУПЕН';
    background: url("https://fs.getcourse.ru/fileservice/file/download/a/17514/sc/255/h/5ea52b1f2e0e6d5d82980c86d75f95da.png") no-repeat;
 	background-size: contain;
   	height: 20px;
    display: block;
    font-family: 'Inter','FontAwesome';
	font-size: 10px;
    font-weight: 300;
    margin-top: auto;
    color: #776248;
    width: 100%;
    text-align: left;
    padding-left: 25px;
    padding-top: 6px;
    
}
.lesson-list li.user-state-reached .info::after {
  	content: 'ДОСТУПЕН';
    background: url("https://fs.getcourse.ru/fileservice/file/download/a/17514/sc/106/h/7083f99206d01b84f6868d53bddc80b0.png") no-repeat;
 	background-size: contain;
   	height: 20px;
    display: block;
    font-family: 'Inter','FontAwesome';
	font-size: 10px;
    font-weight: 300;
    margin-top: auto;
    padding-left: 25px;
    color: #b69166;
    width: auto;
    text-align: left;
    padding-top: 6px;  
}

.lesson-list li.user-state-has_mission .info::after {
  	content: 'ЕСТЬ ЗАДАНИЕ';
    background: url("https://fs.getcourse.ru/fileservice/file/download/a/17514/sc/275/h/863a250950fad6fe2ccb32bb6fa64c30.png") no-repeat;
 	background-size: contain;
   	height: 20px;
    display: block;
    font-family: 'Inter','FontAwesome';
	font-size: 10px;
    font-weight: 300;
    margin-top: auto;
    padding-left: 25px;
    color: #b69166;
    width: auto;
    text-align: left;
    padding-top: 6px;   
    
}

.lesson-list li.user-state-need_accomplish .info::after {
  	content: 'СТОП-УРОК';
    background: url("https://fs.getcourse.ru/fileservice/file/download/a/17514/sc/210/h/a4ea3dc862dcb641767d955a19929f3f.png") no-repeat;
 	background-size: contain;
   	height: 20px;
    display: block;
   	font-family: 'Inter','FontAwesome';
	font-size: 10px;
    font-weight: 300;
    margin-top: auto;
    color: #b69166;
    width: 100%;
    text-align: left;
    padding-left: 25px;
    padding-top: 6px;
    
}

/*делаем стрелочку в углу и анимацию*/

.lesson-list li:not(.user-state-not_reached)  a:after {
    content: "";
    background: url("https://fs.getcourse.ru/fileservice/file/download/a/17514/sc/375/h/ed2633b1f1bbf973b4db3cd2ec9f3e11.png");
    background-size: contain;
    display: block;
    width: 12px;
    height: 12px;
    right: 20px; 
    bottom: 20px;
    position: absolute;
    transition: background-image 0.3s ease-in-out;
 }

.lesson-list li:not(.user-state-not_reached) a::before {
  content: ' ';
  background: #b69166;
  width: 150%;
  height: 150%;
  position: absolute;
  right: 0;
  bottom: 0;
  clip-path: circle(0% at 100% 100%);
  transition: clip-path 0.4s linear;
  border-radius: 15px;
}

.lesson-list li:not(.user-state-not_reached) a:hover::before {
  clip-path: circle(20% at 100% 100%);
}


.lesson-list li:not(.user-state-not_reached)  a:hover:after {
  background: url("https://fs.getcourse.ru/fileservice/file/download/a/524628/sc/187/h/ded34f88b37af9704d01303a22fec417.png");
}



@media (max-width: 1020px) {
    
.lesson-list {
      grid-template-columns:repeat(2,1fr);
    }

.lesson-list li .vmiddle {
        margin-left: 0px !important;
    }

.lesson-list li .info::after {
    font-size: 15px;
  }

.isTrainingsPage .page-header h1 {
	 width: 100% !important; 
     padding-left: 35px;
    } 
    
.isTrainingsPage .page-header h1::after {
    left: 50px;
    }   
    
.lesson-list a {
    padding: 25px 30px;
    }    
.xdget-block.xdget-container.xdget-common-container.xdget-visible-to-bg-.xdget-col.col-gc-10.col-md-10 {
    padding-right: 0px;
    padding-left: 0px;
}    
}
@media(max-width:768px) {
	
.stream-table tr {
    margin-right: 0;
}
    
.xdget-block.xdget-container.xdget-common-container.xdget-visible-to-bg-.xdget-col.col-gc-9.col-md-9 {
    padding-right: 0px;
}
    
.xdget-block.xdget-container.xdget-common-container.xdget-visible-to-bg-.xdget-col.col-gc-10.col-md-10 {
    padding-right: 0px;
    padding-left: 0px;
}    
    
}

@media (max-width:610px) and (min-width:577px) {
    
  .lesson-list li .info .item-main-td::before {
    right: 70px;
    }
    
.xdget-block.xdget-container.xdget-common-container.xdget-visible-to-bg-.xdget-col.col-gc-10.col-md-10 {
    padding-right: 0px;
    padding-left: 0px;
}
}

@media (max-width: 576px) {

  .lesson-list {
    grid-template-columns: repeat(1,1fr);
  }

 .isTrainingsPage .page-header h1 {
	 width: 100% !important; 
     padding-left: 30px;
     /*padding-top: 90px;*/
    } 
    
.isTrainingsPage .page-header h1::after {    
  	width: 135px;
	height: 40px;
	left: 40px;
	top: 160px;
	background-repeat: no-repeat; 
 	}
}

@media (max-width:430px) and (min-width:428px) {
    
 .lesson-list li .info .item-main-td::before {
 	right: 112px;   
    }
    
}

@media (max-width:427px) and (min-width:414px) {
    
 .lesson-list li .info .item-main-td::before {
 	right: 108px;   
    }
    
}


@media (max-width:410px) and (min-width:389px) {
    
 .lesson-list li .info .item-main-td::before {
 	right: 100px;   
    }
    
}

@media (max-width:413px) and (min-width:411px) {
    
 .lesson-list li .info .item-main-td::before {
 	right: 105px;   
    }
    
}

/*ОФОРМЛЕНИЕ ТРЕНИНГОВ*/

/* Убираем ненужный отступ */
.stream-table { 
  	margin-left:0!important;
    margin-bottom: 0px;
}

.xdget-block.xdget-container.xdget-common-container.xdget-visible-to-bg-.xdget-col.col-gc-9.col-md-9 {
	padding-right: 0px;
}

/* Задаем флекс таблице с карточками */
.stream-table tbody {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap: 20px;
  
}

/* Настраиваем оболочку карточек */
.stream-table tbody tr {
  position:relative;
  border-radius:15px;
  box-shadow:0 0 1px 1px #BE965D;
  overflow:hidden;
  transition:all 0.5s;
  background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/17514/sc/83/h/a63b15a8378e61e1b65a13134f042f4d.png");
  background-size: cover;
  background-repeat: no-repeat;
    
}

.stream-table tr td {
    padding: 0px;
    text-align: center !important;
    display: inline;
}

.stream-table tr a:after {
    content: "";
    background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/16825/sc/163/h/3e0e8c2c71696355106cf98c88cda6d6.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 66px;
    width: 180px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    padding: 14px;
    position: absolute;
    bottom:45px;
    left:50% !important;
	transform:translate(-50%,0%);

    }


.stream-table tr a {
    padding: 30px;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
    position: relative;
}

.stream-table .stream-title {
     color: #FFFFFF; 
 	font-family: 'Forum', sans-serif;
     display: block;
}

.stream-table tr td:hover {
    background:none !important; 
}

/*настраиваем кликабельность карточек*/

.stream-table tr a {
	height: 100%;
    width:100%;
}

/* Настраиваем описание где сколько уроков */
.stream-table tbody tr td div {
	font-family: 'Inter', sans-serif;
    color: #FFFFFF;
}

/* данные пользователя */

.information-block-user {
    background: #292929;
    border: 2px solid #705e49;
    border-radius: 15px;
    padding: 24px;
    
}


.information-block-user .user_info__header {
    margin-bottom: 0px;
    
  }

.information-block-user .user_info__name {
    line-height: 24px;
    margin-bottom: 0px;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    padding-top: 10px;
   
 }


.information-block-user .user_info__email {
   	margin-top: 8px;
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    
} 

.user-avatar {
  	border-radius:50%;
	object-fit: contain;
	object-position: center;
    max-width: 104px !important;
    max-height: 104px !important;
}    
    
.information-block-user .user_info .fa {
    margin-right: 12px;
    font-weight:bold;
}

.information-block-user a.user_info__edit {
    font-weight: 400;
    line-height: 19px;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/17514/sc/421/h/cf7b0075aa93c7abac11dcd8bf79a1a8.png");
    background-size: cover;
    border-radius: 4px;
    padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 28px;
	padding-right: 28px;
    margin-top: 10px;
}

/*расположение кнопок чата и техподдержки*/
.xdget-block.xdget-image.btn-chat,
.xdget-block.xdget-image {
	margin-left: 26px;
}


/* поведение при наведении */

.information-block-user .user_info__header img {
          transition: all 0.5s ease;
} 


/* Адаптируем карточки под разные разрешения */

 
@media (max-width:820px) {

 
.stream-table tbody {
 	justify-content: normal; 
    grid-template-columns:repeat(2,1fr);
 }
    
    
.information-block-user {
    width: 328px;
    margin-top: 20px !important;
    margin-left: 0px !important;
    }
    
.header_modul {
    width: 650px !important;
   	margin-bottom: 0px;
    height: 170px !important;
    }
 
.header_modul > h3 {
  padding-top: 35px;
  font-size: 48px;
}    

 

.xdget-block.xdget-container.xdget-common-container.xdget-visible-to-bg-.xdget-col.col-gc-3.col-md-3,
.xdget-block.xdget-container.xdget-common-container.xdget-col.col-gc-3.col-md-3 {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
}

.xdget-block.xdget-image.btn-chat {
    margin-top: 10px !important;
    }  
}

@media (max-width:610px) and (min-width:577px) {
    .isTrainingsPage .page-header h1::after {
    top: 150px;
    }
 
.gc-main-content.with-left-menu .container {
    margin-right: 20px; 
    }
    
 .stream-table tr a {
    padding-left: 15px;
    padding-right: 15px;    
    }   
}


@media (max-width:576px) {

.stream-table tbody {
    grid-template-columns: repeat(1,1fr);
     
   }
    
 .header_modul {
     width: auto !important;
     height: 80px !important;
     margin-bottom: 15px;
  }
    
.header_modul>h3 {    
	padding-top: 20px;
	font-size: 26px;
    }
    
    
.stream-table tr {
	margin-right: 15px;  
    }
    
.xdget-block.xdget-image.btn-chat,
.xdget-block.xdget-image {    
    margin-left: 45px;
    }
    
.information-block-user {
   margin-left: 0px !important;
   margin-top: 20px !important; 
    }    
    

}

@media (max-width:428px) {

.xdget-block.xdget-image.btn-chat,
.xdget-block.xdget-image {    
    margin-left: 65px;
  }   
  
}


@media (max-width:400px) {
    
.xdget-block.xdget-image.btn-chat,
.xdget-block.xdget-image {    
    margin-left: 50px;
    }   

}

@media (max-width:389px) and (min-width:373px) {
    
.xdget-block.xdget-image.btn-chat,
.xdget-block.xdget-image {    
    margin-left: 45px;
    }  
    
}

@media (max-width:370px) and (min-width:360px) {

.xdget-block.xdget-image.btn-chat,
.xdget-block.xdget-image {    
    margin-left: 35px;
    }   

    
.isTrainingsPage .page-header h1 {
    	font-size: 30px;
    }
    
    
}

/* ------------- 
content finish - TrainingPage
------------- */
