

/* Start:/_/css/old/nav.css?17654501145140*/
.nav {
	position: relative;
	margin-block: 20px;
}
.nav.first {
	z-index: 10;
}
.nav .nav {
	margin-block: 0 !important;
	padding-block: 0 !important;
}

.nav_row{
	background: var(--color-menu);
}


.nav .text {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.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;
	border-radius: 30px;
}
.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(/_/media/old/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-block: 20px;
		background: var(--color-menu);
	}
	.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_row {
		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(/_/media/old/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: var(--color-gray);
		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;
	}
}

.rf_type_select .rf_has_value .rf_value {
	font-size: 14px;
}
/* End */


/* Start:/_/plg/owl/dist/assets/owl.carousel.min.css?17623390643351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/_/plg/owl/dist/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */
/* /_/css/old/nav.css?17654501145140 */
/* /_/plg/owl/dist/assets/owl.carousel.min.css?17623390643351 */
