

/* Start:/local/templates/mlux/components/bitrix/news/bravo/bitrix/news.list/.default/style.css?1766936651642*/
.newsitem {
    box-shadow: 0px 4px 8px 0px #231F201A, 0px -2px 4px 0px #231F200D;
    padding:20px;
    border-radius:10px;
    margin:15px 0;
    display: grid;
    justify-content: space-between;
	grid-template-rows: auto 1fr;
}

.row-gap-1 {
	row-gap:1em;
}

.newsitem .preview-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.newsitem a {
    color:#000;
    text-decoration:none;
    font-size:18px;
    font-weight:700;
}

.newsitem .news-link {
    margin:20px 0;
    display:block;
}

.newsitem .news-date-time {
    color:#A2A3A1;
    font-size:16px;
    font-weight:700;
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/main/style.css?1765707555346*/
.page-nav a {
	outline:1px #F1F1F1 solid;
	padding:10px 15px;
	border-radius:8px;
	color:#000;
	text-decoration:none;
	font-size:14px;
	transition:all 0.3s ease;
}

.page-nav b, .page-nav a:hover {
	background: #CB0B0E;
	color:#fff;
	padding:10px 15px;
	outline:1px #F1F1F1 solid;
	border-radius:8px;
	font-size:14px;
	transition:all 0.3s ease;
}
/* End */
/* /local/templates/mlux/components/bitrix/news/bravo/bitrix/news.list/.default/style.css?1766936651642 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/main/style.css?1765707555346 */
