#contact_widget_button {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.15;
}
#contact_widget_button * {
  outline: none;
}
#contact_widget_button *,
#contact_widget_button *::before,
#contact_widget_button *::after {
  box-sizing: border-box;
}
#contact_widget_button .text-center {
  text-align: center !important;
}
#contact_widget_button .align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
#contact_widget_button .justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
#contact_widget_button {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
#contact_widget_button .d-flex {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
#contact_widget_button .d-none {
  display: none !important;
}
#contact_widget_button .align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
#contact_widget_button .flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

@-webkit-keyframes pulsation {
  0% {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes pulsation {
  0% {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes iconOpacity {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.96;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0.96;
  }
  100% {
    opacity: 0;
  }
}
@keyframes iconOpacity {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.96;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0.96;
  }
  100% {
    opacity: 0;
  }
}
#contact_widget_button {
  background: rgb(245, 22, 68);
  position: fixed;
  right: 15px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  cursor: pointer;
  z-index: 101;
} /* green #25d366 */
#contact_widget_button.clicked {
  z-index: 141;
}
#contact_widget_substrate {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  z-index: 0;
  display: none;
}
#contact_widget_substrate.active {
  z-index: 120;
  display: block;
}
.contact-widget-pulsation {
  background: rgb(245, 22, 68);
  width: 80px;
  height: 80px;
  border-radius: 50px;
  position: absolute;
  left: -15px;
  top: -15px;
  z-index: -1;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: pulsation 2s infinite;
  animation: pulsation 2s infinite;
}
.contact-widget-icon {
  color: #fff;
  width: 100%;
  font-size: 20px;
  overflow: hidden;
}
.contact-widget-icon .fa-envelope {
  -webkit-animation: iconOpacity 3s infinite;
  animation: iconOpacity 3s infinite;
  width: 20px;
  height: 20px;
}
.contact-widget-text {
  font-size: 7px;
  text-transform: uppercase;
  line-height: 9px;
  color: #fff;
}
.contact-widget-dropdown {
  position: absolute;
  bottom: 60px;
  right: 36px;
  padding: 20px;
  border-radius: 6px;
  background: #fff;
  display: block;
  opacity: 0;
  z-index: -1;
  margin-bottom: 20px;
  -webkit-transition: margin-bottom 0.3s ease, opacity 0.3s ease;
  transition: margin-bottom 0.3s ease, opacity 0.3s ease;
  box-shadow: 5px 12px 30px rgba(0, 0, 0, 0.35);
  visibility: hidden;
  min-width: 250px;
}
.contact-widget-dropdown.expanded {
  margin-bottom: 0;
  opacity: 0.98;
  z-index: 1;
  visibility: visible;
}
.contact-widget-item {
  color: #333;
}
.contact-widget-item:hover {
  color: rgb(10, 120, 191);
}
.contact-widget-item:not(:last-child) {
  margin-bottom: 18px;
}
.contact-widget-item-icon {
  font-size: 20px;
  display: block;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 10px;
  color: #fff;
}
.contact-widget-item-icon svg {
  width: 20px !important;
  height: 20px;
}
.contact-widget-messenger {
  background: #0084ff;
}
.contact-widget-viber {
  background: #7c529d;
}
.contact-widget-telegram {
  background: #2ca5e0;
}
.contact-widget-skype {
  background: #31c4ed;
}
.contact-widget-whatsapp {
  background: #25d366;
}
.contact-widget-email {
  background: #50a8ff;
}
.contact-widget-call {
  background: #3cba8b;
}
.contact-widget-contacts {
  background: #141e1a;
}

@media (min-width: 420px) {
  #contact_widget_button {
    right: 30px;
    width: 70px;
    height: 70px;
  }
  .contact-widget-pulsation {
    width: 100px;
    height: 100px;
  }
  .contact-widget-icon {
    font-size: 28px;
  }
  .contact-widget-icon .fa-envelope {
    width: 28px;
    height: 28px;
  }
  .contact-widget-text {
    font-size: 9px;
    line-height: 10px;
  }
  .contact-widget-dropdown {
    right: 60px;
  }
}
@media (min-width: 768px) {
  #contact_widget_button {
    bottom: 30px;
  }
}
@media (min-width: 992px) {
  #contact_widget_button .contact-widget-viber-mobile {
    display: none !important;
  }
}
@media (max-width: 991px) {
  #contact_widget_button .contact-widget-viber-desktop {
    display: none !important;
  }
}
