.page-contacts .topvis {
  background-image: url('/style/images/vis-xs.jpg');
}
@media screen and (min-width: 768px) {
  .page-contacts .topvis {
    background-image: url('/style/images/vis-sm.jpg');
  }
}
@media screen and (min-width: 992px) {
  .page-contacts .topvis {
    background-image: url('/style/images/vis-md.jpg');
  }
}
@media screen and (min-width: 1200px) {
  .page-contacts .topvis {
    background-image: url('/style/images/vis-lg.jpg');
  }
}
@media screen and (min-width: 1440px) {
  .page-contacts .topvis {
    background-image: url('/style/images/vis-hg.jpg');
  }
}
.page-contacts h2 {
  font-size: 20px;
}
.page-contacts .detail a {
  text-decoration: none;
  color: #000;
}
.page-contacts .message {
  margin-top: 30px;
  background-color: #1c85cf;
  color: #FFF;
  padding: 20px;
  height: auto;
  overflow: hidden;
}
.page-contacts .message > h3 {
  font-size: 20px;
  text-align: center;
}
.page-contacts .message .tip {
  text-align: center;
  padding-bottom: 15px;
}


.form-group {
  margin-bottom: 15px;
  height: auto;
  overflow: hidden;

}