/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
	font: 10px/10px 'Source Sans Pro', sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 300 2rem/24px 'Source Sans Pro', sans-serif;
	width: 100%;
	height: 100%;
	color:#585758;
}
input,textarea{
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size:1.6rem;
	color:#000;
}
.wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.widfix{
	width: 1300px;
	margin: 0 auto;

}

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 167px;
	background: #fff;
	z-index: 110;
	position: relative;
	transition:0.5s;
	
}
.header.flying{
	position:fixed;
	height: 107px;
	box-shadow:0 0 10px rgba(0,0,0,0.3);
	width: 100%;
	top: 0;
	left: 0;
	transition:0.5s 0.5s;
}
.high_box{
	height: 86px;
	transition:0.5s;
	position: relative;
}
.callback{
	font: 300 2rem/35px 'Source Sans Pro';
	color: #242424;
	text-decoration: none;
	transition: 0.2s;
	position: absolute;
	top: 38px;
	right: 0;
	opacity: 1;
}
.search{
	position: absolute;
	right: 165px;
	top: 40px;
	transition: 0.5s;
}
.search input{
	width: 211px;
	height: 37px;
	border-radius: 19px;
	box-sizing: border-box;
	border: 1px solid #b8b8b8;
	padding: 0 20px;
	outline: none;
}
.search input:focus{
	box-shadow: 0 0 5px rgba(0, 85, 144, 0.6);
}
.search button{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 10;
	background: url(../images/19/css_search.png) 10px 50% no-repeat;
	border: 0;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	width: 45px;
	outline: none;
}
.search button:hover{}
.search button:after{display:none}
.logo{
	float: left;
	width:130px;
	height:100%;
	background: url(../images/19/logo.png) 0 38px no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	transition:0.5s;
}
.flying .logo{
	background-position: 0 34px;
}
.low_box{
	height: 80px;
	box-sizing: border-box;
	padding-top: 20px;
	position: relative;
}
.flying .low_box{
	height: 0;
	padding: 0;
}
.topmenu{
	width: 990px;
	position: absolute;
	top: 22px;
	left: 0;
	transition: left 0.5s 0.5s, top 0.5s 0s;
}
.topmenu ul li{
	font: 300 2rem/35px 'Source Sans Pro';
}
.topmenu > ul,.topmenu div > ul{
	display: flex;
}
.topmenu > ul > li, .topmenu div > ul > li{
	margin-right: 40px;
	position: relative;
}
.topmenu > ul > li.parent:after,.topmenu div > ul > li.parent:after{
	content:'';
	position:absolute;
	border: 5px solid transparent;
	border-top: 5px solid #4f4f4f;
	right: -18px;
	top: 17px;
}
.topmenu > ul > li.parent:hover:after,.topmenu div > ul > li.parent:hover:after{
	border: 5px solid transparent;
	border-top: 5px solid #005490;
}
.topmenu > ul > li > a,.topmenu div > ul > li > a{
	color: #242424;
	text-decoration: none;
	text-transform: uppercase;
}
.topmenu > ul > li:hover > a,.topmenu > ul > li.active > a,.topmenu div > ul > li:hover > a,.topmenu div > ul > li.active > a{
	color: #005490;
}

.topmenu > ul > li > ul,.topmenu div > ul > li > ul{
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	position: absolute;
	top: 32px;
	left: 0;
	padding: 5px 0;
	display: none;
}
.topmenu > ul > li > ul a,.topmenu div > ul > li > ul a{
	text-decoration: none;
	color: #242424;
	font: 300 2rem/28px 'Source Sans Pro';
	padding: 2px 15px;
	white-space: nowrap;
	display: block;
	transition: 0.2s;
}
.topmenu > ul > li > ul a:hover,.topmenu > ul > li > ul .active a,.topmenu div > ul > li > ul a:hover,.topmenu div > ul > li > ul .active a{
	background: #00548f;
	color: #fff;
}

.socnets{
	width: 200px;
	display: flex;
	justify-content: space-around;
	transition: 0.4s 0.6s;
	position: absolute;
	right: 110px;
	bottom: 22px;
	opacity: 1;
}
.socnets a{
	width: 38px;
	height: 38px;
	text-indent: -9999px;
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}
.socnets a:hover{}
.soc_insta{
	background-image:url(../images/19/css_insta.png);
}
.soc_vk{
	background-image:url(../images/19/css_vk.png);
}
.soc_fb{
	background-image:url(../images/19/css_fb.png);
}
.soc_yt{
	background-image:url(../images/19/css_yt.png);
	width: 41px !important;
}
.topsidemenu{
	width: 110px;
	position: absolute;
	transition: 0.4s 0.6s;
	bottom: 24px;
	right: 0;
}
.topsidemenu span{
	background: url(../images/19/css_sidemenu.png) 8px 50% no-repeat;
	padding-left: 45px;
	text-align: right;
	width: 100%; 
	display: block;
	box-sizing: border-box;
	font: 300 2rem/35px 'Source Sans Pro';
	text-transform:uppercase;
	cursor: pointer;
}
.topsidemenu ul{
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	position: absolute;
	top: 35px;
	right: 0;
	padding: 5px 0;
	display: none;
}
.topsidemenu li{}
.topsidemenu a{
	text-decoration: none;
	color: #4f4f4f;
	font: 300 2rem/28px 'Source Sans Pro';
	padding: 2px 15px;
	white-space: nowrap;
	display: block;
	transition: 0.2s;
}
.topsidemenu a:hover{
	background: #00548f;
	color: #fff;
}
.flying .search{top: 35px;right: 0;}
.flying .socnets, .flying .topsidemenu{
	opacity:0;
	transition: 0.5s;
	right: -100px;
}
.flying .callback {
	opacity:0;
	/* overflow:hidden; */
}
.flying  .topmenu{
	top: -51px;
	left: 158px;
	transition: left 0.5s, top 0.5s 0.5s;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 374px;
}
h2{
	color:#585758;
	font: 400 3.4rem/45px 'Source Sans Pro';
	text-transform: uppercase;
	margin-bottom: 50px;
}

