a:focus, a:active {
	color:#eef0f2;
}

.ws-header {
	padding:5px;
	background:#eef0f2;
	height: auto;
	box-shadow: none;
}

.ws-header-inner {
	background:#FFF;
	width:100%;
	display: flex;
	height: 64px;
	position: relative;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
}

.ws-content, .ws-content3d {
	height: calc(var(--viewport-height) - 74px);
}

.ws-content3d .right-content-list {
	padding-top: 0;
}

.right-content-list .flat-list {
	transition:height 0.3s;
}

.right-content-list .flat-list .item .title-container .title,
.mobile-selected-flat .item .title-container .title,
.similar-flats .similar-flat-list .item .title-container .title {
	color:#42474D;
}

.right-content-list .flat-list .item,
.similar-flats .similar-flat-list .item {
	position: relative;
	transition:transform 0.2s, box-shadow 0.1s;
}

.right-content-list .flat-list .item:hover {
	transform:scale(1.015);
}

.right-content-list .flat-list .item::before,
.similar-flats .similar-flat-list .item::before {
	content: ' ';
	position: absolute;
	height: calc(100% - 20px);
	width:4px;
	top:10px;
	left:0;
	border-radius: 0 3px 3px 0;
	background:var(--background);
}

.flat-bubble {
	display:flex;
	flex-flow: wrap;
}

.flat-bubble .flat-image-container {
	width:100%;
	order:2;
	padding: 0 10px 10px 10px;
}

.flat-bubble .flat-title {
	width:100%;
	order:1;
	border-top: 0px none;
	text-align: center;
	font-size: 18px;
	padding:12px 10px 10px;
}

.flat-bubble .data-items {
	width:100%;
	order:3;
}

.right-content-list .results-header .flat-results {
	display: block;
	position: relative;
	overflow: visible;
}

.right-content-list .results-header .flat-results .flat-inner-results {
	float:left;
	display:block;
}

.right-content-list .results-header .flat-results .flat-order-container {
	float:right;
	display:block;
	font-weight: normal;
	text-align: right;
	font-size: 12px;
	margin-top: 2px;
	color:#717989;
}

.right-content-list .results-header .flat-results .flat-order-container .flat-order-select {
	display:inline-block;
	position: relative;
	padding-right: 18px;
	cursor: pointer;
	color: #42474D;
}

