

/* Start:/local/components/sibcode/auth.recruiter/templates/.default/style.css?17893601695605*/
.auth-page {
	padding: 0;
	background: #f9fafb;
}

.auth-page__split {
	display: grid;
	grid-template-columns: minmax(280px, 600px) minmax(0, 1fr);
	min-height: 800px;
	width: 100%;
}

.auth-page__promo {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 40px;
	padding: 80px;
	background: #d9d9d9;
	color: #171717;
}

.auth-page--company .auth-page__promo {
	justify-content: start;
}

.auth-page__brand {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 16px;
	color: #171717;
}

.auth-page__promo-title {
	font-size: 36px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0;
	color: #171717;
	max-width: 440px;
}

.auth-page__promo-text {
	margin: 16px 0 0;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: #181818CC;
	max-width: 440px;
}

.auth-page__badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	margin-bottom: 16px;
	border-radius: 100px;
	background: #18181826;
	color: #181818;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25;
}

.auth-page__checks {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 440px;
}

.auth-page__checks li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	color: #171717;
}

.auth-page__check-icon {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #18181833;
	color: #181818;
}

.auth-page__check-icon svg {
	display: block;
}

.auth-page__form-area {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 48px;
	background: #ffffff;
}

.auth-page__form-wrap {
	width: 100%;
	max-width: 480px;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.auth-page__form-wrap--wide {
	max-width: 520px;
}

.auth-page__title {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 8px;
	color: #171717;
}

.auth-page__lead {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	color: #535353;
}

.auth-page__tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px;
	padding: 4px;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	background: #f9fafb;
}

.auth-page__tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 33px;
	padding: 8px 12px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	color: #535353;
	border: 1px solid transparent;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}

.auth-page__tab:hover {
	opacity: 1;
	color: #171717;
}

.auth-page__tab.is-active {
	background: #ffffff;
	border-color: #e6e6e6;
	color: #5f5f5f;
}

.auth-page__form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.auth-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.auth-field__label {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	color: #535353;
}

.auth-field__input,
.auth-field__select {
	width: 100%;
	min-height: 37px;
	padding: 8px 12px;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	font: inherit;
	font-size: 14px;
	color: #171717;
	background: #ffffff;
}

.auth-field__input::placeholder {
	color: #a2a2a2;
}

.auth-field__input:focus,
.auth-field__select:focus {
	outline: none;
	border-color: #5f5f5f;
}

.auth-check {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-size: 13px;
	line-height: 1.35;
	color: #535353;
}

.auth-check input {
	margin-top: 2px;
	width: 18px;
	height: 18px;
	accent-color: #5f5f5f;
}

.auth-page__submit {
	width: 100%;
	min-height: 37px;
	background: #5f5f5f;
	border-color: #5f5f5f;
	color: #ffffff;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
}

.auth-page__link {
	display: block;
	text-align: start;
	text-decoration: underline;
	font-size: 14px;
	line-height: 1.3;
	color: #535353;
}

.auth-page__link:hover {
	opacity: 1;
	color: #171717;
}

.auth-page__alert {
	padding: 10px 12px;
	border-radius: 8px;
	font-size: 14px;
}

.auth-page__alert--error {
	background: #fef2f2;
	color: #991b1b;
	border: 1px solid #fecaca;
}

.auth-page__alert--ok {
	background: #f0fdf4;
	color: #166534;
	border: 1px solid #bbf7d0;
}

.auth-field__error {
	margin: 0;
	font-size: 12px;
	line-height: 1.35;
	color: #b91c1c;
}

.auth-field__input.is-invalid,
.auth-field__select.is-invalid,
.auth-field--consent.is-invalid .auth-check {
	border-color: #fca5a5;
}

.auth-field__input.is-invalid {
	border-color: #fca5a5;
}

label.auth-field__error,
div.auth-field__error {
	display: block;
}

.auth-field--row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	align-items: start;
}

.auth-field--row > .auth-field {
	min-width: 0;
}

.auth-field fieldset,
fieldset.auth-field {
	border: 0;
	margin: 0;
	padding: 0;
	min-width: 0;
}

.auth-smz[hidden] {
	display: none !important;
}

.auth-status-radios {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	min-height: 42px;
}

.auth-status-radio {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	color: #171717;
	cursor: pointer;
	white-space: nowrap;
}

.auth-status-radio input {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: #5f5f5f;
	flex-shrink: 0;
}

@media (max-width: 900px) {
	.auth-page__split {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.auth-page__promo {
		padding: 32px 20px;
		gap: 24px;
	}

	.auth-page__promo-title,
	.auth-page__brand {
		font-size: 22px;
	}

	.auth-page__form-area {
		padding: 32px 20px 48px;
	}

	.auth-field--row {
		grid-template-columns: 1fr;
	}
}

/* End */
/* /local/components/sibcode/auth.recruiter/templates/.default/style.css?17893601695605 */
