.land_modal .close{
    opacity: 1;
    text-shadow: none;
    color: #fdecff;
}
.land_modal .close:hover{
    opacity: .5;
}
#landing, 
.land_modal .modal-content{
    background: #976954;
    color: #fdecff;
}
#landing .service:hover{
    background: #976d84;
}
#landing .text-danger{
    color: #e5cb39;
}

.l_programm .block:nth-child(odd){
    background-color: #976d84;
}
.l_counter .l_counter_timer {
    color: #FDF7F7;
}