.ordering-process nav#navigation {
    display: none;
}


.ordering-process #header::after{
    display:none;
}


.ordering-process .top-navigation-bar {
    display: none;
}

.ordering-process #header .search-form .form-control{
    display: none;
}

.ordering-process #header form#formSearchForm {
    display: none;
}

@media (min-width: 992px) {
    .ordering-process .header-top {
        padding-top: 35px;
        padding-bottom: 30px;
    }
}

.ordering-process .form-control, .ordering-process select {
    height: 42px;
}

.ordering-process .radio-wrapper input[type="radio"]+label {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.ordering-process .js-validator-msg.msg-error {
    height: 42px;
}

.ordering-process .country-flags.initialized {
    height: 42px;
}

.ordering-process textarea#pseudoRemark {
    height: auto;
}


@media (min-width: 768px) {
    .ordering-process .radio-wrapper input[type="radio"]+label {
        background-color: #ffffff;
        padding: 12px 40px 12px 100px;
        min-height: 65px;
    }
}