.right-content-list .results-header .flat-results .flat-order-container .flat-order-select:after {
	content:' ';
	position: absolute;
	top:4px;
	right:0;
	width:10px;
	height: 10px;
	background-image: url(/images/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.right-content-list .results-header .flat-results .flat-order-container .flat-order-select .default {
	display:block;
	font-weight: 600;
}

.right-content-list .results-header .flat-results .flat-order-container .flat-order-select .options {
	display:block;
	position: absolute;
	z-index: 1;
	top: 23px;
	right: 0;
	width: calc(100% - 2px);
	background: #FFF;
	padding: 0;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
	width: 190px;
	display:none;
}

.right-content-list .results-header .flat-results .flat-order-container .flat-order-select .options .item {
	display:block;
	padding:5px;
	cursor: pointer;
}

.right-content-list .results-header .flat-results .flat-order-container .flat-order-select .options .item:first-child {
	padding-top: 10px;
}

.right-content-list .results-header .flat-results .flat-order-container .flat-order-select .options .item:last-child {
	padding-bottom: 10px;
}

.ws-header-view-list {
	padding:0;
}

.ws-header-view-list li {
	padding:0;
}

.ws-header-view-list li a {
	padding:10px 0 0 0;
	background:transparent;
	border-left: 1px solid #EAECEE;
	height: 64px;
	width:64px;
	text-align: center;
	text-indent: 0;
	font-weight: 700;
	font-size: 8px;
	color:#8E99AF;
	text-decoration: none;
	text-transform: uppercase;
	
}

.ws-header-view-list li a svg {
	position: relative;
	top:0;
	left:0;
	transform:none;
	width: 26px;
	height: 26px;
}

.ws-header-view-list li a.list-view svg {
	width:30px;
	height: 30px;
	margin-top: -2px;
}

.ws-header-view-list li a .icon-container {
	display:block;
}

.ws-header-view-list li a .text-container {
	display:flex;
	height: 24px;
	text-align: center;
	align-items: center;
	justify-content: center;
	transition: color 0.2s;
	font-weight: 600;
}

.ws-header-view-list li a.list-view .text-container {
	margin-top: -2px;
}

.ws-header-view-list li a::after,
.ws-header-view-list li a.active::after {
	bottom:0;
	top:auto;
	border-radius: 0;
	background: var(--second-color);
}

.ws-header-view-list li a.active .text-container,
.ws-header-view-list li a:hover .text-container {
	color:#42474D;
	font-weight: 700;
}

.poi-map-opened .ws-header-view-list li a.active .text-container {
	color: #8E99AF;
	font-weight: 600;
}

.ws-header-view-list li a.active line.stroke,
.ws-header-view-list li a.active path.stroke,
.ws-header-view-list li a:hover line.stroke,
.ws-header-view-list li a:hover path.stroke {
	stroke: #42474D;
}

.ws-header-view-list li a.active line.fill,
.ws-header-view-list li a.active path.fill,
.ws-header-view-list li a:hover line.fill,
.ws-header-view-list li a:hover path.fill {
	fill:#42474D;
}

.ws-header .logo-container {
	width:80px;
	padding:0 7px;
}

.ws-header .logo-container .logo {
	width: 51px;
	height: 50px;
	margin-top: 7px;
	margin-left: auto;
	margin-right: auto;
	cursor: default;
}

.ws-header .logo-container .logo.logo-hasurl {
	cursor: pointer;
}

.has-fav-bar-body .flat-popup {
	padding-bottom: 10px;
	height: calc(100% - 70px);
}

.has-fav-bar-body .flat-popup .flat-popup-basic-content .flat-popup-iframe-image-content {
	height: calc(100vh - 159px);
}

.has-fav-bar-body #flat_full_popup.flat-popup .flat-popup-basic-content .flat-popup-iframe-image-content {
	height: calc(100vh - 159px);
}

.has-fav-bar-body .flat-popup .flat-popup-basic-content .flat-popup-image-datasheet {
	height: calc(100vh - 159px);
}

.has-fav-bar-body .flat-popup .flat-popup-image-datasheet .flat-room-list {
	max-height: calc(100vh - 422px);
}

.has-fav-bar-body .flat-popup.has-similar .flat-popup-image-datasheet .flat-room-list {
	max-height: calc(100vh - 554px);
}

.flat-popup .flat-popup-basic-content .flat-popup-image-content {
	width:calc(100% - 490px);
}

.flat-popup .flat-popup-basic-content .flat-popup-iframe-image-content {
	height: calc(100vh - 89px);
}

.flat-popup.has-similar .flat-popup-basic-content .flat-popup-iframe-image-content {
	height: calc(100vh - 201px);
}

.flat-popup .flat-popup-basic-content .flat-popup-image-datasheet {
	width:490px;
	background: #FAFBFB;
	border-left: 1px solid #EAECEE;
	position: absolute;
	top: 0;
	right: 0;
	height: calc(100vh - 89px);
}

.flat-popup.has-similar .flat-popup-basic-content .flat-popup-image-datasheet {
	height: calc(100vh - 201px);
}

.flat-popup .flat-popup-image-datasheet .flat-sheet-top {
	padding-bottom: 17px;
	padding-left: 18px;
	padding-right: 18px;
	background: #FAFBFB;
}

.flat-popup .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data {
	width:100%;
}

.flat-popup .flat-popup-image-datasheet .flat-sheet-top .flat-buttons {
	display:none;
}

.flat-popup .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-title {
	color: var(--main-color);
}

.flat-popup .flat-popup-image-datasheet .flat-rooms {
	padding:20px;
	background: #FAFBFB;
	border-bottom:1px solid #EAECEE;
}

.flat-popup .flat-popup-image-datasheet .flat-room-list {
	font-size: 14px;
	padding:10px 100px 0px 0px;
}

.flat-popup .flat-popup-image-datasheet .flat-room-list li {
	margin-bottom: 21px;
}

.flat-popup .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-title,
.flat-popup .flat-popup-mobile-header .flat-basic-data .flat-title {
	font-size: 26px;
	margin-top: 11px;
}

.flat-popup .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-main-info ul {
	padding-top: 13px;
}

.flat-popup .flat-popup-image-datasheet .flat-buttons-cordia {
	padding:12px 19px;
	display:flex;
}

.flat-popup .flat-popup-image-datasheet .flat-buttons-cordia .flat-sheet-download {
	color: rgba(66, 71, 77, 0.8);
	font-weight: 500;
	font-size: 13px;
	padding:9px 20px;
	margin-right: 5px;
	width: 50%;
	text-align: center;
}

.flat-popup .flat-popup-image-datasheet .flat-buttons-cordia .offer-request {
	font-weight: 500;
	font-size: 13px;
	padding:9px 20px;
	margin-left: 5px;
	width: 50%;
}

.flat-popup .flat-popup-image-datasheet .flat-sheet-top {
	padding:0;
}

.flat-popup .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-title,
.flat-popup .flat-popup .flat-popup-mobile-header .flat-basic-data .flat-title {
	font-size: 20px;
	color: #42474D;
	padding:31px 17px 33px;
	margin-top: 0;
}

.flat-popup .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-title span.first,
.flat-popup .flat-popup .flat-popup-mobile-header .flat-basic-data .flat-title span.first {
	font-size: 30px;
}

.flat-popup .flat-popup-inner.amenities .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-title span.first,
.flat-popup .flat-popup-inner.amenities .flat-popup .flat-popup-mobile-header .flat-basic-data .flat-title span.first {
	font-size: 26px;
}

.flat-popup .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-title .flat-title-right {
	display:block;
	float:right;
}

.flat-popup .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-title .flat-title-right .flat-add-fav,
.flat-buttons-before .flat-add-fav {
	border: 1px solid rgba(142, 153, 175, 0.3);
	border-radius: 2px;
	display:inline-block;
	/*background-image:url(/images/fav.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 17px 15px;*/
	width:36px;
	height: 36px;
	background-color:transparent;
	cursor: pointer;
	vertical-align: top;
	position: relative;
}

.flat-popup .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-title .flat-title-right .flat-add-fav:hover .icon-heart-hover,
.flat-buttons-before .flat-add-fav:hover .icon-heart-hover {
	opacity:1.0;
}

.flat-popup .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-title .flat-title-right .flat-add-fav.active .icon-heart-active,
.flat-buttons-before .flat-add-fav.active .icon-heart-active {
	opacity:1.0;
}

/*.flat-popup .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-title .flat-title-right .flat-add-fav:hover,
.flat-buttons-before .flat-add-fav:hover {
	background-image:url(/images/fav_hover.svg);
}

.flat-popup .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-title .flat-title-right .flat-add-fav.active,
.flat-buttons-before .flat-add-fav.active {
	background-image:url(/images/fav_active.svg);
}*/

.icon-inc.icon-heart-hover svg path {
	stroke:var(--main-color);
}

.icon-inc.icon-heart-active svg path {
	fill:var(--main-color);
	stroke:var(--main-color);
}

.flat-popup .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-title .flat-title-right .flat-add-fav .icon-inc,
.flat-buttons-before .flat-add-fav .icon-inc {
	position: absolute;
	opacity: 0.0;
	top: calc(50% + 1px);
	left: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.2s;
}

.flat-popup .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-title .flat-title-right .flat-add-fav .icon-heart,
.flat-buttons-before .flat-add-fav .icon-heart {
	opacity: 1.0;
}

.flat-popup .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-title .flat-title-right .flat-add-fav:hover,
.flat-popup .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-title .flat-title-right .flat-add-fav:active,
.flat-popup .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-title .flat-title-right .flat-add-fav:focus,
.flat-buttons-before .flat-add-fav:hover,
.flat-buttons-before .flat-add-fav:active,
.flat-buttons-before .flat-add-fav:focus {
	color:#FFF;
}

.flat-popup .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-title .flat-title-right .flat-offer,
.flat-buttons-before .flat-offer {
	display:inline-block;
	text-decoration: none;
	padding:9px 14px;
	vertical-align: top;
	height: 36px;
}

.flat-popup .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-title .flat-title-right .flat-offer.flat-offer-inactive,
.flat-buttons-before .flat-offer.flat-offer-inactive {
	background: #C7CBCF;
	cursor: default;
	border-color: #C7CBCF;
}

.flat-popup .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-title .flat-title-right .flat-offer:hover,
.flat-buttons-before .flat-offer:hover {
	color:#FFF;
}

.flat-popup .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-title .flat-title-right .flat-offer.flat-offer-inactive:hover,
.flat-buttons-before .flat-offer.flat-offer-inactive:hover {
	opacity: 1.0;
}

.flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-main-info {
	border-top: 1px solid #EAECEE;
}

.flat-popup .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-main-info ul {
	display:flex;
	padding:0;
}

.flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-main-info ul li {
	width:100%;
	display:block;
	margin:0;
	border-right: 1px solid #EAECEE;
	text-align: center;
	padding:17px 5px;
}

.flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-main-info ul li:last-child {
	border-right:0px none;
}

.flat-popup .flat-popup-image-datasheet .flat-rooms {
	padding:25px 5px;
	border-bottom: 0px none;
}

.flat-popup .flat-popup-image-datasheet .flat-room-list {
	padding-right: 0px;
	max-height:calc(100vh - 352px);
	overflow: auto;
	padding:0 10px;
}

.flat-popup.has-similar .flat-popup-image-datasheet .flat-room-list {
	max-height:calc(100vh - 504px);
}

.flat-popup .flat-popup-image-datasheet .flat-room-list li {
	border-bottom: 1px dashed #DBDDE0;
	padding:10px 5px 10px;
	margin-bottom: 0;
}

.flat-popup-image-datasheet .flat-rooms .flat-buttons {
	display:block;
	padding-top: 32px;
	text-align: right;
	padding-right: 10px;
	padding-left:10px;
}

.flat-popup-image-datasheet .flat-rooms .flat-buttons .flat-sheet-download,
.flat-buttons-before .flat-sheet-download {
	position: relative;
	width:auto;
	display: inline-block;
	color:#42474D;
	font-weight: 500;
	text-transform: none;
	background: transparent;
	border-radius: 2px;
	height: 36px;
	padding:9px 24px 10px 51px;
	
}

.flat-popup-image-datasheet .flat-rooms .flat-buttons .flat-sheet-download .flat-sheet-download-icon1,
.flat-buttons-before .flat-sheet-download .flat-sheet-download-icon1 {
	display:none;
}

.flat-popup-image-datasheet .flat-rooms .flat-buttons .flat-sheet-download .flat-sheet-download-icon2,
.flat-buttons-before .flat-sheet-download .flat-sheet-download-icon2 {
	border:0px none;
	width: 34px;
	height: 32px;
	left:14px;
	display:block;
	position: absolute;
	top:0;
	left:10px;
}

.flat-popup-image-datasheet .flat-rooms .flat-buttons .flat-sheet-download .flat-sheet-download-icon2 svg,
.flat-buttons-before .flat-sheet-download .flat-sheet-download-icon2 svg {
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:20px;
	height: 20px;
}

.flat-popup-image-datasheet .flat-rooms .flat-buttons .flat-sheet-download .flat-sheet-download-icon2 svg path,
.flat-buttons-before .flat-sheet-download .flat-sheet-download-icon2 svg path {
	stroke:var(--main-color);
}

.flat-popup .flat-popup-image-datasheet .amenities-basic-data {
	padding:20px 17px;
	max-height: calc(100vh - 206px);
	overflow: auto;
}

.has-fav-bar-body .flat-popup .flat-popup-image-datasheet .amenities-basic-data {
	max-height: calc(100vh - 275px);
}

.flat-popup .flat-popup-image-datasheet .amenities-basic-data ul {
	margin:0;
	padding:0;
	display:flex;
	flex-flow: wrap;
	list-style: none;
	font-weight: 500;
	font-size: 14px;
	justify-content: center;
}

.flat-popup .flat-popup-image-datasheet .amenities-basic-data ul li {
	width:33.3333%;
	text-align: center;
	display:block;
	padding:20px 5px;
}

.flat-popup .flat-popup-image-datasheet .amenities-basic-data ul li img {
	display:block;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	height: 45px;
	width: auto;
}

.ws-header-filters-container .ws-header-filter-item:nth-child(1),
.ws-header-filters-container .ws-header-filter-item:nth-child(2) {
	  max-width: 210px;
}

.ws-header-filters-container .ws-header-filter-item:nth-child(3) {
	width:50%;
}

.ws-header-filters-container .ws-header-filter-item:last-child:after {
	display:none;
}

.ws-header-view-container {
	width: 210px;
}

.range-container {
	  padding: 2px 20px;
}

.range-container .range-size-value,
.range-container .range-floor-value,
.range-container .range-price-value,
.range-container .range-bathroom-value,
.range-container .range-rent-price-value {
	padding-bottom: 12px;
	text-align: right;
	position: relative;
}

.range-container .range-size-value .range-label,
.range-container .range-floor-value .range-label,
.range-container .range-price-value .range-label,
.range-container .range-bathroom-value .range-label,
.range-container .range-rent-price-value .range-label {
	font-weight: 600;
	font-size: 12px;
	position: absolute;
	top:4px;
	left:0;
}

.range-container .range-size-value .range-limits,
.range-container .range-floor-value .range-limits,
.range-container .range-price-value .range-limits,
.range-container .range-bathroom-value .range-limits,
.range-container .range-rent-price-value .range-limits {
	display:inline-block;
	background:#F5F7F8;
	border-radius: 2px;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	padding:2px 7px;
	margin-left: 10px;
}

.range-container .range-size-value .range-price-label,
.range-container .range-floor-value .range-price-label,
.range-container .range-price-value .range-price-label,
.range-container .range-bathroom-value .range-price-label,
.range-container .range-rent-price-value .range-price-label {
	font-weight: 500;
	font-size: 12px;
}

.noUi-horizontal {
	height: 2px;
	background: #EAECEE;
	width: calc(100% - 12px);
	margin: 0 3px;
}

.noUi-connects {
	border-radius: 2px;
}

.noUi-connect {
	background:var(--second-color);
}

.noUi-horizontal .noUi-handle {
	width:30px;
	height: 30px;
	border: 0px none;
	background:transparent;
	cursor: pointer;
	box-shadow: none;
	top:-14px;
}

.noUi-horizontal .noUi-handle:before {
	display:none;
}

.noUi-horizontal .noUi-handle:after {
	display:block;
	width:6px;
	height: 6px;
	border: 2px solid var(--second-color);
	border-radius: 50%;
	background:#FFF;
	cursor: pointer;
	top: 10px;
	left: 10px;
	transition:background 0.2s;
}

.noUi-horizontal .noUi-handle:hover:after {
	background:var(--second-color);
}

.filter-button-select-container,
.room-container,
.plot-select-container,
.orientation-container,
.floor-button-container,
.building-container,
.poi-cat-container,
.button-filter-container {
	padding:5px 20px;
}

.filter-button-select-container,
.room-container .room-text,
.plot-select-container .plot-select-text,
.orientation-container orientation-select-text,
.floor-button-container .floor-button-text,
.building-container .building-text,
.button-filter-container .label-text {
	font-weight: 600;
	font-size: 12px;
}

.filter-button-select-container .item-list,
.room-container .room-list,
.plot-select-container .plot-select-list,
.orientation-container .orientation-list,
.floor-button-container .floor-button-list,
.building-container .room-list,
.poi-cat-container .poi-cat-list,
.button-filter-container .uniq-button-list {
	list-style: none;
	padding:0;
	margin:0;
	display:inline-block;
	margin-left: 10px;
}

.filter-button-select-container .item-list li,
.room-container .room-list li,
.plot-select-container .plot-select-list li,
.orientation-container .orientation-list li,
.floor-button-container .floor-button-list li,
.building-container .room-list li,
.poi-cat-container .poi-cat-list li,
.button-filter-container .uniq-button-list li {
	display:inline-block;
}

.poi-cat-container .poi-cat-list li {
	margin-right: 8px;
}

.poi-cat-container .poi-cat-list li:last-child {
	margin-right: 0;
}

.filter-button-select-container .item-list li button,
.room-container .room-list li button,
.plot-select-container .plot-select-list li button,
.orientation-container .orientation-list li button,
.floor-button-container .floor-button-list li button,
.building-container .room-list li button,
.poi-cat-container .poi-cat-list li button,
.button-filter-container .uniq-button-list li button {
	display:block;
	border: 1px solid #EAECEE;
	border-radius: 2px;
	font-weight: 600;
	font-size: 12px;
	padding:9px;
	background:#FFF;
	width:34px;
	height: 34px;
	text-align: center;
	position: relative;
	cursor: pointer;
	transition:color 0.3s;
}

.poi-cat-container .poi-cat-list li button {
	width: auto;
}

.filter-button-select-container .item-list li button,
.button-filter-container .uniq-button-list li button {
	width:auto;
	min-width:34px;
	text-align:center;
}

.plot-select-container .plot-select-list li button {
	width:auto;
	min-width: auto;
}

.filter-button-select-container .item-list li button:after,
.room-container .room-list li button:after,
.plot-select-container .plot-select-list li button:after,
.orientation-container .orientation-list li button:after,
.floor-button-container .floor-button-list li button:after,
.building-container .room-list li button:after,
.poi-cat-container .poi-cat-list li button:after,
.button-filter-container .uniq-button-list li button:after {
	content:' ';
	position: absolute;
	bottom:-1px;
	left:-1px;
	background:transparent;
	width:calc(100% + 2px);
	height: 3px;
	border-radius: 0 0 2px 2px;
	transition:background 0.3s;
}

.filter-button-select-container .item-list li button.active,
.filter-button-select-container .item-list li button:hover,
.room-container .room-list li button.active,
.room-container .room-list li button:hover,
.plot-select-container .plot-select-list li button.active,
.plot-select-container .plot-select-list li button:hover,
.orientation-container .orientation-list li button.active,
.orientation-container .orientation-list li button:hover,
.button-filter-container .uniq-button-list li button.active,
.button-filter-container .uniq-button-list li button:hover {
	
}

.filter-button-select-container .item-list li button.active,
.room-container .room-list li button.active,
.plot-select-container .plot-select-list li button.active,
.orientation-container .orientation-list li button.active,
.floor-button-container .floor-button-list li button.active,
.building-container .room-list li button.active,
.poi-cat-container .poi-cat-list li button.active,
.button-filter-container .uniq-button-list li button.active  {
	background:#fafbfb;
}

.filter-button-select-container .item-list li button.active:after,
.room-container .room-list li button.active:after,
.plot-select-container .plot-select-list li button.active:after,
.orientation-container .orientation-list li button.active:after,
.button-filter-container .uniq-button-list li button.active:after {
	
}

.filter-button-select-container .item-list li button.active:after,
.plot-select-container .plot-select-list li button.active:after,
.orientation-container .orientation-list li button.active:after,
.floor-button-container .floor-button-list li button.active:after,
.building-container .room-list li button.active:after,
.poi-cat-container .poi-cat-list li button.active:after,
.button-filter-container .uniq-button-list li button.active:after {
	background:var(--second-color);
}

.poi-cat-container .poi-cat-list li button span.icon {
	display:inline-block;
	width:22px;
	height: 22px;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: top;
	margin-top: -5px;
	margin-right: 7px;
}

.bathroom-button-container {
	padding:5px 20px;
}

.bathroom-button-container .bathroom-button-text {
	font-weight: 600;
	font-size: 12px;
}

.bathroom-button-container .bathroom-button-list {
	list-style: none;
	padding:0;
	margin:0;
	display:inline-block;
	margin-left: 10px;
}

.bathroom-button-container .bathroom-button-list li {
	display:inline-block;
}

.bathroom-button-container .bathroom-button-list li button {
	display:block;
	border: 1px solid #EAECEE;
	border-radius: 2px;
	font-weight: 600;
	font-size: 12px;
	padding:9px 7px;
	background:#FFF;
	width:34px;
	height: 34px;
	text-align: center;
	position: relative;
	cursor: pointer;
	transition:color 0.3s;
}

.bathroom-button-container .bathroom-button-list li button:after {
	content:' ';
	position: absolute;
	bottom:-1px;
	left:-1px;
	background:transparent;
	width:calc(100% + 2px);
	height: 3px;
	border-radius: 0 0 2px 2px;
	transition:background 0.3s;
}

.bathroom-button-container .bathroom-button-list li button.active {
	
}

.bathroom-button-container .bathroom-button-list li button.active {
	background:#fafbfb;
}

.bathroom-button-container .bathroom-button-list li button.active:after {
	background:var(--second-color);
}

.controls3d .controls-views .list-view:hover .icon svg line,
.controls3d .controls-views .list-view:hover .icon svg path,
.controls3d .controls-views .flatmesh-hide:hover .icon svg line,
.controls3d .controls-views .flatmesh-hide:hover .icon svg path,
.controls3d .controls-views .amenities-hide:hover .icon svg line,
.controls3d .controls-views .amenities-hide:hover .icon svg path,
.flat-popup-iframe-image-content .flatmesh-hide-identify:hover .icon svg line,
.flat-popup-iframe-image-content .flatmesh-hide-identify:hover .icon svg path,
.controls3d .controls-views .flatmesh-show:hover .icon svg line,
.controls3d .controls-views .flatmesh-show:hover .icon svg path,
.controls3d .controls-views .amenities-show:hover .icon svg line,
.controls3d .controls-views .amenities-show:hover .icon svg path,
.flat-popup-iframe-image-content .flatmesh-show-identify:hover .icon svg line,
.flat-popup-iframe-image-content .flatmesh-show-identify:hover icon svg path,
.controls3d .controls-views .areial-view:hover .icon svg line,
.controls3d .controls-views .areial-view:hover .icon svg path,
.controls3d .controls-views .day-view:hover .icon svg line,
.controls3d .controls-views .day-view:hover .icon svg path,
.controls3d .controls-views .night-view:hover .icon svg line,
.controls3d .controls-views .night-view:hover .icon svg path,
.controls3d .controls-zoom .zoom-in:hover .icon svg line,
.controls3d .controls-zoom .zoom-in:hover .icon svg path,
.controls3d .controls-zoom .zoom-out:hover .icon svg line,
.controls3d .controls-zoom .zoom-out:hover .icon svg path,
.controls3d .controls-views2 .list-view:hover .icon svg line,
.controls3d .controls-views2 .list-view:hover .icon svg path,
.controls3d .controls-views2 .flatmesh-hide:hover .icon svg line,
.controls3d .controls-views2 .flatmesh-hide:hover .icon svg path,
.controls3d .controls-views2 .flatmesh-show:hover .icon svg line,
.controls3d .controls-views2 .flatmesh-show:hover .icon svg path,
.controls3d .controls-views2 .amenities-hide:hover .icon svg line,
.controls3d .controls-views2 .amenities-hide:hover .icon svg path,
.controls3d .controls-views2 .amenities-show:hover .icon svg line,
.controls3d .controls-views2 .amenities-show:hover .icon svg path,
.controls3d .controls-views2 .areial-view:hover .icon svg line,
.controls3d .controls-views2 .areial-view:hover .icon svg path,
.controls3d .controls-views2 .day-view:hover .icon svg line,
.controls3d .controls-views2 .day-view:hover .icon svg path,
.controls3d .controls-views2 .night-view:hover .icon svg line,
.controls3d .controls-views2 .night-view:hover .icon svg path {
	stroke: var(--main-color);
}

.pano-exit-button:hover svg path {
	fill: var(--main-color);
}

.flat-list .icon,
.flat-bubble .icon,
.flat-popup .icon {
	margin-right: 4px;
}

.icon.area-icon {
	background-image: url('/images/icon-area2.svg');
}

.right-content-list .flat-list .item .data-items .data-item .icon.area-icon,
.mobile-selected-flat .item .data-items .data-item .icon.area-icon,
.similar-flats .similar-flat-list .item .data-items .data-item .icon.area-icon {
	width:17px;
	height: 17px;
}

.icon.floor-icon {
	background-image: url('/images/icon-floor2.svg');
}

.right-content-list .flat-list .item .data-items .data-item .icon.floor-icon,
.mobile-selected-flat .item .data-items .data-item .icon.floor-icon,
.similar-flats .similar-flat-list .item .data-items .data-item .icon.floor-icon {
	width:17px;
	height: 17px;
}

.icon.garden-icon {
	background-image: url('/images/icon-garden2.svg');
}

.right-content-list .flat-list .item .data-items .data-item .icon.garden-icon,
.mobile-selected-flat .item .data-items .data-item .icon.garden-icon,
.similar-flats .similar-flat-list .item .data-items .data-item .icon.garden-icon {
	width:17px;
	height: 17px;
}

.icon.orientation-icon {
	background-image: url('/images/icon-orientation2.svg');
	margin-top: -2px;
	width:15px;
	height: 15px;
}

.right-content-list .flat-list .item .data-items .data-item .icon.orientation-icon,
.mobile-selected-flat .item .data-items .data-item .icon.orientation-icon,
.similar-flats .similar-flat-list .item .data-items .data-item .icon.orientation-icon {
	width:17px;
	height: 17px;
	margin-top: -3px;
}

.icon.room-icon,
.flat-bubble .data-item .icon.room-icon {
	background-image: url('/images/icon-room2.svg');
	width:15px;
}

.right-content-list .flat-list .item .data-items .data-item .icon.room-icon,
.mobile-selected-flat .item .data-items .data-item .icon.room-icon,
.similar-flats .similar-flat-list .item .data-items .data-item .icon.room-icon {
	width:17px;
	height: 16px;
}

.icon.terrace-icon,
.flat-bubble .data-item .icon.terrace-icon {
	background-image: url('/images/icon-terrace2.svg');
	width:15px;
}

.right-content-list .flat-list .item .data-items .data-item .icon.terrace-icon,
.mobile-selected-flat .item .data-items .data-item .icon.terrace-icon,
.similar-flats .similar-flat-list .item .data-items .data-item .icon.terrace-icon {
	width:17px;
	height: 17px;
}

.icon.icon-star {
	margin-right: 0;
}

.right-content-list .flat-list .item .title-container .add-fav-button,
.mobile-selected-flat .item .title-container .add-fav-button,
.similar-flats .similar-flat-list .item .title-container .add-fav-button {
	width:27px;
	background-color: transparent;
	padding:0;
	right: 5px;
}

.add-fav-button .fav .icon-heart {
	opacity:1.0;
}

.add-fav-button:hover .fav .icon-heart-hover {
	opacity:1.0;
}

.add-fav-button.active .fav .icon-heart-active {
	opacity:1.0;
}

/*.add-fav-button .fav .icon-star {
	background-image: url(/images/fav.svg);
}

.add-fav-button .fav .icon-star:hover {
	background-image: url(/images/fav_hover.svg);
}

.add-fav-button.active .fav .icon-star {
	background-image: url(/images/fav_active.svg);
}*/

.right-content-list .flat-list .item .title-container .add-fav-button .fav-text,
.mobile-selected-flat .item .title-container .add-fav-button .fav-text,
.similar-flats .similar-flat-list .item .title-container .add-fav-button .fav-text {
	display:none;
}

.ws-content-row-list {
	background: #eef0f2;
	padding-top: 3px;
	transition:height 0.3s;
}

.ws-content-row-list-table {
	padding:0;
	background: #eef0f2;
}

.row-list-header .row-list-row {
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
}

.row-list-body .row-list-row .td {
	background:#fafbfb;
}

.row-list-body .row-list-row .td.td-image {
	border-right:0px none;
	background:#FFF;
	position: relative;
}

.row-list-body .row-list-row .td.td-image:before {
	content: ' ';
	position: absolute;
	height: calc(100% - 20px);
	width: 3px;
	top: 10px;
	left: 0;
	border-radius: 0 3px 3px 0;
	background: var(--background);
}

.row-list-body .row-list-row .td-name {
	background:#FFF;
	color:#42474D;
}

.row-list-body .row-list-row {
	border:0px none;
}

.row-list-body .row-list-row .td-name:before,
.row-list-body .row-list-row .td-name:after,
.row-list-body .row-list-row .td-action:before {
	content:' ';
	position: absolute;
	width:1px;
	height: 100%;
	background:#EAECEE;
	height: 50px;
	top:5px;
}

.row-list-body .row-list-row .td-name:before {
	left: 0;
}


.row-list-body .row-list-row .td-name:after {
	right: 0;
}

.row-list-body .row-list-row .td-action:before {
	left:0;
}

.row-list-body .row-list-row .td.td-image .flat-image {
	height: 50px;
}

.row-list-body .row-list-row .td-action {
	background:#FFF;
}

.row-list-body .row-list-row .td-action .add-fav-button {
	height: 30px;
	font-size: 0px;
	padding:0;
	width:30px;
	background: transparent;
}

.row-list-body .row-list-row .td-action .add-fav-button .fav {
	width: 30px;
}

.row-list-row .td.td-image {
	width:calc(7% - 10px);
}

.row-list-row .td.td-name {
	width:calc(12% - 10px);
}

.row-list-row .td.td-size {
	width:calc(14% - 10px);
}

.row-list-row .td.td-room {
	width:calc(17% - 10px);
}

.row-list-row .td.td-floor {
	width:calc(12% - 10px);
}

.row-list-row .td.td-orientation {
	width:calc(12% - 10px);
}

.row-list-row .td.td-terrace,
.row-list-row .td.td-terrace_balcony {
	width:calc(13%);
}

.row-list-row .td.td-garden,
.row-list-row .td.td-garden_roofgarden {
	width:calc(13%);
}

.row-list-row .td.td-action {
	width:60px;
}

.row-list-body .row-list-row .td-action {
	position: relative;
}

.row-list-body .row-list-row .icon-inc svg {
	width:17px;
	height: 17px;
	margin-right: 2px;
}

.list-order.active-order {
	color:var(--main-color);
}

.ordering .order-asc.active svg path,
.ordering .order-desc.active svg path {
	stroke:var(--main-color);
}

.ws-iframe-modal.hide-top-menu,
.ws-video-modal.hide-top-menu {
	top: 69px;
	height: calc(100% - 69px);
}

.ws-iframe-modal .ws-header-back-container,
.ws-video-modal .ws-header-back-container {
	position: absolute;
	top: 5px;
	right: 10px;
	display: block;
}

.has-fav-bar-body .ws-iframe-modal .ws-static-iframe-container,
.has-fav-bar-body .ws-video-modal .ws-video-container {
	bottom:68px;
	height: calc(100% - 142px);
}

.has-fav-bar-body .ws-iframe-modal.hide-top-menu .ws-static-iframe-container,
.has-fav-bar-body .ws-video-modal.hide-top-menu .ws-video-container {
	bottom:68px;
	height: calc(100% - 68px);
}

.ws-iframe-modal .ws-static-iframe-container .ws-static-iframe {
	width:calc(100% - 10px);
	height: calc(100% - 5px);
	left:5px;
	bottom:5px;
	border-radius: 2px;
	border:0px none;
	position: absolute;
}

.ws-video-modal .ws-video-container {
	position: absolute;
	width:100%;
	height: calc(100% - 66px);
}

.ws-video-modal .ws-video-container .ws-video-inner,
.ws-video-modal .ws-video-container .ws-video-loader {
	width:calc(100% - 10px);
	height: calc(100% - 5px);
	left:5px;
	bottom:5px;
	border:0px none;
	position: absolute;
}

.ws-video-modal .ws-video-container .ws-video-loader {
	background:#FFF;
	z-index: 10;
}

.ws-video-modal .ws-video-container .ws-video-inner .pano-video-container {
	width:100%;
	height: 100%;
}

.flat-popup .flat-popup-header .flat-popup-nav {
	width:220px;
	padding-right: 10px;
}

.flat-popup .flat-popup-header .flat-popup-nav .back-to-results,
.flat-popup .flat-popup-header .flat-popup-nav .back-to-home {
	font-weight: 600;
	font-size: 8px;
	line-height: 10px;
	padding:6px 0 5px;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	color:#8E99AF;
	height: 44px;
	width:44px;
	margin-top: 5px;
	transition: color 0.2s;
	display:block;
}

.flat-popup .flat-popup-header .flat-popup-nav .back-to-results .text-container,
.flat-popup .flat-popup-header .flat-popup-nav .back-to-home .text-container {
	font-size: 8px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding-top: 24px;
	transition: color 0.2s;
}

.flat-popup .flat-popup-header .flat-popup-nav .back-to-results::before,
.flat-popup .flat-popup-header .flat-popup-nav .back-to-results::after,
.flat-popup .flat-popup-header .flat-popup-nav .back-to-home::before,
.flat-popup .flat-popup-header .flat-popup-nav .back-to-home::after {
	/*content:' ';
	background: #42474D;
	width:16px;
	height: 1px;
	position: absolute;
	transition: background 0.2s;
	display:none;*/
}

.flat-popup .flat-popup-header .flat-popup-nav .back-to-results::before,
.flat-popup .flat-popup-header .flat-popup-nav .back-to-home::before {
	transform: rotate(180deg);
	top:10px;
	left:11px;
	width:20px;
	height: 14px;
}

.flat-popup .flat-popup-header .flat-popup-nav .back-to-results::after,
.flat-popup .flat-popup-header .flat-popup-nav .back-to-home::after {
	transform: rotate(-45deg);
	top:16px;
	left:14px;
	display:none;
}

/*.flat-popup .flat-popup-header .flat-popup-nav .back-to-results:hover::before,
.flat-popup .flat-popup-header .flat-popup-nav .back-to-results:hover::after {
	background: var(--main-color);
}*/

.flat-color-button:hover {
	
}

.row-list-body .row-list-row .td-text {
	font-weight: 400;
}

.row-list-body .row-list-row .td-text.td-name {
	font-weight: 800;
}

.iframe3d-loader .loader-bottom-logos .loader-bottom-logos-inner .logo-item .logo.logo-project {
	  background-image: url(/images/illes/i6_logo_big.png);
	  width:100px;
	  height: 100px;
}

/*.iframe3d-loader .loader-top {
	bottom:0;
	top:auto;
	height: 62%;
}

.iframe3d-loader .loader-top .loader-top-container {
	top:6px;
	transform:translateX(-50%);
}

.iframe3d-loader .loader-top .loader-top-container .rotate-icon {
	width:82px;
	height: 72px;
}

.iframe3d-loader .loader-top .loader-top-container .rotate-text {
	padding-top: 17px;
	padding-bottom: 34px;
}

.iframe3d-loader .loader-bottom-logos {
	top:0;
	bottom:auto;
	height: 38%;
}

.iframe3d-loader .loader-bottom-logos .loader-bottom-logos-inner {
	position: absolute;
	bottom:28px;
	left:50%;
	transform:translateX(-50%);
}

.iframe3d-loader .loader-bottom-logos .loader-bottom-logos-inner .logo-item:nth-child(2) {
	display:none;
}

.iframe3d-loader .loader-bottom-logos2 {
	display:block;
	display: block;
	position: absolute;
	bottom: 19px;
	right: 0;
}

.iframe3d-loader .loader-bottom-logos2 .loader-bottom-logos-inner2 .logo-item {
	margin: 0 18px;
}

.iframe3d-loader .loader-bottom-logos2 .loader-bottom-logos-inner2 .logo-item .logo {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}

.iframe3d-loader .loader-bottom-logos2 .loader-bottom-logos-inner2 .logo-item .logo.logo-beyond {
  background-image: url(/images/bv-logo-loading.svg);
  width: 120px;
  height: 49px;
}*/

.fav-bar {
	height: 70px;
	bottom:-70px;
	transition:bottom 0.3s;
	box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.08);
}

