.price-list .price-items .accordion-head{
  padding: 26px 86px 20px 30px;
}
.price-head a.dark_link:not(:hover) {
  color: #333 !important;
  color: var(--white_text_black) !important;
}
.price__new{
  max-width: 140px;
  text-align: right;
}
@media (max-width: 767px) {
  .price-head.line-block {
    flex-direction: column;
    align-items: start;
  }

  .price-head .price-side {
    flex-wrap: wrap;
    width: calc(100% + 40px);
    justify-content: space-between;
  }
  .price__new{
    text-align: left;
  }
}
