.custom-form__wrapper .input {
    display: contents;
}
.aspro-form-isolated {
    isolation: isolate;
}
.custom-form__wrapper .form .licence_block {
    padding-bottom: 12px;
}
.custom-form__wrapper .form-inner {
    padding-top: 0;
}
.custom-form__wrapper .form--centered .form-header {
    margin-bottom: 13px;
}
.custom-form__wrapper .form--inline .form-footer {
    padding-top: 0;
}
.empty-filter-form label.font_13.color_999 {
    display: none;
}
.empty-filter-form .input {
    display: flex;
    flex-direction: column;
}

.empty-filter-form .col-xs-12 .form-group .input *:not(input):not(select):not(option) {
    display: none;
}
.empty-filter-form .col-xs-12.style_check.bx_filter .form-group .input *:not(input):not(select):not(option) {
    display: block;
}

.empty-form__group-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .67rem;
}
.form-section__form {
    max-width: 50%;
    padding: 2rem 3rem;
    background-color: #f8f8f8;
    border-radius: 1rem;
}
.form-section__inner {
    display: flex;
    justify-content: center;
}
.form-section__form h3 {
    margin-bottom: 20px;
    font-size: 1.5em;
    text-align: left;
}
.form-section__form .form-section__subtitle {
    margin-bottom: 15px;
}
.form-section__form .licence_block.form-checkbox {
    margin-top: 5px;
}
.form-section__form .btn.btn-default.btn-lg {
    width: 100%;
}
.form-section.selection_form {
    background-color: #f8f8f8;
    border-radius: 7px;
    margin-bottom: 17px;
}


@media (max-width: 1200px) {
    .form-section__form.selection_form {
        max-width: 60%;
    }
}
@media (max-width: 768px) {
    .form-section__form.selection_form {
        max-width: 75%;
    }
}
@media (max-width: 600px) {
    .form-section__form.selection_form {
        max-width: 100%;
    }
    .form-section__form {
        padding: 1.5rem 1.5rem;
    }
}