

/* Start:/local/templates/grocery_store/components/bitrix/news/stock/bitrix/news.detail/.default/style.css?16517636722015*/
h1.title.main_title{display:none}
.news-detail {
	padding-bottom: 140px;
}
.news-detail__head {
	position: relative;
	border-radius: 15px;
	height: 330px;
	overflow: hidden;
	margin-bottom: 45px;
	background-size: cover;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.news-detail__head:before {
	content: '';
	background: #282828;
	opacity: 0.3;
	position: absolute;
	height: 100%;
	width: 100%;
}
.news-detail__title,
.news-detail__date {
	position: relative;
	z-index: 9;
}
.news-detail__title {
	font-weight: bold;
	font-size: 32px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	max-width: 730px;
}
.news-detail__date {
	font-weight: normal;
	font-size: 16px;
	line-height: 146%;
	text-align: center;
	color: #fff;
	margin-top: 20px;
}
.news-detail__date {
	font-weight: normal;
	font-size: 16px;
	line-height: 146%;
	text-align: center;
	color: #fff;
	margin-top: 20px;
}
.news-detail .column-left {
	flex: 1;
	padding-right: 30px;
}
.news-detail .column-right {
	flex: 0 0 290px;
	padding-left: 47px;
	border-left: 1px solid #ececec;
}
.news-detail__text {
	line-height: 1.4;
	color: #5f5e5d;
}
.product-item{
	margin: 0;
}
.product_title{
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #5f5e5d;
}
@media (max-width: 700px) {
	.news-detail .column-right {
		flex: 0 0 100%;
		border: none;
		padding: 20px 0 0;
		border-top: 1px solid #ececec;
		margin-top: 20px;
		display: flex;
		flex-wrap: wrap;
	}
	.product_title{
		flex: 0 0 100%;
	}
	.product-item {
		flex: 0 0 50%;
	}
	.news-detail__title {
		font-weight: bold;
		font-size: 24px;
		line-height: 30px;
		text-align: center;
		color: #fff;
		max-width: 400px;
	}
	.news-detail__head{
		height: 220px;
	}
}
/* End */
/* /local/templates/grocery_store/components/bitrix/news/stock/bitrix/news.detail/.default/style.css?16517636722015 */
