.nav {
	position: relative;
	margin: 20px 0;
	z-index: 500;
}
.nav .nav {
	margin: 0 !important;
	padding: 0 !important;
}
.nav .text {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
}
.nav_sort,
.nav_brand {
	position: relative;
	padding: 0 0 0 100px;
}
.nav_sort .text,
.nav_brand .text {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 40px;
}
.nav_sort .rf_item,
.nav_brand .rf_item {
	margin: 0;
}
.nav_brand.need_move {
	display: none;
}
.nav_pages {
	height: 40px;
}
.nav_pages .text {
	vertical-align: top;
	height: 40px;
	line-height: 40px;
}
.nav_step {
	font-size: 0;
}
.nav_step_prev,
.nav_step_next {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	background: #113a72;
}
.nav_step_prev[disabled],
.nav_step_next[disabled] {
	cursor: default;
}
.nav_step_prev::after,
.nav_step_next::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 11px;
	height: 18px;
	transform: translate(-50%, -50%);
	background-image: url(/_/common/img/sprite.png);
	background-repeat: no-repeat;
}
.nav_step_prev[disabled]::after,
.nav_step_next[disabled]::after {
	opacity: .5;
}
.nav_step_prev::after {
	margin: 0 0 0 -1px;
	background-position: -193px -50px;
}
.nav_step_next::after {
	margin: 0 0 0 1px;
	background-position: -204px -50px;
}

.nav.in_news .nav_sort,
.nav.in_news .nav_brand,
.nav.in_news .nav_batch {
	display: none;
}

.nav .filters_submit {
	display: block;
	width: 100%;
	margin: 20px 0 0;
	padding: 0 20px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
	background: #ea0a0a;
	border: none;
}
.nav .filters_submit:hover {
	background: #265183;
}
.nav .filters_submit {
	font-weight: 600;
}

@media (max-width: 1279px) {
	.nav_batch {
		display: none;
	}
	.nav.second .nav_sort,
	.nav.second .nav_brand {
		display: none;
	}
}

@media (max-width: 1023px) {
	.nav_pages {
		line-height: 40px;
		color: #113a72;
		text-align: center;
	}
	.nav_pages .text {
		font-size: 14px;
	}
	.nav_pages .rf_item {
		display: none;
	}
	.nav_pages b {
		font-size: 18px;
	}
}

@media (max-width: 799px) {
	.nav {
		padding: 20px 0;
		background: #f2f1ef;
	}
	.nav_sort,
	.nav_brand {
		margin: 0 0 20px;
	}
	.nav_pages {
		padding: 0 40px;
	}
	.nav_step_prev,
	.nav_step_next {
		position: absolute;
		bottom: 0;
	}
	.nav_step_prev {
		left: 0;
	}
	.nav_step_next {
		right: 0;
	}
}

@media (min-width: 800px) {
	.nav .inner {
		padding: 8px;
		background: #f2f1ef;
	}
	.nav_sort,
	.nav_brand {
		float: left;
		position: relative;
		width: 50%;
	}
	.nav_brand .text {
		width: 100px;
		padding-right: 10px;
		text-align: right;
	}
	.nav_pages {
		float: right;
		margin: 0 35px 0 0;
	}
	.nav_step {
		float: right;
		height: 40px;
	}
	.nav_step_prev,
	.nav_step_next {
		margin: 0 0 0 20px;
	}
	.nav .filters_submit {
		width: auto;
		float: right;
		padding: 0 20px 0 48px;
	}
	.nav .filters_submit:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 18px;
		height: 18px;
		margin: -2px 10px 0 0;
		background: url(/_/common/img/sprite.png) -303px -32px no-repeat;
	}
}

@media (min-width: 1024px) {
	.nav_pages {
		min-width: 200px;
		text-align: right;
	}
	.nav_pages .mob {
		display: none;
	}
	.nav_pages .rf_item {
		display: inline-block;
		margin: 0 5px;
		max-width: 75px;
		text-align: left;
	}
	.nav_pages .rf_values {
		color: #103a71;
		font-weight: 700;
		text-align: center;
	}
	.nav_pages .rf_values::after {
		display: none !important;
	}
	.nav .filters_submit {
		margin: 10px 0 0;
		padding: 0 70px;
	}
}

@media (min-width: 1280px) {
	.nav_sort,
	.nav_brand {
		width: 270px;
		margin: 0;
	}
	.nav_brand {
		width: 250px;
		padding-left: 80px;
	}
	.nav_brand .text {
		width: 80px;
	}
	.nav_batch {
		position: absolute;
		top: 0;
		left: 360px;
		right: 350px;
		height: 40px;
		line-height: 40px;
		text-align: center;
	}
	.nav_brand + .nav_batch {
		left: 540px;
	}
	.nav_batch .text {
		margin: 0 12px 0 0;
	}
	.nav_batch_item {
		display: inline-block;
		margin: 0 12px;
		color: #0663a4;
		font-weight: 700;
	}
	span.nav_batch_item {
		cursor: default;
		color: #000;
	}
	.nav .filters_submit {
		margin: 0;
	}
	/*.nav_batch label {
		display: inline-block;
		margin: 0 12px;
		font-weight: 700;
	}
	.nav_batch input + div {
		color: #0663a4;
	}
	.nav_batch input:checked + div {
		color: #000;
	}*/
}

@media (min-width: 1440px) {
	.nav_sort,
	.nav_brand {
		width: 300px;
	}
	.nav_brand + .nav_batch {
		left: 600px;
	}
}

@media (min-width: 1600px) {
	.nav_sort,
	.nav_brand {
		width: 350px;
	}
	.nav_brand + .nav_batch {
		left: 700px;
	}
}

/*
*******************************************************************************/

#filter-form + .nav.first {
	transition: all 400ms linear;
	position: sticky;
	top: 0;
}
/*#filter-form + .nav.first.fixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
	margin: 0;
	padding: 10px 0;
	background: #f4f6f8;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}
#filter-form + .nav.first.fixed .inner {
	background: none;
}*/

@media (min-width: 1024px) {
	.has_bx_panel #filter-form + .nav.first.fixed {
		top: 40px;
	}
}

/*
*******************************************************************************/

.nav_filters {
	float: none;
	clear: both;
	margin: 0 0 -8px;
	padding: 10px 0 0;
}
.nav_filters_a {
	position: relative;
	display: inline-block;
	line-height: 26px;
	margin: 0 8px 8px 0;
	padding: 0 22px 0 8px;
	background: #fff;
	border: 2px solid #f29d00;
}
.nav_filters_a::after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	right: 5px;
	left: auto;
	width: 12px;
	height: 12px;
	background: url(/_/common/img/sprite.png) -387px -50px no-repeat;
}

/*
*******************************************************************************/
