

.page-header h1 { 
  font-family: 'Montserrat-Regular';  
   color:#445871; 
} 
.lt-lesson-comment-block .simple-answer .emoji-textarea {
	padding-right: 0px;
}


hr {
	border-color: #445871!important; width:97%; border: 3px solid;
}

/* Форма отправки задания - отступ сверху */ 
.lt-lesson-mission-block { 
	margin-top: 20px; 
} 
.lt-lesson-mission-block .container { 
	padding: 0 !important; 
} 
/* Форма отправки задания - надпись "Задание" */ 
.lt-lesson-mission-block h3 { 
	 font-weight:normal!important;
	font-size: 26px; 
	text-align: center; 
	color: #fff; 
	padding: 10px; 
	background:#445871; 
 
	  
	/* закругление границы сверху */ 
	border-radius: 10px 10px 0 0; 
} 
.lesson-mission-text {
	border-bottom: 0px solid #eee;
}
/* Контейнер с текстом задания и формой отправки задания - граница, скругление */ 
.lt-lesson-mission-block .lesson-mission-wrapper { 
	margin-top: -1px; 
	background-color: #fff; 
	/* закругление границы снизу */ 
	 overflow: hidden; 
} 
/* Форма отправки задания - фон, граница */ 
.lt-lesson-mission-block .answer-form { 
	background-color:  #fff; 
	border-top: 0px solid #C0D7FF; 
	position: relative; 
} 

/* Форма отправки задания - Свой ответ пользователя */ 
.self-answers .user-answer { 
	background: #f2eee6; 
} 
/* Изображение профиля в форме, ответах и комментариях */ 
.user-profile-image { 
	border-radius: 100px; 
	border: 2px solid #edf4fe!important; 
	overflow: hidden;     
} 
/* Форма отправки задания - кнопка "Добавить файлы" */ 
.field-lessonanswer-answer_text .uploadifive-button { 
  margin-top:10px;  
  background: #EAEDF2; 
	border-radius: 3px; 
	font-weight: 600; 
  color:#181818
} 
/* Форма отправки задания - кнопка "Отправить ответ",  
кнопка "Отправить ответ из черновика", 
кнопка "Отправить" для отправки комментария к ответу */ 
.lt-lesson-mission-block .btn-send-answer, 
.lt-lesson-mission-block .btn-primary.btn-lg, 
.lt-lesson-mission-block .btn-primary.btn-send { 
	background-color: #445871; 
   border: none!important;
color:white; border-radius: 9px; padding: 20px; font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px; transition: all .3s; 
} 
/* Форма отправки задания - кнопка "Сохранить черновик" */ 
.lt-lesson-mission-block .btn-save-draft { 
	font-size: 14px !important; 
	font-weight: 500 !important; 
	padding: 10px; 
	color: #445871 !important; 
	transition: all .3s; 
} 
/* Форма отправки задания - эффект при наведении на кнопки */ 
.lt-lesson-mission-block .btn-send-answer:hover, 
.lt-lesson-mission-block .btn-primary.btn-lg:hover, 
.lt-lesson-mission-block .start-btn.btn-restart:hover, 
.lt-lesson-mission-block .btn-primary.btn-send:hover { 
  background:#F44444!important; 
  
} 
/* Форма отправки задания - кнопка "Начать тест" */ 
.lt-lesson-mission-block .start-btn.btn-restart { 
	background: #edf4fe!important; 
	font-size: 16px !important; 
	font-weight: 300; 
	border-radius: 5px; 
	transition: all .3s; 
  color:white;
} 
/* Форма отправки задания - комментарий к ответу */ 
.lesson-answer-comment { 
	background: transparent; 
} 
@media (max-width: 482px) { 
	.lt-lesson-mission-block .btn-save-draft { 
		border: none; 
		padding: 10px 5px; 
		font-size: 14px !important; 
	} 
} 


