  function getPrice(f) {
    f.streamCost1.value=Math.round((0.0030) * f.bitrate.value * f.concurrents.value * f.ore.value)

     
  }
  
