.tour-programm__tabs{
  display: none !important;
}

.tour-programm__day{
  display: block !important;
}

.tour-programm__day:before{
  content: attr(data-title);
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
  text-decoration: underline;
}