div.bx-auth-reg input.bx-auth-input {vertical-align:middle;}
div.bx-auth-reg span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth-reg div.bx-auth-secure-icon {background-image:url(images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth-reg div.bx-auth-secure-unlock {background-image:url(images/sec-unlocked.png);}


.alert-danger.warning-text {
    margin: 25px auto 20px;
    max-width: 778px;
}

@media (max-width:767px) {
	.alert-danger.warning-text {
	    width: 360px;
    	max-width: 100%;
    	margin: 25px auto 5px;
	}
}

/*ГЛАЗ*/
.passEye {position:relative;display:inline-block;width:100%;}
.passEye input {padding-right:35px !important;}
.passEye input::-ms-reveal, .passEye input::-ms-clear {display:none}
.passEye .eye {position:absolute;right:10px;top:50%;margin-top:-4px;display:block;height:10px;width:18px;background:url(images/passEye.png) no-repeat left 2px;cursor:pointer;}
.passEye .openEye {background-position:left bottom;}

/*Проверка сложности пароля START*/
form {
	position:relative;
}
.check-pass {
	width:302px;
	height:164px;
	background:url(images/check-pass.png?3);
	position:absolute;
	right: -376px;
    bottom: 15px;
    padding:25px 40px 5px 48px;
    display:none;
}

.check-confirm {
	width:302px;
	height:75px;
	background:url(images/check-confirm.png?1);
	position:absolute;
	right: -376px;
    bottom: 35px;
    padding:23px 40px 8px 48px;
    display:none;
}
.check-pass p{
    font-size: 13px;
    line-height: 120%;
    color:#4d4d4d;
    margin-bottom:15px;
}
.check-confirm p{
    font-size: 13px;
    line-height: 120%;
    color:#4d4d4d;
    margin-bottom:20px;
}

.check-pass p.error,
.check-confirm p.error{
    font-size: 13px;
    line-height: 120%;
    color:#e20613;
    margin-bottom:20px;
}

.bx-regform-input-container input.error, 
.bx-regform-input-container textarea.error
{
	border: 1px solid #E20613!important;
}

.check-pass p.ok,
.check-confirm p.ok{
    color:#219653;
    position:relative;
}

.check-pass p.ok:before,
.check-confirm p.ok:before{
    content:'';
    width:8px;
    height:6px;
	background:url(images/check-pass-ok.png);
	position:absolute;
	left:-17px;
	top:4px;
}

@media (max-width:767px) {
	.check-pass,
	.check-confirm {
	    width: 100%;
	    height: auto;
	    background: #FFEFE4;
	    border: 1px dashed #FF974C;
	    position: relative;
	    right: unset;
	    bottom: unset;
	    padding:25px 30px 5px;
	    margin-bottom: 30px;
    	display:none;
	}
}
/*Проверка сложности пароля END*/

h1#pagetitle {
    display: none;
}
.already_registred {
    width: 360px;
    margin: 0 auto;
    margin-top: 90px;
}
.already_registred span {
    margin-bottom: 40px;
    display: block;
    font-size: 20px;
    line-height: 120%;
    font-family: GothamProBold;
}

/* tabs */
.tab-list {
	margin-bottom:20px;
	font-size:16px;
}
.tab-block {
	float:left;
}
.tab-block[data-tab="0"]{
	margin-right:24px;
}
.tab-block.or {
	color:#9E9E9E;
}
.tab-item {
	cursor:pointer;
}
.tab-item.active {
	color:#E20613;
	cursor:default;
}
.tab {
    display: none;
}
.tab.open {
    display: block;
}
.tab-block.tab-item label span {
    font-size: 11px;
    display: block;
    color: #A1A1A1;
    padding-top: 5px;
}
::-webkit-input-placeholder {color:#A1A1A1;}
::-moz-placeholder          {color:#A1A1A1;}/* Firefox 19+ */
:-moz-placeholder           {color:#A1A1A1;}/* Firefox 18- */
:-ms-input-placeholder      {color:#A1A1A1;}

@media(max-width:767px){
	.tab-item {
	    width: 50%;
	    margin: 0;
	    background: #DADADA;
	    font-size: 12px;
	    padding: 10px;
	    text-align: center;
	    height: 50px;
	}
	.tab-block.tab-item label span {
		 font-size:8px;
	    color: inherit;
	    padding-top: 0;
	}
	.tab-item .radio + label:before,
	.tab-item .radio + label:after,
	.radio {
		display:none;
	}
	.tab-item .radio + label {
		padding:0;
    	margin: 0;
	}
	.tab-item.active {
		background: #E20613;
		color:#fff;
	}
}

.bx-auth-info{
	width:285px;
    margin-left: 60px;
}
.bx-auth-info h4 {
	font-family: GothamProBold;
    font-size: 20px;
    line-height: 120%;
    margin-bottom:40px;
}
.bx-auth-info .description {
    font-size: 16px;
    color:#A1A1A1;
    line-height: 120%;
    margin-bottom: 35px;
}

.bx-regform {
	float:right;
   	width: 400px;
    max-width: 100%;
}
.bx-regform h3.bx-title
{
    font-size: 26px;
    margin-top: 10px;
}
.bx-regform-input-container {
    margin-bottom: 20px;
    position: relative;
}
.bx-regform-input-container.moreMorgin {
    margin-bottom: 40px;
}
.bx-regform-input-container.pass-container,
.bx-regform-input-container.agree-container{
	 margin-bottom: 30px;
}
.bx-regform-input-container input[type="text"],
.bx-regform-input-container input[type="password"],
.bx-regform-input-container input[type="tel"]
 {
  	display: block;
    width: 100%;
    font-size: 16px;
    margin: 0;
    padding: 11px 20px 12px 20px;
    border-radius: 2px;
    border: 1px solid transparent;
    background: #fff;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-regform input[type=submit] {
    padding: 17px 15px;
    width: 100%;
}
/*.bx-regform .bx-regform-input-container .ur-group-field,
.bx-regform .bx-regform-input-container .fiz-group-field
 {
	display:none;
}*/
.bx-regform .bx-regform-input-container .ur-group-field.open,
.bx-regform .bx-regform-input-container .fiz-group-field.open {
	display:block;
}
.checkbox-custom-wrapp .checkbox-custom-block,
.bx-regform label.checkbox-custom-wrapp.agreement label,
.bx-regform label.checkbox-custom-wrapp.agreement label a {
   /* color: #A1A1A1;*/
}
.bx-regform label.checkbox-custom-wrapp.agreement label {
	padding-left:15px;
	cursor: pointer;
}
.bx-auth-info a.red {
    color: #E20613;
}
.bx-regform span.checkbox-custom svg {
	fill: #4D4D4D;
}
img.ui-datepicker-trigger {
	width: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 15px;
    cursor:pointer;
}

@media(max-width:767px){
	.bx-regform 
	{
		margin:0 auto;
		float:none;
	}
	.tab-block[data-tab="0"] {
	    margin-right: 0;
	}
	.bx-auth-info {
	    position: relative;
	    padding-top: 35px;
	    width: 100%;
	    text-align: center;
	        margin: 0 auto;
	}
	.bx-auth-info h4 {
		display:none;
	}
	.bx-regform  textarea {
	    min-height: 139px;
	}
}

.captcha-img-wrap {
	width: 100%;
	height: 47px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #ffffff;
}

.captcha-img-border {
	position: relative;
	width: 180px;
	height: 40px;
}

.captcha-img-border::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 40px;
	border: 1px solid #ffffff;
}

.captcha-input {
	display: block;
	width: 100%;
	font-size: 16px;
	margin: 0;
	margin-bottom: 40px;
	padding: 11px 20px 12px 20px !important;
	border-radius: 2px !important;
	border: 1px solid transparent !important;
	background: #fff !important;
	outline: none !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box;
}