/* phone-button */


.phone-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) {
	.phone-block {
		display: none;
	}
} */

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



.phone-button {
	display: block;
	position: fixed;
	/* top: 80%; */
    bottom: 100px;
	/* margin-bottom: -10px; */
	right: 27px;
	/* margin-right: -10px; */
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 1px solid #000000;
	box-shadow: 0 0 5px 1px #FFA500;
	width: 40px;
	height: 40px;
	z-index: 9999;
	background-color: #FFA500;
	/* 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-transform: rotate(-45deg); */
	/* -moz-transform: rotate(-45deg); */
	/* -ms-transform: rotate(-45deg); */
	/* -o-transform: rotate(-45deg); */
	/* transform: rotate(-45deg); */
	
	/* -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: phone-button .9s ease-in-out infinite;
	-moz-animation: phone-button .9s ease-in-out infinite;
	-ms-animation: phone-button .9s ease-in-out infinite;
	-o-animation: phone-button .9s ease-in-out infinite;
	animation: phone-button .9s ease-in-out infinite;
	
	-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;
	
}

.phone-button:hover {
	display: block;
	position: fixed;
	/* top: 80%; */
    /* bottom: 20px; */
	/* margin-bottom: -10px; */
	right: 27px;
	/* margin-right: -10px; */
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 1px solid #000000;
	box-shadow: 0 0 5px 1px #FFA500;
	width: 40px;
	height: 40px;
	z-index: 9999;
	background-color: #FFA500;
    /* 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(0deg); */
	/* -moz-transform: rotate(0deg); */
	/* -ms-transform: rotate(0deg); */
	/* -o-transform: rotate(0deg); */
	/* transform: rotate(0deg); */
	
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	
	/* -webkit-transform: rotate(45deg); */
	/* -moz-transform: rotate(45deg); */
	/* -ms-transform: rotate(45deg); */
	/* -o-transform: rotate(45deg); */
	/* transform: rotate(45deg); */
	
	/* -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: phone-button .9s ease-in-out infinite; */
	/* -moz-animation: phone-button .9s ease-in-out infinite; */
	/* -ms-animation: phone-button .9s ease-in-out infinite; */
	/* -o-animation: phone-button .9s ease-in-out infinite; */
	/* animation: phone-button .9s ease-in-out infinite; */
	
	/* -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;
	
	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);; }
}

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

.phone-font {
	/* display: none; */
	display: block;
	/* font-family: 'Times New Roman'; */
	/* font-size: 8px; */
	font-size: 120%;
	/* font-weight: 500; */
	color: #000000;
	text-shadow: 1px 1px 2px #FFFFFF, -1px -1px 2px #FFFFFF;
	text-transform: uppercase;
	margin: 6px auto;
	/* margin: 8px 11px; */
	text-align: center;
	
	/* -webkit-transform: rotate(-90deg); */
	/* -moz-transform: rotate(-90deg); */
	/* -ms-transform: rotate(-90deg); */
	/* -o-transform: rotate(-90deg); */
	/* transform: rotate(-90deg); */
	
	-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;
}

.phone-font:hover {
	/* display: none; */
	display: block;
	/* font-family: 'Times New Roman'; */
	/* font-size: 8px; */
	font-size: 120%;
	/* font-weight: 500; */
	color: #000000;
	text-shadow: 1px 1px 2px #FFFFFF, -1px -1px 2px #FFFFFF;
	text-transform: uppercase;
	margin: 8px auto;
	text-align: center;
	
	/* -webkit-transform: rotate(-135deg); */
	/* -moz-transform: rotate(-135deg); */
	/* -ms-transform: rotate(-135deg); */
	/* -o-transform: rotate(-135deg); */
	/* transform: rotate(-135deg); */
	
	-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;
	
}

.phone-button:before, .phone-button:after {
	content: " ";
	display: block;
	position: absolute;
    /* border: 50%; */
	border: 1px solid #FFA500;
	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;
	
	transition: .5s ease-in-out;
	
	opacity: 0;
}

.phone-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 phone-button {
	0%, 100% {
		transform: rotate(-20deg);
	}

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

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

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

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

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

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

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

@-o-keyframes phone-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;
	}
}


