.header__logo .header__logo-left .logo {
  max-width: 96px;
}



.hamburger span {
  margin: 0;
}

@media screen and (max-width: 1199px) {
  .hamburger {
    position: absolute;
    /* top: 0px; */
    top: 15px;
    bottom: 0;
    right: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    /* justify-content: center; */
    justify-content: flex-start;
    row-gap: 8px;
  }
  .header__logo .header__logo-left .logo {
    max-width: 60px;
  }
}
.header__logo .header_colocated_logo {
  text-align: center;
  padding-left: 15px;
}