.sb-search {
  position: relative;
  margin-top: 26px;
  width: 0%;
  min-width: 45px;
  height: 45px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}

.sb-search-input {
  position: relative;
  top: -2px;
  right: 0;
  border: none;
  cursor: pointer;
  outline: none;
  width: 100%;
  height: 50px;
  margin: 0;
  padding-left: 20px;
  font-size: 14px;
  background-color: #f8f8f8;
  border-radius: 6px;
}

.sb-search-open .sb-search-input {
  display: block;
}

input[type="search"].sb-search-input {
  -webkit-appearance: none;
}

.sb-search-input::-webkit-input-placeholder {
  color: #3b3b3b;
}

.sb-search-input:-moz-placeholder {
  color: #3b3b3b;
}

.sb-search-input::-moz-placeholder {
  color: #3b3b3b;
}

.sb-search-input:-ms-input-placeholder {
  color: #3b3b3b;
}

.sb-icon-search,
.sb-search-submit {
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}

.sb-search-submit {
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  border: none;
  outline: none;
  background: url(../img/svg-new/header-search.svg) no-repeat;
  content: "";
  width: 20px;
  height: 20px;
  right: 14px;
  top: 14px;
  position: absolute;
}

.sb-icon-search {
  color: #fff;
  background: url(../i/serch-icon.png) no-repeat;
  width: 45px;
  height: 45px;

}

.sb-icon-search:hover {
  background: url(../i/search_h.png) no-repeat;
  background-color: #fff;
}

.sb-icon-search:before {}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #da6d0d;
  color: #fff;
  z-index: 11;
  background: url(../i/serch-open.png) no-repeat;
  background-position: center;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}
