body{
	margin: 0;
}
*:focus{
	outline: 1px solid #6e6e67;
}
.realestate-wrapper{
	direction: rtl;
	position: relative;
	min-height: 100vh;
	background: #f7f5f2;
	color: #6e6e67;
	font: 16px "Assistant", Arial, sans-serif;
}
.realestate-wrapper input[type="text"],
.realestate-wrapper input[type="email"],
.realestate-wrapper input[type="password"],
.realestate-wrapper input[type="tel"],
.realestate-wrapper input[type="number"],
.realestate-wrapper select{
	display: block;
	width: 100%;
	color: #6e6e67;
	font: 16px "Assistant", Arial, sans-serif;
	line-height: 100%;
	padding: 0 15px;
	height: 35px;
	box-sizing: border-box;
	border: none;
	margin: 0 0 20px;
}
.realestate-wrapper input::placeholder{
	color: #6e6e67;
	opacity: 1;
}
.realestate-wrapper input:focus::placeholder{
	opacity: 0.5;
}
.realestate-wrapper input[type='password']{
	direction: ltr;
	text-align: right;
}
.realestate-wrapper input[type="submit"]{
	background: #78947d;
	color: #fff;
	display: block;
	border: 0;
	height: 35px;
	font: 16px "Assistant", Arial, sans-serif;
	width: 150px;
	margin: 0 auto;
	cursor: pointer;
}
.realestate-wrapper input[type="submit"]:hover{color:#6e6e67;background:#ffffff;}
.realestate-wrapper a{
	color: #6e6e67;
	text-decoration: none;
}
.realestate-wrapper .btn{
	color: #6e6e67;
	border: 1px solid #6e6e67;
	font-size: 18px;
	padding: 0 27px;
	line-height: 36px;
	display: inline-block;
}
.realestate-wrapper .btn.dark{
	background: #6e6e67;
	color: #fff;
}
.realestate-wrapper .welcome-screen .btn{
	color: #fff;
	border: 1px solid #fff;
}
.realestate-wrapper img{
	max-width: 100%;
	vertical-align: top;
	height: auto;
}
.welcome-screen{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center center;
	position: relative;
	direction: rtl;
	color: #fff;
}
.welcome-screen:before,
div[data-step="select-apartment"]:before,
div[data-step="select-floor"]:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.65;
}
.welcome-screen > *{
	position: relative;
}
.welcome-screen .logo img{
	filter: brightness(0) invert(1);
}
.welcome-screen .login{
	display: flex;
	flex-direction: column;
	width: 275px;
	margin: 0 auto;
	position: relative;
}
.welcome-screen .search-bars{
	padding: 0 20px;
	width: 100%;
	box-sizing: border-box;
	max-width: 880px;
}
.welcome-screen .search-bars h2{
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 20px;
}
.welcome-screen .top-button{
	position: absolute;
	top: 35px;
	right: 35px;
}
.welcome-screen .search-bars .search-tabs-nav{
	text-align: center;
}
.welcome-screen .search-bars .search-tabs-nav ul{
	background: rgba(120,149,128,0.85);
	margin: 0 0 45px;
	padding: 0;
	list-style: none;
	display: inline-block;
	line-height: 36px;
	border-radius: 999px;
}
.welcome-screen .search-bars .search-tabs-nav ul li{
	display: inline-block;
	position: relative;
}
.welcome-screen .search-bars .search-tabs-nav ul li:before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background: #a4afab;
}
.welcome-screen .search-bars .search-tabs-nav ul li:first-child:before{
	display: none;
}
.welcome-screen .search-bars .search-tabs-nav ul a{
	color: #fff;
	padding: 0 30px;
}
.welcome-screen .search-bars .search-tabs-nav ul .ui-tabs-active{
	opacity: 0.7;
}
.welcome-screen .search-bars .selects-row{
	width: 100%;
	display: flex;
	gap: 15px;
}
.welcome-screen .search-bars .selects-row > div{
	width: 100%;
	position: relative;
}
.realestate-wrapper .select-holder{
	position: relative;
	margin: 0 0 20px;
}
.realestate-wrapper .select-holder:before{
	content: "";
	position: absolute;
	background: #fff;
	width: 30px;
	height: 100%;
	pointer-events: none;
	top: 0;
	left: 0;
	z-index: 1;
}
.realestate-wrapper .select-holder.disabled:before{
	display: none;
}
.realestate-wrapper .select-holder:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 12px;
	width: 8px;
	height: 8px;
	border: 2px solid #6e6e67;
	border-width: 0 0 2px 2px;
	transform: rotate(-45deg) translate(0,-50%);
	margin: -2px 0 0;
	pointer-events: none;
	z-index: 2;
}
.realestate-wrapper .select-holder select{
	margin: 0;
	-moz-appearance: none;
}
.realestate-wrapper .select-holder.disabled select{
	-webkit-appearance: none;
}
.realestate-wrapper .select-holder select::-ms-expand {
	display: none;
}
.select-rooms-number{
	max-width: 400px;
	margin: 0 auto;
}
.search-row{
	position: relative;
	max-width: 600px;
	margin: 0 auto;
}
.search-row input[type="text"]{
	padding: 0 40px 0 20px;
}
.search-row svg{
	width: 20px;
	position: absolute;
	top: 7px;
	right: 10px;
}
.search-row svg path{
	fill: #6e6e67;
}

