.ssdon-catalog-section__smart-filter {
  position: sticky;
  top: 30px;
  left: 0;
  z-index: 10;
  height: fit-content;
} .ssdon-catalog-section__smart-filter .bx-filter-section {
  padding: 0;
} .close.js-filter-close,
  .filter__top {
  display: none;
} .ssdon-catalog-section__smart-filter .row {
  margin: 0;
} .ssdon-catalog-section__smart-filter .filter__block {
  padding: 0;
} .ssdon-catalog-section__smart-filter .filter__block .bx-filter-input-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
} .ssdon-catalog-section__smart-filter .filter__block .check__box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 0;
  border: 1px solid #9ea3a7;
  background-color: transparent;
  /* margin-right: 8px; */
} .check--flex .check__input:checked ~ .check__box {
  background-color: #EFB400;
  border-color: #EFB400;
} .check--flex .check__box svg {
  opacity: 0;
  pointer-events: none;
  color: #FFFFFF;
} .check--flex .check__input:checked ~ .check__box svg {
  opacity: 1;
} .ssdon-catalog-section__smart-filter .filter__block .check__input {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
} .ssdon-catalog-section__smart-filter .filter__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 125.56%;
  color: #3f484f;
  margin-bottom: 18px;
} .ssdon-catalog-section__smart-filter .check__wrap {
  display: flex;
  flex-direction: column;
} .ssdon-catalog-section__smart-filter .check--flex {
  display: inline-flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 9px;
} .ssdon-catalog-section__smart-filter .check__wrap .check--flex:last-of-type {
  margin-bottom: 0;
} .ssdon-catalog-section__smart-filter .filter__section {
  padding-bottom: 24px;
  margin-bottom: 14px;
  border-bottom: 1px solid #f2f2f2;
} .ssdon-catalog-section__smart-filter .filter__section:last-of-type {
  border-bottom: 0px;
} .ssdon-catalog-section__smart-filter .bx-filter-parameters-box-container {
  margin: 0;
  padding: 0;
} .ssdon-catalog-section__smart-filter .filter__btn {
  margin-top: 23px;
} .ssdon-catalog-section__smart-filter .filter__btn .btn {
  width: 100%;
  margin-bottom: 7px;
  height: auto !important;

  font-family: 'OpenSans';
  font-size: 12px;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  height: 30px;
  display: inline-flex;
  text-decoration: none;
  padding: 0 12px;
  align-items: center;
  position: relative;
  text-align: center;
  justify-content: center;
  border: 0;
  transition: color .3s, border-color .3s, box-shadow .3s, background-color .3s ease;
} .ssdon-catalog-section__smart-filter .filter__btn .btn--grey-full {
  color: #fff;
  background-color: #3f484f;
} .ssdon-catalog-section__smart-filter .filter__btn .btn--grey-full:hover {
  background-color: #eebd00;
} .ssdon-catalog-section__smart-filter .filter__btn .btn--grey-out {
  color: #9ea3a7;
  border: 1px solid #9ea3a7;
  background-color: transparent;
} .ssdon-catalog-section__smart-filter .filter__btn .btn--grey-out:hover {
  color: #fff;
  background-color: #3f484f;
  border-color: #3f484f;
} .ssdon-catalog-section__smart-filter .filter-hidden {
  width: 0;
  left: -300px;
  transition: 0.3s ease;
} .open-filter {
  position: absolute;
  top: 350px;
  left: -15px;
  z-index: 10;
  display: none;
  justify-content: center;
  align-items: center;
  height: fit-content;
  background: #ffb800;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  padding: 10px 15px;
  user-select: none;
  opacity: 0;
} @media (max-width: 620px) {
  .filter-hidden {
    width: 0;
    left: -300px;
    transition: 0.3s ease;
  } .ssdon-catalog-section__smart-filter .bx-filter {
    opacity: 1;
    pointer-events: all;
  } .ssdon-catalog-section__smart-filter.filter-hidden .bx-filter {
    opacity: 0;
    pointer-events: none;
  } .open-filter {
    display: flex;
    cursor: pointer;
    user-select: all;
  } .open-filter.active {
    opacity: 1;
  } .open-filter.is-open {
    left: 219px;
  }
}

.ssdon-catalog-section__smart-filter .bx-filter .bx-filter-parameters-box {
  position: static;
} .bx-filter .bx-filter-popup-result {
  bottom: 56px;
} #modef {
  display: none !important;
}