.btn_input {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    color: #f1f1f0;
    letter-spacing: .15em;
    font-variant: small-caps;
    padding: 15px;
    width: auto;
    text-align: center;
    background: #d78f78;
    border: none;
    display: inline-block;
    cursor: pointer;
}
.typefile {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    color: #f1f1f0;
    letter-spacing: .15em;
    font-variant: small-caps;
    padding: 15px;
    width: auto;
    text-align: center;
    background: #d78f78;
    border: none;
    display: inline-block;
    cursor: pointer;
}

.btn_input_add {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    color: #f1f1f0;
    margin-left: 10px;
    letter-spacing: .15em;
    font-variant: small-caps;
    padding: 8px;
    width: auto;
    text-align: center;
    background: #d78f78;
    border: none;
    display: inline-block;
    cursor: pointer;
}

.message__text{
    min-width: 100px;
}

.information .user-form__item textarea {
    background: #f9f9f9;
}

.cstmnulti .fields .fields {
    margin-bottom: 10px;
}

.cstmnulti .btn_input_add {
    margin: 0;
}

#PERSONAL_PHOTO_del, [for="PERSONAL_PHOTO_del"] {
    display: none;
}

#review_add .user__top-review{
    justify-content: flex-start;
}

.cstmform .set-org__period-date{}