.map-addresses__wrapper{
	visibility: hidden;
	/* width: 751px;
	height: 318px; */
	border-radius: 20px;
	/* justify-content: space-between; */
	padding: 21px 20px 21px 32px;
	z-index: 1;
	opacity: 1;
	top: 77px;
	left: 0px;
	width: 100%;
	max-height: 318px;
	border-width: 2px;

	background-color: #FFFFFF;
	box-shadow: 0 0 0 1px rgb(207, 199, 189) inset;
	/* background-color: #f8f5f1; */
	overflow: hidden;
	position: absolute;
	
}

.map-addresses__wrapper.vis
{
	visibility: visible;
}

.map-addresses__list
{
	overflow-y: auto;
	height: 277px;

	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	color: #3B291F;
}

.map-addresses__item
{
	cursor: pointer;
	margin-bottom: 12px;
}

.map-addresses__item:hover {
    color: #FCE0BE;
}

.modal__map-search
{
	position: relative;
}