#modal-send-request .form__input[name="comment"] {
    padding: 15px;
    height: 150px;
}

.input__wrapper {
    width: 100%;
    position: relative;
}

.input__file {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.input__file-button {
    cursor: pointer;
}

.file1_file_info{
    display: inline-block;
    line-height: 20px;
    padding: 10px;
}
#bx-soa-order .bx-soa-customer .bx-soa-customer-field[data-property-id-row="33"],
#bx-soa-order .bx-soa-customer .bx-soa-customer-field[data-property-id-row="34"],
#bx-soa-order .bx-soa-customer .bx-soa-customer-field[data-property-id-row="35"],
#bx-soa-order .bx-soa-customer .bx-soa-customer-field[data-property-id-row="36"]{
    position: relative;

}
#bx-soa-order .bx-soa-customer .bx-soa-customer-field[data-property-id-row="35"] label,
#bx-soa-order .bx-soa-customer .bx-soa-customer-field[data-property-id-row="36"] label,
#bx-soa-order .bx-soa-customer .bx-soa-customer-field[data-property-id-row="33"] label,
#bx-soa-order .bx-soa-customer .bx-soa-customer-field[data-property-id-row="34"] label{
    color: #2E2E2E;
    font-size: 14px;
    line-height: 25px;
    display: inline-block;
    padding-left: 34px;
    cursor: pointer;
    vertical-align: top;
    transition: .2s linear;
    margin-left: 30px;
}
#bx-soa-order .bx-soa-customer .bx-soa-customer-field[data-property-id-row="35"] .soa-property-container input::before,
#bx-soa-order .bx-soa-customer .bx-soa-customer-field[data-property-id-row="36"] .soa-property-container input::before,
 #bx-soa-order .bx-soa-customer .bx-soa-customer-field[data-property-id-row="33"] .soa-property-container input::before,
 #bx-soa-order .bx-soa-customer .bx-soa-customer-field[data-property-id-row="34"] .soa-property-container input::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border: 1px solid rgba(56, 56, 56, .18);
    border-radius: 2px;
    transition: .2s linear;
}
#bx-soa-order .bx-soa-customer .bx-soa-customer-field[data-property-id-row="35"] .soa-property-container input::after,
#bx-soa-order .bx-soa-customer .bx-soa-customer-field[data-property-id-row="36"] .soa-property-container input::after,
 #bx-soa-order .bx-soa-customer .bx-soa-customer-field[data-property-id-row="33"] .soa-property-container input::after,
 #bx-soa-order .bx-soa-customer .bx-soa-customer-field[data-property-id-row="34"] .soa-property-container input::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: 0;
    border-radius: 2px;
    background: #2E2E2E url(/local/templates/rbh-tools/assets/images/ic_check.svg) 50% no-repeat;
}
#bx-soa-order .bx-soa-customer .bx-soa-customer-field[data-property-id-row="35"] .soa-property-container input:checked::after,
#bx-soa-order .bx-soa-customer .bx-soa-customer-field[data-property-id-row="36"] .soa-property-container input:checked::after,
#bx-soa-order .bx-soa-customer .bx-soa-customer-field[data-property-id-row="33"] .soa-property-container input:checked::after,
#bx-soa-order .bx-soa-customer .bx-soa-customer-field[data-property-id-row="34"] .soa-property-container input:checked::after{
    opacity: 1;
}
#bx-soa-order .bx-soa-customer .bx-soa-customer-field[data-property-id-row="35"] .soa-property-container input,
#bx-soa-order .bx-soa-customer .bx-soa-customer-field[data-property-id-row="36"] .soa-property-container input,
#bx-soa-order .bx-soa-customer .bx-soa-customer-field[data-property-id-row="33"] .soa-property-container input,
#bx-soa-order .bx-soa-customer .bx-soa-customer-field[data-property-id-row="34"] .soa-property-container input{
    margin: -5px 0 0 -30px;
}