

/* Start:/local/templates/2024-04/components/bitrix/catalog.smart.filter/catalog/style.css?176468671510535*/
.filter {
	position: relative;
}
.filter ul {
	list-style: none;
	margin: 0 0 8px 0;
	display: flex;
	flex-direction: column;
	padding: 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
	background: #ffffff;
	max-height: 305px;
	overflow-y: auto;
	overscroll-behavior: contain;
}
.filter__range {
	padding: 10px 16px 10px 16px !important;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
	background: #ffffff;
	box-sizing: border-box;
}

.bx-filter-parameters-box {
	position: relative;
}
.bx-filter-parameters-box + .bx-filter-parameters-box {
	margin-top: 0;
}
.filter .bx-filter-caption {
	color: initial !important;
	font-size: 16px;
	text-decoration: none;
	display: block;
	line-height: 1;
	margin-bottom: 0;
	position: relative;
	white-space: initial;
	padding: 12px 52px 12px 12px;
	background-color: #F1F1F5;
	transition: background-color 300ms;
}
.filter a.bx-filter-caption:hover {
	background-color: #eeeeee;
}
.filter .bx-filter-caption__all {
	padding: 12px;
	background: #ffffff;
	border: 1px solid #F1F1F5;
}
.filter .bx-filter-caption__all:hover {
	background-color: #eeeeee;
}
.filter .bx-filter-caption__all:after {
	display: none !important;
}
.filter .bx-filter-caption.is-title {
	background-color: #ffffff;
	font-weight: 600;
	padding: 12px;
}
.filter .bx-filter-caption.is-title:after {
	display: none;
}
.filter .bx-filter-caption__text {
	display: inline-block;
	line-height: 1;
}
.filter .bx-filter-caption__hint {
	color: #888888;
	font-size: 14px;
}
.filter .bx-filter-caption:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 32px;
	background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.40002 9L12.4 15L18.4 9' stroke='%23B9B9C1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 300ms;
}
.filter .bx-filter-caption.wo-arrow:after {
	display: none;
}
.filter .bx-filter-caption.is-opened:after {
}
.filter__prop-values-count {
	content: '';
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 4px;
	bottom: 0;
	width: 24px;
	font-size: 12px;
	color: #BDBDBD;
	font-weight: normal;
}

.filter .bx-filter-parameters-box .inner {
	position: absolute;
	z-index: 1;
	min-width: 100%;
	padding-top: 0;
	display: none;
}
.filter .bx-filter-parameters-box.is-active .inner {
	display: block;
}
.filter .bx-filter-parameters-box.display-type-F .inner li {
	display: none;
}
.filter .bx-filter-parameters-box.display-type-F.is-active .inner li {
	display: block;
}
.filter .bx-filter-parameters-box.display-type-F.is-opened .filter__prop-values-count {
}
.filter .bx-filter-parameters-box.display-type-F .inner li.force-visible {
	/*display: block !important;*/
}
.filter .bx-filter-parameters-box.is-active .bx-filter-caption:after,
.filter .bx-filter-caption.is-active:after {
	transform: rotateX(180deg);
}

.bx-filter-container-modef {
	padding: 0 !important;
	display: block !important;
}
.bx-filter-popup-result .btn {
	margin-left: 16px;
	padding: 8px 16px;
}
.filter-result-qty {
	display: flex;
	align-items: center;
}
.bx-filter-container-modef .bx-filter-popup-result {
	display: flex !important;
	align-items: center;
}

.filter #modef_num {
	line-height: 1;
	padding: 0;
	color: #222222;
	margin-left: 8px;
	font-weight: 500;
}

.filter label.disabled {
	opacity: 0.5;
}