.main_slider{
	height: 575px;
	width: 100%;
}
.owl-dots{
	position:absolute;
	width:230px;
	height:50px;
	border-radius: 10px;
	background:#fff;
	bottom: -25px;
	left: 50%;
	margin-left: -125px;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	display: flex;
	justify-content: center;
	align-items: center;
}
.owl-dot{
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#a6a6a6;
	transition:0.5s;
	margin: 0 5px;
	position: relative;
}
.owl-dot.active{
	width:50px;
	border-radius: 5px;
	background:#005590;
}
.owl-item.active{
	z-index:20 !important;
}
.main_slider_item{
	color: #fff;
	background-color: #005490;
	height: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.main_slider_item.rightalign{
	background-position: 100% 0;
	background-size: contain;
}
.main_slider_item .widfix{
	height: 100%;
	box-sizing: border-box;
	padding-right: 650px;
	position:relative;
}
.main_slider_item .widfix > a{
	position:absolute;
	z-index:10;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.main_slider_item a{
	color:#fff !important;
}
.main_slider_video {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: 20;
}
.main_slider_item_text{
	justify-content: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	background: #005490;
	height: 100%;
	padding-right:20px;
}
.main_slider_item p{
	font: 300 3.3rem/40px 'Source Sans Pro';
}
.main_slider_item h3{
	font: 500 5.5rem/65px 'Source Sans Pro';
	text-transform: uppercase;
	margin: 45px 0 70px;
}
.nicemenu{
	font: 1.8rem/22px 'Source Sans Pro';
	margin: 20px auto;
	text-transform: uppercase;
}
.nicemenu ul{
	display: flex;
	justify-content: space-between;
}
.nicemenu li{
	width: 15%;
	height: 230px;
	text-align: center;
}
.nicemenu a{
	display:block;
	width:100%;
	height:100%;
	padding: 145px 40px 0;
	color:#515151;
	background-repeat: no-repeat;
	background-position: 50% 50px;
	text-decoration: none;
	box-sizing: border-box;
	transition:0.3s;
	opacity: 0;
	position:relative;
	top:50px;
}
.nicemenu .animated a{
	opacity: 1;
	top:0;
}
.nicemenu a:hover{
	transition: 0.2s !important;
	color: #005490;
}
.main_catalog{
	padding: 45px 0;
}
.main_catalog h2{
}
.main_section_list{
	display: flex;
	justify-content: space-between;
}
.main_section_list_item{
	color:#616161;
	font: 200 2rem/24px 'Source Sans Pro';
	width: 420px;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	padding-bottom: 60px;
	transition:0.3s;
	opacity: 0;
	position:relative;
	top:50px;
}

.main_section_list_item.animated{
	opacity: 1;
	top:0;
}
.main_section_list_item > a:first-child{
	position:absolute;
	z-index:10;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.main_section_list_item_image{
	margin-bottom: 18px;
	width:420px;
	height:277px;
	overflow:hidden;
}
.main_section_list_item_image img{
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.3s linear;
}
.main_section_list_item:hover img{
	display: block;
	width:106%;
	height:106%;
	margin:-3%;
}
.main_section_list_item h3{
	color:#585758;
	font: 400 2.5rem/32px 'Source Sans Pro';
	text-transform:uppercase;
	margin-bottom: 18px;
	padding: 0 25px;
}
.main_section_list_item p{
	padding: 0 25px;
}
.main_section_list_item_more{
	text-decoration:none;
	color:#30509d;
	font: 300 2rem/24px 'Source Sans Pro';
	border-bottom:1px solid #30509d;
	transition:0.2s;
	margin: 0 25px;
}
.main_section_list_item:hover .main_section_list_item_more{
	border-color:transparent;
}
.main_info{
	padding: 50px 0;
}
.main_info h2{}
.main_info_list{
	display: flex;
	justify-content: space-between;
}
.main_info_list_item{
	width: 420px;
	height: 280px;
	position: relative;
	transition: 0.3s linear;
	opacity: 0;
	top:50px;
	background-size:100% 100%;
	background-position:50%;
	background-repeat:no-repeat;
}
.main_info_list_item.animated{
	opacity: 1;
	top:0;
}
.main_info_list_item:hover{
	background-size: 106% 106%;
}
.main_info_list_item_more{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	left:0;
	z-index:10;
}
.main_info_list_item:after{
	content:'';
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	left:0;
	z-index: 3;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.3)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.main_info_list_item h3{
	font: 600 3rem/40px 'Source Sans Pro';
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	bottom: 18px;
	left: 24px;
	z-index:5;
}
.main_director{
	padding: 50px 0;
	display: flex;
	align-items: center;
}
.main_director_image{
	width: 270px;
	height: 270px;
	border-radius: 50%;
	margin: 0 75px;
}
.main_director_text{width: 880px;}
.main_director_text p{
	margin-bottom: 24px;
}
.main_director_text b{
	font-weight: 600;
}
.main_news{}
.main_news_slider{
	width:100%;
	height:600px;
}
.main_news_slider_item{
	height: 100%;
	width:100%;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
.main_news_slider_item_text{
	height: 100%;
	width:50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px 75px 137px 75px;
	font: 300 2.2rem/34px 'Source Sans Pro';
	color:#fff;
	box-sizing: border-box;
	background-color: #666;
}
.main_news_slider_item p{
}
.main_news_slider_item h3{
	font: 400 4rem/54px 'Source Sans Pro';
	margin-bottom: 70px;
}
.main_news_slider_item_more{
	color:#fff !important;
	text-decoration:none;
	border:1px solid #fff;
	margin-top: 80px;
	width: auto;
	position: absolute;
	bottom: 80px;
	padding: 9px 18px 11px;
	transition: 0.2s;
}
.main_news_slider_item_more:hover{
	background: #fff;
	color: #333 !important;
}
.owl-nav{
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	z-index: 10;
}
.owl-nav > div{
	width: 60px;
	height: 115px;
	top: 243px;
	text-indent:-9999px;
	overflow:hidden;
	position: absolute;
	transition: 0.2s;
	background-color: rgba(0,0,0,0.1);
}
.owl-prev{
	left:0;
	background: url(../images/19/css_prev.png) 30% 50% no-repeat;
}
.owl-next{
	right:0;
	background: url(../images/19/css_next.png) 70% 50% no-repeat;
}
.owl-nav > div:hover{
	background-color: rgba(0,0,0,0.3);
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 1300px;
	margin: -294px auto 0;
	height: 294px;
	position: relative;
}
.footer .widfix{
	border-top: 2px solid #ddd;
	display: flex;
	justify-content: space-between;
	padding-top: 22px;
}
.footer nav{}
.footer nav span{
	color:#000;
	font: 700 2.2rem/30px 'Source Sans Pro';
	margin-bottom: 16px;
	display: block;
}
.footer ul{}
.footer li{
	margin-bottom: 3px;
}
.footer a{
	text-decoration:none;
	color:#707070;
	border-bottom: 1px solid #707070;
	line-height: 18px;
	display: inline-block;
	font-size: 1.8rem;
	transition:0.2s;
	white-space: nowrap;
}
.footer a:hover{
	border-color:transparent;
}
.footer_bar{
	border-top: 1px solid #d9d9d9;
	font-size: 1.4rem;
	line-height: 16px;
	display: flex;
	justify-content: space-between;
	margin-top: 28px;
	padding-top: 29px;
	position:relative;
}
.footer_links{
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 298px;
}
.footer_bar a{
	font-size: 1.4rem;
	display: inline-block;
	line-height: 16px;
}
.footer_bar a:hover{}
.footer_links a{
	margin-left: 40px;
}
.footer a.corporative_logo{
	position:absolute;
	background:url(../images/aw-corporate-logo.png) 0 50% no-repeat;
	width:230px;
	height:32px;
	left:0;
	top:-16px;
	border:0;
}
.copyright{
	color: #000;
}
.site_map{}
.mobile{}
.policy{
	display: flex;
	justify-content: space-between;
}
.policy li{
	margin-left: 30px;
}
.policy a{}
.policy a:hover{}

#callback_form,
#success_callback{
	display:none;
}
#callback_form h3{
	font: 500 3.2rem/34px 'Source Sans Pro';
	margin-bottom: 30px;
	text-transform: uppercase;
}
#callback_form label{
	width: 18%;
	line-height:40px;
	display:inline-block;
}
#callback_form input{
	display: block;
	height: 40px;
	width: 80%;
	border: 1px solid #bbb;
	padding: 0 15px;
	outline: none;
}
#callback_form textarea{
	display: block;
	height: 100px;
	width: 100%;
	border: 1px solid #bbb;
	padding: 10px 15px;
	outline: none;
}
#callback_form input:focus,
#callback_form textarea:focus {
	box-shadow: 0 0 5px rgba(0, 85, 144, 0.6);
}
#callback_form p{
	margin-bottom:20px;
}
#callback_form button[type="submit"]{
	color: #fff;
	text-decoration: none;
	border: 1px solid #005490;
	background: #005490;
	width: auto;
	padding: 9px 18px 11px;
	font: 300 2.2rem/34px 'Source Sans Pro';
	transition: 0.2s;
	border-radius: 0;
	height: 56px;
	outline: none;
}
#callback_form button[type="submit"]:hover{
	color: #005490;
	background:#fff;
}
.fancybox-container button:after{
	display:none;
}
.fancybox-close-small{
	background:transparent !important;
}

