

/* 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/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/breadcrumb/main_catalog/style.css?17600927011683*/


#breadcrumbs {
    display: block;
    font-size: 12px;
    padding: 20px 0 0;
    background: none;
    margin: 0;
    margin-bottom: 56px;
}

#breadcrumbs .breadcrumbs_item {
    display: inline;
    vertical-align: middle;
    padding-left: 5px;
}
#breadcrumbs .breadcrumbs_item:first-child {
    padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: none;
}

#breadcrumbs .breadcrumbs_item:after {
    padding-left: 5px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    width: 10px;
    border-top: 1px solid #626262;
    margin-left: 5px;
}

#breadcrumbs .breadcrumbs_item.item {
    color: var(--main_color);
}

#breadcrumbs .breadcrumbs_item.item:after {
    display: none;
}

#breadcrumbs .breadcrumbs_item .breadcrumbs_item-link, #breadcrumbs .breadcrumbs_item {
    color: #8c8c8c;
}

#breadcrumbs .breadcrumbs_item .breadcrumbs_item-link:hover {
    color: var(--main_color);
}

@media (max-width: 900px){
  #breadcrumbs{
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1024px) {

    #breadcrumbs {
        padding: 10px;
        font-size: 11px;
        padding-left: 0px;
        padding-right: 0px;
    }

    #breadcrumbs .breadcrumbs_item, #breadcrumbs .breadcrumbs_item:after {padding-left: 0;}
}

@media screen and (max-width: 575.98px) {

    #breadcrumbs {
        line-height: 1;
    }

    #breadcrumbs .breadcrumbs_item {
        font-size: 11px;
        line-height: 1.5;
    }

    #breadcrumbs .breadcrumbs_item:after {
        margin-top: -2px;
        margin-right: 3px;
    }
}

/* End */


