#modalWorkForm .modal__content {
    max-width: 168rem
}

#modalWorkForm .modal__body {
    background-color: initial;
    padding: 0;
    border-radius: 6rem
}

#modalWorkForm .modal__body::before {
    display: none
}

#modalWorkForm .modal__body::after {
    display: none
}

#modalWorkForm .consultation__info-text {
    color: #898485;
    margin-bottom: 4.8rem;
    max-width: none;
    width: 100%
}

#modalWorkForm .file-input-label {
    margin: 40px 0;
    display: flex;
}

#modalWorkForm .empty-label {
    cursor: pointer;
}

#modalWorkForm input[type=file] {
    display: none;
}