.content.inner{
	font-size: 16px;
	line-height: 22px;
	width: 1024px;
	margin: 0 auto;
}
.content.inner h2 {
	color: inherit;
	font: inherit;
	text-transform: inherit;
	margin-bottom: inherit;
}
.content.inner .a-news{
	height:auto;
}
.content.inner .tab-cont .jq-selectbox {
	margin-top:0;
}
ul.policy li a{
border:0
}
input.compare_box{
	width: 20px;
	height: 20px;
	float: none;
	margin: 7px 0 -5px;
	display: inline-block;
}

.main-content__cart-tab.detail_cart_tab{
	margin: 0 0 40px -330px;
}
.main-content h1 {
line-height: 34px;
}

html {
	font: 10px/10px 'Arial', sans-serif;
}
body {
	font: 300 1.8rem/24px 'Arial', sans-serif;
}
.callback{
	font: 300 1.8rem/35px 'Arial';
}
.topmenu ul li{
	font: 300 1.8rem/35px 'Arial';
}
.topmenu > ul > li > ul a{
	font: 300 1.8rem/28px 'Arial';
}
.topsidemenu span{
	font: 300 1.8rem/35px 'Arial';
}
.topsidemenu a{
	font: 300 1.8rem/28px 'Arial';
}
h2{
	font: 400 3.2rem/45px 'Arial';
}
.main_slider_item p{
	font: 300 3.1rem/40px 'Arial';
}
.main_slider_item h3{
	font: 500 5.3rem/65px 'Arial';
}
.nicemenu{
	font: 1.6rem/22px 'Arial';
}
.main_section_list_item{
	font: 200 1.8rem/24px 'Arial';
}
.main_section_list_item h3{
	font: 400 2.3rem/32px 'Arial';
}
.main_section_list_item_more{
	font: 300 1.8rem/24px 'Arial';
}
.main_info_list_item h3{
	font: 600 2.8rem/40px 'Arial';
}
.main_news_slider_item_text{
	font: 300 2rem/34px 'Arial';
}
.main_news_slider_item h3{
	font: 400 3.8rem/54px 'Arial';
}
.footer nav span{
	font: 700 2rem/30px 'Arial';
}
#callback_form h3{
	font: 500 3rem/34px 'Arial';
}
#callback_form button[type="submit"]{
	font: 300 2rem/34px 'Arial';
}

