.content .stat {
  margin-bottom: 20px;
}
.content .stat .imp {
  font-size: 16px;
  line-height: 20px !important;
}
.content .min_links a {
  display: inline-block;
  width: 350px;
  height: 188px;
  font-size: 28px;
  line-height: 27px;
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.content .min_links a.lead {
  background: url(../../../static/images/lead.jpg);
  width: 100%;
  background-size: contain;
}
.content .min_links a.lead .hover {
  width: 100%;
}
.content .min_links a.dep {
  background: url(../../../static/images/dep.jpg);
  background-size: cover;
}
.content .min_links a.org {
  background: url(../../../static/images/org.jpg);
  background-size: cover;
  float: right;
}
.content .min_links a.fed_serv {
  background: url(../../../static/images/fed_serv.png);
  background-size: cover;
}
.content .min_links a.reg_gov {
  background: url(../../../static/images/reg_gov.jpg);
  background-size: cover;
  float: right;
}
.content .min_links a.reg_gov span {
  min-width: 275px;
}
.content .min_links a .hover {
  display: inline-block;
  width: 350px;
  height: 188px;
  transition: all 0.3s;
}
.content .min_links a .hover:hover {
  background: rgba(0,0,0,0.5);
}
.content .min_links a span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 250px;
  text-shadow: 1px 2px #000;
}
.content .min_links a:nth-child(4) {
  margin-bottom: 0;
}
.content .min_links a:nth-child(5) {
  margin-bottom: 0;
}
.main-docs {
  margin-bottom: 40px;
}
.main-docs h2 {
  margin: auto;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-size: 16px;
  font-family: 'pt_sansregular';
  background: url(../../images/file.png) no-repeat 0 0;
  padding-left: 25px;
  background-size: 17px 17px;
}
.main-docs ul {
  font-size: 11px;
}
.main-docs ul li {
  margin: 5px 0 5px 3px;
}
.main-docs ul li a {
  color: #505860;
  text-decoration: none;
}
.main-docs ul li a:hover {
  color: #00a0dc;
  text-decoration: underline;
}
.main-docs ul li:nth-child(3) {
  margin-bottom: 0;
}
.col-c {
  margin-top: 43px;
}
.col-c .stat h2 {
  margin: auto;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-size: 16px;
  font-family: 'pt_sansregular';
  background: url(../../img/stat-icon.png) no-repeat 0 0;
  padding-left: 25px;
  background-size: 17px 17px;
}
.col-c .stat a {
  font-size: 11px;
  color: #505860;
  text-decoration: none;
  padding-left: 3px;
}
.col-c .stat a:hover {
  color: #00a0dc;
  text-decoration: underline;
}
.col-c .h-share {
  padding-left: 25px;
}
