.spc-summary__meta {
	list-style: none;
	margin: 0 0 16px 0;
	padding: 0 0 12px 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-bottom: 1px solid #eceff4;
}

.spc-summary__meta li {
	display: flex;
	flex-direction: column;
	gap: 4px;
	word-break: break-word;
}

.spc-summary__meta span {
	font-size: 14px;
	font-weight: 500;
	color: #445164;
	text-transform: none;
	letter-spacing: normal;
}

.spc-summary__meta strong {
	font-size: 15px;
	font-weight: 600;
	color: #1d1f25;
	padding: 8px 0 12px;
	border-bottom: 1px solid #eceff4;
	line-height: 1.45;
}

.spc-summary__meta li:last-child strong {
	border-bottom: none;
	padding-bottom: 0;
}

.spc-section__description {
	margin: -4px 0 16px 0;
	color: #5f6774;
	font-size: 14px;
	line-height: 1.5;
}

.spc-field__required {
	color: #d64545;
	font-weight: 600;
	margin-left: 4px;
	font-size: 14px;
}

.spc-textarea_full {
	width: 100%;
	box-sizing: border-box;
}
.spc-root {
	font: inherit;
	color: inherit;
	background: #ffffff;
	border: 1px solid #f0f2f5;
	border-radius: 8px;
	padding: 24px;
	margin-bottom: 32px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	overflow: visible;
}

.spc-root_busy {
	cursor: progress;
}

.spc-root_busy .spc-button {
	cursor: progress;
}

.spc-layout_spacer {
	width: 100%;
}

.spc-root__loader {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 15px;
	color: #444;
}

.spc-loader__spinner {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 3px solid #dde3eb;
	border-top-color: #0061b2;
	animation: spc-spin 0.9s linear infinite;
}

@keyframes spc-spin {
	100% { transform: rotate(360deg); }
}

.spc-hidden {
	display: none !important;
}

.spc-layout_skeleton {
	display: flex;
	gap: 20px;
	pointer-events: none;
	max-width: 1120px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}

