#map {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

path:hover, circle:hover {
  stroke-linejoin: round;
  fill: rgba(228,161,170,0.5) !important;
  cursor: pointer;
  -webkit-text-decoration-skip: objects;
    transition: all .15s ease-in-out;
}

/*path:hover, circle:hover {
  stroke-linejoin: round;
  fill: rgba(228,161,170,0.5) !important;
  cursor: pointer;
  -webkit-text-decoration-skip: objects;
    transition: all .15s ease-in-out;
}*/

path.sold:hover, circle:hover {
  stroke-linejoin: round;
  fill: rgba(228,161,170,0.5) !important;
  cursor: pointer;
  -webkit-text-decoration-skip: objects;
    transition: all .15s ease-in-out;
}

path:reservation, circle:hover {
  stroke-linejoin: round;
  fill: rgba(228,161,170,0.5) !important;
  cursor: pointer;
  -webkit-text-decoration-skip: objects;
    transition: all .15s ease-in-out;
}

path.free:hover, circle:hover {
  stroke-linejoin: round;
  fill: rgba(200,225,188,0.5) !important;
  cursor: pointer;
  -webkit-text-decoration-skip: objects;
    transition: all .15s ease-in-out;
}



#path67 {
  fill: none !important;
  stroke: #A9A9A9 !important;
  cursor: default;
}

#info-box {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  padding: 0;
  padding-bottom: 34px;
  margin-top: -10px
}


#info-box div{

  position: relative;
}



.detail {
  position: relative;
  margin-top: 0px;
}

@media only screen and (max-width: 768px) {
  .detail {
    margin-top: 0px;
  }
}

.detail.left {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

.detail.right {
  margin-top: 57px;
  position: relative;
  z-index: 2;
}

.detail.left img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 1050px;
}

.detail.left.appar img {
  max-width: 100%;
  margin-right: 0;
}

.detail.right {
  position: absolute;
  top: 0px;
  left: 25px;
  z-index: 9;
}

.detail .apparment-detail-over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  text-align: center; }

.detail-info {
  font-size: 3rem;
  position: absolute;
  /* color: #FFFFFF; */
  color: #070a0f;
  left: 0px;
  top: -75px;
  z-index: 99;
  font-weight: 400;
  /* background-color: rgba(5, 10, 15, 0.5); */
  margin-right: 0px;
  margin-left: 0px;
  /* margin-left: 10px; */
  padding: 1rem 1rem 1rem;
  /* padding-left: 60px; */
  width: 100%;
  display: block;
}

@media only screen and (max-width: 768px) {
  .detail-info {
    font-size: 2rem;
    position: absolute;
    color: #070a0f;
    left: 0px;
    top: -75px;
    z-index: 99;
    font-weight: 400;
    /* background-color: rgba(5, 10, 15, 0.5); */
    margin-right: 0px;
    margin-left: 0px;
    /* margin-left: 10px; */
    padding: 1rem 1rem 1rem;
    /* padding-left: 60px; */
    width: 100%;
    display: block;
  }
}

.flats-info {
    font-size: 22px;
    position: absolute;
    color: #FFFFFF;
    left: 0px;
    top: 10px;
    z-index: 99;
    font-weight: 400;
    background-color: rgba(5, 10, 15, 0.5);
    margin-right: 0px;
    margin-left: 0px;
    background-image: url(../../img/ico-info.svg);
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: 20px 20px;
    margin-left: 10px;
    padding: 1rem 1.5rem 1rem;
    padding-left: 80px;
}

@media only screen and (max-width: 768px) {
  .flats-info {
      display: none
  }
  }
.tooltip-status-sold {
  background: #ec4d4d;
  font-size: 12px!important;
  color: #fff;
  padding: 5px 10px!important;
  text-align: center;
  margin-top: 10px
}

.tooltip-status-free {
  background: #DDDCD7;
  font-size: 12px!important;
  padding: 5px 10px!important;
  text-align: center;
  margin-top: 10px
}

.tooltip-status-reservation {
  background: #1797db;
  font-size: 12px!important;
  color: #fff;
  padding: 5px 10px!important;
  text-align: center;
}

.tooltip-status-comming {
  background: #2b323e;
  font-size: 12px!important;
  color: #fff;
  padding: 5px 10px!important;
  text-align: center;
}

.apparment.floor .container {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}

.tooltip-mobile {
  display: none
}


@media only screen and (max-width: 768px) {
.tooltip-mobile {
  font-size: 10px!important;
  color: #fff;
  width: 90px;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}
}

.tooltip-head {

}

.tooltip-head .tooltip-text {

}

.tooltip-head .tooltip-title {

}



.tooltip-text {
	padding: 10px 10px!important;
	font-size: 14px!important;
	font-weight: 600;
  text-align: left;
  background-color: #ffffff;
}

.tooltip-title {
  padding: 10px 10px!important;
font-size: 40px!important;
line-height: 1;
    font-weight: 500;
    background-color: #ffffff;
}

.tooltip-link {
    color: #E4A1AA;
}

.tooltip-free {
  color: #009f15;
}

.tooltip-sold {
  color: #c40000;
}






