.balcony-finishing-room {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
.balcony-finishing-room__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: stretch;
}
.balcony-finishing-room__item {
  height: 100%;
}
.balcony-finishing-room__img {
  width: 551px;
  height: 608px;
}
.balcony-finishing-room__hidden-item {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
}
.balcony-finishing-room__hidden-item:first-child {
  top: 3.5%;
  left: 50%;
}
.balcony-finishing-room__hidden-item:nth-child(2) {
  top: 10%;
  left: 80%;
}
.balcony-finishing-room__hidden-item:nth-child(3) {
  top: 28%;
  left: 22%;
}
.balcony-finishing-room__hidden-item:nth-child(4) {
  top: 38%;
  left: 44%;
}
.balcony-finishing-room__hidden-item:nth-child(5) {
  top: 37%;
  left: 76%;
}
.balcony-finishing-room__hidden-item:nth-child(6) {
  top: 65%;
  left: 78%;
}
.balcony-finishing-room__hidden-item:nth-child(7) {
  top: 63%;
  left: 40%;
}
.balcony-finishing-room__hidden-item:nth-child(8) {
  top: 80%;
  left: 60%;
}
.balcony-finishing-room__number-item {
  position: absolute;
  z-index: -1;
  top: 16px;
  left: -45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 8px 8px 8px;
  gap: 10px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 17px 40px -11px #CAD3D3;
  min-width: 138px;
  visibility: 0;
  opacity: 0;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.balcony-finishing-room__number-item--active {
  visibility: visible;
  opacity: 1;
}
.balcony-finishing-room__number-item:nth-child(2) {
  min-width: 120px;
}
.balcony-finishing-room__number {
  padding-top: 7px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 140%;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: linear-gradient(90deg, #37AD80 0%, #2EC68B 100%);
}
.balcony-finishing-room__description {
  color: #242424;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 160%;
}
.balcony-finishing-room__price {
  color: #242424;
  font-size: 10px;
  line-height: 160%;
  font-weight: 400;
}
.balcony-finishing-room__price span {
  font-weight: 700;
}

.price-list {
  height: 100%;
  padding-top: 20px;
  flex-grow: 1;
}
.price-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px solid rgba(36, 36, 36, 0.1);
}
.price-list__item:last-child {
  border-bottom: none;
}
.price-list__description {
  max-width: 210px;
}
.price-list__btn-block {
  margin-top: 40px;
}
.price-list__price span {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
}
@media (max-width: 768px) {
  .balcony-finishing-room .price-list {
    flex-grow: 0;
  }
  .balcony-finishing-room__wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 32px !important;
  }
  .balcony-finishing-room__item:first-child {
    position: relative;
    width: 100%;
  }
  .balcony-finishing-room__img {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .balcony-finishing-room picture {
    flex: 1 0 auto;
  }
  .balcony-finishing-room img {
    width: 100%;
    height: 100%;
  }
  .balcony-finishing-room__hidden-item {
    display: block;
  }
  .price-list {
    padding-top: 0;
  }
  .price-list__item {
    padding: 0;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  .price-list__btn-block {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .balcony-finishing-room__img {
    width: 458px;
    height: 506px;
  }
  .price-list__item {
    padding: 7px 0;
  }
  .price-list__description {
    font-size: 0.875rem;
    max-width: 190px;
  }
  .price-list__btn-block {
    margin-top: 30px;
  }
  .price-list__price span {
    font-size: 0.875rem;
  }
}
@media (max-width: 576px) {
  .price-list__btn-block {
    width: 100%;
  }
  .price-list__btn-block .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .price-list__price span {
    font-size: 0.625rem;
  }
}
