.wrapper.flex.w-full.relative.mx-2
.wrapper-medical.relative.flex.flex-col.px-6.py-6.h-full.w-full
base-detail-info(:title="configData.identity_document.title" :height="configData.identity_document.height")
.flex.flex-col.gap-30px
base-detail-info(:title="configData.registration_address.title" :height="configData.registration_address.height")
base-detail-info(:title="configData.temporary_address.title" :height="configData.temporary_address.height")
.flex.flex-col.gap-2
base-detail-info(:title="configData.snils.title" :height="configData.snils.height")
base-detail-info(:title="configData.policy_number_series.title" :height="configData.policy_number_series.height")
base-detail-info(:title="configData.policy_organization.title" :height="configData.policy_organization.height")
.flex.flex-col.gap-4
base-detail-info(:title="configData.additional.title" :height="configData.additional.height")
base-detail-info(:title="configData.agreement_form.title" :height="configData.agreement_form.height")