.nc_moderate_form {
    display: none;
}

.tender_filter {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tender_filter fieldset {
    margin-bottom: 30px;
}

/* if max width lower then 1200px */
@media (max-width: 1200px) {
    .tender_filter {
        flex-direction: column;
    }
}