/* pulsowanie click to call */
/* @media screen and (max-width:576px){
	
} */

.click-to-call{
	display: none; /* domyślnie ukryty */
		position:fixed;
		bottom:0;
		right:0;
/* 		width:60px;
		height:60px; */
	background:#FFF;	
	border-radius:60px;
	padding:5px 12px;
	color:#1C4B41;
	cursor:pointer;
	border:1px solid #98d7ca;
	font-weight:600;
		z-index:10;
		margin-right:20px;
		margin-bottom:20px;
/* 		border-radius:50%; */
		animation: pulse 2s infinite;
	}
@keyframes pulse{
	0%{
/* 		transform:scale(0.9); */
		box-shadow:0 0 0 0 rgb(35, 74, 72, 0.7);
	}
	70%{
/* 		transform:scale(1); */
		box-shadow:0 0 0 15px rgb(35, 74, 72, 0);
	}
	100%{
/* 		transform:scale(0.9); */
	}
}
/* @media screen and (min-width:576px){
	.no-display-dektopski-callButton{
		display:none;
	}
} */
@media screen and (max-width:768px){
	.center-foto-tablet{
		display:flex;
		justify-content:center;
		align-items:center;
	}
}
.footer-logo{
	width:190px;
}
.title-footer{
	color:#fff;
	font-weight:400;
	font-size:22px;
	margin-bottom:15px;
}
.footer-link{
	transition:opacity 0.35s ease-out;
	text-decoration:none;
	color:#fff;
	font-size: 16px;
}
@media screen and (min-width:992px){
	.footer-link:hover{
		opacity:0.7;
		color: #fff !important;
	}
}
.hr-footer{
	height:1px;
	width:100%;
	margin:35px 0px;
	background-color:#B3E718;
}
.copyrights-footer{
	text-align:center;
	color:#fff;
	margin-top:0px; 
	margin-bottom:15px;
}
@media screen and (max-width:576px){
	#footer-text{
		font-size:13px
	}
}
.social-img-footer{
	transition:all 0.4s ease-out;
	filter:brightness(100);
}
@media screen and (min-width:992px){
	.social-img-footer:hover{
		opacity:0.7;
		color:#fff;
	}
}

@media screen and (max-width:768px){
	.footerLogo__ctr {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
}

.footer__address p {
	color:#fff;
}
.footer__main{
/* 	border-radius:20px;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:20px; */
/* 	background:#fbfbfb; */
	border-top:1px solid #1C4B41;
	background:#1C4B41;
}



.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.popup-content {
  position: relative;
  text-align: center;
	background:#fff;
	position:relative;
	padding:20px;
	border-radius:20px;
	border:1px solid #98d7ca;
}
@media screen and (min-width:768px) {
	.popup-content {
		width:540px;
	}
	.wpcf7 .wpcf7-submit {
		width:calc(100% - 120px);
	}
}
@media screen and (max-width:768px) {
	.popup-content {
		margin-left:25px;
		margin-right:25px;
	}
	.wpcf7 .wpcf7-submit {
		width:calc(100% - 120px);
		text-align:center;
		display:flex;
		justify-content:center;
		align-items:center;
	}
}

.popup-close {
  position: absolute;
  top: -25px;
  right: -20px;
  border: none;
  background: none;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}
.popup-close img {
	width:40px;
	height:40px;
}


