body {
  margin: 0;
  font-family: "Roboto", sans-serif;
}

.header {
  max-width: 1440px;
  height: 112px;
  padding: 0 10.5vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.header_logo {
  background: url("../img/logo_Protocol2.png");
  min-width: 223.85px;
  height: 69.67px;
}
.header_search {
  display: flex;
  width: 420px;
  height: 40px;
  box-sizing: border-box;
  margin-right: 8vw;
}
.header_search__searchButton {
  width: 40px;
  border: 1px solid #D8D8D8;
  border-right: none;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  border-radius: 4px 0 0 4px;
  cursor: pointer;
  font-size: 20px;
  background: #F7F7F7 url("../img/search (2) 1.svg") no-repeat center;
}
.header_search__searchTerm {
  width: 100%;
  border: 1px solid #D8D8D8;
  background: #F7F7F7;
  border-left: none;
  padding: 5px;
  border-radius: 0 5px 5px 0;
  outline: none;
  color: black;
}
.header_registration {
  display: flex;
  background: #F2C25B;
  border-radius: 4px;
  width: 177px;
  height: 40px;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.header_registration:hover {
  background: #FFCC60;
}
.header_registration a {
  text-decoration: none;
  color: black;
}
.header_enter {
  margin-left: 1.2vw;
  display: flex;
  background: #BD462B;
  border-radius: 4px;
  color: white;
  width: 80px;
  height: 40px;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.header_enter:hover {
  background: #B62C0C;
}
.header_enter a {
  text-decoration: none;
  color: white;
}

select {
  margin-left: 1.7vw;
  margin-right: 1vw;
  width: 60px;
  height: 37.5px;
  background: #F5F5F5;
  box-shadow: 3px 3px 80px rgba(55, 84, 170, 0.1), -3px -3px 80px #FFFFFF, inset 4px 4px 20px rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  border: 1px solid #D8D8D8;
  font-size: 16px;
}

/*# sourceMappingURL=header.css.map */
