.shop-phone {
  float: left;
  padding: 10px 0 3px;
  line-height: 18px; }
  .shop-phone a{
    color: #333E48;
    font-weight: normal;
  }
  @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: #333E48; }
  @media (max-width: 991px) {
    .shop-phone.is_logged {
      display: none; } }

#contact-link {
  float: right;
  border-left: 1px solid #515151; }
  @media (max-width: 479px) {
    #contact-link {
      text-align: center; } }
  #contact-link a {
    display: inline-block;
    color: #333E48;
    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: 767px) {
      #contact-link a {
        font-size: 11px;
        padding-left: 5px;
        padding-right: 5px; } }
    #contact-link a:hover, #contact-link a.active {
      background: #2b2b2b; }
  @media (max-width: 767px) {
    #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; }
.place-distribution{}
  .place-distribution a{
    font-weight: normal !important;
  }
  .place-distribution a:hover{
    background: inherit !important;
    text-decoration: underline;
  }
  .place-distribution a:after{
    content: " ";
    display: inline-block;
    margin-left: 10px;
  }

.place-distribution a:hover {
    background: inherit !important;
    text-decoration: underline;
}

  .place-distribution a.bash-s:after{
    background: url(../../../img/bash-s.jpg) no-repeat;
    width: 18px;
    height: 18px;
  }
  .place-distribution a.bash-i:after{
    background: url(../../../img/bash-i.jpg) no-repeat;
    width: 18px;
    height: 18px;
  }
  .place-distribution a.bash-r:after{
    background: url(../../../img/bash-r.jpg) no-repeat;
    width: 18px;
    height: 18px;
  }
  .place-distribution a.bash-d:after{
    background: url(../../../img/bash-d.jpg) no-repeat;
    width: 18px;
    height: 18px;
  }
/*# sourceMappingURL=blockcontact.css.map */

a.bash-s {
    border-bottom: 8px solid #E2231A;
    margin-bottom: -8px;
}
a.bash-i {
    border-bottom: 8px solid #B6BD00;
    margin-bottom: -62px;
}
a.bash-r {
    border-bottom: 8px solid orange;
    margin-bottom: -62px;
}
a.bash-d {
    border-bottom: 8px solid #007DA4;
    margin-bottom: -62px;
}

@media (max-width: 767px){

a.bash-s {
    border-bottom: 0px solid #E2231A;
    margin-bottom: 0px;
}


a.bash-i {
    border-bottom: 0px solid #B6BD00;
    margin-bottom: -62px;
}

a.bash-r {
    border-bottom: 0px solid orange;
    margin-bottom: -62px;
}


#contact-link a {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
}

a.bash-d {
    border-bottom: 0px solid #007DA4;
    margin-bottom: -62px;
}

#contact-link {
    float: right;
    border-left: 0px solid #515151;
}

}