.program_container{
    max-width: 1200px;
    margin: auto;
    font-family: "Montserrat", Sans-serif;
}
.container_program{
    margin-top: 35px;
}

.container_program tr:nth-child(2n+1){
background: #00217f17;
}
.program_link{
   color: #00217f;
}
.program_link:hover{
    color: blue;
}
.title_cell{
    font-weight: bold;
}
body button[type="submit"].filter_button{
    background: #00217f;
    border-radius: 7px;
}
body button[type="submit"].filter_button:hover{
    background:#0275ff;
    color:white;
}

body button.filter_button{
    background: #00217f;
    border-radius: 7px;
}
body button.filter_button:hover{
    background:#0275ff;
    color:white;
}
.single_program_container{
    max-width: 1200px;
    margin: auto;
}
.first_block{
    display: flex;
    font-family: "Montserrat", Sans-serif;
}
.info_block{
    max-width: 500px;
    width: 100%;
}
.title_program_info{
    font-weight: bold;
}
.description_program, .program_content{
    font-family: "Montserrat", Sans-serif;
}
.description_program{
    max-width: 50%;
}
.program_content{
    padding-bottom: 50px;
}
.description_link{
    color:#00217f;
}
.about_programm h3{
    color: black;;
}
.first_block div:first-child{
    width: 100%;
    max-width: 50%;
    padding-right: 20px;
}
.program_back{
    margin-bottom: 10px;
    color: #00217f;
}
.no_result_program{
    text-align: center;
    padding: 50px;
    font-size: 40px;
}
@media screen and (max-width: 1240px){
    .single_program_container{
        padding-left: 20px;
        padding-right: 20px;

    }
    .program_container{
        padding-left: 20px;
        padding-right: 20px;

    }
}
.coaches_select_block, .mentors_select_block{
    display:none;
}

.search_button{
    float: left;
    margin-right: 15px!important;
}

.title_select{
    margin-bottom: 10px;
}
.select_block select{
    margin-bottom: 10px;
}
.opacity{
    opacity: 0.6;
}
.label_school{
    width: 240px;
    margin-bottom: 20px;

}
