

/* 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 */


/* Start:/local/templates/drink/components/bitrix/system.pagenavigation/visual_1/style.css?17559663437249*/

/* region new style page navigation --------------------------------------------------------------------------*/

.bx_pagination_bottom * {
    vertical-align: middle;
}

.bx_pagination_bottom .fa {
    font-size: 18px;
}

.bx_pagination_bottom .fa-angle-right {
    margin-left: 0px;
}

.bx_pagination_bottom .fa-angle-left {
    margin-right: 0px;
}

.bx_pagination_bottom {
    margin-top: 50px;
    font-size: 12px;
    margin-bottom: 38px;
}

.bx_pagination_bottom .bx_pagination_section_one {
}

.bx_pagination_bottom .bx_pagination_section_two {
    text-align: center;
    margin-top: 15px;
}

.bx_pagination_bottom .bx_pg_section {
}

.bx_pagination_bottom .bx_pagination_select_container {
    display: inline-block;
}

.bx_pagination_bottom .bx_pagination_select_container select {
    position: relative;
    margin: 2px 20px 2px 10px;
    padding: 1px 25px 3px 5px;
    height: 22px;
    outline: none;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    background: #fff url(/local/templates/drink/components/bitrix/system.pagenavigation/visual_1/images/select_arrow.png) no-repeat right center;
    color: #8d8d8d;
    font-size: 11px;
    line-height: 16px;
    resize: none;
    -webkit-appearance: none;
}

@-moz-document url-prefix() {
    .bx_pagination_bottom .bx_pagination_select_container select {
        background: #fff !important;
        padding-right: 5px;
    }
}

.bx_pagination_bottom .bx_pagination_page {
    white-space: nowrap;
    font-size: 12px;
}

.bx_pagination_bottom .bx_pagination_page ul {
    display: flex;
    flex-wrap: wrpa;
    margin: 0;
    padding: 0 20px;
}

.bx_pagination_bottom .bx_pagination_page li, .bx_pagination_bottom .bx_pagination_page .nav-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    line-height: 29px;
    text-align: center;
    border: solid 1px #e2e2e2;
    font-size: 14px;
    margin: 0 2px;
    overflow: hidden;
}

.bx_pagination_bottom .bx_pagination_page .nav-text {
    width: auto;
    font-size: 12px;
    margin-left: 0;
}

.bx_pagination_bottom .bx_pagination_page .nav-text a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 30px;
}

.bx_pagination_bottom .bx_pagination_page .disabled {
    opacity: .5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
}

.bx_pagination_bottom .bx_pagination_page li a, .bx_pagination_bottom .bx_pagination_page li span,
.bx_pagination_bottom .bx_pagination_page .nav-text a {
    display: block;
    color: var(--main_link_color);
    text-align: center;
    text-decoration: none;
}
.bx_pagination_bottom .bx_pagination_page li span,
.bx_pagination_bottom .bx_pagination_page li a{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 1;
  top: 1px;
  width: 100%;
  height: 100%;
}
.bx_pagination_bottom .bx_pagination_page li span:active,
.bx_pagination_bottom .bx_pagination_page li a:active,
.bx_pagination_bottom .bx_pagination_page li span:focus,
.bx_pagination_bottom .bx_pagination_page li a:focus{
  color: var(--main_color_active);
  border-color: var(--main_color_active);
}
.bx_pagination_bottom .bx_pagination_page li.bx_active span {
    background-color: #fff;
    color: var(--main_font_color);
    opacity: 1;
}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
    border-color: var(--main_color);
}
.bx_pagination_bottom .bx_pagination_page li, .bx_pagination_bottom .bx_pagination_page .nav-text{
  transition: .3s;
}
/* .bx_pagination_bottom .bx_pagination_page li a:hover, .bx_pagination_bottom .bx_pagination_page .nav-text a:hover {
    background-color: rgba(185, 69, 96, .3);
}

.bx_pagination_bottom .bx_pagination_page li a:active, .bx_pagination_bottom .bx_pagination_page .nav-text a:active {
    background-color: rgba(185, 69, 96, .7);
} */
.bx_pagination_bottom .bx_pagination_page li:hover,
.bx_pagination_bottom .bx_pagination_page .nav-text:hover{
  border-color: var(--main_color);
}
.bx_pagination_bottom .bx_pagination_page .nav-text.disabled:hover{
  border-color: #ddd!important;
}
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num {
    display: block;
}

