.shop-phone {
  float: left;
  padding: 5px 0 10px;
  line-height: 18px; 
        padding-left: 20px;
            color: #fff;
                font-size: 30px;
}
  @media (max-width: 767px) {
    .shop-phone {
      display: ; 
        line-height:30px;
    } }
  .shop-phone i {
    font-size: 21px;
    line-height: 21px;
    color: #fff;
    padding-right: 7px; 
          font-size: 30px;
  }
  .shop-phone strong {
    color: #ffd100;
    font-weight:900;
          font-size: 30px;
  }

#contact-link {
  float: right;
  border-left: 1px solid #ffd100; }
  @media (max-width: 479px) {
    #contact-link {
      width: 25%;
      text-align: center; } }
  #contact-link a {
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
    cursor: pointer;
    line-height: 18px; }
    @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: #f6f6f6; }

@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: #333333;
  margin-bottom: 6px; }
  #contact_block p.tel i {
    font-size: 25px;
    vertical-align: -2px;
    padding-right: 10px; }
