.search-form {
  display: flex;
  align-items: center; }

.btn-search {
  cursor: pointer;
  width: 14px;
  height: 14px;
  display: block;
  background: url("images/search.svg") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

.search-form form {
  width: 1px;
  overflow: hidden;
  transition: 0.5s; }
  .search-form form.open {
    width: 100%; }
  .search-form form input[type="text"] {
    border: none;
    border-bottom: 1px solid #85b9d6;
    outline: none;
    color: #000;
    margin: 0 10px;
    width: 100%;
    max-width: 250px; }

.hidden {
  opacity: 0;
  position: absolute;
  left: -99999px; }

/*# sourceMappingURL=style.css.map */
