body.blured {
  position: relative;
}

body.blured:before {
  content: '';
  display: block;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.25);
}

.page-apartment-cnt {
  position: relative;
}

.page-apartment-cnt .floor-plan-photo {
  background-color: #ffffff;
}

.page-apartment-cnt .floor-plan-photo.opened {
  z-index: 101;
  border-radius: 10px;
  overflow: hidden;
}

.page-apartment-cnt .floor-plan-photo:not(.opened) {
  cursor: pointer;
}

.page-apartment-info {
  position: relative;
  z-index: 101;
}

.page-apartment-price {
  position: relative;
}
.newApartmentPage .favorite-heart {
  position: relative;
  top: unset;
  right: unset;
}
.newApartmentPage .download-layout-href {
  align-items: center;
  gap: 24px;
}
.discountWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.discountWrap .discountPercent {
  font-weight: 400;
  font-size: 26px;
  line-height: 100%;
  color: #754ABC;
  opacity: 0.5;
}

.newApartmentPage .page-apartment-floor {
  justify-content: center;
}

.newApartmentPage .page-apartment-floor img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
}
.newApartmentPage .page-apartment-info .comme-line-info p {
  color: #1A1A1A;
  font-weight: 400;
  font-size: 15px;
}
.newApartmentPage .page-apartment-info .comme-line-info span {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  text-align: right;
  color: #1A1A1A;
}

