.shop-phone {
  float: right;
  padding: 5px 0 10px;
  line-height: 18px;
  width: 270px;
  color:#fff;

  }
  @media (max-width: 767px) {
    .shop-phone {
      display: none; } }
  .shop-phone i {
    font-size: 21px;
    line-height: 22px;
    color: #fff;
    padding-left: 7px; 
	}
  .shop-phone strong {
    color: #555; 
	}

#contact-link {
  float: left;
 
  }
  @media (max-width: 479px) {
    #contact-link {
      width: 25%;
      text-align: center; } }
  #contact-link a {
    display: block;
    color: #fff;
background:#333;
    padding: 8px 10px 13px 10px;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
    cursor: pointer;
    line-height: 18px; }
    @media (max-width: 479px) {
      #contact-link a {
        font-size: 11px;
        padding-right: 5px;
        padding-left: 5px; } }


@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 bhoma,arial, Helvetica, sans-serif;
  color: #333333;
  margin-bottom: 6px; }
  #contact_block p.tel i {
    font-size: 25px;
    vertical-align: -2px;
    padding-left: 10px; }