

/* Start:/bitrix/templates/renda/components/bitrix/news/news/bitrix/news.list/.default/style.css?16148445221122*/
.news{
	display: block;
	position: relative;
	margin-top: 30px;
}
.news .item{
	display: block;
	position: relative;
}
.news .item .title{
	display: block;
	position: relative;
	font-size: 18px;
	color: rgb(33, 33, 33);
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	text-align: left;
	overflow: hidden;
	height: 65px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.news .item .title:hover{
	text-decoration: underline;
}
.news .item .preview_text{
	display: block;
	position: relative;
	height: 230px;
	padding: 23px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: 0.3s;
}
.news .item .preview_text:hover{
	transform: scale(1.02);
}
.news .item .preview_text:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.47);
}
.news .item .preview_text p{
	display: block;
	position: absolute;
	width: calc(100% - 46px);
	height: calc(50% - 18px);
	bottom: 23px;
	left: 23px;
	overflow: hidden;
	margin: 0;
	font-size: 14px;
	color: rgb(255, 255, 255);
	line-height: 1.2;
}
/* End */
/* /bitrix/templates/renda/components/bitrix/news/news/bitrix/news.list/.default/style.css?16148445221122 */
