* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}

html {
  height: 100%;
  overflow-x: hidden;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

body {
	background:#FFF;
	font-size:14px;
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	color: #4B4852;
	min-height: 100%;
	overflow: contain;
	overflow-y: contain;
	flex-wrap: wrap;
	overscroll-behavior: contain;
	overscroll-behavior-y: contain;
	position: relative;
}

.stickyfootermobile {
	overflow: hidden;
	/*background-color: #242424;*/
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	height: 58px;
	color: white;
}

.stickyfooterdesktop {
	overflow: hidden;
	/*background-color: #242424;*/
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	height: 58px;
	color: white;
}

.tooltip {
  display: inline-block;
  border-bottom: 1px solid #ECECEE;
  box-shadow: 0px 2px 8px rgba(112, 106, 126, 0.8);
  width: 120px;
  background-color: #ffffff;
  color: #303030;
  font-weight: bold;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 6px;
  padding-left: 8px;
}

.tooltip_image {
	display: inline-block;
	border-bottom: 1px solid #ECECEE;
	box-shadow: 0px 2px 8px rgba(112, 106, 126, 0.2);
	background-color: #ffffff;
	color: #303030;
	font-weight: bold;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 6px;
	padding-left: 8px;
	padding-right: 8px;
  }

.theader 
{
	font-size: 16px;
	padding-bottom: 8px;
}

.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
	pointer-events: none;
}

button {
	outline: none;
}

.clear {
	clear:both;
}

span.clear {
	display:block;
}

.left {
	float:left;
}

.right {
	float:right;
}

.hide {
    display:none;
}

.mobile-br {
	display:none;
}

.mobile-filter-sep {
	display:none;
}

.ws-row {
	display:table;
	width:100%;
	max-width: 1170px;
	margin:0 auto;
	z-index: 5000;
}

.ws-row.ws-row-block {
	display:block;
}

.ws-row.ws-row-block::after {
	clear:both;
}

.ws-row .ws-col-0,
.ws-row .ws-col-1,
.ws-row .ws-col-2,
.ws-row .ws-col-3,
.ws-row .ws-col-4,
.ws-row .ws-col-5,
.ws-row .ws-col-6,
.ws-row .ws-col-7,
.ws-row .ws-col-8,
.ws-row .ws-col-9,
.ws-row .ws-col-10,
.ws-row .ws-col-11,
.ws-row .ws-col-12 {
	display:block;
	float:left;
	padding:0 15px;
}

.ws-row .ws-col-0 {
	width: 0;
	display:none;
}

.ws-row .ws-col-1 {
	width: 8.3333333%;
}

.ws-row .ws-col-2 {
	width: 16.6666666%;
}

.ws-row .ws-col-3 {
	width: 25%;
}

.ws-row .ws-col-4 {
	width: 33.3333333%;
}

.ws-row .ws-col-5 {
	width: 41.6666666%;
}

.ws-row .ws-col-6 {
	width: 50%;
}

.ws-row .ws-col-7 {
	width: 58.3333333%;
}

.ws-row .ws-col-8 {
	width: 66.6666666%;
}

.ws-row .ws-col-9 {
	width: 75%;
}

.ws-row .ws-col-10 {
	width: 83.3333333%;
}

.ws-row .ws-col-11 {
	width: 91.6666666%;
}

.ws-row .ws-col-12 {
	width: 100%;
}

/* layout */
.page {
	position: relative;
	background:#FFF;
	flex-wrap: wrap;
	
	/*overscroll-behavior: contain;
	overscroll-behavior-y: contain;
	height: 100vh;
	overflow-y: hidden;
	overflow-y: scroll;*/
}

/* header */
header {
	background-color:#242424;
	height:60px;
	width:100%;
	display:block;
	position: sticky;
	top:0;
	z-index: 35;
}

.logo {
	display:block;
	line-height: 60px;
}

.logo img {
	vertical-align: middle;
	height: 60px;
	width: 302px;
}

.mobile-menu-open {
	display:none;
}

.mobile-user-login {
	display:none;
}

.header-right {
	text-align: right;
}

.header-right ul {
	list-style: none;
	margin:0;
	padding:0;
}

.header-right ul li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	text-align: right;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}

.header-right ul li:last-child {
	margin-right: 0;
}

.header-right ul li a {
	color: #fff;
	text-decoration: none;
	display:block;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	letter-spacing: normal;
}

.header-right ul li a svg {
	margin-top: 3px;
	vertical-align: middle;
}

.header-right ul li::after {
    background-color: #fb9500;
    bottom: 0;
    content: '';
    display: block;
    height: 5px;
    position: absolute;
    right: 0;
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
    width: 0;
}

.header-right ul li.active::after, .header-right ul li:hover::after {
    background-color: #fb9500;
    left: 0;
    width: 100%;
}


/* compact view */

.compact-view {
	
}

.compact-view .preview-window {
	width:100%;
	height:0;
	/* padding-bottom:42.1052631%; */
	padding-bottom:56.25%;
	/* MODIFIED FOR 16:9 FRAMES AND CONTAIN, RESTORE IF PROBLEM */
	position: relative;
	
}

.compact-view .preview-window .preview-iframe {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	border: 0;
	overflow: hidden;
}

.compact-view .preview-window.pano-full-window {
	width:100%;
	height:100%;
	padding-bottom: 0;
	position: fixed;
	top:0;
	left:0;
	z-index: 49;
	background:#FFF;
}

.static-point-pano {
	position: absolute;
	right:16px;
	z-index: 8;
	top:50%;
	transform: translateY(-50%);
}

.preview-controls {
	z-index: 8;
	top:16px;
	right:16px;
	position: absolute;
}

.preview-controls button.icon,
.filter-icon-fullscreen button.icon,
.static-point-pano .icon {
	width:40px;
	height: 40px;
	margin-left:16px;
	border-radius:8px;
	box-shadow:0px 2px 8px rgba(112, 106, 126, 0.2);
	border:1px solid #E5EBF1;
	background:#FFF;
	background-position: center center;
	background-repeat: no-repeat;
	display:block;
	float:left;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	transition: background-color 0.2s;
}

.preview-controls button.icon::after,
.filter-icon-fullscreen button.icon:after {
	content:' ';
	display:block;
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	left: 0;
	background:rgba(229, 235, 241, 0.4);
	opacity:0.0;
	transition: opacity 0.2s;
}

.static-point-pano .icon {
	float:none;
	margin-top: 10px;
	font-weight: bold;
}

.static-point-pano .icon:first-child {
	margin-top: 0;
}

.preview-controls button.icon.building-view {
	background-image:url(../images/building.svg);
}

.preview-controls button.icon.exitpanorama {
	background-image:url(../images/logout.png);
}

.preview-controls button.icon.building-3d-view {
	background-image:url(../images/3d.svg);
}

.preview-controls button.icon.layer-view {
	background-image:url(../images/layer.svg);
}

.preview-controls button.icon.fullscreen-change,
.filter-icon-fullscreen button.icon.fullscreen-change {
	background-image:url(../images/fullscreen.svg);
}

.preview-controls button.icon.grid-open {
	background-image:url(../images/list-table.svg);
	display:none;
}

.preview-controls button.icon:hover,
.preview-controls button.icon.active,
.filter-icon-fullscreen button.icon:hover,
.filter-icon-fullscreen button.icon.active,
.static-point-pano .icon:hover,
.static-point-pano .icon.active {
	background-color:rgba(229, 235, 241);
}

.preview-controls button.icon:hover::after,
.preview-controls button.icon.active::after,
.filter-icon-fullscreen button.icon:hover::after,
.filter-icon-fullscreen button.icon.active::after {
	opacity:1.0;
}

.preview-copyright {
	position: absolute;
	bottom:0;
	right:0;
	z-index: 1;
	background:rgba(0, 0, 0, 0.2);
	color:#DDD;
	font-size: 12px;
	padding:5px 10px;
}

.preview-copyright a {
	color:#DDD;
	text-decoration: none;
}

.preview-rotate {
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	z-index: 1;
}

.preview-rotate .rotate-icon-outer {
	background:rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	height: 48px;
	width:48px;
	padding:12px;
	margin:0 auto;
}

.preview-rotate .rotate-icon-outer .rotate-icon {
	display:block;
	width:24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url(../images/rotate.svg);
}

.preview-rotate .rotate-text {
	background:rgba(2,2,2,0.4);
	border-radius: 16px;
	font-weight: 500;
	font-size: 12px;
	color:#FFF;
	padding:15px 20px;
	width:160px;
	text-align: center;
	line-height: 1.6em;
	margin-top: 15px;
}

.floor-select {
	display: none;
	position: absolute;
	top:96px;
	left:20px;
	z-index: 1;
	top:50%;
	transform: translateY(-50%);
}

.floor-select .floor-select-up,
.floor-select .floor-select-down {
	display: block;
	border: 1px solid #C1CCE0;
	border-radius: 8px;
	width: 32px;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	color: #8E99AF;
	font-family: 'Lato', sans-serif;
	background: #FFF;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
	padding: 6px 0;
	cursor: pointer;
	font-weight: 500;
	position: relative;
}

.floor-select .floor-select-up {
	margin-bottom: 10px;
}

.floor-select .floor-select-down {
	margin-top: 10px;
}

.floor-select .floor-select-up:hover,
.floor-select .floor-select-down:hover {
    background: #8E99AF;
    color: #FFF;
    border-color: #8E99AF;
}

