.flat-popup-image-datasheet .under-rooms-text {
	display: block;
	font-size: 9px;
	padding: 0;
	line-height: 10px;
	font-weight: 400;
	padding-top:5px;
}

.flat-popup .flat-popup-image-datasheet .flat-room-list {
	max-height: calc(100vh - 432px);
}

.has-fav-bar-body .flat-popup .flat-popup-image-datasheet .flat-room-list {
	max-height: calc(100vh - 502px);
}

.flat-room-list .item-type-room_detail span.item-icon {
	float:none !important;
	display:inline-block !important;
}

.flat-room-list .item-type-room_detail span.item-icon:after {
	content:'T*';
	display: block;
	background: #BBB;
	color: #FFF;
	font-weight: bold;
	padding: 2px 4px;
	margin-left: 5px;
	
}

.presentation-illustration-popup {
	display:block;
}

.icon.uniq_location-icon {
	background-image: url('/images/icon-plot2.svg');
	width: 16px;
	height: 17px;
	margin-top:-1px;
}

.row-list-row .td.td-size {
	width: calc(11% - 10px);
}

.row-list-row .td.td-uniq_location {
	width: calc(15% - 9px);
}

.right-content-list .flat-list .item .data-items .data-item:nth-child(even),
.flat-bubble .data-items .data-item:nth-child(even),
.similar-flats .similar-flat-list .item .data-items .data-item:nth-child(even) {
	width:48%;
}

.right-content-list .flat-list .item .data-items .data-item:nth-child(odd),
.flat-bubble .data-items .data-item:nth-child(odd),
.similar-flats .similar-flat-list .item .data-items .data-item:nth-child(odd) {
	width:52%;
}

.ws-header .logo-container {
  width: 332px;
}

.ws-header .logo-container .logo {
	width: 303px;
	height: 50px;
	margin-top:5px;
}

.ws-header-filters-container {
	width: calc(100% - 542px);
}

.ws-header-filters-container .ws-header-filter-item.floor {
	width:210px;
}

.ws-header-filters-container .ws-header-filter-item.area {
	width:210px;
}

@media screen and (max-width: 1099px) {
	.flat-popup-image-datasheet .under-rooms-text {
		padding-top:20px;
	}
	
	.has-fav-bar-body .flat-popup .flat-popup-image-datasheet .flat-room-list, .flat-popup .flat-popup-image-datasheet .flat-room-list {
		height: auto;
		max-height: none;
	}

	.presentation-illustration-popup {
		display:none;
	}

	.presentation-illustration-mobile-popup {
		display:block;
	}
}


@media screen and (max-width: 767px) {
	.ws-header-filters-container .ws-header-filter-item.floor {
		width:100%;
	}

	.ws-header-filters-container .ws-header-filter-item.area {
		width:100%;
	}
	
	.ws-header .logo-container {
		width: 240px;
	}

	.ws-header .logo-container .logo {
		  width: 213px;
		  height: 50px;
		  margin-top:5px;
	}
}


@media screen and (max-width: 479px) {
	.ws-header .logo-container {
		width: 220px;
	}

	.ws-header .logo-container .logo {
		  width: 193px;
		  height: 50px;
		  margin-top:5px;
	}
}