/* Start:/local/templates/drink/js/lib/selectbox/css/jquery.selectbox.css?17473135372699*/
.main_selects{display:inline-block;float:left}.sbHolder{background-color:#fff;height:35px;font-weight:400;position:relative;display:inline-block;box-sizing:border-box;width:100%;z-index:100;box-shadow:0 1px 4px rgba(0,0,0,.1)}.sbHolder.open,.sbHolder:hover{border-radius:0;z-index:200}.sbSelector{display:block;height:36px;line-height:36px;outline:0;overflow:hidden;text-indent:10px;top:0;text-decoration:none;width:90.82700421940928%;white-space:nowrap;text-overflow:ellipsis;color:var(--main_font_color);text-decoration:none}.sort-type .sbHolder,.sort-type .sbSelector{width:180px;text-align:left;font-weight:500}.sbSelector:link{color:var(--main_font_color);text-decoration:none;font-size:14px}.sbSelector:hover{text-decoration:none;color:var(--main_font_color)}.sbSelector:active,.sbSelector:focus{color:var(--main_font_color)}.sbHolderDisabled{background-color:#3c3c3c}.sbOptions{background-color:#fff;box-shadow:0 2px 5px rgba(0,0,0,.1);border-radius:0;border-top:none;list-style:none;left:0;margin:0;padding:0;position:absolute;z-index:1;overflow-y:auto;width:100%;text-indent:7px;box-sizing:content-box}.sbOptions a{display:block;outline:0;padding:8px 0 8px 3px;line-height:18px}@media (max-width:640px){.sbOptions a{padding:12px 0 12px 3px}}.sbOptions a:link,.sbOptions a:visited{color:#555353;font-size:14px;font-weight:300;text-decoration:none}.sbOptions a.sbFocus,.sbOptions a:focus,.sbOptions a:hover{color:var(--main_font_color);background:#fff;text-decoration:none;font-weight:500}.sbOptions li.last a{border-bottom:none}.sbOptions .sbDisabled{color:#999;display:block;padding:7px 0 7px 3px}.sbOptions .sbGroup{display:block;font-weight:700;padding:7px 0 7px 3px}.sbOptions .sbSub{padding-left:17px}.sbToggle:hover:after{color:var(--main_font_color)}.sbToggle:active:after,.sbToggle:focus:after{color:var(--main_font_color)}.sbToggle:after{position:absolute;content:'\f107';font-family:FontAwesome;font-size:20px;right:4px;top:2px;width:19px;height:35px}.sbToggleOpen{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABaklEQVRYw+3SQU6DQBQG4L+0GsIpSOPOeIKasO+iW29RE3YsvIIJRzJx59J0ZyaewjQFZlwUqlDem5kHqAtnBSF57+efD/g/A45Kk0ilSTRkxmJQgrLI6qcH6YiZ+O/vb6+gq1cAQDC/WebPb5I5gfjvtc4NEBoghK5y6RhRALVdbQzMunk3wFptVxvJLO8rUGkSoTjsDBB3Br3j4vJ6+fj0MW0DZZF1l9ctxN9QTtNAA88AITFs7wvSr4EaHvVZAtI5QBceE8ILpNMVUPCYoc4g3Rog4DEtOIO0NmCDxwx2AmlvQFe57/K6BSeQbIAjPFjhMSGsIMkr8IXHLGBB0g14wmNaYEH2NiCFxywhQfY3IITHtECCPAswFB4Tohdk6wrGgkedPpDtBkaCx7RwBvLUwNjwmBZaIL8aGBke00ILZABMB48JcQI5mxoedRqQwdTwmBZilEW2gDEvAO5+OsAxhdn/yt4/dT4BAAPKf5zlNNEAAAAASUVORK5CYII=) center no-repeat;background-size:8px 7px}#sort_select{border-color:transparent!important}
/* End */


/* Start:/bitrix/components/krayt/sort_line/templates/select/style.css?17473135342432*/
.sort-line{
    color: #424242;
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.sort-line:after {
    content: '';
    display: table;
    clear: both;
}
.sort-line .sort-col{
    font-weight: 400;
    display: flex;
}
.sort-line .sort-col:first-child{
    padding: 0px 25px 0px 0px;
    color: #808080;
}
.sort-line .sort-col-right {
    float: right;
    width: 50px;
}
.sort-line .sort-btn{
    height: 38px;
    line-height: 38px;
    padding: 0px 10px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #555555;
    position: relative;
    font-size: 0.928571em;
}
.sort-line .sort-btn span{

}
.sort-line .sort-btn:hover{
    text-decoration: underline;
}
.sort-line .sort-btn.active{
    background: #eeeeee;
    color: #555555;
    border-radius: 4px;
    padding-right: 30px;
}
.sort-line .sort-btn.active:hover{
    text-decoration: underline;
}
.sort-line .sort-btn.active[data-sorttype="asc"]:after{
    content: '';
    width: 30px;
    height: 38px;
    background: url('/bitrix/components/krayt/sort_line/templates/select/images/asc-black.png') no-repeat center;
    position: absolute;
    right: 0px;
    top: 0px;
}
.sort-line .sort-btn.active[data-sorttype="desc"]:after{
    content: '';
    width: 30px;
    height: 38px;
    background: url('/bitrix/components/krayt/sort_line/templates/select/images/desc-black.png') no-repeat center;
    position: absolute;
    right: 0px;
    top: 0px;
}
.sort-element-cnt{
    margin-right: 4px;
}
.view-mode-box{
    margin: 0px 15px 0px 0px;
}
.view-mode-box .view-mode-btn{
    display: inline-block;
    vertical-align: top;
    width: 38px;
    height: 38px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.view-mode-box .view-mode-btn.active{
    background-color: #eeeeee;
}
.view-mode-box .view-mode-btn.tile{
    background-image: url('/bitrix/components/krayt/sort_line/templates/select/images/tile-bg-black.png');
}
.view-mode-box .view-mode-btn.list{
    background-image: url('/bitrix/components/krayt/sort_line/templates/select/images/list-bg-black.png');
}

.sort-type {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sort-limit {
    float: right;
}

@media (max-width: 481px) {

    .sort-limit, .sort-type {
        float: left;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .sort-limit .sbHolder{
        margin-left: 5px;
    }
}
@media (max-width: 900px){
  .sort-line .sort-col:first-child{
    padding-right: 10px;
  }
}

/* End */


/* Start:/local/templates/drink/components/bitrix/catalog/main_new/bitrix/catalog.smart.filter/main/style.css?177211616929692*/
.bx-filter {
	width: 100%;
	min-width: 220px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
}
.bx-filter .bx-filter-section {
	/*background: #edf6fc; /* color */
	position: relative;
	padding-top: 26px
}
.bx-filter .bx-filter-section>.row {
	padding: 0 5px;
}
.bx-filter .bx-filter-title {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}
/*Sections*/

.bx-filter .bx-filter-parameters-box {
	position: relative;
}
@media (min-width: 992px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
		clear: both;
	}
}
.bx-filter .bx-filter-parameters-box-title span {
	cursor: pointer;
}
.bx-filter .bx-filter-block {
	display: block !important;
	height: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	height: auto;
}
.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	font-size: 14px;
	font-style: normal;
	display: block;
	padding-bottom: 5px;
}
.bx-filter-parameters-box-container {
	padding-bottom: 20px;
}
.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}
.bx-filter .bx-filter-parameters-box-container-block {
	font-size: 11px;
	color: #3f3f3f;
}
/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {}
.bx-filter .bx-filter-input-container input {
	display: block;
	width: 100%;
	font-size: 18px;
	height: 38px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	outline: none
}

/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
	/* Fix of input shadow for IOS browsers. */

	background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.bx-filter .bx-filter-button-box {
	clear: both;
}
/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
	padding-top: 35px;
	padding-bottom: 25px;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 7px;
	/*background: #d8e9f0;/* COLOR */
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}
.bx-filter .bx-ui-slider-part.p1 {
	left: -1px;
}
.bx-filter .bx-ui-slider-part.p2 {
	left: 25%;
}
.bx-filter .bx-ui-slider-part.p3 {
	left: 50%;
}
.bx-filter .bx-ui-slider-part.p4 {
	left: 75%;
}
.bx-filter .bx-ui-slider-part.p5 {
	right: -1px;
}
.bx-filter .bx-ui-slider-part span {
	font-size: 11px;
	/*font-weight: bold;*/

	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}
.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
	color: #6b8086;
}
.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-filter .bx-ui-slider-range {
	z-index: 50;
}
.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
	/*background: #849da4;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	/*background: #a8dff3;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	/*background: #499fd8;/* COLOR */
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 22px;
	height: 22px;
	border-bottom: none;
}
.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	margin-left: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/
}

