.ii-pereskaz {
	max-width: 100%;
	margin: 0;
	padding: 24px 0 48px;
}

.ii-pereskaz__title {
	margin: 0 0 6px;
	font-size: 1.75rem;
}

.ii-pereskaz__sub {
	color: #5a6474;
	margin-bottom: 16px;
	font-size: .95rem;
}

.ii-pereskaz__back {
	display: inline-block;
	margin-top: 20px;
	font-size: .9rem;
	color: #687385;
	text-decoration: none;
}

.ii-pereskaz__back:hover {
	color: #000c2d;
	text-decoration: underline;
}

.ii-pereskaz-auth {
	margin: 0 0 18px;
	padding: 12px 14px;
	border: 1px solid rgba(0, 96, 137, 0.18);
	border-radius: 8px;
	background: rgba(0, 96, 137, 0.05);
}

.ii-pereskaz-auth__text {
	margin: 0;
	color: #5a6474;
	font-size: .9rem;
	line-height: 1.5;
}

.ii-pereskaz-auth__text a {
	color: #006089;
	font-weight: 600;
	text-decoration: none;
}

.ii-pereskaz-card {
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
	margin-bottom: 20px;
}

.ii-pereskaz-card.ii-payment-wrap {
	padding: 12px 14px;
}

.ii-pereskaz label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}

.ii-pereskaz .hint {
	font-weight: 400;
	color: #6b7280;
	font-size: .85rem;
	margin: 0 0 8px;
}

.ii-pereskaz textarea {
	width: 100%;
	min-height: 220px;
	padding: 12px;
	border: 1px solid #d0d7de;
	border-radius: 8px;
	font: inherit;
	resize: vertical;
	line-height: 1.5;
	box-sizing: border-box;
}

.ii-pereskaz-form .field {
	margin-bottom: 18px;
}

.ii-pereskaz-word-counter {
	color: #666;
	font-size: .85rem;
	margin: 6px 0 0;
	text-align: right;
}

.ii-pereskaz-word-counter.over,
.ii-pereskaz-word-counter.under {
	color: #b91c1c;
	font-weight: 600;
}

.ii-pereskaz-form--locked textarea:disabled {
	background: #f3f4f6;
	color: #9ca3af;
	cursor: not-allowed;
}

.ii-pereskaz-upload {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.ii-pereskaz-upload input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	overflow: hidden;
	z-index: -1;
}

.ii-pereskaz-upload__name {
	color: #687385;
	font-size: .9rem;
}

.ii-pereskaz-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 4px;
}

.ii-pereskaz-tab {
	display: inline-block;
	padding: 4px 14px;
	border: 1px solid #b8d4e0;
	border-radius: 4px;
	background: #fff;
	font: inherit;
	font-size: 13px;
	line-height: 1.35;
	color: #006089;
	cursor: pointer;
	transition: background 0.15s, color 0.15s, border-color 0.15s;
	user-select: none;
	appearance: none;
}

.ii-pereskaz-tab:hover:not(:disabled) {
	background: #f0f7fa;
	border-color: #006089;
}

.ii-pereskaz-tab.is-active {
	background: #f0f7fa;
	border-color: #006089;
	font-weight: 600;
}

.ii-pereskaz-tab:disabled,
.ii-pereskaz-form--locked .ii-pereskaz-tab {
	opacity: 0.6;
	cursor: not-allowed;
}

.ii-pereskaz button[type="submit"],
.ii-pereskaz #iipereskaz-submit {
	display: inline-block;
	padding: 4px 14px;
	margin-top: 12px;
	font: inherit;
	font-size: 13px;
	cursor: pointer;
	color: #006089;
	background: #f9fafa;
	border: 2px solid #006089;
	border-radius: 4px;
	transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.ii-pereskaz button[type="submit"]:hover:not(:disabled),
.ii-pereskaz #iipereskaz-submit:hover:not(:disabled) {
	background: #006089;
	color: #ffeded;
}

.ii-pereskaz button[type="submit"]:disabled,
.ii-pereskaz #iipereskaz-submit:disabled {
	opacity: .6;
	cursor: not-allowed;
}

.ii-pereskaz button[type="submit"]:disabled.is-loading,
.ii-pereskaz #iipereskaz-submit:disabled.is-loading,
.ii-pereskaz button.is-loading,
.ii-pereskaz #iipereskaz-submit.is-loading {
	cursor: wait;
}

