.header_title{
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-direction:row-reverse;
  @media screen and (width <= 1000px) {
    display:block;
  }
  > .h1{margin:0 auto 0 0;}
}

div#section_filter_block{
  opacity:0;
  overflow:hidden;
  trnasition: all .3s ease-in-out;
}