.ritmo-property-header {
  position: relative;
  z-index: 10;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

body.has-phbases-header.ritmo-typography .hamburger-btn {
  top: 172px !important;
  z-index: 9000 !important;
}

.ritmo-property-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 88px;
  box-sizing: border-box;
}

.ritmo-property-header__link {
  display: block;
  width: min(304px, 32vw);
}

.ritmo-property-header__logo {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .ritmo-property-header__inner {
    min-height: 68px;
    padding: 12px 72px 12px 18px;
    justify-content: flex-start;
  }

  .ritmo-property-header__link {
    width: min(330px, 68vw);
  }

  body.has-phbases-header.ritmo-typography .hamburger-btn {
    top: 132px !important;
  }
}
