.roistat-lh-hidden {
  display: none;
}
.roistat-lh-wrap {
  position: fixed !important;
  top: 0;
  z-index: 2147483647;
  background: #000;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity .5s ease-out 0;
  cursor: pointer;
  right: 0;
  bottom: 0;
  left: 0;
}
.roistat-lh-popup {
  position: fixed !important;
  top: 0;
  z-index: 2147483647;
  background: #fff;
  color: #1b2a30 !important;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 8px 32px rgba(51,51,51,0.7);
  max-width: 90%;
  min-width: 250px;
  cursor: default;
  transition: top .2s ease-out .1s, opacity .5s ease .1s;
  font-family: 'Open Sans', OpenSans, 'Segoi UI', "Helvetica Neue", Arial, sans-serif;
  text-align: left !important;
}
.roistat-lh-popup-wrapper {
  line-height: 0;
}
.roistat-lh-popup > div {
  position: static !important;
}
.roistat-lh-popup > div[data-is-iframe="true"] > iframe {
  max-width: unset;
}
@media (max-width: 768px) {
  .roistat-lh-popup > div[data-is-iframe="true"] > iframe {
    max-width: 100%;
  }
}
.roistat-lh-pulsator-phone {
  position: fixed;
  bottom: 10%;
  right: 3%;
  width: 100px;
  height: 100px;
  background-color: transparent;
  cursor: pointer;
  z-index: 200000 !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: 'visibility .5s, opacity .25s';
  -moz-transition: 'visibility .5s, opacity .25s';
  -o-transition: 'visibility .5s, opacity .25s';
  transition: 'visibility .5s, opacity .25s';
  opacity: 0.4;
}
.roistat-lh-pulsator-phone:hover {
  opacity: .95;
}
.roistat-lh-pulsator-phone.roistat-lh-pulsator-hover .roistat-lh-pulsator-circle {
  border-color: #ffffff;
  opacity: .5;
  -webkit-animation: roistat-lh-circle-anim 1s infinite ease-in-out;
  -moz-animation: roistat-lh-circle-anim 1s infinite ease-in-out;
  -ms-animation: roistat-lh-circle-anim 1s infinite ease-in-out;
  -o-animation: roistat-lh-circle-anim 1s infinite ease-in-out;
  animation: roistat-lh-circle-anim 1s infinite ease-in-out;
}
.roistat-lh-pulsator-phone.roistat-lh-pulsator-hover .roistat-lh-pulsator-img {
  opacity: 1;
  -webkit-animation: roistat-lh-img-anim 1s infinite ease-in-out;
  -moz-animation: roistat-lh-img-anim 1s infinite ease-in-out;
  -ms-animation: roistat-lh-img-anim 1s infinite ease-in-out;
  -o-animation: roistat-lh-img-anim 1s infinite ease-in-out;
  animation: roistat-lh-img-anim 1s infinite ease-in-out;
}
.roistat-lh-pulsator-circle {
  width: 56px;
  height: 56px;
  top: 20px;
  left: 20px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #ffffff;
  opacity: .5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: roistat-lh-circle-anim 2.2s infinite ease-in-out;
  -moz-animation: roistat-lh-circle-anim 2.2s infinite ease-in-out;
  -ms-animation: roistat-lh-circle-anim 2.2s infinite ease-in-out;
  -o-animation: roistat-lh-circle-anim 2.2s infinite ease-in-out;
  animation: roistat-lh-circle-anim 2.2s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: 2;
}
.roistat-lh-pulsator-fill {
  width: 56px;
  height: 56px;
  top: 20px;
  left: 20px;
  position: absolute;
  background: none;
  background-color: #00b494;
  background-size: 59px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.roistat-lh-pulsator-img {
  width: 56px;
  height: 56px;
  top: 20px;
  left: 20px;
  position: absolute;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .7;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: roistat-lh-img-anim 0s infinite ease-in-out;
  -moz-animation: roistat-lh-img-anim 0s infinite ease-in-out;
  -ms-animation: roistat-lh-img-anim 0s infinite ease-in-out;
  -o-animation: roistat-lh-img-anim 0s infinite ease-in-out;
  animation: roistat-lh-img-anim 0s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.roistat-lh-pulsator-img svg {
  margin-top: 9px;
  margin-left: 8px;
  fill: #fff;
}
@-moz-keyframes roistat-lh-circle-anim {
  0% {
    opacity: .1;
    -moz-opacity: .1;
    -webkit-opacity: .1;
    -o-opacity: .1;
  }
  50% {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -o-opacity: 1;
  }
  100% {
    opacity: .1;
    -moz-opacity: .1;
    -webkit-opacity: .1;
    -o-opacity: .1;
  }
}
@-webkit-keyframes roistat-lh-circle-anim {
  0% {
    -webkit-opacity: .1;
  }
  50% {
    -webkit-opacity: 1;
  }
  100% {
    -webkit-opacity: .1;
  }
}
@-o-keyframes roistat-lh-circle-anim {
  0% {
    -o-opacity: .1;
  }
  50% {
    -o-opacity: 1;
  }
  100% {
    -o-opacity: .1;
  }
}
@keyframes roistat-lh-circle-anim {
  0% {
    opacity: .1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .1;
  }
}
@keyframes roistat-lh-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(0.017rad);
  }
  25% {
    transform: rotate(0) scale(1) skew(0.017rad);
  }
  35% {
    transform: rotate(-0.3rad) scale(1) skew(0.017rad);
  }
  45% {
    transform: rotate(0.300rad) scale(1) skew(0.017rad);
  }
  55% {
    transform: rotate(-0.3rad) scale(1) skew(0.017rad);
  }
  65% {
    transform: rotate(0.300rad) scale(1) skew(0.017rad);
  }
  75% {
    transform: rotate(0) scale(1) skew(0.017rad);
  }
  100% {
    transform: rotate(0) scale(1) skew(0.017rad);
  }
}
@-moz-keyframes roistat-lh-img-anim {
  0% {
    -moz-transform: rotate(0) scale(1) skew(0.017rad);
  }
  25% {
    -moz-transform: rotate(0) scale(1) skew(0.017rad);
  }
  35% {
    -moz-transform: rotate(-0.3rad) scale(1) skew(0.017rad);
  }
  45% {
    -moz-transform: rotate(0.300rad) scale(1) skew(0.017rad);
  }
  55% {
    -moz-transform: rotate(-0.3rad) scale(1) skew(0.017rad);
  }
  65% {
    -moz-transform: rotate(0.300rad) scale(1) skew(0.017rad);
  }
  75% {
    -moz-transform: rotate(0) scale(1) skew(0.017rad);
  }
  100% {
    -moz-transform: rotate(0) scale(1) skew(0.017rad);
  }
}
@-webkit-keyframes roistat-lh-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(0.017rad);
  }
  25% {
    -webkit-transform: rotate(0) scale(1) skew(0.017rad);
  }
  35% {
    -webkit-transform: rotate(-0.3rad) scale(1) skew(0.017rad);
  }
  45% {
    -webkit-transform: rotate(0.300rad) scale(1) skew(0.017rad);
  }
  55% {
    -webkit-transform: rotate(-0.3rad) scale(1) skew(0.017rad);
  }
  65% {
    -webkit-transform: rotate(0.300rad) scale(1) skew(0.017rad);
  }
  75% {
    -webkit-transform: rotate(0) scale(1) skew(0.017rad);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(0.017rad);
  }
}
@-o-keyframes roistat-lh-img-anim {
  0% {
    -o-transform: rotate(0) scale(1) skew(0.017rad);
  }
  25% {
    -o-transform: rotate(0) scale(1) skew(0.017rad);
  }
  35% {
    -o-transform: rotate(-0.3rad) scale(1) skew(0.017rad);
  }
  45% {
    -o-transform: rotate(0.300rad) scale(1) skew(0.017rad);
  }
  55% {
    -o-transform: rotate(-0.3rad) scale(1) skew(0.017rad);
  }
  65% {
    -o-transform: rotate(0.300rad) scale(1) skew(0.017rad);
  }
  75% {
    -o-transform: rotate(0) scale(1) skew(0.017rad);
  }
  100% {
    -o-transform: rotate(0) scale(1) skew(0.017rad);
  }
}
