.form-search {
  position: relative;
}
.form-search label {
  display: none;
}
.form-search input {
  width: 100%;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  height: 40px;
  line-height: 40px;
  padding: 0 60px;
  font-size: 14px;
  color: #000;
  border: none !important;
}
.form-search button {
  pointer-events: none;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 2;
  border: none !important;
  background: transparent !important;
}

.filter-block {
  max-width: 100% !important;
}

#found_objects_count {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.mini-radio-input {
  position: relative;
}
.mini-radio-input .mini-radio {
  position: absolute;
  top: -4px;
  right: 0;
  z-index: 10;
  width: 145px;
  height: 20px;
}
.mini-radio-input .mini-radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.mini-radio-input .mini-radio input:checked + label:before {
  background: #b1c0ff;
}
.mini-radio-input .mini-radio input:checked + label:after {
  right: 2px;
  background: #7b93ff;
}
.mini-radio-input .mini-radio label {
  padding-right: 45px;
  display: inline-block;
  width: auto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
.mini-radio-input .mini-radio label:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 20px;
  content: "";
  border-radius: 10px;
  transition: all 0.4s ease;
  background: #eaedfd;
}
.mini-radio-input .mini-radio label:after {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 2px;
  right: 22px;
  content: "";
  border-radius: 100%;
  transition: all 0.4s ease;
  background: #abafb1;
}

.single-objects .text-info-full.flex {
  flex-direction: column;
  gap: 15px;
}
.single-objects .text-info-full h3 {
  margin: 0 0 15px;
}
.single-objects .text-info-full .owner-info {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: 1.17em;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .single-objects .text-info-full.flex {
    flex-direction: row;
  }
  .single-objects .text-info-full.flex .description {
    flex: 1;
  }
  .single-objects .text-info-full.flex .managers-sidebar {
    width: 25%;
  }
}

/*# sourceMappingURL=new-styles.css.map */
