.plot-bubble,
.building-bubble {
	display:block;
	position: relative;
	padding:5px 5px 2px 5px;
	text-align: center;
	min-width:75px;
	width:auto;
	border-radius: 2px;
	cursor: pointer;
	background: rgba( 100, 100, 100, 0.4 );
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 3px );
	-webkit-backdrop-filter: blur( 3px );
	border: 1px solid rgba( 255, 255, 255, 0.18 );
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
	font-family: 'Montserrat', sans-serif;
	transition: background 0.2s, border 0.2s;
	color:#FFF;
}

.plot-bubble:hover,
.building-bubble:hover {
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba( 255, 255, 255, 0.32 );
}

.plot-bubble.position-top,
.building-bubblee.position-top {
	transform:translate(-50%, calc(-100% - 10px));
	
}

.plot-bubble.position-bottom,
.building-bubblee.position-bottom {
	transform:translate(-50%, calc(10px));
	
}

.fix-image {
	transform:translate(-50%, -50%);
}

/*.plot-bubble:before,
.building-bubble:before {
	content: "";
	position: absolute;
	background: inherit;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
	filter: blur(10px);
	margin: -20px;
}*/

/*.plot-bubble:after,
.building-bubble:after {
	content:' ';
	position: absolute;
	bottom:-5px;
	left:50%;
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 5px solid rgba( 100, 100, 100, 0.4 );
	transform:translateX(-50%);
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 3px );
	-webkit-backdrop-filter: blur( 3px );
}*/
.plot-bubble:after, .plot-bubble:before,
.building-bubble:after, .building-bubble:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

plot-bubble.position-bottom:after, .plot-bubble.position-bottom:before,
.building-bubble.position-bottom:after, .building-bubble.position-bottom:before {
	top: -13px;
}

.plot-bubble:after,
.building-bubble:after {
	border-color: rgba( 100, 100, 100, 0 );
	border-top-color: rgba( 100, 100, 100, 0.4 );
	border-width: 5px;
	margin-left: -5px;
}
.plot-bubble:before,
.building-bubble:before {
	border-color: rgba( 255, 255, 255, 0 );
	border-top-color: rgba( 255, 255, 255, 0.4 );
	border-width: 6px;
	margin-left: -6px;
}

.plot-bubble.position-bottom:after, .plot-bubble.position-bottom:before,
.building-bubble.position-bottom:after, .building-bubble.position-bottom:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.plot-bubble.position-bottom:after,
.building-bubble.position-bottom:after {
	border-color: rgba( 100, 100, 100, 0 );
	border-bottom-color: rgba( 100, 100, 100, 0.4 );
	border-width: 5px;
	margin-left: -5px;
}
.plot-bubble.position-bottom:before,
.building-bubble.position-bottom:before {
	border-color: rgba( 255, 255, 255, 0 );
	border-bottom-color: rgba( 255, 255, 255, 0.4 );
	border-width: 6px;
	margin-left: -6px;
}

.building-bubble {
	top:350px;
	left:600px;
}

.building_name_big .plot-bubble {
	padding-bottom:5px;
}

.plot-bubble .bubble-image,
.building-bubble .bubble-image {
	text-align: center;
	display:block;
	width:100%;
	padding-bottom: 1px;
	padding-top: 3px;
}

.plot-bubble .bubble-image img,
.building-bubble .bubble-image img {
	max-width: 100%;
	max-height: 80px;
}

.plot-bubble .text,
.building-bubble .text {
	border-bottom:1px solid #DBDDE0;
	
	display:block;
}

.building_name_big .plot-bubble .text,
.static-point-item.building_group_simple_clickable .plot-bubble .text,
.static-point-item.plot_simple_clickable .plot-bubble .text {
	border-bottom:0px none;
}

.static-point-item.building_group_simple_clickable .plot-bubble .text,
.static-point-item.plot_simple_clickable .plot-bubble .text {
	padding-bottom: 5px;
}

.plot-bubble .text .title,
.building-bubble .text .title {
	font-size: 12px;
	font-weight: bold;
}

.plot-bubble .text .title {
	
}

