body {
    min-height: 100vh;
  }
  .site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
.wrapper_map {
    display: none;
  }
  .wrapper_map.active {
    display: flex;
    width: 100%;
  }
  .section_map {
    display: flex;
    margin: 50px 0 20px;
    flex-direction: column;
  }
  .site-main.search {
    display: flex;
    min-height: 100vh;
  }
  .search_no_posts_title {
    display: flex;
    margin: 50px 0;
  }