.fav-bar.show {
	bottom:0;
}

.fav-bar .fav-list-first .fav-list-first-icon svg path {
	stroke:var(--main-color);
}

.fav-bar .fav-list-first .fav-list-first-icon .num {
	background:var(--main-color);
	width:14px;
	height: 14px;
	border-radius: 50%;
	color:#FFF;
	font-weight: 600;
	font-size: 9px;
	text-align: center;
	line-height: 13px;
	top: -7px;
	right: -6px;
	left:auto;
}

.fav-bar .fav-bar-buttons button {
	color: rgba(66, 71, 77, 0.8);
	padding:9px 15px;
	font-weight: 500;
	text-transform: none;
}

.fav-bar .fav-bar-buttons button.fav-offer {
	color: #FFF;
}

.has-fav-bar .ws-content-row-list {
	height: calc(100vh - 144px);
}

.has-fav-bar .right-content-list .flat-list {
  height: calc(100% - 102px);
}

.fav-bar .fav-bottom-list .item {
	border:0px none;
	margin-right: 3px;
	background:transparent;
}

.flat-compare .fc-header {
	padding:8px 10px 0;
	background:transparent;
	box-shadow: none;
	height: auto;
}

.flat-compare .fc-header .fc-header-inner {
	background:#FFF;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
	height: 64px;
}

