

/* Start:/local/templates/.default/components/bitrix/news.detail/utility_detail/style.css?1743519074659*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.images {
	margin: 40px auto !important;
	padding: 4px;
	width: 100%;
	/*height: 300px;*/
	/*padding-bottom: 200px;*/
	display: flex;
}

.half {
	/*float: left;*/
	padding: 4px;
	width: 50%;
	display: flex;
	justify-content: center;
}

.half > img {
	display: block;
	width: 100%;
	max-width: 340px;
	min-height: 200px;
	max-height: 200px;
	object-fit: cover;
}

@media screen and (max-width: 599px) {
	.half > img {
	min-height: 100px;
	max-height: 100px;
	}
	.images {
		/*padding-bottom: 100px;*/
	}
}
/* End */
/* /local/templates/.default/components/bitrix/news.detail/utility_detail/style.css?1743519074659 */