/*
*	Select
*
*/

.bx-filter .bx-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
}

.bx-filter .bx-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	border: none;
	border-radius: 2px;
	background: #fff;
}
.bx-filter .bx-filter-select-text {
	font-size: 15px;
	line-height: 33px;
	overflow: hidden;
	max-width: 100%;
	height: 33px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	padding: 0 33px 0 10px;
	position: relative;
}
.bx-filter .bx-filter-select-text.fix {
	min-width: 120px;
	position: relative;
}
.bx-filter .bx-filter-select-text label {
	cursor: pointer;
}
.bx-filter .bx-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 33px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/

.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 248px;
	max-width: 248px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: flex;
	align-items: center;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	color: #000;
	background: rgba(221, 221, 221, .3);
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 1 !important;
	position: relative;
	top: 2px;
}
/*
* TAGS
*
*/

.bx-filter .bx-filter-tag {
	padding: 18px;
	/*border-top: 1px solid #d7eaf7;/* COLOR */
	/*border-bottom: 1px solid #d7eaf7;/* COLOR */
}
.bx-filter .bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	/*color: #68939e;/* COLOR */
	text-shadow: none;
}
.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
	color: #1d3d46;
}
/*
*	LABEL
*
*/
.bx-filter .bx-filter-param-label {
	min-height: 20px;
	font-weight: normal;
	cursor: pointer;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
	float: left;
	display: block;
	margin-right: 5px;
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}
.bx-filter .bx-filter-param-label {
	/*font-size: 13px;*/
}
.bx-filter .bx-filter-param-label.dib {
	display: inline-block;
}
.bx-filter .bx-filter-param-text {
	font-weight: normal;
	font-size: 14px;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
	color: var(--main_font_color);
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}
/*
*	Checkbox / Radio
*
*/

.bx-filter .bx-filter-input-checkbox {}
.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	display: block;
	text-align: left;
}
/*
* 	BTN
*
*/

.bx-filter .bx-filter-param-btn {
	font-weight: normal;
	display: inline-block;
	width: 38px;
	height: 38px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	position: relative;
	-webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	cursor: pointer;
}
/* --- colors */
.bx-filter .bx-filter-param-btn.bx-color-sl {}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	background: transparent;
	box-shadow: none
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	position: relative;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	content: ' ';
	display: block;
	z-index: 100;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	opacity: .7;
}
.bx-filter .bx-filter-param-btn .bx-filter-param-text {
	line-height: 26px;
}
/*
* BTN P/M
*
*/

.bx-filter .bx-filter-param-btn.bx-spm {
	width: 23px;
	min-width: 23px;
	height: 23px;
	line-height: 23px;
	font-weight: normal;
	padding: 0;
	font-size: 17px;
	color: #767b7e;
	vertical-align: top;
	border-radius: 50%;
	background-color: transparent;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
.bx-filter span.bx-spm {
	font-size: 18px;
	/*font-weight:bold;*/

	line-height: 23px;
	display: inline-block;
	height: 23px;
	margin: 0 10px;
	vertical-align: middle;
	color: #000;
}
/*
*	icon
*
*/

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
	line-height: 33px;
	position: relative;
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-top: -4px;
	margin-right: 2px;
	vertical-align: middle;
	border-radius: 2px;
}
.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
	line-height: 24px;
	/*position:relative;*/
	/*top:4px;*/

	border-radius: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	background-size: 120% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 20px;
	min-width: 20px;
  height: 13px;
  min-height: 13px;
  margin: 2px 0;
  top: 0 !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
	margin-right: 10px;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
	top: -1px !important;
}
.bx-filter-btn-color-icon.all {
	position: relative;
	border: none;
	box-shadow: none
}
.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	content: " ";
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}
.bx-filter-btn-color-icon.all:after {
	right: 0;
	bottom: 0;
}
.bx-filter-btn-color-icon.all:before {
	top: 0;
	left: 0;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
	opacity: .2;
}
/*
* 	BIZ
*
*/.bx-filter .bx-filter-parameter-biz {
	  font-size: 14px;
	  line-height: 15px;
	  display: inline-block;
	  margin-right: 10px;
	  text-decoration: none;
	  color: var(--main_color);
	  border-bottom: 1px dashed;
  }
