.art6-filter {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	font-family: Arial;
	color: #626368;
	margin-top: 40px;
}
.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__title {
	font-weight: 700;
}

.art6-filter__form {
	margin-top: 20px;
}
.art6-filter__form-box {
	background-color: white;
	border: 1px solid #e1e1e1;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
}
.art6-filter__form-box::before,
.art6-filter__form-box::after {
	content: '';
	display: table;
	clear: both;
}
.art6-filter__form-box--buttons {
	border: 0;
	margin-top: 20px;
}
.art6-filter__form-box--select {
    padding-bottom: 25px;
}
.art6-filter__form-box__title {
	color: #6f81bb;
	padding: 15px;
	cursor: pointer;
	position: relative;
}
.art6-filter__form-box:not(.art6-filter__form-box--select):not(.art6-filter__form-box--slider) .art6-filter__form-box__title::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	border: 6px solid transparent;
	border-top: 6px solid #6f81bb;
	margin-top: 22px;
	margin-right: 15px;
}
.art6-filter__form-box:not(.art6-filter__form-box--select):not(.art6-filter__form-box--slider) .art6-filter__form-box__title.active::before {
	border: 6px solid transparent;
	border-bottom: 6px solid #6f81bb;
	margin-top: 16px;
}
.art6-filter__form-box:not(.art6-filter__form-box--select) .art6-filter__form-box__title::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	border: 6px solid transparent;
	border-top: 6px solid #fff;
	margin-top: 21px;
	margin-right: 15px;
}
.art6-filter__form-box:not(.art6-filter__form-box--select) .art6-filter__form-box__title.active::after {
	border: 6px solid transparent;
	border-bottom: 6px solid #fff;
	margin-top: 17px;
}
.art6-filter__form-box--slider .art6-filter__form-box__title::before,
.art6-filter__form-box--slider .art6-filter__form-box__title::after {
	content: none;
}
.art6-filter__form-box__params {
	margin-top: -8px;
	padding: 15px;
	padding-top: 0;
	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 rgb(216, 214, 200);
    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.show {
    height: auto;
    max-height: 180px;
    overflow: auto;
}
.art6-filter__form-box--select .art6-filter__form-box__params::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border: 4px solid rgba(0, 0, 0, 0);
    border-top: 7px solid rgb(34, 30, 31);
    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::after {
    display: table;
}
.art6-filter__form-box__params-item {
	margin-top: 8px;
}
.art6-filter__form-box--check .art6-filter__form-box__params-item.horizontal {
    float: left;
    padding: 5px 5px;
    margin: 0;
}
.art6-filter__form-box--slider .art6-filter__form-box__params-item {
	float: left;
	width: 50%;
	padding: 0 10px;
}
.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: rgb(255, 255, 255);
}
.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.show .art6-filter__form-box__params-item {
    position: relative;
    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:hover {
    background-color: rgb(211, 211, 211);
}
.art6-filter__form-box--color .art6-filter__form-box__params-item {
    width: 50%;
    float: left;
}
.art6-filter__form-box__params-item__title {
	cursor: pointer;
}
.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: rgb(243, 243, 243);
    border-radius: 2px;
}
.art6-filter__form-box--check .art6-filter__form-box__params-item.horizontal .art6-filter__form-box__params-item__title:hover,
.art6-filter__form-box--check .art6-filter__form-box__params-item--active.horizontal .art6-filter__form-box__params-item__title {
    background-color: #6f81bb;
    color: rgb(255, 255, 255);
}
.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__title {
	padding-left: 21px;
	position: relative;
	color: #7a7b80;
	line-height: 15px;
	display: block;
}
.art6-filter__form-box--color .art6-filter__form-box__params-item__title {
	padding-left: 27px;
}
.art6-filter__form-box--select .art6-filter__form-box__params-item__title {
    line-height: 36px;
    padding-left: 13px;
	margin-bottom: 0;
}
.art6-filter__form-box--check .art6-filter__form-box__params-item__title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 6px;
	background-color: white;
	width: 12px;
	height: 12px;
	
	-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 .art6-filter__form-box__params-item__title::before {
	width: 20px;
    height: 20px;
	margin-top: 6px;
}
.art6-filter__form-box--check .art6-filter__form-box__params-item.horizontal .art6-filter__form-box__params-item__title::before,
.art6-filter__form-box--check .art6-filter__form-box__params-item.horizontal .art6-filter__form-box__params-item__title::after {
	content: 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:not(.art6-filter__form-box--color) .art6-filter__form-box__params-item--active:not(.horizontal) .art6-filter__form-box__params-item__title::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 6px;
	width: 6px;
	height: 6px;
	background-color: #aaa;
	margin-left: 3px;
	
	-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--active .art6-filter__form-box__params-item__title::after {
	content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-top: -4px;
    color: rgb(255, 255, 255);
    text-shadow: 0px 1px 2px black;
    font-size: 13px;
}
.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--select 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: #6f81bb;
	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: 12px;
	height: 15px;
	/*background-image: url(../image/icon-slider-button.svg);*/
	z-index: 2;
	cursor: pointer;
	background-color: #bd041d;border-radius: 2px;
	-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 {
	left: calc(100% - 12px);
}
.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;
	width: calc(50% - 10px);
	height: 30px;
	line-height: 30px;
	background-color: white;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	cursor: pointer;
	font-size: 12px;
	color: #626368;
	text-align: center;
	text-decoration: none;
}
.art6-filter__form-box__button-reset:hover {
	background-color: #fafafa;
}
.art6-filter__form-box__button-submit {
	float: right;
	width: calc(50% - 10px);
	height: 30px;
	background-color: #6f81bb;
	border-radius: 2px;
	border: 0;
	font-size: 12px;
	color: white;
	cursor: pointer;
}
.art6-filter__form-box__button-submit:hover {
	background-color: #3f518b;
}

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