.elementor-8129 .elementor-element.elementor-element-7b1fed42{--display:flex;}.elementor-8129 .elementor-element.elementor-element-660f312c .e-contact-buttons__chat-button-shadow{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-8129 .elementor-element.elementor-element-660f312c .e-contact-buttons{--e-contact-buttons-horizontal-offset:0px;}@media(max-width:767px){.elementor-8129 .elementor-element.elementor-element-660f312c .e-contact-buttons{--e-contact-buttons-horizontal-offset:-10px;}}/* Start custom CSS for contact-buttons, class: .elementor-element-660f312c */.e-contact-buttons__chat-button {
  position: relative;
  animation: pulseButton 4s infinite ease-in-out;
  transform-origin: center;
}

@keyframes pulseButton {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
  }
  20% {
    transform: scale(1.1);
    box-shadow: 0 0 10px 12px rgba(37, 211, 102, 0.1);
  }
  40% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Скрываем оригинальный текст полностью */
.e-contact-buttons__powered-text {
  font-size: 0 !important;
  position: relative;
}

/* Вставляем "Powered by Turismina" через ::after */
.e-contact-buttons__powered-text::after {
  content: "Powered by Turismina";
  font-size: 13px;
  color: #666;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}/* End custom CSS */