/* whatsapp-button */


.whatsapp-button-block {
	/* display: none; */
	display: block;
	cursor: pointer;
    /* position: fixed; */
	/* top: 80%; */
	/* right: 27px; */
	/* margin-right: -10px; */
    /* width: 40px; */
    /* height: 40px; */
	/* cursor: pointer; */
	/* z-index: 1500; */
	
	/* animation: fadeIn ease 10s; */
	/* -webkit-animation: fadeIn ease 10s; */
	/* -moz-animation: fadeIn ease 10s; */
	/* -o-animation: fadeIn ease 10s; */
	/* -ms-animation: fadeIn ease 10s; */
	
	z-index: 1500;
}



/* @media all and (min-width: 1024px) {
	.whatsapp-button-block {
		display: none;
	}
} */

/* @media only screen and (min-width: 1025px) { */
	/* .whatsapp-button-block { */
		/* pointer-events: none; */
		/* display: none; */
	/* } */
/* } */



.whatsapp-button {
	display: block;
	position: fixed;
	/* top: 70%; */
    bottom: 160px;
	/* margin-bottom: 20px; */
	right: 27px;
	/* margin-right: -10px; */
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	box-shadow: 0 0 5px 1px #008000;
	width: 40px;
	height: 40px;
	z-index: 9999;
	/* background-color: #25D366; */
	background-color: #008000;
	/* background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 24 24' fill='black' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-phone'><path d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'></path></svg>"); */
	background-size: 50%;
	/* background-size: cover; */
	background-repeat: no-repeat;
	background-position: 50% 50%;
	
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	
	/* -webkit-filter: brightness(0.9) contrast(0.9) saturate(0.9) sepia(0.25) drop-shadow(1px 1px 2px #FFFFFF) drop-shadow(-1px -1px 2px #000000); */
	/* -moz-filter: brightness(0.9) contrast(0.9) saturate(0.9) sepia(0.25) drop-shadow(1px 1px 2px #000000) drop-shadow(-1px -1px 2px #000000); */
	/* -o-filter: brightness(0.9) contrast(0.9) saturate(0.9) sepia(0.25) drop-shadow(1px 1px 2px #000000) drop-shadow(-1px -1px 2px #000000); */
	/* -ms-filter: brightness(0.9) contrast(0.9) saturate(0.9) sepia(0.25) drop-shadow(1px 1px 2px #000000) drop-shadow(-1px -1px 2px #000000); */
	/* filter: brightness(0.9) contrast(0.9) saturate(0.9) sepia(0.25) drop-shadow(1px 1px 2px #FFFFFF) drop-shadow(-1px -1px 2px #000000); */
	
	/* -webkit-animation: saturate 2.5s alternate infinite; */
	/* -moz-animation: saturate 2.5s alternate infinite; */
	/* -o-animation: saturate 2.5s alternate infinite; */
	/* -ms-animation: saturate 2.5s alternate infinite; */
	/* animation: saturate 2.5s alternate infinite; */
	
	/* -webkit-animation: pulsate 2s ease-out; */
	/* -moz-animation: pulsate 2s ease-out; */
	/* -ms-animation: pulsate 2s ease-out; */
	/* -o-animation: pulsate 2s ease-out; */
	/* animation: pulsate 2s ease-out; */
	
	-webkit-animation: 1200ms ease 0s normal none 1 running shake;
	-moz-animation: 1200ms ease 0s normal none 1 running shake;
	-ms-animation: 1200ms ease 0s normal none 1 running shake;
	-o-animation: 1200ms ease 0s normal none 1 running shake;
	animation:  1200ms ease 0s normal none 1 running shake;
	
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	
	-webkit-transition-duration: 1.0s;
	-moz-transition-duration: 1.0s;
	-ms-transition-duration: 1.0s;
	-o-transition-duration: 1.0s;
	transition-duration: 1.0s;
	
	transition: .5s ease-in-out;
	
	opacity: 0.8;
}

