/*  wpcf7  */
.wpcf7-response-output,
.wpcf7-not-valid-tip,
.wpcf7-spinner{
	display:none;
}
.form__input.wpcf7-not-valid{
	border-bottom:1px solid #C00A31;
}
.form.submitting:after{
	content:'';
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
}
.form.submitting:before{
	content:'';
	position: absolute;
	top: 50%;
	left: 50%;
	width:25px;
	height:25px;
	background-color: transparent;
	z-index: 100;
	border-radius: 50%;
	border-top: 2px solid var(--acent-color);
	-webkit-animation: spin 1s linear infinite;
	    animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
	0% { -webkit-transform: translate(-50%,-50%) rotate(0deg); transform: translate(-50%,-50%) rotate(0deg); }
	100% { -webkit-transform: translate(-50%,-50%) rotate(360deg); transform: translate(-50%,-50%) rotate(360deg); }
}
@keyframes spin {
	0% { -webkit-transform: translate(-50%,-50%) rotate(0deg); transform: translate(-50%,-50%) rotate(0deg); }
	100% { -webkit-transform: translate(-50%,-50%) rotate(360deg); transform: translate(-50%,-50%) rotate(360deg); }
}
/*
 * 
 * */
.call-btn{
	position: fixed;
	bottom: 20px;
	right: 15px;
	z-index: 1000;
	background-color: transparent;
	border:none;
	outline: none;
}
.call-btn svg{
	width: 65px;
	height: 65px;
}
