*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader_inner {
	background-image: url("../img/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}

body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family: "ArialRegular";
	overflow-x: hidden;
}
.hidden {
	display: none;
}

strong {
	font-family: "ArialBold";
}

h1,h2,h3,h4, b, strong {
	font-weight: normal;
}

a,a:hover {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

:focus {
	outline:none;
}

ul,li {
	margin: 0;
	padding: 0;
	list-style:none;
}

header {
	background-color: #000;
	color: #fff;
	padding: 5px 0;
	width: 100%;
	position: relative;

}

header a {
	color: #fff;
}

.tel-box {
	font-family: "ArialBold";
} 

.tel-box ul, .tel-box a {
	position: relative;
	padding-left: 30px;
	margin-bottom: 5px;
}

.tel-box ul:before {
	content: url(../img/ico-phone.png);
	position: absolute;
	left: 0;
	top: 5px;
}

.tel-box a:before  {
	content: url(../img/ico-mail.png);
	position: absolute;
	left: 0;
	top: -3px;
}

.logo-box {
	text-align: center;
}

.logo-box img {
	max-width: 100%;
}
.add-box {
	font-size: 14px;
}

.text-right {
	text-align: right;
}
.add-box p,.wt-box p {
	margin: 0;
}

.add-box a {
	text-decoration: underline;
	color: #ff7f00;
}
.add-box a:hover {
	text-decoration: none;
}
.wt-box {
	font-size: 14px;
}
.wt-box span {
	color: #ff7f00;
	font-family: "ArialBold";
	text-transform: uppercase;
	text-decoration: underline;

}


.navigation {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+0,dcdcdc+100 */
background: #efefef; /* Old browsers */
background: -moz-linear-gradient(top,  #efefef 0%, #dcdcdc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #efefef 0%,#dcdcdc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #efefef 0%,#dcdcdc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	text-align: center;
	padding: 5px 0;
	position: relative;
	z-index: 7;
}


nav ul li {
	position: relative;
}
nav > ul > li, nav > ul > li > a {
	display: inline-block;
}

nav > ul  > li > a {
	padding: 7px 25px;
	border-right:1px solid  #d1d1d1;
	border-left: 1px solid #fff;
	text-transform: uppercase;
	font-size: 15px;
	color: #000;
	font-family: "ArialNarrowBold";
}

nav ul li:first-child a {
	border-left: none;
}

nav ul li:last-child a {
	border-right: none;
}
nav > ul > li > ul {
	position: absolute;
	left: 0;
	width: 250px;
	background-color: rgba(243, 243, 243, 0.9);
	max-height: 400px;
	overflow: auto;
}
nav > ul > li > ul > li  {
	text-align: left;
	display: none;
}
nav > ul > li > ul > li  > a {
	text-align: left !important;
	padding: 7px 25px;
	display: inline-block;
	color: #000;
}

nav > ul > li:hover > ul > li {
	display: block;
}
.slider {
	background-image: url(../img/bg-slider.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 517px;
	text-align: center;
}

.slider .title {
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
	font-family: "ArialNarrowBold";
	background-color: rgba(0,0,0,.6);
	display: inline-block;
	padding: 5px 15px;
} 


.slider .title span {
	color: #ff7f00;
}

.skidka-box {
	position: relative;
	z-index: 2;
}
.skidka-box > div {
	display: inline-block;
	vertical-align: middle;
}

.skidka-box .left {
	width: 111px;
	height: 112px;
	background-image: url(../img/bg-label.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	font-size: 34px;
	line-height: 24px;
	text-shadow: 2px 2px 2px #000;
	-moz-transform: rotate(-25deg); 
    -ms-transform: rotate(-25deg); 
    -webkit-transform: rotate(-25deg); 
    -o-transform: rotate(-25deg); 
    transform: rotate(-25deg);
}

.skidka-box .left span {
	font-size: 24px;
}

.skidka-box .right  {
	background-color: #5a5a5a;
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	font-family: "ArialBold";
	text-align: left;
	padding: 7px 10px;
	margin-left: -15px;	
}
.skidka-box .right p {
	margin: 0;
}
.s-wrap {
	margin: 0 0  0 130px;
}

.s-wrap img {
	margin-top: -85px;
	position: relative;
	z-index: 1;
}

.slider .form {
	width: 312px;
	height: 318px;
	background-color: #262626;
	padding: 15px 40px;
	color: #fff;
	margin: auto;
	text-align: center;
	border-radius: 6px;
}

.form h3 {
	 font-family: "ArialNarrowBold";
	 font-size: 20px;
	 line-height: 22px;
	 text-transform: uppercase;
	 margin: 0;
	 margin-bottom: 15px;

}

.form input {
	border-radius: 6px;
	margin-bottom: 10px;
	border: none;
	padding: 5px 0;
	text-indent: 40px;
	font-size: 14px;
	width: 215px;	
	background-repeat: no-repeat;
	background-image: url(../img/iconset.png);
	-webkit-box-shadow: inset 5px 5px 10px #949494;
	box-shadow: inset 5px 5px 10px #949494;
	color: #000;
}
.form .btn {
	border-radius: 6px;
	width: 215px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffd600+0,ffaa00+100 */
	background: #ffd600; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd600 0%, #ffaa00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffd600 0%,#ffaa00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffd600 0%,#ffaa00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd600', endColorstr='#ffaa00',GradientType=0 ); /* IE6-9 */
	font-size: 20px;
	border: none;
	color: #000;
	font-family: "ArialNarrowBold";
	padding: 3px 0;
}

.form .btn:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffaa00+0,ffd600+100 */
background: #ffaa00; /* Old browsers */
background: -moz-linear-gradient(top,  #ffaa00 0%, #ffd600 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffaa00 0%,#ffd600 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffaa00 0%,#ffd600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa00', endColorstr='#ffd600',GradientType=0 ); /* IE6-9 */

}
.marka {
	background-position: 8px 0;
}

.phone {
	background-position: 8px -30px;
}

.name {
	background-position: 8px -64px;
}



.form p {
	font-family: "ArialNarrowRegular";
	font-size: 18px;
	line-height: 20px;
}

.catalog {
	background-image: url(../img/bg-catalog.jpg);
	/* background-repeat: repeat-x; */
	background-position: center bottom;
	min-height: 573px;
	position: relative;
	padding-bottom: 120px;
	text-align: center;
}

.catalog h2 {
	text-align: center;
	font-size: 36px;
	font-family: "ArialNarrowBold";
	text-transform: uppercase;
}

.btm-text {
	text-align: center;
	font-size: 30px;
	line-height: 5px;
	font-family: "ArialNarrowRegular";
	text-transform: uppercase;
	min-height: 120px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}


.btm-text strong {
	font-family: "ArialNarrowBold";
}

.top {
	background-color: #1c1c1c;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	font-family: "ArialNarrowBold";
	color: #fff;
	padding-bottom: 25px;
}

.top .blue {
	color: #05a5e4;
}

.top .orange {
	color: #ff7f00;
}

.top h2 {
	margin-bottom: 15px;
}
.top p {
	margin: 0;
}

.header2 {
	background-image: url(../img/bg-blue.png);
	background-repeat: repeat-x;
	background-position: center top;
	min-height: 258px;
}

.logo-box-2 {
	text-align: right;
}

.logo-box-2 img {
	max-width: 100%;
}

.phone-2 {
	font-size: 30px;
	font-family: "ArialBold";
	color: #000;
	margin-top: 35px;
	line-height: 27px;
	padding-left: 35px;
}

.phone-2 small {
	font-size: 16px;
}

.phone-2 a {
	font-size: 16px;
	font-family: "ArialBold";
	text-transform: uppercase;
	color: #fff;
}

.tel-2 {
	font-size: 16px;
	font-family: "ArialBold";
	color: #000;
	margin-top: 48px;
}

.tel-2 span {
	color: #fff;
}

.tel-2 b {
	text-decoration: underline;
}


.header2 h2 {
	text-align: center;
	color: #fff;
	font-family: "ArialNarrowBold";
	text-transform: uppercase;
	font-size: 30px;
	margin-top: 10px;
}

.icon-block {
	text-align: center;
}

.icon-box {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	height: 300px;
}

.icon-box h3 {
	text-transform: uppercase;
	color: #a9000a;
	font-family: "ArialNarrowBold";
	font-size: 18px;
	line-height: 22px;
	height: 44px;
}

.feed-block {
	text-align: center;
	background-image: url(../img/bg-blue2.png);
	min-height: 150px;
	color: #fff;

}

.feed-block  .title {
	font-size: 30px;
	line-height: 32px;
	font-family: "ArialNarrowBold";
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.feed-block  .title span {
	color: #000;
}

.feed-block .form input {
	margin: 0 10px;
	padding: 7px 0;
}

.black-panel {
	background-color: #000;
	color: #ff7f00;
	text-align: center;
}

.black-panel .left, 
.black-panel .right {
	display: inline-block;
	vertical-align: middle;
} 

.black-panel .right {
	font-size: 34px;
	line-height: 38px;
	font-family: "ArialNarrowBold";
	text-align: left;
	text-transform: uppercase;
	padding-left: 35px;
}

.black-panel .left img {
	margin-top: -15px;
}

.map {
	height: 250px;
}

.main_mnu_button {
	background-color: transparent;
	border: none;
	font-size: 36px;
} 

.menu-box-row {
	width: 250px;
	display: inline-block;
	vertical-align: top;
	text-align: left;

}

.menu-box-row h4 {
	background-color: #ff7f00;
	display: inline-block;
	border-radius: 4px;
	padding: 7px 15px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	margin-bottom: 15px;
}
.menu-box-row ul  {
	margin-left: 15px;
}

.menu-box-row ul li {
	margin-bottom: 10px;
}
.menu-box-row ul li a {
	color: #000;
}

.menu-box-row ul li a:hover {
	text-decoration: underline;
}

.title-model {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
}
.all-turb-wrapper  table {
	width: 100%;
	font-size: 14px;
}

.all-turb-wrapper  .search-row {
	border: 1px solid #ACACAC;
	margin-bottom: 15px;
}
.all-turb-wrapper  .search-row:nth-child(2n+1), .all-turb-wrapper table tr:nth-child(2n+1)  {
	background-color: #EEEEEE;
}

.all-turb-wrapper  table  tr  td {
	padding: 15px;
	text-align: center;
}

.all-turb-wrapper  table  tr  td table  tr:nth-child(2n+1) {
	background: none;
}
.all-turb-wrapper  table  tr  td:nth-child(1) {
	text-align: left;
}
.all-turb-wrapper  table  tr  td table  tr td {
	padding: 0;
	text-align: left;
}

.all-turb-wrapper  table  tr td a {
	font-weight: bold;
	font-size: 18px;
	color: #000;
}

.all-turb-wrapper  table  tr td a:hover {
	text-decoration: underline;
}

.hdr-tbl {
	font-weight: bold;
	background-color: #000 !important;
	color: #fff;
}

.content {
	padding-bottom: 45px;
	min-height: 500px;
}

.price {
  color: #ffb300;
  font-size: 1.2em;
  font-weight: bold;
}

.foto-box {
	text-align: center;
	margin-bottom: 35px;
}

.left-block h3 {
	color: #fff;
	background-color: #000000;
	text-transform: uppercase;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 15px;
	border-right: 5px solid #ff7f00;

}

.article-box ul li {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D6D6D6;
}

.article-box ul li a {
	color: #000;
}

.article-box ul li a:hover {
	text-decoration: underline;
}

.search-box input {
	border: 1px solid #b6b6b6;
	text-indent: 10px;
	font-size: 14px;
	padding: 10px 0;
}

.search-box .button {
	border: none;
	background-color: #ff7f00;
	color: #fff;
	text-transform: uppercase;
	padding: 11px 13px;

}


.search-box .button:hover {
	background-color: #c26406;
}


.B_crumbBox li {
	display: inline-block;
	margin-top: 35px;
	font-size: 12px;
}

.B_crumbBox a {
	color: #ff7e00;
}


.B_crumbBox a:hover {
	text-decoration: underline;
}

.sisea-paging {
	font-size: 12px;
	margin-bottom: 15px;
}

.sisea-results {
	font-weight: bold;
	text-transform: uppercase;
	background-color: #000;
	color: #fff;
	padding: 5px 10px;
}

.filter select {
  position: relative;
  padding: 5px;
  font-size: 24px;
  margin: 10px 5px 45px 5px;
  border: 5px #FF7F00 solid;
  background: #FFB300;
}




.preloader {
	display: block;
  margin: 30px auto;
  text-align: center;
}