

/* Start:/local/templates/main/components/bitrix/news/rent/bitrix/news.list/.default/style.css?1706682430701*/
.rent-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}
.rent-list .item {
	display: block;
	text-decoration: none;
	width: calc(50% - 24px);
	margin: 0 12px 12px;
	box-shadow: 0px 4px 16px rgba(67, 119, 154, 0.08), 0px 6px 24px rgba(95, 145, 179, 0.12);
	border-radius: 6px;
}
.rent-list .item img {
	max-width: 100%;
}
.rent-list .item .name {
	padding: 12px;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	color: #231F20;
}

@media screen and (max-width: 997px) {
	.rent-list .item {
		width: calc(50% - 24px);
	}
}

@media screen and (max-width: 500px) {
	.rent-list .item {
		width: 100%;
	}
}
@media screen and (max-width: 400px) {
	.rent-list .item {
		width: 100%;
	}
}
/* End */
/* /local/templates/main/components/bitrix/news/rent/bitrix/news.list/.default/style.css?1706682430701 */
