:root {
  --filters-z-index: 10;
}

.header-home-section {
  position: relative;
}

.header-home-search {
  position: relative;
  z-index: 5;
  margin-top: -70px;
}
@media (min-width: 992px) {
  .header-home-search {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .header-home-search .container {
    display: flex;
    justify-content: center;
  }
}
.header-home-search .villas-search-form {
  display: flex;
  width: 100%;
}
@media (min-width: 992px) {
  .header-home-search .villas-search-form {
    width: auto;
    max-width: 100%;
  }
}

.home-search-form .selected-date {
  display: inline-block;
  min-width: 96px;
}
.home-search-form .filter-guests-block .selected-guests {
  display: inline-block;
  min-width: 134px;
}

.filter-villa-block .filter-label-static {
  display: block;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.filter-villa-block .villa-select {
  width: 170px;
  max-width: 170px;
  background-color: transparent;
  border: none;
  color: #545454;
  font-size: 16px;
  line-height: 1;
  outline: none;
  padding: 0 18px 0 0;
  cursor: pointer;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../../resources/images/svg/icon-chevron-down-filter.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px 6px;
}
@media (max-width: 991px) {
  .filter-villa-block .villa-select {
    width: 100%;
    max-width: none;
  }
}
