.s-contact {
  background-color:#f6f5f5;
  color:#333333;
  -webkit-box-flex:1;
  -ms-flex:1 0 auto;
  flex:1 0 auto;
}

.footer {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
}

.contact-us { margin:auto; }

.contact-us__heading {
  background-color:#e2e1e1;
  color:#727272;
  margin:0;
  text-align:center;
  font-size:20px;
  text-transform:uppercase;
  padding:15px 0;
}

.contact-us-list {
  background-color:#ffffff;
  padding:5px 10px;
  margin-bottom:15px;
}

.contact-us-list__item {
  position:relative;
  padding:20px 10px 20px 60px;
  list-style-type:none;
}

.contact-us-list__item:before {
  content:'';
  position:absolute;
  left:20px;
  right:20px;
  bottom:0;
  border-bottom:1px solid #f6f5f5;
}

.contact-us-list__item:last-child:before { content:none; }

.contact-us-list__img {
  position:absolute;
  top:25px;
  left:15px;
  width:30px;
}

.contact-us-list__img.contact-us-list__img_receiver { top:15px; }

.contact-us-list__img.contact-us-list__img_envelope { top:20px; }

.contact-us-list__paragraph { margin:0; }

.contact-us-button {
  display:block;
  border-radius:5px;
  background-color:#746ea9;
  padding:15px 0;
  border:none;
  font-weight:bold;
}

.contact-us-button:hover,
.contact-us-button:hover:active,
.contact-us-button:focus { background-color:#746ea9; }

.contact-us-list__item-address { font-weight:bold; }

.contact-us-list__item-address,
.contact-us-list__item-address:hover {
  color:#746ea9;
  text-decoration:none;
}

#all {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  height:100%;
}

.content { height:100%; }

@media (min-width:768px) {
  .contact-us { max-width:350px; }
}
