

/* Start:/local/templates/mfc/components/bitrix/news.detail/news/style.css?17334872731132*/
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time, .news-detail__author
{
	color: #0000004f;
}
.news-detail__author span{
   font-weight: bold;
}
.news-detail__author img{
	height: 3rem;
	margin-right: 1rem;
}
.author-detail{
	display: flex;
	margin-top: 1rem;
}
.author-detail span{
	margin-top: 0.2rem;
}
.news-detail__link{
	color: #e84a36;
	display: flex;
	align-items: flex-end;
	margin-bottom: 0.2rem;
}
.docs__item {
	box-shadow: 0 4px 12px 0 #00000029;
	padding: 15px 20px;
	display: flex;
	text-decoration: none;
	transition: all 0.5s;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
	border-radius: 7px;
}
.docs__item:hover {
	text-decoration: none;
	transition: all 0.5s;
	box-shadow: 0 4px 12px 0 #0000004f;
}
.docs__item span {
	padding-left: 15px;
	margin: unset;
	color: #4d3e33;
}
.news-detail__footer{
	display: flex;
	justify-content: space-between;
}
@media (max-width: 768px){
	.news-detail__footer{
		display: flex;
		flex-direction: column;
	}
	.news-detail__link{
		margin-top: 3rem;
	}
}
/* End */
/* /local/templates/mfc/components/bitrix/news.detail/news/style.css?17334872731132 */
