

/* Start:/bitrix/templates/mmkc/components/bitrix/news/news/bitrix/news.detail/.default/style.css?15302741121340*/
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.news_inside{
	margin: 0 auto;
}

.news_inside table {
	width: 100%;
}

/*.news_inside img {
	max-width: 100%;
}*/

.news_inside .img-box {
	text-align: left;
}

.news_inside .img-box img {
	width: 100%;
	height: auto!important;
	max-width: 750px;
}

.news_inside .img-box.text-center img {
	display: block;
	margin: 0 auto;
}

.news_inside .img-box p,
.news_inside .img-box span {
	text-align: center;
}

.news-inner-block-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.news-inner-block-wrap .half {
	width: 50%;
}

.news-inner-block-wrap > .half:first-of-type {
	padding-right: 20px;
}

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

	.news-inner-block-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.news-inner-block-wrap .half {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
        justify-content: center;
	}

	.news-inner-block-wrap > .half:first-of-type {
		padding-right: 20px;
		margin-bottom: 10px;
	}
}
/* End */
/* /bitrix/templates/mmkc/components/bitrix/news/news/bitrix/news.detail/.default/style.css?15302741121340 */
