

/* Start:/local/templates/main/components/bitrix/news.detail/news/style.css?1729242723952*/
.news-detail{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.news-detail__col{
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
}

.news-detail__col_full{
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}
.news-detail__col_right{
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
	padding-left: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.news-detail__text{

}
.news-detail__data{}

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

	.news-detail {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;

	}

	.news-detail__col_right {
		padding: 0;
		width: 100%;
	}
}

/* End */
/* /local/templates/main/components/bitrix/news.detail/news/style.css?1729242723952 */
