@media print {
  header {
    display: none;
  }

  footer {
    display: none;
  }

  .basket-nw__form {
    margin: 0;
    width: 100%;
    max-width: unset;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }

  .basket-nw__form .basket-nw__form__caption {
    display: none;
  }

  .basket-nw__form .form-group {
    display: none;
  }

  .basket-nw__form .row-flex {
    display: none;
  }

  .basket-nw__form .form-group__file {
    display: none;
  }

  .basket-nw__form .requirements-nw {
    display: none;
  }

  .basket-nw__form .chekbox {
    display: none;
  }

  .basket-nw__form [data-entity="form-submit-button"] {
    display: none;
  }

  .basket-nw__form .info-nw {
    display: none;
  }

  .basket-nw__form .basket-nw__form__price {
    margin: 0;
    padding: 0;
    border: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .basket-nw__form .basket-nw__form__price p {
    width: 100%;
  }

  .basket-nw__form .basket-nw__form__price .price_alert_icon {
    display: none;
  }

  .basket-nw__form .basket-nw__form__price .basket-nw__status {
    position: absolute;
    left: unset;
    top: unset;
    right: 30px;
  }

  .basket-nw__form .basket-nw__form__price:last-child {
    display: none;
  }

  .basket-nw__content_action {
    display: none;
  }

  .basket-nw {
    opacity: 1;
    flex-direction: column;
    gap: 50px;
  }

  .item-actions {
    display: none;
  }

  .basket-nw__content_item_actions {
    padding-right: 35px;
  }

  [data-b24-crm-button-cont] {
    display: none;
  }
}