.page-contacts .left {
  width: 49%;
  float: left;
}
.page-contacts .right {
  width: 49%;
  float: right;
}
.page-contacts h2 {
  font-size: 22px;
  text-transform: uppercase;
}
.page-contacts h3 {
  font-size: 14px;
  text-transform: uppercase;
}
.page-contacts .metros p {
  color: #666666;
}
.page-contacts .metros .metro-title {
  color: #333333;
  padding-left: 30px;
  margin-bottom: 10px;
  background: url(../images/metros.png) no-repeat 0 -48px;
}
.page-contacts .metros .metro-title.green {
  background: url(../images/metros.png) no-repeat 0 2px;
}
.page-contacts .metros .metro-title.orange {
  background: url(../images/metros.png) no-repeat 0 -23px;
}
.page-contacts .by-car {
  border-top: 1px solid #dddddd;
  margin-top: 30px;
  padding-top: 30px;
  overflow: hidden;
  width: 100%;
}
.page-contacts .by-car h3 {
  margin-top: 0;
}
.page-contacts .by-car>div {
  float: left;
  width: 23%;
  margin-right: 2%;
}
.page-contacts .by-car>div p {
  font-size: 12px;
}
.page-contacts .by-car>div a {
  display: block;
  width: 100%;
}
.page-contacts .by-car>div a img {
  display: block;
  width: 100%;
  height: auto;
}

.page-contacts .contacts-photos img {
  width: 120px;
  margin-top: 12px;
  margin-left: 10px;
  display: inline-block;
  height: auto;
}
.hr {
  border-top: 1px solid #dddddd;
}
.page-contacts .schedule {
  background: url(../images/metros.png) no-repeat 0 -75px;
  padding-left: 25px;
  line-height: 18px;
}

.page-contacts .clearfix {
  width: 100%;
  overflow: hidden;
}