@media screen and (min-width: 768px) {
  .page--home .home-houses__list .house-logo-item:nth-last-of-type(1)[data-index="3"], .page--home .home-houses__list .house-logo-item[data-index="3"]:nth-last-of-type(1) {
    transform: translate(100%, 0);
    margin-left: 1px;
  }
}
@media only screen and (min-width: 992px) {
  .header--desktop {
    display: inline-flex !important;
  }
}

body .menu--mobile .keep-in-touch a {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.prelogin-btn,
.postlogin-btn {
  display: none !important;
}

.nav-list.ps li[data-subnav='0'],
.nav-list.ps li[data-subnav='1'] {
  display: none !important;
}