$(document).ready(function() {
  $('#mesto').change(function() {
    $("#filter_mesto form").submit();
  });
});
