.re-listings {
  box-sizing: border-box;
}

.re-listings *,
.re-listings *::before,
.re-listings *::after {
  box-sizing: border-box;
}

.re-map {
  width: 100%;
  height: 420px;
  background: #f1f5f9;
}

.re-card-img {
  display: block;
}

/* TomSelect чуть приводим к общему виду */
.re-listings .ts-wrapper {
  color: #0f172a;
}

.re-listings .ts-control {
  border-radius: 0.75rem;
  border-color: #cbd5e1;
  padding: 0.45rem 0.75rem;
  min-height: 42px;
  box-shadow: none;
}

.re-listings .ts-wrapper.multi .ts-control > div {
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  padding: 0.15rem 0.5rem;
}

.re-listings .ts-dropdown {
  border-radius: 0.75rem;
  overflow: hidden;
  border-color: #cbd5e1;
}

@media (min-width: 1536px) {
  .re-complex-about-layout {
    /* Самая важная строка которой у тебя не хватало */
    align-items: start;
  }
  
  .re-complex-about-sticky {
    position: sticky;
    top: 96px;
    z-index: 2;
  }

  .re-brokers--vertical {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}
