html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	background: #ffffff;
	margin: 0;
	padding: 0px;
	padding-bottom: 20px;
	font-family: Arial Cyr,Arial,Tahoma;
	font-size: 15px;
}

#canvas, #text {
	width: 100%;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: -1;
}

h1,h2 {
	text-align: center;
	color: #000000;
}

li {
	list-style-type: none;
	line-height: 23px;
}

nav {
	display: table;
	margin: 0 auto;
}

p {
	color: rgb(0, 0, 0);
	text-align: center;
	vertical-align: top;
}

a {
	color: rgb(0, 0, 0);
	font-size: larger;
	font-weight: 500;
}

big {
	color: #222;
}

#logo {
	display: block;
	width: 100%;
	height: 160px;
	background: url("../images/logo.png") no-repeat center;
	background-size: contain;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pdf:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin: 4px 6px 0 0;
	background: url("../images/pdf.png") no-repeat;
}

.lst:before {
	content: "";
	display: block;
	width: 16px;
	height: 15px;
	float: left;
	margin: 5px 6px 0 0;
	background: url("../images/lst.png") no-repeat;
}

.new:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin: 5px 6px 0 0;
	background: url("../images/new.png") no-repeat;
}

.new {
	line-height: 30px;
}

.l1 {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 7px;
	background: url("../images/l1.png") no-repeat;
}

.l2 {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 7px;
	background: url("../images/l2.png") no-repeat;
}

hr {
	width: 90%;
}

.man {
	display: inline-table;
	border: 2px solid #e0e0ef;
	border-radius: 20px;
	padding: 15px;
	background-color: #ffffff;
	margin: 5px;
	text-align: center;
	text-decoration: none;
}

.man img {
	display: inline-block;
}

.man:hover {
	box-shadow: 0px 4px 10px rgba(89, 129, 204, 0.18);
}

.rem {
	font-size: 12px;
	color: #777777;
}