.footercontseven{
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.footerseven{
	overflow: hidden;
}

.footertitleseven{
	text-align: center;
		font-family: Roboto;
		font-size: 32px;
		color: #000;
}

.footerleftseven{
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.footerrightfilterseven{
	position: absolute;
	background-color: #f7f7f7;
	z-index: -1;
}

.footerrightseven{
	float: left;
	width: 50%;
	box-shadow: 10px 10px 10px -10px #333;
}

.footerleftblockiconseven{
	display: block;
	float: left;
	flex-direction: column;
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.footerleftblockiconimgseven{
	width: 60px;
	height: 60px;
	object-fit: contain;
	object-position: center;
}

.footerleftblocktextseven{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding-right: 20px;
}

.footerleftblocktexttopseven{
	font-family: Roboto;
	font-size: 23px;
	color: #000;
}

.footerleftblocktextbottomseven{
		font-family: Roboto;
	font-size: 18px;
	color: #000;
}

/* Large desktops and laptops */
@media (min-width: 1400px) {
		.footercontseven{
		padding-top: 90px;
		padding-bottom: 110px;
	}
	.footerrightfilterseven{
		width: 50%;
		margin-left: 50%;
		height: calc(100% + 10px);
		margin-top: -90px;
	}
	.footertitleseven{
		padding-bottom: 50px;
	}
	.footerleftseven{
		height: 630px;
	}
	.footerleftblockiconseven{
		margin-left: 120px;
		margin-right: 20px;
	}
	.footerrightseven{
		height: 630px;
	}
	#footermapseven{
		height: 610px;
	}
	.footerleftblockseven{
		margin-top: 20px;
		margin-bottom: 20px;
		height: 80px;
	}
}

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1399px) {
	.footercontseven{
		padding-top: 80px;
		padding-bottom: 100px;
	}
	.footerrightfilterseven{
		width: 50%;
		margin-left: 50%;
		height: calc(100% + 0px);
		margin-top: -80px;
	}
	.footertitleseven{
		padding-bottom: 40px;
	}
.footerleftseven{
		height: 460px;
	}
	.footerleftblockiconseven{
		margin-left: 100px;
		margin-right: 20px;
	}
	.footerrightseven{
		height: 460px;
	}
	#footermapseven{
		height: 440px;
	}
	.footerleftblockseven{
		margin-top: 20px;
		margin-bottom: 20px;
		height: 80px;
	}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.footercontseven{
		padding-top: 70px;
		padding-bottom: 90px;
	}
	.footerrightfilterseven{
		width: 50%;
		margin-left: 50%;
		height: calc(100% + 0px);
		margin-top: -70px;
	}
	.footertitleseven{
		padding-bottom: 35px;
	}
.footerleftseven{
		height: 460px;
	}
	.footerleftblockiconseven{
		margin-left: 100px;
		margin-right: 20px;
	}
	.footerrightseven{
		height: 460px;
	}
	#footermapseven{
		height: 440px;
	}
	.footerleftblockseven{
		margin-top: 20px;
		margin-bottom: 20px;
		height: 80px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.footercontseven{
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.footerrightfilterseven{
		display: none;
	}
	.footertitleseven{
		padding-bottom: 30px;
	}
.footerleftseven{
	height: 400px;
	}
	.footerleftblockiconseven{
		margin-left: 20px;
		margin-right: 20px;
	}
	.footerrightseven{
		height: 400px;
	}
	#footermapseven{
		height: 400px;
	}
	.footerleftblockseven{
		margin-top: 10px;
		margin-bottom: 10px;
		height: 80px;
	}
}

/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
	.footercontseven{
		padding-top: 50px;
	}
	.footerrightfilterseven{
		display: none;
	}
	.footertitleseven{
		padding-bottom: 22px;
	}
.footerleftseven{
	padding-bottom: 20px;
	}
	.footerleftblockiconseven{
		margin-left: 20px;
		margin-right: 20px;
	}
	.footerrightseven{
		height: 300px;
		width: 100%;
	}
	#footermapseven{
		height: 300px;
	}
	.footerleftblockseven{
		margin-top: 10px;
		margin-bottom: 10px;
		height: 80px;
	}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.footercontseven{
		padding-top: 40px;
	}
	.footerrightfilterseven{
		display: none;
	}
	.footertitleseven{
		padding-bottom: 20px;
	}
.footerleftseven{
	padding-bottom: 20px;
	}
	.footerleftblockiconseven{
		margin-left: 20px;
		margin-right: 20px;
	}
	.footerrightseven{
		height: 300px;
		width: 100%;
	}
	#footermapseven{
		height: 300px;
	}
	.footerleftblockseven{
		margin-top: 10px;
		margin-bottom: 10px;
		height: 80px;
	}
}	