(function($) {
  $(function() {
    $('.form__submit--shipment').prepend(
      $('<p>', {
        text: 'Cena biletu wynosi 350 zł lub 75 GBP',
        class: 'weight-price'
      })
    );
  });
})(jQuery);