.bx-filter .bx-filter-parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.bx-filter .bx-filter-parameter-biz.bx-active {
	position: relative;
	/*padding-left:20px;*/

	color: #000;
	border-color: transparent;
}
/*
*	BTN result and reset
*
*/

.btn-themes {
	/*background-color: #1485CE;/* COLOR */
	/*border-color: #1485CE;/* COLOR */
	color: #FFF
}
.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover{
	/*background-color: #53A4D8;/* COLOR */
	/*border-color: #53A4D8;/* COLOR */
	color: #FFF
}
/*
* 	Result Popup
*
*/

.bx-filter .bx-filter-popup-result {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	z-index: 915;
	display: none;
	line-height: normal;
	/* margin-top: -7px; */
	/* margin-left: 10px; */
	padding: 10px;
	white-space: nowrap;
	color: #3f3f3f;
	/* height: 50px; */
	border-style: solid;
	box-shadow: 0 2px 4px 0 rgba(200, 200, 200, 0.5);
	border: solid 1px #ebebeb;
	background-color: #fff;
}
.bx-filter .bx-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.smart.filter/main/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.smart.filter/main/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.smart.filter/main/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/main/components/bitrix/catalog/main/bitrix/catalog.smart.filter/main/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
	/* border-width: 2px 2px 2px 10px; */
	/* border-color: darkblue; */
}

.bx-filter .bx-filter-popup-result.right {
	left: 99%;
}
.bx-filter .bx-filter-popup-result.left {
	right:99%;
}
.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
	margin-left: 10px;
	display: block;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}
.bx-filter .bx-filter-popup-result .arrow {
	width: 12px;
	height: 12px;
	border: 1px solid #ddd;
	border-right: 0;
	border-top: 0;
	position: absolute;
	transform: rotate(45deg);
	left: -7px;
	top: 0;
	bottom: 0;
	background-color: #fff;
	margin: auto;
}

.bx-filter .bx-filter-popup-result #modef_num {
	font-weight: 900;
	font-size: 14px;
}
@media (max-width: 767px) {
	.bx-touch .bx-filter .bx-filter-popup-result {
		font-size: 12px;
		line-height: 14px;
		position: fixed !important;
		z-index: 1001;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		height: auto;
		padding: 10px;
		border-radius: 2px;
		border: 1px solid #c6dae7;
		background: rgba(255,255,255,.9);
	}
	.bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}
}

#catalog__filter .title {
	font-size: 14px;
	font-weight: 900;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*border-bottom: 1px solid #ddd;*/
}
#catalog__filter .catalog__section-list .title {
	display: block;
	border-bottom: 0;
}
#catalog__filter .title span {
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	color: var(--main_font_color);
	text-transform: uppercase;
}
#catalog__filter .title .bx-nav-title {
	width: calc(100% - 40px);
}
#catalog__filter .title .bx-nav-icon {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}
#catalog__filter .title img {
	width: auto;
	height: auto;
	max-height: 30px;
	max-width: 30px;
}

/*.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {*/
/*	border-bottom: solid 1px #d4d4d4;*/
/*}*/

#catalog__filter .bx-filter-input-checkbox {
	margin: 0;
}

#catalog__filter .bx-filter-input-checkbox input {
	display: none;
}

#catalog__filter label.bx-filter-param-label {
	display: block;
	position: relative;
	min-height: 15px;
	padding-left: 0;
	padding-right: 30px;
	margin-bottom: 3px;
}
#catalog__filter .bx-filter-input-checkbox:last-child label.bx-filter-param-label {
	margin-bottom: 0;
}

#catalog__filter label.bx-filter-param-label:before,
#catalog__filter label.bx-filter-param-label:after {
	content: "";
	line-height: 1;
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	font-family: FontAwesome;
	top: 5px;
	left: 0;
	color: var(--main_color);
	display: none;
}

#catalog__filter .bx-filter .bx-filter-input-checkbox label.bx-filter-param-label:before {
	border: 1px solid #ddd;
}

#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="checkbox"]:checked + label.bx-filter-param-label:after ,
#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="radio"]:checked + label.bx-filter-param-label:after {
	content: "\f00c";
	left: 2px;
}

#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="checkbox"]:checked + label.bx-filter-param-label .bx-filter-param-text ,
#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="radio"]:checked + label.bx-filter-param-label .bx-filter-param-text {
}

#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="checkbox"] + label.bx-filter-param-label .check:before ,
#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="radio"] + label.bx-filter-param-label .check:before {
	display: block;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background-image: url(/local/templates/drink/components/bitrix/catalog/main_new/bitrix/catalog.smart.filter/main/images/check-symbol.svg);
	-webkit-background-size: cover;
	background-size: cover;
	opacity: 0;
}

