﻿.header-top {
	-webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.header-top__left {
    float: left;
	margin: 0 15px 0 0;
}
.header-top__left:before, .header-top__left:after {
	content: " ";
	display: table;
}
.header-top__left:after {
	clear: both;
}

.header-top__logo {
	float: left;
    width: 180px;	
    width-size: 50px;
    margin-right: 50px;
	padding: 15px;
    display: block;
}

.header-top__nav {
 	float:left;
	padding-top: 42px;

}
.header-top__link, .header-top__link_active {
    font-family: "DINPro Medium";
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.6666666667;	
    color: #7B939B;
    text-transform: uppercase;
}
.header-top__link:not(:first-child) {
	margin-left: 5px;
}
.header-top__link:hover, .header-top__link_active {
	border-bottom: 1px solid #7B939B;
}

.header-top__center {
	margin: 0px 200px 0 280px;
	padding-top: 15px;
}

#tel:before {
	content: "\f095\00A0";
	font-family: "Awesome";
	color: #7B939B;
}

.header-top__right {
	float: right;
	margin: 0px 30px 0 15px;
	padding-top: 42px;
}
	
* {box-sizing: border-box;}
form {
  position: relative;
  width: 300px;
  margin: 0 auto;
}
input {
  width: 100%;
  height: 25px;
  padding-left: 10px;
  border: 1px solid #7B939B;
  outline: none;
  background: #fff;
  color: #101828;
}
button_search {
  position: absolute; 
  top: 0;
  right: 0px;
  width: 25px;
  height: 25px;
  border-left: 1px solid #7B939B;
  background: #fff;
  cursor: pointer;
}
button_search:before {
  content: "\f002";/*поиск*/
  font-family: Awesome;
  font-size: 16px;
  color: #7B939B;
}	


.header-nav {
	clear:both;
	background: #7B939B;
	position: relative;
	min-height: 60px;
	padding: 20px 0 0 0;
}
.header-nav .container:before, .header-nav .container:after {
	content: " ";
	display: table;
}
.header-nav .container:after {
	clear: both;
}

.header-nav__link {
    font-family: "DINPro Medium";
	font-weight: 400;
    line-height: 1.4285714286;
    letter-spacing: -0.01em;
	font-size: 1.4em;
	color: #fff;
	vertical-align: middle;
    text-transform: uppercase;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}


.header-nav__active {
    font-family: "DINPro Medium";
	font-weight: 400;
    line-height: 1.4285714286;
    letter-spacing: -0.01em;
	font-size: 1.4em;
    color: #fff;
	vertical-align: middle;
    text-transform: uppercase;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
	border-bottom: 1px solid #fff;
}

.header-nav__link:not(:last-child), .header-nav__active:not(:last-child) {
	margin-right: 75px;
}

.header-nav__link:hover {
	border-bottom: 1px solid #fff;
}



.header-nav__bread {
    height: 31px;
	background: #f9f9f9;
	border-bottom: 1px solid #FF4F12;
	display: block;
}
.bread, .bread1, .bread2 {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.5384615385;
    letter-spacing: 0.02em;
    color: #7B939B;
    padding-top: 6px;
	vertical-align: middle;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
	display: inline-block;
}

.bread:before {
	content: "\f015";
	font-family: "Awesome";
	color: #7B939B ;
}

.bread1:before {
	font-family: "Awesome";
	content: "\00A0\00A0\f0da\00A0\00A0";
	color: #7B939B;
}