.text__wrapper{
    overflow: auto;
    height: auto;
}

.cities_bgw .title {
    color: #232323;
}
.cities_bgw .cities__list li{
    color: #000;
}

/* CTA Form Validation Errors */
.cta__form-errors {
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: rgba(220, 53, 69, 0.2);
    border: 2px solid #dc3545;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.cta__form-error-item {
    margin-bottom: 5px;
}

.cta__form-error-item:last-child {
    margin-bottom: 0;
}

.error-highlight {
    border: 2px solid #dc3545 !important;
}
.phone{
    display: none;
}

/* CTA popup (#order): only name + phone remain — add vertical breathing room */
.overlay .modal#order {
    padding-top: 45px;
    padding-bottom: 45px;
}

.overlay .modal#order .form-modal {
    width: 100%;
    margin-top: 20px;
}

/* Inputs keep their 10px side margins without overflowing the form */
.overlay .modal#order .form-modal .form-modal__input {
    width: calc(100% - 20px);
}

.overlay .modal#order .form-modal .button {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .overlay .modal#order {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
