.parking {
    max-width: 500px;
    margin: auto;
}

.title_page {
    text-align: center;
    margin-bottom: 20px;
}

.parking__error {
    /* position: absolute;
    bottom: -10px;
    left: 0; */
    opacity: 0;
    overflow: hidden;
    transition: 0.3s;
    min-height: 20px;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.parking__error.active {
    overflow: visible;
    opacity: 1;
}

.parking__label {
    position: relative;
}
.parking__privacy {
    display: flex;
    flex-direction: column;
}

.parking__row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.parking__checkbox {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
}

.parking__confidential {
    flex: 1 1 auto;
}

.parking__error {
    margin-top: 4px;
    color: red;
    font-size: 12px;
}

.parking__container {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
}

.parking__container input {
    margin-bottom: 0 !important;
}

.form__message {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.parking__wrapper {
    margin-bottom: 40px;
}