@media all and (max-width: 48.0625rem) {
  .info-wrapper {
    flex-direction: column;
  }
  #footer-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer-left {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #header-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #content-wrapper {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  #content-flex {
    margin-left: 1rem;
    font-size: 1rem;
  }
  #header-phones {
    padding-left: 0.9375rem;
    font-size: 1rem;
  }
  #header-menu {
    /*-webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;*/
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
  }
  #sidebar {
    order: 0;
    font-size: 0.875rem;
    flex-direction: row;
  }
  .sidebarMenu {
    font-size: 0.875rem;
    margin: 0;
    width: unset;
  }
  .sidebar-group {
    width: 50%;
  }
  #header-menu > .dropdown-item:first-child {
    border: 0;
  }
  .dropdown-item {
    border-top: 0.0625rem solid white;
    width: 100%;
    font-size: 0.85rem;
  }
  .dropdown-label {
    padding: 0.25rem 0 0.25rem 0;
    font-size: 1.2rem;
    text-align: center;
  }
  .contacts-table-row {
    display: flex;
    flex-direction: column;
  }
  .contacts-table-name {
    flex: none;
    text-align: left;
  }
  .contacts-table-name-buffer {
    width: 0;
  }
  .contacts-table-dept-label {
    font-weight: bold;
    flex: none;
  }
  .contacts-table-number {
    margin-left: 0.75rem;
  }
  #action-boxes {
    justify-content: unset;
  }
  .banner {
    display: none;
  }
}
