.rp-order-form.order__form_loading {
	opacity: 0.4;
	pointer-events: none;
	transition: opacity 0.2s ease-in-out;
}

.rp-order-page__layout > .rp-order-block {
	min-width: 0;
}

a.rp-order-submit {
	text-decoration: none;
	box-sizing: border-box;
}

.rp-order-error {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-bottom: 0.25rem;
	padding: 0.85rem 1rem;
	background: #ffffff;
	border: 1px solid rgba(201, 70, 52, 0.35);
	border-radius: 14px;
}

.order__error-text {
	font-family: var(--rp-font, inherit);
	font-size: 0.875rem;
	line-height: 1.45;
	color: #c94634;
}

.order__error-text a {
	text-decoration: underline;
}

.rp-order-login__desc {
	margin: 0 0 1rem;
	font-family: var(--rp-font, inherit);
	font-size: 0.875rem;
	line-height: 1.5;
	color: rgba(10, 10, 10, 0.72);
}

.rp-order-login__btn {
	width: 100%;
	text-decoration: none;
	box-sizing: border-box;
}

.rp-order-page__paysystems img,
.rp-order-page__paysystems-img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.rp-order-field--location .bx-sls .dropdown-block {
	border: 1px solid rgba(10, 10, 10, 0.18);
	border-radius: 10px;
	box-shadow: none;
	padding: 0.7rem 0.85rem;
	min-height: 0;
	background: #ffffff;
}

.rp-order-field--location .bx-sls .dropdown-icon,
.rp-order-field--location .bx-sls .dropdown-fade2white,
.rp-order-field--location .bx-sls .bx-ui-sls-clear {
	display: none !important;
}

.rp-order-field--location .bx-sls .bx-ui-sls-container {
	min-height: 1.25rem;
}

.rp-order-field--location .bx-sls .bx-ui-sls-fake,
.rp-order-field--location .bx-sls .bx-ui-sls-route {
	height: auto;
	font-family: var(--rp-font, inherit);
	font-size: 0.875rem;
	line-height: 1.4;
}

.rp-order-radio__desc .delivery__point {
	display: inline-block;
	margin-top: 0.35rem;
	padding: 0.4rem 0.85rem;
	font-family: var(--rp-font, inherit);
	font-size: 0.8125rem;
	line-height: 1.3;
	color: var(--rp-red, #c94634);
	background: rgba(201, 70, 52, 0.12);
	border: 0;
	border-radius: 33px;
	cursor: pointer;
}

.rp-order-radio__desc .delivery__point-item {
	display: block;
	margin-top: 0.5rem;
	font-weight: 600;
	color: #0a0a0a;
}

.delivery__type-errors {
	color: #c94634;
}

.rp-order-payment__desc-text {
	margin-top: 0.4rem;
	font-family: var(--rp-font, inherit);
	font-size: 0.8125rem;
	line-height: 1.5;
	color: rgba(10, 10, 10, 0.7);
}

.rp-order-submit.order__submit-btn_loading {
	position: relative;
	color: transparent;
	pointer-events: none;
}

.rp-order-submit.order__submit-btn_loading::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.25rem;
	height: 1.25rem;
	margin: -0.625rem 0 0 -0.625rem;
	border-radius: 50%;
	border: 2px solid #ffffff;
	border-color: #ffffff transparent #ffffff transparent;
	animation: order-2026-loading-rotate 1.2s linear infinite;
}

.rp-order-confirm .order__text,
.rp-order-confirm .order__confirm {
	font-family: var(--rp-font, inherit);
	font-size: 1rem;
	line-height: 1.5;
}

.rp-order-confirm .order__confirm {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.rp-order-confirm .order__confirm-block {
	margin-top: 0.5rem;
}

.rp-order-confirm .order__confirm > span,
.rp-order-block .order__text {
	display: block;
	font-family: var(--rp-font, inherit);
	font-size: 0.9375rem;
	line-height: 1.5;
}

.order-reg-continue {
	margin-top: 1rem;
	text-decoration: none;
}

@keyframes order-2026-loading-rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
