.expert-price-block {
  background-color: #F5FAFF;
  padding: 60px 0 20px;
}
.expert-price-block .block-holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
}
.expert-price-block .block-holder .left-side {
  width: 30%;
}
.expert-price-block .block-holder .right-side {
  flex-grow: 1;
  width: 68%;
}
.expert-price-block .block-image {
  width: 100%;
  object-fit: contain;
  position: sticky;
  top: 20px;
}
.expert-price-block .block-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.expert-price-block h2.block-title {
  margin-bottom: 0;
}
.expert-price-block .prices {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.expert-price-block .price {
  border-radius: 5px;
  background: #FFF;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.expert-price-block .price__title {
  color: var(--grey);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
}
.expert-price-block .price__value {
  color: var(--orange);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 28.8px */
}

@media (max-width: 498px) {
  .expert-price-block .block-holder {
    flex-direction: column;
  }
  .expert-price-block .block-holder .side {
    width: 100%;
  }
}

/*# sourceMappingURL=block.css.map */
