.shares-list .address-list {
	padding: 0 0 20px;
}

.shares-list .address-list__header {
	padding: 20px 20px 0;
}

.shares-list .address-list__holder {
	height: calc(100% - 50px);	
}

.shares-list .address-list__holder .address {
	box-sizing: border-box;
	padding: 0 20px;
}

.address-list .mCSB_scrollTools {
	width: 20px;
}

.address-list .mCSB_inside>.mCSB_container {
	margin-right: 20px;
}

.address-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.address-list .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.address-list .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.address-list .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    width: 8px;
    background-color: #BD5927;
}

.address-list .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.map-hint {
	position: relative;
	width: 220px;	
}

.map-hint:before {
	height: 248px;
	width: 240px;
	position: absolute;
	bottom: -1px;
	left: 0; 
	background: url(../images/map-close-pattern.png) no-repeat;
	filter: blur(9px);
	content: '';
}

.map-hint-holder {
	border-radius: 4px;
	padding: 16px 12px;
	position: relative;
	z-index: 5;
	background-color: #fff;
}

.map-hint-header {
	padding-right: 24px;
	position: relative;
	line-height: 16px;
}

.map-hint-address {
	display: inline-block;
	font-size: 13px;
	vertical-align: top;
}

.map-hint-close {
	display: block;
	height: 11px;
	width: 11px;
	position: absolute;
	top: 2px;
	right: 0;
	background: url(../images/map-close-icon.png) no-repeat;
	cursor: pointer;
}

.map-hint-label {
	margin-top: 12px;
	line-height: 18px;
}

.map-hint-label.shops-gal .hyper,
.map-hint-label.shops-gal .super {
	margin: 0;
}

.map-hint-info {
	margin-top: 8px;
	font-size: 13px;
	line-height: 16px;
	color: #000;
}

.map-hint-info .grey {
	color: #c3c3c3;
}

.map-hint-picture {
	border-radius: 4px;
	margin-top: 16px;
	overflow: hidden;
}

.map-hint-picture img {
	width: 100%;
}

.map-hint-angle {
	display: block;
	height: 20px;
	margin-left: 76px;
	width: 21px;
	position: relative;
	z-index: 5;
	background: url(../images/map-angle-icon.png) no-repeat;
}

strong.field-value {
	font-family: Roboto-Regular,Helvetica,Arial,sans-serif;
	font-weight: 400;
}