@media screen and (max-width: 1280px) {
  .header .search_block {
    margin-right: 10px;
    width: 40px;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1025px) {
  .header .popup_btn {
    height: 39px;
  }
  .header .search_form {
    height: 41px;
  }
}

/*# sourceMappingURL=index-l.css.map */