#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="radio"] + label.bx-filter-param-label .check:before {
	content: '\f111';
	font-family: FontAwesome;
	font-size: 0px;
	background: none;
	width: 6px;
	height: 6px;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="checkbox"]:checked + label.bx-filter-param-label .check:before {
	opacity: 1;
	background-color: var(--main_color);
}

#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="radio"]:checked + label.bx-filter-param-label .check:before {
	opacity: 1;
	color: #fff;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="checkbox"]:checked + label.bx-filter-param-label .check {

}
#catalog__filter .bx-filter .bx-filter-input-checkbox input[type="radio"]:checked + label.bx-filter-param-label .check{
	border: solid 4px var(--main_color);
}
#catalog__filter .bx-filter .bx-filter-input-checkbox .check {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	border: solid 1px var(--main_color);
	margin-right: 10px;
	position: relative;
}
#catalog__filter .bx-filter .radio.bx-filter-input-checkbox .check {
	border-radius: 50%;
}

#catalog__filter .bx-filter .bx-filter-input-checkbox .disabled .check {
	border-color: #bdbdbd;
}
#catalog__filter .bx-filter .bx-filter-input-checkbox .disabled .bx-filter-param-text {
	color: #bdbdbd;
}

#catalog__filter .bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	display: inline;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 100;
	line-height: 1;
}

#catalog__filter .bx-filter .bx-filter-input-checkbox .count_items {
	display: block;
	position: absolute;
	font-size: 12px;
	right: 13px;
	top: 4px;
	color: #bdbdbd;
}

#catalog__filter .bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
	padding: 0;
}

#catalog__filter .bx-filter .bx-filter-param-btn.bx-color-sl {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border-color: transparent;
	padding: 3px;
	width: 35px;
	height: 35px;
	margin-right: 5px;
}

#catalog__filter .bx-filter-select-popup .bx-filter-btn-color-icon, #catalog__filter .bx-filter .bx-filter-btn-color-icon {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 27px;
	height: 27px;
}

#catalog__filter .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
#catalog__filter .bx-filter .bx-filter-param-btn:hover,
#catalog__filter .bx-filter .bx-filter-param-btn:active,
#catalog__filter .bx-filter .bx-filter-param-btn:focus {
	border: 1px solid var(--main_color) !important;
}

#catalog__filter .bx-filter .bx-filter-param-label.disabled {
	pointer-events: none;
	/*bdbdbd*/
}

#catalog__filter .del_filter {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	background: transparent;
	border: none;
	position: relative;
}

#catalog__filter .del_filter {
	color: #000;
	font-weight: 300;
	text-decoration: underline;
}

#catalog__filter .del_filter:hover,
#catalog__filter .del_filter:active {
	text-decoration: none;
}

#catalog__filter .bx-filter .bx-filter-button-box {
	margin-top: 25px;
}

#catalog__filter .bx-filter .bx-filter-parameters-box-title .fa,
#catalog__filter ul#vertical-multilevel-menu li.parent .fa {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	right: 0;
	font-size: 22px;
	line-height: 20px;
	color: #bdbdbd;
	cursor: pointer;
}

#catalog__filter .bx-filter .bx-filter-parameters-box-title .fa {
	top: 0;
	font-family: unset;
}

#catalog__filter ul#vertical-multilevel-menu li.parent .fa {
	top: 10px;
}

#catalog__filter ul#vertical-multilevel-menu li.item-selected .fa {
	transform: rotate(180deg);
}

#catalog__filter .bx-filter .bx-filter-title {
	display: none;
}

#catalog__filter .bx-filter.bx-blue .bx-filter-section {
	background: none;
	padding: 0;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	display: none;
}

#catalog__filter .bx-filter .bx-filter-parameters-box-title {
	padding: 17px 0;
	/*border-bottom: solid 1px #d4d4d4;*/
	font-size: 13px;
}

#catalog__filter .bx-filter .bx-filter-parameters-box-title span {
	display: block;
	width: 100%;
	position: relative;
	color: var(--main_font_color);
	font-size: 14px;
	font-weight: 500;
	border: none !important;
	transition: .2s ease-out;
	text-transform: uppercase;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
	/*color: var(--main_color);*/
}

#catalog__filter .bx-filter .bx-filter-parameters-box-container-block {
	/*width: 43%;*/
}

#catalog__filter .bx-filter .bx-filter-input-container input {
	border: 1px solid #ddd;
	text-align: center;
	font-size: 13px;
}

#catalog__filter .bx-filter .bx-ui-slider-track-container {
	margin: 0;
	width: 100%;
	padding: 35px 30px 25px;
}

#catalog__filter .bx-filter .bx-ui-slider-track {
	height: 3px;
}

#catalog__filter .price-separator {
	/*float: left;*/
	/*width: 14%;*/
	margin: 0 -1px;
	height: 40px;
	position: relative;
}

#catalog__filter .bx-filter.bx-blue .bx-ui-slider-pricebar-vn {
	background: #ddd;
}