.topmenu_mobile{
	display:none;
}
@media screen and (max-width:640px){
body.fixed4menu{
	overflow:hidden;
}
.wrapper {
	min-width:100%;
}
.widfix {
	width: 100%;
	padding: 0 20px;
}
.content{
	padding-bottom:0;
}
.header {
	height: 132px;
}
.header:after{
	content:'';
	position:absolute;
	height:58px;
	width:100%;
	bottom:0;
	left:0;
	background:#eee;
	z-index:0;
}
.logo {
	position: absolute;
	left: 20px;
	top: 12px;
	height: 50px;
	background-position: 0 50%;
	z-index: 101;
}
.low_box {display:none}
.high_box {
	height: 100%;
	position: relative;
	z-index: 1;
}
.callback {
	bottom: 11px;
	right: 20px;
	font-size: 1.4rem;
	top: inherit;
}
.search {
	top: inherit;
	right: inherit;
	left: 20px;
	bottom: 10px;
	width: 45%;
}
.search input {
	width: 100%;
	max-width: 211px;
	float:left;
}
.topmenu_mobile{
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 100px;
	text-align: right;
	height: 40px;
	z-index:100;
}
.topmenu_mobile .burger{
	position: relative;
	width: 38px;
	height: 2px;
	background: #6f6f6f;
	margin: 16px 0;
	display: inline-block;
	transition:0.2s;
}
.topmenu_mobile .burger:before,
.topmenu_mobile .burger:after{
	content:'';
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	background:#6f6f6f;
	right:0;
	transition:0.2s;
}
.topmenu_mobile .burger:before{
	top:12px;
}
.topmenu_mobile .burger:after{
	bottom:12px;
}
.topmenu_mobile.open .burger{
	background: transparent;
}
.topmenu_mobile.open .burger:before{
	top:0;
	transform:rotate(45deg);
}
.topmenu_mobile.open .burger:after{
	bottom:0;
	transform:rotate(-45deg);
}

.topmenu_mobile > ul{
	background: #fff;
	position: fixed;
	top: -100%;
	opacity: 0;
	left: 0;
	right: 0;
	bottom: 100%;
	padding: 50px 20px 0;
	z-index: -1;
	text-align: left;
	font-size: 2.4rem;
	text-transform: uppercase;
	overflow-y: scroll;
	transition: 0.5s;
}
.topmenu_mobile.open > ul{
	top:113px;
	bottom:0;
	opacity:1;
}
.topmenu_mobile > ul li{
	font-size:2.2rem;
	line-height:30px;
	margin-bottom:20px;
}
.bx_filter.bx_horizontal .bx_filter_parameters_box {
	width: 100% !important;
	padding: 0 !important;
	margin-bottom: 40px;
}
.bx_filter .bx_ui_slider_track {
	margin: 25px 10px;
}
.bx_filter .bx_filter_input_checkbox {
	display: flex !important;
}
.jq-checkbox {
	flex: 0 0 auto;
}
.bx_filter .bx_filter_input_checkbox .bx_filter_param_text {
	width: auto !important;
	white-space: normal;
}
.bx_filter .bx_filter_button_box {
	padding: 0 !important;
	width: 100%;
	margin: 0 !important;
}
.bx_filter_button_box #set_filter {
	margin-left: 0 !important;
	width: 100% !important;
}
#del_filter {
	width: 100%;
	text-align: center;
	margin: 20px 0 0 !important;
}




