

/* Start:/local/templates/main/components/bitrix/main.register/register/style.css?17764305376165*/
.register-simple {
	padding: 24px 0 8px;
}

.register-simple__card {
	padding: 32px;
	border: 1px solid #c8ced8;
	border-radius: 12px;
	background: #fff;
}

.register-simple__alert {
	margin-bottom: 16px;
	border-radius: 10px;
	font-size: 15px;
	line-height: 1.4;
}

.register-simple__alert .errortext {
	margin: 0;
	color: inherit;
}

.register-simple__title {
	margin: 0 0 10px;
	font-size: 26px;
	line-height: 1.05;
	font-weight: 700;
	color: #2f3d59;
}

.register-simple__section-title {
	margin: 28px 0 12px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	color: #2f3d59;
}

.register-simple__hint {
	margin: 0 0 18px;
	font-size: 20px;
	line-height: 1.35;
	color: #98a2b3;
}

.register-simple__hint--inline {
	margin-top: 8px;
	margin-bottom: 0;
	font-size: 13px;
}

.register-simple__label {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.2;
	color: #98a2b3;
}

.register-simple__label--sub {
	margin-top: 12px;
}

.register-simple__required {
	margin-right: 4px;
	color: #e11d48;
}

.register-simple__form {
	margin: 0;
}

.register-simple__input,
.register-simple__textarea,
.register-simple__card input[type="text"],
.register-simple__card input[type="email"],
.register-simple__card input[type="password"],
.register-simple__card input[type="tel"],
.register-simple__card input[type="file"],
.register-simple__card select,
.register-simple__card textarea {
	display: block;
	width: 100%;
	min-height: 52px;
	padding: 0 18px;
	border: 1px solid #c8ced8;
	border-radius: 8px;
	background: #fff;
	font-size: 18px;
	line-height: 1.3;
	color: #344054;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.register-simple__textarea,
.register-simple__card textarea {
	min-height: 120px;
	padding: 12px 18px;
}

.register-simple__input--file,
.register-simple__card input[type="file"] {
	padding: 12px;
	font-size: 15px;
}

.register-simple__input:focus,
.register-simple__textarea:focus,
.register-simple__card input[type="text"]:focus,
.register-simple__card input[type="email"]:focus,
.register-simple__card input[type="password"]:focus,
.register-simple__card input[type="tel"]:focus,
.register-simple__card input[type="file"]:focus,
.register-simple__card select:focus,
.register-simple__card textarea:focus {
	border-color: #2685da;
	box-shadow: 0 0 0 3px rgba(38, 133, 218, 0.15);
}

.register-simple__password {
	position: relative;
}

.register-simple__password .register-simple__input {
	padding-right: 62px;
}

.register-simple__password-toggle {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: #98a2b3;
	cursor: pointer;
}

.register-simple__password-toggle:hover {
	color: #667085;
}

.register-simple__password-toggle:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(38, 133, 218, 0.18);
}

.register-simple__password-icon {
	display: block;
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.register-simple__password-icon--hide {
	display: none;
}

.register-simple__password-toggle.is-active .register-simple__password-icon--show {
	display: none;
}

.register-simple__password-toggle.is-active .register-simple__password-icon--hide {
	display: block;
}

.register-simple__captcha-row {
	align-items: flex-start;
}

.register-simple__captcha-col {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 56px;
	padding-top: 28px;
	padding-left: 0;
}

.register-simple__captcha {
	display: block;
	max-width: 100%;
	height: 40px;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	background: #fff;
}

.register-simple__actions {
	display: flex;
	gap: 12px;
	margin-top: 24px;
}

.register-simple__submit.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	height: 52px;
	padding: 0 30px;
	border: 0;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	background: #2486de;
	color: #fff;
}

.register-simple__submit.btn:hover,
.register-simple__submit.btn:focus,
.register-simple__submit.btn:active {
	background: #1b73c1;
	color: #fff;
}

.register-simple__bottom-link {
	margin-top: 16px;
	font-size: 14px;
	line-height: 1.4;
	color: #667085;
}

.register-simple__bottom-link a {
	color: #177bd3;
	text-decoration: none;
	font-weight: 600;
}

.register-simple__resend {
	margin-top: 10px;
}

.register-simple__resend .errortext,
.register-simple__resend .sent,
.register-simple__resend .bx-authform-link-container {
	font-size: 14px;
}

@media (max-width: 991.98px) {
	.register-simple__card {
		padding: 24px;
	}

	.register-simple__title {
		font-size: 22px;
	}

	.register-simple__section-title {
		font-size: 18px;
	}
}

@media (max-width: 767.98px) {
	.register-simple {
		padding-top: 16px;
	}

	.register-simple__card {
		padding: 18px;
		border-radius: 10px;
	}

	.register-simple__title {
		font-size: 22px;
	}

	.register-simple__section-title {
		margin-top: 20px;
		font-size: 18px;
	}

	.register-simple__hint {
		margin-bottom: 14px;
		font-size: 17px;
	}

	.register-simple__label {
		font-size: 14px;
	}

	.register-simple__input,
	.register-simple__textarea,
	.register-simple__card input[type="text"],
	.register-simple__card input[type="email"],
	.register-simple__card input[type="password"],
	.register-simple__card input[type="tel"],
	.register-simple__card input[type="file"],
	.register-simple__card select,
	.register-simple__card textarea {
		min-height: 50px;
		padding: 0 14px;
		font-size: 16px;
	}

	.register-simple__password .register-simple__input {
		padding-right: 54px;
	}

	.register-simple__textarea,
	.register-simple__card textarea {
		padding: 10px 14px;
	}

	.register-simple__actions {
		margin-top: 18px;
	}

	.register-simple__submit.btn {
		width: 100%;
		min-width: 0;
		height: 50px;
		font-size: 16px;
	}

	.register-simple__captcha-col {
		align-items: flex-start;
		justify-content: flex-start;
		min-height: 0;
		padding-top: 0;
	}
}

/* End */
/* /local/templates/main/components/bitrix/main.register/register/style.css?17764305376165 */
