.cooperation-page__form {
    max-width: 860px;
}
body .form.cooperation-form .form-body {
    position: relative;
    padding: 0;
}
.form_body__gr-title{
    font-size: 36px;
    line-height: 49px;
    font-style: normal;
    font-weight: 250;
    color: #222228;
}
.form_body__gr:not(:last-child){
    border-bottom:1px solid #DADADA;
}
.form_body__gr:first-child{
    padding-top: 64px;
}
.form_body__gr{
    display: flex;
    padding-top: 55px;
    justify-content: space-between;
    padding-bottom: 24px;
}
.form_body__gr:last-child {
    padding-bottom: 0;
}
.form_body__gr-fields{
    display: flex;
    flex-direction: row;
    flex-basis: 67%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form_body__gr-field{
    flex-grow: 1;
    flex-basis: 100%;
}
.form_body__gr-field:not(:last-child){
    /*margin-bottom: 24px;*/
}
.form_body__gr-field.half-width{
    flex-basis: 48%!important;
    flex-grow: .2;
}
.form_body__gr input,
.form_body__gr textarea,
.form_body__gr .ik_select_link.common_select-link {
    border-radius: 8px !important;
    border: 1px solid #DADADA !important;
    background: #FFF !important;
}
body .cooperation-page__form .form_body__gr label {
    margin-bottom: 12px;
}
.form_body__gr label span{
    font-size: 16px;
    line-height: 130%;
    font-style: normal;
    font-weight: 500;
    color: var(--basic_text_black);
}
.form_body__gr-field .form-control{
    margin: 0;
}

/* company type */
.form_body__gr .form_body__gr-field-CUSTOM_COMPANY_TYPE {
    display: none;
}
.form_body__gr .form_body__gr-field-COMPANY_TYPE .input {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.form_body__gr .form_body__gr-field-COMPANY_TYPE .input .form-checkbox {
    border: 1px solid #DADADA;
    border-radius: 8px;
    padding: 14px 16px;
    margin: 0;
}
.form_body__gr .form_body__gr-field-COMPANY_TYPE .input .form-checkbox__label {
    font-size: 16px;
    line-height: 130%;
    font-style: normal;
    font-weight: 500;
    color: var(--basic_text_black);
    padding: 0 0 0 32px;
    margin-bottom: 0;
}
.form_body__gr .form_body__gr-field-COMPANY_TYPE .input .form-checkbox__box {
    border-color: #A40A06;
}
.form.cooperation-form .form-checkbox__input:checked + .form-checkbox__label .form-checkbox__box,
.form.cooperation-form .form-checkbox.relative:has(:checked) .form-checkbox__box {
    border-color: #A40A06;
    background-color: #A40A06;
}

.form-footer{
    justify-content: flex-end;
}
body .form.cooperation-form .form-footer {
    display: block;
    width: 67%;
    margin: 0;
    margin-left: auto;
    padding: 0;
}
.form.cooperation-form .licence_block{
    padding-bottom: 32px;
}
.form.cooperation-form #main.licence_block.onoff label{
    color: #555;
    font-size: 16px;
}
.form.cooperation-form input[type="submit"] {
    font-size: 16px;
    line-height: 130%;
    font-weight: 500;
    color: #FFF;
    background-color: #A40A06;
    border-radius: 8px;
    border: none;
    padding: 12px 32px;
    margin:0;
}
.form_body__gr-field input[type="text"],
.form_body__gr-field input[type="password"],
.form_body__gr-field input[type="email"],
.form_body__gr-field input[type="tel"],
.form_body__gr-field select,
.form_body__gr-field textarea {
    font-size: 15px;
}
.form.cooperation-form .main-user-consent-request-announce-link {
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
    color: var(--basic_text_black);
}

@media (max-width: 991px) {
    .cooperation-page__form {
        max-width: 100%;
    }
    .form_body__gr {
        flex-direction: column;
        justify-content: unset;
        gap: 20px;
        padding-top: 20px;
        padding-bottom: 0;
    }
    .form_body__gr:not(:last-child) {
        border: none;
    }
    .form_body__gr:first-child {
        padding-top: 30px;
    }
    .form_body__gr-title {
        font-size: 26px;
        line-height: 130%;
    }
    .form_body__gr-field.half-width {
        flex-basis: 100% !important;
    }
    .form.cooperation-form .form-group {
        margin-bottom: 16px;
    }
    body .cooperation-page__form .form_body__gr label {
        margin-bottom: 10px;
    }
    .form_body__gr label span {
        font-size: 14px;
        line-height: 19px;
    }
    .form_body__gr .form_body__gr-field-COMPANY_TYPE .input {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .form_body__gr .form_body__gr-field-COMPANY_TYPE .input .form-checkbox__label {
        font-size: 15px;
    }
    body .form.cooperation-form .form-footer {
        width: 100%;
    }
    .form.cooperation-form .main-user-consent-request-announce-link {
        font-size: 14px;
        line-height: 19px;
    }
    .form.cooperation-form .licence_block {
        padding-bottom: 20px;
    }
}