.sidebar .facets {
  background: url(../../images/cats-corner.png) no-repeat 100% 0 #1e1f1f;
  border: none;
  box-sizing: border-box;
  padding-top: 27px;
  padding-bottom: 0px;
  margin-bottom: 30px;
}

.sidebar .facets .block {
  background: none;
  border: none;
  padding: 0;
}

.sidebar .facets .facets__title {
  font-family: RobotoCondensed;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  display: inline-block;
  margin-left: 20px;
}

.sidebar .facets .facets__title:after {
  display: block;
  height: 4px;
  background: #e36a00;
  content: "";
}

#sidebar-first .facets .region-facets .views-exposed-form {
  padding: 0;
  margin: 0;
}

#sidebar-first .facets .region-facets .views-exposed-form fieldset {
  padding: 13px 20px 30px;
  float: none;
  position: static;
}

.bef-exposed-form .form--inline .js-form-wrapper > .form-item {
  float: none;
  background: transparent;
}
.bef-exposed-form .form--inline .form-item {
  margin-right: 0;
}
.bef-exposed-form .form-item,
.bef-exposed-form .form-actions {
  margin-top: 0;
  margin-bottom: 0;
}
.bef-exposed-form fieldset {
  min-width: 0;
  margin: 0;
  margin-top: 0;
  margin-right: 0px;
  margin-bottom: 0;
  padding: 0;
  border: none;
  position: static;
}

.bef-exposed-form fieldset legend {
  background: transparent;
  border: none;
  position: static;
  color: #fff;
  height: auto;
  line-height: 1;
  text-shadow: none;
  text-indent: 0;
  font-size: 1.143em;
  margin-bottom: 0;
}
.bef-exposed-form .form-item label,
.bef-exposed-form .form-wrapper .label {
  color: #fff;
  font-size: 0.914em;
  line-height: 1.4;
  font-family: Roboto, serif;
}

.bef-exposed-form fieldset .fieldset-wrapper {
  padding: 0 0 30px 0;
  display: flex;
  gap: 20px;
  margin-top: 13px;
}
.bef-exposed-form input {
  width: 100%;
}

.bef-exposed-form .form-actions {
  padding: 0;
}
#edit-field-productivity-value-wrapper {
  position: relative;
  margin-bottom: 33px;
}
#edit-field-productivity-value-wrapper::after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% + 40px);
  background-color: #fff;
  bottom: 0px;
  left: -20px;
  position: absolute;
}
.bef-exposed-form
  [data-drupal-selector="edit-field-pressure-value-wrapper"]
  fieldset
  .fieldset-wrapper {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .sidebar .facets {
    background-image: none;
    padding: 0;
  }
   
  .sidebar .facets .facets__title {
    margin-top: 0;
    margin-left: 0;
    padding: 15px 20px;
    display: block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  
  .sidebar .facets .facets__title::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../images/comment-arrow-rtl.gif) no-repeat center;

    background-size: contain;
    transform: rotateZ(90deg) translateX(-50%);
    transform-origin: center;
    position: absolute;
    right: 20px;
    top: 50%;
  }
  
  .sidebar .facets .facets__title::after {
    display: none;
  }
  
  .region-facets {
    display: none;
  }
  
  .facets.open .region-facets {
    display: block;
  } 
}

@media (max-width: 610px) {
  .sidebar .facets .facets__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .sidebar .facets {
    margin-bottom: 15px;
  }
}
