

/* Start:/bitrix/components/logictim/registration.form/templates/.default/style.css?17591635087435*/

.lr_hide {
	display:none;
}
.lr_all_fields_show, .lr_all_fields_hide {
    text-align: center;
    color: #4b85dc;
    text-decoration: underline;
    margin-bottom: 10px;
    cursor: pointer;
}
.lr_registration_title {
	width: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.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: 12px 15px;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	cursor: pointer;
}
.lr_user_type:hover{
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}
.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;
	height: auto;
	max-height:45px;
}
.lr_user_type span {
	display: block;
	font-size: 16px;
	line-height: normal;
	font-weight: 600;
	white-space: normal;
}
.lr_button_register {
    border: none;
    padding: 5px 14px;
    cursor: pointer;
    height: auto;
    font-size: inherit;
    line-height: inherit;
    margin: 0px;
    font-weight: inherit;
    text-transform: inherit;
}
.lr_button_register:hover {
    border: none;
}
.lr_register_auth_link {
	margin-top: 15px;
	margin-bottom: 5px;
}
/*FIELDS*/
.lr_field_block.lr_hidden {
	display:none;
}
.lr_form_block {
	max-width:500px;
	margin:0 auto;
}
.lr_field_block {
	margin-bottom:20px;
}
.lr_field_block label {
	font-weight: normal;
	cursor: pointer;
}
.lr_field_block input[type=text], .lr_field_block input[type=password], .lr_field_block input[type=email], .lr_field_block input[type=tel], .lr_field_block input[type=date] {
	width:100%;
	height: 40px;
	box-shadow: none;
	padding: 5px 10px;
}
.lr_field_block input[type="checkbox"], .lr_field_block input[type="radio"] {
	width:auto;
	height:auto;
	cursor: pointer;
}
.lr_field_block select {
	width:100%;
	min-height: 40px;
	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_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;
}
#lr_confirm, #lr_confirm_phone, #lr_confirm_email, #lr_confirm_admin {
	display:none;
}
.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_password_block {
	position: relative;
}
i.lr_password_control {
	width: 40px;
    height: 40px;
    position: absolute;
	background-image: url("/bitrix/components/logictim/registration.form/templates/.default/images/eye_close.svg");
	top: 0px;
	right: 0px;
	background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
	cursor: pointer;
}
i.lr_password_control.lr_view_password {
	background-image: url("/bitrix/components/logictim/registration.form/templates/.default/images/eye_open.svg");
}
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear
{
    display: none;
}
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: 34px;
    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/.default/images/preloader.gif);
	background-size: 80px;
	opacity: 0.5;
}
.lr_buttons {
	display: flex;
	justify-content: space-between;
}
.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;
}

/* CHECKBOX */
.lr_checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.lr_checkbox+label {
	display: inline-flex;
	align-items: center;
	user-select: none;
	position: relative;
}
.lr_checkbox+label .lr_view_checkbox {
	position: relative;
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin-right: 0.5em;
	border-radius: 4px;
}
.lr_checkbox:checked+label .lr_view_checkbox::before {
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 4px;
    top: 0px;
    width: 4px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
    box-sizing: content-box;
    transform-origin: 0 100%;
}
/* CHECKBOX */