.flat-compare .fc-content-outer {
	top:72px;
	height: calc(100% - 72px);
}

.flat-compare .fc-content {
	padding-top: 10px;
}

.flat-compare .fc-header-right {
	padding:13px 15px 12px 22px;
}

.flat-compare .fc-header-right::before {
	display:none;
}

.flat-compare .fc-header-right .flat-color-button {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	text-transform: none;
}

/*.flat-compare .back-to-results::before {
	display:none;
}

.flat-compare .back-to-results {
	width: 54px;
	height: 44px;
	border: 0px none;
	display: block;
	background: transparent;
	cursor: pointer;
	padding:0;
}

.flat-compare .back-to-results .icon-container {
	display: block;
}

.flat-compare .back-to-results .icon-container svg path {
	transition: stroke 0.2s;
}

.flat-compare .back-to-results:hover svg path {
  stroke: var(--main-color);
}

.flat-compare .back-to-results .text-container {
	color: #8E99AF;
	font-size: 8px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding-top: 4px;
	transition: color 0.2s;
}
*/

.back-to-results .icon-container,
.back-to-home .icon-container {
	display:none;
}

.flat-compare .fc-flats .item .flat-title {
	text-align: center;
	color:#42474D;
	font-weight: 800;
	font-size: 16px;
}

