

/* Start:/local/templates/astra_dacha/components/bitrix/sale.personal.section/bootstrap_v4/style.css?17876562041170*/
.sale-personal-section-index-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 15px 0;
	padding: 0;
	height: 87%;
	border-radius: 3px;
	background-size: cover;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	opacity: .8;
	transition: all 0.3s;
	justify-content: space-around;
	background-color: var(--theme-color-primary, #51cbce);
}

@media (max-width: 992px) {
	.sale-personal-section-index-block {
		margin: 8px 0;
		height: auto;
	}
}

.sale-personal-section-index-block:hover { opacity: 1; }

.sale-personal-section-index-block-link,
.sale-personal-section-index-block-link:hover,
.sale-personal-section-index-block-link:active,
.sale-personal-section-index-block-link:focus,
.sale-personal-section-index-block-link:visited {
	display: block;
	padding: 25px 5px;
	width: 100%;
	color: #fff;
	text-decoration: none;
}

.sale-personal-section-index-block-link { color: #fff; }

.sale-personal-section-index-block-ico { font-size: 64px; }

.sale-personal-section-index-block-name {
	color: #fff;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

.astra-personal-private-auth .astra-personal-access-denied {
	margin: 0 0 16px;
}
/* End */


/* Start:/local/templates/astra_dacha/components/bitrix/system.auth.registration/flat/style.css?17876523466668*/
.bx-authform .bx-captcha {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 10px;
	flex-wrap: wrap;
}

.bx-authform .bx-captcha img {
	display: block;
	max-width: 100%;
	height: auto;
}

.bx-authform .bx-captcha-refresh {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 8px 14px;
	border: 1px solid #c9cdd3;
	border-radius: 4px;
	background: #fff;
	color: #1a1a1a;
	font-size: 13px;
	line-height: 1.2;
	cursor: pointer;
	white-space: nowrap;
}

.bx-authform .bx-captcha-refresh:hover {
	border-color: #637e5b;
	color: #637e5b;
}

.bx-authform .bx-captcha-refresh:active {
	background: #f5f6f7;
}

.bx-authform-astra-consents {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0 0 16px;
}

.bx-authform-astra-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	font-weight: 400;
	color: #6b7280;
	cursor: pointer;
}

.bx-authform-astra-consent input[type="checkbox"] {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin: 2px 0 0;
	accent-color: #637e5b;
	cursor: pointer;
}

.bx-authform-astra-consent-text {
	flex: 1 1 auto;
	min-width: 0;
}

.bx-authform-astra-consent-text a {
	color: #1a1a1a;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.bx-authform-astra-consent-text a:hover {
	color: #637e5b;
}

.bx-authform-astra-consents-error {
	margin: 0;
	font-size: 12px;
	line-height: 1.4;
	color: #b42318;
}

.bx-authform .astra-reg-phone-input.is-invalid {
	border-color: #b42318;
	box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.12);
}

.bx-authform .astra-reg-phone-input {
	letter-spacing: 0.02em;
}

.bx-authform .astra-password-field input[type="password"],
.bx-authform .astra-password-field input[type="text"] {
	padding-right: 42px;
}

.bx-authform .astra-password-field--secure input[type="password"],
.bx-authform .astra-password-field--secure input[type="text"] {
	padding-right: 76px;
}

.bx-authform .astra-password-field--secure .bx-authform-psw-protected {
	right: 40px;
}

.bx-authform .astra-password-toggle {
	position: absolute;
	top: 50%;
	right: 2px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 2px;
	background: transparent;
	color: #6b7280;
	cursor: pointer;
	transform: translateY(-50%);
	transition: color 0.15s ease;
}

.bx-authform .astra-password-toggle:hover,
.bx-authform .astra-password-toggle:focus-visible {
	color: #637e5b;
	outline: none;
}

.bx-authform .astra-password-toggle:focus-visible {
	box-shadow: 0 0 0 2px rgba(99, 126, 91, 0.35);
}

.bx-authform .astra-password-toggle.is-visible {
	color: #637e5b;
}

.bx-authform .astra-password-toggle__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.bx-authform .astra-password-toggle__icon[hidden] {
	display: none;
}

