.checkbox {
   margin-right: 7px;
}
.lk-reg {
	position: relative;
	min-width: 320px;
	min-height: 1000px;
	padding: 35px 0 50px;
}
.lk-wrapper {
	width: 475px;
  max-width: 100%;
	min-width: 0;
  margin: 0 auto;
  padding: 0 15px;
}
.lk-reg .bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 107px;
	bottom: 0;
	background-position: center top;
	background-repeat: no-repeat;
	transition: opacity .6s;
  z-index: -1;
}
.lk-reg .bg-1 {
	background-image: url(../i/reg-bg-1.jpg);
}
.lk-reg .bg-2 {
	background-image: url(../i/reg-bg-2.jpg);
	opacity: 0;
}
.lk-reg .subtitle {
	font-size: 40px;
	line-height: 49px;
	text-align: center;
	color: #222;
	letter-spacing: -0.256315px;
}
.lk-reg .tab {
	display: flex;
	justify-content: space-between;
	margin-top: 38px;
}
.lk-reg .tab a {
	position: relative;
	display: block;
	width: 48.915%;
	height: 45px;
	line-height: 43px;
	border-radius: 4px;
	background: #f8f8f8;
	border: 1px solid #c1c1c1;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	color: #141414;
}
.lk-reg .tab a.active {
	background: var(--theme);
	border-color: var(--theme);
	color: #fff;
}
.lk-reg .tab a.active:after {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -7px;
	top: 100%;
	margin-top: 1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 6.5px 0 6.5px;
	border-color: #fc6600 transparent transparent transparent;
}
.lk-reg .form {
	margin-top: 28px;
}
.lk-reg .form .item {
	margin-top: 11px;
}
.lk-reg .form .lvl {
	color: #555;
	font-size: 14px;
	line-height: 17px;
}
.lk-reg .form .lvl span {
	display: inline-block;
	vertical-align: baseline;
	font-size: 14px;
	color: #cb0000;
}
.lk-reg .form .val {
	margin-top: 7px;
}
.lk-reg .form .inln {
	display: flex;
	justify-content: space-between;
}
.lk-reg .form .inln .item {
	margin-top: 0;
	width: 48.915%;
}
.lk-reg .form input[type=text], .lk-reg .form input[type=password] {
	width: 100%;
	/*color: #B3B3B3;*/
	color: #333;
	font-size: 13px;
	font-family: 'Avenir Next Cyr';
}
.lk-reg .form .bt {
	margin-top: 20px;
	text-align: center;
}
.lk-reg .form button {
	width: 223px;
	border-width: 1px;
	border-radius: 4px;
}
.lk-reg .or {
	position: relative;
	margin-top: 26px;
	height: 17px;
	overflow: hidden;
	text-align: center;
}
.lk-reg .or span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #555;
	font-weight: 600;
	line-height: 17px;
}
.lk-reg .or span:before, .lk-reg .or span:after {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	width: 999px;
	height: 2px;
	background: #eaeaea;
}
.lk-reg .or span:before {
	right: 100%;
	margin-right: 8px;
}
.lk-reg .or span:after {
	left: 100%;
	margin-left: 8px;
}
.lk-reg .social {
	position: relative;
	margin: 26px 0 0;
	display: flex;
	justify-content: space-between;
}
.lk-reg .social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48.8%;
	height: 45px;
	background: #3b5998;
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	font-size: 23px;
}
.lk-reg .social a.gp {
	background: #dc4e42;
}

@media screen and (max-width: 1000px) {
  .lk-reg {
    margin-left: -10px;
    margin-right: -10px;
  }
}
