header {
  margin-bottom: 35px;
  position: relative;
}

header::after {
  content: "";
  clear: both;
  display: table;
}

.header--logo {
  float: left;
  width: 100%;
  max-width: 329px;
  height: 58px;
}

.header--ui {
  float: right;
  width: 100%;
  max-width: 330px;
  margin-top: 12px;
  text-align: right;
  font-size: 0;
	white-space: nowrap;
}

.header--ui--contact {
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 19px;
  margin-right: 15px;
}

.header--ui--search {
  display: inline-block;
  vertical-align: middle;
  width: 280px;
  font-size: 0;
}

.header--ui--search input[type="text"] {
  display: inline-block;
  vertical-align: middle;
  width: 246px;
  height: 34px;
  padding: 0 15px;
  background-color: white;
  font-family: 'Proxima', sans-serif;
  font-size: 16px !important;
  line-height: 16px;
  font-weight: normal;
  color: black;
  border: 1px solid #dbdbdb;
  border-radius: 0;
}

.header--ui--search input[type="text"]:focus {
  outline: none;
}

.header--ui--search input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  background: #e30613 url("../../images/svg/ico-search.svg") 50% 50% no-repeat;
  background-size: 20px 21px;
  border: 0;
  outline: none;
  cursor: pointer;
  border-radius: 0;
}

.search--toggler {
  display: none;
}

