/* Footer */
.footer-widget-wrap {
	overflow: hidden;
	position: sticky;
	top:0px;
	z-index: 1;
	background-image: url("../content/images/pizzalini/home-hero-background.png");
}

.section-gap {
    padding: 40px 0;
}

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
.footer-area a:visited {
    color: white;
}
.pop_up_content a,
.pop_up_content a:visited {
    color: white;
	text-decoration: underline;
}
.single-footer-widget p {
    color: white;
}
.footer-contact-link {
    color: white;
    text-decoration: underline;
}
.delivery_popup {
	display:flex;
	width: 50%;
}
	
/* Модальное окно */
.pop_up {
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
}
.pop_up_container {
	display: flex;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.pop_up_content {
	width: 600px;
	height: auto;
	text-align: justify;
	border: 3px solid white;
	border-radius: 10px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-image: url("../content/images/pizzalini/home-hero-background.png");
	background-size: cover;
	padding: 10px;
	color: white;
}
.pop_up_close {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	color:white;
}

@media screen and (max-width:844px) {
.pop_up_content {
	width: 95%;
	height: auto;
	padding: 5px;
}
.footer-area h4 {
    padding-bottom: 0px;
}
.section-gap {
    padding: 40px 0 0;
}
.delivery_popup {
		display:grid;
}
.delivery_popup a {
	margin-bottom: 25px;
	margin-right: 0px;
}
}
/* Модальное окно */