/* RADIOBUTTON */
.lr_radiobutton {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.lr_radiobutton+label {
	display: inline-flex;
	align-items: center;
	user-select: none;
}
.lr_radiobutton+label::before {
	content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.9em;
}
/* RADIOBUTTON */

/* End */


/* Start:/bitrix/components/logictim/registration.form/templates/.default/css_profiles/default.css?17591635081960*/
.lr_registration_title {
	font-size: 24px;
}
.lr_user_type.lr_active {
    border-bottom: 2px solid #36a1df;
}
.lr_button_register {
	background-color: #36a1df;
    color: #fff;
	border-radius: 5px;
}
.lr_button_register:hover {
	background-color: #57aee1;
}
.lr_field_block input[type=text], .lr_field_block input[type=password], .lr_field_block input[type=email], .lr_field_block input[type=tel], .lr_field_block input[type=date], .lr_field_block input[type="checkbox"], .lr_field_block input[type="radio"] {
	background: #faf9f9;
	border: 1px solid #efefef;
	border-radius: 4px;
}
.lr_field_block input[type=text]::placeholder {
	color: #dbd8d8;
}
.lr_field_block input[type=text]::-webkit-input-placeholder {
	color: #dbd8d8;
}
.lr_field_block input[type=text]::-moz-placeholder {
	color: #dbd8d8;
}
.lr_field_block input[type=text]:-moz-placeholder {
	color: #dbd8d8;
}
.lr_field_block input[type=text]:-ms-input-placeholder {
	color: #dbd8d8;
}
.lr_checkbox+label .lr_view_checkbox {
	border: 1px solid;
    border-color: #36a1df;
	background-color: #36a1df;
}
.lr_checkbox+label .lr_view_checkbox:hover {
	border: 1px solid;
	border-color: #57aee1;
	background-color: #57aee1;
}
.lr_radiobutton+label::before {
	border: 1px solid;
	border-color: #36a1df;
}
.lr_radiobutton:not(:checked)+label:hover::before {
	border: 1px solid;
	color: #57aee1;
}
 .lr_radiobutton:checked+label::before {
    border-color: #36a1df;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2336a1df'/%3e%3c/svg%3e");
 }
.lr_radiobutton:checked+label:hover::before {
	border-color: #57aee1;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2357aee1'/%3e%3c/svg%3e");
}
.lr_register_consent_text {
	font-size: 12px;
	line-height: 14px;
	color: #aaa;
}
/* End */


/* Start:/bitrix/components/logictim/registration.form/templates/.default/css_profiles/profile_1.css?17600883922356*/
.lr_registration_title {
	font-size: 24px;
}
#lr_user_type_1.lr_user_type.lr_active {
    border-bottom: 2px solid #36a1df;
}
#lr_form_block_1 .lr_button_register {
	background-color: #36a1df;
    color: #ffffff;
	border-radius: 5px;
}
#lr_form_block_1 .lr_button_register:hover {
	background-color: #57aee1;
	color: #ffffff;
}
#lr_form_block_1 .lr_field_block input[type=text], #lr_form_block_1 .lr_field_block input[type=password], #lr_form_block_1 .lr_field_block input[type=email], #lr_form_block_1 .lr_field_block input[type=tel], #lr_form_block_1 .lr_field_block input[type=date], #lr_form_block_1 .lr_field_block input[type="checkbox"], #lr_form_block_1 .lr_field_block input[type="radio"] {
	background: #faf9f9;
	border: 1px solid #efefef;
	border-radius: 4px;
}
#lr_form_block_1 .lr_field_block input[type=text]::placeholder {
	color: #dbd8d8;
}
#lr_form_block_1 .lr_field_block input[type=text]::-webkit-input-placeholder {
	color: #dbd8d8;
}
#lr_form_block_1 .lr_field_block input[type=text]::-moz-placeholder {
	color: #dbd8d8;
}
#lr_form_block_1 .lr_field_block input[type=text]:-moz-placeholder {
	color: #dbd8d8;
}
#lr_form_block_1 .lr_field_block input[type=text]:-ms-input-placeholder {
	color: #dbd8d8;
}
#lr_form_block_1 .lr_checkbox+label .lr_view_checkbox {
	border: 1px solid;
    border-color: #36a1df;
	background-color: #36a1df;
}
#lr_form_block_1 .lr_checkbox+label .lr_view_checkbox:hover {
	border: 1px solid;
	border-color: #57aee1;
	background-color: #57aee1;
}
#lr_form_block_1 .lr_radiobutton+label::before {
	border: 1px solid;
	border-color: #36a1df;
}
#lr_form_block_1 .lr_radiobutton:not(:checked)+label:hover::before {
	border: 1px solid;
	color: #57aee1;
}
 #lr_form_block_1 .lr_radiobutton:checked+label::before {
    border-color: #36a1df;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2336a1df'/%3e%3c/svg%3e");
 }
#lr_form_block_1 .lr_radiobutton:checked+label:hover::before {
	border-color: #57aee1;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2357aee1'/%3e%3c/svg%3e");
}
#lr_form_block_1 .lr_register_consent_text {
	font-size: 12px;
	line-height: 14px;
	color: #aaaaaa;
}
/* End */


/* Start:/bitrix/components/logictim/registration.form/templates/.default/css_templates/aspro_premier.css?17591635083100*/
.lr_field_block input[type=text], .lr_field_block input[type=password], .lr_field_block input[type=email], .lr_field_block input[type=tel], .lr_field_block input[type=date], .lr_field_block input[type="checkbox"], .lr_field_block input[type="radio"] {
	color: var(--input_color) !important;
    box-shadow: none;
    border: 1px solid var(--input_border_color) !important;
    height: 44px !important;
    padding: 6px 16px !important;
    background: var(--input_bg_color) !important;
    font-size: 0.9rem;
    border-radius: var(--theme-button-border-radius) !important;
}

.lr_field_block input[type=text]:hover, .lr_field_block input[type=password]:hover, .lr_field_block input[type=email]:hover, .lr_field_block input[type=tel]:hover, .lr_field_block input[type=date]:hover, .lr_field_block input[type="checkbox"]:hover, .lr_field_block input[type="radio"]:hover {
    border: 1px solid var(--input_border_color-hover) !important;
	background: var(--input_bg_color-hover) !important;
}

.lr_field_block input[type=text]:focus, .lr_field_block input[type=password]:focus, .lr_field_block input[type=email]:focus, .lr_field_block input[type=tel]:focus, .lr_field_block input[type=date]:focus, .lr_field_block input[type="checkbox"]:focus, .lr_field_block input[type="radio"]:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .015) inset;
    border-color: #999999;
    background-color: var(--input_bg_color-focus) !important;
}