.checkbox__text .count {
	color: #888888;
}
.filter ul.checkbox-c li {
}
.filter ul.checkbox-c.prop-SIZE {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.filter ul.checkbox-c.prop-SIZE li {
	width: calc(50% - 8px);
	margin-right: 8px;
}

.filter label {
	margin-bottom: 0;
}
.filter .checkbox {
	font-size: 14px;
	display: flex;
	flex-direction: row;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400;
	color: #0F1F38;
	height: 32px;
	gap: 12px;
}
.filter .checkbox__text {
	line-height: 1;
}
.filter .checkbox sub {
	font-weight: 400;
	color: #888888;
}
.filter .checkbox__input {
	display: none;
}
.filter .checkbox__indicator {
	display: inline-block;
	width: 20px;
	min-width: 20px;
	height: 20px;
	background-color: #f8f8f8;
	border: 1px solid #E0E0E0;
	position: relative;
	border-radius: 2px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	margin-right: 0;
}
.filter .checkbox__input:checked + .checkbox__indicator {
	background-color: var(--color-red);
}
.filter .checkbox__indicator.is-color {
	border: 2px solid #E0E0E0;
	border-radius: 100%;
	width: 32px;
	min-width: 32px;
	height: 32px;
}
.filter .checkbox__input:checked + .checkbox__indicator.is-color {
	border: 2px solid #181616;
}
.filter .checkbox__input:checked + .checkbox__indicator:after {
	content: '✔';
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.filter .show-more {
	height: 32px;
	font-weight: 700;
	display: block;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	padding-right: 0;
	background: #ffffff;
	border: 1px solid rgba(0,0,0,0.12);
	text-decoration: none !important;
}

.filter .filter-clear {
	display: none;
	margin-top: 32px;
	font-weight: 700;
	padding: 16px 0;
	text-align: center;
	border-radius: 5px;
	background: #ffffff;
	border: 1px solid rgba(0,0,0,0.5);
	text-decoration: none !important;
	line-height: 1;
}
.filter .filter-clear span {
	font-size: 32px;
	display: inline-block;
	margin-right: 8px;
	font-weight: 400;
	margin-top: -4px;
	line-height: 1;
}
.filter .filter-clear.is-active {
	display: flex;
	align-items: center;
	justify-content: center;
}
form.smartfilter {
	margin-bottom: 0;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
.filter .filter-clear {
	display: none !important;
}
.filter .bx-filter-container-modef {
	display: none !important;
}
.filter .bx-filter-popup-result {
	display: none !important;
}

.filter .w-disabled .show-more {
	display: none;
}
.filter .w-disabled .is-hidden {
	/* display: block !important; */
}
.filter .w-disabled .force-hidden,
.filter .w-disabled .is-hidden.force-hidden {
	/* display: none !important; */
}
.filter .force-visible,
.filter .force-hidden.force-visible,
.filter .is-hidden.force-hidden.force-visible {
	/* display: block !important; */
}

.filter .bx-filter-parameters-box.display-type-F + .display-type-ONE_VALUE {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.price-range__wrapper {
	margin-top: 8px;
}
.price-range__inputs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}
.price-range__inputs input {
	text-align: center;
}
.price-range__range {
	display: block;
	visibility: hidden;
	height: 50px;
}
.price-range__wrapper .irs--round {
	margin-top: -16px;
	margin-bottom: 16px;
}
.price-range__wrapper .irs--round .irs-handle {
	border-color: #888888;
	box-shadow: none;
}
.price-range__wrapper .irs--round .irs-bar {
	background-color: #888888;
}

.display-type-P {
	margin-bottom: 8px;
}
.filter__select--wrapper {
	display: flex;
	gap: 16px;
	justify-content: space-between;
	align-items: center;
}
.filter__checkbox__input--for-select {
	display: none;
}
.filter__select--title {
	font-weight: 600;
}

.filter .is-secondary {
	display: none;
}

.filter.as-modal {
	position: fixed;
	z-index: 100;
	top: 0;
	bottom: 0;
	right: 0;
	background: #ffffff;
	padding: 48px 32px 64px 32px;
	width: 350px;
	box-sizing: border-box;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	overflow: auto;
	overscroll-behavior: contain;
}
.filter .as-modal--show {
	display: none;
}
.filter.as-modal .is-secondary {
	display: block;
}
.filter.as-modal ul {
	max-height: initial;
}
filter.as-modal .checkbox {
	white-space: initial;
}
.filter.as-modal .as-modal--hide {
	display: none !important;
}
.filter.as-modal .as-modal--show {
	display: initial;
}
.filter.as-modal .filter__close-modal {
	position: fixed;
	top: 0;
	right: 0;
	height: 40px;
	width: 40px;
	text-decoration: none;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: #f8f8f8;
	color: #000000;
	font-size: 32px;
	line-height: 1.5;
	font-weight: 300;
	z-index: 101;
}
.filter.as-modal .filter__close-modal__button {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 90%;
	z-index: 101;
	padding: 12px;
	background: #ffffff;
	box-sizing: border-box;
}
.filter.as-modal form.smartfilter {
	flex-direction: column;
}
.filter.as-modal .bx-filter-parameters-box .inner {
	position: relative;
	display: none;
}
.filter.as-modal .bx-filter-parameters-box.is-active .inner {
	position: relative;
	display: block;
}
.filter.as-modal .bx-filter-caption {
	font-size: 14px;
}
.filter .bx-filter-parameters-box.display-type-F .inner li {
	display: block;
}
body .wrap {
	transition: all 300ms;
}
body.w-filter-as-modal .wrap {
	padding-right: 382px;
}
.filter-selected__value--text {
	display: inline-flex;
	gap: 8px;
	align-items: center;
}
.filter-selected__value--name {
	color: #888888;
	font-size: 12px;
	max-width: 150px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width: 768px) {
	/*
	.bx-filter-popup-result {
		position: relative;
		left: initial;
		margin-left: 0;
		width: 100%;
		text-align: center;
	}
	.bx-filter-container-modef .bx-filter-popup-result {
		justify-content: space-between;
	}
	 */
	.filter.as-modal {
		width: 90%;
	}
	.filter .is-hidden-m {
		display: none;
	}
	.filter .is-visible-m {
		visibility: visible;
	}
	.filter .is-hidden-m {
		display: none;
	}
	form.smartfilter {
		gap: 1px;
	}
	.filter .bx-filter-caption {
		font-size: 14px;
	}
	.bx-filter-parameters-box {
		width: 100%;
	}
	.bx-filter-parameters-box + .bx-filter-parameters-box.bx-filter-parameters-box__show-all {
		margin-top: 12px;
	}
	.catalog__sections-wrapper + .catalog__items-wrapper {
		margin-top: 0 !important;
	}
	body.w-filter-as-modal .wrap {
		padding-right: var(--wrap-padding);
	}
	.filter:not(.as-modal) .bx-filter-parameters-box .inner {
		position: relative;
	}
	.filter:not(.as-modal) ul {
		margin-left: 32px;
		margin-right: 32px;
		box-sizing: border-box;
		box-shadow: none;
		padding-left: 0;
		padding-right: 0;
		/*max-height: initial;*/
	}
	.filter .checkbox__text {
		white-space: initial;
	}
}
/* End */
/* /local/templates/2024-04/components/bitrix/catalog.smart.filter/catalog/style.css?176468671510535 */
