.laim-widget__btn {
  position: fixed;
  z-index: 200;
  right: 20px;
  bottom: 150px;
  width: 68px;
  height: 68px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-animation: btn-border 3s linear infinite;
          animation: btn-border 3s linear infinite;
}
.laim-widget__btn::before {
  content: url("https://vipvorobjev.com/laim-widget1/icons/phone.svg");
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  -webkit-animation: btn-image 12s linear infinite;
          animation: btn-image 12s linear infinite;
}
.laim-widget__window {
  position: fixed;
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 300;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}
.laim-widget__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 20px;
  margin-bottom: 180px;
  background-color: #ffffff;
  padding: 8px 20px;
  border-radius: 6px;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.3);
}
.laim-widget__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0; 
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}
.laim-widget__icon {
  position: static;
  margin-right: 10px;
  width: 36px;
  height: 36px;
}

@-webkit-keyframes btn-border {
  0% {
    border: 0px solid rgba(211, 6, 194, 0.1);
  }
  50% {
    border: 12px solid rgb(211, 6, 194);
  }
  100% {
    border: 0px solid rgba(211, 6, 194, 0.1);
  }
}

@keyframes btn-border {
  0% {
    border: 0px solid rgba(211, 6, 194, 0.1);
  }
  50% {
    border: 12px solid rgb(211, 6, 194);
  }
  100% {
    border: 0px solid rgba(211, 6, 194, 0.1);
  }
}
@-webkit-keyframes btn-image {
  /* 0% {
  	content: url('https://vipvorobjev.com/laim-widget1/icons/phone.svg');
  } */
  33.3% {
    content: url("https://vipvorobjev.com/laim-widget1/icons/whatsapp.svg");
  }
  66.6% {
    content: url("https://vipvorobjev.com/laim-widget1/icons/viber.svg");
  }
}
@keyframes btn-image {
  /* 0% {
  	content: url('https://vipvorobjev.com/laim-widget1/icons/phone.svg');
  } */
  33.3% {
    content: url("https://vipvorobjev.com/laim-widget1/icons/whatsapp.svg");
  }
  66.6% {
    content: url("https://vipvorobjev.com/laim-widget1/icons/viber.svg");
  }
}
.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

