

/* Start:/local/templates/wine/components/bitrix/catalog/kuban/style.min.css?1761045561684*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 0;border-bottom:2px solid #d9dee6;border-bottom-color:var(--primary);color:#000}
/* End */


/* Start:/local/templates/wine/components/bitrix/news.list/catalog-banner/style.css?1761045561750*/

.catalog-banner {
    height: 300px;
    position: relative;
    background-image: url("/local/templates/wine/components/bitrix/news.list/catalog-banner/../images/catalog.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 96px;
}

.catalog-banner__text {
    color: #FFFFFF;
}

@media (max-width: 1919px) {
    .catalog-banner {
        height: 200px;
        padding-left: 72px;
    }
}

@media (max-width: 1439px) {
    .catalog-banner {
        height: 128px;
        padding-left: 32px;
    }
}

@media (max-width: 1023px) {
    .catalog-banner {
        height: 88px;
        padding-left: 16px;
    }
}
/* End */


/* Start:/local/templates/wine/components/bitrix/breadcrumb/main/style.css?1761045561240*/

.breadcrumbs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumbs a {
    text-decoration: none;
    color: #5F6368;
}

.breadcrumbs span {
    color: #979797;
}
/* End */


/* Start:/local/templates/wine/components/bitrix/catalog.section.list/main/style.css?1761045561682*/
.catalog-sections {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 24px;
}

.catalog-section {
    background: #F7F7F7;
    border-radius: 32px;
    height: 176px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog-section img {
    max-width: 60%;
}

@media (max-width: 1919px) {
    .catalog-section {
        height: 128px;
    }
}

@media (max-width: 1439px) {
    .catalog-section {
        height: 96px;
        border-radius: 16px;
    }
}

@media (max-width: 1023px) {
    .catalog-sections {
        display: none;
    }
}
/* End */


/* Start:/local/templates/wine/components/bitrix/catalog.smart.filter/kuban/style.css?176104556115226*/
.visually-hidden {
	position: absolute;
	inline-size: 1px;
	block-size: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.bx-filter {
	display: flex;
	background-color: #fff;
	inline-size: 595px;
	padding: 32px 0;
	/*block-size: 100vh;*/
	/*top: 0;*/
	/*right: 0;*/
	/*position: fixed;*/
	z-index: 9999;
}

.bx-filter_form {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	inline-size: 100%;
}

.bx-filter_form-container {
	display: flex;
	flex-direction: column;
	gap: 32px;
	inline-size: 100%;
	min-block-size: 80%;
}

.bx-filter_form-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.bx-filter_form-header-start {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.bx-filter_form-title {
	font-family: var(--font-family-title), serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 114.99999999999999%;
	letter-spacing: 0;
	vertical-align: middle;
	text-transform: uppercase;
	color: #111;
}



@container (inline-size <= 1439px) {
	.bx-filter_form-title {
		font-size: 28px;
	}
}

@container (inline-size <= 1023px) {
	.bx-filter_form-title {
		font-size: 24px;
		line-height: 110.00000000000001%;
	}
}

@container (inline-size <= 767px) {
	.bx-filter_form-title {
		font-size: 24px;
		line-height: 114.99999999999999%;
	}
}

.bx-filter_form-reset {
	font-family: var(--font-family), sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0;
	vertical-align: middle;
	color: #797979;
	background-color: transparent;
	border: none;
	inline-size: fit-content;
	block-size: fit-content;
	padding: 0;
}

@container (inline-size <= 1023px) {
	.bx-filter_form-reset {
		font-size: 14px;
	}
}

.bx-filter_form-reset:hover {
	cursor: pointer;
}

.bx-filter_form-header-end {
	display: flex;
}

.bx-filter_form-close {
	inline-size: 24px;
	block-size: 24px;
}

.bx-filter_form-close:hover {
	cursor: pointer;
}

.bx-filter_form-body {
	display: flex;
	flex-direction: column;
	gap: 32px;
	inline-size: 100%;
	overflow: hidden;
	overflow-y: auto;
	max-height: 76vh;
}

@container (inline-size <= 1023px) {
	/*.bx-filter_form-body {*/
	/*	max-height: 66vh;*/
	/*}*/
}

.bx-filter-parameters-box-container_price {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 16.5px 16px;
	border: 1px solid #E0E0E0;
}

.bx-filter-parameters-box-container-block_price {

}

/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {
	display: flex;
	flex-direction: row;
	gap: 4px;
	position: relative;
}

.bx-filter-input-container_from {
	/*position: absolute;*/
	/*left: 0;*/
	font-family: var(--font-family), sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0;
	vertical-align: middle;
	color: #797979;
	/*padding-right: 4px;*/
}

.bx-filter .bx-filter-input-container input {
	display: flex;
	padding: 0;
	/*padding: 0 16px 0 22px;*/
	font-family: var(--font-family), sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0;
	vertical-align: middle;
	border: none;
	inline-size: fit-content;
	/*block-size: fit-content;*/
}

@container (inline-size <= 1023px) {
	.bx-filter .bx-filter-input-container input {
		font-size: 14px;
	}
}


.bx-filter .bx-filter-input-container input:focus {
	outline: none;
	border: none;
}

.bx-filter-input-container_currency {
	/*position: absolute;*/
	/*right: 0;*/
	font-family: var(--font-family), sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0;
	vertical-align: middle;
	color: #797979;
}

/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
	padding: 0 28px;
	position: absolute;
	width: 100%;
	bottom: 0;
}

.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 1px;
	background: #E0E0E0;
}

.bx-filter .bx-ui-slider-pricebar-vd{
	background: #849da4;
	height: 2px;
}

.bx-filter .bx-ui-slider-pricebar-vn{
	background: #E0E0E0;
}

.bx-filter .bx-ui-slider-pricebar-v {
	background: #111111;
	height: 2px;
}

.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;
}

.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
}

