

/* Start:/local/templates/drink/components/bitrix/news/coctails/bitrix/news.detail/coctails/style.css?17559663435874*/
.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/drink/components/bitrix/news/coctails/bitrix/news.detail/coctails/images/clock.svg); }
.receipt-person-icon { background-image: url(/local/templates/drink/components/bitrix/news/coctails/bitrix/news.detail/coctails/images/food.svg); }

.receipt-detail-bottom {
	border-top: solid 1px #d6d5d5;
	margin-top: 25px;
	padding-top: 15px;
}
.receipt-bottom-title {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 10px;
}

.receipt-ingredients, .receipt-instruction {
	margin-bottom: 20px;
}
.receipt-detail-image-wrapper {
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
}


.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;
		margin-bottom: 75px;
	}
	.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);
}
@media (max-width: 900px){
	.block_ingredients{
		margin-bottom: 20px;
	}
	.receipt-detail-top-col{
		margin-bottom: 15px;
	}
}
@media (min-width: 1024px){
	.receipt-detail-content_row{
		margin-left: -15px;
		margin-right: -15px;
	}
}

/* End */
/* /local/templates/drink/components/bitrix/news/coctails/bitrix/news.detail/coctails/style.css?17559663435874 */
