.mapPopup {
	height: auto;
	width: 0;
}
	.mapPopup.preview,
	.mapPopup.centered,
	.mapPopup.selected {
		width: 234px;
	}
	.mapPopup.centered {
		z-index: 7!important;
	}
	.mapPopup.preview {
		z-index: 8!important;
	}
	.mapPopup .marker {
		background-image: url(/res/pidzamche/img/mapmarker.png);
		background-position: 0 0;
		background-repeat: no-repeat;
		bottom: -49px;
		height: 99px;
		left: -38px;
		position: absolute;
		width: 76px;
		z-index: 9;
	}
		.mapPopup.selected .marker,
		.mapPopup:hover .marker {
			background-position: -81px 0;
		}
	.mapPopup .desc {
		background-color: #d3d3d3;
		border-bottom: 2px solid #1D1D1B;
		box-sizing: border-box;
		display: none;
		font-weight: 100;
		font-style: italic;
		min-height: 80px;
		opacity: 1;
		overflow: auto;
		padding: 8px 0px 10px 10px;
		position: relative;
		width: 275px;
	}
		.mapPopup .desc.noFoto {
			min-height: 50px;
			padding-left: 35px;
			width: 210px;
		}
		.mapPopup.centered .desc,
		.mapPopup.selected .desc {
			display: block;
			margin-left: 5px;
		}
		.mapPopup.preview .desc {
			background-color: #F3F3F3;
			display: block;
			margin-left: 5px;
		}
		.mapPopup .desc.noFoto .thumb {
			display: none;
		}
		.mapPopup .desc .thumb {
			border-radius: 80px;
			float: left;
			margin-right: 10px;
			max-width: 80px;
			max-height: 80px;
			position: relative;
		}
			.mapPopup .desc .thumb img {
				border-radius: 80px;
				max-width: 80px;
				max-height: 80px;
			}
		.mapPopup .desc .iconsBlock {
			bottom: 0;
			left: 0;
			position: absolute;
			right: 0;
			top: 0;
		}
		.mapPopup .desc .thumb:hover .popupGallery {
			background-image: url(/res/pidzamche/img/marcerslide.png);
			background-position: center;
			background-size: 45%;
			background-repeat: no-repeat;
			cursor: pointer;
			height: 100%;
			width: 100%;
			background-color: rgba(128,128,128,0.7);
			border-radius: 80px;
		}
		.mapPopup .desc .popupLia {
			background-image: url(/res/pidzamche/img/marcerlia.png);
			background-position: center;
			background-size: 100%;
			background-repeat: no-repeat;
			cursor: pointer;
			height: 3.5em;
			margin: 0.3em auto;
			width: 3em;
		}
		.mapPopup .desc .data {
			box-sizing: border-box;
			float: left;
			margin-right: 2px;
			width: 173px;
		}
			.mapPopup .desc .data .title {
				border-bottom: 1px solid #b9b9b9;
				min-height: 25px;
				padding-right: 10px;
			}
			.mapPopup .desc .data .address {
				margin-top: 5px;
				overflow: auto;
			}
			.mapPopup .desc .data .address.withClick {
				cursor: pointer;
			}
				.mapPopup .desc .data .address .goToLia {
					color: #B51F32;
					font-size: 11px;
					font-style: normal;
					float: left;
					padding: 5px;
				}
				.mapPopup .desc .data .address .addressText {
					padding-top: 5px;
				}
				.mapPopup .desc .data .address .addressText.withLia {
					border-left: 1px solid #cccccc;
					float: left;
					padding: 5px 0 5px 5px;
					width: 140px;
				}
			.mapPopup.preview .desc .data .withClick:hover {
				background-color: #d3d3d3;
			}
			.mapPopup.centered .desc .data .withClick:hover {
				background-color: #d3d3d3;
			}
			.mapPopup.selected .desc .data .withClick:hover {
				background-color: #d3d3d3;
			}

.mapPopup.selected .desc {
	background-color: #777777;
	color: #fff;
}
	.mapPopup.selected .desc .title {
		border-bottom: 1px solid #9e9e9e;
	}
@media (max-width: 1440px) {
	.mapPopup .marker {
		background-image: url(/res/pidzamche/img/mapmarker1368.png);
		bottom: -41px;
		height: 83px;
		left: -32px;
		width: 64px;
	}
		.mapPopup.selected .marker,
		.mapPopup:hover .marker {
			background-position: -67px 0;
		}
}