.whatsapp-button:hover {
	display: block;
	position: fixed;
	/* top: 70%; */
    /* bottom: 25%; */
	/* margin-bottom: 20px; */
	right: 27px;
	/* margin-right: -10px; */
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	box-shadow: 0 0 5px 1px #25D366;
	width: 40px;
	height: 40px;
	z-index: 9999;
	background-color: #008000;
	/* background-color: #25D366; */
    /* background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 24 24' fill='black' stroke='%23FFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-phone'%3e%3cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3e%3c/path%3e%3c/svg%3e"); */
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	
	/* -webkit-filter: brightness(0.9) contrast(0.9) saturate(0.9) sepia(0.25) drop-shadow(1px 1px 2px #000000) drop-shadow(-1px -1px 2px #000000); */
	/* -moz-filter: brightness(0.9) contrast(0.9) saturate(0.9) sepia(0.25) drop-shadow(1px 1px 2px #000000) drop-shadow(-1px -1px 2px #000000); */
	/* -o-filter: brightness(0.9) contrast(0.9) saturate(0.9) sepia(0.25) drop-shadow(1px 1px 2px #000000) drop-shadow(-1px -1px 2px #000000); */
	/* -ms-filter: brightness(0.9) contrast(0.9) saturate(0.9) sepia(0.25) drop-shadow(1px 1px 2px #000000) drop-shadow(-1px -1px 2px #000000); */
	/* filter: brightness(0.9) contrast(0.9) saturate(0.9) sepia(0.25) drop-shadow(1px 1px 2px #000000) drop-shadow(-1px -1px 2px #000000); */
	
	-webkit-animation: saturate 2.5s alternate infinite;
	-moz-animation: saturate 2.5s alternate infinite;
	-o-animation: saturate 2.5s alternate infinite;
	-ms-animation: saturate 2.5s alternate infinite;
	animation: saturate 2.5s alternate infinite;
	
	/* -webkit-animation: pulsate 2s ease-out; */
	/* -moz-animation: pulsate 2s ease-out; */
	/* -ms-animation: pulsate 2s ease-out; */
	/* -o-animation: pulsate 2s ease-out; */
	/* animation: pulsate 2s ease-out; */
	
	/* -webkit-animation: 5200ms ease 0s normal none 1 running shake; */
	/* -moz-animation: 5200ms ease 0s normal none 1 running shake; */
	/* -ms-animation: 5200ms ease 0s normal none 1 running shake; */
	/* -o-animation: 5200ms ease 0s normal none 1 running shake; */
	/* animation: 5200ms ease 0s normal none 1 running shake; */
	
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	
	-webkit-transition-duration: 1.0s;
	-moz-transition-duration: 1.0s;
	-ms-transition-duration: 1.0s;
	-o-transition-duration: 1.0s;
	transition-duration: 1.0s;
	
	transition: .5s ease-in-out;
	/* transition: transform 5s ease-in-out 1s; */
	
	/* transition: property duration timing-function delay; */
	/* property — определяет CSS-свойство, для которого будет применяться переход. Можно указать несколько свойств, разделив их запятой. Если указать all, переходы будут применяться ко всем свойствам элемента. */
	/* duration — определяет длительность перехода. Задаётся в секундах (s) или миллисекундах (ms). */
	/* timing-function — определяет скорость перехода в разные моменты времени. Наиболее часто используются следующие функции: linear, ease, ease-in, ease-out, ease-in-out. */
	/* delay — время задержки перед началом перехода. Задаётся в секундах (s) или миллисекундах (ms). */
	
	opacity: 1.0;
}

@-webkit-keyframes saturate {
	0% { -webkit-filter: saturate(1.0); }
	25% { -webkit-filter: saturate(0.75);; }
	50% { -webkit-filter: saturate(0.50); }
	75% { -webkit-filter: saturate(0.75); }
	100% { -webkit-filter: saturate(1.5);; }
}

