/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/assets/styles/components/filter.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
.filter {
  line-height: 1.1;
  background-color: #F8F8F8;
}
.filter__search {
  max-width: 780px;
}
.filter__search svg {
  top: 12px;
  right: 10px;
}
.filter > div:last-of-type,
.filter label:last-of-type {
  margin-bottom: 0;
}
.filter__dropdown {
  top: 100%;
  right: 0;
  z-index: 3;
}
.active + .filter__dropdown {
  display: block;
}
.filter__modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.65);
}
.filter-opened .filter__modal {
  display: block;
}
.filter__close {
  top: 11px;
  right: 10px;
}
:not(.active) > .filter__options {
  display: none;
}
.filter__bottom {
  left: 0;
  bottom: 30px;
  right: 0;
  z-index: 2;
}

.of__bf {
  height: 48px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #B2B9B3;
}
.of__bf.active {
  border-color: transparent;
  background-color: #F8F8F8;
}
.of__bf.active .of__bf__arr {
  transform: rotate(180deg);
}
.of__dd {
  top: 100%;
  left: 0;
  right: 0;
  background-color: #F8F8F8;
  z-index: 2;
}
.of__dd__times {
  display: none;
}
.active > .of__dd {
  display: block;
}
@media (max-width: 991.98px) {
  .filter {
    border: 1px solid #B2B9B3;
    border-top: none;
  }
  .active > .filter {
    display: block;
  }
  .filter__btn.active svg {
    transform: rotate(180deg);
  }
  .filter__mobile {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.65);
  }
  .filter-opened .filter__mobile {
    display: block;
  }
}
@media (min-width: 768px) {
  .of__dd .row {
    row-gap: 25px;
  }
}
@media (max-width: 767.98px) {
  .of__dd .row {
    row-gap: 10px;
  }
}
