#price-block .price__title {
  position: relative;
}
#price-block .price__anchor {
  height: 1px;
  width: 100%;
  position: absolute;
  top: -150px;
  transform: translate(-50%, -50%);
}
#price-block .price__left {
  grid-column: 4 span;
}
#price-block .price__left-inner {
  max-height: -moz-fit-content;
  max-height: fit-content;
  position: sticky;
  top: 140px;
}
#price-block .price__right {
  grid-column: 8 span;
}
#price-block .price__title {
  margin-bottom: 40px;
}
#price-block .price-category__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 60px;
}
#price-block .accordion__icon {
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  #price-block .price__title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 475px) {
  #price-block .price-category__item {
    width: 100%;
  }
}/*# sourceMappingURL=block.css.map */