.flat-compare .fc-flats .item .flat-close::after,
.flat-compare .fc-flats .item .flat-close::before {
	top:5px;
}

.flat-compare .fc-flats .item .flat-sheet-download .flat-sheet-download-icon2 {
	display:none;
}

.flat-compare .fc-flats .item .flat-sheet-download {
	padding:10px 6px;
	font-weight: 500;
	font-size: 13px;
	text-transform: none;
	color:#42474D;
	text-align: center;
	padding-left: 48px;
}

.flat-compare .fc-flats .item {
	min-width: 240px;
}

.flat-modal .flat-modal-flats .flat-modal-flat-list {
	padding:20px;
}

.flat-modal .flat-modal-flats .flat-modal-flat-list .item {
	padding:5px;
}

.flat-modal .flat-modal-flats .flat-modal-flat-list .item .flat-title {
	color:#42474D;
	font-weight: 800;
	font-size: 16px;
}

.flat-modal-form .modal-ch {
	display:flex;
	float:left;
	width:50%;
	padding-right: 20px;
	margin-top: 15px;
}

.flat-modal-form .submit-container {
	float:right;
	width:50%;
	padding-left: 30px;
	margin-top: 15px;
}

.flat-modal {
	max-height: 557px;
}

.flat-modal-form .custom-checkbox-container {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
}