.floor-select .floor-select-up span,
.floor-select .floor-select-down span {
	width:16px;
	height: 16px;
	display:block;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.floor-select .floor-select-up span {
	background-image:url(/images/arrow_up.svg);
}

.floor-select .floor-select-down span {
	background-image:url(/images/arrow_down.svg);
}

.floor-select ul {
	list-style: none;
	margin:0;
	padding:0;
	height: 200px;
	overflow: hidden;
}

.floor-select ul li {
	display:block;
	padding-bottom: 10px;
}

.floor-select ul li:last-child {
	padding-bottom: 0;
}

.floor-select ul li button {
	display:block;
	border:1px solid #C1CCE0;
	border-radius: 8px;
	width:32px;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	color:#8E99AF;
	font-family: 'Lato', sans-serif;
	background:#FFF;
	transition:background 0.2s, color 0.2s, border-color 0.2s;
	padding:6px 0;
	cursor: pointer;
	font-weight: 500;
}

.floor-select ul li button:hover,
.floor-select ul li button.active {
	background:#8E99AF;
	color:#FFF;
	border-color:#8E99AF;
}

.flat-select {
	position: absolute;
	right:0;
	bottom:0;
	border-radius: 8px 0 0 0;
	background:#FFF;
	box-shadow: 0px 2px 8px rgba(112, 106, 126, 0.2);
	z-index: 1;
	padding:19px 25px 20px;
	display:none;
	cursor: pointer;
	width:290px;
	height: 57px;
}

.flat-select .flat-results-number {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	padding-right: 98px;
}

.flat-select .flat-show {
	font-family: 'Lato', sans-serif;
	position: relative;
	padding-right: 27px;
	width: auto;
	display: inline-block;
	right:37px;
	position: absolute;
}

.flat-select .flat-show::after {
	content:' ';
	position: absolute;
	top:4px;
	right:0;
	width:15px;
	height:10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url(../images/show.svg);
}

.building-select,
.order-select,
.floor-select-mobile,
.flat-modal-mobile-tab-select {
	position: absolute;
	top:16px;
	left:16px;
	width:228px;
	z-index: 9;
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	color:#4B3852;
}

.building-select .item-selected,
.order-select .item-selected,
.floor-select-mobile .item-selected,
.flat-modal-mobile-tab-select .item-selected {
	background:#FFF;
	box-shadow: 0px 2px 8px rgba(112, 106, 126, 0.2);
	border-radius:9px;
	width:228px;
	height: 40px;
	cursor: pointer;
	padding-right: 60px;
}

.building-select .item-logo {
	width:40px;
	height: 40px;
	padding:5px;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	display:block;
	float:left;
	position: relative;
}

.building-select .item-logo span,
.order-select .item-logo span,
.floor-select-mobile .item-logo span,
.flat-modal-mobile-tab-select .item-logo span {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width:30px;
	height: 30px;
	top:5px;
	left:5px;
	position: absolute;
}

.building-select .item-logo span img {
	width:0;
	height: 0;
	opacity: 0.0;
}

.building-select .item-name,
.order-select .item-name,
.floor-select-mobile .item-name,
.flat-modal-mobile-tab-select .item-name {
	display:block;
	float:right;
	width:158px;
	height: 40px;
	padding:5px 5px 5px 16px;
	line-height: 30px;
	vertical-align: middle;
	/*border-left: 1px solid #E5EBF1;*/
	white-space: nowrap;
	overflow:hidden;
}

.building-select .select-dropdown,
.order-select .select-dropdown,
.floor-select-mobile .select-dropdown,
.flat-modal-mobile-tab-select .select-dropdown {
	position: absolute;
	top:18px;
	right:16px;
	background-image:url(../images/arrow_down.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width:8px;
	height: 6px;
	display:block;
}

.building-select.open .select-dropdown,
.order-select.open .select-dropdown,
.floor-select-mobile.open .select-dropdown,
.flat-modal-mobile-tab-select.open .select-dropdown {
	background-image:url(../images/arrow_up.svg);
}

.building-select .item-options,
.order-select .item-options,
.floor-select-mobile .item-options,
.flat-modal-mobile-tab-select .item-options {
	background:#FFF;
	box-shadow: 0px 2px 8px rgba(112, 106, 126, 0.2);
	border-radius:9px;
	width:228px;
	height: auto;
	top: 36px;
	overflow: hidden;
	display:none;
}

.building-select .item-options .item,
.order-select .item-options .item,
.floor-select-mobile .item-options .item,
.flat-modal-mobile-tab-select .item-options .item {
	display:table;
	width:100%;
	border-bottom:1px solid #E5EBF1;
	padding-right: 35px;
	cursor: pointer;
	transition:background-color 0.2s;
}

.building-select .item-options .item:hover,
.order-select .item-options .item:hover,
.floor-select-mobile .item-options .item:hover,
.flat-modal-mobile-tab-select .item-options .item:hover {
	background-color:rgba(229, 235, 241);
}

.building-select .item-options .item .item-name,
.order-select .item-options .item .item-name,
.floor-select-mobile .item-options .item .item-name,
.flat-modal-mobile-tab-select .item-options .item .item-name {
	width:183px;
}

.building-select .item-options .item:last-child,
.order-select .item-options .item:last-child,
.floor-select-mobile .item-options .item:last-child,
.flat-modal-mobile-tab-select .item-options .item:last-child {
	border-bottom:0px none;
}

/* range slider */
.noUi-target {
	height:2px;
	border:0px none;
	background:#C1CCE0;
	box-shadow: none;
}

.noUi-connect {
	background:var(--main-color);
}

.noUi-horizontal .noUi-handle {
    width:34px;
	height:34px;
    top:-16px;
	right:-17px;
	background-image: url("/images/icon-left-and-right.svg");
	background-size: 22px 22px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border:0px none;
	border-radius: 50%;
	background-color:var(--main-color);
	box-shadow: none;
	cursor: pointer;
}

.noUi-handle::after, .noUi-handle::before {
	display:none;
}

/* filters */

.fliter-mobile-header {
	display:none;
}

.all-filter-container {
	position: -webkit-sticky;
	position: sticky;
	top: 60px;
	z-index: 10;
}

.filter-container {
	display:table;
	width:100%;
	padding-top: 19px;
	padding-bottom: 19px;
	height: 80px;
	box-shadow: 0px 4px 12px rgba(86, 84, 91, 0.15);
	background:#FFF;
}

.filter-container .filter-logo {
	display:none;
}

.range-container {
	display: inline-block;
    width: 60%;
}

.range-slider-item {
    
}

.range-label {
	margin-right: 5px;
	display:inline-block;
	vertical-align: top;
	margin-top: 28px;
	padding-right:7px;
}

.price-slider-container,
.size-slider-container,
.floor-slider-container,
.inheight-slider-container {
	display:block;
	float:left;
	width:18%;
	text-align: center;
	font-size: 12px;
}

.range-price-value,
.range-size-value,
.range-floor-value,
.range-inheight-value {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 20px;
}

.balcony-container {
	display:block;
	float:left;
	width:15%;
	text-align: center;
	padding-top: 10px;
}

.custom-checkbox-label {
	display:inline-block;
	cursor: pointer;
}

.custom-checkbox {
	border: 1px solid #C1CCE0;
	border-radius: 4px;
	display:inline-block;
	width:24px;
	height:24px;
	line-height: 26px;
	vertical-align: middle;
	text-align: center;
}

.custom-checkbox .check-icon {
	background-image:url(../images/check.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width:15px;
	height: 15px;
	display:none;
}

.custom-checkbox-label .custom-checkbox-text {
	vertical-align: top;
	margin-top: 3px;
	display:inline-block;
	margin-left: 7px;
	user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.custom-checkbox-label.checked .custom-checkbox .check-icon {
	display:inline-block;
}

.balcony-label .balcony-checkbox {
	
}

.before-room-container {
	width:0%;
	float:left;
	display:block;
}

.room-container {
	width:31%;
	float:left;
	display:block;
	padding-top: 18px;
	padding-left: 20px;
}

.room-container .room-text {
	font-size: 14px;
	margin-right: 5px;
}

.room-container .room-list {
	display:inline-block;
	list-style: none;
	margin:0;
	padding:0;
}

.room-container .room-list li {
	display:inline-block;
}

.room-container .room-list li button {
	border:1px solid #C1CCE0;
	background:#FFF;
	font-size: 14px;
	width:auto;
	height: 34px;
	width:auto;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	border-radius: 4px;
	padding:4px 12px;
	cursor: pointer;
	margin-left: 5px;
}

.room-container .room-list li button.room1 {
	background-color: #FFF;
	border-color: #C1CCE0;
	color:#000;
}
.room-container .room-list li button.room2 {
	background-color: #FFF;
	border-color: #C1CCE0;
	color:#000;
}

.room-container .room-list li button.room3 {
	background-color: #FFF;
	border-color: #C1CCE0;
	color:#000;
}

.room-container .room-list li button.room4 {
	background-color: #FFF;
	border-color: #C1CCE0;
	color:#000;
}

.room-container .room-list li button.room5 {
	background-color: #FFF;
	border-color: #C1CCE0;
	color:#000;
}

.room-container .room-list li button.room1.active {
	background-color: #eb4d4b;
	border-color: #FFF;
	color:#FFF;
}
.room-container .room-list li button.room2.active {
	background-color: #44bd32;
	border-color: #FFF;
	color:#FFF;
}

.room-container .room-list li button.room3.active {
	background-color: #7d5fff;
	border-color: #FFF;
	color:#FFF;
}

.room-container .room-list li button.room4.active {
	background-color: #fbc531;
	border-color: #FFF;
	color:#FFF;
}

.room-container .room-list li button.room5.active {
	background-color: #7ed6df;
	border-color: #FFF;
	color:#FFF;
}

.room-container .room-list li button.active {
	color:#FFF;
	background:#F54949;
	border-color:#F54949;
}
.room-container .room-list li button.active1 {
	color:#FFF;
	background:#13AACB;
	border-color:#13AACB;
}

.filter-icon-container {
	display:none;
	width:0%;
	float:left;
	text-align: right;
	padding-top: 9px;
	padding-right: 30px;
}

.filter-icon {
	display:inline-block;
	width:24px;
	height: 24px;
	border:0px none;
	background-color: transparent;
	background-image:url(../images/filter-icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	transition:opacity 0.2s;
}

.filter-icon:hover,
.filter-icon.active {
	opacity: 0.5;
}

.filter-icon-fullscreen {
	display:none;
}

/* detailed filter */
.filter-detailed {
	padding-top: 25px;
	display:none;
}

.filter-detailed .filter-columns {
	display:flex;
}

.filter-detailed .filter-citem {
	width:16.66666666%;
	padding-left: 15px;
	padding-right: 15px;
}

.filter-detailed .filter-citem .title {
	font-weight: 500;
	font-size: 18px;
	display:block;
	padding-bottom: 8px;
}

.filter-detailed .filter-citem .inheight-slider-container {
	float:none;
	width:100%;
	padding:20px 0 44px;
}

.filter-detailed .filter-citem .inheight-slider-container .range-container {
	width:80%;
}

.filter-detailed .filter-citem .custom-checkbox-label {
	display:block;
	margin:16px 0;
}

.filter-detailed .filter-detailed-bottom {
	border-top: 1px solid #E5EBF1;
	display:flex;
	padding-top: 16px;
    padding-bottom: 16px;
}

.filter-detailed .filter-text-search {
	width:65%;
}

.filter-detailed .filter-text-search input {
	background:transparent;
	border: 1px solid #C1CCE0;
	border-radius: 4px;
	width:100%;
	display:block;
	color: #8E99AF;
	font-family: 'Roboto', sans-serif;
	padding:16px;
	height: 48px;
}

.filter-detailed .filter-right-search {
	text-align: right;
	width:35%;
	padding-top: 4px;
}

.filter-detailed .filter-right-search .filter-search-remove {
	position: relative;
	padding-left:30px;
	color: #4B4852;
	text-decoration: none;
	margin-left: 50px;
	margin-right: 50px;
	font-weight: 500;
}

.filter-detailed .filter-right-search .filter-search-remove::before {
	content:' ';
	display: block;
	position: absolute;
	top:-2px;
	left:0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image:url(../images/filter-close.svg);
	width:20px;
	height: 20px;
}

.filter-detailed .filter-right-search .filter-search-send {
	background: var(--main-color);
	border:0px none;
	color:#FFF;
	font-family: Roboto;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 400;
	padding:10px 12px;
	height: 40px;
	transition: opacity 0.2s;
	cursor: pointer;
}

.filter-detailed .filter-right-search .filter-search-send:hover {
	opacity: 0.8;
}

/* flat list header */
.flat-list-header {
	display:flex;
	width:100%;
	padding-top: 19px;
	padding-bottom: 7px;
}

.flat-list-header-left {
	width:50%;
	display:flex;
	padding-left: 25px;
}
.flat-list-header-right {
	width:50%;
	display:flex;
	justify-content: flex-end;
	padding-right: 25px;
}

.flat-list-header-left .filter-icon-container {
	display:none;
}

.flat-list-header .list-title {
	padding-top: 10px;
}

.flat-list-header .list-title .title {
	font-size:18px;
}

.flat-list-header .list-title .results-number {
	display: inline-block;
	margin-left: 16px;
}

.flat-list-header .list-all {
	padding-top: 13px;
	padding-left: 33px;
}

.flat-list-header .list-all button,
.flat-list-header .list-fav button {
	border:0px none;
	background:transparent;
	font-family: 'Roboto', sans-serif;
	transition: opacity 0.2s;
	cursor: pointer;
}

.flat-list-header .list-all button:hover,
.flat-list-header .list-all button.active,
.flat-list-header .list-fav button:hover,
.flat-list-header .list-fav button.active {
	opacity: 1.0;
}

.flat-list-header .list-all button,
.flat-list-header .list-fav button {
	opacity: 0.5;
}

.flat-list-header .icon {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width:14px;
	height: 14px;
	display:inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.flat-list-header .list-all button .all-icon {
	background-image:url(../images/filter-all.svg);
}

.flat-list-header .list-fav {
	padding-top: 13px;
	position: relative;
	margin-left: 21px;
}

.flat-list-header .list-fav::before {
	content:' ';
	position: absolute;
	top:14px;
	left:0;
	width:1px;
	height: 16px;
	background: #C1CCE0;
}

.flat-list-header .list-fav button {
	padding-left: 16px;
}

.flat-list-header .list-fav button .fav2-icon {
	background-image:url(../images/filter-fav.svg);
}

.flat-list-header .list-type {
	padding-top: 5px;
	padding-right: 63px;
}

.flat-list-header .list-type .list-type-row,
.flat-list-header .list-type .list-type-table {
	display:inline-block;
	border:0px none;
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: center center;
	transition: opacity 0.2s;
	cursor: pointer;
}

.flat-list-header .list-type .list-type-row:hover,
.flat-list-header .list-type .list-type-row.active,
.flat-list-header .list-type .list-type-table:hover,
.flat-list-header .list-type .list-type-table.active {
	opacity: 1.0;
}

.flat-list-header .list-type .list-type-row,
.flat-list-header .list-type .list-type-table {
	opacity: 0.5;
}

.flat-list-header .list-type .list-type-row {
	background-image:url(../images/list-row.svg);
	width:30px;
	height: 30px;
	margin-right: 5px;
}

.flat-list-header .list-type .list-type-table {
	background-image:url(../images/list-table.svg);
	width:30px;
	height: 30px;
}

.flat-list-header .list-order-container {
	padding-top: 5px;
}

.flat-list-header .order-title {
	margin-right: 4px;
	display:inline-block;
	vertical-align: middle;
}

.order-select {
	position: relative;
	top:auto;
	left: auto;
	font-size: 14px;
	display:inline-block;
	vertical-align: middle;
}

.order-select .item-selected {
	border: 1px solid #D7D7DF;
	box-shadow: none;
	height: 32px;
}

.order-select .item-name {
	border-left: 0px none;
	width:100%;
	padding-left: 15px;
	height: 32px;
	padding-top: 0px;
	padding-bottom: 1px;
}

.order-select .select-dropdown {
	top:14px;
}

.order-select .item-options {
	position: absolute;
	border: 1px solid #D7D7DF;
	box-shadow: none;
}

.order-select .item-options .item .item-name {
	width:100%;
}

/* flat list */
.flat-list {
	width:100%;
}

.flat-list .flat-item {
	display:flex;
	width:100%;
	position: relative;
	border: 1px solid #E5EBF1;
	margin-top: 16px;
	margin-bottom: 16px;
	height: 104px;
	box-shadow: 0px 2px 8px rgba(112, 106, 126, 0.2);
	border-radius: 8px;
	background:#FFF;
}

.flat-list .flat-item .csok-flag,
.csok-flag-details {
	position: absolute;
	top: -6px;
	left: -8px;
	width: auto;
	padding: 6px 18px 5px;
	z-index: 1;
	display: block;
	border: 2px solid #e65c00;
	color: #e65c00;
	border-radius: 10px;
	background: #fff0e6;
	font-weight: bold;
	font-size: 16px;
}

.flat-list.flat-list-grid .flat-item .csok-flag {
	left:auto;
	top: -10px;
	right: -11px;
}

.csok-flag-details {
	position: relative;
	top:auto;
	left:auto;
	display:inline-block;
	margin-left:30px;
	line-height: 18px;
	vertical-align: top;
	margin-top: -2px;
}

.flat-list .flat-item::before {
	content:' ';
	display:block;
	position: absolute;
	background: var(--background);
	border-radius: 0px 4px 4px 0px;
	width:4px;
	height:calc(100% - 26px);
	top:13px;
	left:0;
}

.flat-item .basic-info {
	display:flex;
	width:14%;
	flex-wrap: wrap;
	padding-left: 33px;
	position: relative;
	border-right: 1px solid #E5EBF1;
}

.flat-item .basic-info .flat-name {
	display:none;
}

.flat-item .flat-image {
	width:100px;
	height: 90px;
	position: relative;
}

.flat-item .flat-image span {
	position: absolute;
	width:100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	top:0;
	left:0;
	display:block;
}

.flat-item .flat-image span img {
	display:none;
}

.flat-item .flat-building-icon {
	width:34px;
	height: 34px;
	position: relative;
	position: absolute;
	top:0;
	right:-17px;
	border: 1px solid #E5EBF1;
	box-shadow: 1px 2px 4px rgba(85, 89, 94, 0.15);
	border-radius: 0px 0px 8px 8px;
	background-color:#FFF;
}

.flat-item .flat-building-icon span {
	position: absolute;
	width:100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	top:0;
	left:0;
	display:block;
}

.flat-item .flat-building-icon span img {
	display:none;
}

.flat-item .more-info {
	display:flex;
	width:49%;
	flex-direction: column;
	padding-left:40px;
	padding-right: 10px;
}

.flat-item.no-main-data .more-info {
	width:66%;
}

.flat-item .more-info .flat-fav {
	display:none;
}

.flat-item .flat-name {
	font-weight: bold;
	font-size: 20px;
	color: #303030;
	padding-top: 19px;
}

.flat-item .flat-name .flat-name-url {
	display:inline-block;
	cursor: pointer;
	color: #4B4852;
	text-decoration: none;
}

.flat-details {
	display:flex;
	flex-direction: row;
	padding-top: 14px;
}

.flat-details > div {
	font-weight: bold;
	padding-right: 31px;
	font-size: 16px;
	width:14.666%;
}

.flat-details.flat-details-items-1 > div {
	width:100%;
}

.flat-details.flat-details-items-2 > div {
	width:50%;
}

.flat-details.flat-details-items-3 > div {
	width:33.33333%;
}

.flat-details.flat-details-items-4 > div {
	width:25%;
}

.flat-details.flat-details-items-5 > div {
	width:20%;
}

.flat-details.flat-details-items-6 > div {
	width:16.66666%;
}

.flat-details.flat-details-items-7 > div {
	width:14.28%;
}

.flat-details.flat-details-items-8 > div {
	width:12.5%;
}

.flat-details.flat-details-items-9 > div {
	width:11.11111%;
}

.flat-details.flat-details-items-10 > div {
	width:10%;
}

.flat-details.flat-details-items-6 > div.flat-garden {
	width:23%;
}

.flat-details.flat-details-items-6 > div.flat-balcony {
	width:23%;
}

.flat-details.flat-details-items-6 > div.flat-size {
	width:16%;
}

.flat-details.flat-details-items-6 > div.flat-orientation {
	width:9%;
	padding-right: 0;
}

.flat-details.flat-details-items-4 > div.flat-size {
	width:20%;
}

.flat-details.flat-details-items-4 > div.flat-balcony {
	width:30%;
}

/*.flat-item .flat-size {
	font-weight: bold;
	padding-right: 41px;
	font-size: 16px;
}

.flat-item .flat-room {
	font-weight: bold;
	padding-right: 41px;
	font-size: 16px;
	
}

.flat-item .flat-balcony {
	padding-right: 41px;
	font-size: 16px;
}

.flat-item .flat-floor {
	
	font-size: 16px;
}*/

.flat-item .flat-details .flat-price,
.flat-item .flat-details .flat-mobile-more {
	display:none;
}

.flat-item .flat-location {
	display:none;
}

.flat-item .flat-show-details {
	display:none;
}

.flat-item .icon {
	display:inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	vertical-align: top;
	margin-right: 10px;
	margin-left: 2px;
}

.flat-item .icon.flat-icon {
	background-image:url(../images/flat-size.svg);
	width:16px;
	height: 16px;
}

.flat-item .icon.room-icon {
	background-image:url(../images/flat-room.svg);
	width:20px;
	height: 14px;
	margin-top: 2px;
}

.icon {
	display:inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	vertical-align: top;
	margin-right: 10px;
	margin-left: 2px;
}

.icon.flat-icon {
	background-image:url(../images/flat-size.svg);
	width:16px;
	height: 16px;
}

.icon.room-icon {
	background-image:url(../images/flat-room.svg);
	width:20px;
	height: 14px;
	margin-top: 2px;
}

.flat-item .price-info {
	display:flex;
	width:37%;
	border-left:1px solid #E5EBF1;
}

.flat-item.no-main-data .price-info {
	width:20%;
}

.flat-item .price-info .flat-price {
	font-size: 18px;
	font-weight: bold;
	padding-top: 40px;
	width:42%;
	text-align: center;
	padding-left: 15px;
}

.flat-item .basic-info .flat-fav {
	display:none;
}

.flat-fav {
	padding-top: 31px;
	width:19%;
	text-align: right;
	padding-right: 12px;
}

.flat-item.no-main-data .flat-fav {
	width:32%;
}

.flat-fav button {
	border: 1px solid #C1CCE0;
	border-radius: 8px;
	background:#FFF;
	width:40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
}

.flat-fav .icon.fav-icon {
	width:17px;
	height: 17px;
	background-image:url(../images/fav.svg);
	vertical-align: middle;
	margin-right: 0;
	margin-left: 0;
	transition:background-image 0.2s;
}

.flat-fav button.active .icon.fav-icon {
	background-image:url(../images/fav-yellow.svg);
}

.flat-item .price-info .flat-more,
.flat-modal .flat-more {
	padding-top: 31px;
	width:39%;
	padding-left: 12px;
}

.flat-item.no-main-data .flat-more {
	width:68%;
}

.flat-item .price-info .flat-more a,
.flat-modal .flat-more a {
	height:40px;
	width:120px;
	text-align: center;
	background: var(--main-color);
	border-radius: 8px;
	padding:11px;
	color:#FFF;
	font-size: 16px;
	display:inline-block;
	text-decoration: none;
	cursor: pointer;
	transition:opacity 0.2s;
}

.flat-item .price-info .flat-more a:hover,
.flat-modal .flat-more a:hover {
	opacity:0.8;
}

.flat-item .flat-more-information {
	display:none;
	padding:34px 31px;
	border-bottom: 1px solid #E5EBF1;
}

.flat-item .flat-more-information .flat-pdf-download,
.flat-modal .fm-pdf-download {
	font-size: 16px;
	font-weight: 500;
	display:block;
	position: relative;
	padding:4px 0 4px 32px;
	text-decoration: none;
	color:#4B4852;
	margin-bottom: 34px;
}

.flat-item .flat-more-information .flat-pdf-download::after,
.flat-modal .fm-pdf-download::after {
	content:' ';
	display:block;
	width:27px;
	height: 27px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url(/images/pdf.svg);
	top:0;
	left:0;
	position: absolute;
}

.fm-copy-link {
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	display:block;
	position: relative;
	padding:0px 0 0px 0px;
	text-decoration: none;
	color:#4B4852;
	margin-bottom: 34px;
}

.fm-copy-link svg {
	vertical-align: middle;
}

.fm-copy-link svg path {
	fill:var(--main-color);
}

.fm-copy-link::after {
	content:'';
	display:none;
	/*width:27px;
	height: 27px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url(../images/copy.svg);
	top:0;
	left:0;
	position: absolute;*/
}

.flat-item .flat-more-information .flat-more-info-details {
	
}

.flat-item .flat-more-information .flat-info-row,
.flat-modal .flat-info-row {
	display:flex;
	font-size: 16px;
	border-bottom: 1px solid #C1CCE0;
	padding:14px 0;
}

.flat-item .flat-more-information .flat-info-row:last-child,
.flat-modal .flat-info-row:last-child {
	border-bottom:0px none;
}

.flat-item .flat-more-information .flat-info-row-label,
.flat-modal .flat-info-row-label {
	width:50%;
}

.flat-item .flat-more-information .flat-info-row-value,
.flat-modal .flat-info-row-value {
	width:50%;
	font-weight: bold;
	text-align: right;
}

/* fullscreen list row */

.fullscreen-page .flat-item .basic-info {
	width:10.5%;
}

.fullscreen-page .flat-item .more-info {
	flex-direction: row;
	width:59.5%;
}

.fullscreen-page .flat-item .basic-info {
	padding-left: 10px;
	padding-right: 10px;
}

.fullscreen-page .flat-item .flat-image {
	margin:0 auto;
	height: 102px;
}

.fullscreen-page .flat-item .price-info {
	width:29%;
}

.fullscreen-page .flat-item .flat-name {
	padding-top: 39px;
}

.fullscreen-page .flat-item .flat-details {
	padding-top: 39px;
	padding-left: 127px;
}

.fullscreen-page .flat-item .flat-size {
	font-size: 20px;
	padding-right: 61px;
}

.fullscreen-page .flat-item .flat-room {
	padding-top: 4px;
}

.fullscreen-page .flat-item .flat-balcony {
	padding-top: 4px;
}

.fullscreen-page .flat-item .flat-floor {
	padding-top: 4px;
}

.fullscreen-page .flat-item .price-info .flat-price {
	font-size: 20px;
}

.fullscreen-page .flat-item .icon.flat-icon {
	margin-top: 4px;
}

.fullscreen-page .flat-item .price-info .flat-more {
	width:134px;
}

.fullscreen-page .flat-item .price-info .flat-price {
	width:60%;
}

/* fullscreen list row end */

.flat-list.flat-list-grid {
	flex-wrap:wrap;
	display:flex;
	width:auto;
	margin-left:-16px;
	margin-right: -16px;
}

.flat-list.flat-list-grid .flat-item-container {
	width:33.33333333%;
	padding:0 16px;
}

.flat-list.flat-list-grid .flat-item {
	flex-direction: column;
	height: auto;
}

.flat-list.flat-list-grid .flat-item::before {
	height:24px;
	top:16px;
}

.flat-list.flat-list-grid .flat-item .basic-info {
	width:100%;
	padding-left: 0;
	border-right: 0px none;
	margin-bottom: 13px;
}

.flat-list.flat-list-grid .flat-item .basic-info .flat-name {
	display:block;
	width:100%;
	height: 56px;
	border-bottom:1px solid #E5EBF1;
	padding-left: 21px;
	padding-top: 16px;
}

.flat-list.flat-list-grid .flat-item .flat-building-icon {
	right:16px;
	top:-1px;
	width:40px;
	height: 40px;
}

.flat-list.flat-list-grid .flat-item .flat-image {
	width:100%;
	height: 160px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.flat-list.flat-list-grid .flat-item .more-info .flat-name {
	display:none;
}

.flat-list.flat-list-grid .flat-item .more-info {
	margin-top: 12px;
	border-top: 1px solid #E5EBF1;
	border-bottom: 1px solid #E5EBF1;
	width:100%;
	padding:0;
}

.flat-list.flat-list-grid .flat-item .more-info .flat-details {
	flex-wrap: wrap;
	width:100%;
	font-size: 16px;
	padding-bottom: 17px;
	padding-top: 14px;
	padding-left:0;
}

.flat-list.flat-list-grid .flat-item .more-info .flat-details > div {
	padding:8px 24px;
	width:50%;
	font-weight: bold;
}

/*.flat-list.flat-list-grid .flat-item .more-info .flat-details .flat-size {
	width:50%;
	order:1;
	font-size: 22px;
	font-weight: bold;
	padding-right: 5px;
}*/

.flat-list.flat-list-grid .flat-item .icon.flat-icon {
	margin-top: 4px;
}

/*.flat-list.flat-list-grid .flat-item .more-info .flat-details .flat-room {
	width:50%;
	order:3;
	padding-right: 5px;
	font-weight: normal;
}*/

/*.flat-list.flat-list-grid .flat-item .more-info .flat-details .flat-balcony {
	width:50%;
	order:4;
	text-align: right;
	padding-left: 5px;
	padding-top: 8px;
}

.flat-list.flat-list-grid .flat-item .more-info .flat-details .flat-floor {
	width:50%;
	order:2;
	text-align: right;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 11px;
}

.flat-list.flat-list-grid .flat-item .more-info .flat-details .flat-location {
	width:50%;
	display:block;
	order:5;
	padding-right: 5px;
	padding-top: 12px;
}

.flat-item .icon.location-icon {
	width:20px;
	height: 20px;
	background-image:url(../images/location.svg);
	vertical-align: middle;
	margin-top: -1px;
}

.flat-list.flat-list-grid .flat-item .more-info .flat-details .flat-show-details {
	width:50%;
	display:block;
	order:6;
	text-align: right;
	padding-left: 5px;
	padding-top: 12px;
}*/

.flat-list.flat-list-grid .flat-item .more-info .flat-details .flat-show-details a {
	color:var(--main-color);
	text-decoration: none;
	font-size: 14px;
}

.flat-list.flat-list-grid .flat-item .more-info .flat-details .flat-show-details a .more-icon {
	background-image:url(../images/yellow-arrow-down.svg);
	background-position: center center;
	background-repeat: no-repeat;
	width:9px;
	height: 6px;
	vertical-align: middle;
	display:inline-block;
	margin-right: 0;
}

.flat-list.flat-list-grid .flat-item .price-info {
	width:100%;
	padding-bottom:16px;
}

.flat-list.flat-list-grid .flat-item .price-info .flat-price {
	text-align: left;
	padding-left:24px;
	width:100%;
	padding-top: 25px;
}

.flat-list.flat-list-grid .flat-item .price-info .flat-fav {
	text-align: right;
	width:auto;
	padding-left: 0;
	padding-right: 0;
	padding-top: 16px;
}

.flat-list.flat-list-grid .flat-item.no-main-data .price-info .flat-fav {
	width:57%;
}

.flat-list.flat-list-grid .flat-item .price-info .flat-more {
	text-align: right;
	padding-right: 16px;
	padding-left:16px;
	padding-top: 16px;
	width:auto;
}

.flat-list.flat-list-grid .flat-item.no-main-data .price-info .flat-more {
	width:43%;
}

.full-screen-flat-controls {
	display:none;
}

/* fullscreen */
.fullscreen-page.page {
	padding-top:0;
}

.fullscreen-page header {
	display:none;
}

.fullscreen-page .ws-row {
	max-width: 100%;
	overflow: hidden;
}

.fullscreen-page button.icon.fullscreen-change {
	background-image:url(../images/fullscreen-on.svg);
}

.fullscreen-page .compact-view .preview-window {
	width:100%;
	height: calc(100% - 80px);
	padding:0;
	position: fixed;
	top:80px;
	left: 0;
	z-index: 2;
}

.fullscreen-page .filter-container {
	position: fixed;
	top:0;
	left:0;
	background:#FFF;
	z-index: 10;
}

.fullscreen-page .filter-container .filter-logo {
	display:block;
	float:left;
	width:12%;
	padding-left: 24px;
}

.fullscreen-page .filter-container .filter-logo .logo {
	line-height: 42px;
}

.fullscreen-page .filter-container .price-slider-container,
.fullscreen-page .filter-container .size-slider-container,
.fullscreen-page .filter-container .floor-slider-container {
	width:16%;
}

.fullscreen-page .balcony-container {
	width:12%;
}

.fullscreen-page .room-container {
	width:16%;
}

.fullscreen-page .filter-icon-container {
	width:6%;
}

.fullscreen-page .filter-icon-fullscreen {
	display:block;
	float:left;
	width:6%;
}

.fullscreen-page .preview-controls {
	top:auto;
	bottom:16px;
	right:auto;
	left:50%;
	transform: translateX(-50%);
}

.fullscreen-page .floor-select {
	position: absolute;
	top:96px;
	left:20px;
	z-index: 1;
	/*left:auto;
	right:40px;
	*/
	top:50%;
	transform: translateY(-50%);
}

.fullscreen-page .floor-select ul li button {
	width:48px;
	height: 48px;
	font-weight: 600;
}

.fullscreen-page .building-select {
	top:auto;
	left:0;
	bottom:0;
}

.fullscreen-page .building-select .item-selected {
	height: 56px;
	border-radius: 0 9px 0 0;
}

.fullscreen-page .building-select .item-logo,
.fullscreen-page .building-select .item-name{
	height: 56px;
	padding-top: 13px;
	padding-bottom: 13px;
}

.fullscreen-page .building-select span {
	top:5px;
}

.fullscreen-page .building-select .select-dropdown {
	top:26px;
}
 
.fullscreen-page .building-select .item-options {
	margin-top: 0;
	border-radius: 0;
	border-top: 1px solid #E5EBF1;
}

.fullscreen-page .preview-controls button.icon.fullscreen-change {
	display:none;
}

.fullscreen-page .preview-controls button.icon.grid-open {
	display:block;
}

.fullscreen-page .flat-select {
	display:block;
}

.fullscreen-page .filter-detailed {
	display:none;
	z-index: 11;
	position: fixed;
	top: 80px;
	left: 0;
	background: #FFF;
	width: 100%;
	padding: 25px 12px;
}

.fullscreen-page .filter-detailed .filter-right-search {
	padding-right: 30px;
}

.fullscreen-page .flat-list-container {
	display:none;
}

.fullscreen-page.show-flat-list .flat-list-container {
	display: block;
	position: relative;
	z-index: 2;
	background: #FFF;
	margin-left: -16px;
	margin-right: -16px;
	padding-top: 80px;
	min-height: 100vh;
}

.fullscreen-page.show-flat-list .flat-list-header-left {
	padding-left: 40px;
}

.fullscreen-page.show-flat-list .flat-list-header-right {
	padding-right: 40px;
}

.fullscreen-page.show-flat-list .flat-list-container .flat-list {
	padding-left:40px;
	padding-right: 40px;
	padding-bottom: 80px;
}

.fullscreen-page.show-flat-list .flat-list.flat-list-grid .flat-item-container {
	width:25%;
}

.fullscreen-page.show-flat-list .full-screen-flat-controls {
	display:block;
	position: fixed;
	bottom: 0;
	left:0;
	width: 100%;
	height: 72px;
	box-shadow: 0px -24px 41px #FFF;
	background:#FFF;
}

.fullscreen-page.show-flat-list-row .floor-select {
	right:320px;
}

.fullscreen-page.show-flat-list-row .flat-list-container {
	width:290px;
	top:0;
	right:0;
	bottom:57px;
	height: calc(100% - 57px);
	display:block;
	background:#FFF;
	position: fixed;
	z-index: 8;
	padding-top: 80px;
	overflow-y: auto;
}

.fullscreen-page.show-flat-list-row .flat-list-header .order-title {
	display:none;
}

.fullscreen-page.show-flat-list-row .order-select  {
	width:160px;
}

.fullscreen-page.show-flat-list-row .order-select .item-selected {
	width:160px;
}

.fullscreen-page.show-flat-list-row .order-select .item-options {
	width:160px;
}

.fullscreen-page.show-flat-list-row .flat-list-header {
	padding-top: 13px;
}

.fullscreen-page.show-flat-list-row .flat-list-header-left {
	order:2;
	width:35%;
	padding-left:0;
	justify-content: flex-end;
}

.fullscreen-page.show-flat-list-row .flat-list-header-left .list-title {
	display:none;
}

.fullscreen-page.show-flat-list-row .flat-list-header .list-type {
	display:none;
}

.fullscreen-page.show-flat-list-row .flat-list-header-right {
	order:1;
	width:65%;
	padding-right: 15px;
	padding-left: 10px;
	justify-content: flex-start;
}

.fullscreen-page.show-flat-list-row .flat-list-header .list-all button,
.fullscreen-page.show-flat-list-row .flat-list-header .list-fav button {
	font-size:0;
}

.fullscreen-page.show-flat-list-row .flat-list-header .list-all {
	padding-left: 5px;
	padding-top: 9px;
}

.fullscreen-page.show-flat-list-row .flat-list-header .list-fav {
	margin:0;
	padding-top: 9px;
}

.fullscreen-page.show-flat-list-row .flat-list .flat-item {
	border-left:0px none;
	border-right: 0px none;
	box-shadow: none;
	border-radius: 0px;
	height: 146px;
	border-bottom: 0px none;
	margin-top: 0;
	margin-bottom: 0;
	transition:background 0.2s;
	background:#FFF;
	cursor: pointer;
}

.fullscreen-page.show-flat-list-row .flat-list .flat-item:hover {
	background: #E5EBF1;
}

.fullscreen-page.show-flat-list-row .flat-list .flat-item-container:last-child .flat-item {
	border-bottom:1px solid #E5EBF1;
}

.fullscreen-page.show-flat-list-row .flat-list .flat-item::before {
	right:0;
	left:auto;
	border-radius: 4px 0px 0px 4px;
	top:21px;
	height:calc(100% - 42px);
	width:5px;
}

.fullscreen-page.show-flat-list-row .flat-item .basic-info {
	width:43%;
	padding:14px;
	border: 1px solid #E5EBF1;
	border-radius: 0px 8px 8px 0px;
	margin:8px 0;
	background:#FFF;
}

.fullscreen-page.show-flat-list-row .flat-item .basic-info .flat-fav {
	display:block;
	position: absolute;
	top:0;
	left:0;
	padding:0;
}

.fullscreen-page.show-flat-list-row .flat-item .flat-fav button {
	border:0px none;
	background:transparent;
	width:32px;
	height: 28px;
	line-height: 28px;
}

.fullscreen-page.show-flat-list-row .flat-item .flat-fav .icon.fav-icon {
	width:15px;
	height: 15px;
}

.fullscreen-page.show-flat-list-row .flat-item .flat-building-icon {
	display:none;
}

.fullscreen-page.show-flat-list-row .flat-item .more-info {
	width:57%;
	padding-left:16px;
	flex-direction: column;
}

.fullscreen-page.show-flat-list-row .flat-item .flat-name {
	font-size: 14px;
	padding-top: 19px;
}

.fullscreen-page.show-flat-list-row .flat-item .more-info .flat-details {
	flex-wrap: wrap;
	display: flex;
	padding-top: 11px;
	padding-left: 0;
}

.fullscreen-page.show-flat-list-row .flat-item .more-info .flat-details .icon {
	display:none;
}

.fullscreen-page.show-flat-list-row .flat-item .flat-size {
	font-size: 12px;
	padding-right: 0;
	width:auto;
	order:1;
	font-weight: normal;
}

.fullscreen-page.show-flat-list-row .flat-item .flat-room {
	font-size: 12px;
	padding-right: 0;
	width:auto;
	order:2;
	font-weight: normal;
	position: relative;
	padding-left: 9px;
	margin-left: 9px;
	padding-top: 0;
}

.fullscreen-page.show-flat-list-row .flat-item .flat-room::before {
	content: ' ';
	display:block;
	position: absolute;
	top:0;
	left:0;
	width:1px;
	height: 10px;
	background:#4B4852;
}

.fullscreen-page.show-flat-list-row .flat-item .flat-balcony {
	font-size: 12px;
	order:4;
	width:100%;
	padding-top: 8px;
}

.fullscreen-page.show-flat-list-row .flat-item .flat-floor {
	font-size: 12px;
	order:3;
	width:100%;
	padding-top: 8px;
}

.fullscreen-page.show-flat-list-row .flat-item .price-info {
	width:0;
	display:none;
}

.fullscreen-page.show-flat-list-row .flat-item .flat-details .flat-price {
	display:block;
	order:5;
	width:100%;
	padding-top: 8px;
	font-weight: bold;
}

.fullscreen-page.show-flat-list-row .flat-select .flat-show::after {
	background-image:url(../images/hide.svg);
	width:15px;
	height: 13px;
	top:3px;
}

/* flat modal */

#flat_modal_loader {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
}

body.flat-modal-opened {
	overflow: hidden;
	position: fixed;
	overflow-y: scroll;
	width: 100%;
}

body.flat-modal-opened .page {
	/*position: fixed;
	overflow: hidden;
	width: 100%;*/
}

body.pano-modal-opened .flat-modal  {
	overflow: hidden;
}

.flat-modal-container {
	position: fixed;
	background:#2C2D34;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	padding:40px;
	z-index: 50;
	display:none;
}

.flat-modal-container .flat-modal {
	background:#FFF;
	margin:40px;
	width:calc(100% - 80px);
	height: calc(100vh - 80px);
	border-radius: 8px;
	position: absolute;
	top:0;
	left:0;
	display:flex;
	overflow: hidden;
}

.flat-modal .flat-modal-mobile-header {
	display:none;
}

.flat-modal .flat-modal-left {
	width:72.5%;
	height: calc(100vh - 80px);
	position: relative;
}

.flat-modal .tab-select {
	position: absolute;
	top:0;
	left:0;
	display:flex;
	z-index: 1;
}

.flat-modal .tab-select button {
	display:block;
	width:200px;
	height: 48px;
	font-size: 16px;
	color:#4B4852;
	font-family: 'Roboto', sans-serif;
	background:#FFF;
	transition: background 0.2s, color 0.2s;
	border:0px none;
	border-right: 1px solid #E5EBF1;
	border-bottom: 1px solid #E5EBF1;
	cursor: pointer;
}

.flat-modal .tab-select button:last-child {
	border-radius: 0px 0px 8px 0px;
}

.flat-modal .tab-select button.active,
.flat-modal .tab-select button:hover {
	color:#FFF;
	background:#8E99AF;
}

.flat-modal .fm-location {
	color: #8E99AF;
	font-size: 16px;
	position: absolute;
	bottom:26px;
	right:29px;
	padding-top: 46px;
	z-index: 1;
}

.flat-modal .fm-location::before {
	content:' ';
	display:block;
	width:34px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url(../images/location-big.svg);
	position: absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
}

.flat-modal .flat-modal-right .fm-location {
	display:none;
}

.flat-modal .flat-modal-left-content {
	position: absolute;
	top:0;
	bottom: 0;
	left:0;
	width:100%;
	height: 100%;
}

.flat-modal .flat-modal-iframe {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	border: 0px none;
}

.flat-modal .modal-close {
	background:transparent;
	position: absolute;
	top:0;
	right: 0;
	width:56px;
	height: 56px;
	padding:10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image:url('../images/close.svg');
	cursor: pointer;
	font-size: 0;
	text-indent: -9999px;
	border:0px none;
	padding:21px;
	
}

.flat-modal .flat-modal-right {
	width:27.5%;
	height: calc(100vh - 80px);
	border: 1px solid #C1CCE0;
	border-radius: 0px 8px 8px 0px;
	overflow-y: auto;
}

.flat-modal .fm-header {
	padding:32px 0 32px 32px;
	position: relative;
	border-bottom: 1px solid #C1CCE0;
	height: 136px;
}

.flat-modal .building-image {
	display:none; /* logo disabled */
	transform: scale(0); /* logo disabled */
	position: absolute;
	top:24px;
	left:0;
	box-shadow: 1px 2px 4px rgba(85, 89, 94, 0.15);
	border-radius: 0px 8px 8px 0px;
	width:88px;
	height: 88px;
	border: 1px solid #C1CCE0;
	border-left: 0px none;
	background:#FFF;
	overflow: hidden;
}

.flat-modal .building-image .image {
	display:block;
	position: absolute;
	width:calc(100% - 20px);
	height:calc(100% - 20px);
	top:0;
	left:0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin:10px;
}

.flat-modal .building-image .image img {
	width:0;
	height: 0;
	opacity: 0.0;
}

.flat-modal .fm-name {
	font-size: 24px;
	font-weight: 900;
	line-height: 28px;
	vertical-align: middle;
}

.flat-modal .fm-name .small {
	font-size: 14px;
}

.flat-modal .fm-header-details {
	font-size: 18px;
	font-weight: bold;
	display:flex;
	padding-top: 19px;
}

.flat-modal .fm-size {
	
}

.flat-modal .fm-room {
	padding-left:24px;
}

.flat-modal .fm-floor {
	padding-left:24px;
}

.fm-header-details .fm-detail-item {
	padding-left:24px;
}

.fm-header-details .fm-detail-item:first-child {
	padding-left:0;
}

.flat-modal .fm-more-details {
	padding:27px 39px;
}

.flat-modal .fm-pdf-download {
	margin-bottom: 23px;
}

.flat-modal .fm-info-details {
	
}

.flat-modal .flat-info-row {
	
}

.flat-modal .flat-info-row .flat-info-row-label {
	
}

.flat-modal .flat-info-row .flat-info-row-value {
	
}

.flat-modal .fm-price {
	display:flex;
	padding-top:31px;
	border-top: 1px solid #C1CCE0;
}

.flat-modal .fm-price .fm-price-row-label {
	width:30%;
	font-size: 16px;
	line-height: 24px;
	vertical-align: top;
}

.flat-modal .fm-price .fm-price-row-value {
	width:70%;
	text-align: right;
	font-size: 24px;
	font-weight: 900;
	text-align: right;
	line-height: 24px;
	vertical-align: middle;
}

.flat-modal .fm-footer {
	border-top: 1px solid #C1CCE0;
	padding:40px;
	display:flex;
}

.flat-modal .fm-footer .flat-fav {
	width:40px;
	padding:0;
	margin:0;
}

.flat-modal .flat-fav .icon.fav-icon {
	display:inline-block;
	width:18px;
}

.flat-modal .fm-footer .flat-more {
	width:100%;
	padding:0 0 0 32px;
	margin:0;
}

.flat-modal .fm-footer .flat-more a {
	width:100%;
}

.flat-modal-container .flat-modal.flat-modal-full .flat-modal-left {
	width:100%;
}

.flat-modal-container .flat-modal.flat-modal-full .flat-modal-right {
	display:none;
}

.zoom-container {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left:34px;
	z-index: 1;
	height: 55%;
	display:flex;
	flex-direction: column;
}

.zoom-container #zoom_slider {
	margin-left: 14px;
}

.zoom-container .noUi-target {
	height:100%;
}

.zoom-container .noUi-vertical {
	width:2px;
	background:#C1CCE0;
	border:0px none;
}

.zoom-container .noUi-vertical .noUi-handle {
	width:16px;
	height:16px;
	background: var(--main-color);
	border-radius: 50%;
	border:0px none;
	box-shadow: none;
	right:-5px;
}

.zoom-container .zoom-plus {
	display:block;
	height:30px;
	width:30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/plus.svg);
	margin-bottom: 25px;
	cursor: pointer;
}

.zoom-container .zoom-minus {
	display:block;
	height:30px;
	width:30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/minus.svg);
	margin-top: 25px;
	cursor: pointer;
}

.floor-select-image {
	position: absolute;
	bottom:24px;
	left:4px;
	z-index: 1;
	display: flex;
	flex-direction: row;
}

.floor-select-image .floor-si-item-container {
	padding:20px;
}

.floor-select-image .floor-si-item {
	border: 1px solid #C1CCE0;
	border-radius: 8px;
	background:rgba(255, 255, 255, 0.8);
	width:120px;
	height: 120px;
	cursor: pointer;
}

.floor-select-image .floor-image-container {
	display:block;
	margin:10px;
	width:calc(100% - 20px);
	height: 70px;
	position: relative;
}

.floor-select-image .floor-image {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.floor-select-image .floor-image img {
	width:0;
	height: 0;
	opacity: 0;
}

.floor-select-image .floor-title {
	text-align: center;
	font-size: 14px;
	text-align: center;
	padding:1px 10px 10px 10px;
}

#mobile_pano_full {
	display:none;
	z-index: 55;
	position: absolute;
}

.panorama-modal-container {
	position: fixed;
	background: #2C2D34;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 55;
	overflow-y: scroll;
	display: block;
	padding: 0;
	border-radius: 0px;
}

.panorama-modal {
	background: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    overflow: hidden;
	flex-wrap: wrap;
	border-radius: 0px;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.panorama-modal .panorama-modal-mobile-header {
    display: block;
    width: 100%;
}

.panorama-modal .panorama-modal-mobile-header .title {
    display: block;
    font-size: 20px;
    padding: 16px 24px;
    font-weight: 500;
}

.panorama-modal .panorama-modal-content {
	position: absolute;
	top: 56px;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 56px);
}

.panorama-modal .panorama-modal-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px none;
}

.panorama-modal .panorama-modal-close {
	background: transparent;
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 56px;
	padding: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('../images/close.svg');
	cursor: pointer;
	font-size: 0;
	text-indent: -9999px;
	border: 0px none;
	padding: 21px;
}

/* flat message */

.float-message {
	display:none;
	position: fixed;
	bottom:10%;
	left:50%;
	transform:translateX(-50%);
	padding:7px 12px;
	background:#242424;
	color:#FFF;
	font-size: 18px;
	text-align: center;
	border-radius: 10px;
}

/* static points */
#static_points {
	display:none;
}

.static-point-item.building_name {
	width: 16px;
	height: 16px;
	position:fixed;
	top:250px;
	left:200px;
	z-index: 7;
	opacity: 95%;
	visibility: visible;
}

.static-point-item.building_name > span {
	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: 500;
}

.static-point-item.panorama,
.static-point-item.multi_panorama {
	width: 48px;
	height: 48px;
	position:fixed;
	top:250px;
	left:200px;
	z-index: 7;
	opacity: 95%;
	visibility: visible;
}

.static-point-item.panorama > span,
.static-point-item.multi_panorama > span {
	display:block;
	width:48px;
	height: 48px;
	/*background-image:url(/images/hsimage.svg);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.static-point-item.drone_pano {
	width: 48px;
	height: 48px;
	position:fixed;
	top:250px;
	left:200px;
	z-index: 7;
	opacity: 95%;
	visibility: visible;
}

.static-point-item.drone_pano > span {
	display:block;
	background:transparent;
	width:48px;
	height:48px;
	text-align: center;
	line-height: 48px;
	font-size: 14px;
	font-weight: 500;
}

.static-point-item.iframe {
	width: 48px;
	height: 48px;
	position:fixed;
	top:250px;
	left:200px;
	z-index: 7;
	opacity: 95%;
	visibility: visible;
}

.static-point-item.iframe > span {
	display:block;
	background:transparent;
	width:48px;
	height:48px;
	text-align: center;
	line-height: 48px;
	font-size: 14px;
	font-weight: 500;
}

/*.static-point-item.drone_pano > span svg circle,
.static-point-item.panorama > span svg circle{
	stroke:var(--main-color);
}*/

/* tab contents */
.fm-footer-mobile {
	display:none;
}

.tab-frame-content {
	padding:50px 20px 20px 20px;
}

.togglebox {
	border-radius: 32px;
	background-color: #eceff6;
	margin: 20px 0;
}

.togglebox-title {
	font-weight: 700;
	padding: 16px 32px;
	cursor: pointer;
	border-radius: 32px;
	background-color: #dbe0ee;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2352ae30%22%20stroke-width%3D%221.03%22%20points%3D%2216%207%2010%2013%204%207%22%20%2F%3E%0A%3C%2Fsvg%3E");
	background-size: 36px 36px;
	background-repeat: no-repeat;
	background-position: 97% 50%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: 1s background-color;
}

.togglebox-title-open {
	background-color: #d0d8e9;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2352ae30%22%20stroke-width%3D%221.03%22%20points%3D%224%2013%2010%207%2016%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
	background-size: 36px 36px;
	background-repeat: no-repeat;
	background-position: 97% 50%;
}

.togglebox-content {
	padding: 20px 32px 27px 32px;
	display: none;
}

.togglebox-content a {
	color: var(--main-color);
	text-decoration: none;
	cursor: pointer;
}

/* media queries */

@media only screen and (max-width: 1490px) {
	
	.logo img {
		height: auto;
		width: 100%;
	}
	
	.room-container {
		padding-top: 11px;
	}
	
	.flat-item .basic-info {
		width:11%;
	}
	
	.flat-item .more-info {
		width:55%;
	}
	
	.flat-item .price-info {
		width:34%;
	}
	
	.flat-item .flat-more-information .flat-pdf-download,
	.flat-modal .fm-pdf-download {
		font-size: 14px;
	}
	
	.fullscreen-page .filter-detailed {
		position: relative;
		width: 100vw;
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.filter-detailed .filter-columns {
		flex-wrap: wrap;
	}
	
	.filter-detailed .filter-citem {
		width:33.3333%;
		padding-bottom: 30px;
	}
	
	.filter-detailed .filter-text-search {
		width:55%;
	}
	
	.filter-detailed .filter-right-search {
		width:45%;
	}
	
	.fullscreen-page .filter-container .price-slider-container,
	.fullscreen-page .filter-container .size-slider-container,
	.fullscreen-page .filter-container .floor-slider-container {
		width:14%;
	}
	
	.fullscreen-page .room-container {
		width:21%;
	}
	
	.filter-icon-container {
		padding-right: 10px;
	}
	
	.fullscreen-page .flat-item .more-info {
		width:58.5%;
		padding-left:30px;
	}
	
	.fullscreen-page .flat-item .flat-name {
		font-size: 14px;
		padding-top: 43px;
	}
	
	.fullscreen-page .flat-item .flat-details {
		padding-left:27px;
		padding-top: 43px;
	}

	.fullscreen-page .flat-item .flat-size {
		padding-right: 30px;
		font-size: 14px;
	}
	
	.fullscreen-page .flat-item .icon.flat-icon {
		margin-top: -1px;
	}
	
	.fullscreen-page .flat-item .flat-room {
		padding-right: 30px;
		font-size: 14px;
		padding-top: 0;
	}
	
	.fullscreen-page .flat-item .flat-balcony {
		padding-right: 30px;
		font-size: 14px;
		padding-top: 0;
	}
	
	.fullscreen-page .flat-item .flat-floor {
		font-size: 14px;
		padding-top: 0;
	}
	
	.fullscreen-page .flat-item .price-info {
		width:30%;
	}
	
	.fullscreen-page .flat-item .price-info .flat-price {
		font-size: 16px;
		padding-top: 42px;
	}
	
	.flat-item .price-info .flat-more a,
	.flat-modal .flat-more a {
		width:100px;
	}
	
	.fullscreen-page.show-flat-list:not(.show-flat-list-row) .flat-list.flat-list-grid .flat-item-container {
		width:33.333333%;
	}
	
	.flat-list.flat-list-grid .flat-item .basic-info .flat-name {
		font-size: 19px;
	}
	
	.flat-list.flat-list-grid .flat-item .more-info .flat-details .flat-size {
		font-size: 20px;
	}
	
	.flat-modal .flat-modal-left {
		width:65%;
	}
	
	.flat-modal .flat-modal-right {
		width:35%;
	}
	
	.flat-modal .tab-select button {
		width:140px;
		font-size: 14px;
	}
	
	.flat-modal .fm-header-details {
		font-size: 14px;
	}
	
	.flat-modal .fm-room {
		padding-left:20px;
	}
	
	.flat-modal .fm-floor {
		padding-left:20px;
	}
	
	.fm-header-details .fm-detail-item {
		padding-left:20px;
	}

	.fm-header-details .fm-detail-item:first-child {
		padding-left:0;
	}
	
	.flat-modal .fm-more-details {
		padding-left: 32px;
		padding-right: 32px;
	}
	
	.floor-select-image {
		bottom:0;
	}
	
	.zoom-container {
		height: 45%;
	}
}

@media only screen and (max-width: 1229px) {
	
	.ws-row .ws-col-1-xl,
	.ws-row .ws-col-2-xl,
	.ws-row .ws-col-3-xl,
	.ws-row .ws-col-4-xl,
	.ws-row .ws-col-5-xl,
	.ws-row .ws-col-6-xl,
	.ws-row .ws-col-7-xl,
	.ws-row .ws-col-8-xl,
	.ws-row .ws-col-9-xl,
	.ws-row .ws-col-10-xl,
	.ws-row .ws-col-11-xl,
	.ws-row .ws-col-12-xl {
		display:block;
	}
	
	.ws-row .ws-col-0-xl {
		width: 0;
		display:none;
	}
	
	.ws-row .ws-col-1-xl {
		width: 8.3333333%;
	}

	.ws-row .ws-col-2-xl {
		width: 16.6666666%;
	}

	.ws-row .ws-col-3-xl {
		width: 25%;
	}

	.ws-row .ws-col-4-xl {
		width: 33.3333333%;
	}

	.ws-row .ws-col-5-xl {
		width: 41.6666666%;
	}

	.ws-row .ws-col-6-xl {
		width: 50%;
	}

	.ws-row .ws-col-7-xl {
		width: 58.3333333%;
	}

	.ws-row .ws-col-8-xl {
		width: 66.6666666%;
	}

	.ws-row .ws-col-9-xl {
		width: 75%;
	}

	.ws-row .ws-col-10-xl {
		width: 83.3333333%;
	}

	.ws-row .ws-col-11-xl {
		width: 91.6666666%;
	}

	.ws-row .ws-col-12-xl {
		width: 100%;
	}
	
	.ws-row .ws-col-0,
	.ws-row .ws-col-1,
	.ws-row .ws-col-2,
	.ws-row .ws-col-3,
	.ws-row .ws-col-4,
	.ws-row .ws-col-5,
	.ws-row .ws-col-6,
	.ws-row .ws-col-7,
	.ws-row .ws-col-8,
	.ws-row .ws-col-9,
	.ws-row .ws-col-10,
	.ws-row .ws-col-11,
	.ws-row .ws-col-12 {
		padding-left:10px;
		padding-right: 10px;
	}
	
	.flat-details > div {
		padding-right: 18px;
	}
    
	.flat-item .more-info {
		padding-left:25px;
	}

}

@media only screen and (max-width: 1229px) and (min-width: 1000px) {
	
	
}

@media only screen and (max-width: 1170px) {
	
	.page:not(.fullscreen-page) .compact-view .preview-window-container {
		margin-left: -10px;
		margin-right: -10px;
	}
	.page:not(.fullscreen-page) .compact-view .preview-window {
		width:100vw;
		
	}
}

@media only screen and (max-width: 1126px) {
	.room-container {
		width: 34%;
		padding-right: 25px !important;
		padding-top: 0px;
		margin-top: -4px;
	}
	
	.room-container .room-text {
		margin-right: 0;
		margin-bottom: 5px;
		display: inline-block;
	}
	
	.range-container {
		width: 50%;
	}
}

@media only screen and (max-width: 999px) {
	
	.ws-row .ws-col-1-l,
	.ws-row .ws-col-2-l,
	.ws-row .ws-col-3-l,
	.ws-row .ws-col-4-l,
	.ws-row .ws-col-5-l,
	.ws-row .ws-col-6-l,
	.ws-row .ws-col-7-l,
	.ws-row .ws-col-8-l,
	.ws-row .ws-col-9-l,
	.ws-row .ws-col-10-l,
	.ws-row .ws-col-11-l,
	.ws-row .ws-col-12-l {
		display:block;
	}
	
	.ws-row .ws-col-0-l {
		width: 0;
		display:none;
	}
	
	.ws-row .ws-col-1-l {
		width: 8.3333333%;
	}

	.ws-row .ws-col-2-l {
		width: 16.6666666%;
	}

	.ws-row .ws-col-3-l {
		width: 25%;
	}

	.ws-row .ws-col-4-l {
		width: 33.3333333%;
	}

	.ws-row .ws-col-5-l {
		width: 41.6666666%;
	}

	.ws-row .ws-col-6-l {
		width: 50%;
	}

	.ws-row .ws-col-7-l {
		width: 58.3333333%;
	}

	.ws-row .ws-col-8-l {
		width: 66.6666666%;
	}

	.ws-row .ws-col-9-l {
		width: 75%;
	}

	.ws-row .ws-col-10-l {
		width: 83.3333333%;
	}

	.ws-row .ws-col-11-l {
		width: 91.6666666%;
	}

	.ws-row .ws-col-12-l {
		width: 100%;
	}
	
	/* layout */
	
	.page {
		
	}
	
	/* header menu */
	header {
		height: 48px;
	}
	
	.logo {
		width:163px;
		position: absolute;
		top:6px;
		left:50%;
		transform:translateX(-50%);
		line-height: normal;
	}
	
	.mobile-menu-open {
		display:block;
		padding: 23px 15px;
		position: absolute;
		top: 0;
		left: 0;
		cursor: pointer;
	}
	
	.mobile-menu-open span {
		display:block;
		width:15px;
		height: 2px;
		background:#FFF;
		position: relative;
		font-size: 0;
		text-indent: -9999px;
	}
	
	.mobile-menu-open span::before,
	.mobile-menu-open span::after {
		content:' ';
		display:block;
		position: absolute;
		left:0;
		width:15px;
		height: 2px;
		background:#FFF;
	}
	
	.mobile-menu-open span::before {
		top:-5px;
	}
	
	.mobile-menu-open span::after {
		top:5px;
	}

	.mobile-user-login {
		display:block;
		background-image:url(../images/user-mobile.svg);
		background-repeat: no-repeat;
		background-position: center center;
		width:48px;
		height: 48px;
		position: absolute;
		top:0;
		right: 0;
		cursor: pointer;
	}
	
	/* preview */
	
	.preview-controls button.icon.fullscreen-change, .filter-icon-fullscreen button.icon.fullscreen-change {
		display:none;
	}
	
	.floor-select {
		display:none;
	}
	
	.price-slider-container, .size-slider-container, .floor-slider-container, .inheight-slider-container {
		width:32.3333%;
	}
	
	.balcony-container {
		width:20%;
		padding-top: 25px;
	}
	
	.filter-icon-container {
		width:50%;
		padding-top: 25px;
	}
	
	.flat-list.flat-list-grid .flat-item-container {
		width:50%;
	}
	
	.flat-item .basic-info {
		width:20%;
		padding-left:23px;
	}
	
	.flat-item .flat-image {
		height:103px;
	}
	
	.flat-item .flat-name {
		padding-top: 8px;
	}
	
	.flat-item .more-info {
		width:45%;
	}
	
	.flat-item .price-info {
		width:35%;
		flex-flow: wrap;
	}
	
	.flat-item .flat-details > div {
		width:33.3333%;
		padding-top:10px;
	}
	
	.flat-details.flat-details-items-3 > div,
	.flat-details.flat-details-items-5 > div,
	.flat-details.flat-details-items-6 > div {
		width:33.33333%;
	}
	
	.flat-details.flat-details-items-4 > div,
	.flat-details.flat-details-items-7 > div,
	.flat-details.flat-details-items-8 > div,
	.flat-details.flat-details-items-9 > div,
	.flat-details.flat-details-items-4 > div.flat-size,
	.flat-details.flat-details-items-4 > div.flat-balcony {
		width:50%;
	}
	
	.flat-details {
		flex-flow: wrap;
		padding-top:4px;
	}
	
	.flat-item .flat-size,
	.flat-item .flat-room,
	.flat-item .flat-balcony,
	.flat-item .flat-floor {
		width:50%;
		padding-right: 0;
	}
	
	.flat-item .flat-balcony,
	.flat-item .flat-floor {
		padding-top: 10px;
	}
	
	.flat-item .price-info .flat-price {
		width:100%;
		padding-top: 12px;
		text-align: left;
		padding-left: 25px;
	}
	
	.flat-fav {
		padding-top: 5px;
		padding-left: 25px;
		width:35%;
		text-align: left;
	}
	
	.flat-item.no-main-data .flat-fav {
		width:100%;
		padding-left:12px;
		text-align: right;
	}
	
	.flat-item .price-info .flat-more {
		padding-top: 5px;
		width:65%;
	}
	
	.flat-item.no-main-data .flat-more {
		width:100%;
		padding-right: 12px;
	}
	
	.flat-item.no-main-data .price-info .flat-more a {
		width:100%;
	}
	
	.flat-list-header .list-title {
		display:none;
	}
	
	.flat-list-header-left {
		padding-left: 0;
		width:34%;
	}
	
	.flat-list-header .list-all {
		padding-left: 0;
	}
	
	.flat-list-header-right {
		width:66%;
	}
	
	.filter-detailed .filter-text-search {
		width:45%;
	}
	
	.filter-detailed .filter-right-search {
		width:55%;
	}
	
	/* modal */
	.flat-modal-container .flat-modal {
		overflow-y: scroll;
		flex-wrap: wrap;
	}
	
	.flat-modal .flat-modal-left {
		width:100%;
		height:0;
		padding-bottom: 60%;
	}
	
	.flat-modal .flat-modal-right {
		width:100%;
		height: auto;
	}
	
	.price-slider-container,
	.balcony-container {
		display:none;
	}
	
	.all-filter-container {
		top:48px;
	}
}

@media only screen and (max-width: 999px) and (min-width: 768px) {
	
}

@media only screen and (max-width: 767px) {
	
	.mobile-br {
		display:block;
		width:100%;
	}
	
	.ws-row .ws-col-1-m,
	.ws-row .ws-col-2-m,
	.ws-row .ws-col-3-m,
	.ws-row .ws-col-4-m,
	.ws-row .ws-col-5-m,
	.ws-row .ws-col-6-m,
	.ws-row .ws-col-7-m,
	.ws-row .ws-col-8-m,
	.ws-row .ws-col-9-m,
	.ws-row .ws-col-10-m,
	.ws-row .ws-col-11-m,
	.ws-row .ws-col-12-m {
		display:block;
	}
	
	.ws-row .ws-col-0-m {
		width: 0;
		display:none;
	}
	
	.ws-row .ws-col-1-m {
		width: 8.3333333%;
	}

	.ws-row .ws-col-2-m {
		width: 16.6666666%;
	}

	.ws-row .ws-col-3-m {
		width: 25%;
	}

	.ws-row .ws-col-4-m {
		width: 33.3333333%;
	}

	.ws-row .ws-col-5-m {
		width: 41.6666666%;
	}

	.ws-row .ws-col-6-m {
		width: 50%;
	}

	.ws-row .ws-col-7-m {
		width: 58.3333333%;
	}

	.ws-row .ws-col-8-m {
		width: 66.6666666%;
	}

	.ws-row .ws-col-9-m {
		width: 75%;
	}

	.ws-row .ws-col-10-m {
		width: 83.3333333%;
	}

	.ws-row .ws-col-11-m {
		width: 91.6666666%;
	}

	.ws-row .ws-col-12-m {
		width: 100%;
	}
	
	.compact-view .preview-window {
		
	}
	
	.building-select {
		position: absolute;
		top:auto;
		left:auto;
		width:100%;
		z-index: 11;
	}
	
	.compact-view .preview-window.has-more-building.mode2 {
		padding-bottom: calc(56.25% + 40px);
	}
	
	.compact-view .preview-window.has-more-building.mode2 .preview-iframe {
		height: calc(100% - 40px);
		top: 40px;
	}
	
	.compact-view .preview-window.has-more-building.mode2 .floor-select,
	.compact-view .preview-window.has-more-building.mode2 .preview-controls{
		top:calc(50% + 20px);
	}
	
	.building-select .item-selected {
		width:100%;
		border-radius: 0px;
		display:flex;
		flex-direction: row;
	}
	
	.building-select .item-logo {
		
	}
	
	.building-select .item-name {
		font-size: 14px;
		width:100%;
		float:none;
	}
	
	.building-select .item-options {
		width:100%;
		flex-direction: row;
	}
	
	.building-select .item-options .item .item-name {
		width:auto;
	}
	
	.compact-view .preview-window .preview-iframe {
		height: 100%;
		top:0;
	}
	
	.preview-rotate {
		display:none;
	}
	
	.preview-controls {
		top:50%;
		transform:translateY(-50%);
	}
	
	.preview-controls.top {
		top:10px;
		transform:none;
	}
	
	.preview-controls button.icon {
		display: block;
		float: none;
		margin-bottom: 16px;
		margin-left: 0;
		z-index: 100;
	}
	
	.preview-controls #normalbuttons button.icon:last-child {
		margin-bottom: 0;
	}
	
	.static-point-pano {
		display:flex;
		right:auto;
		bottom:10px;
		transform:translate(-50%, 0);
		left:50%;
		top:auto;
	}
	
	.static-point-pano .icon {
		margin-top: 0;
		margin-left: 6px;
		margin-right: 6px;
	}
	
	.floor-select .floor-select-up,
	.floor-select .floor-select-down {
		width: 24px;
		height: 24px;
	}
	
	.floor-select .floor-select-up span,
	.floor-select .floor-select-down span {
		width:12px;
		height: 12px;
	}
	
	.floor-select ul {
		height: 92px;
	}
	
	.floor-select ul li button {
		width: 24px;
		height: 24px;
		font-size: 10px;
	}
	
	.floor-select-mobile {
		display:block;
		position: absolute;
		left:0;
		bottom:0;
		border-radius: 0 8px 0 0;
		top:auto;
		z-index: 31;
		width:131px;
	}
	
	.floor-select-mobile .item-selected {
		border-radius: 0 8px 0 0;
		width:131px;
	}
	
	.floor-select-mobile .item-selected span.item-name {
		width:100%;
		border-left:0px none;
	}
	
	.floor-select-mobile .item-options .item .item-name {
		width: 100%;
	}
	
	.floor-select-mobile .item-options {
		position: absolute;
		top:40px;
		margin-top: 0;
		border:1px solid #E5EBF1;
		width:131px;
	}
	
	.flat-list-header .list-type {
		display:none;
	}
	
	.flat-list-header {
		flex-direction: column;
		padding-top: 15px;
		padding-bottom: 31px;
	}
	
	.flat-list-header-left {
		width:100%;
	}
	
	.flat-list-header .list-fav {
		margin-left: 14px;
	}
	
	.flat-list-header-right {
		width:100%;
		padding-right: 0;
	}
	
	.flat-list-header-left .filter-icon-container {
		display:block;
		padding-top: 8px;
		width:60px;
		position: absolute;
		right:0;
		padding-right: 21px;
	}
	
	.flat-list-header .list-all button {
		padding-left: 14px;
		font-size: 16px;
		font-weight: 500;
	}
	
	.flat-list-header .list-fav button {
		font-size: 16px;
		font-weight: 500;
	}
	
	.flat-list-header .icon {
		vertical-align: top;
		margin-top: 2px;
	}
	
	.flat-list-header .list-order-container {
		width:100%;
		padding-left: 14px;
		padding-right: 14px;
		padding-top: 35px;
	}
	
	.order-select,
	.order-select .item-selected,
	.order-select .item-options {
		width:100%;
	}
	
	.all-filter-container {
		display:none;
		position: fixed;
		width:100%;
		height: 100%;
		overflow-y: scroll;
		z-index: 45;
		background:#FFF;
		top:0;
		left:0;
		padding:0 9px;
	}
	
	.flat-list-header .order-title {
		display:none;
	}
	
	/* flat list */
	
	.flat-list .flat-item {
		border-left: 0px none;
		border-right: 0px none;
		box-shadow: none;
		border-radius: 0px;
		height: auto;
		margin-top: 0;
		margin-bottom: 0;
		transition: background 0.2s;
		background: #FFF;
		cursor: pointer;
		margin-bottom: 9px;
	}
	
	.flat-list .flat-item.active,
	.flat-list .flat-item:hover {
		background:#E5EBF1;
	}
	
	.flat-list .flat-item::before {
		left: 0;
		top: 21px;
		height: calc(100% - 42px);
		width: 5px;
		z-index: 1;
	}
	
	.flat-item .basic-info {
		width: 43%;
		padding: 14px;
		border-radius: 0;
		margin: 0;
		background: #FFF;
		width:120px;
	}
	
	.flat-item .flat-name {
		font-size: 14px;
		padding-top: 19px;
	}
	
	.flat-item .flat-image {
		margin: 0 auto;
		height: auto;
	}
	
	.flat-item .flat-building-icon {
		display: none;
	}
	
	.flat-item .more-info .flat-fav {
		display: block;
		position: absolute;
		top: 8px;
		right: 0;
		padding: 0;
		width:auto;
	}
	
	.flat-item .flat-fav button {
		border: 0px none;
		background: transparent;
		width: 32px;
		height: 28px;
		line-height: 28px;
	}
	
	.flat-item .flat-fav .icon.fav-icon {
		width: 15px;
		height: 15px;
	}
	
	.flat-item .more-info {
		width: 57%;
		padding-left: 16px;
		flex-direction: column;
		width:100%;
		padding-bottom: 40px;
	}
	
	.flat-item.no-main-data .more-info {
		width:100%;
	}
	
	.flat-item .flat-name {
		font-size: 16px;
		padding-top: 16px;
	}
	
	.flat-item .more-info .flat-details {
		flex-wrap: wrap;
		display: flex;
		padding-top: 13px;
		padding-left: 0;
	}
	
	.flat-details .mobile-br {
		display:none;
	}
	
	.flat-item .flat-details > div {
		width:50%;
		font-size: 12px;
	}
	
	.flat-details.flat-details-items-6 > div.flat-size,
	.flat-details.flat-details-items-6 > div.flat-balcony,
	.flat-details.flat-details-items-6 > div.flat-orientation,
	.flat-details.flat-details-items-6 > div.flat-garden {
		width:50%;
	}
	
	.flat-item .flat-details > div.no-data {
		display:none;
	}
	
	.flat-item .flat-size {
		font-size: 12px;
		padding-right: 0;
		width: auto;
		
		font-weight: bold;
	}
	
	.flat-item .more-info .flat-details .icon {
		display: none;
	}
	
	.flat-item .flat-room {
		font-size: 12px;
		padding-right: 0;
		
		font-weight: normal;
		position: relative;
		padding-left: 0;
		margin-left: 0;
		padding-top: 0;
	}
	
	.flat-item .more-info .flat-details .icon {
		display: none;
	}
	
	.flat-details .mobile-br {
		
	}
	
	.flat-item .flat-balcony {
		font-size: 12px;
		
		padding-top: 8px;
		width:auto;
		position: relative;
		padding-left: 0;
		font-weight: normal;
	}
	
	.flat-item .flat-garden {
		font-size: 12px;
		
		padding-top: 8px;
		width:auto;
		position: relative;
		padding-left: 0;
		font-weight: normal;
	}
	
	.flat-item .flat-orientation {
		font-size: 12px;
		
		padding-top: 8px;
		width:auto;
		position: relative;
		padding-left: 0;
		font-weight: normal;
	}
	
	.flat-item .flat-floor {
		font-size: 12px;
		
		padding-top: 8px;
		width:auto;
		font-weight: normal;
	}
	
	.flat-item .flat-details .flat-price {
		display: block;
		
		padding-top: 17px;
		font-weight: bold;
		font-size: 14px;
		width:100%;
	}
	
	.flat-item .flat-details .flat-mobile-more {
		display:block;
		
		position: absolute;
		bottom:12px;
		left:auto;
		width: auto;
	}
	
	.flat-item .flat-details .flat-mobile-more a {
		color: var(--main-color);
		font-size: 14px;
		text-decoration: none;
	}
	
	.flat-item .price-info {
		display:none;
	}
	
	/* filters */
	.filter-container {
		display:flex;
		flex-direction: column;
		height: auto;
		padding-top: 16px;
		box-shadow: none;
		padding-bottom: 7px;
	}
	
	.balcony-container {
		width:100%;
		float:none;
		order:2;
		text-align: left;
		padding-left: 14px;
		padding-right: 14px;
		font-size: 16px;
		padding-bottom: 27px;
		border-bottom: 1px solid #E5EBF1;
	}
	
	.room-container {
		width:100%;
		float:none;
		order:1;
		padding:26px 14px 33px !important;
		border-bottom: 1px solid #E5EBF1;
	}
	
	.room-container .room-text {
		display:inline-block;
		padding-top: 8px;
		font-size: 16px;
	}
	
	.room-container .room-list {
		float:right;
	}
	
	.filter-detailed .filter-citem .title.inheight-title {
		margin-right: 5px;
		display: inline-block;
		vertical-align: top;
		margin-top: 15px;
		font-size: 14px;
		font-weight: normal;
	}
	
	.filter-detailed .filter-citem .inheight-slider-container {
		border-bottom: 1px solid #E5EBF1;
		float: right;
		width: 210px;
		padding:0;
		margin:0;
	}
	
	.filter-detailed .filter-citem .inheight-slider-container .range-container {
		width:100%;
	}
	
	.filter-icon-container {
		display:none;
	}
	
	.price-slider-container,
	.size-slider-container,
	.floor-slider-container,
	.inheight-slider-container {
		width:100%;
		float:none;
		text-align: left;
		padding-left:14px;
		padding-right: 14px;
		font-size: 14px;
		margin-bottom: 32px;
		margin-top: 32px;
	}
	
	.price-slider-container .range-container,
	.size-slider-container .range-container,
	.floor-slider-container .range-container,
	.inheight-slider-container .range-container {
		float:right;
		width:210px;
	}
	
	.price-slider-container {
		order:3;
	}
	
	.size-slider-container {
		order:4;
	}
	
	.floor-slider-container {
		order:5;
	}
	
	.mobile-filter-sep {
		border-bottom: 1px solid #E5EBF1;
		display:block;
		width:100%;
		margin-top: 54px;
		margin-bottom: 30px;
	}
	
	.filter-detailed .filter-citem .title {
		padding-bottom: 13px;
	}
	
	.custom-checkbox-label {
		display:block;
	}
	
	.custom-checkbox {
		position: absolute;
		right: 24px;
	}
	
	.filter-detailed .filter-citem .custom-checkbox-label {
		margin: 26px 0;
	}
	
	.filter-detailed .filter-citem  {
		width:100%;
		padding-left: 14px;
		padding-right: 14px;
	}
	
	.custom-checkbox-label .custom-checkbox-text {
		margin-left: 0;
		font-size: 16px;
	}
	
	.fliter-mobile-header {
		display:block;
		font-size: 20px;
		font-weight: 500;
		padding-left:14px;
		padding-right: 14px;
		position: relative;
		padding-bottom: 20px;
	}
	
	.fliter-mobile-header .filter-mobile-close {
		position: absolute;
		top:0;
		right:12px;
		display: block;
		position: absolute;
		background-repeat: no-repeat;
		background-position: center center;
		background-image:url(../images/close.svg);
		width:22px;
		height: 22px;
		cursor: pointer;
		
	}
	
	.filter-detailed .filter-detailed-bottom {
		flex-direction: column;
		padding-bottom: 30px;
	}
	
	.filter-detailed .filter-text-search {
		width:100%;
		padding-left:14px;
		padding-right:14px;
	}
	
	.filter-detailed .filter-right-search {
		width:100%;
		text-align: left;
		padding-left:14px;
		padding-right:14px;
		padding-top: 32px;
		position: relative;
	}
	
	.filter-detailed .filter-right-search .filter-search-remove {
		margin:0;
	}
	
	.filter-detailed .filter-right-search .filter-search-send {
		position: absolute;
		top:20px;
		right:14px;
	}
	
	/* modal */
	.flat-modal-container {
		padding:0;
		border-radius: 0px;
	}
	
	.flat-modal-container .flat-modal {
		border-radius: 0px;
		margin:0;
		width:100%;
		height: 100%;
		overflow-y: scroll;
	}
	
	.flat-modal-left .fm-location {
		display:none;
	}
	
	.flat-modal .zoom-container {
		display:none;
	}
	
	.flat-modal .floor-select-image {
		display:none;
	}
	
	.flat-modal .tab-select {
		display:none;
	}
	
	.flat-modal .flat-modal-right {
		border:0px none;
	}
	
	.flat-modal .fm-header {
		padding:23px 24px 26px;
		height: auto;
	}
	
	.flat-modal .building-image {
		left:auto;
		right:24px;
		top:0;
		width:53px;
		height: 53px;
		border:1px solid #E5EBF1;
		box-shadow: 1px 2px 4px rgba(85, 89, 94, 0.15);
		border-radius: 0px 0px 8px 8px;
	}
	
	.flat-modal .fm-name {
		font-size: 20px;
	}
	
	.flat-modal .fm-header-details {
		font-size: 16px;
	}
	
	.flat-modal .flat-modal-right .fm-location {
		display:block;
		margin-top: 21px;
		padding-top: 0px;
		padding-left: 30px;
		position: relative;
		bottom:auto;
		right:auto;
	}
	
	.flat-modal .fm-location::before {
		width:20px;
		height: 20px;
		background-size: contain;
		top:var(--topval);
		left:var(--leftval);
		transform: none;
	}
	
	.flat-modal .fm-price {
		padding-top: 50px;
		padding-bottom: 17px;
	}
	
	.flat-modal .fm-footer {
		padding-left: 32px;
		padding-right: 32px;
	}
	
	.flat-modal .flat-more a {
		height: 48px;
		padding: 15px;
	}
	
	.flat-modal .flat-fav button {
		height: 48px;
		width: 48px;
	}
	
	.flat-modal .flat-modal-mobile-header {
		display:block;
		width:100%;
	}
	
	.flat-modal .flat-modal-mobile-header .title {
		display:block;
		font-size: 20px;
		padding:16px 24px;
		font-weight: 500;
	}
	
	.flat-modal-mobile-tab-select {
		position: relative;
		top:auto;
		left:auto;
		border-left:0px none;
		border-right: 0px none;
		border-radius: 0px;
		width:100%;
		font-family: 'Roboto', sans-serif;
	}
	
	.flat-modal-mobile-tab-select .item-selected {
		width:100%;
		box-shadow: none;
		border-top: 1px solid #E5EBF1;
		border-bottom: 1px solid #E5EBF1;
		border-radius: 0px;
	}
	
	.flat-modal-mobile-tab-select .item-name,
	.flat-modal-mobile-tab-select .item-options .item .item-name {
		width:100%;
		border-radius: 0px;
		font-size: 16px;
		padding-top: 3px;
		padding-left:24px;
		padding-right: 24px;
	}
	
	.flat-modal-mobile-tab-select .item-options {
		width:100%;
		border-radius: 0px;
		margin-top: 0;
	}
	
	.flat-modal-mobile-tab-select .select-dropdown {
		right:23px;
	}
	
	.floor-select-image .floor-si-item-container {
		padding:10px;
	}
	
	.floor-select-image .floor-si-item {
		width: 90px;
		height: 90px;
	}
	
	.floor-select-image .floor-image-container {
		height:45px;
	}
	
	.flat-modal-container .flat-modal.flat-modal-full .flat-modal-right {
		display:block;
	}
	
	.fm-footer-mobile {
		display:block;
		padding:0 32px;
	}
	
	.fm-footer-mobile .togglebox:first-child {
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
	
	
}

@media only screen and (max-width: 479px) {
	
	.ws-row .ws-col-0,
	.ws-row .ws-col-1,
	.ws-row .ws-col-2,
	.ws-row .ws-col-3,
	.ws-row .ws-col-4,
	.ws-row .ws-col-5,
	.ws-row .ws-col-6,
	.ws-row .ws-col-7,
	.ws-row .ws-col-8,
	.ws-row .ws-col-9,
	.ws-row .ws-col-10,
	.ws-row .ws-col-11,
	.ws-row .ws-col-12 {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	.ws-row .ws-col-1-s,
	.ws-row .ws-col-2-s,
	.ws-row .ws-col-3-s,
	.ws-row .ws-col-4-s,
	.ws-row .ws-col-5-s,
	.ws-row .ws-col-6-s,
	.ws-row .ws-col-7-s,
	.ws-row .ws-col-8-s,
	.ws-row .ws-col-9-s,
	.ws-row .ws-col-10-s,
	.ws-row .ws-col-11-s,
	.ws-row .ws-col-12-s {
		display:block;
	}
	
	.ws-row .ws-col-0-s {
		width: 0;
		display:none;
	}
	
	.ws-row .ws-col-1-s {
		width: 8.3333333%;
	}

	.ws-row .ws-col-2-s {
		width: 16.6666666%;
	}

	.ws-row .ws-col-3-s {
		width: 25%;
	}

	.ws-row .ws-col-4-s {
		width: 33.3333333%;
	}

	.ws-row .ws-col-5-s {
		width: 41.6666666%;
	}

	.ws-row .ws-col-6-s {
		width: 50%;
	}

	.ws-row .ws-col-7-s {
		width: 58.3333333%;
	}

	.ws-row .ws-col-8-s {
		width: 66.6666666%;
	}

	.ws-row .ws-col-9-s {
		width: 75%;
	}

	.ws-row .ws-col-10-s {
		width: 83.3333333%;
	}

	.ws-row .ws-col-11-s {
		width: 91.6666666%;
	}

	.ws-row .ws-col-12-s {
		width: 100%;
	}
	
	.page:not(.fullscreen-page) .compact-view .preview-window-container {
		margin-left:-8px;
		margin-right: -8px;
	}
	
	.preview-controls {
		right:0;
	}
	
	.filter-detailed .filter-citem .inheight-slider-container {
		width:170px;
	}
	
	.filter-detailed .filter-right-search .filter-search-send {
		position: relative;
		top:auto;
		right: auto;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 359px) {
	.room-container .room-text {
		padding-top: 4px;
	}
	
	.room-container .room-list li button {
		width: auto;
		height: 28px;
		padding: 1px 9px;
		line-height: 25px;
	}
}

.no-padding-outer {
	margin-left: -15px;
	margin-right: -15px;
}

.no-padding {
	padding:0;
}

.no-padding.ws-row > .ws-col-1,
.no-padding.ws-row > .ws-col-2,
.no-padding.ws-row > .ws-col-3,
.no-padding.ws-row > .ws-col-4,
.no-padding.ws-row > .ws-col-5,
.no-padding.ws-row > .ws-col-6,
.no-padding.ws-row > .ws-col-7,
.no-padding.ws-row > .ws-col-8,
.no-padding.ws-row > .ws-col-9,
.no-padding.ws-row > .ws-col-10,
.no-padding.ws-row > .ws-col-11,
.no-padding.ws-row > .ws-col-12 {
	padding:0;
}