

/* Start:/bitrix/components/logictim/registration.form/templates/fenix/style.css?17470395614913*/

.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_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;
	border: 1px solid #ececec;
	border-radius: 7px;
	background: #fafafa;
	color: inherit;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	cursor: pointer;
}
.lr_user_type:hover{
	background-color: #fff;
	box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}


.lr_user_type.lr_active {
	background:#eff0f0;
	-webkit-box-shadow: 0px -5px 5px -5px rgba(34, 60, 80, 0.6) inset;
	-moz-box-shadow: 0px -5px 5px -5px rgba(34, 60, 80, 0.6) inset;
	box-shadow: 0px -5px 5px -5px rgba(34, 60, 80, 0.6) inset;
}
.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 {
	background-color: #0cc071;
    border-color: #0cc071;
	color:#fff;
	border:1px solid #0cc071;
	border-radius:10px;
	padding: 10px 20px;
	-webkit-box-shadow: 0px -5px 5px -5px rgba(34, 60, 80, 0.6) inset;
	-moz-box-shadow: 0px -5px 5px -5px rgba(34, 60, 80, 0.6) inset;
	box-shadow: 0px -5px 5px -5px rgba(34, 60, 80, 0.6) inset;
}
.lr_button_register:hover {
	background-color:#0aa360;
}


/*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;
}
.lr_field_block input[type=text], .lr_field_block input[type=password], .lr_field_block input[type=email], .lr_field_block input[type=tel] {
	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_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 {
	margin-right:10px;
}
#lr_confirm, #lr_confirm_phone, #lr_confirm_email {
	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;
}


/*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/fenix/images/preloader.gif);
	background-size: 80px;
	opacity: 0.5;
}
/* End */
/* /bitrix/components/logictim/registration.form/templates/fenix/style.css?17470395614913 */
