.filter-intro {
  font-size: 18px;
  font-weight: 600;
  line-height: 155%;
  color: #6D7885;
  margin-bottom: 20px; }

.filter-intro::before {
  content: '';
  display: inline-block;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("/images/2023/icons/swap-filter.svg") no-repeat center center/contain;
  vertical-align: middle;
  margin-right: 8px; }

.cus-filter {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.cus-filter li {
  color: #2C2D2E;
  line-height: 150%;
  cursor: pointer; }

.cus-filter li:not(:last-child) {
  margin-bottom: 4px; }

.cus-filter li::before {
  content: '';
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  background: url("/images/2023/icons/checkbox.svg") no-repeat center center/contain; }

.cus-filter li.active::before {
  background: url("/images/2023/icons/checkbox-active.svg") no-repeat center center/contain; }

.cus-filter-subtitle {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px 0;
  line-height: 20px; }

.cus-filter-wrapper:not(:last-child) {
  margin-bottom: 20px; }

/*# sourceMappingURL=filter.css.map */
