.price-boost {
  background: linear-gradient(91.49deg, #7d3dde 8.13%, #cc37de 100%);
  box-sizing: border-box;
  position: relative;
  padding: 74px 0 74px 0;
}
.price-boost::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  background: url("/img/lines3.png") right center no-repeat;
  pointer-events: none;
}
.price-boost__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price-boost__left-block {
  max-width: 470px;
  text-align: left;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
}
.price-boost__center-block {
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
}
.price-boost__svg {
  width: 217px;
  height: 90px;
}
.price-boost__span {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  letter-spacing: 0.2px;
  color: #fff;
  display: block;
}
.price-boost__link {
  text-align: center;
  letter-spacing: -0.01em;
  color: #000;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 19px;
  padding: 26.5px 30px;
  text-decoration: none;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.35) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #ffe2c1;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 96px;
}
@media (max-width: 1000px) {
  .price-boost {
    padding: 60px 0;
  }
  .price-boost__container {
    flex-direction: column;
    justify-content: center;
  }
  .price-boost__left-block {
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
  .price-boost__center-block {
    margin-top: 30px;
    width: 100%;
    align-items: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .price-boost {
    padding: 40px 0;
  }
  .price-boost__center-block{
    margin-top: 0;
  }
  .price-boost__left-block {
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
  }
  .price-boost__link {
    max-width: 360px;
    padding: 17px 30px;
    font-size: 18px;
    line-height: 19px;
  }
}
