
#registration .modal-block {

    /*width: 520px;*/
    width: 700px;
}

#registration .fieldsend {

    /*width: 212px;*/
    width: 310px;
    margin: 5px 2px 0 12px;
}

#registration .fieldsend.captcha {

    /*width: 446px;*/

}

#registration .fieldsend .input, #registration .fieldsend .textarea, #registration .fieldsend .input_date {
    /*width: 204px;*/
    width: 290px;
}

#registration .short_full_reg {

    text-align: center;
}

#registration .short_full_reg a {

    text-decoration: none;
    border-bottom: 1px dashed #1c7dba;
}

#registration .short_full_reg a.full_reg {

    display: none;
}

#registration .short_full_reg .button {

    margin-top: 10px;
}

#registration .full_reg_block {

    display: none;
    border-top: 1px solid #1c7dba;
    float: left;
    margin-top: 15px;
}

#registration .full_reg_block .big-field input {

    width: 436px;
}

#registration .full_reg_block .textarea {

    width: 358px;
}

.fieldsend-row {
    display: flex;
}