

/* Start:/local/components/logictim/registration.form/templates/.default/style.css?17494916877078*/

.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;
}

/*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("/local/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("/local/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(/local/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;
}
.lr_checkbox+label::before {
	cursor: pointer;
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	flex-shrink: 0;
	flex-grow: 0;
	border-radius: 0.25em;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}
.lr_checkbox:checked+label::before {
	background-size: 70%;
}
/* 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:/local/components/logictim/registration.form/templates/.default/css_profiles/default.css?17494916872286*/
.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::before {
	border: 1px solid;
	border-color: #ccc;
}
.lr_checkbox:not(:checked)+label:hover::before {
	border: 1px solid;
	border-color: #aaa;
}
.lr_checkbox:checked+label::before {
	border-color: #36a1df;
	background-color: #36a1df;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.lr_checkbox:checked+label:hover::before {
	border-color: #57aee1;
	background-color: #57aee1;
}
.lr_radiobutton+label::before {
	border: 1px solid;
	border-color: #ccc;
}
.lr_radiobutton:not(:checked)+label:hover::before {
	border: 1px solid;
	color: #aaa;
}
 .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:/local/components/logictim/registration.form/templates/.default/custom.css?174949168723*/
/* Add custom styles */
/* End */


/* Start:/local/components/logictim/registration.form/templates/.default/css_profiles/profile_1.css?17494916872728*/
.lr_registration_title {
	font-size: 24px;
}
#lr_user_type_1.lr_user_type.lr_active {
    border-bottom: 2px solid #f76562;
}
#lr_form_block_1 .lr_button_register {
	background-color: #f76562;
    color: #ffffff;
	border-radius: 5px;
}
#lr_form_block_1 .lr_button_register:hover {
	background-color: #f2817b;
	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::before {
	border: 1px solid;
	border-color: #cccccc;
}
#lr_form_block_1 .lr_checkbox:not(:checked)+label:hover::before {
	border: 1px solid;
	border-color: #aaaaaa;
}
#lr_form_block_1 .lr_checkbox:checked+label::before {
	border-color: #f76562;
	background-color: #f76562;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
#lr_form_block_1 .lr_checkbox:checked+label:hover::before {
	border-color: #f2817b;
	background-color: #f2817b;
}
#lr_form_block_1 .lr_radiobutton+label::before {
	border: 1px solid;
	border-color: #cccccc;
}
#lr_form_block_1 .lr_radiobutton:not(:checked)+label:hover::before {
	border: 1px solid;
	color: #aaaaaa;
}
 #lr_form_block_1 .lr_radiobutton:checked+label::before {
    border-color: #f76562;
    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='%23f76562'/%3e%3c/svg%3e");
 }
#lr_form_block_1 .lr_radiobutton:checked+label:hover::before {
	border-color: #f2817b;
	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='%23f2817b'/%3e%3c/svg%3e");
}
#lr_form_block_1 .lr_register_consent_text {
	font-size: 12px;
	line-height: 14px;
	color: #aaaaaa;
}
/* End */


/* Start:/local/components/logictim/registration.form/templates/.default/css_profiles/profile_2.css?17494916872728*/
.lr_registration_title {
	font-size: 24px;
}
#lr_user_type_2.lr_user_type.lr_active {
    border-bottom: 2px solid #f76562;
}
#lr_form_block_2 .lr_button_register {
	background-color: #f76562;
    color: #ffffff;
	border-radius: 5px;
}
#lr_form_block_2 .lr_button_register:hover {
	background-color: #f2817b;
	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::before {
	border: 1px solid;
	border-color: #cccccc;
}
#lr_form_block_2 .lr_checkbox:not(:checked)+label:hover::before {
	border: 1px solid;
	border-color: #aaaaaa;
}
#lr_form_block_2 .lr_checkbox:checked+label::before {
	border-color: #f76562;
	background-color: #f76562;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
#lr_form_block_2 .lr_checkbox:checked+label:hover::before {
	border-color: #f2817b;
	background-color: #f2817b;
}
#lr_form_block_2 .lr_radiobutton+label::before {
	border: 1px solid;
	border-color: #cccccc;
}
#lr_form_block_2 .lr_radiobutton:not(:checked)+label:hover::before {
	border: 1px solid;
	color: #aaaaaa;
}
 #lr_form_block_2 .lr_radiobutton:checked+label::before {
    border-color: #f76562;
    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='%23f76562'/%3e%3c/svg%3e");
 }
#lr_form_block_2 .lr_radiobutton:checked+label:hover::before {
	border-color: #f2817b;
	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='%23f2817b'/%3e%3c/svg%3e");
}
#lr_form_block_2 .lr_register_consent_text {
	font-size: 12px;
	line-height: 14px;
	color: #aaaaaa;
}
/* End */