#catalog__filter .bx-filter.bx-blue .bx-ui-slider-pricebar-v {
	background: var(--main_color);
}

#catalog__filter .bx-filter .bx-ui-slider-part {
	top: -3px;
	width: 0;
	height: 9px;
	background: var(--main_color);
	display: none;
}

#catalog__filter .bx-filter .bx-ui-slider-part span {
	top: -22px;
}

.bx-filter .bx-ui-slider-part.p2 span {
	margin-left: 0;
	margin-right: -10px;
	left: auto;
	right: 0;
	text-align: right;
}

.bx-filter .bx-ui-slider-part.p1 span {
	margin-left: -10px;
	left: 0;
	text-align: left;
}

#catalog__filter .bx-filter .bx-ui-slider-handle {
	background: #fff !important;
	border-radius: 50%;
	box-shadow: 0 0 2px rgba(0, 0, 0, .3);
	width: 11px;
	height: 11px;
	top: -4px;
	border: 2px solid var(--main_color);
}

.bx-filter .bx-ui-slider-part.p2 {
	left: auto;
	right: -1px;
}

.bx-filter .filter-price-block.bx-active .bx-filter-block {
	overflow: visible;
}

#catalog__filter .bx-filter .filter-price-block .bx-filter-parameters-box-title {
	border-bottom: 0;
}

	.bx-filter .filter-price-block .bx-filter-parameters-box-title span {
	cursor: default;
}

.bx-filter .filter-price-block .bx-filter-parameters-box-container {
	padding: 0 0 10px;
}

#catalog__filter .bx-filter .bx-ui-slider-range {
	z-index: 500;
}

#catalog__filter .bx-filter .bx-ui-slider-handle.right {
	margin-right: -10px;
}

#catalog__filter .bx-filter .bx-ui-slider-handle.left {
	margin-left: -10px;
}

#catalog__filter .price-separator:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/local/templates/drink/components/bitrix/catalog/main_new/bitrix/catalog.smart.filter/main/images/minus.svg);
}

.bx-filter-parameters-box-container {
	padding: 10px 0;
}

.bx-filter .bx-filter-section {
	padding-top: 0;
}
.btn-filter-send{
	background-color: transparent;
	border: none;
	color: #fff;
}
.bx-filter-scroll {
	max-height: 140px;
	overflow: hidden;
}

@media screen and (max-width: 1024px) {
	body.filter-in {
		transform: translate(-45%);
		position: fixed;
	}
	body.filter-in .popup_mask {
		opacity: 1;
		visibility: visible;
		z-index: 100;
	}

	#catalog__filter {
		display: block;
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		background-color: #fff;
		z-index: 1050;
		transition: .4s ease-in-out;
		overflow: hidden;
		width: 45%;
		max-width: 100%;
		transform: translate(100%);
		padding: 0 !important;
	}

	.catalog__filter-container {
		height: 100%;
		overflow: hidden;
		overflow-y: scroll;
		padding: 10px 20px;
	}
	#catalog__filter .title, #catalog__filter .catalog__section-list .title {
		padding: 10px 0;
		text-transform: uppercase;
	}
	#catalog__filter .del_filter {
		text-transform: none;
	}
	.bx-filter .bx-filter-popup-result {
		bottom: 0;
		position: fixed;
	}
	.bx-filter .bx-filter-popup-result.left, .bx-filter .bx-filter-popup-result.right {
		left: 0;
		right: 0;
	}
	.catalog__filter .open_list {
		width: 30px;
		height: 30px;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		transform: rotate(0deg);
		transition: .2s ease-in-out;
		background: none;
		border: none;
		z-index: 100;
		font-size: 24px;
	}
	#catalog__content .sorting_box {
		text-align: left;
	}
	#open_filter {
		min-width: 150px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (max-width: 768px) {
	#catalog__filter {
		width: calc(100% - 60px);
	}
	body.filter-in {
		transform: translate(calc(-100% + 60px));
	}
	.catalog__filter-container {
		padding: 5px 15px;
		position: relative;
	}

}

@media screen and (max-width: 575.98px) {
	#open_filter {
		margin-top: 15px;
	}
}

