.art6-filter {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	font-family: Arial;
	color: #626368;
	margin: 40px 0;
}
.art6-filter * {
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.art6-filter__mobile-close {
	display: none;
}
.art6-filter__title {
	font-weight: 700;
}

.art6-filter__form {
	margin-top: 20px;
}
.art6-filter__form-box {
	background-color: white;
	margin-top: 0;
	margin-bottom: 15px;
	position: relative;
	border: 1px solid #ddd;
}
.art6-filter__form-box::before,
.art6-filter__form-box::after {
	content: '';
	display: table;
	clear: both;
}
/*.art6-filter__form-box::after {
	width: 100%;
	height: 11px;
	background-image: linear-gradient(180deg, rgba(193, 191, 176, 0.15) 0%, rgba(255, 255, 255, 0.1) 100%);
	position: absolute;
	top: 100%;
	left: 0;
}*/
.art6-filter__form-box--select {
	padding-bottom: 10px;
}
.art6-filter__form-box--buttons {
	border: 0;
	overflow: hidden
}
.art6-filter__form-box--buttons::after {
	width: 100%;
	height: 11px;
	border-top: 1px solid #d8d6c8;
	background-image: linear-gradient(180deg, rgba(193, 191, 176, 0.15) 0%, rgba(255, 255, 255, 0.1) 100%);
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 60px;
}
.art6-filter__form-box__title {
	color: #444;
	font-size: 14px;
	padding: 15px;
	cursor: pointer;
	position: relative;
	background-color: #eee;
	border-bottom: 1px solid #ddd;
}
.art6-filter__form-box__title:first-letter {
	text-transform: uppercase;
}
.art6-filter__form-box__title::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	border: 6px solid transparent;
	border-top: 6px solid #444;
	margin-top: 22px;
	margin-right: 15px;
}
.art6-filter__form-box__title.active::before {
	border: 6px solid transparent;
	border-bottom: 6px solid #444;
	margin-top: 16px;
}
.art6-filter__form-box__title::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	border: 6px solid transparent;
	border-top: 6px solid #eee;
	margin-top: 21px;
	margin-right: 15px;
}
.art6-filter__form-box__title.active::after {
	border: 6px solid transparent;
	border-bottom: 6px solid #eee;
	margin-top: 17px;
}
.art6-filter__form-box--select .art6-filter__form-box__title {
	margin-bottom: 10px
}
.art6-filter__form-box--slider .art6-filter__form-box__title::before,
.art6-filter__form-box--slider .art6-filter__form-box__title::after,
.art6-filter__form-box--select .art6-filter__form-box__title::before,
.art6-filter__form-box--select .art6-filter__form-box__title::after {
	content: none;
}
.art6-filter__form-box__params {
	margin-top: 0;
	padding: 10px;
	position: relative;
}
.art6-filter__form-box__params--hidden {
	overflow: hidden;
	padding: 0 15px;
	height: 0px;
	margin: 0;
}
.art6-filter__form-box__params::before,
.art6-filter__form-box__params::after {
	content: '';
	display: table;
	clear: both;
}
.art6-filter__form-box--slider .art6-filter__form-box__params {
	margin-left: -10px;
	margin-right: -10px;
}
.art6-filter__form-box--select .art6-filter__form-box__params {
	border: 1px solid #d8d6c8;
	border-radius: 2px;
	height: 36px;
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	cursor: pointer;
}
.art6-filter__form-box--select .art6-filter__form-box__params::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	border: 4px solid transparent;
	border-top: 7px solid #221e1f;
	margin-top: 15px;
	margin-right: 12px;
	z-index: 3;
}
.art6-filter__form-box--select .art6-filter__form-box__params::after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 5;
}
.art6-filter__form-box--select .art6-filter__form-box__params.show {
	height: auto;
	max-height: 180px;
    overflow: auto;
}
.art6-filter__form-box--select .art6-filter__form-box__params.show::after {
	display: table;
}
.art6-filter__form-box__params-item {
	padding: 10px;
}
.art6-filter__form-box--slider .art6-filter__form-box__params-item {
	float: left;
	width: 50%;
	padding: 0 10px;
}
.art6-filter__form-box--slider .art6-filter__form-box__params-item__title {
	width: 20px;
	line-height: 20px;
	overflow: hidden;
	float: left;
}
.art6-filter__form-box--check .art6-filter__form-box__params-item.horizontal {
	float: left;
	padding: 5px 5px;
	margin: 0;
}
.art6-filter__form-box--color .art6-filter__form-box__params-item {
	width: 50%;
	float: left;
}
.art6-filter__form-box--check .art6-filter__form-box__params-item__title {
	position: relative;
	color: #221e1f;
	cursor: pointer;
	display: block;
	margin: 0;
}
.art6-filter__form-box--check .art6-filter__form-box__params-item__title:first-letter {
	text-transform: uppercase;
}
.art6-filter__form-box--check .art6-filter__form-box__params-item:not(.horizontal) .art6-filter__form-box__params-item__title {
	padding-left: 31px;
	line-height: 15px;
}
.art6-filter__form-box--check .art6-filter__form-box__params-item.horizontal .art6-filter__form-box__params-item__title {
	padding: 10px 17px 9px 15px;
	background-color: #f3f3f3;
	border-radius: 2px;
}
.art6-filter__form-box--check .art6-filter__form-box__params-item.horizontal .art6-filter__form-box__params-item__title:hover {
	background-color: #32b538;
	color: white;
}
.art6-filter__form-box--check .art6-filter__form-box__params-item:not(.horizontal) .art6-filter__form-box__params-item__title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 6px;
	background-color: white;
	border: 1px solid #d8d6c8;
	border-radius: 2px;
	width: 20px;
	height: 20px;
	
	-webkit-box-shadow: inset 0 0 0 1px #e1e1e1;
	-moz-box-shadow: inset 0 0 0 1px #e1e1e1;
	box-shadow: inset 0 0 0 1px #e1e1e1;
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.art6-filter__form-box--color .art6-filter__form-box__params-item:not(.horizontal) .art6-filter__form-box__params-item__title::before {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.art6-filter__form-box--check .art6-filter__form-box__params-item--active .art6-filter__form-box__params-item__title {
	color: #4b4d51;
}
.art6-filter__form-box--check .art6-filter__form-box__params-item--active:not(.horizontal) .art6-filter__form-box__params-item__title::before {
	content: '\e81a';
	font-family: "sivaly-font";
	text-align: center;
    line-height: 18px;
    color: white;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
}
.art6-filter__form-box--check .art6-filter__form-box__params-item--active.horizontal .art6-filter__form-box__params-item__title {
	background-color: #42c548;
	color: white;
}
.art6-filter__form-box--select .art6-filter__form-box__params-item {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
	display: none;
	background-color: white;
	padding: 0
}
.art6-filter__form-box--select .art6-filter__form-box__params-item:first-child {
	z-index: 1;
	display: block;
}
.art6-filter__form-box--select .art6-filter__form-box__params .art6-filter__form-box__params-item--active {
	z-index: 2;
	display: block;
}
.art6-filter__form-box--select .art6-filter__form-box__params.show .art6-filter__form-box__params-item {
	position: relative;
	display: block;
}
.art6-filter__form-box--select .art6-filter__form-box__params.show .art6-filter__form-box__params-item--active {
	background-color: #f3f3f3;
}
.art6-filter__form-box--select .art6-filter__form-box__params.show .art6-filter__form-box__params-item:hover {
	background-color: #d3d3d3;
}
.art6-filter__form-box--select .art6-filter__form-box__params-item__title {
	line-height: 36px;
	padding-left: 13px;
}
.art6-filter__form-box--select .art6-filter__form-box__params-item--active .art6-filter__form-box__params-item__title,
.art6-filter__form-box--select .art6-filter__form-box__params.show .art6-filter__form-box__params-item__title {
	cursor: pointer;
}
.art6-filter__form-box--select input {
	display: none;
}

.art6-filter__form-box--slider input {
	width: calc(100% - 30px);
	max-width: 90px;
	float: left;
	margin-left: 10px;
	height: 20px;
	border: 1px solid #e1e1e1;
	outline: none;
	padding: 0 10px;
	font-size: 12px;
	color: #7a7b80;
}
.art6-filter__form-box--check input {
	display: none;
}

.art6-filter__form-box__slider {
	padding: 10px 0px 15px;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
	overflow: hidden;
}
.art6-filter__form-box__slider-before {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	margin-top: 7px;
	height: 5px;
	border-radius: 2px;
	z-index: 0;
	
	-webkit-box-shadow: inset 0 0 0 1px #e1e1e1;
	-moz-box-shadow: inset 0 0 0 1px #e1e1e1;
	box-shadow: inset 0 0 0 1px #e1e1e1;
}
.art6-filter__form-box__slider-after {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	margin-top: 7px;
	height: 5px;
	border-radius: 2px;
	background-color: #444;
	z-index: 1;
}
.art6-filter__form-box__slider-buttons {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	margin-top: 7px;
	height: 5px;
}
.art6-filter__form-box__slider-buttons span {
	position: absolute;
	left: 0;
	top: 50%;
	width: 14px;
	height: 20px;
	background-image: url(../image/icon-slider-button.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
	cursor: pointer;
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
span.art6-filter__form-box__slider-buttons__to {
	margin-left: -1px
}
.art6-filter__form-box__slider-text {
	margin-top: 15px;
}
.art6-filter__form-box__slider-text::before,
.art6-filter__form-box__slider-text::after {
	content: '';
	display: table;
	clear: both;
}
.art6-filter__form-box__slider-text span {
	color: #7a7b80;
	font-size: 11px;
}
.art6-filter__form-box__slider-text__from {
	float: left;
}
.art6-filter__form-box__slider-text__to {
	float: right;
}
.art6-filter__form-box__button-reset {
	float: left;
}
/*.art6-filter__form-box__button-reset {
	float: left;
	width: calc(50% - 10px);
	height: 30px;
	line-height: 30px;
	border-radius: 2px;
	cursor: pointer;
	font-size: 14px;
	color: #221e1f;
	text-align: center;
	text-decoration: none;
}*/
.art6-filter__form-box__button-submit {
	float: right
}
/*.art6-filter__form-box__button-submit {
	float: right;
	width: calc(50% - 10px);
	height: 30px;
	background-color: #42c548;
	border: 1px solid #d8d6c8;
	border-radius: 2px;
	border: 0;
	font-size: 14px;
	font-weight: 700;
	color: white;
	cursor: pointer;
}
.art6-filter__form-box__button-submit:hover {
	background-color: #32b538;
}*/


.product-filter-button { display:none; }
@media (max-width: 767px) {
	#column-left { display:block!important; }
	#column-left > * { display:none!important; }
	#column-left .art6-filter { display:block!important; }
	body.filter { overflow:hidden; }
	body.filter::before { content:"";position:fixed;width:100%;height:100%;background-color:rgba(0,0,0,0.4);z-index:99998; }
	.product-filter-button { display:block;margin-bottom:20px; }
	.product-filter-button a { color:white;font-size:14px;text-decoration:none;background-color:#6f81bb;cursor:pointer;display:block;width:100%;height:30px;line-height:30px;padding-left:15px; }
	.product-filter-button a:hover { background-color:#5f71ab; }
	.art6-filter { position:fixed;top:0;left:-100%;z-index:99999;width:calc(100% - 40px);max-width:360px;padding:15px 15px;background-color:white;border-right:1px solid #ccc;margin-top:0; }
	.art6-filter { height:100%;overflow:auto;-webkit-transition:0.3s;-moz-transition:0.3s;-ms-transition:0.3s;-o-transition:0.3s;transition:0.3s; }
	.art6-filter.active { left:0; }
	.art6-filter__form-box__slider {display:none; }
	.art6-filter__mobile-close {display: block;position: absolute;top: 0;right: 0;font-size: 40px;color: #000;margin-top: 15px;margin-right: 15px;cursor: pointer;}
}
	