
.wv-floating-button {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}


.wv-floating-button {
  position: fixed;
  z-index: 1000;
  right: -102px;
  top: 323px;
  cursor: pointer;
  background: #e2001a;
  color: #fff;
  transition: right 0.5s ease 0s;
  -webkit-transition: right 0.5s ease 0s;
  line-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.wv-floating-button.active {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.wv-floating-button.phone {
  top: 375px;
}
.wv-floating-button.active {
  right: 0px;
  transition: right 0.5s ease 0s;
  -webkit-transition: right 0.5s ease 0s;
  background: #fff;
}

.wv-floating-button i,
.wv-floating-button svg {
  font-size: 25px;
  width: 20px;
  height: 20px;
  line-height: 40px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  color: #fff;
  fill: #fff;
  background: transparent;
}
.wv-floating-button.active i,
.wv-floating-button.active svg {
  color: #000;
  fill: #000;
}

.wv-floating-button .textwidget>a>span {
  font-size: 19px;
  line-height: 45px;
  display: inline-block;
    min-width: 95px;
}
.wv-floating-button .textwidget>a  {
  color: #fff;
  padding-right: 35px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 40px;
}
.wv-floating-button.active .textwidget>a  {
  color: #000;
}

.wv-floating-button i.active,
.wv-floating-button svg.active {
  color: #fff;
  background: transparent;
}

html.float-active{
  overflow: hidden;
}

.wv-floating-content {
  padding: 20px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 5vh;
  max-height: 90vh;
  max-width: 870px;
  width: 90%;
  overflow: hidden;
}



.wv-floating-content .inner {
  overflow: auto;
  max-height: calc(90vh - 40px);
}

@media (max-width: 600px) {
  .wv-floating-content {
    top: 0;
    max-height: 100vh;
  }
  .wv-floating-content .inner {
    max-height: calc(100vh - 40px);
  }
}

.wv-floating-container {
  display: none;
  background: rgba(0, 0, 0, 0.78);
  padding: 20px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.wv-floating-container span.close {
  cursor: pointer;
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 5px 10px;
background: #b99d6b;
}

@media (max-width:1350px) {
  .wv-floating-button{
    top: 25vh;
  }
  .wv-floating-button.phone{
    top: calc(25vh + 50px);
  }
}

@media (max-width:767px) {
  .wv-floating-button {
    cursor: pointer;
    line-height: 20px;
    right: -105px;
  }
  .wv-floating-button.phone{
    top: calc(25vh + 37px);
  }
  .wv-floating-button .textwidget>a {
    padding-right: 30px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 30px;
  }

  .wv-floating-button .textwidget>a>span {
    line-height: 30px;
  }
  .wv-floating-button svg,
  .wv-floating-button i {
    font-size: 19px;
    width: 15px;
    height: 22px;
    line-height: 30px;
    margin-right: 10px;
    position: relative;
    top: 5px;
  }

  .wv-floating-button .uk-icon-phone:before {
    position: relative;
    top: -1px;
  }

  .wv-floating-button span {
    line-height: 30px;
  }

}
