

/* Start:/bitrix/components/logictim/registration.form/templates/aspro_max/style.css?17679433625667*/

.lr_hide {
	display:none;
}
.col-md-6.lr_reg_middle, .col-md-8.lr_reg_middle {
	float:none;
	margin:0 auto;
}
.lr_all_fields_show, .lr_all_fields_hide {
    text-align: center;
    color: #4b85dc;
    text-decoration: underline;
    margin-bottom: 10px;
    cursor: pointer;
}
.lr_field_block.form-control label {
	display:inline-block;
}
.lr_usertype_choose {
	margin: 25px 0;
}
.lr_btn_group {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}
.lr_user_type {
	display: flex;
	align-items: center;
	position: relative;
	min-width: 140px;
	margin: 5px;
	padding: 8px 10px;
	border-radius: 10px;
	background-color: #eeeded;
	color: inherit;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.3s ease;
	-webkit-taphighlight-color: transparent;
}
.lr_user_type:hover{
	background-color: #cfecdc;
}
.lr_user_type.lr_active {
	background-color: #cfecdc;
}
.lr_usertype_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	/*flex-shrink: 0;*/
	margin: 0 auto;
}
.lr_user_text {
	margin-bottom:25px;
}
.lr_usertype_icon img {
	margin-right: 5px;
}
.lr_usertype_icon img {
	height: auto;
	max-height:45px;
}
.lr_user_type span {
	display: block;
	font-size: 1.5rem;
	line-height: normal;
	font-weight: 600;
	white-space: normal;
}
.lr_register_auth_link {
	margin-top: 15px;
	margin-bottom: 5px;
}

/*FIELDS*/
.lr_field_block.lr_hidden {
	display:none;
}
.lr_form_block {
	margin:0 auto;
}
.lr_field_block {
	margin-bottom:20px;
}
.lr_field_block label {
	font-weight: normal;
}
.lr_field_block input {
	width:100%;
	height: 40px;
	background: #faf9f9;
	border: 1px solid #efefef;
	border-radius: 4px;
	box-shadow: none;
}
.lr_field_block input[type="checkbox"], .lr_field_block input[type="radio"] {
	width:auto;
	height:auto;
}
.lr_field_block select {
	width:100%;
	min-height: 40px;
	background: #faf9f9;
	border: 1px solid #efefef;
	border-radius: 4px;
	box-shadow: none;
}
.lr_error_comment {
	font-size: 12px;
	color: red;
	margin-left: 5px;
}
label.lr_required:after {
	color: red;
	content: " *";
}
.lr_req_comment span {
	line-height:17px;
}
.group_policy {
    font-size: 12px;
    color: #ccc;
}

::-webkit-input-placeholder {color:#ccc; font-size:12px;}
::-moz-placeholder          {color:#ccc; font-size:12px;}/* Firefox 19+ */
:-moz-placeholder           {color:#ccc; font-size:12px;}/* Firefox 18- */
:-ms-input-placeholder      {color:#ccc; font-size:12px;}
input[placeholder]          {text-overflow:ellipsis;}
input::-moz-placeholder     {text-overflow:ellipsis;} 
input:-moz-placeholder      {text-overflow:ellipsis;} 
input:-ms-input-placeholder {text-overflow:ellipsis;}
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}

.lr_field_block.form-control.lr_no_req {
	display:none;
}
.lr_all_fields_show, .lr_all_fields_hide {
	text-align: center;
	color: #4b85dc;
	text-decoration: underline;
	margin-bottom: 10px;
	cursor:pointer;
}
.lr_hidden {
	display:none;
}
.lr_register_button {
	text-align:center;
}
.lr_register_consent {
	display:flex;
	margin-bottom: 10px;
}
.lr_register_consent input[type=checkbox] {
	margin-right:10px;
	margin-top: 7px;
}
#lr_confirm, #lr_confirm_phone, #lr_confirm_email, #lr_confirm_admin {
	display:none;
}
#confirm_phone {
	margin-bottom:0px;
}
.lr_confirm_phone input {
	margin-bottom:20px;
}
.lr_message_success {
	border-radius: 1px;
	color: #3C763D;
	background-color: #DFF0D8;
	padding: 15px;
	margin-bottom: 20px;
}
.lr_message_error {
	border-radius: 1px;
	color: #A94442;
	background-color: #F2DEDE;
	padding: 15px;
	margin-bottom: 20px;
}
#lr_confirm_error, .lr_register_error {
	display:none;
}
.lr_repeat_code a {
	cursor:pointer;
}
.lr_user_icon {
	margin-top:-7px;
	margin-right:3px;
}
input[type=file] {
	margin-bottom: 5px;
}
.lt_add_file {
	cursor: pointer;
}
.lt_file_comment {
	font-size: 12px;
    line-height: 14px;
    color: #ccc;
}
.lt_reg_separator {
	font-weight: bold;
    border-bottom: 2px solid;
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: large;
}

/*PRELOADER*/
#lr_preloader_preload {
	display: none;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	background-image: url(/bitrix/components/logictim/registration.form/templates/aspro_max/images/preloader.gif);
	background-size: 80px;
	opacity: 0.5;
}
.lr_buttons {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.lr_resend_code {
    color: #36a1df;
    background-color: #fff;
    border: 1px solid #36a1df;
    border-radius: 5px;
}
.lr_resend_code {
    padding: 5px 14px;
    cursor: pointer;
    height: auto;
    font-size: inherit;
    line-height: inherit;
    margin: 0px;
    font-weight: inherit;
    text-transform: inherit;
}
#reg_resend_sms_timer {
	display: none;
    font-size: 12px;
    line-height: 12px;
    color: #36a1df;
    text-align: center;
}
#reg_resend_sms_timer span {
    width: 100%;
    display: block;
    text-align: center;
}
.lr_confirm_email {
	max-width: 500px;
	margin: 0 auto;
}
.smart-captcha {
	width: 300px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* End */


/* Start:/bitrix/components/logictim/registration.form/templates/aspro_max/custom.css?174007112123*/
/* Add custom styles */
/* End */
/* /bitrix/components/logictim/registration.form/templates/aspro_max/style.css?17679433625667 */
/* /bitrix/components/logictim/registration.form/templates/aspro_max/custom.css?174007112123 */
