#comehere{
	display: flex;
	flex-wrap: wrap
}

#comehere #yandexmaps{
	flex: 0 0 66.666667%;
    max-width: 66.666667%;
	order: 2;
	-ms-flex-order: 2;
	padding-left: 1.5rem!important;
	float: none;
}

#comehere #addresslist{
	flex: 0 0 33.333333%;
    max-width: 33.333333%;
	order: 1;
	-ms-flex-order: 1;
	float: none;
}

#comehere>div:nth-child(3){
	display: none
}

#comehere #route{
	order: 3;
	-ms-flex-order: 3;
	width: 100%;
}

@media (max-width:991px){
	#comehere #yandexmaps,#comehere #addresslist{
		flex: 0 0 100%;
		max-width: 100%;
	}
	#comehere #yandexmaps{
		padding-left: 0 !important
	}
	#comehere #addresslist{
		height: auto !important;
		overflow: visible !important
	}
}

#route ol{clear: both}
@media(max-width: 575px){
	#route ol:before{
		content: "";
		height: 15px;
		display: block;
	}
}