

/* Start:/local/templates/.default/components/bitrix/news.list/line/style.css?1708928325494*/
.more-articles {
	position: relative;
	display: flex;
	margin-bottom: 1em;
}
.more-articles__img {
	width: 40%;
	flex-shrink: 0;
	margin-right: 1em;
	object-fit: cover;
}
.more-articles__link {
	display: block;
}
.more-articles__link:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1000px) and (min-width: 640px) {
	.more-articles {
		display: block;
	}
	.more-articles__img {
		margin-bottom: 0.5em;
		width: auto;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/news/bitrix/news.detail/.default/style.css?1708928325428*/
.knowledge-author {
	display: flex;
	margin: 1.5em 0 2em;
}
.knowledge-author__img {
	width: 52px;
	height: 52px;
	border-radius: 100%;
	background-size: cover;
	flex-shrink: 0;
	margin-right: 0.66em;
	background-color: #eee;
}
.knowledge-author__text {
	flex-grow: 1;
	margin: auto 0;
}
.knowledge-author__name {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4em;
}
.knowledge-author__description {
	font-size: 1rem;
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/line/style.css?1708928325494 */
/* /local/templates/.default/components/bitrix/news/news/bitrix/news.detail/.default/style.css?1708928325428 */
