.calendarList {
    background-color: #000;
}
.calendarList>li.withoutDailyPrograms>a time {
    color: #8c8c8c;
}
.mainTextBox.reverse .contentRight h2,
.mainTextBox.reverse p:nth-child(3) {
    color: #000;
}
.contentSection .btn,
#logosSection .btn {
    color: #000;
}
.titleBox:not(.reverse) h1 {
    color: #000;
}
.programsItem .btn {
    color: #000;
}
.mainTextBox a:not(.btn):not(.galleryPager) {
    color: rgb(130, 70, 0);
    text-decoration: underline;
}
.menu>li.active>a {
    color: rgb(170, 97, 11) !important;
}
.filtersList li.active a {
    color: rgb(170, 97, 11);
}