.flat-modal-form .custom-checkbox-label {
	line-height: 170%;
}

.flat-modal-form .custom-checkbox-text {
	display:block;
	float:left;
}

.flat-modal-form .custom-checkbox-label a {
	color: #42474D;
	text-decoration: none;
}

.custom-checkbox-container::after {
	border: 1px solid #EAECEE;
	width:24px;
	height: 24px;
	background-color: transparent;
}

.form-group {
	padding: 18px 0;
}

.req {
	color:#4B4852;
}

.custom-checkbox-container.checked::after {
	background-image: url(/images/check_grey.svg);
	background-color: transparent;
	border: 1px solid #EAECEE;
	background-size: 15px 12px;
}

.flat-compare .fc-header-right .flat-share {
	width:38px;
	height: 38px;
}

.flat-popup-image-datasheet .under-rooms-text {
	display:none;
}

.ws-header-filter-clear {
	padding: 16px 15px;
}

.clear-filters {
	color: #42474D;
	padding: 9px 15px;
	font-weight: 500;
	text-transform: none;
}

.has-fav-bar-body #rotate-compact {
	bottom:10px;
}

.has-fav-bar-body .ws-compass-identify {
	bottom:36px;
}

.has-fav-bar-body.compass-show_bottom #rotate-compact {
	bottom:80px;
}