.building-bubble .text .title {
	
}

.plot-bubble .text .subtitle,
.building-bubble .text .subtitle {
	display:block;
}

.plot-bubble .text .subtitle {
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	padding:0 0 4px 0;
}

.building-bubble .text .subtitle {
	font-weight: 500;
	font-size: 10px;
	
	padding:3px 0 8px 0;
}

.plot-bubble  .flat-num,
.building-bubble .flat-num {
	
	padding:4px 0 0 0;
}

.plot-bubble  .flat-num .icon,
.building-bubble .flat-num .icon {
	width:14px;
	height: 14px;
	display:inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url('./../images/icon-house-white.svg');
	vertical-align: top;
	margin-top: 1px;
	margin-right: 2px;
}

.plot-bubble  .flat-num .num,
.building-bubble .flat-num .num {
	font-weight: bold;
	font-size: 14px;
}

.static-point-item.building_group_inactive .plot-bubble {
	cursor: unset;
}

.static-point-item.building_group_inactive .plot-bubble:hover {
	background: rgba( 100, 100, 100, 0.4 );
	border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.static-point-item.building_group_inactive .plot-bubble .inactive-text {
	font-weight: bold;
	font-size: 14px;
}

.flat-bubble {
	display:block;
	position: fixed;
	top:300px;
	left:100px;
	background: #FFFFFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
	border-radius: 2px;
	width:260px;
	z-index: 59;
	cursor: pointer;
}

.flat-bubble.amenities-big {
	width:360px;
}

.flat-bubble.last-moved {
	z-index: 50;
}

.flat-bubble .remove-pinned {
	position: absolute;
	display:none;
	background:#FFF;
	top:10px;
	right:10px;
	border:1px solid #8E99AF;
	width:22px;
	height: 21px;
	cursor: pointer;
}

.flat-bubble.pinned .remove-pinned {
	display:block;
}

.flat-bubble .remove-pinned::before,
.flat-bubble .remove-pinned::after {
	content: ' ';
	width:15px;
	height: 1px;
	transform: rotate(45deg);
	background:#8E99AF;
	top:9px;
	left:3px;
	display:block;
	position: absolute;
}

.flat-bubble .remove-pinned::before {
	
}

.flat-bubble .remove-pinned::after {
	transform: rotate(-45deg);
}

.flat-bubble.only-flat-title,
.flat-bubble.simple-flat-title {
	width:auto;
}

.flat-color-button.open-flat {
	font-weight: 500;
	padding:9px 11px;
	margin:10px auto;
}

.flat-bubble .flat-image-container {
	padding:10px;
}

.flat-bubble.amenities-big .flat-image-container {
	order:1;
	padding:0 10px;
	margin:10px 0;
}

.flat-bubble.amenities-big .flat-image-container.direct-image img {
	width:100%;
	height: auto;
	display:block;
}

.flat-bubble.only-flat-title .flat-image-container {
	display:none;
}

.flat-bubble .flat-image-container .flat-image {
	width:100%;
	height: 115px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.flat-bubble.amenities .flat-image-container .flat-image {
	height:155px;
}

.flat-bubble .flat-status {
	display:none;
}

.flat-bubble .flat-title {
	font-weight: 800;
	font-size: 14px;
	border-top: 1px solid #EAECEE;
	padding:8px 10px;
}

.flat-bubble.amenities-big .flat-title {
	order:2;
	padding: 0 10px 0;
	margin:10px 0;
}

.flat-bubble .flat-title .flat-status-text {
	display:block;
}

.flat-bubble .data-items {
	background: rgba(142, 153, 175, 0.05);
	display:flex;
	flex-flow: wrap;
	border-top: 1px solid #EAECEE;
}

.flat-bubble.amenities .data-items {
	display:none;
}

.flat-bubble .flat-description {
	font-size:14px;
	font-weight: 400;
	padding:0 10px 0 10px;
	margin:10px 0;
}


.flat-bubble .flat-description p {
	margin-top:0;
}

.flat-bubble.amenities-big .flat-description {
	order:3;
}

.flat-bubble.only-flat-title .data-items {
	display:none;
}

.flat-bubble .data-items .data-item-line {
	width:100%;
	position: relative;
}

.flat-bubble  .data-items .data-item-line:after {
	content:' ';
	width:calc(100% - 20px);
	height: 1px;
	position: absolute;
	bottom:0;
	left:10px;
	background:#EAECEE;
}

.flat-bubble .data-items .data-item-line:last-child:after {
	display:none;
}

.flat-bubble .data-items .data-item {
	height: 32px;
	padding:10px 0 5px;
	font-size: 12px;
	width:50%;
	position: relative;
}

.flat-bubble .data-items .data-item:nth-child(odd) {
	padding-left:8px;
}

.flat-bubble .data-items .data-item:nth-child(even) {
	padding-right:8px;
}

.flat-bubble .data-items .data-item::after {
	content:' ';
	width:calc(100% - 20px);
	height: 1px;
	position: absolute;
	bottom:0;
	left:10px;
	background:#EAECEE;
}

.flat-bubble .data-items .data-item:nth-child(odd)::after {
	width:calc(100% - 10px);
	left:10px;
}

.flat-bubble .data-items .data-item:nth-child(even)::after {
	width:calc(100% - 10px);
	left:0;
}

.flat-bubble .data-items .data-item:last-child::after,
.flat-bubble .data-items .data-item:nth-last-of-type(-n+2):not(:nth-child(even))::after,
.mobile-selected-flat .item .data-items .data-item:last-child::after {
	display:none;
}

.flat-bubble .data-item .icon {
	vertical-align: top;
}

.flat-bubble .data-item .icon.room-icon {
	width: 18px;
	height: 15px;
	margin-top: -2px;
}

.flat-bubble .data-items .data-item .icon.plot-icon {
	width: 13px;
	height: 17px;
	margin-top: -2px;
}

.flat-bubble .data-items .data-item .icon.floor-icon {
	width: 15px;
	height: 18px;
	margin-top:-3px;
}

.flat-bubble .data-items .data-item .icon.area-icon {
	width: 16px;
	height: 16px;
	margin-top:-3px;
}

.flat-bubble .data-items .data-item .icon.terrace-icon {
	width: 15px;
	height: 18px;
	margin-top:-3px;
}

.flat-bubble .data-items .data-item .icon.garden-icon {
	width: 14px;
	height: 17px;
	margin-top:-3px;
}

.flat-bubble .data-items .data-item-line .data-item:nth-child(1) {
	text-align: left;
	float:left;
	padding-left: 8px;
		
}

.flat-bubble .data-items .data-item-line .data-item:nth-child(2) {
	text-align: right;
	float:right;
	padding-right: 8px;
}

.flat-bubble .data-items .data-item-line:last-child .data-item {
	padding-bottom: 3px;
	border-bottom: 0px none;
}

.building-name-big-container {
	display: block;
	position: absolute;
}

.building-name-big-container.position-top {
	transform: translate(-50%, calc(-100% - 10px));
}

.building-name-big-container.position-bottom {
	transform: translate(-50%, calc(100% + 10px));
}

.building-name-big-container .plot-bubble {
	cursor: default;
}

.hided-flatmesh .building-name-big-container .plot-bubble {
	cursor: url('/images/360-new.svg'), auto;
}

.building-name-big-container .plot-bubble.position-top {
	transform:none;
}

.building-pin {
	display: block;
	color: var(--main-color);
	background: #FFF;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	text-align: center;
	line-height: 16px;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	margin:10px auto 0;
	position: relative;
}

.building-name-big-container .plot-bubble:hover,
.building-name-big-container .building-bubble:hover {
	background: rgba( 100, 100, 100, 0.4 );
	border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.fix-image {
	height:auto;
	text-align:center;
}

.fix-image img {
	width: 46px;
	max-height: 60px;
	display:block;
	height: auto;
	margin:0 auto;
}

body.hide-flat-number .plot-bubble .flat-num,
body.hide-flat-number .building-bubble .flat-num {
	display:none !important;
}

body.hide-flat-number .plot-bubble .text,
body.hide-flat-number .building-bubble .text {
	border-bottom:0px none !important;
}