

/* Start:/local/templates/tools/components/bitrix/news/news/bitrix/news.detail/news_child/style.css?17003894782778*/
.receipt-detail-content {
	line-height: 1.8;
	font-size: 14px;
}
.receipt-detail-image {
	float: left;
	width: 310px;
	height: auto;
	max-height: 470px;
	object-fit: cover;
	margin: 0 20px 5px 0;
}

.news-detail-title.title_box {
	margin: 0;
	padding-top: 0;
}
.receipt-time, .receipt-person {
	padding-top: 10px;
	padding-bottom: 10px;
}
.receipt-time span, .receipt-person span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 500;
	color: #8c8c8c;
}

.receipt-time-icon, .receipt-person-icon {
	width: 25px;
	height: 25px;
	opacity: .7;
	background-size: 23px;
	background-position: center;
	background-repeat: no-repeat;
}
.receipt-bottom-title {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 10px;
}

.receipt-ingredients, .receipt-instruction {
	margin-bottom: 20px;
}


.section_recipes{
	padding-top: 30px;
}
.section_recipes h2{
	font-size: 24px;
	padding: 0 0 25px;
	position: relative;
	overflow: hidden;
}
.recipes_block_wrapper{
	padding-left: 10px;
	padding-right: 10px;
}
.recipes_block{
	height: 100%;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	transition: .5s;
	background-color: #fff;
}

.recipes_block_content .recipes_block_list ul{
	margin-bottom: 19px;
}
.recipes_block_btn{
	border-top: 0.5px solid #D3D3D3;
	padding-top: 22px;
	padding-bottom: 26px;
	margin: 0 30px;
	display: flex;
	justify-content: center;
}


.block_how_to_title{
	font-size: 20px;
	line-height: 19px;
	color: var(--main_font_color);
	font-weight: 500;
	margin-bottom: 20px;
}

.receipt-detail-top-row{
	display: inline-block!important;
	margin-left: 0!important;
	margin-right: 0!important;
}

.receipt-detail-top-col .title_box{
	margin-top: 12px;
	margin-bottom: 30px;
}

.receipt-detail-content_title{
	margin-bottom: 16px;
}
.receipt-detail-content_title h3{
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: var(--main_font_color);
}
.receipt-detail-content_text p{
	font-size: 14px;
	line-height: 25px;
	color: var(--main_font_color);
}
.receipt-detail-content_text{
	margin-top: 33px;
}
.link-back.link_back_news{
	margin-top: 40px;
	margin-bottom: 45px;
}

.receipt-detail {
	margin-bottom: 60px;
}
.receipt-detail h1 {
	font-size: 30px;
	margin-bottom: 20px;
}
.brand-products .title_box {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 30px;
}
.brand-products h2 {
	display: inline-block;
	padding-bottom: 10px;
	position: relative;
	margin: 0;
}
.brand-products h2::before {
	content: '';
	width: 100%;
	height: 3px;
	background: var(--main_color);
	position: absolute;
	left: 0;
	bottom: -2px;
}
.clear {
	clear: both;
}
@media (max-width: 768px) {
	.receipt-detail-image {
		margin: 0 0 20px;
		width: 100%;
		max-height: unset;
	}
}
/* End */
/* /local/templates/tools/components/bitrix/news/news/bitrix/news.detail/news_child/style.css?17003894782778 */
