.button_green a {
    color: #fff!important;
    text-decoration: none;
}

.header_menu_item a {
    color: #2b292d;
    text-decoration: none;
}

.video-background {
 background: #fff;
 position: fixed;
 top: 0; right: 0; bottom: 0; left: 0;
 z-index: -99;
}
.video-foreground,
.video-background iframe {
 position: absolute;
 top: 0; left: 0;
 width: 100%; height: 100%;
 pointer-events: none;
}
#vidtop-content {
 top: 0;
}


.body_form {
    background: none; 
    background-repeat: no-repeat;
    background-color: none;
    padding: 35px 0;
}

.programm {
    padding: 100px 0 140px;
    background: #fff;
}
footer {
    background: #fff;
}

.body_form_text {
    background-color: #cccccc91;
    padding: 20px;
    border-radius: 10px;
}

.web .event_text_detail {
    display: block;
}
.event_text.event_text__pointer {
    cursor: auto;
}
.event_text_detail {
    margin-top: 20px;
}