<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#finefilter-allfilters-box {
	border: 1px;
	border-color: #C7E1FF;
	border-style: solid;
	box-shadow: 0 3px 3px 1px rgba(171, 196, 255,0.16);
	width: 373px;
	position: absolute;
	left: -18px;
	top: 0px;
	z-index: 10;
	background-color: #FFFFFF;
	padding-bottom: 0.5rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: none;
}

@media (max-width:375px) {
	#finefilter-allfilters-box {
		width: 320px;
	}
}

#finefilter-allfilters-box-close {
	display: block;
	background-image: url(../../img/close-cross.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 8px;
	top: 10px;
	z-index: 1;
}

.subcatagory-tags-box {
	/*display: none;*/
}

.subcategory-tags-title {
	display: none;
}

.finefilter-block {
    border: 1px;
    border-color: rgba(199,225,255,0.42);
    border-style: solid;
    box-shadow: 0 0 3px 1px rgba(199, 225, 255,0.16);
    height: 33px;
    margin-top: 1rem;
    position: sticky;
    top: 0;
    background: rgba(254,254,254,1.00);
    z-index: 10001
}

.finefilter-box {
	display: none;
}

.finefilter-btn-cancel {
	background-color: transparent;
	border-color: #C7E1FF;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	color: #286DA8;
	font-family: "segoe ui";
	font-size: 78%;
	font-weight: 100;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 0px;
}

	.finefilter-btn-cancel:hover {
		cursor: pointer;
		border-color: #286DA8;
	}

.finefilter-btn-ok {
	background-color: #286DA8;
	border-color: #286DA8;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	font-family: "segoe ui";
	font-size: 78%;
	font-weight: 100;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 0px;
	margin-top: 1rem;
}

	.finefilter-btn-ok:hover,
	.finefilter-currency-btn-ok:hover {
		cursor: pointer;
		border-color: #C7E1FF;
	}

.finefilter-filter-box {
	border: 1px;
	border-color: #C7E1FF;
	border-style: solid;
	box-shadow: 0 3px 3px 1px rgba(171, 196, 255,0.16);
	width: 373px;
	position: relative;
	left: -18px;
	top: -2rem;
	z-index: 10;
	background-color: #FFFFFF;
	padding-bottom: 0.5rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.finefilter-close {
	background-image: url(../../img/close-cross.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 8px;
	top: 10px;
	z-index: 1;
}

	.finefilter-close:hover {
		cursor: pointer;
	}

.finefilter-li-link {
	margin-top: 1rem;
	margin-left: 17px;
}

.finefilter-filter-lnk, .finefilter-sort-lnk {
	color: #286DA8;
	font-family: "segoe ui";
	position: relative;
	width: 100px;
	margin-left: 47px;
	display: inline-block;
	padding-top: 4px;
	padding-bottom: 4px;
}

	.finefilter-filter-lnk::before {
		position: absolute;
		left: -37px;
		display: inline-block;
		content: '';
		background-image: url(../../img/filters.svg);
		background-repeat: no-repeat;
		background-position: center center;
		width: 32px;
		top: 0%;
		height: 32px;
	}

	.finefilter-filter-lnk:hover, .finefilter-sort-lnk:hover {
		cursor: pointer;
		color: #FF4E00;
	}

.finefilter-items-found {
	font-size: 86%;
}

.total-items-lable {
	float: left;
	margin-left: 20px;
	margin-top: 4px;
}

.finefilter-li {
	color: #286DA8;
	font-family: "segoe ui";
	font-size: 100%;
	text-align: left;
	line-height: 3rem;
	padding-left: 17px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7E1FF;
	margin-left: 7px;
	margin-right: 7px;
	position: relative;
}

	.finefilter-li &gt; label:hover {
		cursor: pointer;
	}

	.finefilter-li:last-of-type {
		border-bottom-style: none;
	}

.finefilter-li-chkbox {
	margin-left: 17px;
	line-height: 3rem;
}

	.finefilter-li-chkbox:last-of-type {
	}

.finefilter-parameters-applied {
	margin-top: 0.5rem;
	font-size: 86%;
}

.finefilter-parameters-applied-lbl {
	color: #286DA8;
}

.finefilter-parametr::after {
	position: absolute;
	right: 10px;
	display: inline-block;
	content: '';
	background-image: url(../../img/arrow-r-bb.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 32px;
	top: 9px;
	height: 32px;
}

.finefilter-parametr:hover {
	cursor: pointer;
	color: #FF4E00;
}

#finefilter-price {
	display: none;
}

#finefilter-size {
	display: none;
}

.finefilter-sort-lnk {
	display: inline-block;
}

	.finefilter-sort-lnk::before {
		position: absolute;
		left: -37px;
		display: inline-block;
		content: '';
		background-image: url(../../img/sort.svg);
		background-repeat: no-repeat;
		background-position: center center;
		width: 32px;
		top: 0%;
		height: 32px;
	}

#finefilter-style {
	display: none;
}

