html, body {
  height: 100%;
}

body {
  background: #DEDEDD;
  font-family: "Open Sans", "Arial";
}

.bg-top {background: #fff;}
.top {
  margin-top: 20px;
}

h1 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.header-description span {
  font-size: 16px;
  font-weight: bold;
}

.page-content {margin-top: 70px;}

.page-images {
  float: left;
}

.page-images img {
  margin-top: 15px;
}

.text-info {
  margin-left: 150px;
  color: #000;
}

.text-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  text-transform: uppercase;
}

.page-content li {
  margin-bottom: 20px;
}

.top-list {
  margin: 20px 0 20px 265px;
}
.top-list li {margin-right: 30px;}

.top-contacts {
  margin-top: 20px;
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
}

.top-contacts a {color: #000;}

.top-links a {
  color: #222;
  font-weight: bold;
}

.current {text-decoration: underline;}

.clients-list li{
  color: #000;
  margin-bottom: 10px;
}
.clients-list li b {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 30px;
}