.no-webp .bg-newsletter {
    background-image: url("../../images/backgrounds/bg-newsletter.jpg");
}

.webp .bg-newsletter {
    background-image: url("../../images/backgrounds/bg-newsletter.webp");
}

.map {
	width:100%;
}
.map .google-map {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.map .google-map iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

.main-footer {
	padding: 80px 0 0px 0;
	position: relative;
}

.main-footer .main-footer-logo {
    position: absolute;
    width: 130px;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    -webkit-box-shadow: 0px 0px 43px 0px rgb(12 12 12 / 16%);
    box-shadow: 0px 0px 43px 0px rgb(12 12 12 / 16%);
    border-radius: 50%;
    z-index: 2;
}

.main-footer h3 {
	color:#fff;
	margin-bottom: 15px;
}

.main-footer p {
	color:#fff;
}

.main-footer h5 {
	color:#fff;
}

.main-footer .social .fa-stack {
	margin-bottom: 0.75rem;
	margin-right: 0.5rem;
	font-size: 1.5rem;
}

.main-footer .social .fa-stack .fa-stack-1x {
    color: #0c3b68;
	transition: all 0.2s ease;
}

.main-footer .social .fa-stack .fa-stack-2x {
	color: #fff;
	transition: all 0.2s ease;
}

.main-footer .social .fa-stack:hover .fa-stack-1x {
	color: #fff;
}

.main-footer .social .fa-stack:hover .fa-stack-2x {
    color: #3ec1c7;
}

.main-footer ul li {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    color: #fff;
    font-size: 16px;
}

.main-footer ul li:first-child {
	gap: 16px;
}

.main-footer ul li+li {
    margin-top: 10px;
}

.main-footer ul li i {
	color: #3ec1c7;
	margin-top:5px;
}

.main-footer .day-item {
	color: #fff;
	font: 400 1rem/1.5 'Lato', sans-serif;
	margin-bottom: 1rem;
}