.filter {
  padding: 15px 15px;
  background: #fafbfb;
  font-family: "ProximaNova-ExtraBold";
  border: 2px solid #c6c6c6;
}

.filter__row {
  display: flex;
  flex-wrap: wrap;
}

.filter__btn-show {
  display: none;
}

.filter__cell-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
.filter__cell-icon {
  margin: 0 0 0 10px;
  font-weight: bold;
  font-size: 18px;
}
