@media (max-width: 1500px) {
  #header .header-wrapper .nav-bar {
    display: none;
  }
  #header .header-wrapper .button-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-left: 20px;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  #header .header-wrapper .burger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1100px) {
  #header .header-wrapper .logo-container .logo {
    display: none;
  }
  #header .header-wrapper .logo-container .logo-short {
    display: initial;
  }
  #header .header-wrapper .logo-container {
    -webkit-box-flex: 0.5;
    -ms-flex: 0.5;
    flex: 0.5;
  }
}

@media (max-width: 1060px) {
  #header .header-wrapper .burger-menu .burger-sidebar {
    right: -100vw;
    width: 100vw;
    background-position: center bottom;
  }
  #header .header-wrapper .button-container .button-1 {
    background: #c92b21;
  }
  #header .header-wrapper .button-container .button-2 {
    z-index: 3;
  }
}

@media (max-width: 800px) {
  #header .header-wrapper .social-links {
    top: 90px;
    right: 5px;
  }
}

@media (max-width: 800px) {
  #header {
    height: 100px;
  }
}

@media (max-width: 700px) {
  #header .header-wrapper .button-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
  #header .header-wrapper .logo-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 601px) {
  #header .header-wrapper .button-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #header .header-wrapper .button-container .button-2 {
    display: none;
  }
  #header .header-wrapper .button-container .button-1 {
    height: 40px;
    width: 140px;
    margin: 0;
  }
  #header .header-wrapper .button-container .button-1 .row-1 p {
    font-size: 12px;
  }
  #header .header-wrapper .button-container .button-1 .row-2 {
    display: none;
  }
}

@media (max-height: 469px) {
  #header .header-wrapper .burger-menu .burger-sidebar .nav-sidebar {
    overflow-y: scroll;
  }
}

@media (max-width: 450px) {
  #header .header-wrapper .logo-container .logo-short .logo-short-img {
    width: 45px;
  }
}

@media (max-width: 450px) {
  #header .header-wrapper .button-container .button-1 {
    width: 110px !important;
    height: 35px !important;
  }
  #header .header-wrapper .button-container .button-1 .row-1 img {
    width: 10px;
  }
  #header .header-wrapper .button-container .button-1 .row-1 p {
    font-size: 11px !important;
  }
}
/*# sourceMappingURL=header.css.map */
