
/*
    @media(max-width:767px){}
    @media(min-width:768px){}
    @media(min-width:992px){}
    @media(min-width:1200px){}
	font-family: 'Exo 2', sans-serif;
*/

@font-face {
    font-family: EchoesSans-Thin;
    src: url(../fonts/EchoesSans-Thin.otf);
}
*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	font-family: EchoesSans-Thin;
}
a:hover{
	text-decoration: none;
}
.content-block{
	display: table;
	width: 100%;
	background: #fff;
}
.clear{
	clear: both;
}
.home{
	width: 100%;
	display: table;
	padding: 15px 0;
	background: url(../media/home.jpg) center / cover no-repeat;
}
.main-content{
	width: 100%;
	
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-content h1{
	font-family: 'Exo 2', sans-serif;
	font-size: 80px;
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0;
	color: #fff;
}
.main-content a.logo{
    display: block;
    width: 250px;
    height: 250px;
    background: url(../media/logo.png) center / contain no-repeat;
}
.phones-block{
	display: flex;
	margin: 15px 0;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.phones-block span{
	display: block;
    margin-right: 8px;
    width: 18px;
    height: 20px;
	background: url(../media/phone-white.png) center / contain no-repeat;
}
.phones-block a{
	color:#fff;
	font-size: 92px;
	display: block;
	margin-right: 10px;
}
.main-content a.button-client-phone{
	display: flex;
	width: 500px;
	margin: 15px 0 15px 0;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 7px 15px;
	cursor: pointer;
	background: #FFF500;
	border: 3px solid #fff;
	border-radius: 5px;
	transition: .4s all;
	-o-transition: .4s all;
	-ms-transition: .4s all;
	-moz-transition: .4s all;
	-webkit-transition: .4s all;
	transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
}
.main-content a.button-client-phone:hover{
	transition: .4s all;
	-o-transition: .4s all;
	-ms-transition: .4s all;
	-moz-transition: .4s all;
	-webkit-transition: .4s all;
	transform:scale(1.03);
	-o-transform:scale(1.03);
	-ms-transform:scale(1.03);
	-moz-transform:scale(1.03);
	-webkit-transform:scale(1.03);
}
.main-content a.button-client-phone span{
	display: block;
	width: 45px;
	height: 45px;
	background: url(../media/phone.png) center / contain no-repeat;
}
.main-content a.button-client-phone p{
    color: #000000;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 0 10px;
    font-size: 70px;
    letter-spacing: 1px;
}
.items-text{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.items-text span{
	text-transform: uppercase;
	color: #FFF500;
	font-size: 48px;
	margin: 0 7px;
}
.main-content h4{
    text-align: center;
    text-transform: uppercase;
    margin: 4px 0 15px 0;
    padding: 0;
    font-size: 68px;
    color: #FFF500;
}
.items-bottom-home{
	display: table;
	width: 100%;
	margin: 40px 0 15px 0;
}
.items-bottom-home span{
    display: block;
    margin: 0 auto 20px;
    width: 85px;
    height: 85px;
}
.items-bottom-home p{
    color: #fff;
    font-family: EchoesSans-Thin;
    text-align: center;
    font-size: 14px;
}
.button-call-view{
	width: 100%;
	display: table;
	margin: 20px 0;
}
.img-view{
	display: table;
	width: 100%;
	height: 400px;
}
.img-view-card{
	display: table;
	width: 100%;
	margin: 25px 0;
	height: 350px;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
	border-radius: 7px;
	background: url(../media/card.jpg) center / cover no-repeat;
}
.button-call-view a.button-client-phone{
	width: 500px;
	margin: 15px auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 7px 15px;
	cursor: pointer;
	background: #FFF500;
	border: 3px solid #222;
	border-radius: 5px;
	transition: .4s all;
	-o-transition: .4s all;
	-ms-transition: .4s all;
	-moz-transition: .4s all;
	-webkit-transition: .4s all;
	transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
}
.button-call-view a.button-client-phone:hover{
	transition: .4s all;
	-o-transition: .4s all;
	-ms-transition: .4s all;
	-moz-transition: .4s all;
	-webkit-transition: .4s all;
	transform:scale(1.03);
	-o-transform:scale(1.03);
	-ms-transform:scale(1.03);
	-moz-transform:scale(1.03);
	-webkit-transform:scale(1.03);
}
.button-call-view a.button-client-phone span{
	display: block;
	width: 45px;
	height: 45px;
	background: url(../media/phone.png) center / contain no-repeat;
}
.button-call-view a.button-client-phone p{
    color: #000000;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 0 10px;
    font-size: 70px;
    letter-spacing: 1px;
}
footer{
	display: table;
	width: 100%;
	
	min-height: 40vh;
	background: url(../media/footer.jpg) center / cover no-repeat;
	padding: 25px 0;
}
footer h1, footer p{
	text-align: center;
	color: #fff;
}
footer h1{
	text-transform: uppercase;
	margin: 0 0 15px 0;
	color: #FFF500;
	text-align: center;
}
footer p{
	font-size: 45px;
	margin: 5px 0;
	padding: 0;
}
.phones-footer{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}
.phones-footer a{
	color:#FFF500;
	font-size: 92px;
	display: block;
	margin: 0 8px;
}
.phone-footer-button{
	display: flex;
	position: fixed;
	right:10px; bottom: 10px;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.phone-footer-button a.button-client-phone{
	width: 500px;
	margin: 15px auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 7px 15px;
	cursor: pointer;
	background: #FFF500;
	border: 3px solid #fff;
	border-radius: 5px;
	transition: .4s all;
	-o-transition: .4s all;
	-ms-transition: .4s all;
	-moz-transition: .4s all;
	-webkit-transition: .4s all;
	transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
}
.phone-footer-button a.button-client-phone:hover{
	transition: .4s all;
	-o-transition: .4s all;
	-ms-transition: .4s all;
	-moz-transition: .4s all;
	-webkit-transition: .4s all;
	transform:scale(1.03);
	-o-transform:scale(1.03);
	-ms-transform:scale(1.03);
	-moz-transform:scale(1.03);
	-webkit-transform:scale(1.03);
}
.phone-footer-button a.button-client-phone span{
	display: block;
	width: 45px;
	height: 45px;
	background: url(../media/phone.png) center / contain no-repeat;
}
.phone-footer-button a.button-client-phone p{
    color: #000000;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 0 10px;
    font-size: 70px;
    letter-spacing: 1px;
}
.copy-block{
	padding: 7px 0;
	width: 100%;
	background: #222;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.copy-block p{
	color: #fff;
	font-size: 18px;
	margin: 5px 0;
	padding: 0;
	text-align: center;
}
.copy-block p a{
    color: #7fd633;
    text-transform: uppercase;
    font-size: 19px;
}

.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  animation: pulse 1s ease infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@media(max-width:767px){
	.items-text {
	    flex-direction: column;
	}
	.phones-block {
	    flex-direction: column;
	}
	.img-view-card{
		background: url(../media/card.jpg) center / contain no-repeat;
		box-shadow: 0 0 0 rgba(0,0,0,0);
		height: 240px;
	}
	.img-view {
	    height: 260px;
	}
	.phones-footer{
		flex-direction: column;
	}
}

 .floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  z-index: 10000;
}

.floating-buttons a {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  animation: intense-glow 2s infinite alternate;
}

.floating-buttons a:hover {
  transform: scale(1.15);
  animation-play-state: paused; /* на ховере остановим анимацию для удобства */
}

.floating-buttons a img {
  width: 90px;
  height: 90px;
  animation: icon-flash-pulse 1.2s infinite ease-in-out;
}

@keyframes intense-glow {
  0% {
    box-shadow:
      0 0 10px 3px rgba(255, 0, 0, 0.8),
      0 0 20px 6px rgba(255, 0, 0, 0.6);
  }
  50% {
    box-shadow:
      0 0 20px 6px rgba(255, 165, 0, 1),
      0 0 30px 12px rgba(255, 165, 0, 0.8);
  }
  100% {
    box-shadow:
      0 0 15px 5px rgba(255, 255, 0, 0.9),
      0 0 25px 10px rgba(255, 255, 0, 0.7);
  }
}

@keyframes icon-flash-pulse {
  0%, 100% {
    transform: scale(1);
    filter: drop-shadow(0 0 3px #fff);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    filter: drop-shadow(0 0 10px #fff);
    opacity: 0.6;
  }
}

/* Цвета кнопок */
.instagram {
  background-color: #E1306C; /* розово-красный */
  animation-name: intense-glow-instagram;
}

.whatsapp {
  background-color: #25D366; /* зеленый */
  animation-name: intense-glow-whatsapp;
}

.phone {
  background-color: #007BFF; /* яркий синий */
  animation-name: intense-glow-phone;
}

/* Яркая пульсация для каждого цвета отдельно */

@keyframes intense-glow-instagram {
  0%, 100% {
    box-shadow:
      0 0 15px 5px rgba(225, 48, 108, 0.8),
      0 0 25px 12px rgba(225, 48, 108, 0.6);
  }
  50% {
    box-shadow:
      0 0 25px 12px rgba(255, 105, 180, 1),
      0 0 35px 18px rgba(255, 105, 180, 0.9);
  }
}

@keyframes intense-glow-whatsapp {
  0%, 100% {
    box-shadow:
      0 0 15px 5px rgba(37, 211, 102, 0.8),
      0 0 25px 12px rgba(37, 211, 102, 0.6);
  }
  50% {
    box-shadow:
      0 0 25px 12px rgba(144, 238, 144, 1),
      0 0 35px 18px rgba(144, 238, 144, 0.9);
  }
}

@keyframes intense-glow-phone {
  0%, 100% {
    box-shadow:
      0 0 15px 5px rgba(0, 123, 255, 0.8),
      0 0 25px 12px rgba(0, 123, 255, 0.6);
  }
  50% {
    box-shadow:
      0 0 25px 12px rgba(135, 206, 250, 1),
      0 0 35px 18px rgba(135, 206, 250, 0.9);
  }
}
