.banner{
	background-image: url(../image/contacts-fon2.jpg);
}
.inform{
    position: relative;
}
.inform h3{
    position: relative;
    z-index: 3;
	text-align: center;
	font-size: 34px;
	color: rgb(4, 4, 26);
	font-weight: 600;
	font-style: bold;
	padding: 5px 5px;
}
.inform-maps{
    position: relative;
    z-index: 3;
    width: 80%;
    height: 60vh;
    margin: 0 auto;
    padding-bottom: 15px;
    border: 2px solid rgb(1, 1, 177);
    box-shadow: 0 0 10px rgb(0, 0, 253);
    border-radius: 20px;
}
.inform-maps iframe{
    width: 100%;
    height: 100%;
}
.inform-fon{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../image/contacts-fon.jpg);
    background-size: cover;
    background-position: center;
    z-index: 1;
    opacity: 0.4;
}