.realestate-wrapper .logo{
	width: 100%;
	max-width: 250px;
	display: block;
}
.welcome-screen .logo{
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	top: 10%;
	width: 90%;
	max-width: 275px;
}
.realestate-wrapper{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.realestate-wrapper label{
	display: block;
	text-align: center;
	font-size: 24px;
	margin: 0 0 25px;
}
.selection-screen {
	box-sizing: border-box;
	width: 100%;
	min-height: 100vh;
	/*background: #f7f5f2;
	border: 36px solid #ede8e2;*/
	padding: 28px 30px;
	position: relative;
}
[data-step="select-floor"] .selection-screen{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.selection-screen .top-right{
	display: flex;
	position: absolute;
	right: 30px;
	top: 28px;
	align-items: self-start;
	gap: 40px;
	min-width: 50%;
}
.selection-screen .top-left{
	display: flex;
	position: absolute;
	left: 30px;
	top: 28px;
	align-items: self-start;
	gap: 6px;
}
.selection-content{
	max-width: 860px;
	margin: 0 auto;
	padding: 15px 20px;
	text-align: center;
	width: 100%;
}
.selection-content h1{
	font-size: 33px;
	font-weight: normal;
	margin: 0 0 10px;
}
.floors-list{
	max-width: 360px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column-reverse;
	position: relative;
}
.floors-list li{
	margin: 0 0 5px;
}
.floors-list a{
	display: block;
	background: #ffffff;
	color: #6e6e67;
	line-height: 25px;
}
.floors-list a:hover{
	background: #78947d;
	color: #fff;
}
.note{
	max-width: 1200px;
	font-size: 12px;
	margin: -15px 0 0;
}
.note p{
	margin: 0;
}
.select-apartment-block,
.select-building-block{
	margin: 0 auto 20px;
}
.select-apartment-block h1,
.select-building-block h1{
	margin: 0 0 20px;
}
.select-floor-block + .note{
	transform: translate(0,-100%);
}
@media all and (max-width: 1580px) {
	.select-floor-block + .note{
		transform: none;
		margin: 0;
	}
}
.single-apartment{
	display: flex;
	box-sizing: border-box;
	width: 100%;
	min-height: 100vh;
	background: #f7f5f2;
	border: 36px solid #ede8e2;
}
.single-apartment .apartment-sidebar{
	width: 334px;
	background: #ede8e2;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 30px 0 30px 30px;
	justify-content: space-between;
}
.single-apartment .apartment-sidebar .logo{
	margin: 0 auto 20px;
}
.apartment-sidebar .apartment-info strong{
	display: block;
	font-size: 115px;
	margin: 0 0 25px;
	font-weight: normal;
	line-height: 0.75;
}
.apartment-sidebar .apartment-info span.valid-floors{
	display: block;
	font-size: 30px;
}
.apartment-sidebar .apt-details{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 28px;
}
.apartment-sidebar .apt-details li{
	padding: 22px 0;
	position: relative;
}
.apartment-sidebar .apt-details li:after{
	content: "";
	width: 125px;
	height: 1px;
	background: #b4bdac;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.apartment-sidebar .apt-details li:last-child:after{
	display: none;
}
.apartment-sidebar .apt-details strong{
	display: block;
	font-size: 20px;
	font-weight: 600;
}
.apartment-sidebar .apt-details .square-meters strong:after,
.apartment-sidebar .apt-details .baclony-area strong:after{
	content: ' מ"ר';
}
.apartment-sidebar .apt-details{
	font-size: 18px;
}
.apartment-sidebar .location{
	width: 120px;
}
.apartment-sidebar .location .compass-location{
	margin: 0 0 15px;
	direction: ltr;
	font-size: 18px;
	display: flex;
    flex-direction: column-reverse;
    align-content: center;
    flex-wrap: wrap;
}
.apartment-sidebar .location .compass-location:before{
	content: "";
	width: 20px;
	height: 14px;
	background: url("images/navigation.webp") no-repeat 0 0 / contain;
	/*display: inline-block;
	vertical-align: middle;
	margin: -2px 6px 0 0;*/
}
.apartment-content-area{
	position: relative;
	padding: 28px;
	box-sizing: border-box;
	width: calc(100% - 334px);
}
.apartment-navbar{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 45px;
}
.apartment-navbar .apt-menu{
	display: flex;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.apartment-content-area .apartment-plan{
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 0 40px 184px;
}
.apartment-content-area .apartment-plan img{
	max-height: 75vh;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}
.apartment-content-area .floor-plan-img{
	position: absolute;
	bottom: 28px;
	left: 28px;
	width: 180px;
	padding: 10px;
	background: #fff;
}
.apartment-content-area .note{
	position: absolute;
	bottom: 28px;
	right: 28px;
}
.search-results-popup{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
	display: none;
}
.search-results-popup .popup-overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.5;
	background: #0c0c0c;
	z-index: -1;
}
.search-results-popup .popup-content{
	position: relative;
	background: #fff;
	padding: 40px 20px 20px;
	width: 90%;
	max-width: 740px;
	box-sizing: border-box;
	border-radius: 10px;
	color: #6e6e67;
}
.search-results-popup .popup-content a{
	color: #6e6e67;
}
.search-results-popup .popup-content .close{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	border-radius: 5px;
	cursor: pointer;
}
.search-results-popup .popup-content .close:hover{
	box-shadow: 0 0 4px #6e6e67;
}
.search-results-popup .popup-content .close:before,
.search-results-popup .popup-content .close:after{
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	top: 14px;
	left: 5px;
	background: #000;
	transform: rotate(45deg);
	border-radius: 999px;
}
.search-results-popup .popup-content .close:after{
	transform: rotate(135deg);
}
.search-results-popup .popup-content h3{
	color: #6e6e67;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	margin: 0 0 30px;
}
.search-results-popup .popup-content .results ul{
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: calc(95vh - 130px);
	overflow: auto;
}
.search-results-popup .popup-content .results ul li{
	border-bottom: 1px solid #ccc;
}
.search-results-popup .popup-content .results ul li:first-child{
	border-top: 1px solid #ccc;
}
.search-results-popup .popup-content .results ul a{
	display: block;
	padding: 7px 10px 7px 30px;
	position: relative;
}
.search-results-popup .popup-content .results ul a:after{
	content: "";
	position: absolute;
	top: 13px;
	left: 15px;
	width: 7px;
	height: 7px;
	border: 2px solid #6e6e67;
	border-width: 0 0 2px 2px;
	transform: rotate(45deg);
}
.search-results-popup .popup-content .results ul a:hover{
	background: #f1f1f1;
}
svg polygon{
	fill: transparent;
}
svg .can-be-hovered{
	cursor: pointer;
}
svg .can-be-hovered:hover{
	fill: #daddd6;
	opacity: 0.5;
}
.apartment-sidebar svg{
	pointer-events: none;
}
.apartment-sidebar svg .selected,
.apartment-sidebar svg .selected polygon{
	fill: #78947d;
}
.apartment-sidebar svg .selected text{
	fill: #ffffff;
}
svg text{
	transform: translateY(15px);
}
svg .type{
	font-size: 58px;
	pointer-events: none;
}
.apartment-sidebar svg .type{
	font-size: 70px;
	margin: 0 0 5px;
}
svg .rooms{
	text-transform: uppercase;
	font-size: 15px;
	opacity: 0.9;
	pointer-events: none;
}
.apartment-sidebar svg .rooms {
	font-size: 20px;
}
svg .status{
	pointer-events: none;
	padding: 5px 10px;
}
.apartment-sidebar svg .status {
	display: none;
}
svg .free .status,svg .Free .status{
	display: none;
}
svg .booked,
svg .busy {
	pointer-events: none;
}
svg .booked polygon,
svg .busy polygon{
	fill: #c9cfc2;
}
svg :not(.free):not(.Free) .status{
	fill: #c10000;
	font-weight: bold;
}
svg .busy .status{
	fill: #c10000;
	font-weight: bold;
	display: block;
}
@media all and (max-width: 1400px){
	.selection-content{
		padding: 60px 20px 15px;
	}
	.selection-screen .top-right{
		min-width: 60%;
	}
	.single-apartment{
		border-width: 20px;
	}
	.single-apartment .apartment-sidebar{
		width: 250px;
		padding: 20px 0 30px 20px;
	}
	.apartment-sidebar .apartment-info strong{
		font-size: 110px;
		margin: 0 0 20px;
		line-height: 0.75;
	}
	.apartment-sidebar .apartment-info span.valid-floors{
		font-size: 26px;
	}
	.apartment-sidebar .apt-details li{
		padding: 20px 0;
	}
	.apartment-sidebar .apt-details strong{
		font-size: 18px;
	}
	.apartment-content-area{
		padding: 20px;
		width: calc(100% - 200px);
	}
	.apartment-navbar{
		margin: 0 0 40px;
	}
	.apartment-content-area .apartment-plan{
		max-width: 1150px;
		padding: 0 0 40px 120px;
	}
	.apartment-content-area .floor-plan-img{
		bottom: 20px;
		left: 20px;
		width: 120px;
		padding: 7px;
	}
	.apartment-content-area .note{
		bottom: 20px;
		right: 20px;
	}
}
@media all and (max-width: 980px){
	.selection-screen{
		border-width: 20px;
	}
	.selection-screen .top-right{
		position: static;
		margin: 0 auto 20px;
		justify-content: center;
		flex-wrap: wrap;
	}
	.selection-screen .top-left{
		position: static;
		align-items: center;
		width: 100%;
		justify-content: center;
	}
	.selection-content {
		padding: 15px 0 15px;
	}
	.single-apartment{
		border-width: 20px;
		flex-direction: column-reverse;
	}
	.apartment-content-area .apartment-plan img{
		max-height: none;
	}
	.single-apartment .apartment-sidebar{
		width: 100%;
		flex-direction: row;
		box-sizing: border-box;
		justify-content: space-around;
	}
	.apartment-sidebar .apartment-info strong{
		font-size: 110px;
		margin: 0 0 20px;
		line-height: 0.75;
	}
	.apartment-sidebar .apartment-info span{
		font-size: 22px;
	}
	.apartment-sidebar .apt-details li{
		padding: 20px 0;
	}
	.apartment-sidebar .apt-details strong{
		font-size: 18px;
	}
	.apartment-content-area{
		padding: 20px;
		width: 100%;
	}
	.apartment-content-area .logo{
		margin: 0 auto 20px;
	}
	.apartment-navbar{
		margin: 0;
		padding: 15px;
	}
	.apartment-content-area .apartment-plan{
		padding: 0 0 40px 120px;
	}
	.apartment-content-area .floor-plan-img{
		bottom: 20px;
		left: 20px;
		width: 120px;
		padding: 7px;
	}
	.apartment-content-area .note{
		bottom: 20px;
		right: 20px;
	}
	.selection-screen .note{
		margin-bottom: 20px;
	}
	.selection-screen .btn{
		display: block;
		width: 100%;
		box-sizing: border-box;
		margin: 9px 0 0;
		text-align: center;
	}
}
@media all and (max-width: 767px){
	.realestate-wrapper .btn{
		padding: 0 20px;
	}
	.single-apartment .apartment-sidebar{
		width: 100%;
		padding: 20px 20px 30px 20px;
		flex-direction: row;
		box-sizing: border-box;
	}
	.apartment-sidebar .apartment-info strong{
		font-size: 110px;
		margin: 0 0 20px;
		line-height: 0.75;
	}
	.apartment-sidebar .apartment-info span{
		font-size: 22px;
	}
	.apartment-sidebar .apt-details li{
		padding: 20px 0;
	}
	.apartment-sidebar .apt-details strong{
		font-size: 18px;
	}
	.apartment-content-area{
		padding: 20px;
		width: 100%;
	}
	.apartment-content-area .logo{
		margin: 0 auto 20px;
	}
	.apartment-content-area .apartment-plan{
		padding: 0 0 160px 0;
	}
	.apartment-content-area .floor-plan-img{
		bottom: 20px;
		left: 20px;
		width: 120px;
		padding: 7px;
	}
	.apartment-content-area .note{
		bottom: 20px;
		right: 20px;
		width: calc(100% - 200px);
	}
	.welcome-screen .top-button{
		top: 10px;
		right: 10px;
	}
}
@media all and (max-width: 620px){
	.single-apartment{
		border-width: 10px;
	}
	.apartment-navbar{
		flex-direction: column;
	}
	.apartment-navbar .apt-menu{
		flex-wrap: wrap;
		width: 100%;
		gap: 0;
	}
	.apartment-navbar .apt-menu li{
		width: 100%;
	}
	.apartment-navbar .btn{
		width: 100%;
		box-sizing: border-box;
		margin: 0 0 9px;
		text-align: center;
	}
	.welcome-screen .search-bars .selects-row{
		flex-direction: column;
		gap: 0;
	}
	.apartment-sidebar .apartment-info strong{
		font-size: 75px;
		margin: 0 0 10px;
	}
	.apartment-sidebar .apartment-info span.valid-floors{
		font-size: 24px;
		margin: 0 0 20px;
	}
	.apartment-sidebar .location .compass-location{
		font-size: 16px;
		margin: 0 0 5px;
	}
}
@media all and (max-width: 480px){
	.selection-screen{
		padding: 20px 15px;
	}
	.selection-screen,
	.single-apartment {
		border-width: 10px;
	}
	.apartment-content-area {
		padding: 20px 10px;
	}
	.realestate-wrapper .btn {
		padding: 0 10px;
	}
	.welcome-screen .search-bars .search-tabs-nav ul a{
		padding: 0 15px;
	}
}

div[data-step="select-floor"],
div[data-step="select-apartment"]{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
div[data-step="select-apartment"]{padding:0;}
div[data-step="select-apartment"] .innershikselection{padding: 28px 30px;}

div[data-step="select-floor"] h1,
div[data-step="select-apartment"] h1,
div[data-step="select-floor"] .btn,
div[data-step="select-apartment"] .btn,
div[data-step="select-floor"] .note,
div[data-step="select-apartment"] .note{
	color:white;
	border-color:white;
}

/*@media all and (min-width: 767px){
	div[data-step="select-apartment"] .innershikselection,
	div[data-step="select-floor"] .selection-screen{
		background: #000000a6;
	}
}*/
div[data-step="select-apartment"] .innershikselection,
div[data-step="select-floor"] .selection-screen,
.btn{
	position:relative;
	z-index:22;
}


.apartment-sidebar .apt-details li.free,
.apartment-sidebar .apt-details li.Free
{display:none;}
.apartment-sidebar .apt-details li.status{
	color:#c10000;
	font-weight:bold;
}

/* s adjustments */

svg .type,
.apartment-sidebar .apartment-info strong,
.compass-location{
	font-family: "Gothic A1", sans-serif;
	font-weight: 100!important;
}

.floor-plan-img svg text,
.location-on-floor svg text,
.map svg text{fill:#5e5e57;}

.single-apartment .apartment-sidebar,
.single-apartment .apartment-content-area{
	background:white!important;
}
.single-apartment{
	background-image: url(images/appback.webp);
	background-repeat:no-repeat!important;
	background-size:cover;
    border:0!important;
	padding:36px;
}

.location{
	display: flex;
    flex-direction: column-reverse;
}
.realestate-wrapper .btn:hover{
	background-color:#77937d;
	border-color:#77937d;
	color:#ffffff;	
}
div[data-step="select-floor"] .btn:hover,
div[data-step="select-apartment"] .btn:hover{
	background-color:#ffffff;
	border-color:#ffffff;
	color:#5e5e57;
}

.compass-location.E:before{
	transform: rotate(-40deg);
    margin-right: 25px;
}
.compass-location.W:before{
	transform: rotate(225deg);
    margin-left: 25px;
}
.compass-location.N:before{}
.compass-location.S:before{}


@media all and (min-width: 980px){
	.selection-screen{justify-content: center!important;}
	.selection-screen .note{
		position: absolute;
		bottom: 10px;
	}
}

@media all and (min-width: 980px) and (min-height: 730px){
	.selection-screen .floors-list a{
		line-height: 40px;
		font-size: 20px;
	}
}

/* garden */
svg .garden .status{
	display: none;
}
.apt-details.garden .status{display: none;}
.apt-details.garden .baclony-area span{font-size:0px;}
.apt-details.garden .baclony-area span:after{
	content:'חצר פרטית';
	font-weight:400;
	font-size:18px;
}