embed{width:100%!important; display:none!important;}
a.livechat-control__link.js-start-chat{       
    box-shadow: 0px 0px 30px #cacaca;
  width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    z-index: 999;
   font-size:15px;
  color: #000;
 line-height:24px;
    font-weight: bold;
    top: 0px;
    left: 0px;
    background: #fff;
    display: block;
    text-align: center;
  }
  .livechat-girl .livechat-control__element_chat:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    
     background: rgba(195,12,35,1);
    position: absolute;
    left: 70px;
    top: 8px;
    z-index: 999;
}
.livechat-girl.animated {
    opacity: 1;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
}
.livechat-girl {
    position:fixed;
    bottom: 50px;
    right: 90px;
    opacity: 0;
    z-index: 700;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    cursor: pointer;
    -webkit-transition: all 1s cubic-bezier(0.86,0,0.07,1);
    transition: all 1s cubic-bezier(0.86,0,0.07,1);
}
.livechat-girl .animated-circles {
    position: absolute;
    top: 0;
}
.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.livechat-girl .animated-circles.animated .c-1 {
    animation: 2000ms scaleToggleOne cubic-bezier(0.25,0.46,0.45,0.94) forwards;
}
.livechat-girl .animated-circles.animated .c-2 {
    animation: 2500ms scaleToggleTwo cubic-bezier(0.25,0.46,0.45,0.94) forwards;
}
.livechat-girl .animated-circles.animated .c-3 {
    animation: 3000ms scaleToggleThree cubic-bezier(0.25,0.46,0.45,0.94) forwards;
}

.livechat-girl .animated-circles .circle {
     background: rgba(195,12,35,0.25);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    z-index: 49;
    transform: scale(1);
    -webkit-transform: scale(1);
}
@keyframes scaleToggleOne{0{transform:scale(1);-webkit-transform:scale(1)}50%{transform:scale(2);-webkit-transform:scale(2)}100%{transform:scale(1);-webkit-transform:scale(1)}}@keyframes scaleToggleTwo{0{transform:scale(1);-webkit-transform:scale(1)}20%{transform:scale(1);-webkit-transform:scale(1)}60%{transform:scale(2);-webkit-transform:scale(2)}100%{transform:scale(1);-webkit-transform:scale(1)}}@keyframes scaleToggleThree{0{transform:scale(1);-webkit-transform:scale(1)}33%{transform:scale(1);-webkit-transform:scale(1)}66%{transform:scale(2);-webkit-transform:scale(2)}100%{transform:scale(1);-webkit-transform:scale(1)}}
  
  
  
  .js-girl-holder.girl-holder {
    margin-top: 20px;
}