.wrapper__bottom-map{position:relative}
.bottom-map__text{height: 0}
.bottom-map{position: relative;background: #fff;display: flex;flex-direction: column;justify-content: center;padding: 30px}
.bottom-map__title{}
.bottom-map__smalltitle{font-size: 16px;line-height: 24px;padding: 10px 0}
.bottom-map ul{padding:20px 0; margin:0}
.bottom-map ul li svg{opacity:0.5;width: 16px;margin-right: 10px;height: 19px;}
.bottom-map ul li{padding: 0 0 15px;margin:0;list-style:none;font-size: 16px;line-height: 18px;}
.bottom-map ul li a{font-weight:700; color:#363636; text-decoration:none !important}
.wrapper__bottom-map, .bottom-map{height:450px}
.bottom-map .button-link{max-width:200px}
@media(max-width:991px){
	.bottom-map{padding: 20px}
	.bottom-map__smalltitle{font-size: 14px;line-height: 20px;padding: 5px 0}
	.bottom-map ul{padding: 15px 0}
	.bottom-map ul li{padding: 0 0 10px; font-size: 14px;line-height: 16px;}
	.wrapper__bottom-map, .bottom-map{height: 380px;}
}
@media(max-width:767px){
	.wrapper__bottom-map, .bottom-map, .bottom-map__text{height: auto}
	.wrapper__bottom-map iframe{height:350px}
	.bottom-map{padding: 0 0 30px; text-align:center}
	.bottom-map ul li{justify-content:center}
	.bottom-map .button-link{margin:0 auto}
}