/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo {
  position: absolute;
  top: 0;
  right: -12px;
}

.header-top {
  min-height: 30px;
}

.header-bottom {
  min-height: 65px;
}

@media (min-width: 780px /* was 768px*/){
  .header-bottom {
    min-height: 40px;
  }
}

@media (min-width: 1200px){
  .header {
    margin-bottom: 50px;
  }
}