#partners_home {
  float: left;
  width: 860px;
  padding: 0 40px 20px 60px;
  min-height: 300px;
  background-image: url(../img/back/bg_ho.png);
  background-repeat: repeat;
}
.partners_bloc {
  float: left;
  height: 300px;
}

.partners_bloc img {
  width: 250px;
  height: 100px;
  margin: 10px 15px 0 15px;
}
.partners_bloc h5 {
  width: 250px;
  text-align: center;
  margin: 10px 15px 0 15px;
}
.partners_bloc p {
  width: 250px;
  height: 100px;
  text-align: justify;
  line-height: 21px;
  margin: 10px 15px 0 15px;
}


.partners_bloc_nid {
  float: left;
  width: 960px;
  min-height: 360px;
}
.partners_bloc_nid img {
  width: 250px;
  height: 100px;
  margin: 10px 15px 0 15px;
}
.partners_bloc_nid h5 {
  width: 800px;
  text-align: left;
  margin: 10px 15px 0 15px;
}
.partners_bloc_nid p {
  width: 800px;
  text-align: justify;
  line-height: 21px;
  margin: 10px 15px 0 15px;
}



.under_partners_home {
  float: left;
  width: 960px;
  min-height: 300px;
  padding-bottom: 20px;
  background-image: url(../img/back/bg_ho.png);
  background-repeat: repeat;
}
.page_home {
  float: left;
  width: 920px;
  min-height: 100px;
  margin-left: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #222B33;
}
.page_home h2 {
  float: left;
  width: 920px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 23px;
  color: #222A32;
}
.page_home h2 a {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 23px;
  color: #222A32;
}
.page_home h2 a:hover {
  color: #495A68;
}
.page_home_descr {
  float: left;
  width: 920px;
  line-height: 21px;
  padding-bottom: 10px;
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  color: #8CA4B5;
}
.page_home_descr strong {
  padding-bottom: 10px;
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  color: #8CA4B5;
}