.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select {
    margin-right: 5px;
}

.bx_pagination_bottom .bx_wsnw {
    white-space: nowrap;
}

/*1*/
@media (min-width: 981px) {

}

/*2*/
@media (min-width: 640px) and (max-width: 980px) {

}

/*3*/
@media (min-width: 480px) and (max-width: 639px) {
    .bx_pagination_bottom .bx_pagination_select_container select {
        margin-right: 10px;
    }
}

/*4*/
@media (max-width: 479px) {
    .bx_pagination_bottom .bx_pagination_section_one {
    }

    .bx_pagination_bottom .bx_pagination_section_two {
        float: none;
        text-align: left;
    }

    .bx_pagination_bottom .bx_pagination_select_container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 47%;
    }

    .bx_pagination_bottom .bx_pagination_select_container select {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 0 !important;
        width: 90%;
    }

    .bx_pagination_bottom .bx_pg_section {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        text-align: left;
    }

    .bx_pagination_bottom .bx_pagination_page {
        white-space: normal;
    }

    .bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .bx_pagination_bottom .bx_pg_section.bx_pg_show_col {
        display: none;
    }

    .bx_pagination_bottom .bx_pg_text {
        display: inline-block;
        width: 50%;
    }

    .bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text {
        display: none;
    }
}

/*5*/
@media (max-width: 320px) {
}
.bx_pagination_page_list{
  display: flex;
  align-items: center;
  justify-content: center;
}
.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (max-width: 900px){
  .bx_pagination_bottom .bx_pagination_page li.bx_active span{
    color: var(--main_color);
  }
}

/* endregion */

/* End */


/* Start:/local/templates/drink/components/bitrix/catalog.section/product-slider/style.css?17559663431549*/
.slider .owl-stage-outer {
	padding-bottom: 90px;
}

.slider {
	margin-bottom: 0px;
}
.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #474747;
}
.product_card_row .slider .owl-stage-outer{
	padding-bottom: 10px;
}
.product-detail-slider .inner-slider .owl-stage-outer{
	padding-bottom: 90px;
}
.ajax-loader-plug{
	background-image: url("/local/templates/drink/components/bitrix/catalog.section/product-slider/images/fon.svg");
	background-position: center;
	background-size: 100%;
	min-height: 420px;
	position: relative;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.ajax-loader-plug:before {
	position: absolute;
	top: 0;
	left: -45%;
	z-index: 2;
	display: block;
	content: '';
	width: 25%;
	height: 100%;
	background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	-webkit-animation: shine .8s ease-in-out infinite;
	animation: shine .8s ease-in-out infinite;
	opacity: 1;
}

@media (max-width: 900px){
	.product-detail-slider .inner-slider .owl-stage-outer{
		padding-bottom: 15px;
	}
	.slider .owl-stage-outer {
		padding-bottom: 15px;
	}
}
@media (min-width: 1024px){
	.slider_wrapper{
		min-height: 540px;
	}
}
@media (max-width: 1024px){
	.slider_wrapper{
		min-height: 320px;
	}
	.slider_wrapper .ajax-loader-plug{
		margin-top: 10px;
		min-height: 300px;
	}
}

/* End */
/* /local/templates/drink/components/bitrix/news/coctails/bitrix/news.detail/coctails/style.css?17559663435874 */
/* /local/templates/drink/components/bitrix/system.pagenavigation/visual_1/style.css?17559663437249 */
/* /local/templates/drink/components/bitrix/catalog.section/product-slider/style.css?17559663431549 */
