/*header*/
header{
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 5;
}
header .head {
    background-image: -moz-linear-gradient( 90deg, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%);
    box-shadow: 0px 1px 0px 0px #d9d9d9, inset 0px -1px 0px 0px #fff;
    line-height: 35px;
}
header .head .links {
    list-style: none;
    display: inline-block;
}
header .head .links li {
    font-size: 12px;
    display: inline-block;
    padding: 0 15px;
    box-shadow: 1px 0px 0px 0px #fff, inset -1px 0px 0px 0px #d9d9d9;
}
header .head .links li:first-child {
    padding-left: 0;
}
header .head .langs li {
    font-size: 10px;
    display: inline-block;
    padding: 0 5px;
    text-transform: uppercase;
}
header .head .langs li img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 7px;
}
header .head .langs li span {
    vertical-align: middle;
}
header .header {
    margin: 15px 0;
}
header .menu {
  padding: 15px 0;
}
header .search {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px;
    height: 50px;
    border-radius: 3px;
    max-width: 850px;
}
header .search .input {
    width: 83.52%;
}
header .search input[type="submit"] {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    display: block;
    background-image: url('../img/search.png');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header .search input[type="text"] {
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 538px;
    border-top: 1px solid rgb(189, 99, 47);
    border-bottom: 1px solid rgb(189, 99, 47);
    display: block;
    font-size: 16px;
    font-style: italic;
    padding-left: 15px;
    box-shadow: 0px 1px 0px 0px #f39445, inset 0px 1px 4px 0px rgba(0, 0, 0, 0.35);
}
header .search .select {
    border-radius: 0px 5px 5px 0px;
    overflow: hidden;
    width: 135px;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
header .search .select::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url('../img/i-dropdown.png');
    background-repeat: no-repeat;
    background-position: center;
    top: 15px;
    right: 7px;
}
header .search .select select {
    background: transparent;
    position: relative;
    z-index: 5;
    width: 110%;
    height: 38px;
    font-size: 14px;
    padding-left: 7px;
    color: rgb(255, 255, 255);
    text-shadow: 0px -1px 0px rgba(191, 126, 6, 0.004);
}
header .search .select option {
    outline: 0;
    border: none;
    box-shadow: none;
    background-color: rgb(189, 99, 47);
}
header .search .button {
    width: 120px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    line-height: 37px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
header .search .button:hover {
    color: #097BA0;
}
header .login{
    height: 50px;
    border-radius: 5px;
    border: 2px solid #e6e6e6;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 12px 0;
}
header .login a:last-child{
    border-left: 1px solid #d9d9d9;
}
header .login a{
    font-size: 13px;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
}
header .login a span{
    vertical-align: middle;
}