.astra-reg-sms {
	margin: 0 0 14px;
	max-height: 0;
	opacity: 0;
	transform: translateY(8px);
	overflow: hidden;
	pointer-events: none;
	transition:
		max-height 0.35s ease,
		opacity 0.28s ease,
		transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.astra-reg-sms.is-visible {
	max-height: 220px;
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.astra-reg-sms__panel {
	padding: 14px 14px 12px;
	border: 1px solid #d7ddd3;
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(99, 126, 91, 0.08), rgba(99, 126, 91, 0.02)),
		#fff;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}

.astra-reg-sms__label {
	display: block;
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 600;
	color: #2f3b2c;
}

.astra-reg-sms__input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 14px;
	border: 1px solid #c5cec0;
	border-radius: 6px;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.35em;
	text-align: center;
	color: #1a1a1a;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.astra-reg-sms__input:focus {
	outline: none;
	border-color: #637e5b;
	box-shadow: 0 0 0 3px rgba(99, 126, 91, 0.2);
}

.astra-reg-sms__input.is-checking {
	animation: astra-reg-pulse 0.9s ease infinite;
}

.astra-reg-sms.is-sent .astra-reg-sms__panel {
	animation: astra-reg-flash 0.65s ease;
}

.astra-reg-sms.is-success .astra-reg-sms__panel {
	border-color: #637e5b;
	animation: astra-reg-success 0.45s ease;
}

.astra-reg-sms.is-error .astra-reg-sms__input {
	border-color: #b42318;
	animation: astra-reg-shake 0.4s ease;
}

.astra-reg-sms.is-blocked .astra-reg-sms__panel {
	border-color: #e4b4ae;
	background: #fff7f6;
}

.astra-reg-sms__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 6px 12px;
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.35;
	color: #6b7280;
}

.astra-reg-sms__timer {
	font-variant-numeric: tabular-nums;
	color: #637e5b;
	font-weight: 600;
}

.astra-reg-sms__resend {
	display: inline-flex;
	align-items: center;
	margin-top: 10px;
	padding: 0;
	border: 0;
	background: none;
	color: #637e5b;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.astra-reg-sms__resend:hover:not(:disabled) {
	color: #4f6549;
}

.astra-reg-sms__resend:disabled {
	color: #9ca3af;
	cursor: not-allowed;
	text-decoration: none;
}

.astra-reg-sms__resend.is-loading {
	opacity: 0.7;
	pointer-events: none;
}

.astra-reg-sms__error {
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.4;
	color: #b42318;
}

.astra-reg-sms__submit {
	transition: transform 0.15s ease, opacity 0.2s ease, filter 0.2s ease;
}

.astra-reg-sms__submit.is-loading {
	opacity: 0.72;
	filter: saturate(0.85);
	pointer-events: none;
}

.astra-reg-success .astra-reg-sms__panel {
	border-color: #637e5b;
}

@keyframes astra-reg-shake {
	0%, 100% { transform: translateX(0); }
	20% { transform: translateX(-6px); }
	40% { transform: translateX(6px); }
	60% { transform: translateX(-4px); }
	80% { transform: translateX(4px); }
}

@keyframes astra-reg-pulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(99, 126, 91, 0.2); }
	50% { box-shadow: 0 0 0 6px rgba(99, 126, 91, 0); }
}

@keyframes astra-reg-flash {
	0% { transform: scale(1); }
	40% { transform: scale(1.01); box-shadow: 0 0 0 4px rgba(99, 126, 91, 0.15); }
	100% { transform: scale(1); }
}

@keyframes astra-reg-success {
	0% { transform: scale(0.98); opacity: 0.85; }
	100% { transform: scale(1); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
	.astra-reg-sms,
	.astra-reg-sms__input,
	.astra-reg-sms__submit {
		transition: none;
		animation: none !important;
	}
}

/* End */
/* /local/templates/astra_dacha/components/bitrix/sale.personal.section/bootstrap_v4/style.css?17876562041170 */
/* /local/templates/astra_dacha/components/bitrix/system.auth.registration/flat/style.css?17876523466668 */
