

/* Start:/local/templates/furniture/components/krayt/actions/articles/bitrix/news.detail/furniture/style.css?17647505708935*/
.receipt-detail-content {
	line-height: 1.8;
	font-size: 14px;
}
.receipt-detail-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.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-time-icon { background-image: url(/local/templates/furniture/components/krayt/actions/articles/bitrix/news.detail/furniture/images/clock.svg); }
.receipt-person-icon { background-image: url(/local/templates/furniture/components/krayt/actions/articles/bitrix/news.detail/furniture/images/food.svg); }

.receipt-detail-bottom {
	margin-top: 40px;
}
.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;
}
.section_recipes h2:after {
	position: absolute;
	top: 15px;
	width: 100%;
	height: 1px;
	background-color: #D3D3D3;
	content: '';
	right: auto;
	margin-left: 20px;
}
.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:hover{
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, .19);
}
.section_recipes .recipes_block_img img{
	width: 100%;
	height: 100%;
}
.recipes_block_img img{
	width: 100%;
}
.section_recipes .recipes_block_img{
	padding: 0px;
}
.recipes_block_title{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: var(--main_font_color);
	margin-bottom: 8px;
	margin-top: 20px;
	line-height: 1;
}
.recipes_block_times{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1;
}
.recipes_block_times span:first-child{
	font-size: 18px;
	margin-right: 8px;
	font-weight: 300;
}
.recipes_block_times span{
	color: var(--main_font_color);
	font-size: 14px;
}
.recipes_block_list{
	padding: 0 15px;
}
.recipes_block_list ul > li{
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 8px;
}
.recipes_block_list ul{
	padding-left: 10px;
}
.recipes_block_list ul > li:after{
	position: absolute;
	left: 0;
	top: calc(50% + 2px);
	transform: translate(-200%, -50%);
	content: '\f0c8';
	font-family: FontAwesome;
	font-size: 4px;
	color: #AFAFAF;
	line-height: 1;
}
.recipes_block_list ul > li{
	border-bottom: 2px dotted rgba(71, 71, 71, .5);
}
.recipes_block_list ul > li span{
	position: relative;
	line-height: 1;
	z-index: 1;
	background-color: #fff;
	color: var(--main_font_color);
	font-size: 14px;
	padding: 0 5px;
	bottom: -3px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 166px;
	white-space: nowrap;
}
.discription_ul{
	margin-bottom: 19px;
	padding: 0 11px;
}
.discription_ul span{
	font-size: 14px;
	color: var(--main_font_color);
}
.discription_ul span.discription_ul_number{
	font-weight: 500;
}
.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;
}
.recipes_block_btn .btn-primary{
	padding: 8px 37px;
	border: 1px solid var(--main_color);
	color: var(--main_color);
}
.recipes_block_btn .btn-primary:hover{
	box-shadow: none;
	border-color: var(--main_color_hover);
	color: var(--main_color_hover);
}
.section_recipes_btn .btn-primary{
	color: #fff;
	background-color: var(--main_color);
	padding-left: 50px;
	padding-right: 50px;
	height: 41px;
	display: block;
}
.section_recipes_btn .btn-primary:hover{
	box-shadow: none;
	background-color: var(--main_color_hover);
}
@media screen and (max-width: 768px) {
	.section_recipes h2 {
		padding-bottom: 15px;
		font-size: 18px;
		max-width: 100%
	}
	.section_recipes h2:after{
		top: 8px;
	}
}
@media (max-width: 900px){
	.recipes_block_wrapper{
		margin-bottom: 20px;
	}
}
.block_ingredients .recipes_block_list{
	padding: 0px;
}
@media (min-width: 1023px){
	.receipt-detail-content_row{
		margin-top: 50px;
	}
	.block_ingredients .recipes_block_list ul > li{
		margin-bottom: 15px;
	}
	.block_how_to{
		padding-left: 200px!important;
	}
}
.receipt-detail-content_row{
	display: flex;
	flex-wrap: wrap;
}
.block_ingredients_title{
	font-size: 20px;
	line-height: 19px;
	color: var(--main_font_color);
	font-weight: 500;
	margin-bottom: 20px;
}
.block_how_to_list > ul{
	list-style-type: none;
	counter-reset: item;
}
.block_how_to_list > ul > li{
	font-size: 14px;
	line-height: 13px;
	color: #535353;
	margin-bottom: 20px;
	position: relative;
}
.block_how_to_list > ul > li:before{
	content: counter(item) '. ';
	counter-increment: item;
	font-weight: 500;
}
.block_how_to_title{
	font-size: 20px;
	line-height: 19px;
	color: var(--main_font_color);
	font-weight: 500;
	margin-bottom: 20px;
}
.section_recipes_btn .btn-primary:active,
.section_recipes_btn .btn-primary:focus{
	background-color: var(--main_color_active);
}
.subtitle_box{
	margin-top: 60px;
	font-weight: 700;
}
@media (max-width: 900px){
	.block_ingredients{
		margin-bottom: 20px;
	}
	.receipt-detail-top-col{
		margin-bottom: 15px;
	}
}
.receipt-detail-top-col:nth-child(1) .receipt-detail-image-wrapper{
	max-width: 100%;
	min-width: 100%;
	height: 440px;
}
@media (max-width: 900px){
	.receipt-detail-top-col:nth-child(1) .receipt-detail-image-wrapper{
		width: 100%;
		margin-right: 0px;
	}
}
.block_news_description{
	color: var(--main_font_color);
	opacity: 0.6;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
}
.news_time{
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid rgba(61, 65, 88, .6);
}
.receipt-detail-top-col .title_box{
	margin-top: 12px;
	margin-bottom: 30px;
}

