.user-registration form.iia-membership-active {
	--iia-blue: #1559a8;
	--iia-blue-dark: #0d3f7d;
	--iia-cyan: #18a7c6;
	--iia-ink: #17243b;
	--iia-muted: #68768a;
	--iia-line: #dce5ef;
	--iia-soft: #f4f8fc;
	background: #fff;
	border: 1px solid #e3eaf2;
	border-radius: 20px;
	box-shadow: 0 22px 60px rgba(24, 52, 88, .1);
	max-width: 1080px;
	margin: 30px auto;
	padding: 34px;
	scroll-margin-top: 110px;
}

.iia-membership-active .iia-progress {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
	background: #f7f9fc;
	border: 1px solid var(--iia-line);
	border-radius: 16px;
	margin: 0 0 34px;
	padding: 16px 18px 14px;
	position: relative;
}

.iia-membership-active .iia-progress::before {
	content: "";
	position: absolute;
	left: 10%;
	right: 10%;
	top: 35px;
	height: 2px;
	background: #d5dfeb;
	z-index: 0;
}

.iia-membership-active .iia-progress-step {
	appearance: none;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: var(--iia-muted) !important;
	cursor: default;
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	height: auto !important;
	line-height: 1.25 !important;
	min-height: 72px;
	min-width: 0;
	margin: 0 !important;
	padding: 0 6px !important;
	position: relative;
	text-shadow: none !important;
	transform: none !important;
	z-index: 1;
}

