

/* Start:/bitrix/templates/.default/components/bitrix/catalog.smart.filter/offers/style.css?15774606652162*/
.filter-form {
	display: flex;
	flex-direction: row;
	position: relative;
	z-index: 100;
}

.sel-holder {
	display: inline-block;
	margin-right: 16px;
	vertical-align: top;
	width: 100%;
}

.bx-filter-select-block {
	display: inline-block;
	font-size: 13px;
	position: relative;
	user-select: none;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	width: 100%;
}

.bx-filter-select-text {
	background: #fff;
	border: none;
	border-radius: 0;
	border: 1px solid #000;
	border-width: 1px 1px 2px;
	-webkit-box-shadow: none;
					box-shadow: none;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-family: "Montserrat";
	line-height: 25px;
	padding: 6px 14px 5px;
	-webkit-transition: all 0.3s ease;
					transition: all 0.3s ease;
	height: 41px;
}

.bx-filter-select-text::before {
	background: url(/bitrix/templates/.default/assets/img/filter.svg) no-repeat;
	background-size: 100% 100%;
	content: "";
	pointer-events: none;
	position: absolute;
	top: 14px;
	right: 8px;
	height: 12px;
	width: 18px;
	z-index: 9;
}

.bx-filter-select-popup {
	border-color: #000;
	border-radius: 0;
	border-width: 0 1px 1px;
	-webkit-box-shadow: none;
					box-shadow: none;
	letter-spacing: 0;
	margin-top: 0;
	opacity: 0;
	position: absolute;
	top: 39px;
	left: 0px;
	transform: translateY(20px);
	transition: all .4s ease;
	visibility: hidden;
	max-height: 140px;
	width: 100%;
}

.bx-filter-select-popup._active {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.bx-filter-select-popup ul {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	max-height: 140px;
	z-index: 1000;
}

.bx-filter-select-popup li {
	line-height: 20px;
	margin: 0;
	padding: 8px 14px 8px;
	-webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
				transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.bx-filter-select-popup label {
	cursor: pointer;
	transition: color .4s ease;
}

.bx-filter-select-popup label:hover {
	color: #f00;
}

/* End */
/* /bitrix/templates/.default/components/bitrix/catalog.smart.filter/offers/style.css?15774606652162 */
