@keyframes scaleToggleOne {
	0 { transform: scale(1); -webkit-transform: scale(1) }
	50% { transform: scale(2); -webkit-transform: scale(2) }
	100% { transform: scale(1); -webkit-transform: scale(1) }
}
@keyframes scaleToggleTwo {
	0 { transform: scale(1); -webkit-transform: scale(1) }
	20% { transform: scale(1); -webkit-transform: scale(1) }
	60% { transform: scale(2); -webkit-transform: scale(2) }
	100% { transform: scale(1); -webkit-transform: scale(1) }
}
@keyframes scaleToggleThree {
	0 { transform: scale(1); -webkit-transform: scale(1) }
	33% { transform: scale(1); -webkit-transform: scale(1) }
	66% { transform: scale(2); -webkit-transform: scale(2) }
	100% { transform: scale(1); -webkit-transform: scale(1) }
}
.animated { -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both }
.livechat-girl { width: 1.3rem; height: 1.3rem; border-radius: 50%; position: fixed; bottom: 0.5rem;    /* right: 0.6rem; */ opacity: 0; left: 50%; margin-left: 3.33rem; -webkit-box-shadow: 0 0.1rem 0.2rem 0 rgba(35, 50, 56, .3); box-shadow: 0 5px 10px 0 rgba(35, 50, 56, .3); z-index: 700; transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); cursor: pointer; -webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1); transition: all 1s cubic-bezier(.86, 0, .07, 1); }
.livechat-girl:focus { outline: 0 }
.livechat-girl.animated { opacity: 1; transform: translateY(-1.3rem); -webkit-transform: translateY(-1.3rem); -ms-transform: translateY(-1.3rem) }
.livechat-girl .girl { position: absolute; top: 0; left: 0; width: 100%; height: auto; z-index: 15 }
.livechat-girl .animated-circles .circle { background: rgba(38, 199, 252, .25); width: 1.3rem; height: 1.3rem; border-radius: 50%; position: absolute; z-index: 14; transform: scale(1); -webkit-transform: scale(1) }
.livechat-girl .animated-circles.animated .c-1 { animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards }
.livechat-girl .animated-circles.animated .c-2 { animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards }
.livechat-girl .animated-circles.animated .c-3 { animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards }
.ie-block { background: #384256; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99999999; text-align: center; }
.ie-block .Ops { color: #c20202; margin: 40px; }
.ie-block p { font-size: 20px; letter-spacing: -.01em; color: #fff; }
.ie-block .browsers { background: #eee; padding: 20px 0; margin: 60px 0; }
.ie-block .browsers li { display: inline-block; *display: inline; }
.ie-block .browsers li div { margin-top: 15px; color: #333; }
.ie-block .browsers li a { display: block; width: 100%; }
.ie-block .browsers li a:hover { background: #fff; }