.iia-membership-active .iia-progress-step:hover,
.iia-membership-active .iia-progress-step:focus { background: transparent !important; box-shadow: none !important; transform: none !important; }
.iia-membership-active .iia-progress-step:not(:disabled) { cursor: pointer; }
.iia-membership-active .iia-progress-step > span:last-child { display: flex; flex-direction: column; text-align: center; min-width: 0; }
.iia-membership-active .iia-progress-step strong { color: inherit !important; font-size: 13px; font-weight: 700; }
.iia-membership-active .iia-progress-step small { font-size: 10px; line-height: 1.25; opacity: .8; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.iia-membership-active .iia-step-number {
	align-items: center;
	background: #fff;
	border: 2px solid var(--iia-line);
	border-radius: 50%;
	display: flex;
	font-size: 13px;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease;
	width: 40px;
}

.iia-membership-active .iia-progress-step.is-active { color: var(--iia-blue) !important; }
.iia-membership-active .iia-progress-step.is-active .iia-step-number { background: var(--iia-blue); border-color: var(--iia-blue); box-shadow: 0 6px 16px rgba(21, 89, 168, .25); color: #fff; }
.iia-membership-active .iia-progress-step.is-complete { color: #12805c; }
.iia-membership-active .iia-progress-step.is-complete .iia-step-number { background: #e7f8f1; border-color: #35aa83; }

.iia-membership-active .iia-wizard-step { animation: iiaFadeIn .26s ease; margin: 0 !important; }
.iia-membership-active .iia-wizard-step:not(.is-active),
.iia-membership-active [hidden],
.iia-membership-active .iia-system-field,
.iia-membership-active .iia-hidden { display: none !important; }
.iia-membership-active .iia-wizard-step.is-active { display: flex !important; flex-wrap: wrap; justify-content: space-between; }
.iia-membership-active .iia-step-heading { border-bottom: 1px solid var(--iia-line); flex: 0 0 100%; margin-bottom: 26px; padding-bottom: 16px; width: 100%; }
.iia-membership-active .iia-step-heading span { color: var(--iia-blue); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.iia-membership-active .iia-step-heading h2 { color: var(--iia-ink); font-size: clamp(22px, 3vw, 30px); line-height: 1.2; margin: 6px 0 0; }

.iia-membership-active .ur-form-grid {
	box-sizing: border-box;
	flex: 0 0 calc(50% - 12px) !important;
	margin: 0 !important;
	width: calc(50% - 12px) !important;
}
.iia-membership-active .iia-wizard-step[data-iia-step="2"] .ur-form-grid { display: contents !important; }
.iia-membership-active .iia-wizard-step[data-iia-step="2"] [data-field-id="organization"],
.iia-membership-active .iia-wizard-step[data-iia-step="2"] [data-field-id="position"] {
	flex: 0 0 calc(50% - 12px);
	width: calc(50% - 12px);
}
.iia-membership-active .iia-wizard-step[data-iia-step="2"] [data-field-id="organization"] { order: 10; }
.iia-membership-active .iia-wizard-step[data-iia-step="2"] [data-field-id="position"] { order: 20; }
.iia-membership-active .iia-wizard-step[data-iia-step="2"] [data-field-id="certificates"] {
	flex: 0 0 100%;
	order: 30;
	width: 100%;
}
.iia-membership-active .iia-wizard-step[data-iia-step="3"] .ur-form-grid,
.iia-membership-active .iia-wizard-step[data-iia-step="4"] .ur-form-grid {
	flex: 0 0 100% !important;
	width: 100% !important;
}
.iia-membership-active .form-row { margin: 0 0 22px !important; }
.iia-membership-active .ur-label { color: var(--iia-ink); display: block; font-size: 14px; font-weight: 650; margin-bottom: 8px; }
.iia-membership-active .required { color: #cf334b; text-decoration: none; }
.iia-membership-active input[type="text"],
.iia-membership-active input[type="email"],
.iia-membership-active input[type="url"],
.iia-membership-active input[type="password"],
.iia-membership-active input[type="date"],
.iia-membership-active select,
.iia-membership-active textarea {
	background: #fff;
	border: 1px solid #cbd7e5 !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	box-sizing: border-box;
	color: var(--iia-ink);
	font-size: 15px;
	min-height: 48px;
	outline: none;
	padding: 11px 14px !important;
	transition: border-color .18s, box-shadow .18s;
	width: 100%;
}

.iia-membership-active textarea { min-height: 120px; resize: vertical; }
.iia-membership-active input:focus, .iia-membership-active select:focus, .iia-membership-active textarea:focus { border-color: var(--iia-blue) !important; box-shadow: 0 0 0 3px rgba(21, 89, 168, .12) !important; }
.iia-membership-active .iia-invalid { border-color: #cf334b !important; box-shadow: 0 0 0 3px rgba(207, 51, 75, .1) !important; }
.iia-membership-active .iia-field-error { color: #b52239; font-size: 12px; font-weight: 600; margin-top: 6px; }
.iia-membership-active .description { color: var(--iia-muted); font-size: 12px; margin-top: 6px; }
.iia-membership-active .iia-privacy-link { color: var(--iia-blue); display: inline-block; font-size: 13px; font-weight: 650; margin: 8px 0 0 26px; text-decoration: underline; }

.iia-membership-active select {
	appearance: none !important;
	background-color: #fff !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath fill='none' stroke='%2327405e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 6 6 6-6'/%3E%3C/svg%3E") !important;
	background-position: right 16px center !important;
	background-repeat: no-repeat !important;
	background-size: 14px 8px !important;
	cursor: pointer;
	padding-right: 46px !important;
}
.iia-membership-active select.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	min-height: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}
.iia-membership-active .select2-container { display: block; max-width: 100%; width: 100% !important; }
.iia-membership-active .select2-container .selection { display: block; }
.iia-membership-active .select2-container--default .select2-selection--single {
	background: #fff;
	border: 1px solid #cbd7e5;
	border-radius: 10px;
	height: 48px;
	transition: border-color .18s, box-shadow .18s;
}
.iia-membership-active .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--iia-ink);
	font-size: 15px;
	line-height: 46px;
	padding-left: 14px;
	padding-right: 46px;
}
.iia-membership-active .select2-container--default .select2-selection--single .select2-selection__placeholder { color: #7b8797; }
.iia-membership-active .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px;
	right: 13px;
	width: 24px;
}
.iia-membership-active .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #27405e transparent transparent;
	border-width: 6px 5px 0;
	margin-left: -5px;
	margin-top: -3px;
}
.iia-membership-active .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #27405e;
	border-width: 0 5px 6px;
}
.iia-membership-active .select2-container--focus .select2-selection--single,
.iia-membership-active .select2-container--open .select2-selection--single { border-color: var(--iia-blue); box-shadow: 0 0 0 3px rgba(21, 89, 168, .12); }
.iia-membership-active select.iia-invalid + .select2-container .select2-selection--single { border-color: #cf334b; box-shadow: 0 0 0 3px rgba(207, 51, 75, .1); }
.select2-container .iia-country-dropdown {
	border: 1px solid #b8c8da;
	border-radius: 10px;
	box-shadow: 0 14px 30px rgba(23, 36, 59, .16);
	overflow: hidden;
}
.iia-country-dropdown .select2-search--dropdown { background: #f7f9fc; padding: 10px; }
.iia-country-dropdown .select2-search--dropdown .select2-search__field {
	border: 1px solid #cbd7e5;
	border-radius: 8px;
	font-family: inherit;
	font-size: 14px;
	min-height: 42px;
	outline: 0;
	padding: 8px 12px;
}
.iia-country-dropdown .select2-search--dropdown .select2-search__field:focus { border-color: #1559a8; box-shadow: 0 0 0 3px rgba(21, 89, 168, .1); }
.iia-country-dropdown .select2-results__option { font-family: inherit; font-size: 14px; padding: 9px 12px; }
.iia-country-dropdown .select2-results__option--highlighted[aria-selected] { background: #1559a8; }

.iia-membership-active .iia-file-input {
	align-items: center;
	background: var(--iia-soft);
	border: 1px dashed #9eb3c9;
	border-radius: 12px;
	display: flex;
	gap: 14px;
	min-height: 70px;
	padding: 14px;
}
.iia-membership-active .iia-file-input input[type="file"].iia-native-file {
	clip-path: inset(50%);
	display: none !important;
	height: 1px !important;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px !important;
}
.iia-membership-active .iia-file-trigger {
	align-items: center;
	appearance: none;
	background: var(--iia-blue);
	border: 1px solid var(--iia-blue);
	border-radius: 8px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	min-height: 42px;
	padding: 0 18px;
	text-transform: none;
}
.iia-membership-active .iia-file-trigger:hover,
.iia-membership-active .iia-file-trigger:focus { background: var(--iia-blue-dark); border-color: var(--iia-blue-dark); color: #fff; }
.iia-membership-active .iia-file-trigger:focus-visible { box-shadow: 0 0 0 3px rgba(21, 89, 168, .16); outline: 0; }
.iia-membership-active .iia-file-name {
	color: var(--iia-muted);
	font-size: 14px;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.iia-membership-active .iia-wizard-nav {
	align-items: center;
	border-top: 1px solid var(--iia-line);
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-top: 26px;
	padding-top: 22px;
}
.iia-membership-active .iia-wizard-nav .button,
.iia-membership-active .iia-wizard-nav .ur-submit-button {
	align-items: center !important;
	appearance: none !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	display: inline-flex !important;
	font-family: inherit !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	height: auto !important;
	justify-content: center !important;
	letter-spacing: 0 !important;
	line-height: 1 !important;
	min-height: 48px !important;
	min-width: 132px;
	padding: 0 24px !important;
	text-shadow: none !important;
	text-transform: none !important;
	transform: none !important;
}
.iia-membership-active .iia-wizard-nav .iia-prev {
	background: #fff !important;
	border: 1px solid #c8d5e4 !important;
	color: #27405e !important;
}
.iia-membership-active .iia-wizard-nav .iia-prev:hover,
.iia-membership-active .iia-wizard-nav .iia-prev:focus {
	background: #f4f8fc !important;
	border-color: #9db2ca !important;
	box-shadow: 0 0 0 3px rgba(21, 89, 168, .1) !important;
	color: var(--iia-blue) !important;
}
.iia-membership-active .iia-wizard-nav .iia-next,
.iia-membership-active .iia-wizard-nav .ur-submit-button {
	background: var(--iia-blue) !important;
	border: 1px solid var(--iia-blue) !important;
	color: #fff !important;
}
.iia-membership-active .iia-wizard-nav .iia-next:hover,
.iia-membership-active .iia-wizard-nav .iia-next:focus,
.iia-membership-active .iia-wizard-nav .ur-submit-button:hover,
.iia-membership-active .iia-wizard-nav .ur-submit-button:focus {
	background: var(--iia-blue-dark) !important;
	border-color: var(--iia-blue-dark) !important;
	box-shadow: 0 5px 12px rgba(13, 63, 125, .14) !important;
}
.iia-membership-active .iia-wizard-nav .button:disabled,
.iia-membership-active .iia-wizard-nav .ur-submit-button:disabled { box-shadow: none !important; cursor: not-allowed; opacity: .58; }
.iia-membership-active .ur-button-container { display: none !important; }
.iia-membership-active .iia-honeypot { height: 0 !important; left: -10000px !important; overflow: hidden !important; position: absolute !important; width: 0 !important; }

.iia-membership-active .iia-membership-declaration .form-row { background: #f6f8fc; border: 1px solid #d8e1ef; border-radius: 14px; display: flex !important; flex-direction: column !important; padding: 22px 24px; }
.iia-membership-active .iia-membership-declaration .description { color: #25324b; display: block !important; font-size: 16px; line-height: 1.75; order: 1 !important; }
.iia-membership-active .iia-membership-declaration .description br { content: ""; display: block !important; margin-top: 7px; }
.iia-membership-active .iia-membership-declaration .description a { color: #315aa6; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.iia-membership-active .iia-membership-declaration .ur-label.checkbox { align-items: flex-start; background: #fff; border: 1px solid #c9d5e7; border-radius: 10px; color: #18253e; display: flex !important; font-size: 16px; font-weight: 700; gap: 12px; margin: 18px 0 0; order: 2 !important; padding: 14px 16px; }
.iia-membership-active .iia-membership-declaration .ur-label.checkbox input { flex: 0 0 auto; margin: 3px 0 0; }

.iia-membership-active .iia-form-notice { border-radius: 10px; font-size: 14px; font-weight: 600; margin: 0 0 20px; padding: 14px 16px; }
.iia-membership-active .iia-form-notice.is-error { background: #fff0f2; border: 1px solid #f2b8c1; color: #a42136; }
.iia-membership-active .iia-form-notice.is-success { background: #e9f8f2; border: 1px solid #a9dfca; color: #146648; }
.iia-loader { animation: iiaSpin .75s linear infinite; border: 2px solid rgba(255,255,255,.35); border-radius: 50%; border-top-color: #fff; display: inline-block; height: 15px; margin-right: 8px; vertical-align: -3px; width: 15px; }

@keyframes iiaFadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes iiaSpin { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
	.user-registration form.iia-membership-active { border-radius: 14px; margin: 18px auto; padding: 22px 16px; }
	.iia-membership-active .iia-progress { border-radius: 12px; grid-template-columns: repeat(5, 1fr); margin-bottom: 28px; padding: 12px 8px 10px; }
	.iia-membership-active .iia-progress-step > span:last-child { display: none; }
	.iia-membership-active .iia-progress-step { min-height: 42px; padding: 0 2px !important; }
	.iia-membership-active .iia-progress::before { left: 10%; right: 10%; top: 31px; }
	.iia-membership-active .iia-wizard-step.is-active .ur-form-grid { display: contents !important; }
	.iia-membership-active .iia-wizard-step.is-active .ur-field-item { flex: 0 0 100%; width: 100%; }
	.iia-membership-active [data-field-id="last_name_ua"] { order: 10; }
	.iia-membership-active [data-field-id="first_name_ua"] { order: 20; }
	.iia-membership-active [data-field-id="patronymic_ua"] { order: 30; }
	.iia-membership-active [data-field-id="last_name_latin"] { order: 40; }
	.iia-membership-active [data-field-id="first_name_latin"] { order: 50; }
	.iia-membership-active [data-field-id="birth_date"] { order: 60; }
	.iia-membership-active [data-field-id="user_email"] { order: 10; }
	.iia-membership-active [data-field-id="phone"] { order: 20; }
	.iia-membership-active [data-field-id="city"] { order: 30; }
	.iia-membership-active [data-field-id="residence_country"] { order: 40; }
	.iia-membership-active [data-field-id="citizenship_country"] { order: 50; }
	.iia-membership-active [data-field-id="social_profile"] { order: 60; }
	.iia-membership-active [data-field-id="organization"] { order: 10; }
	.iia-membership-active [data-field-id="position"] { order: 20; }
	.iia-membership-active [data-field-id="certificates"] { order: 30; }
	.iia-membership-active [data-field-id="membership_declaration"] { order: 10; }
	.iia-membership-active [data-field-id="payment_file"] { order: 20; }
	.iia-membership-active [data-field-id="privacy_policy"] { order: 10; }
	.iia-membership-active .iia-file-input { align-items: stretch; flex-direction: column; }
	.iia-membership-active .iia-file-trigger { width: 100%; }
	.iia-membership-active .iia-membership-declaration .form-row { padding: 18px 16px; }
	.iia-membership-active .iia-membership-declaration .description { font-size: 15px; line-height: 1.65; }
	.iia-membership-active .iia-wizard-nav .button,
	.iia-membership-active .iia-wizard-nav .ur-submit-button { min-width: 124px; padding: 0 18px !important; }
}
