

/* Start:/bitrix/components/krayt/krayt.articles/templates/articles/bitrix/news.detail/news_child/style.css?17218080363747*/
.receipt-detail-content {
	line-height: 1.8;
	font-size: 14px;
}
.receipt-detail-image {
	width: 100%;
	height: auto;
	max-height: 500px;
	object-fit: cover;
	margin-bottom: 40px;
	border-radius: 8px;
}

.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{
	max-width: 970px;
}

.receipt-detail-top-row{
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
}

.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 {
	line-height: 120%;
	margin:0 0 30px 0!important;
	font-size: 32px!important;
}
.brand-products{
	padding-top: 60px;
	margin: 0 0 60px 0;
}
.brand-products .title_box {
	margin-bottom: 40px;
}
.brand-products h2 {
	display: inline-block;
	position: relative;
	margin: 0;
	font-weight: 600;
	font-size: 32px;
	line-height: 100%;
}
.clear {
	clear: both;
}
.static_page ol li{
	padding-left: 35px;
}
.static_page ol li:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	font-size: 14px;
	line-height: 22px;
	color: var(--main_text_button);
	font-weight: 500;
	text-align: center;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	bottom: 0;
	right: 0;
	margin: auto 0;
	background-color: var(--main_color);
	border-radius: 4px;
	counter-increment: myCounter;
	content: counter(myCounter);
}
@media (max-width: 992px) {
	.receipt-detail{
		margin-bottom: 40px;
	}
	.brand-products{
		padding-top: 40px;
		margin: 0 0 40px 0;
	}
	.receipt-detail .static_page h1{
		font-size: 26px!important;
		margin-bottom: 24px!important;
	}
	.brand-products .title_box{
		margin-bottom: 24px;
	}
	.brand-products h2{
		font-size: 26px;
	}
}
@media (max-width: 768px) {
	.receipt-detail-image {
		margin: 0 0 24px;
	}
}
@media(max-width: 576px){
	.receipt-detail .static_page h1{
		font-size: 20px!important;
	}
	.brand-products h2{
		font-size: 20px;
	}
	.brand-products{
		padding-top: 25px;
		margin: 0 0 25px 0;
	}
}
/* End */
/* /bitrix/components/krayt/krayt.articles/templates/articles/bitrix/news.detail/news_child/style.css?17218080363747 */
