<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1484875918585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/topol/components/bitrix/system.pagenavigation/main/style.css?1689939038302*/
.page-link,
.page-link:hover {
	color: var(--theme-color-primary);
}

.page-item.active .page-link {
	color: var(--theme-b-tx-primary);
	background-color: var(--theme-color-primary);
	border-color: var(--theme-color-primary);
}

.page-link:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}
/* End */


/* Start:/local/templates/topol/components/bitrix/news/articles/bitrix/news.list/.default/style.css?16899402201267*/
.articles-list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.articles{
	border: 1px solid #eaeaea;
	background-color: #fff;
}

.articles__images{
	height: 200px;
}

.articles__images img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.articles__inner{
	padding: 10px;
}

.articles__info{
	color: #000;
	font-size: 14px;
	margin: 5px 0px 10px 0px;

	display: flex;
	align-items: center;

	opacity: .5;
}

.articles__info-item{
	display: flex;
	align-items: center;
}

.articles__info-item:not(:last-child){
	margin-right: 10px;
}

.articles__info-item img{
	margin-right: 3px;
}

.articles__title{
	font-size: 20px;
	line-height: 1.2;
}

.articles__title a{
	font-family: 'FuturaDemiC';
	font-weight: 500;
	color: #000;
	margin: 0 0 20px 0;
}

.articles__title a:hover{
	text-decoration: none;
}

.article__info-category a{
	font-family: 'FuturaDemiC';
	font-weight: 500;
	color: #80BD00;
	margin: 0 0 20px 0;
}

.article__info-category a:hover{
	text-decoration: none;
}



@media(max-width: 991px){
	.articles-list{
		grid-template-columns: repeat(2, 1fr);
	}
	.articles__images{
		height: 160px;
	}
}

@media(max-width: 576px){
	.articles-list{
		grid-template-columns: repeat(1, 1fr);
	}

	.articles__images{
		height: 140px;
	}

}
/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1484875918585 */
/* /local/templates/topol/components/bitrix/system.pagenavigation/main/style.css?1689939038302 */
/* /local/templates/topol/components/bitrix/news/articles/bitrix/news.list/.default/style.css?16899402201267 */
</pre></body></html>