.header-button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 1;
  display: block;
  width: 60px;
  height: 60px;
  margin: -75px 0 0 0;
  padding: 0;
  outline: none;
  border: none;
  cursor: pointer;
  background:#f6f1eb;
}

#toggle-menu {
  float: left;
  background-position: 0 0;
  background-color: #bc0023;
}

#toggle-search {
  float: right;
}
#toggle-search.open:after {
  top: 40px;
}
#toggle-search:after {
}

#toggle-basket {
  position: relative;
  float: right;
  background-position: -120px 0;
}
#toggle-basket:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 2px;
  height: 50px;
  content: "";
  background-color: #000;
}

#search-form {
  -moz-transition: max-height, 0.5s;
  -o-transition: max-height, 0.5s;
  -webkit-transition: max-height, 0.5s;
  transition: max-height, 0.5s;
  position: absolute;
  top: 98px;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 8px 16px hsla(30,21%,81%,.15);
}
#search-form.open {
  max-height: 60px;
}
#search-form fieldset {
  position: relative;
  margin: 0 60px 0 0;
  padding: 0;
  border: none;
}
#search-form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 60px;
}
#search-form input[type="search"] {
  width: 100%;
  padding: 0 5px 0 22px;
  background: transparent;
  border: none;
}
#search-form input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #516270;
  background: url(../images/sousuo.png) center no-repeat #eaeaea;
  border: none;
  cursor: pointer;
  z-index: 9;
  border-radius: 0;
}

@media screen and (max-width:1024px){

#search-form {
  top: 108px;
}	
	
	}

@media screen and (max-width:481px){

#search-form {
  top: 98px;
}	
	
	}