.shop-phone {
  float: left;
  padding: 5px 0 10px;
  line-height: 18px; }

@media (max-width: 767px) {
  .shop-phone {
    display: none; } }
.shop-phone i {
  font-size: 21px;
  line-height: 21px;
  color: #fff;
  padding-right: 7px; }

.shop-phone strong {
  color: #fff; }

#contact-link {
  float: right;
  border-left: 1px solid #515151; }

@media (max-width: 479px) {
  #contact-link {
    width: 25%;
    text-align: center; } }
#contact-link a {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 8px 10px 11px 10px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  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: #2b2b2b; }

#contact_block p.tel {
  font-size: 16px;
  font-weight: bold; }
  #contact_block p.tel span {
    color: #666666;
    padding-left: 0; }
