  .qf-contact-rail__stack {
      position: fixed;
      right: 0;
      top: 40%;
      transform: translateY(-50%);
      z-index: 998;
  }

  .qf-contact-rail__consult {
      width: 50px;
      height: 150px;
      background:rgba(0,0,0,0.7);
      text-align: center;
      transition: all 0.5s;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .qf-contact-rail__consult a,
  .qf-contact-rail__consult img,
  .qf-contact-rail__consult i,
  .qf-contact-rail__consult span {
      display: block;font-family: "arial";
  }

  .qf-contact-rail__consult img {
      margin: 0 auto;
  }

  .qf-contact-rail__consult i {
      margin: 10px auto;
      width: 1px;
      height: 20px;
      background: #fff;
      transition: all 0.5s ease;
  }
.qf-contact-rail__stack  .qf-glyph__symbol {
    font-size: 16px;
    width: 25px;
    height: 25px;
    margin-right: 3px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin-top: -3px;
    fill: #ffffff;
}
.qf-contact-rail__item:hover .qf-glyph__symbol {
fill: #ffffff;
}
.qf-contact-rail__consult .qf-glyph__symbol {
fill: #ffffff;
}
  .qf-contact-rail__consult span {
      color: #fff;
      font-size: 14px;
      writing-mode: vertical-lr;
      margin: 0 auto;
      letter-spacing: 2px;
    font-family: "arial";
  }

  .qf-contact-rail__consult:hover {
          background: var(--qf-copy-brand);
    color:#ffffff;
  }
.qf-contact-rail__consult:hover i {
background:#ffffff;
}
.qf-contact-rail__consult:hover span {
    color:#ffffff;
}
.qf-contact-rail__consult:hover svg {
fill:#ffffff;
}
  .qf-contact-rail__consult:hover a img {
      animation: jitter 0.5s;
  }

  .qf-contact-rail__item {
      height: 50px;
      position: absolute;
      transition: all 0.5s;
  }

  .qf-contact-rail__item a {
      display: block;
      height: 50px;
      font-size: 0;
  }

  .qf-contact-rail__item i,
  .qf-contact-rail__item span {
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      line-height: 50px;
    font-family: "arial";
  }

  .qf-contact-rail__item i {
      width: 50px;
      text-align: center;
          background: var(--qf-copy-brand);
      transition: all 0.3s;
  }

  .qf-contact-rail__item i img {
      vertical-align: middle;
  }

  .qf-contact-rail__item span {
      text-align: center;
      line-height: 50px;
          background: var(--qf-copy-brand);
      font-size: 13px;
      color: #ffffff;
      transition: all 1s;
  }

  .qf-contact-rail__telephone {
      top: 151px;
      right: -140px;
      width: 190px;
  }

  .qf-contact-rail__telephone span {
      width: 140px;
  }

  .qf-contact-rail__email {
      right: -190px;
      width: 240px;
      top: 202px;
  }

  .qf-contact-rail__email span {
      width: 190px;
  }
 .qf-contact-rail__messenger {
      right: -190px;
      width: 240px;
      top: 253px;
      cursor: pointer;
  }

  .qf-contact-rail__messenger span {
      width: 190px;
      font-size: 14px;
  }

  .qf-contact-rail__messenger:hover .qf-contact-rail__qr-preview {
      display: block;
  }


  .qf-contact-rail__social {
      right: -90px;
      width: 140px;
      top: 304px;
      cursor: pointer;
    display:none;
  }

  .qf-contact-rail__social span {
      width: 90px;
      font-size: 14px;
  }

  .qf-contact-rail__qr-preview {
      width: 100%;
      position: absolute;
      top: 50px;
      left: 0;
      display: none;
      z-index: 99;
      text-align: center;
      background: #fff;
      border: 1px solid #e5e5e5;
  }
.qf-contact-rail__qr-preview img {
width:110px;
}
  .qf-contact-rail__social:hover .qf-contact-rail__qr-preview {
      display: block;
  }

  .qf-contact-rail__return {
      right: -90px;
      width: 140px;
      top: 304px;
      cursor: pointer;
  }

  .qf-contact-rail__return span {
      width: 90px;
      font-size: 14px;
  }

  .qf-contact-rail__item:hover {
      right: 0;
  }

  .qf-contact-rail__item:hover i {
      background:rgba(0,0,0,0.7);
  }

  
.qf-mobile-dock__bar{
  position:fixed;
  bottom:0;
  left:0;
  z-index:999;
  width:100%;
  background:#f5f5f5;
  display:none;
}
.qf-mobile-dock__bar ul{
  font-size:0;
  text-align:center;
  height:54px;
}
.qf-mobile-dock__bar ul li{
  float:left;
  width:20%;
  height:54px;
  display: flex;
  justify-content: center;
  align-items: center;
    background: var(--qf-copy-brand);
  border-left:1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
}
  .qf-mobile-dock__bar ul li:hover {
    background:#333333;
  }
.qf-mobile-dock__bar ul li:hover svg {
  fill:#ffffff;
}
  .qf-mobile-dock__bar ul li svg {
  color:#ffffff;
  margin-top:10px;
  fill:#ffffff;
  }
.qf-mobile-dock__bar ul li:nth-child(3){
  background:#333333;
  border-left:none;
  border-top: 1px solid #333333;
}
.qf-mobile-dock__bar ul li:nth-child(3) svg {
fill:#ffffff;
}
.qf-mobile-dock__bar ul li:nth-child(3) span{
  color:#fff !important;
}
.qf-mobile-dock__bar ul li:first-child,
.qf-mobile-dock__bar ul li:nth-child(4){
  border-left:none;
}
.qf-mobile-dock__bar ul li span,.qf-mobile-dock__bar ul li img{
  display:block;
  margin: 6px auto;
}
.qf-mobile-dock__bar ul li span{
  line-height:14px;
  font-size:12px;
  color:#ffffff;
  transition:all 0.4s;
}
  .qf-return__trigger .qf-glyph__symbol {
    font-size: 16px;
    width: 30px;
    height: 30px;
    margin-right: 3px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin-top: -3px;
    fill: #ff9900;
}
.qf-mobile-dock__bar ul li:hover span{
  color:#ffffff;
}

  .qf-return__dock {
      position: fixed;
      width: 50px;
      height: 50px !important;
      right: 6px;
      bottom: 150px;
      z-index: 90;
      display: none;
  }

  @media only screen and (max-width: 768px) {
      .qf-contact-rail__stack {
          display: none !important;
      }

      .qf-mobile-dock__bar {
          display: block;
      }

      .qf-return__dock {
          display: block;
      }

  }