.header__search {
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
.header__search input {
  padding: 10px 33px 10px 10px;
}
.header__search .search__btn {
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer;
}
@media screen and (max-width: 1180px) {
  .header__search {
    display: none;
  }
}
.header__search-modal {
  position: absolute;
  top: calc(100% + 10px);
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  width: 100%;
  padding: 4px 0;
  z-index: 2;
}
.header__search-item a {
  display: block;
  padding: 4px 15px;
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