.footer{
	width: 100%;
	flex-wrap: wrap;
	padding: 0 20px;
	margin-top: 60px;
	height: auto;
	border-top: 2px solid #ddd;
}
.footer .widfix {
	flex-wrap: wrap;
	justify-content: flex-start;
	border:0;
	padding-left:0;
	padding-right:0;
}
.footer nav {
	width: 100%;
	margin-bottom: 22px;
}
.footer nav span {
	font-size: 1.8rem;
	line-height: 24px;
	margin-bottom: 8px;
}
.footer a {
	line-height: 16px;
	font-size: 1.4rem;
}
.footer_bar {
	flex-wrap: wrap;
	padding: 29px 0 30px;
	margin-top: 8px;
}
p.copyright{
	font-size: 1.2rem;
	width: 100%;
	margin-bottom: 10px;
}
.footer_links {
	display: none;
}
ul.policy {
	float: none;
	flex-wrap: wrap;
	justify-content: flex-start;
}
ul.policy li {
	border: 0;
	margin: 0;
	line-height: 16px;
	font-size: 1.2rem;
}
ul.policy li a {
	padding: 0;
	font-size: inherit;
}
}
















@media screen and (min-width:641px) and (max-width:1299px){
body.fixed4menu{
	overflow:hidden;
}
.wrapper {
	min-width:100%;
}
.widfix {
	width: 100%;
	padding: 0 24px;
}
.content{
	padding-bottom:0;
}
.header {
	height: 116px;
}
.logo {
	position: absolute;
	left: 24px;
	top: 33px;
	height: 50px;
	background-position: 0 50%;
	z-index: 101;
}
.low_box {display:none}
.high_box {
	height: 100%;
	position: relative;
	z-index: 1;
}
.callback {
	right: 335px;
	top: 38px;
}
.search {
	top: 39px;
	right: 100px;
	width: 211px;
}
.search input {
	width: 100%;
}
.topmenu_mobile{
	display: block;
	position: absolute;
	right: 24px;
	top: 37px;
	width: 100px;
	text-align: right;
	height: 40px;
	z-index: 100;
}
.topmenu_mobile .burger{
	position: relative;
	width: 38px;
	height: 2px;
	background: #6f6f6f;
	margin: 16px 0;
	display: inline-block;
	transition:0.2s;
}
.topmenu_mobile .burger:before,
.topmenu_mobile .burger:after{
	content:'';
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	background:#6f6f6f;
	right:0;
	transition:0.2s;
}
.topmenu_mobile .burger:before{
	top:12px;
}
.topmenu_mobile .burger:after{
	bottom:12px;
}
.topmenu_mobile.open .burger{
	background: transparent;
}
.topmenu_mobile.open .burger:before{
	top:0;
	transform:rotate(45deg);
}
.topmenu_mobile.open .burger:after{
	bottom:0;
	transform:rotate(-45deg);
}

.topmenu_mobile > ul{
	background: #fff;
	position: fixed;
	top: -100%;
	opacity: 0;
	left: 0;
	right: 0;
	bottom: 100%;
	padding: 110px 24px 0;
	z-index: -1;
	text-align: left;
	font-size: 2.4rem;
	text-transform: uppercase;
	overflow-y: scroll;
	transition: 0.5s;
}
.topmenu_mobile.open > ul{
	top:0;
	bottom:0;
	opacity:1;
}
.topmenu_mobile > ul li{
	font-size:2.2rem;
	line-height:30px;
	margin-bottom:20px;
}
.bx_filter {
	padding: 30px 30px 22px !important;
}
.bx_filter.bx_horizontal .bx_filter_parameters_box {
	width: 50% !important;
	padding: 0 !important;
	margin-bottom: 40px;
}
.bx_filter .bx_ui_slider_track {
	margin: 25px 10px;
}
.bx_filter .bx_filter_input_checkbox {
	display: flex !important;
}
.jq-checkbox {
	flex: 0 0 auto;
}
.bx_filter .bx_filter_input_checkbox .bx_filter_param_text {
	width: auto !important;
	white-space: normal;
}
.bx_filter .bx_filter_button_box {
	padding: 0 !important;
	width: 100%;
	margin: 0 !important;
}
.bx_filter_button_box #set_filter {
	margin-left: 0 !important;
}




