.pulse-danger {
  color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 10px 5px rgb(255, 0, 0);
  animation: pulse-danger 2.7s infinite;
}

.pulse-danger:hover {
  color: rgb(255, 255, 255) !important;
}

@-webkit-keyframes pulse-danger {
  0% {
    -webkit-box-shadow: 0px 0px 10px 5px rgb(165, 50, 75);
    color: rgb(255, 255, 255);
  }
  70% {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(255, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0px 0px 10px 5px rgb(165, 50, 75);
    color: rgb(255, 255, 255);
  }
}
@keyframes pulse-danger {
  0% {
    -moz-box-shadow: 0px 0px 10px 5px rgb(165, 50, 75);
    box-shadow: 0px 0px 10px 5px rgb(165, 50, 75);
    color: rgb(255, 255, 255);
  }
  70% {
    -moz-box-shadow: 0px 0px 10px 5px rgba(255, 0, 0, 0);
    box-shadow: 0px 0px 10px 5px rgba(255, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0px 0px 10px 5px rgb(165, 50, 75);
    box-shadow: 0px 0px 10px 5px rgb(165, 50, 75);
    color: rgb(255, 255, 255);
  }
}
.op-msg {
  z-index: 999;
  position: fixed;
  right: 0.5rem;
  bottom: 1rem;
}
.op-msg .op-msg-btn {
  border-radius: 50% !important;
  background-color: rgb(165, 50, 75);
  padding: 0.7rem;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  opacity: 0;
  visibility: visible;
}
.op-msg .op-msg-fixed {
  visibility: visible;
  opacity: 1;
  box-shadow: 0px 0px 10px 5px rgb(165, 50, 75);
  animation: pulse-danger 2.7s infinite;
}

.op-msg-modal {
  /*  -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    --fade-x: 100%;
    animation-name: fadeInX;*/
}
.op-msg-modal .modal-dialog {
  width: 3rem;
  border: none;
  position: fixed;
  right: 0;
  bottom: 4rem;
}
.op-msg-modal .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.op-msg-modal .modal-dialog .modal-content .modal-body {
  overflow-y: visible;
  padding: 0;
}
@media (min-width: 576px) {
  .op-msg-modal .modal-dialog {
    width: 3.8rem;
  }
}

.st-image-share-buttons {
  background-color: transparent;
  border: none;
  width: 3rem;
  /*
  @media (min-width: 576px) {
    min-width: 17rem;
  }
  */
}

.st-animated {
  -moz-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  -ms-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  -o-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  -webkit-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
  transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
}

.st-btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  height: 2.7rem;
  line-height: 2.7rem;
  padding: 0.5rem;
  margin-bottom: 0.2rem;
  /*
  @media (min-width: 576px) {
    height: 3.6rem;
    line-height: 3.6rem;
  }
  */
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
}

.st-btn .st-img {
  display: inline-block;
  height: 1.7rem;
  width: 1.7rem;
  /*
  @media (min-width: 576px) {
    height: 2.6rem;
    width: 2.6rem;
  }
  */
  position: relative;
  vertical-align: top;
}

.st-btn:hover {
  opacity: 0.8;
  top: -4px;
}

.st-btn[data-network=facebook] {
  background-color: #4267B2;
}

.st-btn[data-network=facebook] > span {
  color: #fff;
}

.st-btn[data-network=odnoklassniki] {
  background-color: #d7772d;
}

.st-btn[data-network=odnoklassniki] > span {
  color: #fff;
}

.st-btn[data-network=vk] {
  background-color: #4c6c91;
}

.st-btn[data-network=vk] > span {
  color: #fff;
}

.st-btn[data-network=telegram] {
  background-color: #0088cc;
}

.st-btn[data-network=telegram] > span {
  color: #fff;
}

.st-btn[data-network=whatsapp] {
  background-color: #25d366;
}

.st-btn[data-network=whatsapp] > span {
  color: #fff;
}

.st-btn[data-network=viber] {
  background-color: #7F4DA0;
}

.st-btn[data-network=viber] > span {
  color: #fff;
}

.st-btn[data-network=contacts] {
  background-color: rgb(216, 183, 143);
}

.st-btn[data-network=contacts] > span {
  color: #fff;
}

.st-btn[data-network=instagram] {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.st-btn[data-network=contacts] > span {
  color: #fff;
}

/*# sourceMappingURL=opmsg.css.map */