/* Start:/bitrix/components/bitrix/sale.location.selector.search/templates/.default/style.min.css?17494916765525*/
.bx-sls .dropdown-block{border:1px solid #bdbdbd;border-radius:2px;-webkit-box-shadow:inset 0 1px 2px #ebebeb;box-shadow:inset 0 1px 2px #ebebeb;font-size:14px;padding:0 22px 0 30px;position:relative;background-color:#fff}.bx-sls .dropdown-block-ui{font-size:14px;padding:0 22px 0 30px;position:relative;background-color:#fff;margin-top:5px;}

.bx-sls .dropdown-arrow {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/dropdown-errow.png) no-repeat center center; height:100%;top:0;right:0;position:absolute;width:22px}.bx-sls .bx-ui-sls-container{overflow:hidden;min-height:25px}.bx-sls .bx-ui-sls-pane{border:1px solid #bdbdbd;border-radius:2px;-webkit-box-shadow:0 2px 3px #c7c7c7;box-shadow:0 2px 3px #c7c7c7;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:none;max-height:200px;overflow-y:auto;left:0;top:35px;padding:5px 5px 3px 5px;position:absolute;width:100%}.bx-sls .dropdown-active .bx-ui-sls-pane{display:block}.bx-sls .bx-ui-sls-variants{list-style:none;margin:0;padding:0}.bx-sls .dropdown-item{border-radius:2px;padding:7px 4px 7px 10px;margin-bottom:2px}.bx-sls .dropdown-item:hover{background-color:#f1f3f5;cursor:pointer}.bx-sls .dropdown-img{border:0;display:inline-block;height:12px;margin:3px 12px 0 0;vertical-align:top;width:16px}.bx-sls .dropdown-item-text{color:#aba8ac;display:inline-block;vertical-align:top}.bx-sls .dropdown-item-text span{color:#25282c}.bx-sls .dropdown-list-title{border-bottom:1px solid #e5e5e5;height:37px;line-height:37px;padding-left:8px;}

.bx-sls .dropdown-icon {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/lens.png) no-repeat center center; height:14px;left:10px;position:absolute;top:10px;width:14px}.bx-sls .quick-locations{margin-bottom:5px}.bx-sls .quick-location-tag{background-color:#f2f5f8;border:1px solid #cad3dc;border-radius:3px;color:#1e55b9;display:inline-block;font-size:15px;height:27px;line-height:26px;margin:0 3px;padding:0 14px;text-decoration:none;margin-bottom:10px}.bx-sls .quick-location-tag:hover{background-color:#fafafa}.bx-sls .dropdown-fade2white{width:46px;height:31px;position:absolute;top:2px;right:0;background:-moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 30%);background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(30%,rgba(255,255,255,1)));background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 30%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 30%);background:-ms-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 30%);background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,1) 30%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1);}

.bx-sls .bx-ui-sls-clear{
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3386px no-repeat scroll; width:30px;height:30px;cursor:pointer;cursor:hand;margin-top:2px;position:absolute;top:0;right:0;display:block}.bx-sls .bx-ui-sls-clear:hover{background-position:6px -3418px;}

.bx-sls .bx-ui-sls-loader{
	background-image: url(/bitrix/panel/main/images/waiter-white.gif) !important; background-repeat:no-repeat !important;background-position:right -1px !important;width:30px;height:30px;position:absolute;top:3px;right:2px;display:none}.bx-sls .bx-ui-sls-go-edit{display:none}.bx-sls .bx-ui-sls-pane{max-height:300px}.bx-sls input::-ms-clear{display:none}.bx-sls input[type="text"]{position:relative}.bx-sls .bx-ui-sls-fake,.bx-sls .bx-ui-sls-route{position:absolute !important;top:0;left:0;color:#000 !important;opacity:1 !important;background:transparent !important;border:none !important;box-shadow:none !important;padding:0 22px 0 0 !important;background-position:right 1px;background-repeat:no-repeat;font-family:var(--ui-font-family-primary,var(--ui-font-family-helvetica));font-size:14px;height:33px;width:100%;outline:0;z-index:10}.bx-sls .bx-ui-sls-route{color:#aba8ac !important;z-index:5}.bx-sls .bx-ui-sls-pane{background-color:#fff;z-index:999;border:1px solid #87919c}.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,.bx-sls .bx-ui-sls-error{padding:10px 10px}.bx-sls .bx-ui-sls-error{color:#f22;padding-left:30px;position:relative}.bx-sls .bx-ui-sls-error div{position:absolute;top:0;left:0;width:25px;height:25px;	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2895px no-repeat scroll;}.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,.bx-sls .bx-ui-sls-variant-active{background-color:#e0e8ea}.adm-sls-edit-link{margin-top:10px}.bx-admin-mode .bx-sls-go-edit{margin-left:10px;display:none}.bx-admin-mode .dropdown-block{border-color:#87919c #959ea9 #9ea7b1;border-radius:4px;-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.3),0 2px 2px -1px rgba(180,188,191,0.7) inset;box-shadow:0 1px 0 0 rgba(255,255,255,0.3),0 2px 2px -1px rgba(180,188,191,0.7) inset;height:25px}.bx-sls.bx-admin-mode .bx-ui-sls-fake,.bx-sls.bx-admin-mode .bx-ui-sls-route{height:25px}.bx-admin-mode .dropdown-icon{top:7px}.bx-admin-mode .dropdown-fade2white{height:22px}.bx-admin-mode .dropdown-fade2white{right:1px}.bx-admin-mode .bx-ui-sls-clear{background-position:6px -3389px;height:22px}.bx-admin-mode .bx-ui-sls-clear:hover{background-position:6px -3421px}.bx-admin-mode .bx-ui-sls-loader{background-position:right -4px !important;height:21px}.bx-admin-mode .bx-ui-sls-pane{top:27px}
/* End */
/* /local/components/logictim/registration.form/templates/.default/style.css?17494916877078 */
/* /local/components/logictim/registration.form/templates/.default/css_profiles/default.css?17494916872286 */
/* /local/components/logictim/registration.form/templates/.default/custom.css?174949168723 */
/* /local/components/logictim/registration.form/templates/.default/css_profiles/profile_1.css?17494916872728 */
/* /local/components/logictim/registration.form/templates/.default/css_profiles/profile_2.css?17494916872728 */
/* /bitrix/components/bitrix/sale.location.selector.search/templates/.default/style.min.css?17494916765525 */
