.favorites-title {
  font-weight: 500;
  color: #141414;
  font-size: 2.25rem;
  margin: 40px 0 60px;
}
.real_estate_objects__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  gap: 24px;
  margin-bottom: 80px;
}
.real_estate_objects__list-item {
  width: calc(25% - 18px);
}
.favorites-page .save_in_cookie {
  display: flex!important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  background-color: rgba(250, 250, 250, 1);
  width: 36px;
  aspect-ratio: 1 / 1;
  z-index: 3;
  cursor: pointer;
}
.favorites-page .save_in_cookie svg {
  display: none;
}
.favorites-page .save_in_cookie:not( .active ) .disactive {
  display: block;
}
.favorites-page .save_in_cookie.active .active {
  display: block;
}
@media (max-width: 1400px) {
  .real_estate_objects__list-item {
    width: calc(33.33333333% - 18px);
  }
}
@media screen and ( max-width: 991px ) {
  .real_estate_objects__list-item {
    width: calc(50% - 18px);
  }
}
@media (max-width: 767px) {
  main {
    padding: 0 6px;
  }
  .favorites-title  {
    margin: 24px 0 36px;
    font-size: 24px;
  }
  .real_estate_objects__list {
    gap: 20px;
    margin-bottom: 40px;
  }
  .real_estate_objects__list-item {
    width: 100%;
  }
}
