.header_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  > .h1 {
    margin: 0 auto 0 0;
  }
}
div#section_filter_block {
  opacity: 0;
  overflow: hidden;
  trnasition: all .3s ease-in-out;
}