*{
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, menu, nav, section {
	display: block;
}

body, html{
	width: 100%;
	height: 100%;
	background: #e8e8e8;
	color: #020000;
	font-family: "Arial" sans-serif;
}

ol, ul {
	list-style-type: none;
}

textarea {
	resize: none;
}

input,select,
button {
	outline: none;
}

*, *:before, *:after {
	box-sizing: border-box;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.wrapper{
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 10px;
	height: 100%;
}
.top-line{
	position: relative;
	margin-top: 35px;
}
.top-line__logo{
	display: inline-block;
	margin-left: 5px;
}
.top-line__close{
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.form-center__title{
	text-align: center;
	color: #020000;
	font-size: 20px;
}

.form-center{
	max-width: 380px;
	margin: 30px auto 0;
}
.form-center form input::placeholder{
	color: #6d6b6b;
	font-size: 12px;
}
#login, #pas{
	display: block;
	width: 100%;
	height: 30px;
	padding-left: 20px;
	margin-top: 25px;
	border: 1px solid #000;
	outline: none;
}
.form-box{
	position: relative;
}
.label{
	display: inline-block;
	position: relative;
	margin-top: 31px;
	color: #020000;
	font-size: 14px;
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
.form-box__btn{
	position: absolute;
	right: 0;
	top: 23px;
	width: 140px;
	height: 30px;
	color: #ff040e;
	font-size: 16px;
	background: none;
	transition: linear .15s;
	border: 2px solid #ff0000;
	border-radius: 4px;
	cursor: pointer;
}
.form-box__btn:hover{
	color: #fff;
	background: #ff040e;
}
.form-registr{
	position: relative;
	margin-top: 50px;
}
.form-registr__link{
	display: inline-block;
	color: #020000;
	font-size: 15px;
	transition: linear .15s;
	text-decoration: underline;
}
.form-registr__link_right{
	position: absolute;
	top: 0;
	right: 0;
}
.form-registr__link:hover{
	color: #ff040e;
}
.chek{
	display: none;
}
.form-box .label.label__active::after{
	position: absolute;
	content: "";
	top: -1px;
	left: -1px;
	width: 21px;
	height: 21px;
	background: url(img/check1.jpg) no-repeat center;
}
.form-box .label.label__nul::before{
	position: absolute;
	content: "";
	width: 20px;
	height: 19px;
	background: url(img/check2.jpg) no-repeat center;
	top: 0;
	left: 0;
}
.laximo_login {
	color: #842029;
	background-color: #f8d7da;
	border: 1px solid #f5c2c7;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 20px;
	line-height: 23px;
}


