/* Generated by vite-plugin-svg-spritemap */
.plan-floor__content {
  display: flex;
}
.plan-floor__left, .plan-floor__right {
  display: flex;
  flex-direction: column;
}
.plan-floor__img-main {
  flex: 1 1 auto;
}
.plan-floor__img-main img {
  width: 100%;
  height: auto;
}
.plan-floor .block-title {
  display: flex;
  justify-content: center;
}

.plan-floor-item {
  height: 6.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  white-space: nowrap;
}
.plan-floor-item:not(:last-child) {
  border-bottom: 0.0625rem solid #E4E6ED;
}
.plan-floor-item__title {
  font-family: Inter;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
.plan-floor-item__bottom {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.plan-floor-item__img {
  padding-right: 0.3125rem;
}
.plan-floor-item__value {
  font-family: Unbounded;
  font-size: 1.625rem;
}
.plan-floor-item__value-small {
  font-family: Unbounded;
  font-size: 0.875rem;
}
.plan-floor-item__unit {
  font-family: Inter;
  font-size: 0.875rem;
  font-weight: 500;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */@media (max-width: 47.99875em) {
  .plan-floor__content {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .plan-floor__left {
    order: 2;
  }
  .plan-floor__right {
    order: 3;
  }
  .plan-floor__img-main {
    order: 1;
    width: 100%;
  }
}@media (max-width: 29.99875em) {
  .plan-floor-item__value {
    font-size: 1.25rem;
  }
}@media (max-width: 22.5em) {
  .plan-floor {
    padding-top: 2.5rem;
  }
  .plan-floor {
    padding-bottom: 2.5rem;
  }
  .plan-floor .block-title {
    padding-bottom: 2.5rem;
  }
}@media (min-width: 22.5em) and (max-width: 71.375em) {
  .plan-floor {
    padding-top: clamp( 2.5rem , 1.92455242966875rem  +  2.557544757vw , 3.75rem );
  }
  .plan-floor {
    padding-bottom: clamp( 2.5rem , 1.92455242966875rem  +  2.557544757vw , 3.75rem );
  }
  .plan-floor .block-title {
    padding-bottom: clamp( 2.5rem , 1.92455242966875rem  +  2.557544757vw , 3.75rem );
  }
}@media (min-width: 71.375em) {
  .plan-floor {
    padding-top: 3.75rem;
  }
  .plan-floor {
    padding-bottom: 3.75rem;
  }
  .plan-floor .block-title {
    padding-bottom: 3.75rem;
  }
}