@media screen and (max-width: 960px){
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 30px;
}

.js-store-parts-select-container.t951__sidebar {
    margin-top: -10px !important;   /* уменьшаем отступ сверху */
    margin-bottom: 0px !important; /* уменьшаем отступ снизу */
}
}

@media screen and (min-width: 961px) {
  /* общий контейнер фильтров */
  .t951__sidebar {
    padding-left: 0px !important;
    margin-left: 0px !important;
  }
    /* выравниваем секции фильтров ("Цвет", "Размер") по тому же краю, что и список разделов */
  .t951__sidebar .t-store__filter {
    padding-left: 2px !important;
    margin-left: 2px !important;
  }
}