.footer {
	background-color: #0A5A88;
	color: white;
	position: relative;
	padding-bottom: 30px;
	position: relative;
	margin-top: 100px;
	padding-top: 30px;
}
.footer .footer-logo {
	position: absolute;
	top: -65px;
	width: 330px;
	
}

.footer a {
	color: #ffffff;
	display: block;
}
.footer li a {
	color: #ffffff;
	padding: 7px 0;
}
.footer li a:hover {
	color: #FF690D;
}
.footer .current-menu-item a {
	color: #FF690D;
	background-color: unset;
	font-weight: bold;
}
.footer .menu-item-type-custom.current-menu-item a {
	color: #fff;
	font-weight: 400;
}
.footer .menu-item-type-custom.current-menu-item a:hover {
	color: #FF690D;
}
.footer ul {
	display: flex;
	flex-direction: column;
}

.footer .sub-menu {
	display: none;
}
.footer  .footer-content {
	display: flex;
	justify-content: flex-start;
}
.footer  .footer-content > div {
	width: 22%;
}
.footer .social-icon {
	filter: invert(99%) sepia(2%) saturate(0%) hue-rotate(51deg) brightness(116%) contrast(100%);
	width: 35px;
	height: 35px;
}
 .footer .social-icon:hover {
	filter: invert(53%) sepia(100%) saturate(3115%) hue-rotate(353deg) brightness(100%) contrast(103%);
}
.footer .phones {
	margin-top: 50px;
	
}
.footer .phones a {
	font-size: 22px;
	font-weight: 600;
}
.footer .e-wizyty {
	display: inline-block;
	padding: 8px 15px;
}
.footer .e-wizyty:hover {
	background-color: #15BDFF;
}
.footer h3 {
	color: #FF690D;
	text-transform: uppercase;
	font-size: 42px;
	text-align: right;
}
.footer h3 span{
	color: #15BDFF;
	font-weight: bold;
}

.footer-bottom-content {
	display: flex;
	align-items: center;
	position: relative;
	padding-top: 50px;
}

.footer-bottom-content  .email-footer{
	position: absolute;
	top: 0px;
	font-weight: 600;
	font-size: 18px;
}
.footer-bottom-content h4 {
	color: #15BDFF;
	margin-right: 100px;
	font-size: 20px;
	margin-bottom: 15px;

}
.footer-bottom-content h4 strong {
	font-size: 28px;
}
.footer-bottom-content h4 strong {
	display: block;
}
.footer h5 {
	font-size: 22px;
	font-weight: 600;
	border-bottom: 1px solid white;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.footer h3:after {
	display: none;
}
.footer .footer-content > div.map {
	width: 31%;
	transition: 0.3s ease all;
}
.footer .map img {
	transition: 0.3s ease all;
	position: relative;
	
}
.footer .map:hover img {
	transform: scale(1.2);
}
@media (max-width: 1200px) {
	.footer  .footer-content,
	.footer-bottom-content {
		flex-direction: column;
		text-align: center;
	}
	.footer .footer-logo {

		top: -45px;
		width: 200px;
	
	} 
	.footer  .footer-content  div {
		width: 100%!important;
	}
	
	.footer h3 {
		font-size: 30px;
		margin-bottom: 0px;
		text-align: center;
	}
	.footer {
		padding-top: 60px;
	}
	.footer li a {
		font-size: 16px;
	}
	.footer h5{
		margin-top: 25px;
	}
	.footer-bottom-content h4 {
		margin-right: 0;
	}
	.footer .e-wizyty {
		margin-bottom: 15px;
	}
	.footer .map {
		margin-top: 25px;
	}
}