p { margin: 12px 0px !important;

}

li {
font-size: 18px;
  line-height: 36px;

}

h3 {
padding-top: 15px;

}

.column-wrapper .ba-grid-column-wrapper > .ba-grid-column.my-hide, .my-hide{display:none !important;}

.progr-item-page #item-1702579285168{display:none !important;}


  .price-table {
    width: 100%;
    max-width: 980px;
    font-family: Arial, sans-serif;
    color: #000;
  }

  .price-table__row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border: 1px solid #C8AD63;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0;
    background: #fff;
  }

  .price-table__col {
    padding: 16px 18px;
  }

  .price-table__title {
    flex: 1 1 auto;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
  }

  .price-table__price {
    flex: 0 0 180px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    border-left: 1px solid #C8AD63;
    white-space: nowrap;
  }

  /* Мобилка */
  @media (max-width: 640px) {
    .price-table__row {
      flex-direction: column;
      border-radius: 12px;
    }

    .price-table__title {
      font-size: 15px;
      padding-bottom: 12px;
    }

    .price-table__price {
      flex: 0 0 auto;
      justify-content: flex-start;
      text-align: left;
      border-left: none;
      border-top: 1px solid #C8AD63;
      font-size: 17px;
      padding-top: 12px;
      white-space: normal;
    }
  }