/* .font:before {
    content: "Звонок";
} */

.whatsapp-font {
	/* display: none; */
	display: block;
	position: absolute;
	/* font-family: 'Times New Roman'; */
	font-size: 24px;
	/* font-size: 120%; */
	/* font-weight: 500; */
	color: #FFFFFF;
	/* text-shadow: 1px 1px 1px #008000, -1px -1px 1px #008000; */
	text-transform: uppercase;
	margin: 6px 8px;
	/* margin-top: 5px; */
	/* margin-left: 8px; */
	text-align: center;
	
	-webkit-transition-duration: 1.0s;
	-moz-transition-duration: 1.0s;
	-ms-transition-duration: 1.0s;
	-o-transition-duration: 1.0s;
	transition-duration: 1.0s;
	
	transition: .5s ease-in-out;
	
	/* opacity: 0; */
}

.whatsapp-font:hover {
	/* display: none; */
	display: block;
	/* font-family: 'Times New Roman'; */
	/* font-size: 24px; */
	/* font-size: 120%; */
	/* font-weight: 500; */
	color: #FFFFFF;
	/* text-shadow: 1px 1px 2px #FFFFFF, -1px -1px 2px #FFFFFF; */
	text-transform: uppercase;
	/* margin: 0px auto; */
	text-align: center;
	
	-webkit-transition-duration: 1.0s;
	-moz-transition-duration: 1.0s;
	-ms-transition-duration: 1.0s;
	-o-transition-duration: 1.0s;
	transition-duration: 1.0s;
	
	transition: .5s ease-in-out;
	
    /* opacity: 0; */
}

.whatsapp-button:before, .whatsapp-button:after {
	content: " ";
	display: block;
	position: absolute;
    /* border: 50%; */
	border: 1px solid #25D366;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: border-animate 1.5s linear infinite;
	
	-webkit-transition-duration: 1.0s;
	-moz-transition-duration: 1.0s;
	-ms-transition-duration: 1.0s;
	-o-transition-duration: 1.0s;
	transition-duration: 1.0s;
	
	opacity: 0;
}

.whatsapp-button:after {
	animation-delay: .5s;
}



/* Пульсация */
.pulsate {
	-webkit-animation: pulsate 2s ease-out;
	-moz-animation: pulsate 2s ease-out;
	-ms-animation: pulsate 2s ease-out;
	-o-animation: pulsate 2s ease-out;
	animation: pulsate 2s ease-out;
	
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	
	opacity: 1.0;
}

@-webkit-keyframes pulsate {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 1.0;
	}
}
/* /Пульсация */

/* Появление-Исчезание */
.fade-in {
	animation: fadeIn ease 10s;
	-webkit-animation: fadeIn ease 10s;
	-moz-animation: fadeIn ease 10s;
	-o-animation: fadeIn ease 10s;
	-ms-animation: fadeIn ease 10s;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fade-out {
	animation: fadeOut ease 8s;
	-webkit-animation: fadeOut ease 8s;
	-moz-animation: fadeOut ease 8s;
	-o-animation: fadeOut ease 8s;
	-ms-animation: fadeOut ease 8s;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-o-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-ms-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}
/* /Появление-Исчезание */



/* a[href^="tel:"] {
	font-family: 'Times New Roman'; 
	font-size: 20px;
	color: #00FF00;
} */

/* a[href^="tel:"]:before {
	content: "\2706"; 
	margin-right: 10px;
} */

/* #phone-number {
	font-family: 'Times New Roman'; 
	font-size: 20px;
	color: #00FF00;
} */

@keyframes whatsapp-button {
	0%, 100% {
		transform: rotate(-20deg);
	}

	50% {
		transform: rotate(21deg);
	}
}

@-webkit-keyframes whatsapp-button {
	0%, 100% {
		transform: rotate(-20deg);
	}

	50% {
		transform: rotate(21deg);
	}
}

@-moz-keyframes whatsapp-button {
	0%, 100% {
		transform: rotate(-20deg);
	}

	50% {
		transform: rotate(21deg);
	}
}

@-ms-keyframes whatsapp-button {
	0%, 100% {
		transform: rotate(-20deg);
	}

	50% {
		transform: rotate(21deg);
	}
}

@-o-keyframes whatsapp-button {
	0%, 100% {
		transform: rotate(-20deg);
	}

	50% {
		transform: rotate(21deg);
	}
}

@-webkit-keyframes pulsate {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 1.0;
	}
}

