

/* Start:/bitrix/templates/main2/components/bitrix/news.detail/anrik/style.css?16644255491899*/
.news-detail
{
	word-wrap: break-word;
}
.news-detail img.detail_picture
{
	float: left;
	margin: 0 24px 32px 1px;
	max-width: 422px;
}

.members-list .list-inline-item {
	color: #32A7DF;
}

.docs-list {
	margin-top: 100px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: baseline;
	align-content: center;
	gap: 15px;
}

.box {
	border: solid #f2f3f6 2px;
	width: auto;
	max-width: 300px;
	min-width: 180px;
	height: 128px;

	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-basis: 200px;

	margin-bottom: 0.5em;
}

.box--image {
	margin: auto;
	flex-basis: 25%;
}

.box--text {
	flex-basis: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 80%;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
	ext-align:center;
}

.box a {
	text-decoration: none;
	color: #3b3c40;
}

@media (max-width: 1024px) {
	.docs-list {
		justify-content: flex-start;
		margin-bottom: 1em;
		order: -1;
	}

	.box {
		flex-basis: 45%;
		max-width: unset;
		flex-direction: row;
		height: 60px;
		margin-bottom: 0;
	}

	.box--image {
		flex-basis: 12.5%;
		margin: 0;
	}

	.box--text {
		flex-basis: 80%;
		width: auto;
		text-align:left;
	}
}

@media (max-width: 576px) {
	.box {
		flex-basis: 65%;
		flex-grow: 1;
	}

	.news-detail img.detail_picture {
		max-width: 100%;
	}
}

.news-item {
    background-color: #f2f3f6;
    position: relative;
		flex-shrink: 0;
}

article.news-detail .swiper-container__wrap {
	margin-top: 0px;
}

section.detail {
	margin-top: 20px;
}

.clearfix {
	clear: both;
}

section.preview h6, section.detail h6 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 19px;
	line-height: 22px;
	color: #1F69A6;
}
/* End */
/* /bitrix/templates/main2/components/bitrix/news.detail/anrik/style.css?16644255491899 */
