/* global */
header{
  position: relative;
   /* background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); */
   margin-bottom: 20px;
}
header .nav .social li a svg path {
    fill: #32B3E2;
    transition: all .2s;
}
header .nav .social li a svg circle {
    stroke: #32B3E2;
    transition: all .2s;
}
header .nav .social li a:hover svg path {
    fill: #518EB4;
    transition: all .2s;
}
header .nav .social li a:hover svg circle {
    stroke: #518EB4;
    transition: all .2s;
}
/* -- global */
*{
  outline: none!important;
}
main{
  position: relative;
  overflow: hidden;
}
#wrp-plan{
  overflow: auto;
  overflow-y: hidden;
  position: relative;
}
.wrapper-awards{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100%;
  overflow: hidden;
}
.awards{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
  /* width: 25%; */
  display: inline-flex;
  align-items: center;
}
.awards svg{
  width: 10vw;
}
.link-awards{
  display: block;
  cursor: pointer!important;
  width: 15vw;
}
.link-awards:after{
  content: '';
  position: absolute;
  z-index: -1;
  background: rgba(92, 175, 224, 0.6);
  filter: blur(50px);
  top: -25%;
  left: -25%;
  width: 150%;
  height: 150%;
}
.link-awards img{
  display: block;
}
.awards-only-mobile,
.awards-show-tablet{
  display: none;
}
@media screen and (max-width: 991px){
  .wrapper-awards{
    display: none;
  }
  .awards-show-tablet{
    display: flex;
  }
  .awards svg {
    width: 20vw;
  }
  .link-awards{
    width: 25vw;
  }
  .link-awards:after{
    /* display: none; */
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    filter: blur(30px);
  }
}
@media screen and (max-width: 768px){
  .awards{
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 110px 0 50px;
    background: linear-gradient(180deg, rgba(152, 200, 222, 0) 0%, #244E67 18%);
    margin-top: -80px;
  }
  .awards-only-mobile{
    display: block;
    text-align: center;
  }
  .awards-only-mobile svg{
    width: 90%;
  }
  .awards-only-desktop{
    display: none;
  }
  .link-awards{
    width: 80%;
  }
  .link-awards:after{
    display: none;
  }
}
.area-location{
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.area-location:hover{
  opacity: 1;
}
.name-location{
  pointer-events: none;
  stroke: 1px solid rgba(0,0,0,.3);
}
#wrapper-plan{
  /* overflow: auto; */
  position: relative;
  /* width: max-content; */
  width: 100%;
  /* max-width: max-content; */
  max-width: 100%;
}
#wrapper-plan > img{
  display: block;
  /* height: 100vh; */
  height: auto;
  /* width: auto; */
  width: 100%;
  /* max-width: none; */
  max-width: 100%;
  user-select: none
}
.buildings{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.buildings svg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.construction-stage{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.construction-stage svg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#stage1,
#stage2,
#stage3{
  transition: all .2s;
}
.opacity0{
  opacity: 0;
  transition: all .2s;
}
.stage_marker{
  cursor: pointer;
}
.item-build{
  cursor: pointer;
}
.item-build.sale path:first-child{
  opacity: 0;
  transition: all .3s;
}
.item-build.sale.active path:first-child,
.item-build.sale:hover path:first-child{
  opacity: 1;
}
.sale path:last-child,
.sale path.number{
  fill:#fff;
}
.sale path:first-child,
.sale path{
  fill:#1DFB00;
}
.booked path:last-child,
.booked path.number{
  fill:#fff;
}
.booked path:first-child,
.booked path{
  fill:#FBE600;
}
.sold path:last-child,
.sold path.number{
  fill:#fff;
}
.sold path:first-child,
.sold path{
  fill:#FF3300;
}
/* .sale.active path, */
.booked.active path,
.sold.active path{
  fill-opacity:.8!important;
}
.item-house-information{
  position: absolute;
  width: 1px;
  height: 1px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all .2s;
}
.item-house-information.active{
  opacity: 1;
  visibility: visible;
}
.item-house-information .wrapper-item-house-information{
  width: 222px;
  height: 260px;
  background: #fff;
  border-radius: 18px;
  position: absolute;
  bottom: 100%;
  left: -111px;
}
.item-house-information .wrapper-item-house-information .wrapper-item-house-information-close{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -14px;
  right: -14px;
  cursor: pointer;
  z-index: 999;
  transition: all .3s;
}
.item-house-information .wrapper-item-house-information .wrapper-item-house-information-close:hover{
  opacity: .8;
}
.item-house-information .wrapper-item-house-information .wrapper-item-house-information-close svg{
  width: 12px;
  height: 12px;
  position: relative;
}
.item-house-information .wrapper-item-house-information.item-house-information__bottom{
  top: 100%;
  bottom: auto;
}
.item-house-information .wrapper-item-house-information a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.item-house-information .wrapper-item-house-information img:not(.eoselya-object){
  max-width: 100%;
  aspect-ratio: 226 / 150;
  object-fit: cover;
  border-radius: 18px 18px 0 0;
}
.item-house-information .wrapper-item-house-information img.eoselya-object{
  position: absolute;
  right: 7px;
  top: 7px;
}
.item-house-information .wrapper-item-house-information .meta{
  padding: 5px 12px;
  position: relative;
}
.item-house-information .wrapper-item-house-information .meta p.name{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0px;
}
.item-house-information .wrapper-item-house-information .meta p.square{
  font-size: 14px;
  line-height: 22px;
}
.item-house-information .wrapper-item-house-information .meta p.square-area{
  font-size: 10px;
  line-height: 22px;
  margin-bottom: 3px;
}
.item-house-information .wrapper-item-house-information .meta p.price{
  color: #244E67;
  font-size: 14px;
  line-height: 22px;
}
.item-house-information .wrapper-item-house-information .meta p.price span{
  color: #32B3E2;
  font-size: 12px;
}
.item-house-information.sold .meta p,
.item-house-information.sold .meta p span,
.item-house-information.booked .meta p,
.item-house-information.booked .meta p span{
  color: #D9D9D9!important;
}
.item-house-information .wrapper-item-house-information .image{
  position: relative;
}
.item-house-information .wrapper-item-house-information .image .image-marker{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-house-information .wrapper-item-house-information .image .image-marker span{
  font-size: 16px;
  line-height: 35px;
  border-radius: 8px;
  padding: 0 10px;
}
.item-house-information.booked .wrapper-item-house-information .image .image-marker span{
  color: #3F3C3C;
  background: #FFEA00;
}
.item-house-information.sold .wrapper-item-house-information .image .image-marker span{
  color: #fff;
  background: #FF3300;
}
@media screen and (max-width: 1024px){
  #wrapper-plan{
    /* overflow: auto; */
    position: relative;
    width: max-content;
    max-width: max-content;
  }
  #wrapper-plan > img{
    display: block;
    height: 100vh;
    width: auto;
    max-width: none;
    user-select: none
  }
}

@media screen and (max-width: 767px) {

}
