.city-choice {
    display: flex;
    justify-content: center;
}
.city-choice button {
    padding: 3px 10px 4px;
}
.city-list {
    padding: 0 13px 29px 53px;
    display: flex;
    flex-wrap: wrap;
}

.city-list a {
    display: block;
    padding: 10px 0;
    width: 25%;
}

.url-link {
    cursor: pointer;
}

.city-choice-title {
    padding-bottom: 9px;
    text-align: center;
}

.city-choice-title span {
    border-bottom: 1px dotted #000;
    white-space: nowrap;
}

/* citychange */

.citychange--fixed-place {
	background: rgba(58, 63, 68, 0.7);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 3000;
    opacity:0;
}

.citychange--map-place {
	max-width: 1200px;
	margin: 3% auto 0 auto;
	position: relative;
}

.citychange--close {
	
}

.citychange--map {
	
}

.citychange-link {
	color: #249038;
}





.addresses-map {
	height: 80vh;
    max-height: 780px;
    min-height: 600px;
	position: relative;
}
.addresses-map_left {
	width: 75%;
	height: 100%;
	position: relative;
}

.addresses-map_right {
	width: 25%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	box-sizing: border-box;
}

.addresses-map__list {
	height: 100%;
	position: relative;
	overflow-x: hidden;
    overflow-y: auto;
	scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}
.addresses-map__list::-webkit-scrollbar {
    width: 5px;
    background: transparent;
}
.addresses-map__list::-webkit-scrollbar-thumb {
    background-color: #E6E7E8;
}
#addresses-list {
	position: relative;	
	padding: 20px 15px;
}	
.shop {
	position: relative;
    padding-top: 15px;
    padding-left: 35px;
    margin-bottom: 15px;
    background: url(../images/icon-map.svg) no-repeat 0 15px;
    background-size: 20px;
    border-top: 1px solid #E6E7E8;
}
.shop:first-child {
	border-top: none;
}
.shop_name {
	color: #222;
	line-height: 24px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.shop_address {
	margin: 10px 0 0 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	cursor: pointer;
}
.shop_phone {
	margin: 5px 0 0 0;
	font-size: 16px;
	font-weight: 700;
}
.shop_phone a {
	color: #222;
}	
.shop_phone a:hover {
	color: #249038;
}
.shop_mode {
	color: #666;
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
}
.shop_citycg {
	margin: 5px 0 0 0;
}	
.shop_citycg a {
	color: #555;
	font-size: 13px;
	line-height: 20px;
	border-bottom: 1px dotted #555;
}
#addresses-map {
	width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
	left: 0;	
}
.baloon-box {
	width: 400px;
	padding: 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px rgba(39, 39, 39, 0.20);
}
.baloon-close {
	width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 375px;
    background: url(../images/baloon-close.svg) no-repeat center;
    cursor: pointer;
}	
.baloon-body {
	overflow: hidden;
	font-size: 13px;
	line-height: 20px;
}	
.baloon-body ymaps {
	width: 100% !important;
	height: auto !important;
}
.point-img {
	width: 120px;
	float: left;
}
.point-img img {
	width: 100%;
	height: auto;
	display: block;
}	
.point-info {
	margin-left: 10px;
	margin-top: 10px;
}
.point-address {
	min-height: 40px;
	padding-left: 50px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	background: url('/bitrix/templates/aspro-allcorp2/images/icon-map.svg') no-repeat top left;
	background-size: 40px;
}
.point-phone {
	margin-top: 10px;
	font-size: 15px;
	line-height: 30px;
	font-weight: 600;
}	
.point-mode {
	color: #999;
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
}

.citychange-map-place-title {
    position: absolute;
    z-index: 1;
    background: #FFF;
    font-size: 20px;
    font-weight: bold;
    left: 48px;
    padding: 5px 30px;
    border: 1px solid #DCDCDC;
    top: 7px;
}

@media all and (max-width: 1023px) {
	.addresses-map {
		height: auto;
        max-height: 100%;
        min-height: 0;
	}
	.addresses-map_left {
		width: 100%;
		height: 500px;
	}
	.addresses-map_right {
		width: 100%;
		height: 350px;
		position: relative;
		padding: 0;
		top: auto;
		right: auto;
	}
}