.lr_field_block label {
	color: var(--white_text_black) !important;
	margin-bottom: 4px !important;
	font-size: calc(1rem - 2px) !important;
    line-height: calc(1em + 6px) !important;
}
.lr_user_text {
	color: var(--white_text_black) !important;
	font-size: calc(1rem - 2px) !important;
    line-height: calc(1em + 6px) !important;
}
section.page-top {display: none;}
.lr_registration_title {
	font-family: var(--theme-font-title-family), Arial, sans-serif !important;
    font-weight: var(--theme-font-title-weight) !important;
	font-size: clamp(1rem + 10px, 3vw, 1rem + 20px) !important;
    line-height: calc(1em + 8px) !important;
}
#lr_form {
	margin-top: 30px;
}
.lr_button_register, .lr_button_register:hover {
	color: var(--button_color_text) !important;
	background-color: var(--theme-base-color) !important;
	border-color: var(--theme-base-color) !important;
	font-size: var(--button-font-size) !important;
	border: 1px solid var(--theme-base-color) !important;
    border-radius: var(--theme-button-border-radius) !important;
	width: 100%;
	padding: 8px 5px;
    font-weight: 500;
}
.lr_checkbox:checked+label .lr_view_checkbox::before {
	border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
	top: 7px;
	animation: checkbox-check 125ms 250ms cubic-bezier(.4,0,.23,1) forwards;
}
.lr_checkbox+label .lr_view_checkbox, .lr_checkbox+label .lr_view_checkbox:hover {
	border-color: var(--theme-base-color) !important;
    background-color: var(--theme-base-color) !important;
	border: 1px solid var(--input_border_color) !important;
	width: 20px;
    height: 20px;
}

/* End */


/* Start:/bitrix/components/logictim/registration.form/templates/.default/css_profiles/profile_2.css?17600883152356*/
.lr_registration_title {
	font-size: 24px;
}
#lr_user_type_2.lr_user_type.lr_active {
    border-bottom: 2px solid #36a1df;
}
#lr_form_block_2 .lr_button_register {
	background-color: #36a1df;
    color: #ffffff;
	border-radius: 5px;
}
#lr_form_block_2 .lr_button_register:hover {
	background-color: #57aee1;
	color: #ffffff;
}
#lr_form_block_2 .lr_field_block input[type=text], #lr_form_block_2 .lr_field_block input[type=password], #lr_form_block_2 .lr_field_block input[type=email], #lr_form_block_2 .lr_field_block input[type=tel], #lr_form_block_2 .lr_field_block input[type=date], #lr_form_block_2 .lr_field_block input[type="checkbox"], #lr_form_block_2 .lr_field_block input[type="radio"] {
	background: #faf9f9;
	border: 1px solid #efefef;
	border-radius: 4px;
}
#lr_form_block_2 .lr_field_block input[type=text]::placeholder {
	color: #dbd8d8;
}
#lr_form_block_2 .lr_field_block input[type=text]::-webkit-input-placeholder {
	color: #dbd8d8;
}
#lr_form_block_2 .lr_field_block input[type=text]::-moz-placeholder {
	color: #dbd8d8;
}
#lr_form_block_2 .lr_field_block input[type=text]:-moz-placeholder {
	color: #dbd8d8;
}
#lr_form_block_2 .lr_field_block input[type=text]:-ms-input-placeholder {
	color: #dbd8d8;
}
#lr_form_block_2 .lr_checkbox+label .lr_view_checkbox {
	border: 1px solid;
    border-color: #36a1df;
	background-color: #36a1df;
}
#lr_form_block_2 .lr_checkbox+label .lr_view_checkbox:hover {
	border: 1px solid;
	border-color: #57aee1;
	background-color: #57aee1;
}
#lr_form_block_2 .lr_radiobutton+label::before {
	border: 1px solid;
	border-color: #36a1df;
}
#lr_form_block_2 .lr_radiobutton:not(:checked)+label:hover::before {
	border: 1px solid;
	color: #57aee1;
}
 #lr_form_block_2 .lr_radiobutton:checked+label::before {
    border-color: #36a1df;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2336a1df'/%3e%3c/svg%3e");
 }
#lr_form_block_2 .lr_radiobutton:checked+label:hover::before {
	border-color: #57aee1;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2357aee1'/%3e%3c/svg%3e");
}
#lr_form_block_2 .lr_register_consent_text {
	font-size: 12px;
	line-height: 14px;
	color: #aaaaaa;
}
/* End */


/* Start:/bitrix/components/logictim/registration.form/templates/.default/custom.css?175916350823*/
/* Add custom styles */
/* End */
/* /bitrix/components/logictim/registration.form/templates/.default/style.css?17591635087435 */
/* /bitrix/components/logictim/registration.form/templates/.default/css_profiles/default.css?17591635081960 */
/* /bitrix/components/logictim/registration.form/templates/.default/css_profiles/profile_1.css?17600883922356 */
/* /bitrix/components/logictim/registration.form/templates/.default/css_templates/aspro_premier.css?17591635083100 */
/* /bitrix/components/logictim/registration.form/templates/.default/css_profiles/profile_2.css?17600883152356 */
/* /bitrix/components/logictim/registration.form/templates/.default/custom.css?175916350823 */
