.shop-phone {
  float: left;
  padding: 5px 0 10px;
  font-weight: 500;
  margin-left: 15px;
}
.shop-phone::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url("../../../img/svg/smartphone.svg") no-repeat center;
  background-size: 20px;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .shop-phone {
    display: none;
  }
}

.shop-phone i {
  font-size: 21px;
  line-height: 21px;
  color: #000;
  padding-right: 7px;
}

.shop-phone strong {
  color: #000;
}

@media (max-width: 991px) {
  .shop-phone.is_logged {
    display: none;
  }
}

.header-top__contact-link {
  float: right;
  border-left: 1px solid #000000;
}

.header-top__contact-link--contact {
  margin-right: 30px;
  text-transform: uppercase;
  border-left: none;
}

@media (max-width: 991px) {
  .header-top__contact-link--contact {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .header-top__contact-link {
    text-align: center;
  }

  .header-top__contact-link {
    border: none;
  }
}

.header-top__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;
  font-size: 14px;
}

@media (max-width: 480px) {
  .header-top__contact-link a {
    /* font-size: 11px; */
    /* padding-left: 5px; */
    /* padding-right: 5px; */
  }
}

.header-top__contact-link a:hover,
.header-top__contact-link a.active {
  background: #2b2b2b;
}

@media (max-width: 767px) {
  .header-top__contact-link.is_logged {
    display: none;
  }
}

@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: #333;
  margin-bottom: 6px;
}

#contact_block p.tel i {
  font-size: 25px;
  vertical-align: -2px;
  padding-right: 10px;
}

/*# sourceMappingURL=blockcontact.css.map */