@media screen and (max-width: 1099px) {
	.has-fav-bar .right-content-list .flat-list {
		height: auto;
	}
	
	.ws-content3d .right-content-list {
		height:auto;
		min-height: calc(100% - 355px);
	}
	
	.right-content-list .flat-list .flat-list-inner {
		padding-left:0;
	}
	
	.right-content-list .flat-list:not(.os-host-scrollbar-vertical-hidden) {
		padding-right: 0;
	}
	
	.right-content-list .results-header {
		height: 35px;
		position: sticky;
		top: 0px;
		z-index: 3;
		background: #EFF1F3;
	}
	
	.right-content-list .results-header .flat-results {
		padding-top: 10px;
		padding-left: 0;
	}
	
	.right-content-list .flat-list .item:hover {
		transform: scale(1);
	}
	
	.ws-header-filter-toggle-container {
		padding:5px 0 5px 18px;
	}
	
	.ws-header-filter-toggle-container .filter-toggle {
		padding:0;
		display:block;
		height: 54px;
		width:54px;
		padding-top: 4px;
		position: relative;
		outline: none;
		-webkit-tap-highlight-color: transparent;
	}
	
	.ws-header-filter-toggle-container .filter-toggle:after {
		content:' ';
		position: absolute;
		width: calc(100% + 2px);
		height: 3px;
		bottom:-1px;
		left: -1px;
		border-radius: 0 0 2px 2px;
		background: #8E99AF;
		opacity: 0;
		transition:opacity 0.2s;
	}
	
	.ws-header-filter-toggle-container .filter-toggle.active:after {
		opacity: 1.0;
	}
	
	.ws-header-filter-toggle-container .filter-toggle:not(.active):hover:after {
		opacity: 0.0;
	}
	
	.ws-header-filter-toggle-container .filter-toggle .filter-toggle-icon {
		border-right: 0px none;
	}
	
	.ws-header-filter-toggle-container .filter-toggle .filter-toggle-text {
		display:block;
		font-size: 8px;
		text-transform: uppercase;
		padding: 6px 0px 0 0px;
	}
	
	.ws-header-filter-toggle-container .filter-toggle:hover .filter-toggle-text,
	.ws-header-filter-toggle-container .filter-toggle.active .filter-toggle-text {
		color:#42474D;
	}
	
	.ws-header-filter-toggle-container .filter-toggle .filter-toggle-icon svg path {
		transition:stroke 0.2s;
	}
	
	.ws-header-filter-toggle-container .filter-toggle:not(.active):hover .filter-toggle-icon svg path {
		stroke:#A7ACB0;
	}
	
	.ws-header-filter-toggle-container .filter-toggle.active .filter-toggle-icon svg path {
		stroke: #42474D;
	}
	
	.ws-header-filter-toggle-container .filter-toggle .filter-toggle-text .num,
	.ws-header-filter-toggle-container .filter-toggle .filter-toggle-text .num-poi-map {
		display:none;
		background: #42474D;
		width:12px;
		height: 12px;
		top:-6px;
		right:-6px;
		font-weight: 600;
		font-size: 8px;
		color:#FFF;
		text-align: center;
		line-height: 12px;
		vertical-align: middle;
		position: absolute;
	}
	
	.ws-header-filter-toggle-container .filter-toggle.has-filter .filter-toggle-text .num {
		display:block;
	}
	
	.poi-map-opened .ws-header-filter-toggle-container .filter-toggle.has-filter .filter-toggle-text .num {
		display:none;
	}
	
	.ws-header-content3d .ws-header-filters-container,
	.ws-header-content3d .ws-header-other-container {
		visibility: hidden;
		display: flex;
		position: absolute;
		top:calc(100% + 1px);
		background:#FFF;
		width:100%;
		box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
		border-radius: 0 0 2px 2px;
		height: 90px;
		padding:12px 0;
		opacity: 0.0;
		transition: opacity 0.2s;
	}
	
	.ws-header-content3d .ws-header-filters-container.active,
	.ws-header-content3d .ws-header-other-container.active {
		animation: hideshow 0.2s forwards;
	}
	
	.ws-header-content3d .ws-header-filters-container.hide,
	.ws-header-content3d .ws-header-other-container.hide {
		animation: showhide 0.2s forwards;
	}
	
	.ws-header-filters-container .ws-header-filter-item:nth-child(3) {
		display:block;
	}
	
	.ws-header-filters-container .ws-header-filter-item::after {
		display:none;
	}
	
	.range-container {
		padding:2px 14px;
	}
	
	.room-container {
		padding:5px 14px;
	}
	
	.ws-header-content3d .ws-header-after-filter-space {
		width: calc(100% - 362px);
	}
	
	.row-list-row .td.td-action {
		display:flex;
	}
	
	.row-list-header .row-list-row .td.td-action {
		position: relative;
	}
	
	.row-list-body .row-list-row .td-name::before, .row-list-body .row-list-row .td-name::after, .row-list-body .row-list-row .td-action::before {
		display:none;
	}
	
	.row-list-body .row-list-row .td {
		background:#FFF;
	}
	
	.flat-popup .flat-popup-inner {
		padding:5px;
	}
	
	.flat-popup .flat-popup-header .flat-popup-tabs .tab-item {
		height: 58px;
	}
	
	.flat-popup .flat-popup-header .flat-popup-nav .back-to-results,
	.flat-popup .flat-popup-header .flat-popup-nav .back-to-home {
		margin-top: 0;
	}
	
	.flat-popup .flat-popup-basic-content .flat-popup-iframe-image-content,
	#flat_full_popup.flat-popup .flat-popup-basic-content .flat-popup-iframe-image-content,
	.has-fav-bar-body .flat-popup .flat-popup-basic-content .flat-popup-iframe-image-content,
	.has-fav-bar-body #flat_full_popup.flat-popup .flat-popup-basic-content .flat-popup-iframe-image-content,
	.flat-popup.has-similar .flat-popup-basic-content .flat-popup-iframe-image-content,
	#flat_full_popup.flat-popup.has-similar .flat-popup-basic-content .flat-popup-iframe-image-content,
	.has-fav-bar-body .flat-popup.has-similar .flat-popup-basic-content .flat-popup-iframe-image-content,
	.has-fav-bar-body #flat_full_popup.flat-popup.has-similar .flat-popup-basic-content .flat-popup-iframe-image-content{
		width:100%;
		height: 320px;
	}
	
	.has-fav-bar-body .flat-popup.has-similar .flat-popup-image-datasheet .flat-room-list,
	.flat-popup.has-similar .flat-popup-image-datasheet .flat-room-list {
		max-height: none;
	}
	
	.has-fav-bar-body .flat-popup.has-similar .flat-popup-basic-content .flat-popup-image-datasheet,
	.flat-popup.has-similar .flat-popup-basic-content .flat-popup-image-datasheet {
		height: auto;
	}
	
	.similar-flats {
		position: relative;
		top:0;
		height: auto;
	}
	
	.similar-flat-list {
		margin-left:0;
		margin-right: 0;
		padding-right: 0;
	}
	
	#flat_full_popup.pano-opened.flat-popup .flat-popup-basic-content .flat-popup-iframe-image-content {
		height: 100%;
	}
	
	.flat-popup.cordia-flat-popup .flat-popup-basic-content .flat-popup-image-datasheet {
		width:100%;
		height: auto;
		position: relative;
		border-top: 1px solid #EAECEE;
		border-left: 0px none;
	}
	
	.cordia-flat-popup .flat-popup-image-datasheet .flat-sheet-top {
		max-width: 490px;
		margin:0 auto;
	}
	
	.cordia-flat-popup .flat-popup-image-datasheet .flat-rooms {
		max-width: 490px;
		margin:0 auto;
	}
	
	.cordia-flat-popup .flat-popup-image-datasheet .flat-room-list {
		height: auto;
	}
	
	.flat-popup .flat-popup-content {
		height: calc(var(--viewport-height) - 68px);
		overflow: auto;
	}
	
	.has-fav-bar-body .flat-popup .flat-popup-content {
		height: calc(var(--viewport-height) - 138px);
	}
	
	.flat-popup .flat-popup-basic-content .flat-popup-image-datasheet {
		height: auto;
	}
	
	.has-fav-bar-body .flat-popup .flat-popup-basic-content .flat-popup-image-datasheet {
		height: auto;
	}
	
	.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;
	}
	
	.flat-popup .flat-popup-image-datasheet .amenities-basic-data {
		max-height: none;
	}

	.has-fav-bar-body .flat-popup .flat-popup-image-datasheet .amenities-basic-data {
		max-height: none;
	}
	
	.cordia-flat-popup .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-title .flat-title-right {
		display:none;
	}
	
	.flat-popup-image-datasheet .flat-rooms .flat-buttons {
		display:none;
	}
	
	.cordia-flat-popup .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-title {
		text-align: center;
		padding-top: 37px;
		padding-bottom: 25px;
	}
	
	.flat-buttons-before .flat-sheet-download {
		margin-left: 7px;
		margin-right: 6px;
		padding-left:41px;
		padding-right: 14px;
	}
	
	.flat-buttons-before .flat-sheet-download .flat-sheet-download-icon2 {
		left:5px;
	}
	
	.row-list-row .td.td-image {
		width: calc(13% - 4px);
	}
	
	.row-list-row .td.td-name {
		width: calc(15% - 6px);
	}
	  
	.row-list-row .td.td-size {
		width: calc(12% - 6px);
	}
	  
	.row-list-row .td.td-room {
		width: calc(12% - 6px);
	}
	  
	.row-list-row .td.td-floor {
		width: calc(12% - 6px);
	}
	  
	.row-list-row .td.td-orientation {
		width: calc(12% - 6px);
	}
	  
	.row-list-row .td.td-terrace {
		width: calc(12% - 6px);
	}
	  
	.row-list-row .td.td-garden {
		width: calc(12% - 6px);
	}
	  
	.row-list-row .td.td-action {
		width: 46px;
		padding-left: 0;
		padding-right: 0;
	}
	
	/*.iframe3d-loader .loader-top {
		height: 57%;
	}
	
	.iframe3d-loader .loader-bottom-logos {
		height: 43%;
	}
	
	.iframe3d-loader .loader-top .loader-top-container .rotate-icon {
		width: 72px;
		height: 62px;
	}
	
	.iframe3d-loader .loader-top .loader-top-container .rotate-text {
		padding-top: 10px;
		padding-bottom: 20px;
	}*/
	
	.flat-popup .flat-popup-image-datasheet .flat-room-list li {
		padding-top: 10px;
	}
	
	#flat_full_popup.pano-opened.flat-popup .flat-popup-basic-content .flat-popup-image-datasheet {
		display:none;
	}
	
	.flat-popup .flat-popup-basic-content .flat-popup-image-datasheet {
		position: relative;
		width:100%;
	}
	
	.flat-popup .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-title .flat-title-right {
		display:none;
	}
	
	#tooltippos {
		position: absolute;
		width: 100%;
		height: 0;
		top: -63px;
		left: 0;
	}
	
	.filter-button-select-container .item-list li button {
		margin-bottom: 5px;
		margin-top: 5px;
	}
	
	.has-fav-bar-body .ws-content3d {
		height: calc(var(--viewport-height) - 134px);
	}
}

