.t450__rightside {
    margin-top: -10px !important;
}





.uc-article-toc {
  position: fixed;
  right: 20px;
  top: 120px;
  width: 23%;
  background: rgba(255,255,255,0.95) !important;
  padding: 20px;
  z-index: 1000;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.toc-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #000 !important;
}

.toc-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.toc-link {
  color: #333 !important;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
  padding: 4px 0;
}

.toc-link:hover {
  color: #007bff !important;
}


/*Центрирование фильтров измените ID блока при перемещении блока на другую страницу*/
#rec2419397111 .t-catalog__filter__options {
    justify-content: center !important;
    text-align: center !important;
    width: 100%;
}

#rec2419397111 .t-catalog__filter__item-title {
    font-size: 28px !important;
    line-height: 1.2 !important;
    margin-bottom:30px;
                                /*сюда прописать margin для изменения отступов между элементами*/
}

#rec2419397111 .t-catalog__filter__item {
    text-align: center !important;
}

/* Ширина выпадающих фильтров каталога */
#rec2419397111 .t-catalog__filter__item_checkbox .t-catalog__filter__item-controls-wrap,
#rec2419397111 .t-catalog__filter__item_select .t-catalog__filter__item-controls-wrap {
    width: 300px !important;
}