.title_box h1.title{
	padding-left: 0px;
	padding-right: 0px;
}
.catalog_list_filters_main{
	margin-bottom: 8px;
}
.filter_main{
	margin-bottom: 8px;
}
.filters_main{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.filter_main{
	width: calc(100% / 7 - (7px));
	max-width: calc(100% / 7 - (7px));
}
.filter_main .btn{
	padding: 4px 9px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	font-size: 14px;
	transition: .3s;
	background-color: #fff;
	overflow: hidden;
	display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
	-o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.filter_main .btn:hover{
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.filters_main li + li{
	margin-right: 7px;
}
.filters_main li:first-child{
	margin-right: 7px;
}
.filters_main .filter_main.active .btn{
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	color: var(--main_color);
	background-color: #fff;
}
.filters_main .filter_main .btn:active,
.filters_main .filter_main .btn:focus{
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	color: var(--main_color);
	background-color: #fff;
}
@media (max-width: 900px){
	.filters_main li:first-child{
		margin-left: 0px;
	}
	.filter_main .btn{
		margin-bottom: 7px;
		overflow: hidden;
		font-size: 12px;
	}
	.filter_main{
		width: calc(100% / 3 - (7px));
		max-width: calc(100% / 3 - (7px));
	}
	.filter_main{
		margin-bottom: 0px;
	}
}

/* End */


/* Start:/bitrix/components/bitrix/catalog.compare.list/templates/.default/style.css?17473135321265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/local/templates/drink/components/bitrix/catalog.section/catalog-list/style.css?17473135371737*/
.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: var(--main_font_color);
}

.catalog__list-content .sales_block {
	width: 100%;
	margin: 10px 5px;
}

.sales__wrapper.row {
	margin-left: -7px;
	margin-right: -7px;
}

.sales_container .sales__item,
.sale_item-wrapper .sale__item {
	padding-left: 7px;
	padding-right: 7px;
}

.sales_container .sales__item .sales_img_wrapper {
	width: 100%;
	height: fit-content;
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
	overflow: hidden;
	transition: .2s ease-out;
}
.sales_container .sales__item:hover .sales_img_wrapper {
	box-shadow: none;
}
.sales_container .sales__item .sales_img {
	position: relative;
	z-index: 1;
	object-fit: contain;
	height: auto;
	max-height: 100%;
	width: 100%;
	display: block;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	transition: transform .3s ease-out;
	transform: scale(1.02);
}

.sales_container .sales__item:hover .sales_img {
	transform: scale(1);
}
.item-not-data-filter{
	margin-top: 10px;
}
@media (min-width: 1024px){
	.item-not-data-filter{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin-top: 35px;
	}
}
@media (max-width: 1024px){
	.item-not-data-filter{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin-top: 10px;
	}
}
.item-not-data-filter .big-text{
	font-size: 21px;
  line-height: 28px;
  color: var(--main_font_color);
}

.item-not-data-filter .small-text{
	font-size: 14px;
  line-height: 28px;
  color: var(--main_font_color);
}

/* End */


/* Start:/local/templates/drink/components/bitrix/catalog.item/product_card_new/style.css?177231050361627*/
/*
* 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;
	text-align: left;
	line-height: 13px;
	position: relative;
    width: auto;
}

.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-right { right: 0; }
.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_new/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_new/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; }

.offer_wrapper .product-card .products-item-image::before {
	display: none;
}
.products-item-before {
	width: 100%;
    height: 100%;
    display: block;
    background: #101010;
    background: linear-gradient(0deg, rgba(16, 16, 16, 1) 0%, rgba(25, 25, 25, 0.69) 47%, rgba(25, 25, 25, 0.1) 100%);
    z-index: 6;
    position: absolute;
    border-radius: 6px;
    opacity: 0;
    transition: .2s;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.add-flex-prices {
    display: flex;
    align-items: baseline;
    gap: 4px;
    flex-wrap: wrap;
}
.list-item-wait {
	color: var(--opacitygray);
	margin-bottom: 6px;
}
.list-item-quntity {
	color: var(--main_color);
	margin-bottom: 6px;
}


@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%; */
		max-width: 100%;
	}

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

	.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_new/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_new/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_img .product_card-flags {
    	left: 0;
	}

}

.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;
}
.flex-item-flag {
	gap: 4px;
}
@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; */
		text-align: start;
	}
	.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_new/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_new/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_new/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_new/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_new/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;
}
.fast_elem_wrapper .product-detail-info-top .additional-image {
	width: 100%;
}
.text-fourteen {
	font-size: 14px;
	line-height: 1.4;
}
.product_item_img .pr-detail-tags {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	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;
}
/* End */


/* Start:/local/templates/drink/components/bitrix/news.list/wide_slider_shadow/style.css?17473135375185*/
.owl-carousel-wrp{
    display: block !important;
}

.main_banner {
    display: block;
    position: relative;
    /* max-width: 1170px; */
    margin: auto;
    width: 100%;
    height: 400px;
    margin-bottom: 15px;
    overflow: hidden;
}

.main_banner .owl-stage-outer {
    box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5)
}
@media (max-width: 1024px){
  .main_banner .owl-stage-outer {
      box-shadow: none;
  }
}
.main_banner picture {
    /* height: 400px; */
    position: relative;
    display: block;
    overflow: hidden
}

.main_banner picture img {
    max-width: none;
    width: 1170px;
    height: 400px;
    /* position: absolute;
    top: 0;
    left: 50%; */
    display: block !important;
    transform: scale(1);
    transition: all .3s ease-out!important;
    margin: 0 auto;
}

.main_banner .banner_item:hover img {
    transform: scale(1.03)
}

