.shop-phone {
  color: #586077;
  font: italic 400 18px/1 'Capriola', sans-serif;
  float: left;
  margin-top: 33px;
  padding: 0px 0 10px 57px;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .shop-phone {
      display: none; } }
  @media (max-width: 767px) {
    .shop-phone {
      display: none; } }
  .shop-phone i {
    position: absolute;
    display: block;
    top: -3px;
    left: 0;
    width: 40px;
    height: 50px;
    font-size: 36px;
    line-height: 28px;
    color: #E2007A;
    padding-right: 7px;
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .shop-phone i:before {
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -13px;
      margin-left: -13px; }
  .shop-phone strong {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    min-width: 260px;
    margin-top: 3px;
    font-weight: bold;
    color: #333333;
    font-size: 24px; }
  .shop-phone a {
    font-size: 24px;
    font-weight: 700;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .shop-phone a:hover {
      opacity: 0.7; }
      .shop-phone a:hover strong {
        opacity: 0.7; }

#contact-link {
  float: right; }
  #contact-link a {
    padding: 0;
    position: relative;
    display: block;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: white;
    text-decoration: none;
    -moz-transition: 0.4s linear all;
    -o-transition: 0.4s linear all;
    -webkit-transition: 0.4s linear all;
    transition: 0.4s linear all;
    border-left: none; }
    @media (max-width: 480px) {
      #contact-link a {
        font-size: 12px; } }
    #contact-link a:hover, #contact-link a.active {
      background: #333333; }

@media (max-width: 767px) {
  #contact_block {
    margin-bottom: 20px; } }
#contact_block .label {
  display: none; }
#contact_block .block_content {
  color: #888; }
#contact_block p {
  margin-bottom: 4px; }
#contact_block p.tel {
  font: 400 17px/21px "Open Sans", sans-serif;
  color: #5f6062;
  margin-bottom: 6px; }
  #contact_block p.tel i {
    font-size: 25px;
    vertical-align: -2px;
    padding-right: 10px; }
