.foot_map {
    color: #fff;
    /*height: 537px;
    margin-bottom: 91px;*/
    font-family: CalibriLight;
    display: flex;
	background-size: cover;
	background-repeat: no-repeat;
	
}

.foot_map .container {
    position: relative;
}

.foot_map-image {
    position: absolute;
	height: 537px;
    width: 769px;
    top: 0;
    right: -78px;
	background-repeat: no-repeat;
}

.foot_map .title-block {
    color: #000;
	max-width:500px;
}

.foot_map .container ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.foot_map .container ul li {
	justify-content: flex-start;
	max-width: 100%;
	width: 500px;
}

.foot_map__link {
	color:#fff;
	font-size:16px;
	font-weight:700;
	padding:12px 56px;
	background-color:#34B3EB;
	border-radius: 30px;
	margin-top:22px;
	display:block;
	text-align:center;
}

.foot_map__subtitle{
	font-size:18px;
	font-weight:700;
	display: flex;
    width: 400px;
    align-items: center;
	justify-content: flex-start;
    margin-left: 0px;
	color: #000;
}


.foot_map__subtitle:before{
	content: '';
	background:url(../img/svg_map_icon.svg);
	background-repeat: no-repeat;
	background-position:center;
	height:40px;
	width:40px;
	display:block;
	margin-right:20px;
}



@media only screen and (max-width: 768px) {
    .foot_map {
        height: auto;
		margin-bottom: 0px;
		background: url(../img/footer_map_fon.jpg);
		background-position: bottom center;
		background-repeat: no-repeat;
		/*padding-bottom:550px;*/
		margin-top: 38px;
    }
	
.foot_map__window-image {
		display:none;
	}
	
	.foot_map .title-block  {
		margin-bottom: 5px;
	}
	
	
	.foot_map .container ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	
	.foot_map .container ul li {
		margin-bottom: 38px;
	}
}

@media only screen and (max-width: 415px) {
	.foot_map .title-block{
		font-size: 18px;
		font-weight:900;
		text-align:start;
		margin-top:0;
	}
	.foot_map__subtitle{
		font-size: 16px;
		font-weight:700;
		margin-left: -10px;
		width:auto;
		text-align: center;
	}
	
	.foot_map__link {
		font-size:14px;
		padding:10px 40px;
	}
}