.breadcrumb a {color: #445871!important; font-weight:bold}

.page-header h1 a {color:#445871!important}





/* Оформляем видео - граница, радиус скругления */ 
.clearfix.videoWrapper iframe,  
.vhi-root iframe { 
	   border-radius: 10px; 
} 
.f-btn{  background-color: #445871!important; 
   border: none!important;
color:white!important; border-radius: 9px!important; padding: 20px; font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px; transition: all .3s;  } 

.f-btn:hover{ background:#F44444!important;  text-decoration:none;} 

.lt-lesson-comment-block .simple-answer {
	background: #fff;
  border: 0px solid #edf4fe!important;}
.user-profile-image, .lt-lesson-comment-block .simple-answer .user-image img  {
	border-radius: 100px;
	border: 2px solid #edf4fe;
	overflow: hidden;
}

.lt-block.lt-lesson-files .lt-block-wrapper {
	padding-bottom:0;
}

.lt-block.lt-lesson-files .files-row .col-md-12 {
	padding: 0;
}

.lt-block.lt-lesson-files .table {
	margin-bottom: 0 !important;
}

.lt-block.lt-lesson-files .table tbody {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}

.lt-block .table.files-table tr {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	align-items: center;
	
	flex: 1 1 45%;
 
	position: relative; 
	margin: 0 10px 15px;
	padding: 15px;
	
	width: inherit;
	background: white;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	
	overflow: hidden !important;
	transition: all .3s;
}

.lt-block .table.files-table tr:hover {
	cursor: pointer;
	transform: translatey(-5px);
}

.lt-block .table.files-table td {
	display: block;
	border:none;
	padding:10px 10px !important;
}

.lt-block .table.files-table tr td:nth-child(1) {
	flex: 1 1 80px;
	max-width: 80px;
}

.lt-block .table.files-table tr td:nth-child(2) {
	flex: 1 1 90px;
}

.lt-block .table.files-table tr td:nth-child(3) {
	flex: 1 1 calc(100% - 180px);
}

.lt-block .table.files-table tr td:nth-child(1) {
	position: relative;
 
	width: 80px !important;
	height: 80px !important;
	display: block;
	
	background:#445773;
	border-radius: 100px;
	
	overflow: hidden;
}

.lt-block .table.files-table tr td:nth-child(1)::before {
	content: url(https://fs.getcourse.ru/fileservice/file/download/a/754384/sc/35/h/9023d30e434aa94849a218d3a113ca94.png);
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translateX(-50%) translatey(-50%);
	
	height: 22px;
}

.lt-block .table.files-table tr td:nth-child(1) div {
	display: none;
}

.lt-block .table.files-table tr td:nth-child(2) {
	vertical-align: middle;
	position: relative;
	
	font-family:  var(--main-font);
	font-weight: 300;
	font-size: 14px;
	line-height: 1.2;
	color: #181818;
	
	text-align: center;
}

.lt-block .table.files-table tr td:nth-child(3) {
	vertical-align: middle;
	padding-left:20px;
}

.lt-block .table.files-table tr td:nth-child(3) a {
	display: block;
	
	font-family:  var(--main-font);
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	color: #181818;
	word-break: break-all;
	
	text-decoration: none !important;
	transition: all .2s;
}

.lt-block .table.files-table tr td:nth-child(3) a:hover {
	color: #313131;
	text-decoration: none !important;
}

@media (max-width:767px) {
	.lt-block .table.files-table tr {
		flex: 1 1 100%;
		max-width: 100%;
		padding: 15px;
		
		justify-content: center;
	}
	
	.lt-block .table.files-table td {
		flex: 1 1 100% !important;
		
		padding: 5px !important;
		text-align: center !important;
	}
	.lt-block .table.files-table tr td:nth-child(2) {
		display: block;
		vertical-align: top;
		padding-top: 15px;
		width: inherit !important;
		opacity: .5;
		text-align: left;
	}

	.table.files-table tr td:nth-child(3) a {
		word-break: break-word;
	}
}
 
.user-answer.status-viewed .answer-status .answer-status-label {
	background: #C0D7FF;
	color: #181818;
}
.lt-lesson-comment-block .lesson-answers-title {
	width: 100%;
	padding: 10px 20px;
	color: white!important;
	background:#445871;
	border-radius: 8px ;
  margin-top:25px;
}

.lt-lesson-comment-block .lesson-answers-title h3 {
	margin-bottom: 0 !important;
	padding: 5px;
	 font-weight: 500;
	font-size: 18px;
	color: white;
}

.lt-lesson-comment-block .lesson-answers-title a {
	padding: 0 5px 0 0;
	
	text-decoration: none;
	color: white;
	transition: all .3s;
}

.lt-lesson-comment-block .lesson-answers-title a:hover {
	text-decoration: underline;
}

.lt-lesson-comment-block .lesson-answers-title .pull-right {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.03em;
	color: white;
}

.lt-lesson-comment-block .simple-answer {
	margin-top: 10px;
	margin-bottom: 20px;
	
	background: #fff;
	
	border-radius: 10px;
}

.lt-lesson-comment-block .self-answers .comments-container .lesson-answer-comment {
	padding: 20px 10px 0;
}

.lt-lesson-comment-block .lt-lesson-comment-block .simple-answer .user-image img {
	border-radius: 40px;
	border: 2px solid #edf4fe;
	margin-top: -5px;
}

.lt-lesson-comment-block .answers-list .user-answer {
	position: relative;
	
	margin-bottom: 10px;
	padding: 0 20px;
	
	font-size: 16px;
	border-radius: 5px !important;
	
	background: #F3F5F6;
	
	border-radius: 10px!important;
}

.lt-lesson-comment-block .answers-list .user-answer .user-profile-image {
	border-radius: 50px;
	border: 2px solid #edf4fe;
}

.lt-lesson-comment-block .answers-list .user-answer .answer-content .text,
.lt-lesson-comment-block .answers-list .user-answer .answer-content .answer-date a {
	color: #000;
	font-weight: 600;
}

.lt-lesson-comment-block .answers-list .user-answer .comment.lesson-answer-comment {
	background:#fff!important;
	border: 1px solid #edf4fe;
}


.lt-lesson-comment-block .answers-list .user-answer .answer-content .answer-status a {
	color: #323232;
}

.lt-lesson-comment-block .user-answer.status-accepted .answer-status .answer-status-label {
	background: #edf4fe !important;
	color: #fff;
}

.lt-lesson-comment-block .user-answer.status-declined .answer-status .answer-status-label {
	background: #E51111 !important;
}

.lt-lesson-comment-block .answers-list .user-answer .answer-text {
	margin-top: 20px;
}

.lt-lesson-comment-block .answers-list .user-answer .answer-files img {
	border: 1px solid #edf4fe;
	transition: all .3s;
}

.lt-lesson-comment-block .answers-list .user-answer .answer-files img:hover {
	transform: scale(1.03,1.03);
}

.lt-lesson-comment-block .answers-list .user-answer .answer-content .b-like-and-subscribe-notifications span {
	color: #445871 !important;
	
	border-bottom: 0;
	transition: all .3s;
}

.lt-lesson-comment-block .answers-list .user-answer .answer-content .b-like-and-subscribe-notifications span:hover {
	text-decoration: underline;
}

.lt-lesson-comment-block .answers-list .user-answer .lesson-answer-comment {
	padding: 10px;
	background: #ffffff !important;
	margin: 10px 0 20px;
	border-radius: 5px;
}

.lt-lesson-comment-block .btn.btn-primary.btn-send,
.lt-lesson-comment-block .type-mission_answer .active .btn-send {
	padding: 10px 30px;
	
	color: #fff;

	background: #edf4fe!important;
	border-radius: 6px;
	border: 0;
	
	transition: all .3s;
}

.lt-lesson-comment-block .btn.btn-primary.btn-send .text {
	color: #fff;
}

.lt-lesson-comment-block .btn.btn-primary.btn-send .fa.fa-send {
	display: none;
}

.lt-lesson-comment-block .btn.btn-primary.btn-send:hover {
	transform: translatey(-5px);
}

.lt-lesson-comment-block .btn.btn-primary.btn-send .text {
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.03em;
}

.lt-lesson-comment-block .comment-form-wrapper .new-comment-textarea {
	color: #000 !important;
}

.lt-lesson-comment-block .answers-list .user-answer .comment.lesson-answer-comment .emoji-text.text-content.edit-comment-inactive-element {
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0.03em;
}

@media (max-width: 1060px) {
	.lt-lesson-comment-block {
		padding: 0px;
	}
}

@media (max-width:425px) {
	.lt-lesson-comment-block .lesson-answers-title h3 {
		padding: 0 0 10px 0!important;
	}
}
.jp-video {width:94%!important}
@media (max-width:991px) { 
	   .jp-video {width:77%!important}
	} 
@media (max-width:767px) { 
	   .jp-video {width:100%!important}
	} 





body {
	--lesson-color-body-bg: #FFFFFF;
	--lesson-color-block-bg: #F7F7F7;
	--lesson-color-header-bg: #EAEDF2;
	--lesson-color-accent: #666CF5;
	--lesson-color-header-btn-bg: #edf4fe;
	--lesson-font-family: sans-serif;
	--lesson-color-text: #181818;
	--lesson-url-btn-prev: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 6.5L2 6.5M2 6.5L5 9.5M2 6.5L5 3.5' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	--lesson-url-btn-next: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6.5H10M10 6.5L7 3.5M10 6.5L7 9.5' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  /*background: var(--lesson-color-body-bg);*/
}

@media(max-width: 768px) {
	.gc-main-content.with-left-menu .container {
		margin: 0;
	}
}

a {
	color: var(--lesson-color-text);
	text-decoration: none;
}
a:hover, a:focus {
	color: var(--lesson-color-text);
}
.row {
  margin: 0;    
}


.lesson-header-block {
	background: var(--lesson-color-header-bg) !important;
	border-radius: 16px;
	overflow: hidden;
	padding: 0px !important;
	border-bottom: none !important;
	margin-bottom: 24px !important;
	display: flex;
	flex-direction: column;
	position: relative;
}
.row.header-view > div {
	padding: 16px !important;
	padding-top: 72px !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-height: 130px;
}
.lesson-title-value {
	font-family: var(--lesson-font-family);
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
  line-height: 99.33%;
	color: #181818;
	text-align: center;
	margin-top: auto;
}
.lesson-description-value {
  display: none;
}
.lesson-navigation {
	height: 62px;
	padding: 0px !important;
}
.lesson-navigation > table > tbody > tr {
  display: flex;
	height: 62px;
	justify-content: space-between;
	align-items: flex-end;
}

.text-center.hidden-xs > span {
  position: absolute;
	top: 25px;
	left: 50%;
	transform: translate(-50%, 0);
	background: var(--lesson-color-body-bg);
  border-radius: 8px;
	padding: 8px 14px;
	font-family: var(--lesson-font-family);
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: -0.02em;
	color: var(--lesson-color-text);
}

.text-center.hidden-xs {
  display: flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
}
.text-center.hidden-xs div {
	font-family: var(--lesson-font-family);
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #445871;
}
.lesson-navigation > table > tbody > tr > td .hidden-xs {
  display: none;
}
.lesson-navigation > table > tbody > tr > td:first-child {
  display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 0px !important;
	border-radius: 0px 8px 0px 0px;
	overflow: hidden;
}
.lesson-navigation > table > tbody > tr > td:last-child {
  display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 0px !important;
	border-radius: 8px 0px 0px 0px;
	overflow: hidden;
}
.lesson-navigation > table > tbody > tr > td a {
	width: 100%;
	height: 33px;
	background: #8397b0!important;
	flex-shrink: 0;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--lesson-color-body-bg);
  transition: all .3s;
}
.lesson-navigation > table > tbody > tr > td a:hover {
	
	background: #F44444; text-decoration:none
}
.lesson-navigation > table > tbody > tr > td:first-child a::before {
	background: #8397b0;
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	margin-right: 8px;
}
.lesson-navigation > table > tbody > tr > td:last-child a::after {
	background: #8397b0;
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	margin-left: 8px;    
}
@media(max-width: 768px) {
	.lesson-navigation > table > tbody > tr > td:first-child {
		width: 100%;
		border-right: 1px solid var(--lesson-color-body-bg);
			border-radius: 0px;
	}
	.lesson-navigation > table > tbody > tr > td:last-child {
		width: 100%;
		border-left: 1px solid var(--lesson-color-body-bg);
			border-radius: 0px;
	}
}
@media(max-width: 480px) {
	.lesson-navigation > table > tbody > tr > td a {
		font-size: 12px;
	}
}
@media(max-width: 767px){
.new-comment .textarea-block {
	  width: 100%!important;
	}}

