@charset "utf-8";
body.night #footer {
  background-color: #202020;
}
body[footer="true"] #page {
  min-height: calc(100vh - 61px);
}
body #footer {
  background-color: #f5f5f5;
}
body #footer .years {
  float: right;
  margin: 12px 0;
  height: 36px;
  width: 36px;
  background: transparent url("/resource/i/0years.png") no-repeat scroll 0 0;
}
body #footer .copyr {
  margin: 20px 0;
  display: inline-block;
}
body #footer .counters {
  float: right;
  margin: 23px 23px 23px 0;
  font-size: 0px;
  line-height: 0px;
}
body #footer .counters a {
  font-size: 0px;
  line-height: 0px;
  display: inline-block;
}
body #footer .counters img {
  margin: 0 5px;
}