#finefilter-factory-level {
	display: none;
}

#finefilter-sort {
	display: none;
}

#finefilter-subcategory {
	display: none;
}

.finefilter-title {
	color: #765957;
	font-family: "segoe ui";
	font-size: 110%;
	text-align: center;
	line-height: 3rem;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7E1FF;
	margin-left: 7px;
	margin-right: 7px;
}

	.finefilter-title::after {
	}

.finefilter-ul {
	text-align: left;
}

.flt-price-block {
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: 17px;
}

.flt-price-lbl {
	color: #765957;
}

	.flt-price-lbl::after {
		display: inline-block;
		position: relative;
		left: -20px;
		color: #C9C9C9
	}

.flt-price-input {
	width: 90px;
	display: inline-block;
	margin-left: 10px;
	border-color: #C7E1FF;
}

.flt-size-box {
	margin-top: 0.5rem;
}

.flt-size-icon {
	height: 32px;
	vertical-align: bottom;
	margin-right: 9px;
}

.flt-size-input {
	width: 80px;
	display: inline-block;
	margin-left: 7px;
	border-color: #C7E1FF;
}

.flt-size-lbl::after {
	content: 'СЃРј';
	display: inline-block;
	position: relative;
	left: -30px;
	color: #C9C9C9;
	width: 9px;
}

@media (max-width:375px) {
	.finefilter-ul::-webkit-scrollbar {
		width: 12px;
	}

	.finefilter-ul::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		border-radius: 10px;
	}

	.finefilter-ul::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	}

	.finefilter-filter-box {
		overflow: hidden;
		width: 100%;
		left: 0;
	}

	.finefilter-ul {
		overflow-y: scroll;
		max-height: 400px;
	}
}

@media (min-width:768px) {
	.finefilter-filter-lnk {
		display: none;
	}

	#finefilter-allfilters-box {
		display: inline-block;
		border-style: none;
		box-shadow: 0 0px 0px 0px rgba(171, 196, 255,0.16);
		width: auto;
		position: relative;
		z-index: auto;
		padding-bottom: 0px;
		margin-left: 0px;
		margin-right: 34px;
	    left: 0;
	}

	#finefilter-allfilters-box-close {
		display: none;
	}

	.finefilter-block {
		margin-right: 17px;
                border-color: rgba(199,225,255,0.42);	}

	.finefilter-li {
		border-bottom-style: none;
	}

	.subcatagory-tags-box {
		display: block;
	}

	.params-title {
		display: none;
	}



	.finefilter-params {
		display: inline-block;
		width: 550px;
	}

	.finefilter-parametr {
		display: inline-block;
		line-height: 2rem;
	}

		.finefilter-parametr:first-of-type {
			margin-left: 51px;
		}

			.finefilter-parametr:first-of-type::before {
				position: absolute;
				left: -37px;
				display: inline-block;
				content: '';
				background-image: url(../../img/filters.svg);
				background-repeat: no-repeat;
				background-position: center center;
				width: 32px;
				top: 0%;
				height: 32px;
			}

	.finefilter-parametr {
		position: relative;
		padding-left: 4px;
		margin-right: 20px;
	}

		.finefilter-parametr::after {
			background-image: url(../../img/menu-expander-blue.svg);
			background-size: contain;
			display: inline-block;
			right: -26px;
			top: 9px;
			width: 24px;
			height: 18px;
		}

		.finefilter-parametr:hover::after {
			background-image: url(../../img/menu-expander-orange.svg);
		}

	.finefilter-filter-box {
		top: 0.5rem;
	}

	.finefilter-sort-lnk {
		margin-left: 17px;
	}

	#finefilter-style {
		width: 600px;
	}

	.finefilter-style-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}

	.finefilter-style-toplist {
		border-bottom: 1px solid rgb(199, 225, 255);
		margin-top: 1rem;
	}

	.finefilter-ul-float {
		margin-top: 1rem;
	}
}

@media (min-width:1280px) {
	.finefilter-sort-lnk {
		margin-left: 17px;
	}

	.finefilter-block {
		margin-right: 0px;
                border-color: rgba(199,225,255,0.42);
	}

	.finefilter-params {
		width: 1055px;
	}
}
</pre></body></html>