div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}


.housing-options__item--parking .housing-options__text-block {
	padding: 30px 15px;
}

.housing-options__item--parking .housing-options__title {
	text-align: center;
	font-size: 24px;
	line-height: 29px;
	font-weight: 600;
	margin-bottom: 15px;
}

.housing-options__item--parking .housing-options__hidden {
	padding: 0;
}

.housing-options__item--parking:hover .housing-options__text-block {
	padding-top: 75px;
}

.housing-options__item--parking .housing-options__characteristic {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.housing-options__item--parking .housing-options__characteristic-name {
	width: 50px;
}

.housing-options__item--parking .housing-options__caption {
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	width: 100%;
}

.housing-options__image-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	align-items: center;
}

@media screen and (max-width: 1300px) {

	.housing-options__item--parking .housing-options__text-block {
		padding: 25px 15px;
	}

	.housing-options__item--parking:hover .housing-options__text-block {
		padding-top: 50px;
	}
	.housing-options__item--parking .housing-options__title {
		font-size: 16px;
		line-height: 22px;
	}
	.housing-options__item--parking .housing-options__characteristic {
		margin-bottom: 0;
	}
	.housing-options__item--parking .housing-options__caption {
		font-size: 12px;
	}
}