.callMeCircle, .subscribeMailCircle, .ordercartActCircle {
	-webkit-animation-name: callMeCircle;
	-moz-animation-name: callMeCircle;
	-o-animation-name: callMeCircle;
	animation-name: callMeCircle;
	-webkit-animation-duration: 1.1s;
	-moz-animation-duration: 1.1s;
	-o-animation-duration: 1.1s;
	animation-duration: 1.1s;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	visibility: visible !important;
}
@-webkit-keyframes callMeCircle {
	0% {
		-webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: 0.2;
	}
	30% {
		-webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
		opacity: 1;
	}
	45% {
		-webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	60% {
		-webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	75% {
		-webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	90% {
		-webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
}
@-moz-keyframes callMeCircle {
	0% {
		-moz-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: 0.2;
	}
	30% {
		-moz-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
		opacity: 1;
	}
	45% {
		-moz-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	60% {
		-moz-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	75% {
		-moz-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	90% {
		-moz-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	100% {
		-moz-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
}
@-o-keyframes callMeCircle {
	0% {
		-o-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: 0.2;
	}
	30% {
		-o-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
		opacity: 1;
	}
	45% {
		-o-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	60% {
		-o-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	75% {
		-o-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	90% {
		-o-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	100% {
		-o-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
}
@keyframes callMeCircle {
	0% {
		transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: 0.2;
	}
	30% {
		transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
		opacity: 1;
	}
	45% {
		transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	60% {
		transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	75% {
		transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	90% {
		transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	100% {
		transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
}
.callMeWave, .subscribeMailWave, .ordercartActWave {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
}
.callMeWaveStroke, .subscribeMailWaveBtnStroke, .ordercartActWaveStroke {
	border: 4px solid #17B5EA;
	width: 90%;
	height: 90%;
	opacity: .9;
	-webkit-animation: wave-stroke 1s infinite cubic-bezier(.42, 0, .85, .75);
	-moz-animation: wave-stroke 1s infinite cubic-bezier(.42, 0, .85, .75);
	-o-animation: wave-stroke 1s infinite cubic-bezier(.42, 0, .85, .75);
	animation: wave-stroke 1s infinite cubic-bezier(.42, 0, .85, .75);
}
.subscribeMailWaveBtnStroke {
	border-color: #da532c;
}
.ordercartActWaveStroke {
	border-color: #d83c19;
}
@-webkit-keyframes wave-stroke {
	100% {
		width: 150%;
		height: 150%;
		border-color: transparent;
		opacity: 0;
	}
}
@-moz-keyframes wave-stroke {
	100% {
		width: 150%;
		height: 150%;
		border-color: transparent;
		opacity: 0;
	}
}
@-o-keyframes wave-stroke {
	100% {
		width: 150%;
		height: 150%;
		border-color: transparent;
		opacity: 0;
	}
}
@keyframes wave-stroke {
	100% {
		width: 150%;
		height: 150%;
		border-color: transparent;
		opacity: 0;
	}
}
.circle_action_btns_on_page_wrap {
	position: fixed;
	bottom: 0;
	right: 15px;
	z-index: 999;
	padding-bottom: env(safe-area-inset-bottom);
}
.callMeBtn, .subscribeMailBtn, .ordercartActBtn {
	margin-bottom: 15px;
}
.subscribeMailWaveBtnStroke, .callMeWaveStroke, .callMeBtn .callMeCont, .subscribeMailBtn .subscribeMailCont,
.ordercartActWaveStroke, .ordercartActBtn .ordercartActCont {
	width: 35px;
	height: 35px;
}
.subscribeMailBtn {
	right: 30px;
	min-height: 35px !important;
}
.ordercartActBtn {
	bottom: 75px;
	min-height: 35px !important;
}
.callMeCont span, .subscribeMailCont span, .ordercartActCont span {
	font-size: 21px;
	padding: 7px 0 0 8px;
	display: block;
	color: #CEF0FC;
}
.subscribeMailCont span {
	padding: 4px 0 0 11px;
	color: #e2e2e2;
}
.ordercartActCont span {
	padding: 5px 0 0 9px;
	color: #e2e2e2;
}
.subscribeMailBtn .icomoon-icon-envelop:before {
	font-size: 14px;
}
.ordercartActBtn .icomoon-icon-cart:before {
	font-size: 16px;
}
@media (min-width: 768px) {
	.circle_action_btns_on_page_wrap {
		right: 30px;
	}
	.callMeBtn, .subscribeMailBtn, .ordercartActBtn {
		margin-bottom: 30px;
	}
	.subscribeMailWaveBtnStroke, .callMeWaveStroke, .ordercartActWaveStroke,
	.callMeBtn .callMeCont, .subscribeMailBtn .subscribeMailCont, .ordercartActBtn .ordercartActCont {
		width: 60px;
		height: 60px;
	}
	.subscribeMailBtn {
		min-height: 60px !important;
	}
	.ordercartActBtn {
		bottom: 120px;
		min-height: 60px !important;
	}
	.callMeCont span, .subscribeMailCont span, .ordercartActCont span {
		font-size: 36px;
		padding: 11px 0 0 13px;
	}
	.subscribeMailCont span {
		padding: 8px 0 0 16px;
	}
	.ordercartActCont span {
		padding: 11px 0 0 12px;
	}
	.subscribeMailBtn .icomoon-icon-envelop:before {
		font-size: 28px;
	}
	.ordercartActBtn .icomoon-icon-cart:before {
		font-size: 32px;
	}
}
.callMeBtn .callMeCont, .subscribeMailBtn .subscribeMailCont, .ordercartActBtn .ordercartActCont {
	background: #38C1ED;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	opacity: 1;
	z-index: 999;
	cursor: pointer;
	visibility: hidden;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}
.subscribeMailBtn .subscribeMailCont {
	background: #da532c;
}
.ordercartActBtn .ordercartActCont {
	background: #d83c19;
}
.callMeBtn a, .subscribeMailBtn a, .ordercartActBtn a {
	text-decoration: none;
	display: block;
	position: relative;
}
.callMeBtn .callMeCont:hover span, .subscribeMailBtn .subscribeMailCont:hover span, .ordercartActBtn .ordercartActCont:hover span {
	color: #fff !important;
}