.shop-phone {
  float: left;
  padding: 5px 0 4px;
  color: #fff;
  line-height: 25px;
}
@media (max-width: 767px) {
  .shop-phone {
    display: none;
  }
}
.shop-phone i {
  font-size: 25px;
  line-height: 25px;
  color: #3f383c;
  padding-right: 7px;
  vertical-align: -4px;
  display: inline-block;
}
.shop-phone strong {
  color: #e86156;
}

#contact-link {
  float: right;
  border-left: 1px solid #cdcbcc;
}
@media (max-width: 479px) {
  #contact-link {
    width: 25%;
    text-align: center;
  }
}
#contact-link a {
  display: block;
  color: #3f383c;
  font: 300 11px/18px "Ubuntu", sans-serif;
  padding: 8px 12px 8px 12px;
  cursor: pointer;
}
@media (max-width: 479px) {
  #contact-link a {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
#contact-link a:hover, #contact-link a.active {
  background: #e2e1e2;
}

@media (max-width: 767px) {
  #contact_block {
    margin-bottom: 20px;
  }
}
#contact_block .label {
  display: none;
}
#contact_block .block_content {
  color: #888888;
}
#contact_block p {
  margin-bottom: 4px;
}
#contact_block p.tel {
  font: 400 17px/21px Arial, Helvetica, sans-serif;
  color: #3f383c;
  margin-bottom: 6px;
}
#contact_block p.tel i {
  font-size: 25px;
  vertical-align: -2px;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  #contact-link {
    padding-right: 0;
    width: 25%;
    text-align: center;
  }

  #contact-link a {
    padding: 15px 0 15px 0;
    font-size: 12px;
    line-height: 22px;
    min-height: 48px;
  }

  #contact-link a:hover {
    background: #e2e1e2;
  }
}