@keyframes border-animate {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

@keyframes shake {
	0% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}

	10% {
		transform: rotateZ(-30deg);
		-ms-transform: rotateZ(-30deg);
		-webkit-transform: rotateZ(-30deg);
	}

	20% {
		transform: rotateZ(15deg);
		-ms-transform: rotateZ(15deg);
		-webkit-transform: rotateZ(15deg);
	}

	30% {
		transform: rotateZ(-10deg);
		-ms-transform: rotateZ(-10deg);
		-webkit-transform: rotateZ(-10deg);
	}

	40% {
		transform: rotateZ(7.5deg);
		-ms-transform: rotateZ(7.5deg);
		-webkit-transform: rotateZ(7.5deg);
	}

	50% {
		transform: rotateZ(-6deg);
		-ms-transform: rotateZ(-6deg);
		-webkit-transform: rotateZ(-6deg);
	}

	60% {
		transform: rotateZ(5deg);
		-ms-transform: rotateZ(5deg);
		-webkit-transform: rotateZ(5deg);
	}

	70% {
		transform: rotateZ(-4.28571deg);
		-ms-transform: rotateZ(-4.28571deg);
		-webkit-transform: rotateZ(-4.28571deg);
	}

	80% {
		transform: rotateZ(3.75deg);
		-ms-transform: rotateZ(3.75deg);
		-webkit-transform: rotateZ(3.75deg);
	}

	90% {
		transform: rotateZ(-3.33333deg);
		-ms-transform: rotateZ(-3.33333deg);
		-webkit-transform: rotateZ(-3.33333deg);
	}

	100% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}
}

@-webkit-keyframes shake {
	0% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}

	10% {
		transform: rotateZ(-30deg);
		-ms-transform: rotateZ(-30deg);
		-webkit-transform: rotateZ(-30deg);
	}

	20% {
		transform: rotateZ(15deg);
		-ms-transform: rotateZ(15deg);
		-webkit-transform: rotateZ(15deg);
	}

	30% {
		transform: rotateZ(-10deg);
		-ms-transform: rotateZ(-10deg);
		-webkit-transform: rotateZ(-10deg);
	}

	40% {
		transform: rotateZ(7.5deg);
		-ms-transform: rotateZ(7.5deg);
		-webkit-transform: rotateZ(7.5deg);
	}

	50% {
		transform: rotateZ(-6deg);
		-ms-transform: rotateZ(-6deg);
		-webkit-transform: rotateZ(-6deg);
	}

	60% {
		transform: rotateZ(5deg);
		-ms-transform: rotateZ(5deg);
		-webkit-transform: rotateZ(5deg);
	}

	70% {
		transform: rotateZ(-4.28571deg);
		-ms-transform: rotateZ(-4.28571deg);
		-webkit-transform: rotateZ(-4.28571deg);
	}

	80% {
		transform: rotateZ(3.75deg);
		-ms-transform: rotateZ(3.75deg);
		-webkit-transform: rotateZ(3.75deg);
	}

	90% {
		transform: rotateZ(-3.33333deg);
		-ms-transform: rotateZ(-3.33333deg);
		-webkit-transform: rotateZ(-3.33333deg);
	}

	100% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
	}
} 


