@media screen and (min-width: 1200px){
    main ul{
        margin: 0 !important;
    }
    .header-page ul li {
        padding-left: 0px !important;
        position: inherit !important;
        font-size: inherit !important;
        line-height: inherit !important;
        color: #fff !important;
        letter-spacing: inherit !important;
        margin-bottom: auto  !important;
    }
    .header-page ul li:before{
        display: none !important;
    }
    .header-page .call_back_head{
        padding: 10px 23px 8px 23px;
    }
    main ul li{
        padding-left: 0px !important;
        margin-bottom: 0px !important;
    }
    main p{
        margin-bottom: 0px !important;
    }
    .presentation_section>.wrapper_row {
        padding: 51px 38px;
    }
    .content_tab{
        border-radius: 0px 12px 12px 12px;
    }

    .shema_variante .content_tab.tab_active .btn_sec {
        bottom: auto;
    }
}

[type="radio"]+label:before{
    display: none;
}
[type="radio"]+label:after{
    display: none;
}
[type="radio"]+label{
    margin-bottom: 0px !important;
}

.content_tab{
    display: none;
}

.tab_active{
    display: block;
}

footer{
    padding-top: 64px !important;
    padding-bottom: 40px !important;
}

.content_tab .grid_cells .time b {
    font-size: 20px;
    line-height: 28px;
    margin-left: 2px;
    margin-right: 5px;
}