.search_form_in_head form {
    display: flex;
}
.search_submit {
    display: none;
}
.search_form_in_head form {
display: flex;
  justify-content: space-between;
  position: relative;
   padding: 18px 50px 80px;
  z-index: 99;
  width: 100%;
}
.search-suggest {
    width: 100%;
}