@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|Roboto+Condensed:300,300i,400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext');

body {
    margin:0;
    padding:0;
	font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
    font-style: normal;
    font-weight: 400;
	font-size:14px;
	background-size:cover;
	text-align:left;
	color:#000;
}
.head {
	background:#eeeeec;
	font-size:12px;
	padding:8px 0;
	width:100%;
	text-align:center;
}
.head img {
	width:90px;
	border:0;
	margin-left:-8px;
}
.head span {
	color:#F00;
}
.scanner {
	position:absolute;
	right:15px;
	top:13px;
	background: url(../img/scanner.png) no-repeat;
	background-size:contain;
	width:50px;
	height:35px;
}
.scanner a {
    width:100%;
    height:100%;	
	display:block;
}
.check {
	background:#eeeeec;
	margin:50px auto;
	width:80%;
	border-radius:10px;
	padding:20px;
	text-align:center;
}
.check img {
	width:200px;
	margin-bottom:15px;
}









