.search-form {
  width: 100%;
  position: relative;
}

::-webkit-input-placeholder {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #696969;
}

:-ms-input-placeholder {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #696969;
}

::placeholder {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #696969;
}

.search-form input {
  width: 100%;
  height: 56px;
  border: 0;
  border-bottom: 1px solid #DCDCDC;
  box-shadow: none;
  border-radius: 0;
  padding-left: 60px;
}
.search-form input:focus {
  box-shadow: none;
}

.search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.search-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.search-nav__arrows {
  display: flex;
  align-items: center;
}

.search-nav__arrows a {
  display: inline-block;
  height: 20px;
  margin-right: 4px;
}

.search-nav__title {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #696969;
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.search-nav__title img {
  margin-right: 10px;
}

.search-nav__title--share {
  margin-right: 20px;
}

.search-nav__share {
  display: flex;
  align-items: center;
}

.search-nav__share a {
  height: 20px;
}