/* pulsowanie click to call */
@media screen and (max-width:576px){
	.click-to-call{
		position:fixed;
		bottom:0;
		right:0;
		padding:5px 10px;
		border-radius:0px;
		font-size:15px;
		z-index:10;
		margin-right:24px;
		margin-bottom:24px;
		background:#000;
		color:#fff !important;
		animation: pulse 2s infinite;
		border:1px solid #000;
		font-family:var(--txtHeader);
	}
}
@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:147px;
}
.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:#CCCCCC;
	font-size: 17px;
	text-transform:uppercase;
	font-weight:400;
}
@media screen and (min-width:992px){
	.footer-link:hover{
		color:#fff !important;
	}
}
.hr-footer{
/* 	height:1px; */
	width:100%;
	margin:35px 0px;
	background-color:#fff;
}
/* @media screen and (max-width:576px) {
	.hr-footer {
		margin-bottom:0px !important;
	}
} */
.copyrights-footer{
	text-align:center;
	color:#fff;
	margin-top:0px; 
	margin-bottom:15px;
	font-size:11px;
	font-family:var(--txtHeader);
}
@media screen and (max-width:576px){
	#footer-text{
		font-size:13px
	}
}
.social-img-footer{
	transition:all 0.4s ease-out;
/* 	filter:brightness(1000); */
}
@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-top:1px solid #2b2b2a;
	background:#f4f1ef;
} */


.justify-end-mobile-start {
	justify-content:end;
}
.txt-left-mobile-right{
	text-align:end;
}
@media screen and (max-width:992px) {
	.justify-end-mobile-start {
		justify-content:start;
	}
	.txt-left-mobile-right{
		text-align:start;
	}
}

.header__contactUs {
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
	text-decoration:underline;
	font-family:var(--txtHeader);
}
.header__contactUs a{
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
	text-decoration:underline;
	font-family:var(--txtHeader);
}

.footer__contactInfos p {
	font-size:18px;
	color:#fff;
	font-family:var(--txtHeader);
}

.margings-socials-icons {
	margin-top:80px;
}

.footer__opis p {
	font-size:15px;
	color:#fff;
}
.footer__contactInfos p {
	text-decoration:none !important;
}
.footer__contactInfos p a {
	text-decoration:none !important;
}