.main_banner .banner_image_wrapper div {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.main_banner_slider .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
    z-index: 50;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 900px){
  .main_banner_slider{
    margin-bottom: -20px;
  }
  .main_banner_slider .row{
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media all and (max-width: 1140px) {
    .main_banner picture img {
        width: 1140px;
        /* margin: 0 0 0 -570px */
    }

    .main_banner picture, .main_banner, .main_banner picture img {
        height: 387px
    }
}

@media all and (max-width: 1024px) {
    .main_banner picture img {
        width: 768px;
        /* margin: 0 0 0 -384px */
    }

    .main_banner picture, .main_banner picture img {
        height: 360px
    }

    .main_banner {
        height: 420px
    }

    .main_banner_slider ul.slick-dots {
        bottom: 5px
    }
    .main_banner .owl-carousel {
        padding-bottom: 35px;
        margin-bottom: 0
    }

    .main_banner .owl-carousel .owl-dots, .main_banner .owl-nav.disabled + .owl-dots {
        bottom: 0;
        margin: 0
    }
}

@media all and (max-width: 728px) {
    .main_banner picture img {
        width: 728px;
        height: 341px;
        /* margin: 0 0 0 -364px */
    }

    .main_banner picture {
        height: 341px
    }

    .main_banner {
        height: 401px
    }
}

@media all and (max-width: 688px) {
    .main_banner picture img {
        width: 688px;
        /* margin: 0 0 0 -344px */
    }

    .main_banner picture, .main_banner picture img {
        height: 323px
    }

    .main_banner {
        height: 383px
    }
}

@media all and (max-width: 640px) {
    .main_banner picture img {
        width: 640px;
        height: 300px;
        /* margin: 0 0 0 -320px */
    }

    .main_banner picture {
        height: 300px
    }

    .main_banner {
        height: 360px
    }
}

@media all and (max-width: 600px) {
    .main_banner picture img {
        width: 600px;
        /* margin: 0 0 0 -300px */
    }

    .main_banner picture, .main_banner picture img {
        height: 281px
    }

    .main_banner {
        height: 341px
    }
}

@media all and (max-width: 560px) {
    .main_banner picture img {
        width: 560px;
        height: 263px;
        /* margin: 0 0 0 -280px */
    }

    .main_banner picture {
        height: 263px
    }

    .main_banner {
        height: 323px
    }
}

@media all and (max-width: 520px) {
    .main_banner picture img {
        width: 520px;
        /* margin: 0 0 0 -260px */
    }

    .main_banner picture, .main_banner picture img {
        height: 244px
    }

    .main_banner {
        height: 304px
    }
}

@media all and (max-width: 480px) {
    .main_banner picture img {
        width: 480px;
        height: 225px;
        /* margin: 0 0 0 -240px */
    }

    .main_banner picture {
        height: 225px
    }

    .main_banner {
        height: 285px
    }
}

@media all and (max-width: 440px) {
    .main_banner picture img {
        width: 440px;
        /* margin: 0 0 0 -220px */
    }

    .main_banner picture, .main_banner picture img {
        height: 100%;
    }

    .main_banner {
        height: 266px
    }
}

@media all and (max-width: 400px) {
    .main_banner picture img {
        /* width: 400px; */
        width: 100%;
        height: 188px;
        /* margin: 0 0 0 -200px */
    }

    .main_banner picture {
        height: 188px
    }

    .main_banner {
        height: 248px
    }
}

@media all and (max-width: 360px) {
    .main_banner picture img {
        width: 360px;
        /* margin: 0 0 0 -180px */
    }

    .main_banner picture, .main_banner picture img {
        height: 169px
    }

    .main_banner {
        height: 229px
    }
}

@media all and (max-width: 320px) {
    .main_banner picture img {
        width: 320px;
        height: 150px;
        /* margin: 0 0 0 -160px */
    }

    .main_banner picture {
        height: 150px
    }

    .main_banner {
        height: 210px
    }
}

/* 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/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/breadcrumb/main_catalog/style.css?17600927011683 */
/* /local/templates/drink/js/lib/selectbox/css/jquery.selectbox.css?17473135372699 */
/* /bitrix/components/krayt/sort_line/templates/select/style.css?17473135342432 */
/* /local/templates/drink/components/bitrix/catalog/main_new/bitrix/catalog.smart.filter/main/style.css?177211616929692 */
/* /bitrix/components/bitrix/catalog.compare.list/templates/.default/style.css?17473135321265 */
/* /local/templates/drink/components/bitrix/catalog.section/catalog-list/style.css?17473135371737 */
/* /local/templates/drink/components/bitrix/catalog.item/product_card_new/style.css?177231050361627 */
/* /local/templates/drink/components/bitrix/news.list/wide_slider_shadow/style.css?17473135375185 */
/* /local/templates/drink/components/bitrix/form.result.new/booking/style.css?17582842153697 */
/* /local/templates/drink/components/bitrix/form.result.new/oneclick/style.css?17723659634154 */
