.price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 38px 40px;
  background: var(--Grey, #f2f2f2);
  margin-bottom: 8px;
  gap: 36px;
}

.price-item__title {
  font-size: 27px;
  font-style: normal;
  /* font-weight: 400; */
  line-height: 1.19;
  margin-bottom: 22px;
}

.price-item__subtitle {
  color: var(--Dark, #1f1d1d);
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
}

.price-item ul {
  margin-bottom: 33px;
}

.price-item ul ul {
  margin-top: 10px;
}

.price-item ul li {
  position: relative;
  list-style-type: none;
  padding-left: 2rem;
  margin-bottom: 8px;
}

.price-item ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8125em;
  left: 8px;
  width: 8px;
  height: 8px;
  border: 1px solid #ffb81c;
  background-color: #ffb81c;
}

.price-item ul ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8125em;
  left: 8px;
  width: 8px;
  height: 8px;
  border: 1px solid #ffb81c;
  background-color: transparent;
}

.price-item ul li p {
  margin-bottom: 0.5rem;
}

.price-item__head {
  width: 286px;
}

.price-item__content {
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  color: var(--Dark-Light, #6c6c6c);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  -webkit-box-flex: 1;
}

.price-item__descr {
  gap: 32px;
  color: var(--Dark-Light, #6c6c6c);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.846;
}

.price-item__descr p {
  margin: 0;
}

.price-item__price {
  color: var(--Second, #efb317);
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.143;
  margin-bottom: 7px;
}

.price-descr {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23EFB317' d='M12 22a10 10 0 1 1 0-20.002A10 10 0 0 1 12 22Zm0-2a8 8 0 1 0 0-16.001A8 8 0 0 0 12 20Zm0-9a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm0-3c2.63 0 5 1.57 6 4a6.505 6.505 0 0 1-8.5 3.5A6.52 6.52 0 0 1 6 12c1-2.43 3.37-4 6-4Zm0 1.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 34px;
  color: var(--Grey-Dark, #9d9c9c);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.846;
  margin-top: 22px;
  margin-bottom: 86px;
}

.read-smore__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background-color: #ffb81c;
  border-radius: 50%;
  text-indent: -999em;
  margin-left: auto;
}

.read-smore__link:after,
.read-smore__link:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 1.125rem;
  height: 0.125rem;
  background-color: #212529;
  margin-left: auto;
  margin-right: auto;
}

.read-smore__link:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.read-smore__link:after {
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.read-smore__link[aria-expanded="true"]:after {
  -webkit-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}

.read-smore__link-wrap {
  position: relative;
}

.read-smore__link-wrap:before {
  content: "";
  position: absolute;
  top: -46px;
  left: 0;
  width: 100%;
  height: 40px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(41.98%, #f2f2f2),
    color-stop(83.33%, rgba(242, 242, 242, 0))
  );
  background: linear-gradient(0deg, #f2f2f2 41.98%, rgba(242, 242, 242, 0) 83.33%);
}

.js-read-smore.is-expanded + .read-smore__link-wrap:before {
  display: none;
}

.services-list__item {
  margin-bottom: 0.7em;
}

@media (max-width: 859px) {
  .price-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    gap: 0;
    padding: 24px 16px;
  }

  .price-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .price-item__descr {
    order: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    margin-bottom: 22px;
  }

  .price-item__content-text {
    order: 2;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
  }

  .read-smore__link-wrap {
    order: 3;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
  }

  .price-item__subtitle {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .price-item__title {
    font-size: 20px;
  }

  .price-item__descr {
    flex-direction: column;
    gap: 10px;
  }

  .price-item__price {
    font-size: 15px;
    margin: 0;
  }

  .price-item__descr p {
    display: none;
  }

  .services-list__link {
    font-size: 22px;
  }
}