.spc-layout_skeleton .spc-main {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.spc-layout_skeleton .spc-sidebar {
	flex: 0 0 400px;
	width: 400px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	gap: 18px;
	position: sticky;
	top: 20px;
	align-self: flex-start;
	min-width: 0;
}

.spc-layout_skeleton .spc-main .spc-section {
	margin-bottom: 0;
}

.spc-items_skeleton {
	display: grid;
	gap: 12px;
}

.spc-item-row_skeleton {
	display: grid;
	grid-template-columns: 72px 1fr 120px 140px 48px;
	gap: 16px;
	align-items: center;
	padding: 16px;
	border: 1px solid #eef1f6;
	border-radius: 10px;
	background: #ffffff;
}

.spc-item-row_skeleton .spc-skeleton-thumb {
	width: 72px;
	height: 72px;
	border-radius: 8px;
}

.spc-item-row_skeleton .spc-skeleton-line {
	width: 100%;
	height: 16px;
}

.spc-item-row_skeleton .spc-skeleton-line_short {
	width: 60%;
}

.spc-item-row_skeleton .spc-skeleton-block_button {
	width: 36px;
	height: 36px;
	border-radius: 6px;
}

.spc-skeleton-block,
.spc-skeleton-line,
.spc-skeleton-pill {
	display: inline-block;
	background: linear-gradient(90deg, #f3f5f8 0%, #e6ebf2 45%, #f3f5f8 90%);
	background-size: 220% 100%;
	animation: spc-skeleton 1.1s ease-in-out infinite;
}

.spc-skeleton-block {
	border-radius: 6px;
}

.spc-skeleton-block_title {
	width: 180px;
	height: 26px;
	display: block;
}

.spc-skeleton-block_desc {
	width: 70%;
	max-width: 420px;
	height: 18px;
	border-radius: 6px;
	display: block;
}

.spc-skeleton-line {
	display: block;
	width: 100%;
	max-width: 260px;
	height: 14px;
	border-radius: 4px;
}

.spc-skeleton-line + .spc-skeleton-line {
	margin-top: 6px;
}

.spc-skeleton-line_short {
	max-width: 120px;
}

.spc-skeleton-line_medium {
	max-width: 280px;
}

.spc-skeleton-line_wide {
	max-width: 320px;
}

.spc-skeleton-line_full {
	max-width: 100%;
}

.spc-skeleton-block_head {
	width: 100%;
	height: 22px;
	display: block;
	border-radius: 6px;
}

.spc-items_skeleton {
	width: 100%;
	border-collapse: collapse;
}

.spc-items_skeleton th,
.spc-items_skeleton td {
	padding: 12px 16px;
	border-bottom: 1px solid #eceff4;
}

.spc-skeleton-block_cell {
	width: 100%;
	height: 22px;
	display: block;
}

.spc-skeleton-pill {
	width: 100%;
	max-width: 140px;
	height: 20px;
	border-radius: 10px;
	display: block;
}

.spc-skeleton-block_meta-label {
	width: 120px;
	height: 16px;
	border-radius: 4px;
	display: block;
}

.spc-skeleton-block_meta-value {
	width: 80%;
	height: 20px;
	border-radius: 4px;
	display: block;
}

.spc-skeleton-block_button {
	height: 44px;
	width: 100%;
	border-radius: 6px;
	display: block;
}

.spc-skeleton-block_checkbox {
	height: 18px;
	width: 80%;
	display: block;
	border-radius: 4px;
}

.spc-skeleton-surface {
	position: relative;
	color: transparent !important;
	background: linear-gradient(90deg, #f3f5f8 0%, #e6ebf2 45%, #f3f5f8 90%) !important;
	background-size: 220% 100% !important;
	animation: spc-skeleton 1.1s ease-in-out infinite;
	pointer-events: none;
	overflow: hidden;
}

.spc-skeleton-surface::-webkit-input-placeholder,
.spc-skeleton-surface::placeholder {
	color: transparent;
}

.spc-skeleton-surface:focus {
	outline: none;
}

.spc-counter_skeleton {
	display: flex;
	align-items: center;
	gap: 6px;
}

.spc-counter_skeleton button {
	width: 32px;
	height: 32px;
	border: none;
	border-radius: 6px;
}

.spc-counter_skeleton input {
	width: 52px;
	height: 32px;
	border: none;
	border-radius: 6px;
	background: transparent;
	text-align: center;
}

.spc-inline_skeleton {
	display: flex;
	gap: 12px;
	align-items: center;
}

.spc-inline_skeleton .spc-input {
	flex: 1 1 auto;
}

.spc-inline_skeleton .spc-button {
	flex: 0 0 152px;
}

.spc-field_skeleton {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.spc-field_skeleton label {
	display: block;
}

.spc-input_skeleton {
	width: 100%;
	border-radius: 6px;
	border: 1px solid #d8dde6;
	background-color: #ffffff;
	padding: 10px 12px;
	box-sizing: border-box;
}

.spc-radio-group_skeleton {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.spc-radio-group_skeleton .spc-radio {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	border: 1px solid #e1e6ef;
	border-radius: 6px;
	background: #fff;
}

.spc-skeleton-meta,
.spc-skeleton-total {
	display: grid;
	gap: 12px;
}

.spc-layout_skeleton .spc-sidebar .spc-card {
	padding: 24px;
}

.spc-button_skeleton {
	border-radius: 6px;
	color: transparent !important;
}

.spc-button_skeleton.spc-button_icon {
	width: 36px;
	min-width: 36px;
	height: 36px;
}

.spc-checkbox_skeleton {
	position: relative;
}

.spc-checkbox_skeleton input[type="checkbox"],
.spc-radio_skeleton input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.spc-radio_skeleton div {
	display: flex;
	align-items: center;
	width: 100%;
}

.spc-radio_skeleton .spc-skeleton-line {
	height: 18px;
}

.spc-checkbox_skeleton span {
	display: inline-block;
	width: 100%;
	height: 16px;
	border-radius: 4px;
	background: linear-gradient(90deg, #f3f5f8 0%, #e6ebf2 45%, #f3f5f8 90%);
	background-size: 220% 100%;
	animation: spc-skeleton 1.1s ease-in-out infinite;
}

@keyframes spc-skeleton {
	0% { background-position: 100% 0; }
	100% { background-position: -100% 0; }
}

.spc-section {
	margin-bottom: 12px;
}

.spc-layout {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	max-width: 1120px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}

.spc-main {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
	width: 100%;
}

.spc-sidebar {
	flex: 0 0 400px;
	width: 400px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	gap: 18px;
	position: sticky;
	top: 20px;
	align-self: flex-start;
	min-width: 0;
}

.spc-section__title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 16px;
	color: #1d1d1f;
}

.spc-items {
	width: 100%;
	border-collapse: collapse;
}

.spc-items th:nth-child(2),
.spc-items td:nth-child(2) {
	text-align: center;
	width: 140px;
	white-space: nowrap;
}

.spc-items th:nth-child(3),
.spc-items td:nth-child(3) {
	text-align: right;
	width: 120px;
	white-space: nowrap;
}

.spc-items th:nth-child(4),
.spc-items td:nth-child(4) {
	width: 60px;
	text-align: right;
}

.spc-items th {
	text-align: left;
	font-weight: 500;
	font-size: 14px;
	color: #777;
	padding: 12px 16px;
	border-bottom: 1px solid #eceff4;
}

.spc-items td {
	padding: 16px;
	border-bottom: 1px solid #f2f4f8;
	vertical-align: middle;
	font-size: 15px;
}

.spc-items__name {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	font-weight: 500;
	color: #162233;
}

.spc-items__name a {
	color: inherit;
	text-decoration: none;
}

.spc-items__name a:hover,
.spc-items__name a:focus {
	text-decoration: underline;
}

.spc-items__thumb {
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
	border-radius: 8px;
	overflow: hidden;
	background: #f1f3f7;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.spc-items__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.spc-items__info {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.spc-items__props {
	font-size: 13px;
	color: #6b7485;
	line-height: 1.4;
}

.spc-items__meta {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #445164;
}

.spc-items__price {
	font-weight: 600;
	color: #162233;
}

.spc-items__thumb_empty {
	background: #f1f3f7;
}
.spc-skeleton-pill_sm {
	display: inline-block;
	width: 90px;
	height: 14px;
	border-radius: 6px;
	background: linear-gradient(90deg, #f3f5f8 0%, #e6ebf2 45%, #f3f5f8 90%);
	background-size: 220% 100%;
	animation: spc-skeleton 1.1s ease-in-out infinite;
}

.spc-items__meta {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #445164;
}

.spc-items__price {
	font-weight: 600;
	color: #162233;
}

.spc-items__title {
	color: inherit;
	text-decoration: none;
	display: inline-block;
}

.spc-items__title:hover,
.spc-items__title:focus {
	text-decoration: underline;
}

.spc-items__props {
	font-size: 13px;
	color: #6b7485;
	line-height: 1.4;
}

.spc-items__actions {
	text-align: right;
}

.spc-button.spc-button_icon {
	width: 36px;
	min-width: 36px;
	height: 36px;
	padding: 0;
	border-radius: 6px;
}

.spc-button_icon svg {
	width: 18px;
	height: 18px;
}

.spc-price {
	display: inline-block;
	min-width: 48px;
	position: relative;
	overflow: hidden;
}

.spc-root_busy .spc-price {
	color: transparent !important;
}

.spc-root_busy .spc-price::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 6px;
	background: linear-gradient(90deg, #f3f5f8 0%, #e6ebf2 45%, #f3f5f8 90%);
	background-size: 220% 100%;
	animation: spc-skeleton 1.1s ease-in-out infinite;
}

.spc-icon {
	display: inline-block;
}

.spc-icon_trash {
	color: #9aa4b5;
	transition: color 0.2s ease;
}

.spc-button_icon:hover .spc-icon_trash,
.spc-button_icon:focus .spc-icon_trash {
	color: #1d1f25;
}

.spc-counter {
	display: inline-flex;
	align-items: center;
	border: 1px solid #d8dde6;
	border-radius: 6px;
	overflow: hidden;
}

.spc-counter button {
	background: #f4f6f8;
	border: none;
	width: 32px;
	height: 32px;
	cursor: pointer;
	font-size: 16px;
	line-height: 0;
	color: #344050;
}

.spc-counter input {
	width: 52px;
	border: none;
	text-align: center;
	font-size: 15px;
	background: #ffffff;
	appearance: textfield;
	-moz-appearance: textfield;
}

.spc-counter input::-webkit-outer-spin-button,
.spc-counter input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.spc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	padding: 0 24px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	border: none;
	transition: background-color 0.2s ease, color 0.2s ease;
	box-sizing: border-box;
}

.spc-button_primary {
	background-color: #0061b2;
	color: #ffffff;
}

.spc-button_primary:hover {
	background-color: #004f93;
}

.spc-button_primary:active {
	background-color: #00447f;
}

.spc-button_secondary {
	background-color: #f3f5f8;
	color: #2c3a4b;
}

.spc-button_secondary:hover {
	background-color: #e7ebf2;
}

.spc-button_wide {
	width: 100%;
	justify-content: center;
	display: block;
}

.spc-button_disabled,
.spc-button[disabled] {
	opacity: 0.55;
	cursor: not-allowed;
}

.spc-button_disabled {
	position: relative;
}

.spc-button_disabled::after {
	content: attr(data-spc-tooltip);
	position: absolute;
	left: 50%;
	bottom: 100%;
	transform: translate(-50%, -8px);
	background: rgba(12, 18, 32, 0.98);
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	padding: 10px 14px;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(10, 19, 36, 0.32);
	white-space: pre-line;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s ease, transform 0.2s ease;
	min-width: 140px;
	max-width: 260px;
	display: block;
	text-align: left;
	line-height: 1.45;
}

.spc-button_disabled:hover::after {
	opacity: 1;
	transform: translate(-50%, -16px);
}

.spc-empty {
	border: 1px dashed #d7deeb;
	border-radius: 12px;
	padding: 48px 32px;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	background: #f9fbff;
}

.spc-empty__icon {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: rgba(0, 97, 178, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	color: #0061b2;
}

.spc-empty__icon svg {
	width: 34px;
	height: 34px;
}

.spc-empty__title {
	font-size: 20px;
	font-weight: 600;
	color: #1d1d1f;
	margin: 0;
}

.spc-empty__subtitle {
	margin: 8px 0 0 0;
	font-size: 16px;
	font-weight: 500;
	color: #434a56;
}

.spc-empty__text {
	margin: 12px 0 0 0;
	color: #5f6774;
	font-size: 15px;
	line-height: 1.5;
}

.spc-empty__actions {
	margin-top: 16px;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: center;
}

.spc-empty__action {
	margin-top: 0;
	min-width: 180px;
	text-decoration: none;
}

.spc-empty_full {
	max-width: 440px;
	margin: 48px auto;
	text-align: center;
}

.spc-empty_full .spc-empty__actions {
	justify-content: center;
}

.spc-summary {
	display: flex;
	flex-direction: column;
	gap: 12px;
	border-top: 1px solid #eceff4;
	padding-top: 16px;
	font-size: 16px;
}

.spc-summary__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #eceff4;
}

.spc-summary__row_total {
	font-size: 18px;
	font-weight: 600;
	color: #1d1f25;
	border-bottom: none;
	padding-top: 12px;
}

.spc-summary__row span:first-child {
	color: #445164;
	font-size: 14px;
	font-weight: 500;
}

.spc-summary__agreements {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-top: 8px;
	border-top: 1px solid #eceff4;
}

.spc-checkbox {
	display: flex;
	align-items: flex-end;
	gap: 10px;
	font-size: 14px;
	color: #4b5665;
	line-height: 1.45;
	cursor: pointer;
}

.spc-summary__agreements .spc-checkbox {
	font-size: 14px;
	flex-direction: row;
}

.spc-checkbox input[type="checkbox"] {
	position: relative;
	margin: 3px 0 0 0;
	width: 18px;
	height: 18px;
	min-width: 18px;
	border: 1px solid #c9d2e0;
	border-radius: 4px;
	background: #ffffff;
	cursor: pointer;
	appearance: none;
	outline: none;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.spc-checkbox input[type="checkbox"]:checked {
	background-color: #0061b2;
	border-color: #0061b2;
}

.spc-checkbox input[type="checkbox"]:checked::after {
	content: '';
	position: absolute;
	left: 5px;
	top: 1px;
	width: 6px;
	height: 10px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	transform: rotate(45deg);
}

.spc-checkbox input[type="checkbox"]:focus-visible {
	box-shadow: 0 0 0 3px rgba(0, 97, 178, 0.25);
}

.spc-checkbox__text {
	display: inline-block;
}

.spc-checkbox__text a {
	color: #0061b2;
	text-decoration: underline;
}

.spc-checkbox_optional {
	color: #6b7484;
}

.spc-checkbox.spc-group_error input[type="checkbox"] {
	border-color: #d64545;
	box-shadow: 0 0 0 1px rgba(214, 69, 69, 0.2);
}

.spc-checkbox.spc-group_error .spc-checkbox__text {
	color: #d64545;
}

.spc-summary__agreements .spc-checkbox {
	font-size: 13px;
}

.spc-summary__row span:last-child {
	font-weight: 600;
	font-size: 16px;
	color: #1d1f25;
}

.spc-summary__row_total span:last-child {
	font-size: 18px;
	color: #1d1f25;
}

.spc-message {
	padding: 12px 16px;
	border-radius: 6px;
	font-size: 14px;
	line-height: 1.4;
}

.spc-message_error {
	background: #ffeaea;
	color: #9f1d1d;
	border: 1px solid #f1c0c0;
}

.spc-message_success {
	background: #e7f6ec;
	color: #347142;
	border: 1px solid #c1e1cb;
}

.spc-alert {
	margin-bottom: 12px;
	padding: 12px 16px;
	border-radius: 6px;
	font-size: 14px;
	line-height: 1.4;
	border: 1px solid transparent;
}

.spc-alert_error {
	background: #ffeaea;
	color: #9f1d1d;
	border-color: #f1c0c0;
}

.spc-summary__actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.spc-summary__actions .spc-button {
	width: 100%;
}

.spc-card {
	display: flex;
	flex-direction: column;
	gap: 16px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	padding: 22px 24px;
	background: #ffffff;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
	width: 100%;
}

.spc-card__title {
	font-size: 20px;
	font-weight: 600;
	color: #1d1f25;
	text-transform: none;
	letter-spacing: normal;
	margin: 0;
}

.spc-card__section {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.spc-card__subtitle {
	font-size: 14px;
	font-weight: 600;
	color: #3c4b5e;
}

.spc-card_totals {
	gap: 18px;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.spc-person-types-wrapper {
	margin-bottom: 12px;
}

.spc-buyer-fields {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.spc-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 12px;
	position: relative;
}

.spc-field_error .spc-input,
.spc-field_error .spc-select,
.spc-field_error .spc-textarea {
	border-color: #d93b3b;
	box-shadow: 0 0 0 3px rgba(217, 59, 59, 0.12);
}

.spc-field_error {
	margin-bottom: 24px;
}

.spc-field_error::after {
	content: 'Обязательное поле';
	position: absolute;
	bottom: -16px;
	left: 0;
	font-size: 12px;
	color: #d93b3b;
}

.spc-field label {
	font-size: 14px;
	color: #445164;
	font-weight: 500;
}

.spc-input,
.spc-textarea,
.spc-select {
	border: 1px solid #d8dde6;
	border-radius: 6px;
	padding: 10px 12px;
	font-size: 15px;
	transition: border-color 0.2s ease;
	box-sizing: border-box;
	max-width: 100%;
}

.spc-input:focus,
.spc-textarea:focus,
.spc-select:focus {
	border-color: #0061b2;
	outline: none;
}

.spc-input_invalid {
	border-color: #d93b3b !important;
	box-shadow: 0 0 0 3px rgba(217, 59, 59, 0.12);
}

.spc-input_invalid:focus {
	border-color: #d93b3b !important;
}

.spc-textarea {
	min-height: 100px;
	resize: vertical;
}

.spc-radio-group {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.spc-radio-option {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.spc-group_error .spc-radio {
	border-color: #d93b3b;
	box-shadow: 0 0 0 3px rgba(217, 59, 59, 0.12);
}

.spc-group_error::before {
	content: 'Выберите вариант';
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	color: #d93b3b;
}

.spc-radio {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 12px 16px;
	border: 1px solid #e1e6ef;
	border-radius: 6px;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.spc-radio input {
	margin-top: 4px;
}

.spc-radio_active {
	border-color: #0061b2;
	box-shadow: 0 0 0 3px rgba(0, 97, 178, 0.12);
}

.spc-delivery-extra {
	display: none;
	width: 100%;
	box-sizing: border-box;
	margin-top: 12px;
	padding: 14px 16px;
	border: 1px solid #e1e6ef;
	background: rgba(234, 240, 249, 0.5);
	border-radius: 8px;
}

.spc-delivery-extra_active {
	display: block;
}

.spc-delivery-extra__field {
	margin: 0;
}

.spc-delivery-extra__label {
	font-size: 14px;
	font-weight: 500;
	color: #445164;
	margin-bottom: 6px;
	display: block;
}

.spc-delivery-extra__select {
	width: 100%;
	min-height: 44px;
}

.spc-location {
	position: relative;
}

.spc-field_error .spc-location__dropdown {
	border-color: #d93b3b;
}

.spc-location__dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #ffffff;
	border: 1px solid #d8dde6;
	border-radius: 6px;
	max-height: 220px;
	overflow-y: auto;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
	z-index: 10;
}

.spc-location__item {
	padding: 10px 12px;
	cursor: pointer;
	font-size: 14px;
}

.spc-location__item:hover {
	background: #f0f6ff;
}

.spc-inline {
	display: flex;
	gap: 12px;
	align-items: center;
}

.spc-inline .spc-input,
.spc-inline .spc-select,
.spc-inline .spc-textarea {
	flex: 1 1 auto;
	max-width: 100%;
}

.spc-coupon__status {
	font-size: 13px;
	color: #347142;
}

.spc-coupon__status_error {
	color: #9f1d1d;
}

.spc-person-types {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.spc-person-type {
	padding: 10px 18px;
	border: 1px solid #d8dde6;
	border-radius: 6px;
	background: #ffffff;
	color: #1d1d1f;
	cursor: pointer;
	font-size: 14px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.spc-person-type:hover {
	border-color: #0061b2;
	box-shadow: 0 0 0 3px rgba(0, 97, 178, 0.1);
}

.spc-person-type_active {
	border-color: #0061b2;
	background: #f0f6ff;
	box-shadow: 0 0 0 3px rgba(0, 97, 178, 0.12);
}

@media (max-width: 1420px) {
	.spc-layout,
	.spc-layout_skeleton {
		flex-direction: column;
	}

	.spc-layout {
		gap: 16px;
	}

	.spc-root {
		padding: 20px 24px;
	}

	.spc-section__title {
		font-size: 19px;
	}

	.spc-section__description {
		font-size: 13px;
	}

	.spc-card,
	.spc-layout_skeleton .spc-sidebar .spc-card {
		padding: 22px;
	}

	.spc-sidebar,
	.spc-layout_skeleton .spc-sidebar {
		width: 100%;
		flex: 1 1 auto;
		position: static;
	}

	.spc-summary__meta {
		gap: 8px;
	}

	.spc-summary__meta strong {
		padding: 6px 0 10px;
	}
}

@media (max-width: 768px) {
	.spc-items {
		display: block;
		overflow: visible;
	}

	.spc-items thead {
		display: none;
	}

	.spc-items tbody {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.spc-items tr {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"name name"
			"qty total"
			"actions actions";
		gap: 14px 12px;
		padding: 18px 18px 20px 18px;
		background: #ffffff;
		border-radius: 18px;
		border: 1px solid rgba(148, 163, 184, 0.18);
		box-shadow: 0 24px 45px rgba(15, 23, 42, 0.08);
		position: relative;
	}

	.spc-items td {
		padding: 0;
		border: none;
		text-align: left;
	}

	.spc-items td:nth-child(1) {
		grid-area: name;
		padding-bottom: 6px;
	}

	.spc-items td:nth-child(2) {
		grid-area: qty;
		align-self: end;
		text-align: left;
		padding-top: 6px;
	}

	.spc-items td:nth-child(3) {
		grid-area: total;
		text-align: right;
		align-self: end;
		font-weight: 600;
		padding-top: 6px;
	}

	.spc-items td:nth-child(4) {
		grid-area: actions;
		display: flex;
		justify-content: flex-start;
		padding-top: 14px;
		padding-right: 0;
	}

	.spc-items td:nth-child(4)::before {
		display: none;
	}

	.spc-items td:nth-child(2)::before,
	.spc-items td:nth-child(3)::before {
		display: block;
		font-size: 12px;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 0.04em;
		color: #9aa4b5;
		margin-bottom: 4px;
	}

	.spc-items td:nth-child(2)::before {
		content: 'Количество';
	}

	.spc-items td:nth-child(3)::before {
		content: 'Сумма';
	}

	.spc-items__name {
		gap: 12px;
		flex-direction: column;
		align-items: flex-start;
	}

	.spc-items__thumb,
	.spc-items__thumb img {
		width: 76px;
		height: 76px;
		border-radius: 12px;
	}

	.spc-items__info {
		align-items: flex-start;
		gap: 6px;
		text-align: left;
	}

	.spc-items__meta {
		justify-content: flex-start;
	}

	.spc-items__props {
		font-size: 13px;
		line-height: 1.5;
	}

	.spc-counter {
		justify-content: flex-start;
		gap: 10px;
	}

	.spc-counter button {
		width: 34px;
		height: 34px;
	}

	.spc-counter input {
		width: 72px;
		font-size: 15px;
	}

	.spc-items td[data-spc-role="item-total"] {
		font-size: 16px;
		font-weight: 600;
	}

	.spc-items__actions {
		display: flex;
		justify-content: flex-end;
	}

	.spc-items_skeleton {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.spc-inline {
		flex-direction: column;
		align-items: stretch;
	}

	.spc-section__title {
		font-size: 18px;
	}

	.spc-section {
		margin-bottom: 10px;
	}

	.spc-main {
		gap: 10px;
	}

	.spc-items th,
	.spc-items td {
		padding: 12px 14px;
	}

	.spc-items th {
		font-size: 13px;
	}

	.spc-inline_skeleton {
		flex-direction: column;
		align-items: stretch;
	}

	.spc-counter {
		width: auto;
		justify-content: flex-start;
	}

	.spc-counter input {
		width: 72px;
		text-align: center;
	}

	.spc-counter_skeleton {
		width: 100%;
	}

	.spc-summary__actions .spc-button {
		height: 50px;
	}

	.spc-card,
	.spc-layout_skeleton .spc-sidebar .spc-card {
		padding: 20px 18px;
	}

	.spc-summary__row span:first-child {
		font-size: 13px;
	}

	.spc-card__title {
		font-size: 18px;
	}

	.spc-layout,
	.spc-layout_spacer,
	.spc-main,
	.spc-section,
	.spc-sidebar,
	.spc-card,
	.spc-summary,
	.spc-summary__row,
	.spc-summary__actions {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.spc-result-wrapper {
		max-width: 880px;
		margin: 40px auto 80px auto;
		padding: 0 20px;
	}

	.spc-result {
		position: relative;
		background-color: #ffffff;
		border-radius: 24px;
		padding: 52px 56px;
		box-shadow: 0 28px 80px rgba(17, 24, 39, 0.16);
		text-align: center;
	}

	.spc-result__icon {
		width: 64px;
		height: 64px;
		margin: 0 auto 24px auto;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 30px;
		font-weight: 600;
	}

	.spc-result_success .spc-result__icon {
		background-color: rgba(15, 118, 110, 0.12);
		color: #0f766e;
	}

	.spc-result_success .spc-result__icon::before {
		content: "\2713";
	}

	.spc-result_error .spc-result__icon {
		background-color: rgba(220, 38, 38, 0.12);
		color: #dc2626;
	}

	.spc-result_error .spc-result__icon::before {
		content: "!";
	}

	.spc-result__title {
		margin-bottom: 12px;
		font-size: 28px;
		font-weight: 600;
		line-height: 1.2;
		color: #0f172a;
	}

	.spc-result__meta {
		margin-bottom: 18px;
		font-size: 14px;
		color: #475569;
	}

	.spc-result__text {
		margin: 0 auto 28px auto;
		max-width: 620px;
		font-size: 16px;
		line-height: 1.6;
		color: #334155;
	}

	.spc-result__stats {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
		gap: 18px;
		margin: 0 auto 32px auto;
		padding: 0;
	}

	.spc-result__stat {
		display: grid;
		grid-template-rows: auto auto;
		gap: 6px;
		padding: 14px 18px;
		border-radius: 16px;
		background-color: #f8fafc;
	}

	.spc-result__stat dt {
		margin: 0;
		font-size: 13px;
		text-transform: uppercase;
		letter-spacing: 0.06em;
		color: #64748b;
	}

	.spc-result__stat dd {
		margin: 0;
		font-size: 18px;
		font-weight: 600;
		color: #0f172a;
	}

	.spc-result__notice {
		margin-bottom: 34px;
		font-size: 15px;
		line-height: 1.5;
		color: #475569;
	}

	.spc-result__actions {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 16px;
	}

.spc-result-wrapper_success {
	position: relative;
	overflow: visible;
}

.spc-result-wrapper_success .spc-result {
	animation: spc-result-pop 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.spc-result_success .spc-result__icon {
	position: relative;
	animation: spc-icon-bounce 1.2s ease-out;
}

.spc-result_success .spc-result__icon::after {
	content: "";
	position: absolute;
	inset: -12px;
	border-radius: 999px;
	background: radial-gradient(circle at center, rgba(16, 185, 129, 0.42), transparent 65%);
	opacity: 0;
	animation: spc-pulse 1.8s ease-out forwards;
}

.spc-confetti {
	position: absolute;
	inset: -140px -60px auto -60px;
	pointer-events: none;
	z-index: 0;
}

.spc-confetti__piece {
	position: absolute;
	top: 0;
	left: 50%;
	width: 12px;
	height: 22px;
	border-radius: 2px;
	opacity: 0;
	transform-origin: center;
}

.spc-confetti__piece_1 { background: #0ea5e9; animation: spc-confetti-fall 2.8s ease-out forwards 0.1s; --confetti-x: -120px; }
.spc-confetti__piece_2 { background: #10b981; animation: spc-confetti-fall 3s ease-out forwards 0.2s; --confetti-x: 160px; }
.spc-confetti__piece_3 { background: #f97316; animation: spc-confetti-fall 3.2s ease-out forwards 0.15s; --confetti-x: -80px; }
.spc-confetti__piece_4 { background: #6366f1; animation: spc-confetti-fall 2.9s ease-out forwards 0.25s; --confetti-x: 120px; }
.spc-confetti__piece_5 { background: #ec4899; animation: spc-confetti-fall 3.1s ease-out forwards 0.18s; --confetti-x: -150px; }
.spc-confetti__piece_6 { background: #facc15; animation: spc-confetti-fall 3.3s ease-out forwards 0.22s; --confetti-x: 90px; }

	.spc-result_error .spc-result__actions {
		margin-top: 12px;
	}

	.spc-payment-widget {
		margin: 32px auto 0 auto;
		padding: 32px;
		border-radius: 20px;
		background-color: #ffffff;
		box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
	}

.spc-modal {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: transparent;
	opacity: 1;
	transition: opacity 0.2s ease;
}

.spc-modal_hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.spc-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.45);
}

.spc-modal__dialog {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 560px;
}

.spc-modal__close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 36px;
	height: 36px;
	border: none;
	border-radius: 50%;
	background: rgba(226, 232, 240, 0.88);
	color: #0f172a;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.spc-modal__close::before {
	content: "\00d7";
}

.spc-modal__close:hover {
	background: rgba(148, 163, 184, 0.92);
	color: #0f172a;
}

.spc-result_modal {
	padding: 48px 40px 40px 40px;
	box-shadow: 0 28px 80px rgba(15, 23, 42, 0.18);
}

.spc-modal__actions {
	margin-top: 28px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.spc-modal__actions .spc-button {
	min-width: 180px;
}

.spc-button_plain {
	background: transparent;
	border: none;
	color: #0f62fe;
	font-weight: 600;
	height: 48px;
	padding: 0 12px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: color 0.2s ease;
}

.spc-button_plain:hover {
	color: #0043ce;
}

body.spc-modal-open {
	overflow: hidden;
}

@media (max-width: 540px) {
	.spc-root {
		padding: 16px 12px;
	}

	.spc-empty {
		padding: 26px 18px;
		border-radius: 18px;
		gap: 14px;
	}

	.spc-empty__icon {
		width: 58px;
		height: 58px;
		font-size: 26px;
	}

	.spc-empty__title {
		font-size: 18px;
	}

	.spc-empty__subtitle {
		font-size: 14px;
	}

	.spc-empty__text {
		font-size: 14px;
		line-height: 1.5;
	}

	.spc-empty__actions {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}

	.spc-empty__action {
		width: 100%;
		min-width: 0;
	}

	.spc-modal {
		padding: 16px;
	}

	.spc-modal__close {
		top: 12px;
		right: 12px;
	}

	.spc-result_modal {
		padding: 36px 22px;
		box-shadow: 0 18px 48px rgba(15, 23, 42, 0.16);
	}

	.spc-modal__actions {
		gap: 10px;
	}

	.spc-modal__actions .spc-button {
		min-width: 0;
		width: 100%;
	}

	.spc-result-wrapper {
		margin: 28px auto 60px auto;
		padding: 0 16px;
	}

	.spc-result {
		padding: 40px 28px;
		box-shadow: 0 18px 56px rgba(15, 23, 42, 0.14);
	}

	.spc-result-wrapper_success .spc-result {
		padding: 32px 20px 30px;
	}

	.spc-result__title {
		font-size: 24px;
	}

	.spc-result__text {
		font-size: 15px;
	}

	.spc-result__stat {
		padding: 12px 16px;
	}

	.spc-result-wrapper_success .spc-result__actions {
		flex-direction: column;
		gap: 10px;
	}

	.spc-result-wrapper_success .spc-result__actions .spc-button {
		width: 100%;
		min-width: 0;
	}

	.spc-result_success .spc-result__icon::after {
		inset: -8px;
	}

	.spc-confetti {
		inset: -88px -24px auto -24px;
	}

	.spc-confetti__piece {
		width: 10px;
		height: 18px;
	}

	.spc-payment-widget {
		padding: 26px 22px;
	}

	.spc-section__title {
		font-size: 18px;
	}

	.spc-summary__row {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	.spc-summary__agreements {
		gap: 10px;
	}

	.spc-checkbox {
		gap: 8px;
		font-size: 13px;
	}

	.spc-checkbox input[type="checkbox"] {
		margin-top: 0;
	}

	.spc-counter button {
		width: 30px;
		height: 30px;
	}

	.spc-counter input {
		max-width: 72px;
	}

	.spc-summary__actions .spc-button {
		font-size: 14px;
	}

	.spc-empty {
		padding: 28px 18px;
	}

	.spc-inline {
		width: 100%;
	}

	.spc-inline .spc-input,
	.spc-inline .spc-input_skeleton {
		flex: 1 1 auto;
		width: 100%;
		box-sizing: border-box;
	}

	.spc-inline .spc-button {
		width: 100%;
	}

	.spc-inline_skeleton .spc-input_skeleton,
	.spc-inline_skeleton .spc-button_skeleton {
		width: 100%;
	}

	.spc-inline_skeleton .spc-input_skeleton,
	.spc-inline_skeleton .spc-input_skeleton.spc-skeleton-surface {
		box-sizing: border-box;
	}

	.spc-confetti__piece_1 { --confetti-x: -80px; }
	.spc-confetti__piece_2 { --confetti-x: 110px; }
	.spc-confetti__piece_3 { --confetti-x: -60px; }
	.spc-confetti__piece_4 { --confetti-x: 90px; }
	.spc-confetti__piece_5 { --confetti-x: -98px; }
	.spc-confetti__piece_6 { --confetti-x: 70px; }

	.spc-main,
	.spc-section,
	.spc-card,
	.spc-summary,
	.spc-summary__row,
	.spc-summary__actions,
	.spc-empty,
	.spc-field,
	.spc-sidebar,
	.spc-layout,
	.spc-layout_spacer {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.spc-field .spc-input,
	.spc-field .spc-select,
	.spc-field .spc-textarea,
	.spc-field .spc-input_skeleton,
	.spc-field .spc-input_skeleton.spc-skeleton-surface {
		width: 100%;
		box-sizing: border-box;
	}

	.spc-summary,
	.spc-card {
		min-width: 0;
	}
}

@media (max-width: 420px) {
	.spc-root {
		padding: 14px 12px;
	}

	.spc-result-wrapper {
		margin: 24px auto 48px auto;
		padding: 0 12px;
	}

	.spc-result {
		padding: 32px 20px;
		box-shadow: 0 14px 40px rgba(15, 23, 42, 0.14);
	}

	.spc-result-wrapper_success .spc-result {
		padding: 28px 18px 26px;
	}

	.spc-result__icon {
		width: 52px;
		height: 52px;
		margin-bottom: 18px;
		font-size: 26px;
	}

	.spc-result__title {
		font-size: 20px;
	}

	.spc-result__text {
		font-size: 14px;
		margin-bottom: 22px;
	}

	.spc-result__stats {
		gap: 12px;
	}

	.spc-result__stat {
		padding: 10px 14px;
	}

	.spc-result_success .spc-result__icon::after {
		inset: -6px;
	}

	.spc-payment-widget {
		padding: 22px 18px;
	}

	.spc-section__title {
		font-size: 16px;
	}

	.spc-section__description {
		font-size: 12px;
	}

	.spc-card,
	.spc-layout_skeleton .spc-sidebar .spc-card {
		padding: 18px 16px;
	}

	.spc-summary__row span:last-child {
		font-size: 15px;
	}

	.spc-summary__actions {
		gap: 10px;
	}

	.spc-summary__actions .spc-button {
		width: 100%;
		height: 46px;
	}

	.spc-empty__actions {
		flex-direction: column;
	}

	.spc-empty__action {
		width: 100%;
	}

	.spc-result-wrapper_success .spc-result__actions {
		flex-direction: column;
		gap: 10px;
	}

	.spc-result-wrapper_success .spc-result__actions .spc-button {
		width: 100%;
		min-width: 0;
	}

	.spc-counter button {
		width: 28px;
		height: 28px;
	}

	.spc-counter input {
		max-width: 64px;
		font-size: 14px;
	}

	.spc-field,
	.spc-inline,
	.spc-main {
		width: 100%;
	}

	.spc-field .spc-input,
	.spc-field .spc-select,
	.spc-field .spc-textarea,
	.spc-field .spc-input_skeleton,
	.spc-field .spc-input_skeleton.spc-skeleton-surface {
		width: 100%;
		box-sizing: border-box;
	}

	.spc-textarea {
		margin-bottom: 4px;
	}

	.spc-inline {
		gap: 8px;
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 360px) {
	.spc-result__icon {
		width: 46px;
		height: 46px;
		font-size: 20px;
		margin-bottom: 12px;
	}

	.spc-result__title {
		font-size: 18px;
	}

	.spc-result__text {
		font-size: 13px;
		margin-bottom: 16px;
	}

	.spc-result__stats {
		gap: 10px;
	}

	.spc-result-wrapper_success .spc-result {
		padding: 26px 16px 24px;
	}

	.spc-confetti {
		inset: -64px -14px auto -14px;
	}

	.spc-confetti__piece {
		width: 7px;
		height: 12px;
	}
}

@keyframes spc-result-pop {
	0% {
		opacity: 0;
		transform: translateY(40px) scale(0.92);
	}
	55% {
		opacity: 1;
		transform: translateY(-6px) scale(1.05);
	}
	100% {
		transform: translateY(0) scale(1);
	}
}

@keyframes spc-icon-bounce {
	0% {
		transform: scale(0);
	}
	60% {
		transform: scale(1.18);
	}
	80% {
		transform: scale(0.92);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes spc-pulse {
	0% {
		opacity: 0.45;
		transform: scale(0.6);
	}
	70% {
		opacity: 0;
		transform: scale(1.8);
	}
	100% {
		opacity: 0;
		transform: scale(2);
	}
}

@keyframes spc-confetti-fall {
	0% {
		opacity: 0;
		transform: translateX(0) translateY(-50px) rotateZ(0deg);
	}
	12% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translateX(var(--confetti-x)) translateY(240px) rotateZ(540deg);
	}
}

}