/* Десктоп — от 981px */
@media screen and (min-width: 981px) {
  .t-store__filter__item-title,
  .js-store-filter-item-title,
  .t-store__filter__title,
  .t-store__filter__opts-mob-btn {
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
  }

  .t-checkbox__indicator {
    width: 14px !important;
    height: 14px !important;
  }

  .t-checkbox.js-store-filter-opt-chb {
    width: 14px !important;
    height: 14px !important;
  }

  .t-store__filter__arrow,
  .t-store__filter__item-icon {
    width: 14px !important;
    height: 14px !important;
  }

  .t-store__filter__item-title svg {
    font-size: 14px !important;
  }

  .t-store__filter__opts-mob-btn-icon {
    width: 14px !important;
    height: 14px !important;
  }
}

/* Мобильные и планшеты — до 980px */
@media screen and (max-width: 980px) {
  .t-store__filter__item-title,
  .js-store-filter-item-title,
  .t-store__filter__title,
  .t-store__filter__opts-mob-btn {
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
  }

  .t-checkbox__indicator {
    width: 14px !important;
    height: 14px !important;
  }

  .t-checkbox.js-store-filter-opt-chb {
    width: 14px !important;
    height: 14px !important;
  }

  .t-store__filter__arrow,
  .t-store__filter__item-icon {
    width: 14px !important;
    height: 14px !important;
  }

  .t-store__filter__item-title svg {
    font-size: 14px !important;
  }

  .t-store__filter__opts-mob-btn-icon {
    width: 14px !important;
    height: 14px !important;
  }
}