.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
}

.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: -15px;
	border-bottom: none;
	z-index: 10000;
	padding: 10px;
}

.bx-filter .bx-ui-slider-handle span {
	width: 12px;
	height: 12px;
	background-color: #111;
	border-radius: 50%;
	display: block;
}

.bx-filter .bx-ui-slider-handle:hover {
	cursor: grab;
}

.bx-filter .bx-ui-slider-handle:active {
	cursor: grabbing;
}

.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	margin-left: -22px;
}

.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -22px;
}

/*Sections*/

.bx-filter .bx-filter-parameters-box {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.bx-filter .bx-filter-parameters-box-title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.bx-filter .bx-filter-parameters-box-title:hover {
	cursor: pointer;
}

.bx-filter .bx-filter-parameters-box-title-text {
	font-family: var(--font-family), sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 110.00000000000001%;
	letter-spacing: 0;
	vertical-align: middle;
	text-transform: uppercase;
	color: #111;
}

@container (inline-size <= 1023px) {
	.bx-filter .bx-filter-parameters-box-title-text {
		font-size: 14px;
	}
}

.bx-filter-parameters-box-title-text-container {
	display: none;
}

.bx-filter-parameters-box-title-text-container.show-count {
	display: inline;
}

.bx-filter-parameters-box-title-item {
	display: flex;
	inline-size: 17px;
	block-size: 17px;
}

.fa-angle-up {
	background: url("/local/templates/wine/components/bitrix/catalog.smart.filter/kuban/svg/minus.svg") no-repeat;
}

.fa-angle-down {
	background: url("/local/templates/wine/components/bitrix/catalog.smart.filter/kuban/svg/plus.svg") no-repeat;
}

.bx-filter .bx-filter-block {
	display: none;
	transition: padding .3s ease;
	box-sizing: content-box;
}

.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 {
	display: flex;
	flex-direction: column;
	gap: 16px;
	overflow: hidden;
	overflow-y: auto;
	max-height: 280px;
}

@container (inline-size <= 1023px) {
	.bx-filter-parameters-box-container {
		max-height: 228px;
	}
}

.bx-filter .checkbox {
	display: flex;
	padding: 0;
	margin: 0;
}

.bx-filter .checkbox.hide {
	display: none;
}

.bx-filter .bx-filter-param-label {
	display: flex;
	padding: 0;
	margin: 0;
}

.bx-filter-input-checkbox-container {
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;
}

.bx-filter-input-checkbox[type='checkbox']:checked + .bx-filter-input-pseudo-checkbox {
	background-color: #111;
	border-color: #111;
}

.bx-filter-input-pseudo-checkbox {
	display: flex;
	inline-size: 12px;
	block-size: 12px;
	border: 1px solid #E0E0E0;
	background-color: inherit;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-input-pseudo-checkbox {
	opacity: 0.5;
}

.bx-filter-input-title {
	font-family: var(--font-family), sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0;
	vertical-align: middle;
	color: #111;
}


@container (inline-size <= 1023px) {
	.bx-filter-input-title {
		font-size: 14px;
	}
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-input-title {
	opacity: 0.3;
}

.bx-filter-input-show-all {
	display: flex;
	font-family: var(--font-family), sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0;
	vertical-align: middle;
	color: #111;
	text-decoration: underline;
	text-underline-offset: 5px;
	inline-size: fit-content;
	margin-block-start: 16px;
}

@container (inline-size <= 1023px) {
	.bx-filter-input-show-all {
		margin-block-start: 12px;
	}
}

.bx-filter-input-show-all:hover {
	cursor: pointer;
}


.bx-filter_form-lr-padding {
	padding: 0 32px;
}

@container (inline-size <= 1439px) {
	.bx-filter_form-lr-padding {
		padding: 0 24px;
	}
}

@container (inline-size <= 1023px) {
	.bx-filter_form-lr-padding {
		padding: 0 20px;
	}
}

@container (inline-size <= 767px) {
	.bx-filter_form-lr-padding {
		padding: 0 20px;
	}
}

/*
.bx-filter_form-footer {
	display: flex;
	position: absolute;
	bottom: 0;
	inline-size: 595px;
}
*/






.bx-filter-button-result {
	display: flex;
	inline-size: 100%;
}

.bx-filter-button-result-link {
	display: flex;
	inline-size: 100%;
	justify-content: center;
	padding: 20px 0;
	font-family: var(--font-family), sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 110.00000000000001%;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	color: #fff;
	background-color: #111;
}

@container (inline-size <= 1023px) {
	.bx-filter-button-result-link {
		font-size: 14px;
		padding: 18.5px 0;
	}
}

.bx-filter-button-result-link:hover {
	color: #fff;
}

.all-width {
	width: 100%;
}






















/*sssssssssssssssssssssssssssssssssss*/



.catalog-title {
	color: #2B2A29;
	text-transform: uppercase;
	margin-top: 32px;
}

.catalog-container {
	display: flex;
	justify-content: flex-start;
	gap: 24px;
	margin-top: 40px;
}

@media (max-width: 1919px) {
	.catalog-title {
		margin-top: 24px;
	}

	.catalog-container {
		margin-top: 32px;
	}
}

@media (max-width: 1439px) {
	.catalog-title {
		margin-top: 16px;
	}

	.catalog-container {
		margin-top: 24px;
	}
}

@media (max-width: 1023px) {
	.catalog-title {
		margin-top: 8px;
	}

	.catalog-container {
		margin-top: 16px;
	}
}

.choice-filter{
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.catalog-filter {
	max-width: 450px;
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
}

.catalog-prop-title {
	cursor: pointer;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.catalog-prop-title svg {
	transition: all 0.5s ease-in-out;
	pointer-events: none;
}

.catalog-prop-title.active svg {
	transform: rotate(180deg) translateY(-3px);
}

.catalog-prop-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px;
}

.catalog-prop-tags label.disabled{
	background-color: #cfcfce;
	display: none;
}

.catalog-prop-item.disabled{
	display: none;
}

.catalog-prop-container.disabled label{
	color: #cfcfce;
	pointer-events: none;
}

.catalog-prop-container label {
	color: #2B2A29;
	letter-spacing: 0.01px;
}

.catalog-prop-count {
	color: #9C9C9C;
}

.catalog-prop-block {
	margin-top: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-height: 232px;
	overflow: auto;
	transition: max-height 0.5s ease-out;
}

.catalog-prop-block.close {
	max-height: 0;
	overflow: hidden;
}

.catalog-prop-block input[type="checkbox"] {
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 24px;
	height: 24px;
	border-radius: 8px;
	border: 1px solid #CFCFCE;
	display: grid;
	place-content: center;
}

.catalog-prop-block input[type="checkbox"]::before {
	content: "";
	width: 24px;
	height: 24px;
	transition: 120ms transform ease-in-out;
}

.catalog-prop-block input[type="checkbox"]:checked::before {
	background-image: 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%3Cg clip-path='url(%23clip0_645_805)'%3E%3Crect width='24' height='24' rx='8' fill='%23CB272B'/%3E%3Cpath d='M10.5496 16L6.30225 11.7527L7.15338 10.9014L10.5496 14.2975L17.8471 7L18.6982 7.85133L10.5496 16Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_645_805'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.catalog-prop-container {
	display: flex;
	align-items: center;
	gap: 8px;
}

.catalog-prop-tags {
	display: flex;
	justify-content: flex-start;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 16px;
	max-height: 232px;
	overflow: auto;
	transition: max-height 0.5s ease-in-out;
}

.catalog-prop-tags.close {
	overflow: hidden;
	max-height: 0;
}

.catalog-prop-tags input {
	display: none !important;
}

.catalog-prop-tags label {
	color: #2B2A29;
	letter-spacing: 0.01px;
	border: 1px solid #CFCFCE;
	border-radius: 8px;
	padding: 12px 16px;
}

.catalog-prop-tags span {
	color: #9C9C9C;
	margin-left: 8px;
}

.catalog-prop-tags label:hover {
	color: #CB272B;
	background: #FAE9EA;
	border-color: #FAE9EA;
}

.catalog-prop-tags label:hover span {
	color: #E2888A;
}

.catalog-prop-tags label:has(input:checked) {
	color: #ffffff;
	background: #bd2931;
	border-color: #bd2931;
}

.catalog-prop-tags input:checked + span {
	color: #ffffff;
}

.catalog-prop-search {
	margin-top: 16px;
}

.catalog-prop-search input {
	width: 100%;
	border-radius: 12px;
	border: 1px solid #CFCFCE;
	padding: 12px 16px;
	color: #2B2A29;
	outline: none;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0%;
}

.catalog-prop-search input::placeholder {
	color: #9C9C9C;
}

@media (max-width: 1919px) {
	.catalog-filter {
		max-width: 330px;
	}

	.catalog-prop-tags label {
		padding: 8px 12px;
	}

	.catalog-prop-search input {
		font-size: 20px;
		line-height: 24px;
	}
}

@media (max-width: 1439px) {
	.catalog-filter {
		max-width: 312px;
		padding: 8px;
		gap: 16px;
	}

	.catalog-prop-search input {
		font-size: 16px;
		line-height: 20px;
		padding: 10px 12px;
	}
}

.catalog-container .filter-button {
	display: none;
	justify-content: center;
	align-items: center;
	gap: 8px;
	width: 100%;
	inline-size: 100%;
	margin-block-start: 0;
}

.catalog-filter-title {
	display: none;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
}

.catalog-filter-title svg {
	cursor: pointer;
}

.catalog-filter .refresh-filter, .catalog-filter .close-filter {
	width: 100%;
	text-align: center;
}

.filter-buttons{
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.no-result{
	padding: 32px;
}

@media (max-width: 1023px) {
	.filter-buttons{
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	.catalog-container .filter-button {
		display: flex;
	}

	.catalog-container {
		flex-direction: column;
	}

	.catalog-filter {
		max-width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: #ffffff;
		display: none;
		z-index: 5;
	}

	.catalog-filter.show {
		display: flex;
		overflow: scroll;
		height: 100vh;
	}

	.catalog-filter-title {
		display: flex;
	}

	.catalog-filter .refresh-filter, .catalog-filter .close-filter {
		margin-block-start: unset;
		display: flex;
		width: 100%;
		inline-size: 100%;
		justify-content: center;
		align-items: center;
	}

	.catalog-filter .refresh-filter {
		font-weight: 500;
		font-size: 16px;
		line-height: 100%;
		letter-spacing: 0%;
		text-align: center;
		border: unset;
		color: #9C9C9C;
	}
}
/* End */


/* Start:/local/templates/wine/components/bitrix/news.list/wine-list/style.css?17610455612368*/
.catalog-items-container{
    width: 100%;
}

.catalog-items {
    display: flex;
    row-gap: 56px;
    justify-content: flex-start;
    column-gap: 24px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.catalog-item {
    max-width: 456px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.catalog-item__img {
    border-radius: 32px;
    background-color: #F7F7F7;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 44px;
    max-height: 474px;
}

.catalog-item__img img {
    width: 50%;
    object-fit: contain;
    border-radius: 32px;
}

.catalog-item__props {
    margin-top: 16px;
}

.catalog-item__tags {
    color: #9C9C9C;
    text-align: center;
}

.catalog-item__title {
    margin-top: 8px;
    color: #2B2A29;
    text-align: center;
}

.catalog-item__type {
    margin-top: 16px;
    color: #5C5C5B;
    text-align: center;
}

.catalog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 56px;
}

.catalog-pagination-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.catalog-pagination-number {
    color: #2B2A29;
    cursor: pointer;
}

.catalog-pagination-number.active {
    color: #CB272B;
}

.catalog-pagination-prev, .catalog-pagination-next {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: auto;
}

.catalog-pagination-prev.disabled svg path, .catalog-pagination-next.disabled svg path {
    fill: #cfcfce;
}

@media (max-width: 1919px) {
    .catalog-item {
        max-width: 336px;
    }

    .catalog-item__img img {
        height: 400px;
    }

    .catalog-items {
        row-gap: 40px;
    }
}

@media (max-width: 1439px) {
    .catalog-item {
        max-width: 203px;
    }

    .catalog-item__img img {
        height: 144px;
    }

    .catalog-items {
        row-gap: 32px;
    }

    .catalog-item__img {
        border-radius: 16px;
        max-height: 204px;
    }
}

@media (max-width: 1023px) {
    .catalog-item {
        max-width: 49%;
    }

    .catalog-items {
        row-gap: 16px;
        column-gap: 6px;
    }
}

/* End */
/* /local/templates/wine/components/bitrix/catalog/kuban/style.min.css?1761045561684 */
/* /local/templates/wine/components/bitrix/news.list/catalog-banner/style.css?1761045561750 */
/* /local/templates/wine/components/bitrix/breadcrumb/main/style.css?1761045561240 */
/* /local/templates/wine/components/bitrix/catalog.section.list/main/style.css?1761045561682 */
/* /local/templates/wine/components/bitrix/catalog.smart.filter/kuban/style.css?176104556115226 */
/* /local/templates/wine/components/bitrix/news.list/wine-list/style.css?17610455612368 */
