html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  background-color: #01aef3;
  margin: 0;
  padding: 0px;
  padding-bottom: 20px;
  font-family: Arial Cyr, Arial, Tahoma;
  font-size: 15px;
}
h1,h2 {
  text-align: center;
  color: #ffffff;
}

li {
  list-style-type: none;
  line-height: 23px;
}

nav {
  display: table;
  margin: 0 auto;
}

p {
  text-align: center;
  vertical-align: top;
}

hr {
  width: 90%;
}

#logo {
  display: block;
  width: 658px;
  height: 113px;
  background: url("../images/logo.png") no-repeat center;
  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;
}


.man {
  display: inline-table;
  width: 220px;
  height: 240px;
  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: #ffffff;
}