@media screen and (max-width: 767px) {
	.ws-header {
		z-index: 4;
	}
	
	.ws-header-inner {
		height: 56px;
	}
	
	.ws-header .logo-container .logo {
		width:44px;
		height: 44px;
	}
	
	.ws-header-view-container {
		display:block;
		width:calc(100% - 140px);
	}
	
	.ws-header-view-list li a {
		height: 56px;
		whidth:60px;
	}
	
	.ws-header-view-list li a svg {
		width:22px;
		height: 22px;
	}
	
	.ws-header-view-list li a.garage-view svg {
		width: 26px;
		height: 26px;
		margin-top: -2px;
	}
	
	.ws-header-view-list li a.map-view svg {
		
	}
	
	.ws-header-view-list li a.gallery-view svg {
		width: 26px;
		height: 26px;
		margin-top: -2px;
	}
	
	.ws-header-view-list li a .text-container {
		margin-top: -1px;
	}
	
	.ws-header-view-list li a.list-view {
		display:none;
	}
	
	.ws-header-content3d .ws-header-filter-toggle-container {
		padding: 0;
	}
	
	.ws-header-filter-toggle-container .filter-toggle {
		border:0px none;
		height: 56px;
		width: 60px;
		padding: 10px 0 0 0;
		border-left: 1px solid #EAECEE;
	}
	
	.ws-header-filter-toggle-container .filter-toggle .filter-toggle-icon svg {
		width: 18px;
		height: 19px;
		position: relative;
		top: 4px;
	}
	
	.ws-header-content3d .ws-header-filter-toggle-container {
		width: 60px;
		padding-right: 0px;
		order: 1;
	}
	
	.ws-header-filter-toggle-container .filter-toggle .filter-toggle-text {
		display: flex;
		height: 20px;
		text-align: center;
		align-items: center;
		justify-content: center;
		transition: color 0.2s;
		padding-top: 0;
		color:#8E99AF;
	}
	
	.ws-header-filter-toggle-container .filter-toggle::after {
		bottom:0;
		left:0;
		width:100%;
		border-radius: 0;
	}
	
	.ws-header-filter-toggle-container .filter-toggle .filter-toggle-text .num,
	.ws-header-filter-toggle-container .filter-toggle .filter-toggle-text .num-poi-map {
		top: -4px;
		right: -4px;
	}
	
	.ws-content3d .left-content3d {
		height: 355px;
	}
	
	.ws-header-content3d .ws-header-filters-container,
	.ws-header-content3d .ws-header-other-container {
		height: 355px;
		top: calc(100% + 5px);
		display:block;
		padding:3px 5px;
	}
	
	.ws-header-filters-container .ws-header-filter-item:first-child::before {
		display:none;
	}
	
	.ws-header-filters-container .ws-header-filter-item,
	.ws-header-filters-container .ws-header-filter-item:nth-child(1),
	.ws-header-filters-container .ws-header-filter-item:nth-child(2),
	.ws-header-filters-container .ws-header-filter-item:nth-child(3) {
		width:100%;
		max-width: 100%;
	}
	
	.ws-header-filters-container .ws-header-filter-item {
		border-bottom:1px solid #EAECEE;
		padding-top: 26px;
		padding-bottom: 38px;
	}
	
	.range-container .range-size-value,
	.range-container .range-floor-value,
	.range-container .range-price-value {
		padding-bottom: 18px;
	}
	
	.ws-header-filters-container .ws-header-filter-item:last-child {
		border-bottom:0px none;
	}
	
	.range-container .range-size-value .range-label,
	.range-container .range-floor-value .range-label,
	.range-container .range-price-value .range-label {
		font-size: 14px;
	}
	
	.range-container .range-size-value .range-price-label,
	.range-container .range-floor-value .range-price-label,
	.range-container .range-price-value .range-price-label {
		font-size: 14px;
	}
	
	.range-container .range-size-value .range-limits,
	.range-container .range-floor-value .range-limits,
	.range-container .range-price-value .range-limits {
		font-size:16px;
	}
	
	.noUi-horizontal {
		height: 4px;
	}
	
	.noUi-horizontal .noUi-handle::after {
		border-width: 4px;
		width: 12px;
		height: 12px;
		top:5px;
		left:5px;
	}
	
	.room-container .room-text,
	.filter-button-select-container .item-text,
	.filter-select-list li label.custom-checkbox-label,
	.button-filter-container .label-text {
		font-size: 14px !important;
	}
	
	.right-content-list .results-header .flat-results {
		padding-left: 3px;
		padding-right: 3px;
	}
	
	.room-container,
	.button-filter-container {
		height: 45px;
		line-height: 34px;
	}
	
	.room-container .room-list,
	.uniq-button-list {
		float:right;
	}
	
	.flat-popup .flat-popup-content {
		height: calc(var(--viewport-height) - 101px);
	}
	
	.flat-popup .flat-popup-mobile-header .flat-basic-data .flat-title {
		font-size: 16px;
		margin-top: 0;
		padding-top: 9px;
		padding-bottom: 15px;
	}
	
	.flat-popup .flat-popup-mobile-header .flat-basic-data .flat-title span.first {
		font-size: 24px;
	}
	
	.flat-popup .flat-popup-header .flat-popup-tabs .tab-item {
		height: 38px;
	}
	
	.flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-main-info ul li {
		white-space: nowrap;
	}
	
	/*.flat-popup .flat-popup-basic-content .flat-popup-iframe-image-content {
		height: 320px;
	}*/
	
	.flat-popup-image-datasheet .flat-sheet-top .flat-buttons-before {
		padding-top: 13px;
		padding-bottom: 21px;
	}
	
	.cordia-flat-popup .flat-popup-image-datasheet .flat-rooms {
		padding:8px 10px;
	}
	
	.cordia-flat-popup .flat-popup-image-datasheet .flat-room-list li {
		padding-bottom: 12px;
		padding-top: 10px
	}
	
	.has-fav-bar-body .flat-popup .flat-popup-content {
		height: calc(var(--viewport-height) - 171px);
	}
	
	/*.presentation-illustration {
		width: 180px;
	}*/
	
	.right-content-list .flat-list .item .data-items .data-item:nth-child(odd),
	.mobile-selected-flat .item .data-items .data-item:nth-child(odd) {
		padding-left: 4px;
	}
	
	.right-content-list .flat-list .item .data-items .data-item:nth-child(even),
	.mobile-selected-flat .item .data-items .data-item:nth-child(even) {
		padding-right: 4px;
	}
	
	.flat-list .icon {
		margin-right: 2px;
	}
	
	.cordia-flat-popup .flat-popup-image-datasheet .flat-room-list {
		padding:0;
	}
	
	.iframe3d-loader .loader-bottom-logos .loader-bottom-logos-inner .logo-item .logo.logo-project {
		width: 70px;
		height: 70px;
	}
	/*
	.iframe3d-loader .loader-bottom-logos {
		height: 35%;
	}
	
	.iframe3d-loader .loader-top {
		height: 65%;
	}
	
	.iframe3d-loader .loader-top .loader-top-container .rotate-icon {
		width: 62px;
		height: 52px;
	}*/
	
	.ws-iframe-modal.hide-top-menu,
	.ws-video-modal.hide-top-menu {
		top: 61px;
		height: calc(100% - 61px);
	}

	.has-fav-bar-body .ws-iframe-modal.hide-top-menu .ws-static-iframe-container,
	.has-fav-bar-body .ws-video-modal.hide-top-menu .ws-video-container {
		bottom:57px;
		height: calc(100% - 57px);
	}
	
	.flat-modal-form .modal-ch {
		width:100%;
	}
	
	.flat-modal-form .submit-container {
		padding-top: 5px;
		margin-top:0;
	}
}

@media screen and (max-width: 479px) {
	.right-content-list .flat-list .item .data-items .data-item,
	.mobile-selected-flat .item .data-items .data-item,
	.similar-flats .similar-flat-list .item .data-items .data-item {
		font-size:10px;
	}
	
	.flat-popup .flat-popup-inner.amenities .flat-popup-image-datasheet .flat-sheet-top .flat-basic-data .flat-title span.first,
	.flat-popup .flat-popup-inner.amenities .flat-popup .flat-popup-mobile-header .flat-basic-data .flat-title span.first {
		font-size: 22px;
}
	
	.flat-popup .flat-popup-image-datasheet .amenities-basic-data ul {
		font-size: 12px;
	}

	.flat-popup .flat-popup-image-datasheet .amenities-basic-data ul li img {
		height: 35px;
		width: auto;
	}
}

@media screen and (max-width: 399px) {
	.similar-flats .similar-flat-list .item .image-container {
		width:calc(100% - 250px);
	}
	
	.similar-flats .similar-flat-list .item .data-container {
		width:250px;
	}
}

@media screen and (max-width: 339px) {
	.right-content-list .flat-list .item .data-items .data-item, .mobile-selected-flat .item .data-items .data-item {
		font-size:9px;
	}
}

@keyframes hideshow {
    0%   {opacity:0; visibility:hidden;}
    1%   {opacity:0.01; visibility:visible;}
    50%  {opacity:0.5; visibility:visible;}
    99%  {opacity:0.99; visibility:visible;}
    100% {opacity:1; visibility:visible;}
}

@keyframes showhide {
    0%   {opacity:1; visibility:visible;}
    1%   {opacity:0.99; visibility:visible;}
    50%  {opacity:0.5; visibility:visible;}
    99%  {opacity:0.01; visibility:visible;}
    100% {opacity:0; visibility:hidden;}
}