.land_modal .close{
    opacity: 1;
    text-shadow: none;
    color: #4b061d;
}
.land_modal .close:hover{
    opacity: .5;
}
#landing, 
.land_modal .modal-content{
    background: #bfe4ee;
    color: #4b061d;
}
#landing .service:hover{
    background: #d0c0ff;
}

.l_programm .block:nth-child(odd){
    background-color: #d0c0ff;
}