

/* Start:/local/templates/bikecenter_main/components/bitrix/system.auth.authorize/.default/style.css?17172227987614*/
.page_header.page-place{
	display: none;
}

@media screen and (max-width: 768px){
	.content{
		background-color: #fff;
	}
}

.authorization  {
	display: flex;
	flex-direction: column;
	padding: 15vh 0;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.authorization {
		height: calc(100dvh - 148px);
		min-height: 526px;
		padding: 60px 0 0;
	}
}
.authorization__form {
	width: 100%;
	padding: 40px;
	margin: 0;
	background-color: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	box-sizing: border-box;
	max-width: 480px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.authorization__form {
		padding: 0;
		box-shadow: unset;
	}
}

.authorization__title {
	max-width: 290px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
}

.authorization__message {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 25px;
}

.registration__title {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
}

.authorization__tel {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 20px;
}

.authorization__label {
}

.authorization__field {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	border: 1px solid transparent;
	background-color: #f2f3f5;
	border-radius: 10px;
	box-sizing: border-box;
	transition: all .3s ease;
}

.authorization__field:focus {
	border-color: #d7d7d7;
}

.authorization__field-wrapper.error-input .authorization__field{
	border-color: #f56571;
	background-color: #FFCECE;
}
.authorization__field-wrapper.correct-input .authorization__field{
	background-color: #C9EBD7;
	border-color: transparent;
}

.authorization__change {
	position: absolute;
	top: 50%;
	right: 11px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	transform: translateY(-50%);
	transition: all .3s ease;
}

.authorization__change:hover{
	box-shadow: 0 0 4px 1px #b0b0b0;
}

.authorization__change::before,
.authorization__change::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 1px;
	background-color: #333;
}

.authorization__change::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.authorization__change::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.authorization__verify {
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 20px;
}

.authorization__send {
	display: inline-block;
	width: 100%;
	height: 50px;
	padding: 0;
	margin-top: 24px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	background-color: #0c1111;
	border-radius: 10px;
	border: none;
	cursor: pointer;
	transition: all .3s ease;
}

@media screen and (max-width: 768px) {
	.authorization__send {
		margin-top: 20px;
	}
}

.authorization__send:hover {
	background-color: #90D32F;
}

button[disabled="disabled"].authorization__send {
	background-color: #d7d7d7;
}

button[disabled="disabled"].authorization__send:hover {
	background-color: #d7d7d7;
}

.authorization__rules {
	margin: 34px auto 0;
	font-weight: normal;
	color: #828282;

}

.authorization__rules a {
	color: #828282;
	text-decoration: underline;
}

.authorization__tab {
	display: inline-block;
	width: auto;
	margin-top: 60px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	color: #8e8e8e;
	border-bottom: 1px dashed;
	cursor: pointer;
}

.authorization-text {
	margin: 10px 0 0 0;
	padding: 20px;
	background-color: #fff;
}

.authorization-text__text {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: gray;
	padding-bottom: 20px;
}

.authorization-text__text_terms-of-use {
	max-width: 500px;
}

.authorization-text__hr {
	border: none;
	border-top: 1px solid #bfbfbf;
}

.authorization-text__terms-of-use {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #000;
	border-bottom: 1px solid gray;
}

@media (min-width: 768px) {

	.authorization-text {
		margin: 0 0 0 5px;
		padding: 60px 40px;
	}
}

@media (min-width: 1024px) {
	.authorization-text {
		padding: 80px;
	}
}

/*
.sms_time_error {
	display: none;
	color: #ed1c24;
	font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
} */

label.error {
	display: none!important;
}

.authorization__field-wrapper {
	position: relative;
	margin-top: 20px;
}

.field-error {
	z-index: 1;
	width: 100%;
    max-width: 400px;
}

.field-error span {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	color: #FF6666;
}

@media screen and (max-width: 768px) {
	.field-error span {
		font-size: 12px;
		line-height: 16px;
	}
}

.field-error--phone{
	max-height: 0;
	overflow: hidden;
	transition: all .3s ease;
}
.authorization__field-wrapper.error-input~ .field-error--phone{
	max-height: 20px;
	margin-top: 4px;
}

@media screen and (max-width: 768px) {
	.authorization__field-wrapper.error-input~ .field-error--phone {
		margin-bottom: -12px;
	}
}

@media (max-width: 768px) {
	.field-error--sms {
		top: 73px;
	}

}

