@media screen and (min-width: 961px) {
    .t951__sidebar {
        width: 400px;
    }
    .t-store__parts-tree-btn-title {
        margin: auto 0;
        max-width: 100%;
        overflow: initial;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .t951 .t-store__filter__chosen-bar {
        display:none;
    }
}

.t702 .t-input-title {
    font-size: 15px;
}

.title-text {
    text-stroke-color: #fff;
    text-stroke-width: 1px;
}

@media screen and (min-width: 981px) {
  /* Скрываем весь фильтр "Категории товара" на десктопе */
  .t-store__filter__item.t-store__filter__item_select.t-store__filter__item_tree.js-store-filter-item.t-descr.t-descr_xxs {
    display: none !important;
  }
}

@media screen and (max-width: 980px) {
  .js-store-parts-select-container.t951__sidebar {
    padding: 10px !important;
  }
}
