

/* Start:/bitrix/templates/.default/components/bitrix/news.list/articles_sidebar/style.css?17543936731256*/
.articles-sb {
	padding-left: 0;
	margin: 60px 0 0 0;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.articles-sb__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	gap: 15px;
}
.articles-sb__item {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.articles-sb__item:last-child {
	border-bottom: 0;
}
.articles-sb__item::before {
	content: "";
}
.articles-sb__pict {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 64px;
	        flex: 0 0 64px;
	width: 64px;
	min-width: 64px;
	max-width: 64px;
}
.articles-sb__pict img {
	max-width: 100%;
	height: auto;
}
.articles-sb__text {
	font-family: "PT Sans Narrow",sans-serif;
	font-size: 19px;
	line-height: 21px;
}
.articles-sb__title {
	display: inline-block;
}
a.articles-sb__title {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
a.articles-sb__title:hover {
	text-decoration: none;
}
.articles-sb__date {
	margin-top: 10px;
	font-size: 16px;
	line-height: 18px;
}

@media (max-width: 991px) {
	.articles-sb {
		display: none;
	}
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/articles_sidebar/style.css?17543936731256 */
