.smartfilter {
	border: 1px solid #9E9E9E;
	border-radius: 10px;
	background: #EEEEEE;
	width: 180px;
	margin-right: 5px;
	/* padding: 2px 2px 2px 2px; */
	min-height: 400px;
	height: 100%;
	overflow: hidden;
	/* position: absolute; */
	padding-bottom: 10px;
}

.smartfilter-header {
	border: 1px solid #EBEBEB;
	border-radius: 10px;
	background: #ABABAB;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
}

.smartfilter-group {
	margin: 10px 0 0 10px;
}

.smartfilter-name {
	font-weight: bold;
	padding-bottom: 5px;
}

.smartfilter-name-comment {
	display: inline;
	font-weight: normal;
}


.smartfilter-value {
	display: block;
}

.smartfilter-value-row {
	display: inline-block;
	left: 0;
	width: 100%
}

.smartfilter-value-row+.level1 {
	padding-top: 2px;
	width: 170px;
}

.smartfilter-value-row+.level2 {
	padding-left: 5px;
	width: 165px;
}

.smartfilter-value-row+.level3 {
	padding-left: 10px;
	width: 160px;
}


.smartfilter-value-item,
.smartfilter-value-item-checkbox {
	/* display: inline-block; */
	display: table;
	position: relative;
	width: 157px;
	/* float: left; */


	/* overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	-webkit-box-pack: end;
	height: 14px !important;

	line-height: 14px; */
	/* max-height: 14px;
	line-break: after-white-space; */
}

.smartfilter-value-item-checkbox {
	line-height: 19px;
}

/* .smartfilter-value-item-checkbox {
	position: relative;
	width: 157px;
} */

.smartfilter-value-item-checkbox {
	width: 145px;
}

.level2 .smartfilter-value-item {
	width: 152px;
}

.level3 .smartfilter-value-item {
	width: 147px;
}


.ninf span.smartfilter-value-item-name {
	cursor: pointer;
	display: -webkit-flex;
}

.ninf span.smartfilter-value-item-name:hover {
	color: #9E9E9E;
}

.smartfilter-value-item.selected {
	color: #0288D1;
	border-right: #0288D1 3px solid;
}

.smartfilter-value-item a {
	text-decoration: none;
	color: #000;

	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	-webkit-box-pack: end;
	height: 15px !important;

	line-height: 15px;

	/* max-height: 14px; */
}

.smartfilter-value-item a:hover {
	text-decoration: none;
	color: #9E9E9E;
}

.smartfilter-value-item.selected a {
	color: #0288D1;
}

.smartfilter-value-item.selected a:hover {
	color: #29B6F6;
}

.smartfilter-value-checkbox {
	display: inline-block;
	position: relative;
	float: left;
	width: 10px;
	padding-right: 8px;
}

input.smartfilter-input-checkbox:disabled {
	cursor: not-allowed;
}

.smartfilter-value-pulldown-open,
.smartfilter-value-pulldown-closed,
.smartfilter-value-pulldown-none {
	position: relative;
	float: left;
	display: inline-block;
	width: 10px;
	height: 15px;
	border: none;
	cursor: pointer;
}

.smartfilter-value-pulldown-open {
	height: 12px;
	margin: 3px 3px 0 -3px;
}

.smartfilter-value-pulldown-open:before,
.smartfilter-value-pulldown-closed:before,
.smartfilter-value-pulldown-none:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	border: 5px solid transparent;
}

.smartfilter-value-pulldown-open:before {
	border-top: 5px solid #777;
}

.smartfilter-value-pulldown-closed:before {
	border-left: 5px solid #777;
}

.smartfilter-value-pulldown-open:hover::before {
	border-top: 5px solid #9E9E9E;
}

.smartfilter-value-pulldown-closed:hover::before {
	border-left: 5px solid #9E9E9E;
}

.hidden {
	display: none;
}

.disabled .smartfilter-value-item {
	color: #AAA;
	text-decoration: line-through;
}

a.smartfilter-value-more {
	color: #039BE5;
	text-decoration: none;
	border-bottom: 1px dashed #039BE5;
}

.smartfilter-ruller {
	height: 10px;
	padding: 5px 5px 20px 5px;
	width: 205px;
}

.smartfilter-input-ruller-tooltip {
	color: #fff;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background: #039BE5;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	top: -20px;
	display: inline-block;
}

.smartfilter-input-ruller-tooltip:after {
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-top-color: #039BE5;
}

.smartfilter-hr {
	border-top: 1px dashed #ABABAB;
	margin: 15px 5px;
}

.smartfilter-footer {
	display: inline-block;
	margin-bottom: 10px;
}

.smartfilter-quick-submit {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

.smartfilter-quick-submit-outer-before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-right: 12px solid #039BE5;
	border-bottom: 22px solid transparent;
}

.smartfilter-quick-submit-inner-before {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 10px solid #FFF;
	border-bottom: 20px solid transparent;
	z-index: 2;
}

.smartfilter-quick-submit-outer {
	position: absolute;
	top: 0px;
	left: 12px;
	height: 20px;
	border: 2px solid #039BE5;
	border-left-width: 0;
	border-radius: 0 10px 10px 0;
	background: #039BE5;
	display: table;
	-webkit-box-shadow: 7px 7px 7px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 7px 7px 7px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 7px 7px 7px 0px rgba(50, 50, 50, 0.75);
}

.smartfilter-quick-submit-inner-text {
	border-width: 0;
	height: 40px;
	background: #FFF;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px 0 10px;
	white-space: nowrap;
}

