

/* Start:/bitrix/templates/elatro/components/bitrix/news.list/contacts/style.css?1605732115692*/
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;
}

.contacts-bottom {
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between;
}
.contacts-bottom .content-block {
	margin-bottom: 0px;
	box-sizing: border-box;
	padding: 20px;
	width: calc(50% - 10px);
}
.contacts-bottom .contacts-photo {
	width: calc(50% - 10px);
}
.contacts-photo img {
	width: auto;
	max-width: 100%;
	height: auto;
}

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

	.contacts-bottom {
		display: block;
	}
	.contacts-bottom .contacts-photo {
		width: 100%;
	}
	.contacts-bottom .content-block {
		width: 100%;
	}
}

/* End */
/* /bitrix/templates/elatro/components/bitrix/news.list/contacts/style.css?1605732115692 */