.ii-pereskaz .error {
	display: none;
	margin-top: 12px;
	padding: 10px 12px;
	border-radius: 8px;
	background: #fef2f2;
	color: #b91c1c;
	font-size: .9rem;
}

.ii-pereskaz .disclaimer {
	margin: 0 0 12px;
	padding: 10px 12px;
	border-radius: 8px;
	background: #f8fafc;
	color: #5a6474;
	font-size: .85rem;
	line-height: 1.45;
}

.ii-pereskaz-result-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 12px;
}

.ii-pereskaz-result-header__title {
	margin: 0;
	font-size: 1.25rem;
}

.ii-pereskaz-meta {
	margin: 0 0 14px;
	color: #687385;
	font-size: .85rem;
}

.ii-pereskaz-result {
	margin: 0;
}

.ii-pereskaz-block {
	padding: 18px 0;
	border-bottom: 1px solid #e5e7eb;
}

.ii-pereskaz-block:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.ii-pereskaz-block:first-child {
	padding-top: 4px;
}

.ii-pereskaz-block__title {
	margin: 0 0 12px;
	font-size: 1rem;
	color: #006089;
}

.ii-pereskaz-block__lead {
	margin: 0 0 10px;
	font-weight: 600;
	color: #111827;
	line-height: 1.45;
}

.ii-pereskaz-block__text {
	margin: 0 0 10px;
	color: #1f2937;
	line-height: 1.55;
}

.ii-pereskaz-block__text:last-child {
	margin-bottom: 0;
}

.ii-pereskaz-block__label {
	margin: 14px 0 8px;
	font-size: .9rem;
	font-weight: 600;
	color: #374151;
}

.ii-pereskaz-block__label:first-of-type {
	margin-top: 0;
}

.ii-pereskaz-list {
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
	color: #1f2937;
	line-height: 1.5;
}

.ii-pereskaz-list:last-child {
	margin-bottom: 0;
}

.ii-pereskaz-list li {
	margin-bottom: 8px;
	padding-left: 0;
}

.ii-pereskaz-list li::before {
	content: "→ ";
	color: #006089;
	font-weight: 600;
}

.ii-pereskaz-history__title {
	margin: 0 0 14px;
	font-size: 1.1rem;
}

.ii-pereskaz-history__note,
.ii-pereskaz-history__empty {
	margin: 0;
	color: #6b7280;
	font-size: .9rem;
}

.ii-pereskaz-history-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ii-pereskaz-history-item + .ii-pereskaz-history-item {
	margin-top: 8px;
}

.ii-pereskaz-history-item__btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fafafa;
	cursor: pointer;
	text-align: left;
	font: inherit;
	color: inherit;
}

.ii-pereskaz-history-item__btn:hover {
	border-color: #006089;
	background: #fff;
}

.ii-pereskaz-history-item.is-active .ii-pereskaz-history-item__btn {
	border-color: #006089;
	background: rgba(0, 96, 137, 0.05);
}

.ii-pereskaz-history-item--collapsed {
	display: none;
}

.ii-pereskaz-history-item__main {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.ii-pereskaz-history-item__topic {
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ii-pereskaz-history-item__meta {
	color: #6b7280;
	font-size: .8rem;
}

.ii-pereskaz-history-item__badge {
	flex-shrink: 0;
	padding: 2px 8px;
	border-radius: 999px;
	background: rgba(0, 96, 137, 0.1);
	color: #006089;
	font-size: .75rem;
	font-weight: 600;
}

.ii-pereskaz-history__show-all,
.ii-pereskaz-history .ii-plan-history__show-all {
	display: block;
	width: 100%;
	margin-top: 12px;
	padding: 10px 14px;
	border: 1px dashed #d1d5db;
	border-radius: 8px;
	background: transparent;
	font: inherit;
	font-size: .9rem;
	color: #006089;
	cursor: pointer;
}

.ii-pereskaz-history__show-all:hover,
.ii-pereskaz-history .ii-plan-history__show-all:hover {
	border-color: #006089;
	background: rgba(0, 96, 137, 0.03);
}

.ii-pereskaz .hidden {
	display: none !important;
}

@media (max-width: 640px) {
	.ii-pereskaz__title {
		font-size: 1.45rem;
	}

	.ii-pereskaz-card {
		padding: 16px;
	}
}
