.reserve {
    padding: 64px 0 124px;
}

.reserve__title {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 48px */
    text-transform: uppercase;
    margin-bottom: 24px;
}

.reserve__list {
    padding-left: 24px;
    margin: 0 0 72px;
    line-height: 150%;
}

.reserve__item {
    margin-bottom: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
}

.reserve__form-container {
    margin-bottom: 40px;
}

.reserve__fieldset {
    border: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 72px;
    gap: 8px;
}

.reserve__fieldset:last-child {
    margin-bottom: 0;
}

.reserve__legend {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 22px */
    text-transform: uppercase;
    flex-basis: 100%;
    margin-bottom: 24px;
}

.reserve__fieldset--sub {
    flex-basis: 100%;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .reserve {
        padding: 40px 0 80px;
    }

    .reserve__title {
        font-size: 32px;
    }

    .reserve__list {
        margin: 0 0 40px;
    }

    .reserve__form-container {
        margin-bottom: 32px;
    }

    .reserve__legend {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .reserve__fieldset {
        margin-bottom: 40px;
    }

    .reserve__fieldset--sub {
        margin-bottom: 20px;
    }
}

@media (max-width: 560px) {
    .reserve {
        padding: 32px 0 64px;
    }

    .reserve__title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .reserve__list {
        padding-left: 18px;
        margin: 0 0 32px;
        font-size: 12px;
        line-height: 120%; 
    }

    .reserve__form-container {
        margin-bottom: 24px;
    }

    .reserve__fieldset {
        margin-bottom: 32px;
    }

    .reserve__fieldset--sub {
        margin-bottom: 20px;
    }
}