@keyframes rotate_phone {
	0% {
		transform:rotate(0) scale(1) skew(1deg)
	}
	10% {
		transform:rotate(-25deg) scale(1) skew(1deg)
	}
	20% {
		transform:rotate(25deg) scale(1) skew(1deg)
	}
	30% {
		transform:rotate(-25deg) scale(1) skew(1deg)
	}
	40% {
		transform:rotate(25deg) scale(1) skew(1deg)
	}
	50% {
		transform:rotate(0) scale(1) skew(1deg)
	}
	to {
		transform:rotate(0) scale(1) skew(1deg)
	}
}
@keyframes rotate_before {
	0% {
		transform:rotate(0) scale(.5) skew(1deg);
		opacity:.1
	}
	30% {
		transform:rotate(0) scale(.7) skew(1deg);
		opacity:.5
	}
	to {
		transform:rotate(0) scale(1) skew(1deg);
		opacity:.1
	}
}
@keyframes rotate_after {
	0% {
		transform:rotate(0) scale(.7) skew(1deg);
		opacity:.2
	}
	50% {
		transform:rotate(0) scale(1) skew(1deg);
		opacity:.2
	}
	to {
		transform:rotate(0) scale(.7) skew(1deg);
		opacity:.2
	}
}

.box-contact__plugin .hotline-box .icon {
	animation: rotate_phone 1s infinite ease-in-out;
}
.box-contact__plugin .hotline-box .icon::before {
	animation: rotate_before 1.2s infinite ease-in-out;
}
.box-contact__plugin .hotline-box .icon::after {
	animation: rotate_after 2.3s infinite ease-in-out;
}
/*
     FILE ARCHIVED ON 01:57:21 Sep 21, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:59:07 Jun 25, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.524
  exclusion.robots: 0.048
  exclusion.robots.policy: 0.036
  esindex: 0.01
  cdx.remote: 84.338
  LoadShardBlock: 904.79 (3)
  PetaboxLoader3.datanode: 544.715 (5)
  PetaboxLoader3.resolve: 5128.81 (3)
  load_resource: 5559.989
  loaddict: 460.579
*/