

function showCargoCount(data){
    $("#cargo_result").text("Стоимость: "+data);
}


