/* Ошибки скрыты по умолчанию */
.modal__error {
    display: none;
    color: #e74c3c;
    font-size: 12px;
    margin-top: 4px;
}

.modal__error_visible {
    display: block;
}

.modal__input_error {
    border-color: #e74c3c !important;
}

/* Блок успеха скрыт по умолчанию */
#modal-success {
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 0;
}