.rent_filter_holder {
  padding: 0 30px;
  color: #fff;
}
.rent_filter_holder option {
  color: #000;
  background: #fff;
}
.rent_filter_holder p {
  font-family: "Oswald";
  font-weight: normal;
  font-size: 14px;
}
.rent_filter_holder p.h {
  font-size: 24px;
  margin-bottom: 15px;
}
.rent_filter_holder .cat {
  width: 300px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.rent_filter_holder .cat select, .rent_filter_holder .cat input {
  width: 150px;
  background: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-bottom: 6px;
  border-radius: 0;
}
.rent_filter_holder .cat select {
  -webkit-appearance: none;
}
.rent_filter_holder .cat p.par {
  width: 300px;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
}
.rent_filter_holder .cat p.par span:first-of-type {
  width: 75px;
}
.rent_filter_holder .cat p.par span:last-of-type {
  color: #666;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  text-align: right;
  line-break: no-break;
  white-space: nowrap;
}
.rent_filter_holder .cat p.par span:last-of-type.ch {
  color: #fff;
}
.rent_filter_holder .cat.dropdown .dropdown_holder {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 90vw;
  z-index: 1;
  display: flex;
  flex-direction: column;
  transform: translate(-50%, -50%);
  width: 400px;
  overflow: hidden;
  padding: 30px 40px 20px;
  border: 1px solid #333;
  transition: all 0.3s ease;
  height: 500px;
  max-height: 70vh;
  background: #000;
  border-radius: 10px;
}
.rent_filter_holder .cat.dropdown .dropdown_holder:not(.active) {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: translate(-50%, 100px);
}
.rent_filter_holder .cat.dropdown .dropdown_holder .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.rent_filter_holder .cat.dropdown .dropdown_holder .header .button {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
  transform-origin: center;
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.rent_filter_holder .cat.dropdown .dropdown_holder .header .button img {
  height: 20px;
  transform: rotate(180deg);
}
.rent_filter_holder .cat.dropdown .dropdown_holder .header .button div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
}
.rent_filter_holder .cat.dropdown .dropdown_holder .header .button div:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.rent_filter_holder .cat.dropdown .dropdown_holder .header .button div:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.rent_filter_holder .cat.dropdown .dropdown_holder .double_dropdown {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}
.rent_filter_holder .cat.dropdown .dropdown_holder .double_dropdown .dropdown {
  min-width: 100%;
  transition: all 0.3s ease;
  overflow-y: scroll;
}
.rent_filter_holder .cat.dropdown .dropdown_holder .double_dropdown .dropdown .holder_h div {
  font-size: 14px;
  cursor: pointer;
  padding: 5px 5px 5px 0;
  max-width: -moz-max-content;
  max-width: max-content;
}
.rent_filter_holder .cat.dropdown .dropdown_holder .double_dropdown .dropdown .holder_h div:not(:last-of-type) {
  margin-bottom: 10px;
}
.rent_filter_holder .cat.dropdown .dropdown_holder .double_dropdown .dropdown .holder_h div.hide {
  display: none;
}
.rent_filter_holder .cat.dropdown .dropdown_holder:not(.mov) .header .button:first-of-type {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.rent_filter_holder .cat.dropdown .dropdown_holder.mov .double_dropdown .dropdown:nth-of-type(1) {
  margin-left: -100%;
}
.rent_filter_holder .cat.date p {
  width: 75px;
}
.rent_filter_holder .cat.date select[name=time] {
  width: 70px;
}
.rent_filter_holder .cat:last-of-type input {
  width: 70px;
}
.rent_filter_holder.jet .cat {
  margin-bottom: 20px;
}
.rent_filter_holder.jet .buttons {
  margin-top: 10px;
}
.rent_filter_holder .ranges {
  margin-bottom: 30px;
}
.rent_filter_holder .ranges .r {
  margin-bottom: 0;
}
.rent_filter_holder .ranges .r .ui-slider {
  margin-top: 15px;
}
.rent_filter_holder .ranges .r .minmax input {
  margin-top: 5px;
}
.rent_filter_holder .buttons {
  display: flex;
  align-items: center;
  margin-top: 45px;
}
.rent_filter_holder .buttons a, .rent_filter_holder .buttons button {
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  text-decoration: none;
  font-size: 14px;
  padding: 8px 6px;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  height: 35px;
  background: none;
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
}
.rent_filter_holder .buttons a {
  margin-right: 40px;
}

body > main > .hdn {
  display: none;
}

@media screen and (min-width: 650px) {
  .rent_filter_holder .cats {
    display: flex;
  }
  .rent_filter_holder .cats .cat {
    max-width: 290px;
    align-items: center;
    justify-content: flex-start;
  }
  .rent_filter_holder .cats .cat p {
    margin-right: 40px;
  }
  .rent_filter_holder .cats .cat.b {
    max-width: 360px;
    width: 320px;
  }
  .rent_filter_holder.jet .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 670px;
  }
  .rent_filter_holder.jet .holder .cat {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .rent_filter_holder p.h {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .rent_filter_holder .ranges {
    margin: 0;
  }
  .rent_filter_holder .ranges .r {
    display: flex;
    align-items: center;
  }
  .rent_filter_holder .ranges .r p {
    margin-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .rent_filter_holder .holder .cats .cat:nth-of-type(1) {
    margin-right: 40px;
  }
}/*# sourceMappingURL=rent_filters.css.map */