/* go-top-button */


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

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


.go-top {
	display: none; /* по умолчанию скрываем кнопку */
	position: fixed; /* фиксированное позиционирование */
	/* top: 95%; */
	bottom: 10px;
	right: 27px;
	transform: translateY(-50%); /* выравниваем по центру */
	width: 40px;
	height: 40px;
	/* 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-color: #808080;
	background-size: 50%;
	/* background-size: cover; */
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 2px solid #000000;
	border-radius: 50%;
	box-shadow: 0 0 5px 2px #FFFFFF;
	
	cursor: pointer; /* при наведении меняем курсор */
	/* font-size: 20px; */
	/* color: #000000; */
	/* padding: 6px 9px; */
	
	/* -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: fadeIn ease 10s; */
	/* -moz-animation: fadeIn ease 10s; */
	/* -ms-animation: fadeIn ease 10s; */
	/* -o-animation: fadeIn ease 10s; */
	/* animation: fadeIn ease 10s; */
	
	/* -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;
	
	-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.5; */
	
}

.go-top:hover {
	background-color: #FFFFFF;
	bottom: 12px;
	/* padding: 4px 9px; */
	
	/* -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-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);; }
}

.go-top--show {
	display: block;
}

.go-top-font {
	/* display: none; */
	display: block;
	position: absolute;
	/* font-family: 'Times New Roman'; */
	font-size: 20px;
	color: #000000;
	/* padding: 6px 9px; */
	
	/* text-shadow: 1px 1px 1px #FFFFFF, -1px -1px 1px #FFFFFF; */
	text-shadow: 1px 1px 2px #FFFFFF, -1px -1px 2px #FFFFFF;
	text-transform: uppercase;
	/* margin: 5px auto; */
	margin-top: 5px;
	margin-left: 10px;
	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; */;
	/* opacity: 0.8; */
}

.go-top-font:hover {
	/* display: none; */
	display: block;
	/* font-family: 'Times New Roman'; */
	/* font-size: 24px; */
	/* font-size: 120%; */
	/* font-weight: 500; */
	color: #000000;
	/* text-shadow: 1px 1px 2px #FFFFFF, -1px -1px 2px #FFFFFF; */
	text-transform: uppercase;
	margin-top: 5px;
	margin-left: 10px;
	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: 1.0;
	
}

.go-top:before, .go-top:after {
	content: " ";
	display: block;
	position: absolute;
    /* border: 50%; */
	border: 1px solid #808080;
	/* border: 1px dashed #808080 !important; */
	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.5;
}

.go-top: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 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);
	}
} 


