#header .search_form {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f3f7f8;
  padding: 4px 20px; }
  @media all and (max-width: 769px) {
    #header .search_form {
      padding: 10px 20px; } }
  #header .search_form__inner {
    display: flex;
    align-items: center;
    margin-left: -7px; }
  #header .search_form form {
    flex-grow: 1; }
    #header .search_form form input[type=submit] {
      background: url("/local/templates/elka1/design/images/search_icon.png") center center no-repeat;
      border: none;
      width: 30px;
      height: 30px;
      padding: 0;
      box-shadow: none;
      display: inline-block;
      vertical-align: middle; }
    #header .search_form form input[type=text] {
      background: none;
      border: none;
      text-indent: 9px;
      font-size: 16px;
      line-height: 30px;
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      opacity: 1;
      border-radius: 0;
      margin: 0;
      box-shadow: none;
      width: 80%; }
  #header .search_form .close {
    background: url("/local/templates/elka1/design/images/close_.png") 0 0 no-repeat;
    width: 16px;
    height: 15px; }
  #header .search_form .close:hover {
    background-position: 0 -15px; }

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