.offer-page-wrap .intro .intro-wrapper .price_block .old_price .value::before {
    width: 60%;
    content: "";
    height: 3px;
    transform: rotate(10deg);
    background-color: red;
    position: absolute;
    top: 12px;
    left: 33px;
}
.offer-page-wrap .intro .intro-wrapper .price_block .old_price .value{
    position: relative;
}
html {
    scroll-behavior: smooth;
  }