.authorization__sub {
	font-size: 14px;
	line-height: 15px;
	font-weight: 300;
	color: #808080;
	margin-top: 25px;
}

#verifyFormPhone::placeholder {
	text-align: center;
}

.authorization__repeat {
	display: inline-block;
	vertical-align: baseline;
	margin-top: 25px;
	font-size: 14px;
	font-weight: 600;
	color: #303030;
	border-bottom: 1px dashed #303030;
}

.authorization__repeat:hover,
.authorization__repeat:focus {
	border-color: #f56571;
}

.authorization__sms-sub {
	font-size: 12px;
	color: #8e8e8e;
	margin-top: 23px;
}

.authorization__sms-sub a {
	color: #f56571;
}

#verifyFormEmail::placeholder {
	text-align: center;
}

.authorization__recovery {
	max-width: 155px;
}

#send_code_email {
	margin-top: 5px;
}

.authorization__form-group {
	display: flex;
	flex-direction: column;
}

.authorization__form--email-pass {
	padding-top: 0;
	margin-top: -10px;
	position: relative;
}

.authorization__form--email-pass::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	height: 10px;
	background-color: #ffffff;
	z-index: 1;
}

.authorization__label--pass {
	margin-top: 5px;
}

.authorization__sub--email-pass,
.authorization__sub--phone {
	margin: 5px 0 40px;
}

.authorization__send--email-pass {
	margin-top: 25px;
}

#send_new_code_phone_email {
	margin-top: 18px;
	margin-bottom: 25px;
}

#verifyFormEmailPass::placeholder {
	text-align: center;
}

.authorization__password {
	padding-top: 5px;
}

.authorization__timer {
	margin-top: 8px;
	font-size: 14px;
	line-height: 21px;
	font-weight: 300;
	color: #808080;
}

.authorization__tab-wrapper {
	display: flex;
	justify-content: space-between;
}

.authorization__pass {
	display: none;
	margin-top: 20px;
}

#send_pass:disabled {
	pointer-events: none;
	background-color: #d7d7d7;
}

/* End */


/* Start:/local/templates/bikecenter_main/components/bitrix/system.auth.authorize/.default/styles.css?17273094817707*/
.page_header.page-place{
	display: none;
}


.content{
	overflow: hidden;
}

@media screen and (max-width: 768px){
	.content{
		background-color: #fff;
	}
}

.authorization  {
	display: flex;
	flex-direction: column;
	padding: 15vh 0;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.authorization {
		height: calc(100vh - 148px);
		min-height: 526px;
		padding: 60px 0 0;
	}
}
.authorization__form {
	width: 100%;
	padding: 40px;
	margin: 0;
	background-color: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	box-sizing: border-box;
	max-width: 480px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.authorization__form {
		padding: 0;
		box-shadow: unset;
	}
}

.authorization__title {
	max-width: 290px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
}

.authorization__message {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 25px;
}

.registration__title {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
}

.authorization__tel {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 20px;
}

.authorization__label {
}

.authorization__field {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	border: 1px solid transparent;
	background-color: #f2f3f5;
	border-radius: 10px;
	box-sizing: border-box;
	transition: all .3s ease;
}

.authorization__field:focus {
	border-color: #d7d7d7;
}

.authorization__field-wrapper.error-input .authorization__field{
	border-color: #f56571;
	background-color: #FFCECE;
}
.authorization__field-wrapper.correct-input .authorization__field{
	background-color: #C9EBD7;
	border-color: transparent;
}

.authorization__change {
	position: absolute;
	top: 50%;
	right: 11px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	transform: translateY(-50%);
	transition: all .3s ease;
}

.authorization__change:hover{
	box-shadow: 0 0 4px 1px #b0b0b0;
}

.authorization__change::before,
.authorization__change::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 1px;
	background-color: #333;
}

.authorization__change::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.authorization__change::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.authorization__verify {
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 20px;
}

.authorization__send {
	display: inline-block;
	width: 100%;
	height: 50px;
	padding: 0;
	margin-top: 24px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	background-color: #0c1111;
	border-radius: 10px;
	border: none;
	cursor: pointer;
	transition: all .3s ease;
}

@media screen and (max-width: 768px) {
	.authorization__send {
		margin-top: 20px;
	}
}

.authorization__send:hover {
	background-color: #90D32F;
}

button[disabled="disabled"].authorization__send {
	background-color: #d7d7d7;
}

