.prices-nine-block {
  --primary: #ee0a76;
  --second: #fe6604;
  --head-primary: #1f1f1f;
  --main-text-primary: #0b0449;
  --primary-hover: #c21567;
  --background: #fff;
  --background-second: #f5f5f5;
  --head-secondary: #fff;
  --main-text-secondary: #eee;
  --background-secondary: #f6f6f6;
  --background-thirdly: #e2e3e1;
  --stroke: #bbbeba;
  --storke-second: #cbcaca;
  --storke-third: #ececec;
  --storke-four: #dfdfdf;
  --accent-green: #57dd18;

  margin-block-end: clamp(2.5rem, 2rem + 2.5vw, 5rem);
}


.prices-nine-block__body {
  display: flex;
}
.prices-nine-block__left {
  width: 32%;
  margin-right: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: sticky;
  top: 30px;
}
.prices-nine-block__left .left-wrapper {
  padding-top: 100%;
  position: relative;
}
.prices-nine-block__left .left-wrapper .block-title {
  margin-bottom: 0;
  position: absolute;
  left: 30px;
  top: 30px;
  width: calc(100% - 60px);
}
.prices-nine-block__right {
  width: 68%;
  flex-grow: 1;
}
.prices-nine-block__right .tags {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  margin-bottom: 30px;
}
.prices-nine-block__right .tags .tag {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--main-text-primary);
  padding: 10px 20px;
  border: 1px solid var(--main-text-primary);
  border-radius: 100px;
}
.prices-nine-block__right .price-table .price-box {
  margin-bottom: 30px;
}
.prices-nine-block__right .price-table .price-box:last-child {
  margin-bottom: 0;
}
.prices-nine-block__right .price-table .price-box__name {
  margin-bottom: 10px;
}
.prices-nine-block__right .price-table .price-box .price-rows .price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 2px solid var(--main-text-primary);
}
.prices-nine-block__right .price-table .price-box .price-rows .price-row__name {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--main-text-primary);
}
.prices-nine-block__right .price-table .price-box .price-rows .price-row__price {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--head-primary);
  padding-left: 10px;
  white-space: nowrap;
}

@media (max-width: 1300px) {
  .prices-nine-block__left .left-wrapper .block-title {
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
  }
}
@media (max-width: 991px) {
  .prices-nine-block__body {
    flex-direction: column-reverse;
  }
  .prices-nine-block__left {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .prices-nine-block__right {
    width: 100%;
    margin-bottom: 30px;
  }
  .prices-nine-block__right .tags {
    margin-bottom: 20px;
  }
  .prices-nine-block__right .tags .tag {
    padding: 10px;
    font-size: 14px;
  }
  .prices-nine-block__right .price-table .price-box__name {
    margin-bottom: 5px;
  }
  .prices-nine-block__right .price-table .price-box .price-rows .price-row {
    padding: 15px 0;
  }
  .prices-nine-block__right .price-table .price-box .price-rows .price-row__name {
    font-size: 14px;
  }
  .prices-nine-block__right .price-table .price-box .price-rows .price-row__price {
    font-size: 16px;
  }
}

/*# sourceMappingURL=block.css.map */