.newApartmentPage .moreInfoObject {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: -20px;
}
.newApartmentPage .moreInfoObject .moreInfoObjectItem {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newApartmentPage .moreInfoObject .moreInfoObjectItem .moreInfoObjectItemLabel {
  color: #1A1A1A;
  font-weight: 400;
  font-size: 13px;
}
.newApartmentPage.reserveApartmentPage .moreInfoObject .moreInfoObjectItem .moreInfoObjectItemLabel {
  color: #4F4F4F80;
}

.newApartmentPage .moreInfoObject .moreInfoObjectItem .btn {
  height: 36px;
  display: flex;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
  font-weight: 600;
}
.newApartmentPage.reserveApartmentPage .moreInfoObject .moreInfoObjectItem .btn {
  background: #D6D6D6;
  border-color: #D6D6D6;
  color: #fff;
}

.newApartmentPage .facingLabel {
  height: 36px;
  display: flex;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
  font-weight: 400;
  gap: 8px;
  border-radius: 24px;
  background: #fff;
  color: #2F2E2E;
}
.newApartmentPage .facingLabel .labelFacing {
  width: 16px;
  height: 16px;
  border-radius: 16px;
}
.newApartmentPage .facingLabel .labelFacing.dark{
  background: #8C8B89;
}
.newApartmentPage .facingLabel .labelFacing.light{
  background: #D1DED0;
}

.newApartmentPage .facingLabel .textFacing {
  color: #2F2E2E;
  font-weight: 600;
}
.newApartmentPage.reserveApartmentPage .moreInfoObject .moreInfoObjectItem .facingLabel .textFacing {
  color: #4F4F4F80;
}
.newApartmentPage .page-apartment-price del {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-decoration: line-through;
  color: #686868;
  opacity: 1;
}
.newApartmentPage.reserveApartmentPage .page-apartment-price del {
  color: #4F4F4F80;
}
.newApartmentPage .page-apartment-price strong {
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  text-align: left;
  color: #754ABC;
}
.newApartmentPage.reserveApartmentPage .page-apartment-price strong {
  color: #4F4F4F80;
  font-size: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.newApartmentPage.reserveApartmentPage .page-apartment-price strong span {
  font-size: 14px;
  font-weight: 400;
  color: #4F4F4F;
  display: flex;
  height: 36px;
  border-radius: 24px;
  align-items: center;
  gap: 8px;
  background: #A7A7A71A;
  padding: 0 16px;
  width: min-content;
  line-height: 1;
}
.newApartmentPage .apartment-mortgage {
  flex-direction: column;
  align-items: flex-start;
}
.newApartmentPage .apartment-mortgage .installmentLogos {
  display: flex;
  align-items: center;
  gap: 4px;
}
.newApartmentPage .apartment-mortgage .installmentLogos span {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newApartmentPage .apartment-mortgage .installmentLogos span:first-child {
  margin-left: 0;
}
.newApartmentPage .apartment-mortgage .installmentLogos span img {
  max-width: 75%;
  max-height: 75%;
  object-fit: contain;
}
.newApartmentPage .apartment-mortgage .installmentLogos span.logoCount {
  color: #686868;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
}
.newApartmentPage .apartment-mortgage-href {
  color: #686868;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  gap: 12px;
}
.newApartmentPage.reserveApartmentPage .apartment-mortgage-href {
  color: #4F4F4F80;
}
.newApartmentPage.reserveApartmentPage .page-apartment-info .commercial-item {
  margin-top: 0;
  opacity: 0.5;
}
.newApartmentPage.reserveApartmentPage .btn.disabled {
  background: #D6D6D6;
  border: 1px solid #D6D6D6;
  color: #fff;
  cursor: default;
}
.newApartmentPage .download-layout-href .download-layout {
  width: min-content;
}
.newApartmentPage .download-layout-href .promoFacing {
  position: relative;
  height: 52px;
  padding-left: 16px;
  padding-right: 16px;
  background: rgba(117, 74, 188, 0.1);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newApartmentPage .download-layout-href .promoFacing .promoFacingSelector {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 100%;
}
.newApartmentPage .download-layout-href .promoFacing .promoFacingSelector span {
  font-weight: 500;
  font-size: 14px;
  color: rgba(117, 74, 188, 1);
}
.newApartmentPage .download-layout-href .promoFacing .promoFacingPopup {
  position: absolute;
  display: none;
  width: 321px;
  height: 157px;
  background: url("images/promoFacingPopupDeatil.svg") center top no-repeat;
  padding: 36px 41px;
  color: rgba(97, 97, 97, 0.8);
  font-size: 16px;
  line-height: 1;
  z-index: 1;
  bottom: 20px;
  left: 42px;
}
.newApartmentPage .download-layout-href .promoFacing:hover .promoFacingPopup {
  display: block;
}

.newApartmentPage .apartmentPriceInfo {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
}
.newApartmentPage .apartmentPriceInfo .apartmentPriceInfoFlat {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.newApartmentPage .apartmentPriceInfo .apartmentPriceInfoFlat .apartmentPriceInfoFlatDiscount {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
.newApartmentPage .apartmentPriceInfo .apartmentPriceInfoFlat .apartmentPriceInfoFlatDiscount .apartmentPriceInfoFlatDiscountValue {
  text-decoration: line-through;
  color: rgba(79, 79, 79, 0.5);
}
.newApartmentPage .apartmentPriceInfo .apartmentPriceInfoFlat .apartmentPriceInfoFlatDiscount .apartmentPriceInfoFlatDiscountPercent {
  background: rgba(117, 74, 188, 0.1);
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  padding-left: 12px;
  padding-right: 12px;
  color: rgba(117, 74, 188, 1);
}
.newApartmentPage .apartmentPriceInfo .apartmentPriceInfoFlat .apartmentPriceInfoFlatPrice {
  color: rgba(117, 74, 188, 1);
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
}
.newApartmentPage .apartmentPriceInfo .apartmentPriceInfoScuare {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.newApartmentPage .apartmentPriceInfo .apartmentPriceInfoScuare .apartmentPriceInfoScuareDiscount {
  color: rgba(79, 79, 79, 0.5);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-decoration: line-through;
}
.newApartmentPage .apartmentPriceInfo .apartmentPriceInfoScuare .apartmentPriceInfoScuarePrice {
  font-weight: 500;
  color: rgba(79, 79, 79, 1);
  font-size: 14px;
  line-height: 12.35px;
}

.newApartmentPage .mobileFavoriteBtn {
  display: none;
}

.apartments-cnt.apartments-cntInFlat{
  margin-top: 0;
}

@media (max-width: 580px) {
  .newApartmentPage .page-apartment-info .comme-line-info p {
    font-size: 13px;
  }
  .newApartmentPage .page-apartment-info .comme-line-info span {
    font-size: 13px;
  }
  .newApartmentPage .moreInfoObject {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-top: 0;
  }
  .newApartmentPage .moreInfoObject .moreInfoObjectItem {
    width: 100%;
    gap: 16px;
    justify-content: flex-start;
  }
  .newApartmentPage .moreInfoObject .moreInfoObjectItem .moreInfoObjectItemLabel {
    font-size: 13px;
  }
  .newApartmentPage .facingLabel {
    height: 33px;
    font-size: 12px;
  }
  .newApartmentPage .moreInfoObject .moreInfoObjectItem .btn {
    height: 33px;
    font-size: 12px;
    max-width: min-content;
  }
  .newApartmentPage .apartment-mortgage {
    gap: 16px;
  }
  .newApartmentPage .page-apartment-price strong {
    font-size: 32px;
  }
  .newApartmentPage .apartment-mortgage .installmentLogos {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .newApartmentPage .apartment-mortgage .installmentLogos span {
    width: 32px;
    height: 32px;
  }
  .newApartmentPage .apartment-mortgage .installmentLogos span:first-child {
    margin-left: 0;
  }
  .newApartmentPage .apartment-mortgage .installmentLogos span.logoCount {
    font-size: 16px;
  }
  .newApartmentPage .apartment-mortgage-href {
    font-size: 14px;
    width: 100%;
  }
  #application .application-mod-box p, #application .application-mod-box span {
    font-size: 10px;
  }
  #application .application-mod-box div {
    max-width: calc(100% - 30px);
  }
  .newApartmentPage .page-apartment-floor img {
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
  }
  .newApartmentPage .apartmentPriceInfo {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
  }
  .newApartmentPage .mobileFavoriteBtn {
    display: block;
    position: absolute;
    right: 20px;
    top: 26px;
  }
}