button[disabled="disabled"].authorization__send:hover {
	background-color: #d7d7d7;
}

.authorization__rules {
	margin: 34px auto 0;
	font-weight: normal;
	color: #828282;

}

.authorization__rules a {
	color: #828282;
	text-decoration: underline;
}

.authorization__tab {
	display: inline-block;
	width: auto;
	margin-top: 60px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	color: #8e8e8e;
	border-bottom: 1px dashed;
	cursor: pointer;
}

.authorization-text {
	margin: 10px 0 0 0;
	padding: 20px;
	background-color: #fff;
}

.authorization-text__text {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: gray;
	padding-bottom: 20px;
}

.authorization-text__text_terms-of-use {
	max-width: 500px;
}

.authorization-text__hr {
	border: none;
	border-top: 1px solid #bfbfbf;
}

.authorization-text__terms-of-use {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #000;
	border-bottom: 1px solid gray;
}

@media (min-width: 768px) {

	.authorization-text {
		margin: 0 0 0 5px;
		padding: 60px 40px;
	}
}

@media (min-width: 1024px) {
	.authorization-text {
		padding: 80px;
	}
}

/*
.sms_time_error {
	display: none;
	color: #ed1c24;
	font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
} */

label.error {
	display: none!important;
}

.authorization__field-wrapper {
	position: relative;
	margin-top: 20px;
}

.field-error {
	z-index: 1;
	width: 100%;
    max-width: 400px;
}

.field-error span {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	color: #FF6666;
}

@media screen and (max-width: 768px) {
	.field-error span {
		font-size: 12px;
		line-height: 16px;
	}
}

.field-error--phone{
	max-height: 0;
	overflow: hidden;
	transition: all .3s ease;
}
.authorization__field-wrapper.error-input~ .field-error--phone{
	max-height: 20px;
	margin-top: 4px;
}

@media screen and (max-width: 768px) {
	.authorization__field-wrapper.error-input~ .field-error--phone {
		margin-bottom: -12px;
	}
}

@media (max-width: 768px) {
	.field-error--sms {
		top: 73px;
	}

}

.authorization__sub {
	font-size: 14px;
	line-height: 15px;
	font-weight: 300;
	color: #808080;
	margin-top: 25px;
}

#verifyFormPhone::placeholder {
	text-align: center;
}

.authorization__repeat {
	display: inline-block;
	vertical-align: baseline;
	margin-top: 25px;
	font-size: 14px;
	font-weight: 600;
	color: #303030;
	border-bottom: 1px dashed #303030;
}

.authorization__repeat:hover,
.authorization__repeat:focus {
	border-color: #f56571;
}

.authorization__sms-sub {
	font-size: 12px;
	color: #8e8e8e;
	margin-top: 23px;
}

.authorization__sms-sub a {
	color: #f56571;
}

#verifyFormEmail::placeholder {
	text-align: center;
}

.authorization__recovery {
	max-width: 155px;
}

#send_code_email {
	margin-top: 5px;
}

.authorization__form-group {
	display: flex;
	flex-direction: column;
}

.authorization__form--email-pass {
	padding-top: 0;
	margin-top: -10px;
	position: relative;
}

.authorization__form--email-pass::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	height: 10px;
	background-color: #ffffff;
	z-index: 1;
}

.authorization__label--pass {
	margin-top: 5px;
}

.authorization__sub--email-pass,
.authorization__sub--phone {
	margin: 5px 0 40px;
}

.authorization__send--email-pass {
	margin-top: 25px;
}

#send_new_code_phone_email {
	margin-top: 18px;
	margin-bottom: 25px;
}

#verifyFormEmailPass::placeholder {
	text-align: center;
}

.authorization__password {
	padding-top: 5px;
}

.authorization__timer {
	margin-top: 8px;
	font-size: 14px;
	line-height: 21px;
	font-weight: 300;
	color: #808080;
}

.authorization__tab-wrapper {
	display: flex;
	justify-content: space-between;
}

.authorization__pass {
	display: none;
	margin-top: 20px;
}

#send_pass:disabled {
	pointer-events: none;
	background-color: #d7d7d7;
}

input[name="security_code"] {
	text-align: center;
}
/* End */
/* /local/templates/bikecenter_main/components/bitrix/system.auth.authorize/.default/style.css?17172227987614 */
/* /local/templates/bikecenter_main/components/bitrix/system.auth.authorize/.default/styles.css?17273094817707 */
