.pulse-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  padding: 10px;
  border: none;
  background: #dc9dfe;
  /* -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2); */
  -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
          box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
  /* position: fixed;
  bottom: 50px;
  right: 50px; */
  cursor: pointer;
  outline: none;
  z-index: 1000;
  bottom: 0;
  position: relative;
  /* top: 37px;
  position: absolute; */

}

.pulse_button_block.checked button.pulse-button {
  background-color: #fff;
}

.pulse_button_wrapper {
  position: fixed;
  /* bottom: 110px;
  right: 65px; */
  bottom: 35px;
  right: 35px;
  /*height: 210px;*/
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 100000;
}
@media (max-width:1200px) {
	.pulse_button_wrapper {
		right: 10px;
		/* bottom: 110px; */
		bottom: 20px;
		align-items: end;
	}
}
.pulse_button_block {
  position: relative;
  display: flex;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-align-items: flex-end;
}
.ask_question {
	font-family: Roboto, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.35;
    position: absolute;
    right: 80px;
    white-space: nowrap;
   
    padding: 9px 13px;
    font-size: 15px;
    border-radius: 3px;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    background: #292929;
    color: #fff;
    opacity: .85;
    transition: all 0.1s linear;
}
.pulse_button_block.checked span.ask_question{
  display: none;
}

.ask_question:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  border-left-color: #292929;
}
@media all and (max-width:990px) {
	.ask_question {
		opacity: .65;
	}
	.ask_question:after {
		right: -19px;
	}
}
.pulse_soc_icon {
  text-decoration: none;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
  opacity: 0;
  visibility: hidden;
  width: 50px;
  height: 50px;
  position: absolute;
  margin: auto;
  
}
.pulse_icon_whatsapp_wrapper {
  top: 0;
  right: 0;
  left: 0;
}

.pulse_icon_tg_wrapper {
  top: 70px;
  right: 0;
  left: 0;
}

.pulse_button_block.checked  a.pulse_soc_icon {
  transition: all 0.2s ease-in-out;
  transform: translateY(-150px);
  opacity: 1;
  visibility: visible;
}

.pulse_soc_icon_tooltip {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.35;
  user-select: none;
  position: absolute;
    right: 70px;
    white-space: nowrap;
    padding: 6px 9px;
    font-size: 13px;
    border-radius: 3px;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    background: #292929;
    color: #fff;
    opacity: 0;
    transition: all 0.1s linear;
}
.pulse_soc_icon_tooltip:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  border-left-color: #292929;
}
.pulse_soc_icon:hover span.pulse_soc_icon_tooltip {
  opacity: 1;
}





/* .pulse-button:hover .pulse-button__icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
} */

/* .pulse-button:hover .pulse-button__text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  position: relative;
} */

.pulse-button__icon {
  display: block;
  width: 33px;
  height: 30px;
  /* background: url("../img/messenger.svg") center center no-repeat;
  background-size: cover; */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

svg.pulse_close_icon {
  opacity: 0;
  visibility: hidden;
  transform: scale(.1);
  transition: all 0.3s ease-in-out;
}

.pulse_button_block.checked svg.pulse_close_icon{
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

}

svg.pulse_messenger_icon {

  transition: all 0.3s ease-in-out;
}

.pulse_button_block.checked svg.pulse_messenger_icon {
  opacity: 0;
  visibility: hidden;
  transform: scale(.1);
}



.pulse-button__text {
  display: block;
  width: 100%;
  height: 30px;
  font: 12px "Open Sans", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 1px;
}

.pulse_button_block:not(.checked) button.pulse-button:not(:hover) .pulse-button__rings {
  border: 3px solid #dc9dfe;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: auto;
  border-radius: 50%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: pulse_1;
          animation-name: pulse_1;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: -1;
}

.pulse-button__rings:nth-child(2) {
  -webkit-animation-name: pulse_2;
          animation-name: pulse_2;
}

.pulse-button__rings:nth-child(3) {
  -webkit-animation-name: pulse_3;
          animation-name: pulse_3;
}

@-webkit-keyframes pulse_1 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
}

@keyframes pulse_1 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
  }
}

@-webkit-keyframes pulse_2 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
}

@keyframes pulse_2 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
}

@-webkit-keyframes pulse_3 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.7, 1.7);
            transform: scale(1.7, 1.7);
  }
}

@keyframes pulse_3 {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.7, 1.7);
            transform: scale(1.7, 1.7);
  }
}
.pulse_button_wrapper.opened {
	right: 67px; 
}

.pulse-button__icon {
	-webkit-transition: -webkit-transform .8s ease-in-out;
			transition:         transform .8s ease-in-out;
} 

.pulse_button_block.checked .pulse-button__icon {
-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
/*# sourceMappingURL=style.css.map */