.smartfilter-quick-submit-inner-button {
	border-width: 0;
	height: 40px;
	background: #039BE5;
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	border-radius: 0 10px 10px 0;
	padding: 0 10px 0 10px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}

.smartfilter-input-ruller-textfield {
	width: 33px;
	margin-left: 3px;
	text-align: right;
	padding: 2px 4px;
	border-radius: 3px;
	border: 1px solid #0288D1;
}

.smartfilter-input-select {
	width: 112px;
	margin-left: 3px;
	text-align: left;
	padding: 2px 4px;
	border-radius: 3px;
	border: 1px solid #0288D1;
	background: url('../img/caret-down.png') no-repeat 95% 50% #F8F8F8;
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.smartfilter-input-ruller-textfield-outer {
	display: inline;
	white-space: nowrap;
}

.smartfilter-button {
	display: inline-block;
	float: left;
	border-width: 0;
	width: 45px;
	height: 40px;
	line-height: 40px;
	background: #039BE5;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
	border-radius: 10px;
	font-weight: bold;
	margin: 0 10px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.5);
	cursor: pointer;
}

.smartfilter-button+.smartfilter-button-gray {
	background: #737373;
	width: 95px;
	padding-top: 3px;
	line-height: normal;
	height: 38px;
}

.smartfilter-button:hover {
	background: #0288D1;
}

.smartfilter-button-gray:hover {
	background: #636363;
}

.smartfilter-catalog-item {
	margin: 20px;
}

.smartfilter-catalog-item+.level2 {
	padding-left: 20px;
}

.filter-on {
	border: 1px solid red;
}


/*.smartfilter-input-ruller-textfield-outer:before
{
	width:			40px;
	background:		#039BE5;
	color:			#FFF;
	border-radius:		5px 0 0 5px;
	content:		"-";
}

.smartfilter-input-ruller-textfield-outer:after
{
	width:			10px;
	background:		#039BE5;
	color:			#FFF;
	border-radius:		0 5px 5px 0;
	content:		"+";
}
*/

#center {
	position: relative;
	float: left;
}

#page_navigation {
	display: inline-flex;
	justify-content: center;
	margin-top: 15px;
	width: 100%;
}

.page_number {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	width: 40px;
	height: 40px;
	border-radius: 6px;
	background: #e6f3fa;
	margin: 0 5px;
	text-decoration: none;
}

.page_number>a {
	text-decoration: none;
}

.page_number:hover,
.page_navigation__item-main a:hover .page_number {
	background: #d3e8f3;
	color: #0288d1;
}

#page_navigation a:hover {
	color: #0288d1;
}

.page_active,
.page_active:hover {
	background: #0288D1;
	color: #FFF !important;
}

.page_number_space {
	position: relative;
	float: left;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #039BE5;
	margin: 0 10px;
}

.page_navigation__item-main {
	min-width: 600px;
	display: flex;
	justify-content: center;
}

.page_navigation__item-main a {
	text-decoration: none;
}

.page_navigation__item:first-child,
.page_navigation__item:last-child {
	display: flex;
	flex: 1;
}

.page_navigation__item:first-child {
	justify-content: flex-start;
}

.page_navigation__item:last-child {
	justify-content: flex-end;
	padding-right: 2px;
}

.navigation-more-btn {
	min-height: 43px;
	display: inline-block;
	border-radius: 6px;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #0288d1;
	padding: 11px 13px;
	user-select: none;
	outline: none;
	border: none;
	cursor: pointer;
	position: relative;
	width: 100%;
}

.navigation-more-btn:hover {
	background: #d3e8f3;
}


.page_navigation__contrl {
	display: flex;
	margin-right: 4px;
}

.page_navigation__more {
	flex: 1;
	min-height: 43px;
}

/* .page_navigation__compare {
	min-height: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	border: 1px solid #F9CF87;
	display: none;
}

.page_navigation__more+.page_navigation__compare {
	margin-left: 5px;
}

.page_navigation__compare a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 16px;
} */

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.catalog_list-fixed-more {
	box-sizing: border-box;
	width: 1106px;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
	border-radius: 0px 0px 5px 5px;
	border: 1px solid #a6afb575;
	background: #FFF;
	display: none;
	position: sticky;
	/* top: 83px; */
	top: 119px;
	left: 0;
	z-index: 10;
	height: 45px;
}

.catalog_list-fixed-more a,
.catalog_list-fixed-more span {
	font-weight: 400;
	font-size: 13px;
	line-height: 22px;
	text-decoration: none;
	user-select: none;
	color: #0288D1;

}

.catalog_list-fixed-more .catalog_list-fixed-more__menu {
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
	text-decoration: none;
	user-select: none;
	color: #444444;
}

.catalog_list-fixed-more.isShown {
	display: flex;
}

.catalog_list-fixed-more .catalog_list-fixed-more__item {
	padding-bottom: 2px;
}

.catalog_list-fixed-more .catalog_list-fixed-more__item>a {
	padding: 8px 9px 9px 11px;
	border-radius: 8px;
	margin-right: 8px;
}

.catalog_list-fixed-more .catalog_list-fixed-more__item>a:hover {

	background: aliceblue;
}

.catalog_list-fixed-more .catalog_list-fixed-more__item>a:last-of-type {
	margin-right: 0;
}

@media screen and (max-width: 1300px) {
	.catalog_list-fixed-more {
		top: 0;
	}
}