p,pre,div{
font-family: 'dejavu_sansbook';
}
#block{
	width: 1200px;
	height: 925px;
	margin:-200px auto;
	position: relative;
	border: 5px solid #48cdff;
	overflow: hidden;
	position: relative;
	z-index: 9;
	border-radius: 30px;
}

#search{
	width: 100%;
	height: 400px;
	margin-top: -50px;
	background-image: url(https://mone.ge/img/icons/bg-dott.png);
	
}
.search_border{
	width: 1200px;
	margin: auto;
	position: relative;
	
}
.container {
    max-width: 1600px;
    margin: 150px auto;
}

.cards{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    grid-gap: 90px;
    padding: 0 50px;
    margin-top: 50px;
    font-family: 'dejavu_sansbook1';
}
.card::before {
    content: "";
    height: 130px;
    width: 140px;
    position: absolute;
    top: -35px;
    left: -48px;
    z-index: -2;
    background-image: url(../img/icons/bg_red.png);
    
}
.card{
    position: relative;
    width: 100%;
    border: 1px solid #D0D2D1;
    box-shadow: 20px 20px 0 #D0D2D1;
    background-color: #fff;
      -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.card:hover{
    border: 1px solid #f4656b;
    box-shadow: 5px 5px 0 #f4656b;
}


.cards span {
    display: block;
}
.cards img {
    width: 100%;
    display: block;
}
.floor{
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
}
.img-content {
    width: 320px;
    margin: auto;
}
.text-content {
    padding: 0 10px 10px;
    color: #000;
}
.title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.details {
    display: flex;
    margin-top: 25px;

}
.details span {
    color: #f26669;
    font-weight: bold;
    font-size: 18px;
}
.price {
    padding: 0 10px;
    border-left: 1px solid #D0D2D1;
    border-right: 1px solid #D0D2D1;
    position: relative;
}
.price>b{
    font-family: "Regular";
    font-size: 15px;
    left: -3px;
    height: 120px;
    position: relative;
    
}
.area {
    padding-right: 10px;
}
.room {
    padding-left: 10px;
}

.earch_tr_color{
	width: 100%;
	height: 100%;
	position: relative;
	background-color: rgba(2, 7,80, 0.4);
}
.search {
    width: 1400px;
    height: 330px;
    margin-top: 100px;
    margin-left: -250px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.sell{
    width: 90px;
    height: 90px;
    background-color: #ecad06;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 10px 20px;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    top: 30px;
}
.sell pre {
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    width: 90px;
    height: 90px;
    text-align: center;
    position: absolute;
    font-size: 20px;
    color: #FFF;
    left: 0;
    top: 0;
    line-height: 5.5rem;
}
.rent{
    width: 80px;
    height: 80px;
    background-color: #020750;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 10px 20px;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    top: 95px;
    left: 85px;
}
.rent pre {
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    width: 80px;
    height: 80px;
    text-align: center;
    position: absolute;
    font-size: 16px;
    color: #FFF;
    left: 0;
    top: 0;
    line-height: 4.8rem;
}
.search-info{
	width: 1300px;
	margin: auto;
    list-style: none;
    text-align: center;
    margin-top: 0px;
    position: relative;
    
}
#dolari{
	position: absolute;
	right: 57px;
	width: 100px;
	height: 20px;
	top: 0;
	
	
}
#lari{
	position: absolute;
	right: 57px;
	width: 100px;
	height: 20px;
	top: 0;
	
	
}
.search-info-title{
	width: 1300px;
	margin: auto;
    list-style: none;
    text-align: center;
    margin-top: 0px;
    position: relative;
}
.search-info-title li{
	text-align: center;
	height: 40px;
	margin-top: 10px;
	position: relative;
	  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.search-info-title li:first-child div{
	 font-family: 'dejavu_sansbold';
	 color: #20201e;
	 width: 180px;
}
.search-info-title li div{
	display: inline-block;
	 width: 180px;
	border: 3px;
	color: #7b7a76;
	text-align: center;
	 font-family: 'bpg_nino_medium_capsregular';
	 font-weight: bold;
	 z-index: 999;
	 
}
.blur{
	 filter: blur(3px);
}
.search-info li{
	text-align: center;
	height: 40px;
	background-color: #edeae5;
	margin-top: 10px;
	position: relative;
	  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.search-info li a{
	height: 200px;
	padding: 10px;
}
.search-info li:hover{
	opacity: 0.8;
	transform:scale(0.99);
}
.search-info li:first-child{
	 background-color: transparent;
}
.search-info li:first-child:hover{
	opacity: 1;
	transform:scale(1);
}
.search-info li:first-child div{
	 font-family: 'dejavu_sansbold';
	 color: #20201e;
	 width: 180px;
}
.search-info li div{
	display: inline-block;
	 width: 180px;
	border: 3px;
	color: #7b7a76;
	text-align: center;
	 font-family: 'bpg_nino_medium_capsregular';
	 font-weight: bold;
	 z-index: 999;
	 
}
.search-info li div a{
	
	color: #7b7a76;
	
}
.search-info li div{
	margin-top: 13px;
}
.block{
    width: 25px !important;
    height: 25px !important;
    background-color: #418a6f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    top: -5px;
    left: 90px;
}
.block span{
	 width: 40px !important;
    height: 40px !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    
}
.fa-check{
	position: absolute;
	right: 20px;
	top: 10px;
	color: #418a6f;
}
.fa-times-circle{
	position: absolute;
	right: 20px;
	top: 12px;
	color: #fe7474;
}

.Space{
	width: 200px;
	height: 100px;
	position: absolute;
	left: 620px;
	top: 100px;
}

.slider_title{
	width: 100%;
	color: #01032c;
    text-align: center;
    font-family: 'dejavu_sansbook';
    font-weight: normal;
    font-family: "Regular2";
	font-size: 20px;
	width: 220px;
}
.Entrance{
	width: 200px;
	height: 100px;
	position: absolute;
	left: 335px;
	top: 100px;
}
.Rooms{
	width: 200px;
	height: 100px;
	position: absolute;
	right: 23px;
	top: 100px;
}
.kv{
	width: 200px;
	height: 100px;
	position: absolute;
	right: 300px;
	top: 100px;
}
.About_the_project{
    width: 200px;
    height: 15px;
    font-size: 17px;
    color: #fff;
    font-family: 'dejavu_sansbook';
    font-weight: normal;
    font-size: 19px;
    letter-spacing: 1.1px;
    text-align: right;
    padding: 10px;
    position: absolute;
    top: 73%;
    left: 58%;
    z-index: 9999;
    display: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.project_border {
    border-bottom: 1px solid #fff;
    width: 116px;
    position: absolute;
    bottom: -3px;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.project_border_left {
    border-left: 1px solid #fff;
    height: 60px;
    right: -4px;
    margin-top: 0px;
    position: absolute;
    bottom: -20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.search-info-backround{
	width: 92%;
	height: 100px;
	margin-left:5.4%;
	position: absolute;
	z-index: 9999;
	margin-top: 343px;
	box-shadow: none;
	display: none;
}
.search-info-loader{
	width: 80px;
	height: 50px;
	margin: auto;
	margin-top: -180px;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
   
}
.loader {
  color:  #00aeef;
  font-size: 8px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
 
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

input[type='range'] {
  width: 220px;
  height: 30px;
  cursor: pointer;
    outline: none;
}
input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
    background: none;
}
input[type='range']::-webkit-slider-runnable-track {
  width: 200px;
   height: 2px;
   background: #00aeef;
}

input[type='range']:nth-child(2)::-webkit-slider-runnable-track{
  background: none;
}

input[type='range']::-webkit-slider-thumb {
   -webkit-appearance: none;
  appearance: none;
 width: 1.9em;
 height: 1.9em;
 cursor: pointer;
 border-radius: 2px;
 border-radius: 50%;
  background-color: #00aeef;
  cursor: pointer;
  position: relative;
  z-index: 99999;
  margin-top: -12px;
}


input[type='range']:nth-child(1)::-webkit-slider-thumb{
  z-index: 2;
}

.rangeslider{
    position: relative;
    height: 60px;
    width: 220px;
    display: inline-block;
    margin-top: 5px;
    margin-left: 0px;
}
.rangeslider input{
    position: absolute;
}
.rangeslider{
    position: absolute;
}

.rangeslider span{
    position: absolute;
    margin-top: 30px;
    left: -14px;
    width: 50px;
    text-align: center;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
    
}

.rangeslider .right{
   position: relative;
   float: right;
   margin-right: -25px;
}
.rangeslider_dolari{
    position: relative;
    height: 60px;
    width: 220px;
    display: inline-block;
    margin-top: 5px;
    margin-left: 0px;
    display: none;
}
.rangeslider_dolari input{
    position: absolute;
}
.rangeslider_dolari{
    position: absolute;
}

.rangeslider_dolari span{
    position: absolute;
    margin-top: 30px;
    left: 0;
}

.rangeslider_dolari .right{
   position: relative;
   float: right;
   margin-right: -5px;
}
ul{
	list-style: none;
}
.Project{
	width: 200px;
	height: 30px;
	line-height: 30px;
	border-radius: 20px;
	background-color: #ffffff;
	text-align: center;
	margin-top: 120px;
	cursor: pointer;
}
.Project-ul{
	display: none;
}

.Project-ul>li{
	width: 200px;
	background-color: #ffffff;
	height: 30px;
	border-radius: 10px;
	border-top: 1px solid rgba(0,0,0,0.2);
}
.Project-ul>li:hover{
	color: #f5666c;
}

.faza{
    position: absolute;
    top: 5%;
    left: 3.0%;
    right: 10px;
    bottom: 10px;
    background-color: rgba(21,43,67, 0.7);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.close{
	background-color: rgba(252,62,57, 0.6);
}
.faza:hover{
   
    opacity: 1;
}
.floor_R{
	width: 140px;
	height: 40px;
	background-color: #fff;
	border-top-left-radius:40px;
	border-bottom-left-radius:40px;
	position: absolute;
	z-index: 9999;
	top: 30px;
	left: 30px;
	text-align: center;
	color: #00aeef;
	line-height: 45px;
	font-size: 16px;
	display: none;
	font-family: "Regular2";
	position: fixed;
	
}
.floor_R_namber{
	width: 70px;
	height: 40px;
	background-color:#00aeef;
	color: #fae499;
	border-radius: 40px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	position: absolute;
	margin-left: 140px;
	top: 0;
	font-family: "Regular2";
	
	
}
.floor_R img{
	position: absolute;
	left: 0px;
	top: 14px;
}
.ul1 {
    list-style: none;
    position: absolute;
    margin-left: 485px;
    z-index: 9999;
    width: 140px;
    margin-top:92px;
}

.ul1>li {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 1px solid #fff;
    margin: 2px;
    border-radius: 50%;
    float: left;
    font-family: "Regular";
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    line-height:25px;
}
.ul1>li:last-child {
    line-height: 24px;
    color: #fff;
    background-color: #00aeef;
}
.min7{
	z-index: 99999999999;
}
#Apartment{
	width: 100%;
	margin: auto;
}
.Apartment_title{
	width: 92%;
	margin-left: 4%;
	border-radius: 50px;
	margin-top: -50px;
	height: 100px;
	background-color: #fff;
	
}
.Apartment_title ul{
	width: 1500px;
	margin: auto;
}
.Apartment_title>ul>li{
	font-family: "Regular2";
	float: left;
	font-size: 20px;
	margin-top: 50px;
	color:#00aeef;
} 
.Apartment_title>ul>li:nth-child(1){
	margin-left: 215px;
} 
.Apartment_title>ul>li:nth-child(2){
	margin-left: 120px;
} 
.Apartment_title>ul>li:nth-child(3){
	margin-left: 160px;
	
}
.Apartment_title>ul>li:nth-child(4){
	margin-left: 225px;
	
} 
.Apartment_title>ul>li:nth-child(5){
	margin-left: 250px;
}
.Apartment_border{
	width: 1500px;
	margin: 5px auto;
}
.Apartment{
	width: 100%;
	margin: auto;
	height: 60px;
	background-color: #00aeef;
	border-bottom: 1px solid #fae499;
	position: relative;
	border-radius: 50px;
}
.Apartment:hover{
	background-color: #66d5ff;
}
.Apartment>ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.Apartment>ul>li{
	height: 40px;
	width: 40px;
	position: absolute;
	border-radius: 50%;
    display: flex;
    top: 7px;
    color: #fff;
}
.Apartment>ul>li>b{
	margin: auto;
	
}
.Apartment>ul>li:nth-child(1){
	width: 70px;
	background-size: 100% 100%;
	height: 50px;
	position: absolute;
	top: 5px;
	background-color: #fff;
	margin-left: 5px;
	border-radius: 30px;
	overflow: hidden;
}
.Apartment>ul>li:nth-child(2){
	left: 250px;
}
.Apartment>ul>li:nth-child(3){
	left: 500px;
}
.Apartment>ul>li:nth-child(4){
	left: 720px;
	border-radius: 50px;
	width: 90px;
}
.Apartment>ul>li:nth-child(5){
	left: 1000px;
	width: 100px;
	border-radius: 50px;
}
.Apartment>ul>li:nth-child(6){
	left: 1280px;
	width:190px;
	border-radius: 50px;
	    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
}
.armor{
	    border: 2px solid #ed977c!important;
	    color: #fff!important;
	    background-color: rgba(0,0,0,0.2)!important;
}
@media (max-width: 1600px) {
	.Apartment_title{
		width:96%;
		margin-left: 2%
	}
}
@media (max-width: 1520px) {
	.Apartment_border{
		width: 1400px;
	}
	.Apartment{
		width: 1400px;
	}
	.Apartment_title ul {
    width: 1400px;
    margin: auto;
}
	.Apartment_title>ul>li:nth-child(1) {
    margin-left: 153px;
}
.Apartment_title>ul>li:nth-child(2) {
    margin-left: 127px;
}
.Apartment_title>ul>li:nth-child(3) {
    margin-left: 131px;
}
	.Apartment>ul>li:nth-child(2) {
    left: 199px;
}
.Apartment_title>ul>li:nth-child(5) {
    margin-left: 209px;
}
.Apartment>ul>li:nth-child(2) {
    left: 185px;
}
.Apartment>ul>li:nth-child(3) {
    left: 434px;
}
.Apartment>ul>li:nth-child(4) {
    left: 641px;
	}
	.Apartment>ul>li:nth-child(5) {
    left: 918px;
	}
	.Apartment>ul>li:nth-child(6) {
    left: 1160px;
   
}
}
@media (max-width: 1500px) {

.Course_booking {
width: 380px;
height: 500px;
background-size: 390px 180px;
}
.text_Cont{
	width: 330px;
	height: 10px;
	margin-left: -7px;
}
.Course_booking_button{
	width: 330px;
	height: 30px;
}
.form {
    margin-top: 80px;
}
}
@media (max-width: 1450px) {
	.Apartment_border{
		width: 1300px;
	}
	.Apartment{
		width: 1300px;
	}
	.Apartment_title ul {
    width: 1300px;
    
}
	.Apartment_title>ul>li:nth-child(1) {
    margin-left: 90px;
}
.Apartment_title>ul>li:nth-child(2) {
    margin-left: 117px;
}
.Apartment_title>ul>li:nth-child(3) {
    margin-left: 161px;
}
.Apartment_title>ul>li:nth-child(4) {
    margin-left: 181px;
}
.Apartment_title>ul>li:nth-child(5) {
    margin-left: 209px;
}
.Apartment>ul>li:nth-child(2) {
    left: 155px;
}
.Apartment>ul>li:nth-child(3) {
    left: 390px;
}
.Apartment>ul>li:nth-child(4) {
    left: 590px;
	}
	.Apartment>ul>li:nth-child(5) {
    left: 822px;
	}
	.Apartment>ul>li:nth-child(6) {
    left: 1060px;
   
}
}

@media (max-width: 1350px) {

.search {
    width: 1200px;
    margin-left: -150px;
}
.Entrance{
	left: 245px;
}
.Space{
	left: 520px;
}
.ul1{
	margin-left: 380px;
}
.search-info-backround {
    width: 83%;
	}
.Space{
	left: 490px;
}
.kv{
	left: 732px;
}

}
@media (max-width: 1350px) {
	.Apartment_border{
		width: 1200px;
	}
	.Apartment{
		width: 1200px;
	}
	.Apartment_title ul {
   width: 1200px;
    
}
	.Apartment_title>ul>li:nth-child(1) {
    margin-left: 113px;
}
.Apartment_title>ul>li:nth-child(2) {
    margin-left: 107px;
}
.Apartment_title>ul>li:nth-child(3) {
    margin-left: 106px;
}
.Apartment_title>ul>li:nth-child(4) {
    margin-left: 171px;
}
.Apartment_title>ul>li:nth-child(5) {
    margin-left: 200px;
}
.Apartment>ul>li:nth-child(2) {
    left: 150px;
}
.Apartment>ul>li:nth-child(3) {
    left: 365px;
}
.Apartment>ul>li:nth-child(4) {
    left: 550px;
	}
	.Apartment>ul>li:nth-child(5) {
    left: 775px;
	}
	.Apartment>ul>li:nth-child(6) {
    left: 1000px;
   
}
}

@media (max-width: 1250px) {

.search {
    width: 800px;
     margin-left: -150px;
}
.search_border{
	 width: 800px;
}
.ul1{
	margin-top: 32px;
}
.Entrance{
	    top: 40px;
}
.Space{
	left: 245px;
	 top: 140px;
}
.kv{
	top: 40px;
	left: 578px;
}
.Rooms{
	 top: 140px;
	left: 578px;
	
}
.Apartment>ul>li:nth-child(1){
	display: none;
}
.Apartment_border{
		width: 1000px;
	}
	.Apartment{
		width: 1000px;
	}
	.Apartment_title ul {
   width: 1000px;
    
}
	.Apartment_title>ul>li:nth-child(1) {
    margin-left: 0px;
}
.Apartment_title>ul>li:nth-child(2) {
    margin-left: 90px;
}
.Apartment_title>ul>li:nth-child(3) {
    margin-left: 111px;
}
.Apartment_title>ul>li:nth-child(4) {
    margin-left: 145px;
}
.Apartment_title>ul>li:nth-child(5) {
    margin-left: 160px;
}
.Apartment>ul>li:nth-child(2) {
   left: 34px;
}
.Apartment>ul>li:nth-child(3) {
    left: 244px;
}
.Apartment>ul>li:nth-child(4) {
    left: 422px;
}
	.Apartment>ul>li:nth-child(5) {
    left: 620px;
	}
	.Apartment>ul>li:nth-child(6) {
   left: 838px;
   width: 134px;
   
}
#block{
	width: 1000px;
	height: 771px;
}
}

@media (max-width: 1050px) {
	.Apartment_border{
		width: 800px;
	}
	.Apartment{
		width: 800px;
	}
	.Apartment_title ul {
   width: 800px;
    
}
	.Apartment_title>ul>li:nth-child(1) {
    margin-left: 0px;
}
.Apartment_title>ul>li:nth-child(2) {
    margin-left: 80px;
}
.Apartment_title>ul>li:nth-child(3) {
    margin-left: 116px;
}
.Apartment_title>ul>li:nth-child(4) {
    margin-left: 151px;
}
.Apartment_title>ul>li:nth-child(5) {
   display: none;
}
.Apartment>ul>li:nth-child(2) {
   left: 34px;
}
.Apartment>ul>li:nth-child(3) {
    left: 244px;
}
.Apartment>ul>li:nth-child(4) {
    left: 422px;
}
	.Apartment>ul>li:nth-child(5) {
    left: 620px;
	}
	.Apartment>ul>li:nth-child(6) {
  display: none;
   
}
#block{
	width: 800px;
	height:617px;
}
.Apartment_title{
	width: 100%;
    margin-left: 0%;
}
}
@media (max-width: 900px) {
	
		
}
@media (max-width: 850px) {
	.loader {
  
    margin: 230px auto;
	}
	.Apartment_border{
		width: 620px;
	}
	.Apartment{
		width: 620px;
	}
	.Apartment_title ul {
  width: 620px;
    
}
	.Apartment_title>ul>li:nth-child(1) {
    margin-left: 0px;
}
.Apartment_title>ul>li:nth-child(2) {
    margin-left: 55px;
}
.Apartment_title>ul>li:nth-child(3) {
  margin-left: 43px;
}
.Apartment_title>ul>li:nth-child(4) {
      margin-left: 112px;
}
.Apartment_title>ul>li:nth-child(5) {
   display: none;
}
.Apartment>ul>li:nth-child(2) {
   left: 34px;
}
.Apartment>ul>li:nth-child(3) {
   left: 203px;
}
.Apartment>ul>li:nth-child(4) {
    left: 319px;
}
	.Apartment>ul>li:nth-child(5) {
    left: 488px;
	}
	.Apartment>ul>li:nth-child(6) {
  display: none;
   
}
#block{
	width: 600px;
	height:463px;
}
}
@media (max-width: 800px) {
	.search {
    height: 555px;
     margin-left: 00px;
     margin-top: 96px;
     height: 480px;
     width: 100%;
}
.search_border{
	 width: 380px;
}
		
#search{
	height: 550px;
}


.ul1{
	top: 32px;
	margin-left: 223px;
}
.Entrance{
	   left: 80px;
	   top: 70px;
}
.Space{
	 left: 80px;
	 top: 150px;
}
.kv{
	left: 80px;
	 top: 230px;
}
.Rooms{
	 left: 80px;
	 top: 320px;
}
.Project{
	margin-top: 10px;
	margin-left: 85px;
}
.Project-ul{
	z-index: 99999999;
	position: relative;
}
.Apartment_title{
   
    margin-top: 13px;
  
}
}

@media (max-width: 630px) {
	#block{
	width: 370px;
	height:285px;
}
.faza {
    left: 4.0%;
     bottom: 4px;
}
}
@media (max-width: 650px) {
	.Apartment_border{
		width: 400px;
		margin: -16px auto;
	}
	.Apartment{
		width: 400px;
	}
	.Apartment_title ul {
  width: 400px;
    
}
.Apartment_title>ul>li {
    font-size: 12px;
    margin-top: 28px;
	}
	.Apartment_title {
    height: 61px;
	}
	.Apartment_title>ul>li:nth-child(1) {
    margin-left: 0px;
}
.Apartment_title>ul>li:nth-child(2) {
   margin-left: 36px;
}
.Apartment_title>ul>li:nth-child(3) {
  margin-left: 51px;
}
.Apartment_title>ul>li:nth-child(4) {
    margin-left: 73px;
}
.Apartment_title>ul>li:nth-child(5) {
   display: none;
}
.Apartment>ul>li:nth-child(2) {
 left: 19px;
}
.Apartment>ul>li:nth-child(3) {
       left: 123px;
}
.Apartment>ul>li:nth-child(4) {
  left: 194px;
}
	.Apartment>ul>li:nth-child(5) {
   left: 304px;
	}
	.Apartment>ul>li:nth-child(6) {
  display: none;
   
}
.Apartment_title {
    margin-top: -5px;
}
}
@media (max-width: 420px) {
	#block{
	width: 340px;
	height:285px;
}
.search{
	width: 340px;
	margin:100px auto;
	overflow: hidden;
}
.Entrance,.Space,.kv,.Rooms{
    left: 55px;
}
.search_border {
    width: 100%;
}
.Apartment_border{
		width: 360px;
		overflow: hidden;
	}
	.Apartment {
    width: 360px;
    overflow: hidden;
}
.Apartment_title{
	 width: 360px;
	overflow: hidden;
	 margin: auto;
}
.Apartment_title>ul>li:nth-child(1) {
  margin-left: 17px;
}
.Apartment_title>ul>li:nth-child(2) {
  margin-left: 17px;
}
.Apartment_title>ul>li:nth-child(3) {
  margin-left: 25px;
}
.Apartment_title>ul>li:nth-child(4) {
  margin-left: 44px;
}
.Apartment>ul>li:nth-child(4) {
   left: 174px;
	}
.Apartment>ul>li:nth-child(5) {
   left: 264px;
	}
}