.confirm-modal__intro {
    font-size: 18px;
    margin-bottom: 24px;
}
.popup__close {
    top: 45px;
    right: 45px;
    width: 45px;
    height: 45px;
    background-color: #FEF0EA;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" stroke="%23ff6b35" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>');
    background-size: 18px;
    border-radius: 50%;
}
.base-btn--secondary{
    border: none;
}
/* Секции (Плательщик, Пациенты) */
.confirm-modal__section {
    margin-bottom: 32px;
}

.confirm-modal__section:last-child {
    margin-bottom: 0;
}

/* Заголовки секций */
.confirm-modal__section-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Строки данных (ФИО, ИНН, etc) */
.confirm-modal__row {
    align-items: center;
    padding: 5px 0;
    font-size: 16px;
}


.confirm-modal__label {
    color: #8c8c8c;
    width: 15vw;
    display: inline-block;
}

.confirm-modal__patient-item span,
.confirm-modal__patients-header span {
    font-size: 16px;
    color: #8c8c8c;
    padding: 10px;
    border-bottom: 1px solid #e8e8e8;
    width: 50vw;
}

.confirm-modal__patients-header span:first-child {
    border-left: none;
}

.confirm-modal__patients-header,
.confirm-modal__patient-item {
    display: flex;
}

.confirm-modal__patient-item > span {
    color: #333;
}

/* Адаптив */
@media (max-width: 600px) {
    .popup__close {
    display: none;
    }
    .confirm-modal__label{
    width: 25vw;
    }
    .confirm-modal__section {
    padding: 0;
    }

    .confirm-modal__intro {
    padding: 16px 0 0;
    }

    .confirm-modal__patient-item span:first-child,
    .confirm-modal__patients-header span:first-child  {
        width: 65%;
    }
    .confirm-modal__patient-item span:last-child,
    .confirm-modal__patients-header span:last-child  {
        width: 35%;
    }

    .confirm-modal__patient-name,
    .confirm-modal__value,
    .confirm-modal__patient-birthdate {
    text-align: left;
    max-width: 100%;
    padding: 7px 0 7px 10px;
    }
}
