

/* Start:/local/templates/drink/components/bitrix/catalog/main_new/style.css?17773960116995*/
.catalog-block-header{
	font-size: 16px;
	line-height: 15px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 31px;
	border-bottom: 1px solid #D3D3D3;
	color: var(--main_font_color);
	padding-left: 0px;
	padding-bottom: 10px;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}


#catalog__content .catalog_image {
	display: block;
	width: 50%;
}

#catalog__content .catalog__nav {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#catalog__content .title_box {
	margin: 0;
	padding-top: 0;
}
.catalog__filter-container {
	/*border-top: 1px solid #ddd;*/
	padding-top: 0px;
	padding-bottom: 18px;
}

.favorite-element-container .title_box {
	margin-bottom: 0;
}

#catalog__content .title_box h1 {
	font-weight: 500;
	font-size: 32px;
	color: var(--main_font_color);
	padding-bottom: 10px;
	border-bottom: 0.5px solid #ddd;
	margin-bottom: 26px;
}

#catalog__content .title_box .sub_title {
	color: var(--main_font_color);
	font-weight: 900;
	font-size: 14px;
}

#catalog__content .catalog__nav_wrapper {
	width: 50%;
	border-top: 1px solid #ddd;
}

#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item a {
	display: block;
	padding: 10px 0;
	position: relative;
	color: var(--main_link_color);
	font-weight: 500;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}

#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item a:after {
	content: '';
	display: block;
	position: absolute;
	border: 6px solid transparent;
	border-left: 7px solid #000;
	top: 15px;
	right: 0;
	margin: auto;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}

#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item a:hover {
	color: var(--main_color_hover);
}

#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item a:hover:after {
	border-left-color: var(--main_color_hover);
}

#catalog__content .catalog_image_wrapper {
	width: 100%;
	position: relative;
	height: 0;
	padding-top: 100%;
}

#catalog__content .catalog_image_wrapper .catalog_img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

#catalog__content {
	min-height: calc(100vh - 350px);
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 0;
	position: static;
	padding-left: 0px;
}
.catalog-list-row, .product_card_detail {
	max-width: 1230px;
	margin-left: auto!important;
	margin-right: auto!important;
}

#catalog__list {
	margin-top: -5px;
}

#catalog__list .title_box {
	width: 100%;
}
.catalog__content .sorting_box .sorting {
	padding-right: 7px;
}
.catalog-section-descr {
	margin-top: 22px;
	padding-bottom: 38px;
}
.catalog-filter-descr-top{
	padding-bottom: 26px;
}
.catalog-filter-descr-top{
	font-size: 14px;
	line-height: 28px;
	color: var(--main_font_color);
	text-align: left!important;
}
.catalog-section-descr,
.catalog-section-descr p{
	font-size: 14px;
	line-height: 28px;
	color: var(--main_font_color);
	text-align: left!important;
}

h1.text-fourtyeight {
	font-size: 48px;
}
.mb-24 {
	margin-bottom: 24px;
}
.mb-40 {
	margin-bottom: 40px;
}



@media screen and (max-width: 1300px) {
	#catalog__content {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media all and (max-width: 1140px){

	.catalog_wrapper {
		margin: 0 -10px;
	}

	#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item {
		font-size: 14px;
	}

	#catalog__content .title_box .sub_title {
		font-size: 12px;
	}
}

@media screen and (max-width: 1024px) {


	#catalog__content {
		display: block;
		flex: 0 0 100%;
		max-width: 100%;
	}

	#catalog__content .title_box h1 {
		font-size: 22px;
	}

	#catalog__content .title_box {
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.catalog__list-content {
		border-top: 1px solid #ddd;
		padding-top: 10px;
	}
	.catalog__list-content .product__list.row {
		margin-left: -5px !important;
		margin-right: -5px !important;
	}

	.catalog__section-filter .bx-filter .bx-filter-parameters-box-container-block {
		width: 130px;
	}

	.catalog__section-filter .price-separator {
		width: 50px;
	}

	#catalog__filter, #catalog__list {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#catalog__list {
		padding-left: 10px !important;
		margin-top: 0;
	}
	.catalog-list-row, .product_card_detail {margin-top: 0;}

	#catalog__filter .title {
		position: relative;
		margin: 0;
		justify-content: flex-start;
		padding: 5px 0;
	}

	.catalog__section-filter .del_filter {
		margin: -1px 0 0 13px;
		z-index: 10;
		font-size: 11px;
		text-transform: uppercase;
	}

	.catalog__section-filter .bx-filter .bx-filter-input-checkbox .bx-filter-param-text, #catalog__filter #vertical-multilevel-menu ul {
		/*font-size: 14px;*/
	}

	#catalog__filter #vertical-multilevel-menu ul {
		text-transform: none;
	}

	#catalog__filter ul#vertical-multilevel-menu li a, #catalog__filter ul#vertical-multilevel-menu li ul.section__list-sub li a {
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
	}

	#catalog__filter ul#vertical-multilevel-menu li.parent .fa-angle-down {
		position: relative;
		top: auto;
		display: inline-block;
		vertical-align: middle;
	}

	.catalog__section-filter .bx-filter .bx-filter-input-checkbox .check {
		width: 16px;
		height: 16px;
	}

	.catalog__section-filter .bx-filter .bx-filter-input-checkbox input[type="checkbox"] + label.bx-filter-param-label .check:before ,
	.catalog__section-filter .bx-filter .bx-filter-input-checkbox input[type="radio"] + label.bx-filter-param-label .check:before {
		width: 10px;
		height: 10px;
	}
}

@media screen and (max-width: 768px) {

	#catalog__content .catalog__nav_wrapper {
		width: 70%;
	}

	#catalog__content .catalog__nav_wrapper ul li.catalog__nav-item {
		padding: 0;
	}

	№catalog__list .title_box {
		display: block;
		width: 100%;
	}

	№catalog__list .title_box h1 {
		width: 100%;
	}

	№catalog__list .title_box .sorting_box {
		width: 100%;
		text-align: left;
	}

	#catalog__list .title_box {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media screen and (max-width: 575.98px) {
	.catalog__list-content .sales_block {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media (max-width: 900px){
#catalog__content .title_box h1{
		margin-bottom: 0px;
	}
	.main_content{
		overflow: hidden;
		padding-bottom: 30px;
	}
}
.catalog_sort_row{
	padding: 6px 0;
	background-color: #F7F7F7;
	margin-left: 0px;
	margin-right: 0px;
}

/* End */


/* Start:/local/templates/drink/css/swiper.min.css?174731353719773*/
/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
/* End */