.footer{
	width: 100%;
	flex-wrap: wrap;
	padding: 0 24px;
	margin-top: 60px;
	height: auto;
	border-top: 2px solid #ddd;
}
.footer .widfix {
	flex-wrap: wrap;
	border:0;
	padding-left:0;
	padding-right:0;
}
.footer nav {
	width: 50%;
	margin-bottom: 22px;
}
.footer nav span {
	font-size: 1.8rem;
	line-height: 24px;
	margin-bottom: 8px;
}
.footer a {
	line-height: 16px;
	font-size: 1.4rem;
}
.footer_bar {
	flex-wrap: wrap;
	padding: 29px 0 30px;
	margin-top: 8px;
}
p.copyright{
	font-size: 1.2rem;
	width: 100%;
	margin-bottom: 10px;
}
.footer_links {
	display: none;
}
ul.policy {
	display: block;
}
ul.policy li {
	font-size: 1.2rem;
	display: block;
	margin: 0;
	border: 0;
}
ul.policy li a {
	padding: 0;
	font-size: inherit;
}
}


/* about 2019 */
.bbreadcrumbs {
	padding: 30px 0 0;
	position: relative;
	z-index: 10;
}
.bbreadcrumbs li {
	display: inline-block;
	font-size: 1.2rem;
	margin-left: 35px;
	line-height: 18px;
	color: #fff;
	position: relative;
}
.bbreadcrumbs li:first-child {
	margin-left: 0;
}
.bbreadcrumbs li:before {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	left: -21px;
	top: 5px;
	transform: rotate(-45deg);
}
.bbreadcrumbs li:first-child:before {
	display:none;
}
.bbreadcrumbs li a{
	color:#fff;
	border-bottom:1px solid #fff;
	transition:0.2s;
}
.bbreadcrumbs li a:hover{
	border-color:transparent;
}
.something_wide {
	background-size: cover;
	background-repeat: no-repeat;
	height: 300px;
	background-position: center;
	margin: -52px 0 70px;
	position: relative;
	z-index: 0;
}
.something_wide .widfix {
	display: flex;
	align-items: end;
	height: 100%;
	padding-top: 105px;
	position: relative;
	z-index: 10;
}
.something_wide_title {
	font-size: 5rem;
	line-height: 60px;
	color: #fff;
	text-transform: uppercase;
	width: 600px;
}
.about_list{
	display:flex;
	flex-wrap:wrap;
	margin:-40px 0 0 -30px;
	align-items: flex-start;
}
.about_list_item{
	width:635px;
	margin:0 0 30px 30px;
	position: relative;
}
.about_list_item.frame{
	border:2px solid #ddd;
}
.about_list_item > a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:20;
}
.about_list_item_image{
	margin-bottom: -2px;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
	background:#fff;
	position: relative;
	z-index: 2;
}
.about_list_item.frame .about_list_item_image{
	padding: 25px;
	box-sizing: border-box;
	justify-content: flex-start;
}
.about_list_item_image img{
	display: block;
	transform:scale(1);
	transition:0.3s linear;
}
.about_list_item:hover .about_list_item_image img{
	transform:scale(1.06);
}
.about_list_item_info{
	border: 2px solid #ddd;
	font: 14px/20px 'Arial';
	color: #666;
	width: 100%;
	min-height:240px;
	box-sizing: border-box;
	padding: 25px 25px 85px;
}
.about_list_item.frame .about_list_item_info{
	border:0;
}
.about_list_item_title{
	font: 700 18px/24px 'Arial';
	color: #333;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.about_list_item_more{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 62px;
	border-top: 1px solid #e8e8e8;
	font: 15px/60px 'Arial';
	color: #24366e;
	z-index: 10;
	padding: 0 40px;
}
.about_list_item_more:before{
	content: '';
	width: 7px;
	height: 7px;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	transform: rotate(45deg);
	position: absolute;
	left: 25px;
	top: 26px;
}
.about_page{
	margin-top:-40px;
}
.about_page p{
	margin-bottom:20px;
}
.about_page h3{
	font: 22px/32px 'Arial';
	text-transform:uppercase;
	color:#585758;
}
.about_page p + h3{
	margin-top:50px;
}
.about_image,.about_image_frame{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:40px 0;
}
.about_image img,.about_image_frame img{
	display:block;
}
.about_image{}
.about_image_frame{
	border:2px solid #ddd;
}
.gallery{
	height: 250px;
	width: 100%;
	padding:0 70px;
	margin: 30px 0 50px;
}
.gallery.owl-carousel .owl-stage-outer{
	margin:0 70px;
	width: 1160px;
}
.gallery .owl-item{
	display:flex;
	justify-content:center;
	align-items: center;
}
.gallery .owl-item img{
	max-height:250px;
	width:auto;
}
.gallery a{
	display:flex;
}
.gallery .owl-nav > div {
	top: 67px;
	background:none !important;;
}
.gallery .owl-nav > div:after{
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	transform: rotate(-45deg);
	top: 44px;
	left: 6px;
}
.gallery .owl-nav > .owl-next:after{
	transform:rotate(135deg);
	left:30px;
}
.vacancies_list{
	display:flex;
	margin:0 0 0 -30px;
}
.vacancies_list_item{
	width:635px;
	margin:0 0 30px 30px;
}
.vacancies_list_item_title{
	font:700 18px/28px 'Arial';
	color:#585758;
	padding-bottom:20px;
	border-bottom:1px solid #00548f;
	margin-bottom:25px;
	
}
.vacancies_list_item_info{
	font:14px/22px 'Arial';
	color:#666;
}
.vacancies_list_item_info b{
	font:17px/24px 'Arial';
	color:#333;
}
.vacancies_list_item_info a{
	display:block;
	color:#00548f;
	transition:0.2s;
}
.vacancies_list_item_info a:hover{
	color:#333;
}
.news_filter{
	font: 15px/40px 'Arial';
	border-bottom: 2px solid #ddd;
	margin: -25px 0 30px -19px;
	padding-bottom: 32px;
}
.news_filter ul{
	display:flex;
	margin-bottom:13px;
}
.news_filter li{}
.news_filter li a{
	display:inline-block;
	color:#00548f;
	background:#fff;
	height:40px;
	border-radius:20px;
	padding:0 19px;
	margin-right:2px;
	transition:0.2s;
}
.news_filter li a:hover,
.news_filter li.active a{
	color:#fff;
	background:#00548f;
}
.news_list{
	display:flex;
	flex-wrap:wrap;
	margin:0 0 0 -30px;
}
.news_list_item{
	width:413px;
	margin:0 0 30px 30px;
	position: relative;
}
.news_list_item > a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:20;
}
.news_list_item_image{
	overflow:hidden;
	display:flex;
	width:100%;
	height:265px;
	justify-content:center;
	align-items:center;
	background:#f4f4f4;
	position: relative;
	z-index: 2;
}
.news_list_item_image img{
	display: block;
	max-width:100%;
	max-height:100%;
	transform:scale(1);
	transition:0.3s linear;
}
.news_list_item:hover .news_list_item_image img{
	transform:scale(1.06);
}
.news_list_item_info{
	font: 14px/22px 'Arial';
	color: #666;
	width: 100%;
	min-height:172px;
	box-sizing: border-box;
	padding: 20px 0 82px;
}
.news_list_item.frame .news_list_item_info{
	border:0;
}
.news_list_item_title{
	font: 17px/24px 'Arial';
	color: #333;
	margin-bottom: 10px;
}
.news_list_item_more{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 62px;
	border-top: 1px solid #e8e8e8;
	font: 15px/60px 'Arial';
	color: #24366e;
	z-index: 10;
	padding-left: 25px;
}
.news_list_item_more:before{
	content: '';
	width: 7px;
	height: 7px;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	top: 26px;
}
.bbreadcrumbs.no_background_image{
padding: 30px 0 40px;
}
.bbreadcrumbs.no_background_image li{
	color:#333;
}
.bbreadcrumbs.no_background_image li a{
	color:#333;
	border-color:#333;
}
.bbreadcrumbs.no_background_image li:before{
	border-color:#333;
}
.news_detail{
	margin:0 0 50px 0 !important;
}
.news_detail h2{
	margin-bottom:10px;
}
.news_detail .news_detail_date{
	font: 16px/22px 'Arial';
	margin-bottom:20px;
	color:#333;
	text-align: left;
}
.news_detail .gallery{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.news_filter .widfix{
	position: relative;
}
.news_subscribe{
	position: absolute;
	height: 40px;
	border: 1px solid #00548f;
	border-radius:0;
	text-align: center;
	box-sizing: border-box;
	line-height: 38px;
	color: #fff !important;
	background: #00548f;
	padding:0 20px;
	transition: 0.2s;
	bottom:0;
	right:0;
}
.news_subscribe:hover{
	color: #00548f !important;
	background: #fff;
}
.more_news_list h3{
	font: 22px/32px 'Arial';
	text-transform:uppercase;
	color:#585758;
	margin-bottom: 30px;
}
.more_news_list .news_list_item {
	width: 302px;
	margin: 0 0 30px 30px;
	position: relative;
}
.more_news_list .news_list_item_image {
	width: 100%;
	height:265px;
	overflow:hidden;
}
.more_news_list .news_list_item_image img{
	max-width: initial;
	max-height: 100%;
}
.infobox{
	background:#eee;
	padding: 70px 0;
}
.infobox .widfix{
	display:flex;
	justify-content:space-between;
}
.infobox_item{
	width: 313px;
	font-size: 1.5rem;
	color: #666;
	background: #fff;
	line-height: 24px;
	position: relative;
}
.infobox_item_image{
	display:block;
	width: 100%;
	height: 214px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.infobox_item_text{
	padding: 30px 30px 80px;
}
.infobox_item_title{
	font-size: 1.7rem;
	color: #333;
	margin-bottom: 15px;
}
.infobox_item_text p{
	margin-bottom: 10px;
}
.infobox_item_more{
	position: absolute;
	bottom: 26px;
	left: 47px;
	color: #24366e !important;
	transition:0.2s;
}
.infobox_item_more:before{
	content: '';
	width: 7px;
	height: 7px;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	transform: rotate(45deg);
	position: absolute;
	left: -21px;
	top: 8px;
}

.fancybox-toolbar button:hover{
	background-color: transparent;
	color:#fff;
}

/* аксессуары 2019 */
.accessory_search{
	background: #eee;
	padding: 70px 0;
	margin: -70px 0 0;
}
.accessory_page h2{
	width: 100%;
	font-size: 32px !important;
	text-transform: uppercase !important;
	color: #585758 !important;
	margin-bottom: 35px !important;
}
.accessory_page h3{
	color:#585758;
	width: 100%;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 30px;
	line-height: 34px;
}
.accessory_search form{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.accessory_search .field{
	position: relative;
	width: 345px;
	background:#fff;
}
.accessory_search label{
	position: absolute;
	font-size: 12px;
	line-height: 46px;
	color: #909090;
	top: -34px;
	left: 0;
	z-index: 0;
	transition:0.2s;
}
.accessory_search .labeled label{
	font-size:15px;
	top:0;
	left:20px;
}
.accessory_search input{
	width: 100%;
	height:46px;
	border:1px solid #dedede;
	font-size:15px;
	line-height:44px;
	color:#333;
	padding:0 20px;
	outline:none;
	background: transparent;
	position: relative;
	z-index: 1;
}
.accessory_search .jq-selectbox__select{
	height: 46px;
	padding: 0 47px 0 20px;
	border: 1px solid #dedede;
	background: #fff;
	color: #333;
	font-family: 'Arial';
	line-height: 44px;
	outline: none;
}
.accessory_search .jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 100%;
	background:none;
}
.accessory_search .jq-selectbox__trigger-arrow {
	position: absolute;
	top: 12px;
	right: 15px;
	width: 20px;
	height: 20px;
	background: #00548f;
	border: 0;
	border-radius: 3px;
}
.accessory_search .jq-selectbox__trigger-arrow:after{
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	top: 6px;
	left: 7px;
	border-radius: 0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.accessory_search button{
	width: 230px;
	background: #00548f;
	color: #fff;
	font-size: 16px;
	line-height: 44px;
	height: 46px;
	transition: 0.2s;
	font: 400 16px/44px 'Arial';
	border-radius: 0;
	box-sizing: border-box;
	outline: none;
	text-align:center;
	padding: 0 20px;
}
.accessory_search button:after{
	display:none;
}
.accessory_search button:hover{
	background:#fff;
	color:#00548f;
}
.accessory_section{
	border-bottom:2px solid #e1e1e1;
	padding: 70px 0 40px;
}
.accessory_section:last-child{
	border:0;
}
.accessory_list{
	margin:0 0 0 -30px;
	display:flex;
	flex-wrap:wrap;
}
.accessory_list_item{
	width:635px;
	margin:0 0 60px 30px;
	display:flex;
}
.accessory_list_item_image{
	width:210px;
	margin-right:20px;
	flex:0 0 auto;
	display:flex;
	justify-content:center;
	align-items:flex-start;
}
.accessory_list_item_image img{
	max-width:100%;
	max-height:100%;
}
.accessory_list_item_info{
	width:100%;
}
.accessory_list_item_title{
	color: #333;
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 8px;
}
.accessory_list_item_code{
	color:#666;
	font-size:14px;
	margin-bottom: 8px;
}
.accessory_list_item_description{
	color: #585758;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 14px;
}
.accessory_list_item_comment{
	color: #333;
	font-size: 14px;
	border-left: 1px solid #333;
	line-height: 18px;
	padding-left: 8px;
	margin-bottom: 15px;
}
.accessory_list_item_products{
	border-top: 1px solid #e1e1e1;
	padding-top: 16px;
	line-height: 20px;
	color: #333;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	overflow:hidden;
}
.accessory_list_item_products b{
	font-weight: bold;
	display: block;
	width: 100%;
	margin-bottom: 2px;
}
.accessory_list_item_products a{
	width: 100%;
	overflow: hidden;
	color:#00548f;
}
.accessory_list_item_price{
	color:#585758;
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: 100%;
	margin-top: 12px;
}
.btn_show_all{
	width: 230px;
	background: #00548f;
	color: #fff;
	font-size: 16px;
	line-height: 44px;
	height: 46px;
	transition: 0.2s;
	font: 400 16px/44px 'Arial';
	border-radius: 0;
	box-sizing: border-box;
	outline: none;
	text-align: center;
	padding: 0 20px;
	cursor:pointer;
	margin-left: 30px;
}
.btn_show_all:hover{
	background: #fff;
	color: #00548f;
}
.show_all_prod{
	font-size: 14px;
	line-height: 16px;
	color: #00548f;
	border-bottom: 1px solid #00548f;
	display: inline-block;
	margin-top: 5px;
	cursor: pointer;
	transition: 0.2s;
}
.show_all_prod:hover{
	border-color:transparent;
}

.jq-selectbox__trigger-arrow {
	right: 12px !important;
	width: 20px !important;
	height: 20px !important;
	top: 12px !important;
	border: 0 !important;
}
.jq-selectbox__trigger-arrow:before {
	content: '';
	background: #00548f;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
}
.jq-selectbox__trigger-arrow:after {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	top: 6px;
	left: 7px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg);
	transition: 0.2s;
	border-radius: 0 !important;
}
.opened .jq-selectbox__trigger-arrow:after {
	transform: rotate(225deg);
	top:8px;
}

.text_page ul {
	padding:0 0 20px 30px;
}
.text_page li {
	list-style-type: disc;
	font-size:inherit;
}