

/* Start:/local/templates/rusplitka/components/bitrix/news.list/news-page/style.css?17446240761520*/
.news__wrap {
	overflow: hidden;
	width: 100%;
	margin: -15px auto;
}
.news__row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
	padding: 1px;
}
.news__column {
	box-sizing: border-box;
	display: block;
	width: calc(33.3% - 20px);
	background: #FEFEFE;
}
@media screen and (max-width: 930px){
	.news__column{
		width: calc(50.3% - 20px);
	}
}
@media screen and (max-width: 600px){
	.news__column{
		width: 100%;
	}
}
.news__column:hover {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09), 0px 1.20588px 6.63236px rgba(0, 0, 0, 0.058643), 0px 0.500862px 2.75474px rgba(0, 0, 0, 0.045), 0px 0.181152px 0.996336px rgba(0, 0, 0, 0.031357);
}


.item-news {
	padding-bottom: 40px;
}
.item-news__image {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 150px;

}
.item-news__image img{
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.item-news__title {
	font-size: 14px;
	padding: 29px 38px 14px 30px;
	color: #222222;
}
.item-news__title a{
	text-decoration: none;
	text-transform: uppercase;
	color: black;
	font-weight: 700;
}
.item-news__title a:hover{
	/*padding: 29px 38px 14px 30px;*/
	color: #f48120;
}
.item-news__date span{
	padding: 0 259px 14px 30px;
	color: #666666;
}
.item-news__text {
	font-size: 14px;
	line-height: 150%;
	padding: 12px 30px 0;
}
.item-news__text ul {
	list-style: initial;
}

@media screen and (max-width: 690px) {
	h1 {
		margin: 7px 16px 30px!important;
	}
}
/* End */
/* /local/templates/rusplitka/components/bitrix/news.list/news-page/style.css?17446240761520 */