/* Start:/local/templates/drink/css/jquery.fancybox.min.css?174731353714184*/
body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}.fancybox-outer,.fancybox-inner,.fancybox-bg,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(0.47,0,0.74,0.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(0.22,0.61,0.36,1)}.fancybox-infobar,.fancybox-toolbar,.fancybox-caption-wrap{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0 linear .25s;box-sizing:border-box}.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar,.fancybox-show-caption .fancybox-caption-wrap{opacity:1;visibility:visible;transition:opacity .25s,visibility 0}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translate3d(0,0,0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide::before{content:'';display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--previous,.fancybox-slide--current,.fancybox-slide--next{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image::before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#E5E3DF}.fancybox-slide--next{z-index:99995}.fancybox-slide > *{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide > title,.fancybox-slide > style,.fancybox-slide > meta,.fancybox-slide > link,.fancybox-slide > script,.fancybox-slide > base{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:-webkit-zoom-out;cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:-webkit-zoom-in;cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;margin:0;padding:0;border:0;width:100%;height:100%;background:#fff}.fancybox-error{margin:0;padding:40px;width:100%;max-width:380px;background:#fff;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,0.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:visited,.fancybox-button:link{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--pause svg path:nth-child(1){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,0.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:'×';position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--image .fancybox-close-small,.fancybox-slide--iframe .fancybox-close-small{top:0;right:-40px}.fancybox-slide--image .fancybox-close-small:after,.fancybox-slide--iframe .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--image .fancybox-close-small:hover:after,.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,0.1) 20%,rgba(0,0,0,0.2) 40%,rgba(0,0,0,0.6) 80%,rgba(0,0,0,0.8) 100%);pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid rgba(255,255,255,0.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide > .fancybox-loading{border:6px solid rgba(100,100,100,0.4);border-top:6px solid rgba(255,255,255,0.6);border-radius:100%;height:50px;width:50px;-webkit-animation:fancybox-rotate .8s infinite linear;animation:fancybox-rotate .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes fancybox-rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fancybox-rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,0.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.fancybox-fx-fade.fancybox-slide--previous,.fancybox-fx-fade.fancybox-slide--next{opacity:0;transition-timing-function:cubic-bezier(0.19,1,0.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(0.5,0.5,0.5);transform:scale3d(0.5,0.5,0.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-360deg);-ms-transform:rotate(-360deg);transform:rotate(-360deg);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scale3d(1,1,1) translate3d(0,0,0);transform:scale3d(1,1,1) translate3d(0,0,0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(0.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(0.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(0.1) skew(10deg);transform:translate3d(100%,0,0) scale(0.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs > ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x > ul{overflow:hidden}.fancybox-thumbs-y > ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y > ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,0.3)}.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs > ul > li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,0.1)}.fancybox-thumbs > ul > li > img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs > ul > li:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(0.25,0.46,0.45,0.94)}.fancybox-thumbs > ul > li.fancybox-thumbs-active:before{opacity:1}@media all and (max-width: 800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs > ul > li{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/drink/components/bitrix/catalog/main_new/bitrix/catalog.element/bootstrap_v4/style.css?178039257574778*/
.product-item-detail-slider-right, .product-item-detail-slider-left {font-family: 'FontAwesome' !important;}
.product-item-detail-slider-right *, .product-item-detail-slider-left * {font-family: 'FontAwesome' !important;}


/*region Sidebar */

.product-item-detail-pay-block {
	position: relative;
	margin-bottom: 15px;
	padding: 15px 15px 0;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	background-color: #fff;
}
.bx-retina .product-item-detail-pay-block { border-width: .5px; }
/*endregion*/

/*region Compare*/
.product-item-detail-compare-container {
	position: relative;
	margin: 0 -15px 1px -14px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e4e4e4;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	color: #4e4e4e;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
	border-radius:1px;
}

.product-item-detail-compare .checkbox {
	margin: 0;
	padding: 0;
}

/*endregion*/

/*region Price */
.product-detail-price-item {
	/*display: inline-block;*/
	/*vertical-align: middle;*/
}
.product-item-detail-price-current span {
	white-space: nowrap;
	font-weight: 400;
	text-align: center;
	font-size: 25px!important;
	line-height: 1;
	color: var(--main_font_color);
	transition: font-size 200ms ease;
}
.product-item-detail-price-current i.fa {
	font-size: 23px;
	line-height: 1;
	font-weight: 400;
}
.product-item-detail-price-current span.quantity-measure {
	font-size: 16px;
}
.catalog-set-constructor-product-item-container .product_item_title {
	margin-bottom: 20px;
}
.catalog-set-constructor-product-item-container .product_item_title .name {
	height: auto;
	min-height: 30px;
}
.product-item-detail-price-old {
	display: flex;
	justify-content: flex-start;
	/*margin-left: 7px;*/
}
.product-item-detail-price-old span {
	color: #979797;
	white-space: nowrap;
	position: relative;
	font-size: 16px;
}
.product-item-detail-price-old span:before {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	background-color: rgba(143, 143, 143, .7);
	bottom: 0;
	top: 0;
	left: -2px;
	right: -2px;
	margin: auto;
}

.product-item-detail-economy-price{
	color: var(--main_font_color);
	text-align: center;
	/*white-space: nowrap;*/
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
}

/*endregion*/

.product-item-detail-info-container-title {
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container  {
	display: inline-block;
	box-sizing: border-box;
	max-width: 100%;
	vertical-align: middle;
}
.product-detail-sku-container .product-item-scu-item-color-container,
.product-detail-sku-container .product-item-scu-item-text-container {
	padding: 5px 9px;
	padding-left: 0;
}

.product-item-scu-item-text-container { min-width: 48px; }

.product-item-scu-item-color-container {
	max-width: 60px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block { transition: outline 200ms ease; }

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.bx-no-touch .product-item-scu-item-text-block { transition: border 300ms ease; }

.bx-retina .product-item-scu-item-text-block { border-width: 1px; }

.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { border-color: var(--main_color); }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { border-width: 1px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { border-width: 1px; }

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	overflow: hidden;
	border-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75);
	background-size: 10px;
	content: "";
}

.product-item-selected-scu-container { word-spacing: 1px }

.product-item-selected-scu {
	display: inline-block;
	overflow: hidden;
	padding: 0 5px;
	min-width: 22px;
	height: 22px;
	border: 1px solid #c0cfda;
	border-color: var(--theme-color-primary);
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 13px;
}

.bx-retina .product-item-selected-scu { border-width: .5px; }

.product-item-selected-scu-color {
	background-position: center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

/*endregion*/

/*region Amount*/
.product_card_detail .product-item-amount {
	padding: 0;
	text-align: center;
}

.product-detail-byu-container .product-item-amount-field-container {
	padding-right: 0;
	margin-bottom: 0px;
}

.product-detail-byu-container .product-item-amount-field-btn-plus,
.product-detail-byu-container .product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 36px;
	background-color: #fff;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
	border-radius: 0px;
}
.product-detail-byu-container .product-item-amount-field-btn-plus{
	border-right: 1px solid #808080;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}
.product-detail-byu-container .product-item-amount-field-btn-minus{
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}
.product-detail-byu-container .bx-retina .product-item-amount-field-btn-plus,
.product-detail-byu-container .bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-detail-byu-container .product-item-amount-field-btn-plus:hover,
.product-detail-byu-container .product-item-amount-field-btn-minus:hover { background: #fff; }

.product-detail-byu-container .product-item-amount-field-btn-plus:after,
.product-detail-byu-container .product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-detail-byu-container .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-detail-byu-container .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .5 !important;
	cursor: default;
}

.product-detail-byu-container .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-detail-byu-container .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover { background-color: #fff; }

.product-detail-byu-container .product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease;
}

.product-detail-byu-container .product-item-amount-field-btn-plus:after {
	background: url(/local/templates/drink/components/bitrix/catalog/main_new/bitrix/catalog.element/bootstrap_v4/images/plus1.svg) no-repeat center;
	background-size: 10px;
}

.product-detail-byu-container .product-item-amount-field-btn-minus:after {
	background: url(/local/templates/drink/components/bitrix/catalog/main_new/bitrix/catalog.element/bootstrap_v4/images/minus1.svg) no-repeat center;
	background-size: 10px;
}

.product-detail-byu-container .product-item-amount-field-btn-plus:hover:after,
.product-detail-byu-container .product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-detail-byu-container .product-item-amount-field {
	display: inline-block;
	padding: 0px;
	max-width: 40px;
	width: auto;
	height: 36px;
	border: 0;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	line-height: 15px;
	transition: border 300ms ease;
}
.product-detail-byu-container .product-item-amount-field-container .count_input {
	display: flex;
	align-items: center;
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
	border-left: 0px;
	border-right: 0px;
	height: 36px;
	margin: 0px;
	border-radius: 0px;
	background-color: #fff;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus {
	outline: none !important;
	border-color: var(--main_color);
	border-color: var(--theme-color-primary);
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.product-item-amount-description-container {
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #7DC054;
	font-weight: normal;
	font-size: 13px;
}
.product-item-quantity.empty {
	color: #8c8c8c;
	display: none;
}

/*endregion*/
.product_rating span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: var(--mian_font_color);
}
.product_rating .count_title {
	margin-right: 0px;
}
.product_rating .count_rating {
	margin-left: 3px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #696969;
	font-size: 12px;
}
.product_rating .fa-star {
	margin-left: 5px;
	color: #c5c5c5;
	font-size: 14px;
}
.product_rating .fa-star.active, .product_rating .fa-star.active-star {
	color: var(--main_color);
}

/*region Buy button*/
.btn.product-item-detail-buy-button {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 150px;
	padding-top: 9px;
	padding-bottom: 9px;
}

.btn-not-avaliable .disabled {
	color: #636363;
	font-size: 14px;
	max-width: inherit;
	font-weight: bold;
	padding: 0;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button { margin: 0; }

.btn.product-item-detail-buy-button span {
	/*position: absolute;*/
	/*top: 50%;*/
	/*right: 0;*/
	/*left: 0;*/
	/*display: inline-block;*/
	/*min-height: 16px;*/
	/*max-width: 100%;*/
	/*white-space: normal;*/
	/*line-height: 16px;*/
	/*transform: translateY(-50%);*/
}

/*endregion*/

/*region Slider */
.product-item-detail-slider-container {
	position: relative;
	max-width: 100%;
	background: transparent;
	transition: background 800ms ease;
	z-index:90;
}

.product-item-detail-slider-block {
	position: relative;
	box-sizing: border-box;
	padding-top: 56.25%;
	height: 0;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square { padding-top: 480px; }

.product-item-detail-slider-images-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* background-color: #fff; */
}

.product-item-detail-slider-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
	z-index: 10;
	opacity: 1;
}

.product-item-detail-slider-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
	outline: none;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 180;
	height: 3px;
	background-color: var(--main_color);
	background-color: var(--theme-color-primary)
}

/*endregion*/

/*region Slider Controls*/
.product-item-detail-slider-controls-block {
	padding: 10px 0;
	text-align: center;
}

.product-item-detail-slider-controls-image:hover,
.product-item-detail-slider-controls-image.active { outline-color: var(--theme-color-primary); }

.bx-no-retina .product-item-detail-slider-controls-image.active { outline-width: 2px; }

.bx-retina .product-item-detail-slider-controls-image { outline-width: .5px; }

.bx-retina .product-item-detail-slider-controls-image.active { outline-width: 1px; }

.product-item-detail-slider-left,
.product-item-detail-slider-right {
	position: absolute;
	top: 50%;
	bottom: 0;
	z-index: 111;
	display: block;
	height: 27px;
	width: 27px;
	background-size: 6px;
	opacity: .57;
	cursor: pointer;
	transition: all 300ms ease;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	transform: translate(-50%, 0%);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover{
	color: var(--main_color_hover);
}
.product-item-detail-slider-left:active,
.product-item-detail-slider-right:active{
	color: var(--main_color_active);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}


.product-item-detail-slider-left {
	left: 30px;
}

.product-item-detail-slider-right {
	right: 15px;
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
	background-color: rgba(255, 255, 255, .4);
	opacity: .8;
}

.product-item-detail-slider-close { display: none; }

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
	position: absolute;
	top: 4px;
	right: 110px;
	bottom: 0;
	z-index: 150;
	display: block;
	width: 50px;
	height: 50px;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .27;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover { opacity: 1; }

.product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 105px; }

/*endregion*/

/*region magnified*/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image { z-index: 100; }

/*.product-item-detail-slider-container.magnified .product-item-detail-slider-image img { outline-color: #ddd; }*/

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right { z-index: 50; }

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring { opacity: 0; }

/*	>>>	popup*/
.product-item-detail-slider-container.popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
	animation-name: imgPopupShow;
	animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 105px; }

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
	padding-top: 0;
	height: 100vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100vh;
	width: calc(100% - 150px);
	transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-moz-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-ms-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-o-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
	max-width: 100%;
	max-height: 90vh;
	width: auto;
	cursor: default
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	padding: 20px;
	border-left: 1px solid #d3d3d3;
	background-color: #fff;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
	display: block;
	margin-bottom: 20px;
}

.product-fix-right .product-item-detail-price {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media(max-width:900px){
	.product-fix-right .product-item-detail-price {
	    flex-direction: row-reverse;
		flex-wrap: wrap;
        gap: 0 12px;
        justify-content: flex-end;
	}
	.product-fix-right .prop_old-price {
		font-size: 14px;
	}
}

/*endregion*/
/*region  Slider Mobile*/
@media (max-width: 767px) {
	.product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 0; }

	.product-item-detail-slider-container.popup .product-item-detail-slider-block {
		padding-top: 0;
		height: calc(100vh - 111px);
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-image { width: 90%; }

	.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
		max-width: 100%;
		max-height: calc(100vh - 115px);
		width: auto;
		cursor: default;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		overflow-x: auto;
		max-height: 111px;
		border-top: 1px solid #d3d3d3;
		border-left: none;
		white-space: nowrap;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
		display: inline-block;
		margin-bottom: 0;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-close {
		right: 10px;
		z-index: 200;
	}

	.product-item-detail-slider-left,
	.product-item-detail-slider-right { max-width: 75px; }

	.product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 0; }

}

/*endregion*/

/*region Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 190;
	opacity: 1;
	transition: opacity 450ms ease;
}

/* .product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
} */

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring { display: none; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

.product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-detail-info-top .product-item-label-ring {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 20px;
		height: 20px;
		font-size: 13px;
		line-height: 20px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-detail-info-top .product-item-label-ring.product-item-label-top { top: 20px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-detail-info-top .product-item-label-ring.product-item-label-left { left: 15px; }

.product-item-label-left > div { text-align: left; }

.product-detail-info-top .product-item-label-ring.product-item-label-bottom { bottom: 132px; }

.product-item-label-middle {
	top: 50%;
	transform: translateY(-50%);
}

.product-detail-info-top .product-item-label-ring.product-item-label-right { right: 0px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle { transform: translateY(-50%) translateX(-50%); }

/*endregion*/

/*region  Tabs */
.product-item-detail-tabs {
	margin-top: 15px;
}
.product-item-detail-tabs-list.nav-tabs {
	justify-content: center;
	align-items: center;
	border: none;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
	text-decoration: none;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after { height: 3px; }

.product-item-detail-tab-link:active:after { height: 6px; }

.product-item-detail-tab-content { padding: 25px 0 40px; }
.tab-content-row.row{
	background-color: #fff;
	padding: 30px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	margin-left: 0px;
	margin-right: 0px;
}
/*region Small Card*/
.product-item-detail-short-card-fixed {
	position: fixed;
	top: -85px;
	right: 0;
	left: 0;
	z-index: 310;
	box-sizing: border-box;
	height: 85px;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active { top: 85px; }

.bx-touch .product-item-detail-short-card-fixed { display: none !important; }

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
	margin: 0 auto;
	max-width: 1048px;
	display: flex;
	width:100%;
	align-items: center;
}

.product-item-detail-short-card-image {
	padding-right: 15px;
	width: 80px;
	max-width:80px;
	vertical-align: middle;
	text-align: center;
}

.product-item-detail-short-card-image img {
	max-width: none;
	height: 65px;
}

.product-item-detail-short-title-container {
	max-width: 650px;
	flex:1;
}

.product-item-detail-short-title-text {
	display: block;
	color: var(--main_font_color);
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-short-card-price {
	padding: 0 10px;
	vertical-align: middle;
	text-align: right;
}

.product-item-detail-short-card-btn {
	padding-left: 10px;
	min-width: 120px;
}

/*endregion*/

/*region Properties */
.product-item-detail-tab-content { display: none; }

.product-item-detail-tab-content.active { display: block; }

.product-item-detail-tab-content h3 {
	display: none;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 20px;
}

.product-item-detail-properties {
	margin: 0;
	list-style: none;
	display: block;
}

.product-item-detail-properties-item {
	padding: 3px 0;
	display: flex;
	align-items: stretch;
}

.product-item-detail-properties-item.brand .product-item-detail-properties-value a,
.product-detail-description-link {
	color: var(--main_link_color);
	border-bottom: 1px solid;
}
.product-item-detail-properties-item.brand .product-item-detail-properties-value a:hover,
.product-detail-description-link:hover {
	border-bottom-color: transparent;
}

.product-item-detail-properties-dots{
	border-bottom:1px dotted #a5a5a5;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.product-item-detail-properties-name {
	font-weight: 500;
}
.product-detail-description-title {
	margin-right: 25px;
}
.sku-line-block-color, .sku-line-block-size {
	padding: 15px 0;
}
.sku-line-block-color .product-item-scu-item-color-container, .sku-line-block-size .product-item-scu-item-text-container {
	padding: 0;
	margin-left: 5px;
}
.sku-line-block-color .product-item-scu-item-color-container:first-child, .sku-line-block-size .product-item-scu-item-text-container:first-child {
	margin-left: 0;
}
.sku-line-block-color .product-item-scu-item-color-container {
	height: 40px;
	max-width: 40px;
	width: 40px;
}
.sku-line-block-size .product-item-scu-item-text-container {
	/*width: 60px;*/
}
.product_card_detail .product-item-scu-item-list {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.sku-line-block-color .product-item-scu-item-color-block {
	padding-top: calc(100% - 2px);
}
.sku-line-block-color .product-item-scu-item-color {
	-webkit-background-size: cover;
	background-size: cover;
}
.sku-line-block-size .product-item-scu-item-text-block {
	padding: 6px 8px;
}
.sku-line-block-size .product-item-scu-item-text {
	line-height: normal;
	font-size: 12px;
}
.sku-line-block-color .product-item-scu-item-color-block, .sku-line-block-size .product-item-scu-item-text-block {
	outline: none !important;
	border: 1px solid #e8e8e8;
}
.product-item-scu-item-text-block:hover, .product-item-scu-item-color-block:hover {
	border-color: #a8a8a8;
}

/*endregion*/

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] { -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }

.fancybox-stage {
	width: 100%;
	min-width: 320px;
	max-width: 1024px;
	height: 90%;
	margin: auto;
	text-align: center;
	transition: .2s ease-in-out;
}

.product-detail-sku-container .sku-line-block {
	/*display: flex;*/
	/*align-items: center;*/
}
.product-detail-sku-container {
	padding-top: 15px;
	padding-bottom: 15px;
}
.product-detail-sku-container .product-item-scu-container-title {
	margin-right: 5px;
}
.byu-container-row {
	padding-top: 10px;
}

.composite_name, .nutrition-title, .nutrition_value, .product-item-scu-container-title {font-weight: 400;color: var(--main_font_color);}
.product-detail-composite_article .composite_name,
.product-detail-composite_article .composite_value{
	color: #535353;
	font-size: 14px;
	line-height: 13px;
}
.nutrition-title {
	margin-bottom: 15px;
}
.product-detail-composite-container, .product-detail-nutrition-container,
.product_card_detail .product-item-scu-container-title {
    font-size: 14px;
}
.nutrition-item {
    border-radius: 3px;
    border: solid 2px #d3e8bb;
	text-align: center;
	min-width: 90px;
}
.nutrition_percent {
	background-color: #d3e8bb;
	padding: 3px 0;
}

.nutrition_name {
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
}

.nutrition_value {
	padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
}

.product-detail-byu-container {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.product_card__title h1 {
	/* font-size: 26px; */
	line-height: 1.3;
	color: var(--main_font_color);
	margin-bottom: 18px;
}

.product_card__title .name {
	color: var(--main_font_color);
	opacity: .5;
	font-size: 14px;
	margin-top: 5px;
}

.product_card__title .product_card__brand {
	font-size: 24px;
	font-weight: 500;
}

.product-detail-sales-slider .slider_wrapper h2,
.product-detail-viewed-slider .slider_wrapper h2 {
	font-size: 24px;
	font-weight: 500;
}
.product_card_detail .catalog__content .product-detail-slider .product_card-flags {
	right: -15px;
}
@media (max-width: 900px){
	.product-detail-sales-slider .slider_wrapper h2,
	.product-detail-viewed-slider .slider_wrapper h2{
		font-size: 18px;
	}
}
/* tabs */

.product-item-detail-tabs .sub-title-tab {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
	color: var(--main_font_color);
}
.product-item-detail-tabs .properties-tab {
	border-bottom: solid 1px #e4e4e4;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.product-item-detail-tabs .content-tab {
	/* font-size: 14px; */
	font-size: 1rem;
}
.product-item-detail-tabs-list .product-item-detail-tab-link {
	font-size: 20px;
	font-weight: 500;
	border: 0;
}

.product-item-detail-tabs-list .product-item-detail-tab-link {
	font-size: 20px;
	font-weight: 500;
	border: 0;
}

.product-item-detail-tabs-list .product-item-detail-tab-link span {
	border-bottom: 3px solid transparent;
	padding: 0 5px 3px;
	transition: .2s ease-in-out;
}

.product-item-detail-tabs-list .product-item-detail-tab-link:hover {
	background-color: transparent;
}

.product-item-detail-tabs-list .product-item-detail-tab-link {
	border: 0 !important;
	padding: 5px;
}

.product-item-detail-tabs-list .product-item-detail-tab-link:hover span {
	/*border-bottom-color: #a9de6d;*/
}
.product-item-detail-tabs-list .product-item-detail-tab-link.active span {
	border-bottom-color: var(--main_color);
}
.product-item-detail-properties-item .properties-item {
	width: 100%;
	align-items: flex-start;
}
.product-item-detail-properties-item .product-item-detail-properties-value a {
	color: var(--main_link_color);
	border-bottom: 1px dashed;
}

.product-item-detail-properties-item .product-item-detail-properties-value a:hover {
	border-bottom-color: transparent;
	color: var(--main_color_hover);
}

.product-detail-sales-slider  .owl-carousel .owl-stage-outer {
	padding-bottom: 85px;
}
.product-detail-sales-slider .product_item__price .price {
	/*font-size: 18px;*/
	/*display: inline-block;*/
	/*margin-right: 5px;*/
}

.product-detail-sales-slider .product_item__price .price .fa {
	/*font-size: 16px;*/
}

.product-detail-sales-slider .product_item__price .price-unit {
	/*display: inline;*/
	/*color: #232323;*/
	/*font-size: 14px;*/
	/*font-weight: bold;*/
}
.product-detail-sales-slider .product_item__price .old_price {
	/*position: static;*/
	/*display: inline-block;*/
}

/* region new style product-card-detail --------------------------------------------------------------------------*/

.sku-line-block-color, .sku-line-block-size, .product-detail-descriptions {
	margin: 20px 0;
	padding: 0;
	line-height: 1.5;
}

.product_card_detail .product-item-scu-container-title, .product-detail-description-title {
	color: var(--main_font_color);
}

.product-detail-descriptions .tab-content {
	line-height: 1.86;
}

.product-detail-info-top .btn-not-avaliable .disabled {
	font-size: 18px;
}
.product-detail-info-top .btn-not-avaliable {
	background: none;
	padding: 0;
}

.product-item-detail-slider-block {
	height: 480px;
	padding-top: 0;
	width: 100%;
	/* background: #fff; */
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.product-item-detail-slider-container {
	display: flex;
	justify-content: space-between;
}

.product-item-detail-slider-controls-block {
	width: 85px;
	height: 466px;
	padding: 28px 0;
	margin-top: -28px;
	position: relative;
}

.product-item-detail-slider-controls-block .swiper-container {
	height: 100%;
}

.product-item-detail-slider-controls-block .swiper-wrapper {
	flex-direction: column;
}

.product-item-detail-gallery .swiper-arrow {
	font-size: 0;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: none;
	border: none;
	padding: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	font-family: FontAwesome;
	transition: .3s ease-in-out;
	opacity: 0;
}

.product-item-detail-gallery .is-slider .swiper-arrow {
	opacity: .5;
}

.product-item-detail-gallery .is-slider .swiper-arrow.swiper-button-disabled, .product-item-detail-gallery .is-slider .swiper-arrow.swiper-button-disabled:hover {
	opacity: .2;
	cursor: default;
}

.product-item-detail-gallery .is-slider .swiper-arrow:hover {
	opacity: 1;
}

.product-item-detail-gallery .swiper-next {
	bottom: 0;
}

.product-item-detail-gallery .swiper-prev {
	top: 0;
}

.product-item-detail-gallery .swiper-arrow:before {
	display: block;
	font-size: 25px;
}

.product-item-detail-gallery .swiper-next:before {
	content: '\f107';
}

.product-item-detail-gallery .swiper-prev:before {
	content: '\f106';
}

.product-item-detail-gallery {}

.product-item-detail-content {}

.product-item-detail-slider-controls-image.swiper-slide, .product-fast-item-detail-slider-controls-image.swiper-slide {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 94.5px;
	margin-bottom: 10px;
	box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
	border: solid 1px #e2e2e2;
	outline: none !important;
	transition: .2s ease-in-out;
	background-color: #fff;
	cursor: pointer;
	text-align: center;
}

.product-item-detail-slider-controls-image img, .product-fast-item-detail-slider-controls-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 105px;
	max-height: 70px;
	width: auto;
	height: auto;
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left, .product-item-detail-slider-right {
	opacity: 1;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-left, .product-item-detail-slider-container.popup .product-item-detail-slider-right {
	display: block;
}

.product-item-detail-slider-left:hover, .product-item-detail-slider-right:hover {
	opacity: 1;
}

.product-item-detail-slider-controls-image:hover, .product-fast-item-detail-slider-controls:hover {
	border-color: #a8a8a8;
}

.product-item-detail-slider-controls-image.active, .product-fast-item-detail-slider-controls-image.active {
	border-color: rgba(35, 34, 34, .4);
}

.product-item-scu-item-text {
	text-transform: none;
}

.product-item-detail-gallery .product_card-flags {
	/* right: 0px; */
	top: 75px;
}

.product-item-detail-gallery .product_card-flags .flag-item.stock {
	font-size: 14px;
}

.product-detail-pay-block {
	display: flex;
	align-items: center;
}

.price__block {
	margin-right: 50px;
}

.product_add-favour {
	margin-left: 25px;
}

.product-detail-pay-item .product-detail-buy-button {
	display: block;
	width: 170px;
	padding: 11px 0;
	text-align: center;
}

.nav-tabs, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: none;
	padding: 0;
}

.product-detail-descriptions .tab-content {
	font-size: 14px;
	padding: 15px 0;
}

.product-detail-descriptions .nav-tabs > li > a {
	margin: 0;
	line-height: normal;
	border: none;
	border-radius: 0;
	padding: 0;
	background-color: transparent !important;
	display: inline-block;
	color: var(--main_link_color);
	border-bottom: 1px solid;
	margin-right: 15px;
	font-weight: bold;
}
.product-detail-descriptions .nav-tabs > li:hover > a {
	border-bottom-color: transparent;
}

.nav-tabs > li.active > a {
	color: #232222;
	border-bottom-color: transparent;
	/*font-size: 18px;*/
}

.catalog-set-constructor-wrapper {
	padding: 50px 0;
}
.to_favorites:active,
.to_favorites:focus,
.to_favorites:hover,
.to_favorites.active{
	border: none!important;
}
.product_add-favour.to_favorites .fa {
	width: 100%;
	height: 100%;
	font-size: 18px;
	padding: 8px 0;
	text-align: center;
	color: var(--main_color);
}
.product_add-favour.to_favorites .fa:before {
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}

.product_add-favour.to_favorites.active .fa:before, .product_add-favour.to_favorites:hover .fa:before {
	content: "\f004";
}

/* endregion -------------------------------------------------------------------------- */

@media screen and (max-width: 1300px) {
	.nutrition-col {
		padding-left: 10px !important;
	}

	#catalog__content .nutrition-col:first-child {
		padding-left: 15px !important;
	}
}

@media screen and (max-width: 1140px) {
	#catalog__content .nutrition-col:first-child {
		padding-left: 10px !important;
	}

}

@media screen and (max-width: 1024px) {
	.product-item-label-ring.product-item-label-small.product-item-label-bottom.product-item-label-right{
		right: 10px!important;
		bottom: 10px!important;
	}
	.special_offer .fast_view.btn-primary {
		/*width: auto;*/
	}
	.product-item-detail-gallery .swiper-arrow {
		bottom: 0;
		top: 0;
		transform: rotate(-90deg);
	}
	.product-item-detail-gallery .swiper-arrow.swiper-prev {
		left: 0;
		right: auto;
	}
	.product-item-detail-gallery .swiper-arrow.swiper-next {
		right: 0;
		left: auto;
	}

	/* region detail page */
	.product-item-detail-slider-controls-block .swiper-wrapper {
		flex-direction: row;
	}
	.product-item-detail-slider-controls-block {
		width: 100%;
		height: 80px;
		padding: 0 28px;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.product-item-detail-slider-controls-image.swiper-slide, .product-fast-item-detail-slider-controls-image.swiper-slide {
		width: 165.5px;
		height: 80px;
		margin-right: 10px;
		margin-bottom: 0;
	}
	.product-item-detail-slider-controls-block.active .product-item-detail-slider-controls-image-wrapper {border-color: rgba(35, 34, 34, .4);}

	.popup-window-titlebar-close-icon {
		background-color: transparent;
		right: 0;
		top: 0;
	}

	.popup-window-titlebar-close-icon:before, .popup-window-titlebar-close-icon:after {
		background-color: #aaa;
	}

	.product_card_detail .product-detail-info-top {
		display: flex;
	}
	.product-item-detail-slider-container {
		flex-wrap: wrap;
	}
	/*.product_card_detail .product-item-detail-main-info, .product_card_detail .product-item-detail-gallery {*/
	/*	padding-left: 10px;*/
	/*	padding-right: 10px;*/
	/*	flex: 0 0 50%;*/
	/*	max-width: 50%;*/
	/*	margin: auto;*/
	/*}*/

	.product-item-detail-slider-block {
		width: 100%;
		height: 350px;
		margin-bottom: 15px;
		order: -1;
	}

	.product-item-detail-slider-controls-image img {
		max-width: 75px;
		max-height: 70px;
	}

	.product_card__title h1 {
		margin-top: 15px;
	}

	.product_card_detail .product-detail-pay-block .to_favorites {
		display: none;
	}

	.product_card_detail .to_favorites.mobile-fav {
		position: absolute;
		z-index: 100;
		left: 10px;
		bottom: 10px;
		display: none!important;
	}

	.product_add-favour.active {
		border: 2px solid var(--main_color);
	}

	.product-detail-pay-block {
		flex-direction: column;
		text-align: center;
	}

	.product-detail-pay-item.product-detail-pay-item {
		width: 100%;
	}

	.price__block {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.product-item-detail-price-current {
		font-size: 25px !important;
	}

	.product-item-detail-price-old span {
		font-size: 18px;
	}

	.product-detail-pay-item .product-detail-buy-button {
		width: 200px;
		margin: auto;
	}
	/*endregion detail page*/

	.product_card_detail .product-item-detail-gallery {margin-top: 30px;padding-left: 0px;padding-right: 0px;}
	.product_card_detail .product_card__title {
		border-bottom: 1px solid #e9e9e9;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.product_card_detail .product-detail-byu-container {margin-top: 5px;}

	.product-item-detail-tabs-list .product-item-detail-tab-link {
		font-size: 18px;
	}

}

@media screen and (max-width: 991.98px) {

	.properties-item .product-item-detail-properties-name {
		max-width: 70%;}
	.properties-item .product-item-detail-properties-value {
		opacity: .7;}
	.product-item-detail-properties-item .properties-item {
		justify-content: space-between;
		align-items: flex-end;
	}
}

@media screen and (max-width: 767.98px) {

	.product-item-detail-slider-controls-block {
		max-width: 575px;
		margin-left: auto;
		margin-right: auto;
	}

}

@media screen and (max-width: 575.98px) {
	#catalog__content .nutrition-col {
		padding-left: 5px !important;
	}
	.product-detail-sku-container .product-item-scu-container-title {
		margin: 15px 0 5px;}
	.product-detail-price-item {
		display: block;
		margin-left: 0;
	}
	.btn.product-item-detail-buy-button {
		width: 120px;}

	.product-item-detail-slider-controls-image.swiper-slide, .product-fast-item-detail-slider-controls-image.swiper-slide {
		width: 108px;
	}
	.product-item-detail-slider-controls-block {
		max-width: 400px;
	}
}
@media screen and (max-width: 400px) {

	.product-item-detail-slider-controls-image.swiper-slide, .product-fast-item-detail-slider-controls-image.swiper-slide {
		width: 81.3px;
	}
	.product-item-detail-slider-controls-block {
		max-width: 320px;
	}

	.product_card_detail h2, .product_card__title h1, h2 {
		font-size: 18px;
	}
	#catalog__content .nutrition-item {
		min-width: 70px;
		font-size: 12px;
	}

	.product-item-detail-slider-image img {
		max-width: 85%;
		max-height: 85%;
	}

}
.product-item-detail-slider-image {
    display: none;
}
.product-item-detail-slider-image.active {
   display: block;
}

.product-item-container.hover .product-item{
	z-index: 9999;
	overflow: hidden;
}

.product-item-detail-slider-controls-block{
	display: none!important;
}






.product-detail-composite-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}
.product-detail-composite_icons{
	position: relative;
	display: flex;
	align-items: center;
}
.product-detail-composite_icons .composite_icons{
	cursor: pointer;
}
.product-detail-composite_icons .composite_icons.favour.active .normal{
	opacity: 0;
}
.product-detail-composite_icons .composite_icons .normal:hover{
	fill: var(--main_color);
}
.product-detail-composite_icons .composite_icons.compare.active .normal{
	fill: var(--main_color);
	opacity: 1;
}
.product-detail-composite_icons .composite_icons.favour:hover .heart.active{
	opacity: 0;
}
.product-detail-composite_icons .composite_icons.favour:hover .normal{
	fill: var(--main_color);
}
.product-detail-composite_icons .composite_icons.favour.active .heart.active{
	opacity: 1;
}
.product-detail-composite_icons .composite_icons.favour .heart.active{
	opacity: 0;
}
.product-detail-composite_icons .composite_icons .normal{
	position: relative;
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .2s ease;
}
.product-detail-composite_icons .composite_icons .heart.active{
	position: absolute;
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .2s ease;
}
.product-detail-composite_icons .composite_icons{
	margin-left: 0px;
}

.product-detail-description-container{
	margin-top: 38px;
}
.description_row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.description_block{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}
.description_block:last-child{
	align-items: center;
}
.description_block .description_block_icon{
	margin-right: 10px;
}
.description_block:not(:last-child){
	margin-right: 30px;
}
@media (max-width: 900px){
	.description_block{
		margin-bottom: 15px;
	}
}
.description_block .description_block_text{
	display: flex;
	align-items: center;
}
.description_block_text{
	line-height: 1;
}
.description_block_text a{
	color: var(--main_font_color);
	font-size: 14px;
	border-bottom: 1px dashed var(--main_font_color);
	padding-bottom: 2px;
	line-height: 1;
}
.description_block_text span{
	color: var(--main_font_color);
	font-size: 14px;
}
.description_block_text a:hover{
	border-bottom-color: transparent;
	color: var(--main_color_hover);
}
.description_block:last-child .description_block_text a{
	line-height: 1;
}
.description_block:last-child .description_block_text{
	max-width: 208px;
}
.description_block:last-child .description_block_text span{
	line-height: 19px;
}
.block_rating_drink {
	margin-bottom: 40%;
}
@media (min-width: 1024px){
	.block_rating_drink {
		margin-top: 0px;
	}
}
.block_rating_drink .block_rating{
	margin-bottom: 10px;
}
.block_rating_drink .block_rating .rating{
	display: flex;
	align-items: center;
}
.block_rating_drink .block_rating .rating li + li{
	margin-left: 16px;
}
.block_rating_drink .block_rating .rating li.active .circle svg{
	fill: var(--main_color);
}
.block_rating_drink .block_rating .rating li.noraml .circle svg{
	fill: #C4C4C4;
}
.block_rating_drink .block_rating .rating li.position span{
	text-transform: uppercase;
	font-size: 12px;
	color: var(--main_font_color);
	font-weight: 500;
}
.block_drink_description_item{
	display: flex;
	align-items: center;
}
.block_drink_description_item:not(:last-child){
	margin-bottom: 60px;
}
.description_item_content{
	display: flex;
	flex-direction: column;
}
.description_item_content .temperature{
	font-size: 24px;
	line-height: 34px;
	color: var(--main_font_color);
}
@media (max-width: 900px){
	.block_drink_description_item{
		margin-bottom: 60px;
	}
}
.block_drink_description_item{
	display: flex;
	align-items: flex-start;
}
.description_item_content{
	display: flex;
	flex-direction: column;
}
.description_item_content .title{
	font-size: 16px;
	line-height: 22px;
	color: var(--main_font_color);
	margin-bottom: 5px;
	font-weight: 500;
}
.description_item_content ul li{
	font-size: 14px;
	line-height: 14px;
	color: var(--main_font_color);
	position: relative;
	padding-left: 10px;
	margin-bottom: 10px;
}
.description_item_content ul li:before{
	content: '-';
	top: 1px;
	left: 0;
	position: absolute;
}
.description_item_img{
	margin-right: 15px;
}

.product-item-detail-properties-name{
	position: relative;
	background-color: #fff;
}
/* .product-item-detail-properties-name:after{
	position: absolute;
	width: 100%;
	border-bottom: 1px dashed #b1b1b1;
	bottom: 7px;
	margin-left: 7px;
	content: '';
} */
.product-item-detail-properties-value{
	background-color: #fff;
	padding-left: 4px!important;
}
.properties-item{
	overflow: hidden;
}
.product-detail-info-top{
	margin-bottom: 40px;
}
.main_content{
	margin-bottom: 0px!important;
	padding-bottom: 0px!important;
}
.wrapper-inner{
	padding-bottom: 10px;
}
.header-bottom-line.wrapper-inner{
	padding-bottom: 0px;
}
.footer .wrapper-inner{
	padding-bottom: 0px;
}
.header .wrapper-inner{
	padding-bottom: 0px;
}
.product_card-country_origin{
	position: absolute;
	top: 20px;
	z-index: 15;
	left: 20px;
}
.country_origin_img img{
	max-width: 42px;
	max-height: 28px;
}

.product-detail-viewed-slider{
	margin-top: 0px!important;
}

.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block{
	border-color: #EFEFEF!important;
}

.product-item-scu-item-text-container.notallowed .product-item-scu-item-text{
	color: #474747;
	opacity: 0.2;
}

.product-fix-block {
	background-color: var(--darkblack);
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    z-index: 1000;
}
.product-fix {
    display: flex;
	justify-content: space-between;
	align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 12px 24px;
}
.product-fix-name {
	width: 60%;
    font-weight: 700;
    font-size: 18px;
}
.product-fix-right {
	width: 40%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 32px;
}
.product-fix-right .product-detail-price-item .ff-MontserratRegular {
	font-weight: 700;
	font-size: 21px;
}

@media screen and (max-width: 1200px) {
    .product-fix .product-item-detail-price {
        padding-bottom: 0;
    }
}
@media (max-width: 900px){
	.block_rating_drink{
		margin-bottom: 60px;
	}
	.block_drink_description_comesto{
		margin-bottom: 60px;
	}
	#breadcrumbs{
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	.product-fix-name {
    	width: 100%;
    	font-size: 16px;
    	margin-bottom: 8px;
	}
	.product-fix-right {
		width: 100%;
		justify-content: flex-start;
		gap: 24px;
	}
	.product-fix-right .product-detail-price-item .ff-MontserratRegular {
		font-size: 18px !important;
		font-weight: 400;
	}
}
@media (min-width: 1024px){
	.row.product_card_row{
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media (max-width: 900px){
	.tab-content-row.row{
		padding: 10px 0px;
	}
}

@media (max-width: 600px){
    .product-fix-name {
        font-size: 14px;
		font-weight: 400;
		margin-bottom: 4px;
	}
    .product-fix-right .product-detail-price-item .ff-MontserratRegular {
        font-size: 16px !important;
    }
	.product-fix-right .product-fix-btn a {
		padding: 8px 24px !important;
    	font-size: 12px;
	}
    .product-fix-right {
        justify-content: space-between;
	}
}
.product_card_detail_fast{
	opacity: 1 !important;
}

.fast_elem_wrapper .product-detail-info-top{
	margin-bottom: 0px!important;
}
.link-detail-page-wrp{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.link-detail-page-wrp a{
	color: var(--main_color);
	transition: .3s;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	border-bottom: 1px solid var(--main_color);
}
.link-detail-page-wrp a i{
	margin-left: 5px;
}
.link-detail-page-wrp a:hover{
	color: var(--main_color_active);
	border-bottom: 1px solid transparent;
}
.link-detail-page-wrp a:active,
.link-detail-page-wrp a:focus{
	color: var(--main_color_active);
	border-bottom: 1px solid transparent;
}
@media (max-width: 1365px){
	.product-item-detail-price-current span{
		font-size: 24px!important;
	}
	.product-item-detail-price-current i.fa{
		font-size: 20px;
	}
}
@media (max-width: 1024px){
	/* .basket_icon .img_basket, .btn.product-item-detail-buy-button .img_basket{
		display: none;
	} */
	.special_offer .basket_icon .img_basket,
	.special_offer .btn.product-item-detail-buy-button .img_basket{
		display: block!important;
	}
}

.product-detail-slider.product-detail-viewed-slider{
	padding-left: 0px!important;
	padding-right: 0px!important;
}
@media (min-width: 1024px){
	.product-detail-slider.product-detail-sales-slider{
		padding-left: 0px;
		padding-right: 0px;
	}
}
.product-item-detail-info-container{
	display: inline-block;
	margin-left: 10px;
}




.text-twelve {
	font-size: 12px;
	line-height: 1.3;
}
.text-fourteen {
	font-size: 14px;
	line-height: 1.4;
}
.text-sixteen {
	font-size: 16px;
	line-height: 1.5;
}
.text-eighteen {
	font-size: 18px;
	line-height: 1.3;
}
.text-twenty {
	font-size: 20px;
	line-height: 1.4;
}
.text-twfour {
	font-size: 24px;
	line-height: 1.3;
}
.text-thtwo {
	font-size: 32px;
	line-height: 1.2;
}
.fw-600 {
	font-weight: 600;
}
.mb-16 {
	margin-bottom: 16px;
}
.mb-24 {
	margin-bottom: 24px;
}
.mt-32 {
	margin-top: 32px;
}
.mb-32 {
	margin-bottom: 32px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-64 {
	margin-bottom: 64px;
}
.mb-96 {
	margin-bottom: 96px;
}


.pr-detail-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.pr-detail-tag-item {
	border: 1px solid transparent;
	border-radius: 45px;
	display: flex;
	gap: 4px;
	justify-content: center;
	align-items: center;
	padding: 6px 12px;
	line-height: 1.3;
}
.pr-detail-tag-item::before {
	width: 16px;
	height: 16px;
}
.pr-detail-tag-item.in-stock::before {
	content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9983_733)'%3E%3Cpath d='M8.00001 14.6668C11.6819 14.6668 14.6667 11.6821 14.6667 8.00016C14.6667 4.31826 11.6819 1.3335 8.00001 1.3335C4.31811 1.3335 1.33334 4.31826 1.33334 8.00016C1.33334 11.6821 4.31811 14.6668 8.00001 14.6668Z' stroke='white' stroke-width='1.2'/%3E%3Cpath d='M5.66669 8.3335L7.00002 9.66683L10.3334 6.3335' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9983_733'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.pr-detail-tag-item.in-wait::before {
	content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9983_1996)'%3E%3Cpath d='M8.00004 14.6666C11.6819 14.6666 14.6667 11.6818 14.6667 7.99992C14.6667 4.31802 11.6819 1.33325 8.00004 1.33325C4.31814 1.33325 1.33337 4.31802 1.33337 7.99992C1.33337 11.6818 4.31814 14.6666 8.00004 14.6666Z' stroke='white' stroke-width='1.2'/%3E%3Cpath d='M8 5.33325V7.99992L9.66667 9.66659' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9983_1996'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.pr-detail-tag-item.in-stock, 
.pr-detail-tag-item.in-wait, 
.pr-detail-tag-item.is-remove {
	border-color: rgb(255 255 255 / 20%);
	background-color: #202020;
}
.pr-detail-tag-item.is-new::before {
	content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99999 14.0001C10.9453 14.0001 13.3333 11.7628 13.3333 9.00278C13.3333 6.50878 11.9767 4.55878 11.0413 3.62944C10.868 3.45744 10.5787 3.53344 10.4813 3.75544C9.98266 4.88211 8.94532 6.50411 7.61932 6.50411C6.79799 6.61411 5.54466 5.91211 6.55666 2.43278C6.64799 2.11944 6.31332 1.86744 6.05732 2.07678C4.60332 3.27011 2.66666 5.67411 2.66666 9.00278C2.66666 11.7628 5.05466 14.0001 7.99999 14.0001Z' fill='white'/%3E%3Cpath d='M7.99999 14.0001C10.9453 14.0001 13.3333 11.7628 13.3333 9.00278C13.3333 6.50878 11.9767 4.55878 11.0413 3.62944C10.868 3.45744 10.5787 3.53344 10.4813 3.75544C9.98266 4.88211 8.94532 6.50411 7.61932 6.50411C6.79799 6.61411 5.54466 5.91211 6.55666 2.43278C6.64799 2.11944 6.31332 1.86744 6.05732 2.07678C4.60332 3.27011 2.66666 5.67411 2.66666 9.00278C2.66666 11.7628 5.05466 14.0001 7.99999 14.0001Z' fill='white'/%3E%3C/svg%3E%0A");
}
.pr-detail-tag-item.is-new {
	background-color: #4B4B4B;
}
.pr-detail-tag-item.is-hit {
	background-color: #8C0014;
}
.pr-detail-tag-item.is-sale {
	background-color: #CB8551;
}
.pr-detail-top {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: space-between;
}
.pr-detail-action {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: end;
	align-items: center;
}
.pr-det-in-kp, 
.pr-det-in-fav {
	display: none;
    color: var(--darkgold);
}
.pr-detail-action .to_favorites.active>.pr-det-in-fav, 
.detail-compare-rmc .detail-compare-check-rmc:checked ~ .pr-det-in-kp {
    display: block;
}
.pr-detail-action .to_favorites.active>.pr-det-no-fav,
.detail-compare-rmc .detail-compare-check-rmc:checked ~ .pr-det-no-kp {
    display: none;
}
.pr-detail-main-content {
	display: flex;
	gap: 24px;
}
.pr-detail-main-images {
	width: calc(68% - 12px);
}
.pr-detail-main-blocks {
	width: calc(32% - 12px);
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.pr-detail-main-blocks>.pr-detail-main-info {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.pr-detail-info-top {
	display: flex;
	gap: 8px;
    justify-content: space-between;
	align-items: center;
}
.pr-detail-count {
	border: 1px solid rgb(255 255 255 / 20%);
	border-radius: 12px;
	padding: 8px 16px;
	background: #202020;
}
.pr-detail-main-price {
	display: flex;
	flex-direction: column;
	gap: 16px;
	border-radius: 24px;
	padding: 24px;
	background: #222222;
}
.pr-detail-prices {
	display: flex;
	gap: 16px;
	align-items: baseline;
}
.pr-detail-old-price {
	position: relative;
}
.pr-detail-old-price::before {
	content: url("data:image/svg+xml,%3Csvg width='83' height='12' viewBox='0 0 83 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.01025 10.1689L81.0083 0.989676' stroke='%238C0014' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.btn-round {
    padding: 16px 24px;
    border-radius: 16px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
    color: #ffffff !important;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
}
.btn-round-main {
	background: #CB8551;
}
.btn-round-main-border {
	border: 2px solid #CB8551;
}
.btn-round-grey {
	background: #ffffff33;
}
.btn-round-main.add_to_cart {
	border: 2px solid #CB8551;
}
.pr-detail-link-dush {
	display: flex;
	gap: 12px;
	align-items: center;
	color: #ffffff;
	padding: 8px 0;
	transition: .2s ease;
}
.pr-detail-link-dush>span {
	text-decoration: underline dotted;
}
.pr-detail-char-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.pr-detail-char-item {
    display: flex;
    gap: 12px;
    align-items: center;
}
.pr-detail-prev-text {
	color: #CB8551;
	text-decoration: underline dotted;
	margin-top: 4px;
	transition: .2s ease;
}
.pr-detail-main-docs, 
.pr-detail-main-services {
	border: 1px solid #444444;
	border-radius: 16px;
	padding: 32px 24px;
	display: flex;
    flex-direction: column;
    gap: 24px;
}
a.pr-detail-doc {
    background: #222222;
    padding: 16px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
	color: #ffffff !important;
	transition: .2s ease;
}
.pr-detail-doc-name {
	display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: calc(100% - 56px);
}
.pr-detail-doc-title {
	text-decoration: underline dotted;
}
.pr-detail-serv-item {
    background: #222222;
    padding: 16px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #ffffff !important;
    transition: .2s ease;
}
.pr-detail-serv-name {
    display: flex;
    align-items: center;
    gap: 16px;
}
.pr-detail-serv-name>span, 
.pr-detail-serv-pay-under {
	text-decoration: underline dotted;
}
.pr-detail-serv-pay {
    background: #222222;
    padding: 16px;
    border-radius: 16px;
    display: flex;
    gap: 16px;
    color: #ffffff !important;
    transition: .2s ease;
}
.pr-detail-serv-pay>.pr-detail-serv-pay-name {
	width: calc(100% - 56px);
	display: flex;
    flex-direction: column;
    gap: 8px;
}
.btn-round-white-border {
	border: 2px solid #ffffff;
}
.pr-detail-serv-pay-name .btn-round-white-border {
	padding: 12px 24px;
	width: fit-content;
	background: transparent;
}
.pr-detail-serv-pay-info {
	display: flex;
    flex-direction: column;
    gap: 8px;
}
.p-gallery {
	display: flex;
	gap: 24px;
}
.p-gallery__left {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.p-gallery__nav {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-height: 570px;
	overflow-y: hidden;
}
.p-gallery__thumb {
	border: 2px solid transparent;
	border-radius: 8px;
	padding: 0;
	background: #191919;
	cursor: pointer;
	width: 85px;
	height: 85px;
	flex: 0 0 auto;
	transition: opacity .15s ease, border-color .15s ease;
}
.p-gallery__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	display: block;
}
.p-gallery__thumb:hover {
	opacity: 1;
}
.p-gallery__thumb.is-active {
	opacity: 1;
	border-color: #CB8551;
}
.p-gallery__main {
	border-radius: 16px;
	background: #191919;
	overflow: auto;
    aspect-ratio: 7 / 6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-gallery__big {
	width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
	display: block;
}
.p-gallery__arrow {
	background: #222222;
	padding: 8px 16px;
	border-radius: 8px;
	cursor: pointer;
	line-height: 1;
	user-select: none;
	width: 100%;
}
.p-gallery__arrow:active {
	transform: translateY(1px);
}
.p-gallery__dots {
	/*display: flex;*/
	display: none;
	gap: 8px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 8px 0;
}
.p-gallery__dot {
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #8D969F;
	cursor: pointer;
	padding: 0;
	opacity: .3;
}
.p-gallery__dot.is-active {
	opacity: 1;
}
.p-gallery__right {
    width: calc(100% - 100px);
}
.p-gallery__nav .p-gallery__thumb>video {
	height: 100%;
}
.p-gallery__main .p-gallery__video {
	width: 100%;
}
.p-gallery__nav .p-gallery__thumb {
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.pr-detail-tabs {
    background: #191919;
    display: flex;
    gap: 12px;
	border-bottom: #3F3F3F;
}
.pr-detail-tab-name {
	padding: 24px;
	cursor: pointer;
	color: var(--darkestgray);
	transition: .2s ease;
}
.pr-detail-tab-name.active {
	color: var(--darkgold);
}
.offer-full-tab {
	display: none;
}
.offer-full-tab.active {
	display: block;
}
.pr-detail-share {
	display: flex;
	align-items: center;
	gap: 8px;
	transition: .2s ease;
	cursor: pointer;
	color: var(--darkestgray);
}
.pr-detail-share svg path {
	transition: .2s ease;
}
.link-copied {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .3s ease, transform .3s ease;
    pointer-events: none;
	display: flex;
	align-items: center;
	gap: 8px;
	color: #ffffff;
	padding: 16px;
	border-radius: 16px;
	background-color: #4E4E4E;
	position: fixed;
	z-index: 999;
	bottom: 40px;
	left: calc(50% - 100px);
	-webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
}
.link-copied.active {
    opacity: 1;
    transform: translateY(0);
}
.product_detail_block .bx-section-desc.bx-blue {
	display: none !important;
}
.pr-detail-elements-block .offer_wrapper {
	padding-top: 0;
	padding-bottom: 0;
}
.pr-detail-sameless h2 {
	display: none !important;
}
.pr-detail-sameless .owl-carousel .owl-nav button {
    width: 48px !important;
    height: 48px !important;
	opacity: 1;
}
.pr-detail-sameless .owl-carousel .owl-nav button.owl-prev {
    left: -0px !important;
    margin-top: -24px !important;
}
.pr-detail-sameless .owl-carousel .owl-nav button.owl-next {
    right: -0px !important;
    margin-top: -24px !important;
}
.pr-detail-sameless .owl-carousel .owl-nav .owl-prev span, 
.pr-detail-sameless .owl-carousel .owl-nav .owl-next span {
	opacity: 1;
}
.pr-detail-sameless .owl-carousel .owl-nav button span {
    border-radius: 12px !important;
    padding: 0 !important;
    background-color: #222222CC !important;
}
.pr-detail-sameless .owl-carousel .owl-nav .owl-prev span:before, 
.pr-detail-sameless .owl-carousel .owl-nav button.owl-prev.disabled:hover span:before, 
.pr-detail-sameless .owl-carousel .owl-nav button.owl-prev:hover span:before {
    color: #ffffff;
}
.fast_elem_wrapper .product-item-detail-properties-name, 
.fast_elem_wrapper .product-item-detail-properties-value {
	background: transparent;
}
.product_card_fast .fast_wrapper {
    align-items: flex-start !important;
}
.addcart-content {
	display: flex;
	align-items: flex-start;
	gap: 40px;
}
.addcart-product {
	display: flex;
	align-items: center;
	gap: 16px;
	width: calc(65% - 20px);
}
.addcart-product-img {
	background: #222222;
	border-radius: 16px;
	padding: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 128px;
	height: 128px;
}
.addcart-product-name-price {
	width: calc(100% - 144px);
}
.addcart-btns {
    width: calc(35% - 20px);
}
#addcart-form .form-body {
    width: 800px;
    max-height: 90vh;
    overflow-y: scroll;
}
#addcart-form .offer_wrapper {
    padding-top: 0;
    padding-bottom: 0;
}
.related-modal .product__list {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 8px;
}
.related-modal .slider_wrapper {
	margin-right: -8px;
	margin-left: -8px;
}
.related-modal .product_item_name_box {
	padding: 24px;
}
.related-modal .offer_wrapper .product-card .products-item-image::before {
	display: none;
}
.related-modal .offer_wrapper .products-item-image {
	background: none;
}
.header {
    overflow: visible !important;
}
.related-modal .add_to_cart.btn-round-main {
	width: fit-content;
}
#appAddOffer .modal-content {
	background: #191919;
}
#appAddOffer .title.text-black {
	color: #ffffff;
}
.pr-detail-tablet, .pr-detail-fix-buy {
	display: none;
}
.policy-checkbox span {
    flex-wrap: wrap;
}
#appAddOffer, .modal-backdrop {
	display: none !important;
}
.pr-detail-showroom>a {
	border-radius: 16px;
	border: 1px solid #444444;
	background-image: url('/local/templates/drink/components/bitrix/catalog/main_new/bitrix/catalog.element/bootstrap_v4/images/in-showroom.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
    background-size: contain;
    display: block;
    color: #ffffff;
	transition: .2s ease;
}
.pr-detail-showroom-text {
	padding: 16px;
}
.pr-detail-showroom-link {
	color: #CB8551;
	border-bottom: 1px dotted #CB8551;
	display: inline-block;
	transition: .2s ease;
}
.p-gallery__thumb-video{
	position:relative;
	width:100%;
	height:100%;
}
.p-gallery__thumb-video video {
	width:100%;
	height:100%;
	object-fit:cover;
}
.p-gallery__video {
	width:100%;
	height:auto;
	max-height:520px;
	object-fit:contain;
}
.p-gallery__big {
  cursor: zoom-in;
}

.p-gallery__video,
.p-gallery__big {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  display: block;
}

.p-gallery__thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* fullscreen */
.p-gallery-fullscreen {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  background: rgba(0, 0, 0, 0.8);
}

.p-gallery-fullscreen.is-open {
  display: flex;
  flex-direction: column;
}

.p-gallery-fullscreen-open {
  overflow: hidden;
}

.p-gallery-fullscreen__main {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px;
}

.p-gallery-fullscreen__img,
.p-gallery-fullscreen__video {
  max-width: 100%;
  max-height: calc(100vh - 160px);
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.p-gallery-fullscreen__close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
  width: 56px;
  height: 56px;
  border: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  color: #fff;
  border-radius: 50%;
  line-height: 0;
  cursor: pointer;
}

.p-gallery-fullscreen__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px)
  color: #fff;
  line-height: 0;
  cursor: pointer;
  transform: translateY(-50%);
}

.p-gallery-fullscreen__arrow--prev {
  left: 24px;
}

.p-gallery-fullscreen__arrow--next {
  right: 24px;
}

.p-gallery-fullscreen__thumbs {
  display: none !important;
  opacity: 0;
}

.p-gallery__main {
  opacity: 1;
  transition: opacity .25s ease;
}

.p-gallery__main.is-fading {
  opacity: 0;
}

.p-gallery-fullscreen__main {
  pointer-events: none;
}

.p-gallery-fullscreen__main img,
.p-gallery-fullscreen__main video,
.p-gallery-fullscreen__close,
.p-gallery-fullscreen__arrow,
.p-gallery-fullscreen__thumbs {
  pointer-events: auto;
}

/* mobile */
@media (max-width: 1023px) {
  .p-gallery-fullscreen__main {
    padding: 48px 16px;
  }

  .p-gallery-fullscreen__arrow {
    display: none;
  }

  .p-gallery-fullscreen__img,
  .p-gallery-fullscreen__video {
    max-height: calc(100vh - 96px);
  }

  .p-gallery-fullscreen__thumbs {
    justify-content: flex-start;
  }
}
.product-split-widget-block {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.ya-payment-widget {
    line-height: 0;
	width: 100%;
}
.ya-payment-widget>.ya-pay-widget {
	border: 1px solid #444444 !important;
    border-radius: 16px !important;
}

@media(hover:hover) {
	.btn-round-main:hover, 
	.btn-round-main:active {
		color: #ffffff;
		background: #bd7b4a;
	}
	.btn-round-main.add_to_cart:hover, 
	.btn-round-main.add_to_cart:active {
		border-color: #bd7b4a;
		color: #ffffff !important;
	}
	.btn-round-grey:hover, 
	.btn-round-grey:active {
		color: #ffffff;
		background: #ffffff40;
	}
	.btn-round-main-border:hover,
	.btn-round-main-border:active {
		border-color: #bd7b4a;
	}
	.btn-round-white-border:hover,
	.btn-round-white-border:active {
		border-color: var(--darkestgray);
		color: var(--darkestgray) !important;
	}
	.pr-detail-tab-name:not(.active):hover, 
	.pr-detail-tab-name:not(.active):active {
		color: #ffffff;
	}
	.pr-detail-share:hover, 
	.pr-detail-share:active {
		color: #ffffff;
	}
	.pr-detail-share:hover svg path, 
	.pr-detail-share:active svg path {
		stroke: #ffffff;
	}
	.addcart-btns>a.btn-round-main:hover, 
	.addcart-btns>a.btn-round-main:active {
		color: #ffffff !important;
	}
	.pr-detail-showroom>a:not(.btn):hover, 
	.pr-detail-showroom>a:not(.btn):active {
		color: #ffffff !important;
	}
	.pr-detail-showroom>a:hover .pr-detail-showroom-link, 
	.pr-detail-showroom>a:active .pr-detail-showroom-link {
		border-color: transparent;
	}
}
@media(hover:none) {
	.btn-round-main:active {
		color: #ffffff;
		background: #bd7b4a;
	}
	.btn-round-main.add_to_cart:active {
		border-color: #bd7b4a;
	}
	.btn-round-grey:active {
		color: #ffffff;
		background: #ffffff40;
	}
	.btn-round-main-border:active {
		border-color: #bd7b4a;
	}
	.btn-round-white-border:active {
		border-color: var(--darkestgray);
		color: var(--darkestgray) !important;
	}
	.pr-detail-tab-name:not(.active):active {
		color: #ffffff;
	}
	.pr-detail-share:active {
		color: #ffffff;
	}
	.pr-detail-share:active svg path {
		stroke: #ffffff;
	}
	.addcart-btns>a.btn-round-main:active {
		color: #ffffff !important;
	}
	.pr-detail-showroom>a:not(.btn):active {
		color: #ffffff !important;
	}
	.pr-detail-showroom>a:active .pr-detail-showroom-link {
		border-color: transparent;
	}
}
@media screen and (max-width: 1200px) {
    .pr-detail-elements .slider_wrapper .owl-loaded .owl-item, 
	.pr-detail-sameless .slider_wrapper .owl-loaded .owl-item {
        max-width: none;
    }
}
@media screen and (max-width: 1140px) {
    .pr-detail-elements .product_item_buy_box>.row {
        margin-left: 0;
        margin-right: 0;
    }
    .pr-detail-elements .product_item_buy_box {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 1024px) {
    .new_product_card_detail .slider.mb-96 {
        margin-bottom: 96px;
    }
}
@media screen and (max-width: 1023px) {
	.pr-detail-main-content {
	    flex-wrap: wrap;
		margin-top: 48px;
	}
	.pr-detail-main-images, .pr-detail-main-blocks, .p-gallery__right {
		width: 100%;
	}
	.p-gallery__left, .pr-detail-desktop {
		display: none;
	}
	.p-gallery__dots {
		display: flex;
		margin-top: 16px;
	}
	.p-gallery__main {
    	overflow: inherit;
    	aspect-ratio: auto;
    	height: 540px;
	}
	.p-gallery__big {
    	max-height: 100%;
	}
	.pr-detail-tablet {
		display: block;
	}
	.p-gallery.mb-40 {
		margin-bottom: 8px;
	}
	.pr-detail-elements .owl-nav {
		display: none;
	}
	.pr-detail-elements .owl-carousel .owl-dots, 
	.pr-detail-sameless .owl-carousel .owl-dots {
    	justify-content: center !important;
		margin-top: 32px !important;
		gap: 8px;
	}
	.pr-detail-elements .owl-carousel .owl-dots .owl-dot span, 
	.pr-detail-sameless .owl-carousel .owl-dots .owl-dot span {
		border: none;
		background: #8D969F;
		opacity: .3;
		margin: 0;
	}
	.pr-detail-elements .owl-carousel .owl-dots .owl-dot.active span, 
	.pr-detail-sameless .owl-carousel .owl-dots .owl-dot.active span {
		border: none;
		background-color: #8D969F;
		opacity: 1;
	}
	.pr-detail-serv-pay>.pr-detail-serv-pay-name {
		flex-direction: row;
		justify-content: space-between;
	}
	.pr-detail-sameless .owl-nav {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.pr-detail-action {
		justify-content: flex-start;
	}
	.addcart-content {
		flex-wrap: wrap;
	}
	.addcart-product, .addcart-btns {
		width: 100%;
	}
	#addcart-form .form-body {
    	width: 100%;
    	max-height: 100vh;
	}
}
@media screen and (max-width: 600px) {
	.pr-detail-title>.text-twfour {
		font-size: 20px !important;
	}
    .pr-detail-main-content {
        margin-top: 20px;
    }
	.new_product_card_detail .text-fourteen {
		font-size: 12px;
	}
	.new_product_card_detail .text-sixteen {
		font-size: 14px;
	}
	.new_product_card_detail .text-eighteen {
		font-size: 16px;
	}
	.new_product_card_detail .text-thtwo {
    	font-size: 24px;
	}
	.new_product_card_detail .text-twfour {
		font-size: 20px;
	}
	.new_product_card_detail .pr-detail-main-price>.text-thtwo {
    	font-size: 24px !important;
	}
	.new_product_card_detail .product_detail_block>.container {
		padding: 0 !important;
	}
	.breadcrumb_detail-pr {
		padding: 20px 0 16px 0;
	}
    .pr-detail-action {
        justify-content: space-between;
        width: 100%;
    }
    .p-gallery__main {
        aspect-ratio: 1 / 1;
        height: auto;
    }
	.pr-detail-main-price, .pr-detail-main-docs, .pr-detail-main-services {
		padding: 20px;
	}
	.add_to_cart.text-eighteen,
	.link_to_card_dn.text-eighteen {
		font-size: 14px;
	}
	.add_to_cart.text-eighteen>svg, 
	.link_to_card_dn.text-eighteen>svg {
		width: 20px;
		height: 20px;
	}
	.pr-detail-serv-pay-name .btn-round-white-border {
		font-size: 16px;
	}
	.pr-detail-serv-pay>.pr-detail-serv-pay-name {
		flex-wrap: wrap;
	}
	.pr-detail-tab-name {
    	padding: 16px;
		font-size: 18px;
	}
	.pr-detail-tabs.mb-16 {
		margin-bottom: 0;
	}
	.mb-96 {
		margin-bottom: 64px;
	}
    .new_product_card_detail .main-slider .product-card {
        max-width: none;
    }
    .pr-detail-elements .slider_wrapper {
        padding-top: 0;
    }
	.pr-detail-elements .product-item-label-top {
		top: 16px;
	}
	.pr-detail-action {
		gap: 4px 16px;
	}
	.pr-detail-tabs {
    	flex-wrap: wrap;
    	gap: 0px 12px;
	}
	.addcart-product-img {
		border-radius: 8px;
		padding: 8px;
		width: 64px;
		height: 64px;
	}
	.addcart-product-name-price {
		width: calc(100% - 80px);
	}
	.pr-detail-sameless .owl-carousel .owl-dots {
		display: none;
	}
	.pr-detail-fix-buy {
		opacity: 1;
		position: fixed;
		z-index: 10;
		bottom: 90px;
		left: 24px;
		right: 24px;
		width: calc(100% - 48px);
		display: none;
		align-items: center;
		justify-content: space-between;
		padding: 12px 20px;
		border-radius: 16px;
		background: #CB8551;
		transition: .2s ease;
	}
	.pr-detail-fix-buy.is-visible {
		display: flex;
	}
	.pr-detail-fix-btn {
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.pr-detail-fix-btn.text-sixteen {
		line-height: 24px;
	}
}

/* End */


/* Start:/local/templates/drink/components/bitrix/breadcrumb/main_product/style.css?1772378269463*/
.breadcrumb_detail-pr {
	display: flex;
	overflow-x: auto;
	align-items: center;
	gap: 4px;
	padding: 24px 0 16px 0;
}
.breadcrumb_detail-pr::-webkit-scrollbar {
	height: 0;
}
.breadcrumb_detail-pr::-webkit-scrollbar-track {
	background: transparent;
}
.breadcrumb_detail-pr::-webkit-scrollbar-thumb {
	background: transparent;
}
.breadcrumb-pr-item.text-fourteen {
    flex: 0 0 auto;
    white-space: nowrap;
}
.breadcrumb_detail-pr svg {
    flex: 0 0 auto;
}

/* End */


/* Start:/local/templates/drink/components/bitrix/sale.products.gift/drink/style.css?1747313537409*/
.catalog-products-viewed-header {
	margin: 5px 0;
	padding: 5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: var(--main_font_color);
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}
.product_card_row .slider.slider-gifts .owl-stage-outer{
	padding-bottom: 30px!important;
}

.product_item__price .old_price{
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}

/* End */


/* Start:/local/templates/drink/components/bitrix/catalog.item/product_card/style.css?177211344757311*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.slider_wrapper .product-item-container, .product__list .product-item-container {
	padding: 5px;
	position: relative;
}

.product_item-link {
	display: block;
	color: var(--main_font_color);
	text-align: center;
}

.product_item_img {
	position: relative;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.product-item {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
border-radius: 2px;
	background: #fff;
	padding: 15px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
	box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
	position: relative;
}

.product_item_title .name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 18px 0;
	overflow: hidden;
	height: 51px;
	background-color: #fff;
	z-index: 10;
	position: relative;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
}
@media (min-width: 1024px){
	.product_item_title .name {
		text-align: center;
	}
}
.product_item_buy_box {
	padding-top: 25px;
}

.product_item__price {
	position: relative;
	text-align: center;
}
.product_item__price .price-unit {
	font-size: 11px;
	color: var(--main_font_color);
	font-weight: normal;
}
.favour__list .price-unit{
	font-size: 11px;
	color: var(--main_font_color);
	font-weight: normal;
}
.product_item__price .price {
	font-size: 20px;
	font-weight: normal;
	color: var(--main_font_color);
}
.product_item__price .old_price span i{
	margin-left: 3px;
}
.product_item__price .price span i{
	margin-left: 3px;
}

.product_item__price .old_price {
	font-size: 14px;
	color: #8f8f8f;
	position: absolute;
	bottom: 100%;
	right: 0;
	line-height: 13px;
	width: 100%;
}

.old_price span {
	position: relative;
	display: inline-block;
	padding: 0 2px;
	font-weight: 500;
}

.old_price span:before, .bx_item_price .old:before {
	content: '';
	display: block;
	position: absolute;
	width: 110%;
	height: 1px;
	border-top: solid 1px rgba(143, 143, 143, .9);
	top: 0;
	bottom: 0;
	left: -2px;
	margin: auto;
}

.favour__list {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 30px;
}

.slider .product-item-container {
	width: 100%;
	max-width: 100%;
}

.bx-touch .product-item-container {
	height: auto;
}

.main-slider .product_item {
	width: 100%;
	max-width: 100%;
}
.main-slider .product_item {
	padding: 15px;
	overflow: hidden;
}

.basket-item-list .close-btn {
	width: 11px;
	height: 11px;
	right: 10px;
	top: 10px;
}
.basket-item-list .product_item_name_box {
	font-size: 12px;
	height: auto;
	padding: 0;
	padding-bottom: 5px;
}
.basket-item-list .product_item__price .old_price {
	position: relative;
	bottom: auto;
	font-size: 11px;
}

.basket-item-list .product_item__price .price {
	font-size: 12px;
}

.basket-item-list .close-btn:before, .basket-item-list .close-btn:after {
	width: 100%;
	top: 5px;
	left: 0;
}

.catalog__list-wrapper .product_item_img:hover {
	-webkit-box-shadow: 0 0 10px rgba(53, 53, 53, 0.15);
	box-shadow: 0 0 10px rgba(53, 53, 53, 0.15);
	z-index: 150;
}

.product_item_wrapper_img {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 250px;
	line-height: 250px;
	text-align: center;
}

.product_item_img:hover .product-item-image-wrapper {
	opacity: .3;
}

.product_item_wrapper_img .product_item_img-bg {
	width: auto;
	height: auto;
	max-width: 95%;
	max-height: 206px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

.to_favorites {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	transition: .2s ease-out;
	cursor: pointer;
}

.product-item-container .product_item .to_favorites {
	width: 19px;
	height: 19px;
	position: absolute;
	top: -1px;
	right: -2px;
	z-index: 11;
	border: none;
}

.product-item-container .product_item .to_compare{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
	right: 25px;
	z-index: 11;
	border: none;
}
.product_item__icons{
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	transition: .3s;
}
.product-item-container.hover .product_item__icons{
	opacity: 1;
}
.product-item-container:hover .product_item__icons{
	opacity: 1;
}
.to_compare{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	transition: .2s ease-out;
	cursor: pointer;
}

.product_item__price .product-item-info-container {
	position: absolute;
	bottom: 10px;
	right: 5px;
	z-index: 100;
	cursor: pointer;
	margin-bottom: 0;
}

.product_item__ico {
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	border-radius: 50%;
	position: relative;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.product_item__ico a {
	display: block;
}

.favour__list .product_item__price .favour-in {
	display: none;
}

.fast_view.btn-primary {
	z-index: -1;
	opacity: 0;
	position: absolute;
	width: 170px;
	height: 46px;
	left: 0;
	right: 0;
	top: 45px;
	bottom: 0;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
	font-size: 14px;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	color: var(--main_font_color)!important;
}
.fast_view.btn-primary:hover{
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	background-color: #fff!important;
	color: var(--main_font_color)!important;
}
.fast_view.btn-primary:active,
.fast_view.btn-primary:focus{
	background-color: #fff!important;
	color: var(--main_font_color)!important;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.bx-no-touch .product-item-container.hover .product-item,
.bx-no-touch .product-item-container:hover .product-item {
	position: relative;
	right: auto;
	left: auto;
	width: auto;
	border-color: transparent;
	-webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.08);
}
.bx-no-touch .product-item-container.hover .product-item{
	left: auto;
	right: auto;
}
.bx-no-touch .product__list .product-card .product-item-container.hover .product-item,
.bx-no-touch .product__list .product-card .product-item-container:hover .product-item {
	right: auto;
	left: auto;
}

.bx-touch .product-item {
	width: auto;
	background: #fff;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden, .bx-touch .product-item-info-container.product-item-touch-hidden {
	-webkit-transition: height .3s ease-out, opacity 1s;
	-o-transition: height .3s ease-out, opacity 1s;
	transition: height .3s ease-out, opacity 1s;
	height: 0;
	background-color: #fff;
	position: relative;
	z-index: -5;
	opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container:hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	height: 43px;
	z-index: 1;
	opacity: 1;
}
.bx-touch .product-item-info-container.product-item-hidden {
	height: auto;}


.product_item .product_item_img:hover .fast_view {
	opacity: 1;
	z-index: 150;
}

.bx-no-touch .product-detail-sales-slider .product-detail-sales-slider .product-item-container.hover .product-item,
.bx-no-touch .product-detail-sales-slider .product-detail-sales-slider .product-item-container:hover .product-item {
	position: absolute;
	right: -15px;
	left: -15px;
	padding: 15px 15px 0;
	width: auto;
	border-color: transparent;
	-webkit-box-shadow: 0 7px 10px 0 rgba(0, 0, 0, .19);
	box-shadow: 0 7px 10px 0 rgba(0, 0, 0, .19);
}

.product-detail-sales-slider .bx-touch .product-item {
	padding: 15px 0 0;
	width: auto;
	background: #fff;
}


/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 25px;
	padding-top: 180px;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.product-detail-sales-slider .product-detail-sales-slider .product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }

.product__list .product-card .product-item-container .product-item-image-wrapper {
	padding-top: 200px;
}
.product__list .product-card .product-item-container .product-item-image-slider-slide-container,
.product__list .product-card .product-item-container .product-item-image-original,
.product__list .product-card .product-item-container .product-item-image-alternative {
	max-height: 220px;
}

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-height: 200px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: opacity 300ms linear;
	-o-transition: opacity 300ms linear;
	transition: opacity 300ms linear;
}

.product-item-image-original { z-index: 9; }

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}
.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }

/*Image Slider*/
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	max-height: 200px;
	-webkit-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
}

.product-item-image-slider-slide-container img, .product-item-image-alternative img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 1px;
	background-color: var(--main_color);
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	top: 100%;
	left: 0;
	z-index: 15;
	display: block;
	padding: 0;
	text-align: center;
	-webkit-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}

.product-detail-sales-slider .product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	margin: 0 2px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid var(--main_color);
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

.product-item-image-slider-control.active,
.product-item-image-slider-control:hover { background-color: var(--main_color); }

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #C53E3E;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

.product_item .product_card-flags {
	z-index: 10;
}
.product__list .product_item .product-item-label-right { right: -14px; }
.product__list .product-item-label-ring.product-item-label-right {right: -14px;}
.product__list .product_item .product-item-label-top { top: 40px; }
.product-detail-slider .product_item .product-item-label-right { right: -14px; }


/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0%;
	font-weight: 500;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 49px;
	height: 26px;
	font-size: 12px;
	line-height: 41px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
	width: 120px;
	height: 120px;
	font-size: 42px;
	line-height: 120px;
}


.product-item-label-top { top: 40px; }

.product-item-label-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

/* .product-item-label-left { left: -20px; } */
.product-item-label-ring.product-item-label-left { left: -15px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: 10px; }

.product-item-label-middle {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product-item-label-right { right: -15px; }
.product-item-label-ring.product-item-label-right { right: -15px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*Title*/
.product-item-title {
	overflow: hidden;
	margin: 0;
	padding: 0;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}

.bx-touch .product-item-title,
.product-detail-sales-slider .product-item-container.hover .product-item-title {
	overflow: auto;
	white-space: normal;
}

.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	-webkit-transition: 250ms linear all;
	-o-transition: 250ms linear all;
	transition: 250ms linear all;
}

.product-item-line-card .product-item-title {
	white-space: normal;
	text-align: left;
}

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

@media (max-width: 1199px) {
	.product-item-big-card .product-item-title a { font-size: 18px; }
}

@media (max-width: 991px) {
	.product-item-big-card .product-item-title a { font-size: 16px; }
}

@media (max-width: 767px) {
	.product-item-big-card .product-item-title a { font-size: 14px; }
}

@media (max-width: 575px) {
	.product-item-big-card .product-item-title a { font-size: 16px; }
}

/*Price*/
.product-item-price-container {
	text-align: center;
	line-height: 1;
}

.product-item-price-current {
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
}

.product-item-price-old {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
	line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 10px; }

.product-item-big-card .product-item-price-current { font-size: 18px; }

.product-item-big-card .product-item-price-old { font-size: 15px; }


.product-item-info-container-title { font-size: 12px; }

.bx-touch .product-item-info-container.product-item-touch-hidden { display: none !important }

.bx-touch .product-detail-sales-slider .product-item-info-container.product-item-hidden,
.bx-no-touch .product-detail-sales-slider .product-item-container.hover .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
	top: 0;
	z-index: 1;
}

/*Amount*/
.product-item-amount {
	text-align: center;
}

.product-item-amount-field-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 28px;
	height: 36px;
	border-radius: 0px;
	background-color: #fff;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background 300ms ease, opacity 300ms ease;
	-o-transition: background 300ms ease, opacity 300ms ease;
	transition: background 300ms ease, opacity 300ms ease;
}
.product-item-amount-field-btn-plus{
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-top: 1px solid #808080;
}
.product-item-amount-field-btn-minus{
	border-left: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-top: 1px solid #808080;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #fff; }

.product-item-amount-field-btn-plus:active,
.product-item-amount-field-btn-minus:active { background: #fff; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	-webkit-transition: opacity 300ms ease, background 300ms ease;
	-o-transition: opacity 300ms ease, background 300ms ease;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #fff;
}

.product-item-amount-field-btn-plus:after {
	content: '\f067';
	font-size: 12px;
	font-family: FontAwesome;
	color: var(--main_font_color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*background: url(/local/templates/drink/components/bitrix/catalog.item/product_card/images/plus.svg) no-repeat center;*/
	/*background-size: 10px;*/
}

.product-item-amount-field-btn-minus:after {
	content: '\f068';
	font-size: 12px;
	font-family: FontAwesome;
	color: var(--main_font_color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*background: url(/local/templates/drink/components/bitrix/catalog.item/product_card/images/plus.svg) no-repeat center;*/
	/*background-size: 10px;*/
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field-container .count_input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0px;
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
	border-left: 0px;
	border-right: 0px;
	height: 36px;
	margin: 0px;
}
.product-item-amount-field {
	display: inline-block;
	padding: 0 5px;
	width: auto;
	max-width: 34px;
	min-width: 34px;
	height: 100%;
	border: 0;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	-webkit-transition: border 300ms ease;
	-o-transition: border 300ms ease;
	transition: border 300ms ease;
}

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	display: block;
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-big-card .product-item-amount-field-container { text-align: left; }

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity { font-size: 12px; }

/*region Properties */
.product-item-properties {
	display: block;
	margin: 0;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
	font-size: 12px;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	font-size: 12px;
}

/*endregion*/

/*Compare*/
.product-item-compare-container {
	position: relative;
	display: none;
	margin: 0 -15px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	-webkit-box-shadow: inset 0 1px 1px 0 #eee;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-line-card .product-item-compare-container,
.product-detail-sales-slider .product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* SCU */
.product_item_sku {
	/*margin-top: -10px;*/
	position: absolute;
	width: 100%;
	bottom: 0;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
	z-index: 0;
}
.bx-no-touch .product-item-container.hover .product_item_sku,
.bx-no-touch .product-item-container:hover .product_item_sku,
.bx-touch .product-item-info-container.product-item-hidden .product_item_sku {
	z-index: 1;
}
.bx-touch .product-item-info-container.product-item-hidden .product_item_sku {
	position: relative;
}
.product-item-line-card .product-item-scu-container { text-align: left; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-block-title { font-size: 12px; }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	padding-left: 0;
	max-width: 100%;
}

.product-item-scu-item-text-container { min-width: 32px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block { -webkit-transition: outline 200ms ease; -o-transition: outline 200ms ease; transition: outline 200ms ease; }



.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }


.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 2px 5px;
	border: 1px solid #d9d9d9;
	cursor: pointer;
	border-radius: 3px;
}

.bx-no-touch .product-item-scu-item-text-block { -webkit-transition: outline 300ms ease; -o-transition: outline 300ms ease; transition: outline 300ms ease; }


.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { border-width: 1px; }


.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 13px;
	position: relative;
	top: 1px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after{
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75);
	background-size: 10px;
	content: "";
}
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after{
	position: absolute;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75);
	background-size: 10px;
	content: "";
}

.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { border-color: var(--main_color); }

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}



.wrapper-select-block {
	/* размер и позиционирование */
	position: relative;
	width: 100%;
	padding: 5px 10px;
	/*Общие стили */
	background: #fff;
	border: 1px solid #d2d2d2;
	color: #000;
	outline: none;
	cursor: pointer;
	/* Настройки шрифтов */
	border-radius: 3px;
	font-size: 14px;
}
.wrapper-select-block:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -6px;
	border-width: 6px 0 6px 6px;
	border-style: solid;
	border-color: transparent #555;
}
.product-item-scu-list .select-val {
	display: none;}
.product-item-scu-list.wrapper-select-block .select-val {
	display: block;
	font-size: 12px;
}
.wrapper-select-block .select-block {
	/* размер и позиция */
	position: absolute;
	top: 100%;
	/*border: 1px solid #81bc3d;*/
	border-top: 0;
	border-radius:  0 0 3px 3px;
	padding: 0;
	left: -1px; /* Size */
	right: -1px; /* Size */

	/* Стили */
	background: #fff;
	font-weight: normal;
	opacity: 0;
	pointer-events: none;
	max-height: 84px;
	display: block;
	/*height: 0;*/
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.wrapper-select-block .select-block li {
	display: block;
	padding: 0;
}
.wrapper-select-block .select-block li .product-item-scu-item {
	display: block;
	padding: 9px 10px;
	border: 0;
	border-radius: 0;
}
.wrapper-select-block .select-block li.selected .product-item-scu-item {
	background-color: rgba(185, 69, 96, .3);
}
.wrapper-select-block .select-block li .select-item {
	text-align: left;
	font-size: 12px;
}

/* Состояние при наведении курсора */
.wrapper-select-block .select-block li:hover .product-item-scu-item {
	background: #f3f8f8;
}
/* активное состояние */
.wrapper-select-block.active .select-block {
	opacity: 1;
	/*height: 84px;*/
	pointer-events: auto;
}

.wrapper-select-block.active:after {
	border-color: #555 transparent;
	border-width: 6px 6px 0 6px;
	margin-top: -3px;
}

.wrapper-select-block.active {
	/*border-color: #81bc3d;*/
	border-radius: 3px 3px 0 0;
}




/*Buttons*/
.product-item-button-container { text-align: right; }

.product-item-button-container .btn.btn-link{
	color: #d3d3d3;
	cursor: default;
}
.product-item-button-container .btn.btn-link:hover{
	text-decoration: none;
}
.btn.product-item-detail-buy-button, .product_item__cart .basket_icon {
	padding: 7px 20px;
	font-weight: normal;
	font-size: 14px;
	max-height: 36px;
	min-height: 36px;
	border: 1px solid #808080;
	background-color: #fff;
	color: var(--main_font_color);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btn.product-item-detail-buy-button, .product_item__cart .basket_icon:hover{
	color: #fff;
	border: 1px solid transparent;
	background-color: var(--main_color);
}
.btn.product-item-detail-buy-button, .product_item__cart .basket_icon:active{
	background-color: var(--main_color_active);
	color: #fff;
	border: 1px solid transparent;
}
.btn.product-item-detail-buy-button, .product_item__cart .basket_icon:focus{
	background-color: var(--main_color_active);
	color: #fff;
	border: 1px solid transparent;
}

.btn.offers-item-link {
	font-weight: normal;
	font-size: 14px;
}
.btn.offers-item-link .fa {
	margin-left: 5px;
	font-size: 14px;
	font-weight: normal;
}
.basket_icon span {
	display: inline-block;
	vertical-align: middle;
}

/* quantity buttons */
.mini-quantity-btn-slider .product-item-amount-field-container {
	position: relative;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.mini-quantity-btn-slider .product-item-amount-field-btn-plus, .mini-quantity-btn-slider .product-item-amount-field-btn-minus {
	min-width: 30px;
	height: 36px;
	right: 0;
}
.mini-quantity-btn-slider .product-item-amount-field-btn-minus {
	border-radius: 0;
	bottom: 0;
}
.mini-quantity-btn-slider .product-item-amount-field-btn-plus {
	border-radius: 0;
	top: 0;
}
.mini-quantity-btn-slider .product-item-amount-field-btn-plus:after, .mini-quantity-btn-slider .product-item-amount-field-btn-minus:after {
	line-height: 17px;
	font-family: FontAwesome;
	background: none;
}
.mini-quantity-btn-slider .product-item-amount-field-btn-minus:after {
	content: '\f068';
}
.mini-quantity-btn-slider .product-item-amount-field-btn-plus:after {
	content: '\f067';
}
.mini-quantity-btn-slider .product-item-amount-field-container .count_input {
	margin: 0;
	height: 36px;
	border-radius: 0;
}

.product_card_detail .special_offer .product-item-image-wrapper {
	padding-top: 180px;
}

.product_card_detail .special_offer .product_item_title .name {
	font-size: 14px;
}
.product_card_detail .special_offer .price-block-col, .product_card_detail .special_offer .btn-block-col {
	/*flex: 0 0 100%;*/
	/*max-width: 100%;*/
	/*padding-left: 15px !important;*/
}
.product_card_detail .special_offer .product-item-button-container .basket_icon, .product_card_detail .special_offer .product-item-quantity-block .product-item-amount {
	/*width: 100%;*/
	/*margin-top: 10px;*/
}
.product_card_detail .special_offer .product-item-quantity-block .product-item-amount-field-container {
	/*justify-content: center;*/
}
.product_card_detail .product_item__cart .basket_icon {
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 1023px){
	.product_card_detail .product_item__cart .basket_icon .img_basket{
		display: none;
	}
}
.product_item__cart .offers-item-link {
	border: 1px solid var(--main_link_color);
	background-color: #fff;
	color: var(--main_link_color);
	max-height: 36px;
	min-height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product_item__cart .offers-item-link:hover{
	background-color: var(--main_color);
	color: #fff;
	border: 1px solid transparent;
}
.product_item__cart .offers-item-link:active,
.product_item__cart .offers-item-link:focus{
	background-color: var(--main_color_active);
	color: #fff;
	border: 1px solid transparent;
}
.product_item__cart .offers-item-link span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.product_item__cart .offers-item-link .fa-angle-right {
	width: 18px;
	line-height: 1;
	font-size: 14px;
	position: relative;
	top: -1px;
}
.mini-quantity-btn-slider .product_item__cart .basket_icon span,
.mini-quantity-btn-slider .product_item__cart .offers-item-link span {
	/*display: none;*/
}
.mini-quantity-btn-slider .product_item__cart .basket_icon .img_basket,
.mini-quantity-btn-slider .product_item__cart .offers-item-link .fa {
	display: block;
	margin-top: 0;
	margin-right: 5px;
}
.mini-quantity-btn-slider .product_item__cart .offers-item-link,
.mini-quantity-btn-slider .product_item__cart .basket_icon.btn-not-avaliable {
	padding-left: 9px;
	padding-right: 9px;
}
.product_item__cart .basket_icon.btn-not-avaliable .img_basket {
	background: none;
	font-size: 16px;
	line-height: 18px;
}

@media (min-width: 1024px){
	.product_item__cart .basket_icon.btn-not-avaliable .img_basket{
		background: none;
	  font-size: 16px;
	  line-height: 1;
	  margin-right: 5px;
	  position: relative;
	  top: -1px;
	}
	.basket_icon span{
		line-height: 1;
	}
}


/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.product-item-more-container {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	-webkit-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-detail-sales-slider .product-item-container.hover .product-item-more,
.product-detail-sales-slider .product-item-container:hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] { -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }



@media screen and (max-width: 1024px) {
	.product-item-amount-field-btn-minus{
		border-right: 0px;
	}
	.product-item-amount-field-container .count_input{
		border-left: 0px;
	}
	.product-item-amount-field-btn-plus{
		border-left: 0px;
	}
	.product-item-container .product_item .article{
		position: absolute;
		top: 10px;
	}
	.product-item-amount-field-btn-plus{
		border-bottom: 1px solid #808080;
	}
	.slider .owl-stage-outer {
		padding-bottom: 10px;
	}
	.slider {
		margin-bottom: 0;
	}
	.fast_view {display: none !important;}
	.product_item_img:hover .product-item-image-wrapper {
		opacity: 1;}

	.product_item_sku {
		margin-top: 0;}
	/*}*/

	/*@media (max-width: 767.98px) {*/
	.slider-viewed .product_item__cart .basket_icon .img_basket,
	.catalog-products-viewed-container .product_item__cart .basket_icon span {
		display: inline-block;
	}

	.slider .product-item-container, .slider-viewed .product-item-container {
		/*min-width: 310px;*/
		/*max-width: 310px;*/
		padding-left: 5px;
		padding-right: 5px;
	}

	.product_item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.product_item_img, .product_item_name_box {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		max-width: 55%;
	}

	.product_item_img {
		padding: 10px 0;
		max-width: 45%;
	}

	.product-item-label-right {
		right: auto;
		left: -16px;
	}

	.product__list .product-item-label-ring.product-item-label-right{
		left: 0px;
		right: auto;
		bottom: 0;
	}
	.product_card-flags.product-item-label-small.product-item-label-top.product-item-label-right{
		left: -8px;
		right: auto;
		top: 40px;
	}
	.product-item-label-ring.product-item-label-small.product-item-label-bottom.product-item-label-right{
		right: 0px;
		left: auto;
		bottom: 2px;
		height: 25px;
	}
	.product-item-container .product_item .to_favorites {
		top: auto;
		width: 30px;
		height: 30px;
		bottom: 0px;
		left: 0;
		right: 0px;
		top: 0px;
		position: relative;
		margin-left: 0px;
	}

	.product-item-image-wrapper {
		margin-bottom: 0;
		padding-top: 150px !important;
	}

	.product-item-image-original, .product-item-image-alternative {
		width: 95%;
		height: 95%;
		margin-top: 25px;
	}

	.product-item-image-slider-control-container {
		display: none;
	}

	.product_item_title .name, .product_card_detail .special_offer .product_item_title .name {
		white-space: normal;
		margin: 0 0 5px;
		padding: 0;
		padding-left: 5px;
		max-height: 42px;
		height: 27px;
		font-size: 12px;
		line-height: 1.2;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}
	.product_item_sku {
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
	}

	.product_item__price .price-unit {
		display: inline;
		margin-left: 3px;
	}

	.product_item__price .old_price, .product_item_name_box {
		position: relative;
	}

	.product_item_buy_box .btn-block-col {
		position: relative;
		bottom: 0;
		left: 0;
		right: 0;
		padding-left: 5px !important;
		padding-right: 5px;
		margin-bottom: 5px;
	}
	.product_item__cart .basket_icon {
		width: 100%;
	}

	.product_item__cart .basket_icon span {
		font-size: 12px;
	}
	.product_item__cart .basket_icon span:last-child{
		display: none;
	}


	.product_item__cart .basket_icon .img_basket,
	.slider-viewed .product_item__cart .basket_icon .img_basket,
	.mini-quantity-btn-slider .product_item__cart .basket_icon .img_basket, .mini-quantity-btn-slider .product_item__cart .offers-item-link .fa {
		margin-right: 0px;
	}

	.product_item_buy_box {
		padding-top: 5px;
		padding-left: 5px;
	}

	.product-item-amount-field-container {
		padding-right: 0;
	}

	.product-item-amount-field-btn-plus, .product-item-amount-field-btn-minus {
		position: relative;
		display: inline-block;
		min-width: 32px;
		height: 36px;
		border-radius: 0px;
	}

	.product-item-amount-field-container .count_input {
		margin: 0px;
		border-radius: 0px;
		height: 36px;
	}

	.product-item-amount-field-btn-minus:after {
		/*background: url(/local/templates/drink/components/bitrix/catalog.item/product_card/images/minus1.svg) no-repeat center;*/
		/*background-size: 10px;*/
		content: '\f068';
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: var(--main_font_color);
		font-size: 12px;
		line-height: 1;
	}

	.product-item-amount-field-btn-plus:after {
		/*background: url(/local/templates/drink/components/bitrix/catalog.item/product_card/images/plus1.svg) no-repeat center;*/
		/*background-size: 10px;*/
		content: '\f067';
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: var(--main_font_color);
		font-size: 12px;
		line-height: 1;
	}

	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 36px;
		height: 36px;
		font-size: 11px;
		line-height: 36px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 36px;
		height: 36px;
		font-size: 11px;
		line-height: 36px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}

	.product-detail-sales-slider .product_item__price .price-unit {
		font-size: 11px;
		font-weight: normal;
		color: #919191;
	}

	.product-detail-sales-slider .product_item__price .price {
		font-size: 16px;
	}
	.product_card_detail .special_offer .product-item-image-wrapper {
		padding-top: 150px;
	}

	.product-detail-sales-slider .product_item__price .old_price {
		display: block;
		text-align: center;
	}

	.product-detail-sales-slider .slider_wrapper h2 {
		max-width: calc(100% - 60px);
	}
}

@media (max-width: 575.98px) {

	.product_item__price .price {
		font-size: 15px;
	}

	.product_item__price .old_price {
		font-size: 11px;
	}

	.product_item__price .to_favorites {
		bottom: 0;
		right: 0;
	}

	.product_item_wrapper_img {
		height: 200px;
		line-height: 200px;
	}

	.product_item_wrapper_img .product_item_img-bg {
		max-height: 156px;
	}
}

.product_item_buy_box .product-item-quantity-block{
	margin-right: 12px;
}
.product_item_buy_box{
	position: relative;
}

.product-item-container .product_item__cart{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 15px;
	position: absolute;
	left: 0px;
	visibility: hidden;
	width: 100%;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	top: 0px;
	-webkit-transform: translateY(24px);
	-ms-transform: translateY(24px);
	transform: translateY(24px);
	opacity: 0;
}
.product-item-container.hover .product_item__cart{
	position: relative;
	top: 0;
	left: 0;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.product-item-container{
	min-height: 480px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.product_item_subtitle{
	margin-top: 15px;
	padding: 0 30px;
	height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background-color: #fff;
}
.product_item_subtitle p{
	font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: #696969;
	margin: 0px;
	text-align: center;
}
@media (max-width: 1024px){
	.product_item_subtitle p{
		text-align: center;
	}
	.product_item_subtitle{
		padding-right: 0px;
		padding-left: 5px;
	}
}
@media (max-width: 900px){
	.product_item_subtitle{
		padding-left: 5px;
	}
	.product_item_subtitle p{
		text-align: center;
	}
}
.fa-star {
	margin-left: 5px;
	color: #c5c5c5;
	font-size: 14px;
}
.fa.fa-star.active {
	color: var(--main_color);
}
.product-item-container .product_item .article{
	position: relative;
	font-size: 12px;
	line-height: 1;
	color: #808080;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	top: 0px;
}
.product-item-container .product_item .article .article_count{
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	left: -58px;
	position: relative;
	top: 0px;
	line-height: 1;
}
.product-item-container.hover .product_item .article .article_count{
	position: relative;
	left: 0px;
	top: 0px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.product-item-container .product_item .article .article_title{
	position: relative;
	left: -100px;
	visibility: hidden;
	top: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.product-item-container.hover .product_item .article .article_title{
	visibility: visible;
	left: 0;
	position: relative;
	top: 0;
}

.product-item-container:hover .product_item .article .article_title{
	visibility: visible;
	left: 0;
	position: relative;
	top: 0;
}
.product-item-container:hover .product_item .article .article_count{
	position: relative;
	left: 0px;
	top: 0px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
@media (max-width: 1024px) {
	.product-item-container .product_item .article {
		position: absolute;
		top: 10px;
		z-index: 11;
	}
	.product_item_name_box .product_item_title{
		text-align: center;
	}
	.product-item-container .product_item .article .article_title{
		left: 0;
		visibility:  visible;
	}
	.product-item-container .product_item .article .article_count{
		left: 0;
	}
	.product-item-container .product_item__cart{
		left: 0;
		position: relative;
		visibility: visible;
		opacity: 1;
		padding-top: 0px;
		top: -15px;
	}
	.recipes_block_wrapper{
		margin-bottom: 15px;
	}
	.basket_icon .img_basket,
	.btn.product-item-detail-buy-button .img_basket{
		width: 18px;
		height: 18px;
		position: relative;
		background-image: url(/local/templates/drink/components/bitrix/catalog.item/product_card/images/icons/basket_icon_w.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
}
@media (max-width: 900px){
	.product-item-container .product_item__cart{
		top: 0;
	}
}
.product-item-container .product-item{
	overflow: hidden;
	min-height: 427px;
}
.product-item-container.hover .product-item{
	z-index: 15;
	overflow: hidden;
}

@media (max-width: 1024px){
	.bx-touch .product-item-container{
		min-height: 100%;
		height: 100%;
	}
	.product-item-container .product-item{
		min-height: 100%;
	}
	.product_item__icons{
		position: absolute;
		right: auto;
		top: auto;
		bottom: 0;
		left: 0;
		z-index: 100;
		padding: 0px 6px;
		display: flex;
	  justify-content: center;
	  align-items: center;
	  background: #fff;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
		border-radius: 14px;
	}
	.product-item-container .product_item .to_compare{
		width: 30px;
		height: 30px;
		position: relative;
		top: 0px;
		left: 0px;
		right: 0px;
		z-index: 11;
		border: none;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.product-item-image-slider-slide-container img,
	.product-item-image-alternative img{
		max-height: 80%;
	}
	.product_item__price .price{
		text-align: center;
	}
}
@media (max-width: 767px){
	.product-item-amount-field-btn-minus{
		border-right: 0px;
	}
}
@media (max-width: 900px){
	.product-item-amount-field-btn-minus{
		border-right: 0px;
	}
	.product-item-image-slider-slide-container{
		width: 95%;
		height: 95%;
		top: 15px;
	}
	.basket_icon .img_basket,
	.btn.product-item-detail-buy-button .img_basket {
		width: 18px;
		height: 18px;
		position: relative;
		background-image: url('/local/templates/drink/components/bitrix/catalog.item/product_card/images/icons/basket_icon_w.svg');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.product_card_detail .product_item__cart .basket_icon .img_basket{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (min-width: 1024px) and (max-width: 1365px){
	.product-item-amount-field-btn-minus{
		border-right: 0px;
	}
	.description_block:not(:last-child){
		margin-right: 15px;
	}
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link{
	color: var(--main_font_color)!important;
	background-color: transparent!important;
}

.nav-tabs .nav-link,
.nav-tabs .nav-item .nav-link{
	color: rgba(71, 71, 71, .5);
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-item .nav-link:hover{
	color: var(--main_font_color);
}

.main-button-container .btn{
	background-color: var(--main_color)!important;
	color: #fff!important;
	border: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-button-container .btn:hover{
	background-color: var(--main_color_hover)!important;
	color: #fff!important;
	border: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}
.main-button-container .btn:focus,
.main-button-container .btn:active{
	background-color: var(--main_color_active)!important;
	color: #fff!important;
	border: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}
@media (max-width: 900px){
	.sale-products-gift .product_item{
		margin-bottom: 10px;
	}
	.basket_icon:hover .img_basket,
	.btn.product-item-detail-buy-button:hover .img_basket{
		background-image: url(/local/templates/drink/components/bitrix/catalog.item/product_card/images/icons/basket_icon_h.svg);
	}
	.basket_icon:active .img_basket,
	.btn.product-item-detail-buy-button:active .img_basket{
		background-image: url(/local/templates/drink/components/bitrix/catalog.item/product_card/images/icons/basket_icon_h.svg);
	}
	.basket_icon:focus .img_basket,
	.btn.product-item-detail-buy-button:focus .img_basket{
		background-image: url(/local/templates/drink/components/bitrix/catalog.item/product_card/images/icons/basket_icon_h.svg);
	}
	.product_item__ico{
		background-color: transparent;
	}
	.col-md-10.catalog__content.pr-3{
		padding-right: 0px!important;
	}
	.product_card__title .col{
		padding-left: 0px!important;
	}
	.product-detail-byu-container .basket_icon .img_basket,
	.product-detail-byu-container .btn.product-item-detail-buy-button .img_basket{
		display: none;
	}
	.product_item__icons{
		opacity: 1;
	}
}
@media (min-width: 1025px){
	.basket_icon.btn-primary.btn-buy .img_basket{
		display: none;
	}
}
.basket_icon.btn.btn-not-avaliable{
	color: #d3d3d3;
	cursor: default;
	border: 1px solid transparent;
	background-color: transparent
}
.sale-products-gift{
	padding: 0 15px;
}
.sale-products-gift .product-item-container{
	padding-left: 5px;
	padding-right: 5px;
}
@media (max-width: 900px){
	.product_item_name_box .rating_item{
		margin-bottom: 10px;
	}
}
@media (max-width: 1024px){
	.col-md-auto.col-12.price-block-col{
		position: relative;
		top: -5px;
	}
}
.subscribe-block{
	margin: auto;
	width: fit-content;
}
/* End */


/* Start:/local/templates/drink/components/bitrix/sale.gift.main.products/drink/style.css?174731353787*/
.sale-gift-main-products .catalog-block-header { border-bottom-color: var(--primary); }
/* End */


/* Start:/local/templates/drink/components/bitrix/catalog.section/card_with_product/style.css?17734054911599*/
.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/card_with_product/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;
}
.modal-open {
    overflow: inherit !important;
}

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


/* Start:/local/templates/drink/components/bitrix/catalog.section/card_with_product_sm/style.css?17723721991549*/
.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/card_with_product_sm/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 */


/* Start:/local/templates/drink/components/bitrix/form.result.new/booking/style.css?17582842153697*/
.btn-rnd {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	padding: 14px 24px;
	border-radius: 12px;
	color: #ffffff !important;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
}
.btn-main-rnd {
	background: var(--main_color);
}
.btn-grey-rnd {
	background: #ffffff33;
}
.spb-form {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display: none;
}
.form-overlay {
    position: absolute;
    z-index: 1001;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #000000;
	opacity: 0.7;
}
.form-flex {
	display: flex;
	align-items: center;
	justify-content: center;
    width: 100%;
    height: 100%;
}
.form-body {
	background: #191919;
	border: 1px solid #4B4B4B;
	width: 600px;
	border-radius: 16px;
	padding: 40px 32px;
	position: relative;
    z-index: 1002;
}
.btn-rnd-full {
	width: 100%;
}
.close-feed-btn {
	position: absolute;
	top: 24px;
	right: 24px;
}
.feedback-title {
	margin-bottom: 12px;
	font-size: 32px;
	font-weight: 600;
}
.feedback-txt {
	margin-bottom: 32px;
}
.feedback-form input {
	border: none;
}
.feedback-form .input-group {
	margin-bottom: 24px;
}
.feedback-form input[type=text], .feedback-form input[type=email] {
	background: #272727;
	border-radius: 8px;
	color: #ffffff;
	padding: 16px;
	width: 100%;
	border: none;
	margin-bottom: 4px;
}
.feedback-policy {
	color: #656565;
	margin-top: 24px;
	font-size: 14px;
	line-height: 1.2;
}
.feedback-policy a {
	color: #656565 !important;
	text-decoration: underline;
	transition: .2s ease;
}
.close-feed-btn {
	cursor: pointer;
}
.close-feed-btn path {
	transition: .2s ease;
}
.input-error, .has-server-error input {
    outline: #FF0024 solid 1px !important;
}
.error-message {
    color: red;
    font-size: 13px;
    margin-top: 6px;
    display: block;
}
body.openmodal {
	overflow: hidden !important;
	padding-right: 7px;
	background: #050505;
}
.feedback-result {
	margin-bottom: 32px;
	font-size: 32px;
	font-weight: 600;
	color: #ffffff;
}
.feedback-smtxt {
	margin-bottom: 32px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
}
.feedback-form .input-group[data-sid="OFFER_LINK"] {
	margin-bottom: 0;
}
.to-book {
	cursor: pointer;
}

@media(hover:hover) {
	.btns-round a.btn-main-rnd:hover, .btns-round a.btn-main-rnd:active {
		background: #bd7b4a;
		color: #ffffff !important;
	}
	.btns-round a.btn-grey-rnd:hover, .btns-round a.btn-grey-rnd:active {
		background: #ffffff40;
		color: #ffffff !important;
	}
	.spb-three-item:hover .spb-three-name {
		color: var(--main_color);
	}
	.close-feed-btn:hover path {
		stroke: #888888;
	}
	.feedback-policy a:hover {
		text-decoration: none;
	}
}
@media(hover:none) {
	.btns-round a.btn-main-rnd:active {
		background: #bd7b4a;
		color: #ffffff !important;
	}
	.btns-round a.btn-grey-rnd:active {
		background: #ffffff40;
		color: #ffffff !important;
	}
	.spb-three-item:active .spb-three-name {
		color: var(--main_color);
	}
	.feedback-policy a:active {
		text-decoration: none;
	}
}
@media(max-width: 800px) {
	.form-body {
		width: 100%;
		padding: 20px;
	}
	.close-feed-btn {
		top: 20px;
		right: 20px;
	}
	.feedback-form .input-group {
    	margin-bottom: 16px;
	}
	.feedback-policy, .feedback-result {
    	margin-top: 16px;
	}
	.feedback-result {
		font-size: 18px;
	}
	.feedback-title {
    	margin-bottom: 32px;
    	font-size: 24px;
	}
	.feedback-policy {
		font-size: 12px;
		text-align: center;
	}
	.feedback-result {
		font-size: 24px;
	}
	.feedback-smtxt {
		margin-bottom: 24px;
		font-size: 16px;
	}
}
@media(max-width: 600px) {
	.btn-rnd {
		width: 100%;
	}
}

/* End */


/* Start:/local/templates/drink/components/bitrix/form.result.new/oneclick/style.css?17723659634154*/
.mb-32 {
	margin-bottom: 32px;
}
.form-oneclick-result .feedback-result {
    margin-bottom: 8px;
}
.form-oneclick-result .feedback-smtxt {
    margin-bottom: 24px;
	font-size: 18px;
}
.form-oneclick-result .btn-rnd {
    font-size: 18px;
}
.submit-btn[disabled] {
    background: #444444;
    color: #999999 !important;
    pointer-events: none;
	cursor: not-allowed;
}
.form-oneclick-product {
	display: flex;
	align-items: center;
	gap: 16px;
}
.form-oneclick-pr-img {
	background: #222222;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	width: 64px;
    height: 64px;
}
.form-oneclick-pr-name {
	max-width: calc(100% - 80px);
	color: #ffffff;
	font-size: 16px;
	line-height: 1.5;
}
.feedback-form .input-group.type-PRODUCT {
    margin-bottom: 0;
}
.policy-checkbox {
	color: #656565;
	font-size: 12px;
	line-height: 1.3;
	letter-spacing: 4%;
	position: relative;
}
.policy-checkbox input[type="checkbox"] {
	opacity: 0;
    position: absolute;
    top: 5px;
    left: 5px;
}
.policy-checkbox span {
    display: flex;
    align-items: center;
}
.policy-checkbox span::before {
	content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3.75C12.678 3.75 13.3587 3.77978 14.0215 3.8291C16.6879 4.02755 17.6988 4.13045 18.7842 5.21582C19.8696 6.30119 19.9725 7.31214 20.1709 9.97852C20.2202 10.6413 20.25 11.322 20.25 12C20.25 12.678 20.2202 13.3587 20.1709 14.0215C19.9725 16.6879 19.8696 17.6988 18.7842 18.7842C17.6988 19.8696 16.6879 19.9725 14.0215 20.1709C13.3587 20.2202 12.678 20.25 12 20.25C11.322 20.25 10.6413 20.2202 9.97852 20.1709C7.31214 19.9725 6.30119 19.8696 5.21582 18.7842C4.13045 17.6988 4.02755 16.6879 3.8291 14.0215C3.77978 13.3587 3.75 12.678 3.75 12C3.75 11.322 3.77978 10.6413 3.8291 9.97852C4.02755 7.31214 4.13045 6.30119 5.21582 5.21582C6.30119 4.13045 7.31214 4.02755 9.97852 3.8291C10.6413 3.77978 11.322 3.75 12 3.75Z' stroke='%239A9A9A' stroke-width='1.5'/%3E%3C/svg%3E%0A");
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 8px;
}
.policy-checkbox input[type="checkbox"]:checked + span::before {
	content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.08105 9.92282C3.27575 7.30684 3.3731 5.99884 4.68597 4.68597C5.99884 3.3731 7.30684 3.27575 9.92282 3.08105C10.601 3.03058 11.3005 3 12 3C12.6995 3 13.399 3.03058 14.0772 3.08105C16.6932 3.27575 18.0012 3.3731 19.314 4.68597C20.6269 5.99884 20.7243 7.30684 20.9189 9.92282C20.9694 10.601 21 11.3005 21 12C21 12.6995 20.9694 13.399 20.9189 14.0772C20.7243 16.6932 20.6269 18.0012 19.314 19.314C18.0012 20.6269 16.6932 20.7243 14.0772 20.9189C13.399 20.9694 12.6995 21 12 21C11.3005 21 10.601 20.9694 9.92282 20.9189C7.30684 20.7243 5.99884 20.6269 4.68597 19.314C3.3731 18.0012 3.27575 16.6932 3.08105 14.0772C3.03058 13.399 3 12.6995 3 12C3 11.3005 3.03058 10.601 3.08105 9.92282Z' fill='%23CB8551'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.2074 10.2054C16.5979 9.81487 16.5979 9.18171 16.2074 8.79118C15.8168 8.40066 15.1837 8.40066 14.7931 8.79118L11.0002 12.5841L9.70735 11.2912C9.31683 10.9007 8.68366 10.9007 8.29314 11.2912C7.90261 11.6817 7.90261 12.3149 8.29314 12.7054L10.2931 14.7054C10.6837 15.0959 11.3168 15.0959 11.7074 14.7054L16.2074 10.2054Z' fill='white'/%3E%3C/svg%3E%0A");
}
.policy-checkbox a {
	color: #656565;
}
.submit-btn.is-loading{
	position: relative;
	color: transparent !important; /* прячем текст value */
	pointer-events: none;         /* на всякий случай */
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px 22px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Ccircle cx='25' cy='25' r='20' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-dasharray='31.4 31.4'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 25 25' to='360 25 25' dur='0.8s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/svg%3E");
}

/* End */
/* /local/templates/drink/components/bitrix/catalog/main_new/style.css?17773960116995 */
/* /local/templates/drink/css/swiper.min.css?174731353719773 */
/* /local/templates/drink/css/jquery.fancybox.min.css?174731353714184 */
/* /local/templates/drink/components/bitrix/catalog/main_new/bitrix/catalog.element/bootstrap_v4/style.css?178039257574778 */
/* /local/templates/drink/components/bitrix/breadcrumb/main_product/style.css?1772378269463 */
/* /local/templates/drink/components/bitrix/sale.products.gift/drink/style.css?1747313537409 */
/* /local/templates/drink/components/bitrix/catalog.item/product_card/style.css?177211344757311 */
/* /local/templates/drink/components/bitrix/sale.gift.main.products/drink/style.css?174731353787 */
/* /local/templates/drink/components/bitrix/catalog.section/card_with_product/style.css?17734054911599 */
/* /local/templates/drink/components/bitrix/catalog.section/card_with_product_sm/style.css?17723721991549 */
/* /local/templates/drink/components/bitrix/form.result.new/booking/style.css?17582842153697 */
/* /local/templates/drink/components/bitrix/form.result.new/oneclick/style.css?17723659634154 */
