/* Стили для блока дней тура */
/* Скрываем все блоки .day после 3-го */
.days .day {
    display: block !important;
}

