

/* Start:/local/templates/medipeel/components/bitrix/system.auth.authorize/.default/style.css?17655204715164*/
.auth-reg-block {
	margin: 14px 0 0 48px;
	padding: 73px 60px 100px 80px;
	background: #f7f7f7;
	border: 1px solid #ededed;
	max-width: 510px;
	font-size: 1.125rem;
	line-height: 1.875rem;
}

.auth-reg-block h4 {
	margin-top: 0 !important;
}

.authTab.col-lg-6 {
	margin-top: 36px;
	padding-left: 70px;
	padding-right: 20px;
}

.registration input[type="checkbox"].visually-hidden {
	width: 16px;
	height: 16px;
}

.registration {
	display: grid;
	grid-template-columns: 40% 60%;
	height: 92vh;
}

.registration-block__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.registration-block {
	width: 400px;
}

.registration-block__title {
	color: black;
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	margin-bottom: 24px;
}

.registration-block__form-label {
	display: block;
	color: #808080;
	font-size: 11px;
	font-weight: 500;
	line-height: 13px;
	margin-bottom: 4px;
}

.registration-block__form-input-wrapper {
	height: 55px;
	margin-bottom: 16px;
}

.registration-block__form-select.form-confirm-phone__input-code {
	margin: 0;
}

.registration-block__form-select.form-confirm-phone__input-code.custom-select {
	width: 50px;
	height: auto;
}

.registration-block__form-select .form-confirm-phone__input-code-selected {
	width: 50px;
}

.registration-block__form-select .form-confirm-phone__input-code-selected::before {
	height: 35px;
}

.registration-block__form-select.form-confirm-phone__input-code.custom-select .custom-select__content {
	width: 145%;
}

.registration-block__form-select .form-confirm-phone__item .form-confirm-phone__item-text {
	padding: 15px 0 15px 32px;
}

.registration-block__form-input {
	width: 100%;
	padding-left: 8px;
	border-radius: 0 8px 8px 0;
	border: 1px solid #F4F5F7;
	background: linear-gradient(0deg, #F4F5F7, #F4F5F7), #FFFFFF;
}

.registration-block__form-select img {
	left: 8px;
}

.registration-block__form-select .form-confirm-phone__input-image {
	margin: 0;
}

.registration-block__form-select .custom-select__content {
	top: 65px;
}

.registration .registration-block__form-button {
	width: 100%;
	color: white;
	background-color: black;
	font-size: 13px;
	font-weight: 500;
	line-height: 15px;
	border-radius: 8px;
	padding: 13px 0;
	margin-top: 16px;
	border: none;
	margin-bottom: 0;
	cursor: pointer;
}

.registration .registration-block__form-button:hover {
	background: rgba(25, 25, 25, 1);
	transition: background-color 0.1s ease;
}

.registration-block__form-privacy {
	display: flex;
}

.registration-block__form-privacy .privacy-checkbox {
	margin: 0;
}

.registration-block__form-privacy .privacy-checkbox .privacy-checkbox__label {
	align-items: center;
}

.registration-image__wrapper {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.registration-image__wrapper::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	z-index: 1;
}

.registration-image {
	position: absolute;
	top: -30vh;
}

.registration-block__warning {
	line-height: normal;
	color: #808080;
	font-size: 11px;
	font-weight: 500;
	margin-top: 16px;
}

.registration-block__method {
	margin-top: 16px;
	font-weight: 400;
	font-size: 11px;
	line-height: 100%;
}

.registration-block__method-button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	text-decoration: underline;
	text-underline-offset: 2px;
	color: #808080;
}

.registration-block__form-group {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 16px;
}

.registration-block__form-group label {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.privacy-checkbox label.privacy-checkbox__label {
	gap: 8px;
}

.privacy-checkbox .privacy-checkbox__text {
	font-weight: 400;
	font-size: 11px;
	line-height: 100%;
}

.privacy-checkbox__text-link {
	display: inline;
}

.form-input_theme_registration {
	height: 55px;
}

.registration-block__form-input.form-input_style_rounded {
	border-radius: 8px;
}

.form_style_hidden {
	display: none;
}

.registration-block .error {
	margin-bottom: 16px;
}

@media (max-width: 1350px) {
	.registration-image {
		top: -5vh;
	}
}

@media (max-width: 1060px) {
	.registration {
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-end;
	}

	.registration-block {
		width: 400px;
		position: relative;
		padding-top: 30px;
	}

	.registration-block__title {
		position: absolute;
		top: -45%;
		color: white;
	}

	.registration-block__wrapper {
		border-radius: 32px 32px 0 0;
		background-color: white;
		position: relative;
		top: -5vh;
	}

	.registration-image__wrapper {
		z-index: -1;
	}

	.registration-image {
		position: unset;
	}
}

@media (max-width: 470px) {
	.registration-block {
		width: 100%;
		padding: 32px 16px 0;
	}
}
/* End */
/* /local/templates/medipeel/components/bitrix/system.auth.authorize/.default/style.css?17655204715164 */
