/* стилизуем активную ссылку в меню блока #rec1159623281 */
#rec1159623281 a.active {
  position: relative;
  color: #e01b3e !important;      /* ваш цвет */
  font-weight: 600 !important;    /* или другой вес */
  text-decoration: none !important;
}
#rec1159623281 a.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #e01b3e;            /* тот же цвет */
  margin-top: 4px;
}
