.real-estate-content .found-cnt-photo {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.real-estate-content .found-cnt-photo img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.real-estate-content .no-apartments {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 32px 0;
}
.floor-room-boxis.floor-room-opened .parameters-floor-photo {
  height: calc(100% - 156px);
  max-height: 100%;
  align-items: center;
  justify-content: center;
}
.floor-room-boxis.floor-room-opened .parameters-floor-photo img {
  max-height: 350px;
}

.sort-floor-abs.sort-floor-abs-act {
  right: 10px;
}

.bread-caps {
  display: none;
}

.floor-plan-range {
  transition: All 0.3s ease 0s;
}
.floor-plan-range.hideFilterByScreen {

}
.floor-plan-range.floor-plan-fixed {
  transition: All 0.3s ease 0s;
}
.floor-plan-range.hideFilterByScreen .floor-plan-fixed,
.floor-plan-range.hideFilterByScreen .sort-floor {
  display: none;
}
.floor-plan-range.hideFilterByScreen .floor-plan-fiv {
  justify-content: flex-end;
}

.floor-header .go-floor-style {
  padding: 15px 24px;
  background: #ffffff;
  cursor: pointer;
  border-radius: 50px;
  gap: 12px;
  transition: 0.3s;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: rgba(38, 43, 49, 1);
  text-transform: none;
}
.floor-header .go-floor-style .icon-right {
  transform: rotate(180deg);
}
@media (max-width: 1280px) {
  .floor-header .go-floor-style {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 17px;
    gap: 8px;
  }
}
@media (max-width: 810px) {
  .floor-header .go-floor-style {
    display: none;
  }
}