.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 блока при перемещении блока на другую страницу*/
#rec2413318811 .t-catalog__filter__options {
    justify-content: center !important;
    text-align: center !important;
    width: 100%;
}

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

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

/* Только для конкретного блока каталога */
#rec2413318811 .t-catalog__filter__dropdown {
    width: 400px !important;
    min-width: 400px !important;
}

/* Пункты внутри фильтра */
#rec2413318811 .t-catalog__filter__dropdown-item {
    font-size: 22px !important;
    line-height: 1.25 !important;
    padding: 10px 15px !important;
    white-space: normal !important;
}