.receipt-detail-content_list .receipt-detail-content_ul{
	list-style: disc inside;
}
.receipt-detail-content_list .receipt-detail-content_ul li ul{
	padding-left: 20px;
	list-style: disc inside;
	margin-top: 19px;
}
.receipt-detail-content_list .receipt-detail-content_ul li{
	font-size: 14px;
	line-height: 17px;
	color: var(--main_font_color);
	margin-bottom: 13px;
}
.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;
}
.receipt-detail-top{
	background-color: #fff;
}
.link-back.link_back_news{
	margin-top: 20px;
}
@media (max-width: 1024px){
	.receipt-detail-top{
		padding: 10px;
	}
	.receipt-detail-top-col:nth-child(1){
		float: none;
		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 15px;
	}
	.embed-responsive-4by3::before{
		padding-top: 100%!important;
	}
}

.title_box{
	margin-bottom: 25px!important;
}
.link-green-border span{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: var(--main_font_color);
	border-bottom: 2px solid #5262A6;
	transition: .3s;
}
.link-green-border i{
	transition: .3s;
	color: var(--main_font_color);
}
.link-green-border:hover i{
	color: var(--main_color_hover);
}
.link-green-border:hover span{
	border-color: transparent;
}
.link-green-border svg {
	transition: 0.35s all ease;
}
.link-green-border:hover svg {
	transform: translateX(-5px);
}
.receipt-detail-content{
	font-size: 14px;
	line-height: 25px;
	max-width: 80%;
	color: var(--main_font_color);
}
.receipt-detail-content h1{
	margin-bottom: 16px;
}
.receipt-detail{
	margin-top: 15px;
}
/* конец */
.slider_wrapper.detail{
	padding-top: 23px;
}

@media (max-width: 1600px) {
	.receipt-detail-top-col:nth-child(1) .receipt-detail-image-wrapper{
		height: 350px;
	}
}

@media (max-width: 1366px) {
	.receipt-detail-content {
		max-width: 100%;
	}
	.receipt-detail-image {
		background-size: contain;
		background-position: center 0;
	}
}

@media (max-width: 1280px) {
	.receipt-detail-top-col:nth-child(1) .receipt-detail-image-wrapper {
		height: 320px;
	}
}

@media (min-width: 1024px) {
	.slider_wrapper.detail .owl-stage-outer{
		padding-bottom: 125px;
	}
}
.receipt-detail-top-col h1{
	padding-bottom: 10px;
}

@media (max-width: 576px) {
	.receipt-detail-image {
		background-size: cover;
		background-position: center 0;
	}
	.receipt-detail {
		margin-top: 0;
	}
}

.link_pagination_news {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
/* End */
/* /local/templates/furniture/components/krayt/actions/articles/bitrix/news.detail/furniture/style.css?17647505708935 */
